Thread: Faster Login for Vencillio

Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1 Faster Login for Vencillio 
    Registered Member 1m6n29s9gmxh's Avatar
    Join Date
    Jan 2017
    Posts
    430
    Thanks given
    32
    Thanks received
    99
    Discord
    View profile
    Rep Power
    40
    Find
    Code:
    private void mainGameProcessor() {
    in that find
    Code:
    for (int j = 0; j < 5; j++)
    change it to
    Code:
    for (int j = 0; j < 1000; j++)
    just changed the 5 to 1000 (I don't think it's needs to be that high but fuck it why not)
    As far as I know there aren't any bugs associated with this. I've been using this for over 2 weeks and literally no bugs reported.

    Proof it works : "
    If you use this at least give thanks!

    Edit: Been up all night and just realized I posted in the wrong section, moved to : [Only registered and activated users can see links. ]
    Spoiler for Insanity V2 Coders be like ::

    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Banned

    Join Date
    Mar 2017
    Posts
    43
    Thanks given
    13
    Thanks received
    14
    Rep Power
    0
    Thanks!
    Reply With Quote  
     

  4. #3  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Lmfao I'm sure this is a very bad idea, I'll look into it after finishing cleaning my room
    Reply With Quote  
     

  5. #4  
    🎶 As you're falling down 🎶

    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,354
    Thanks given
    5,793
    Thanks received
    664
    Discord
    View profile
    Rep Power
    3836
    Quote Originally Posted by Professor Oak View Post
    Lmfao I'm sure this is a very bad idea, I'll look into it after finishing cleaning my room
    Leanbow said it's okay so I'm sure it's fine.
    [Only registered and activated users can see links. ]

    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  6. #5  
    love

    scoob's Avatar
    Join Date
    Oct 2015
    Age
    22
    Posts
    1,641
    Thanks given
    365
    Thanks received
    641
    Rep Power
    1559
    Quote Originally Posted by i_pk_pjers_i View Post
    Leanbow said it's okay so I'm sure it's fine.
    Not sure why mods deleted all the comments, even do it was bashing, they were just argumenting it out. Leanbow came to a conclusion so it would be a useful information for people that was doubting this, like Oak did.
    Mods needs to stop deleting useful info
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  7. Thankful users:


  8. #6  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Code:
    		
    for (int j = 0; j < 5; j++) {
    	if (!readPacket()) {
    		break;
    	}
    }
    Is this the code that should be changed? If that's the case, you're reading 1k packets (as long as they exist) instead of 5 from the server each cycle.
    Don't really see a problem doing this, but 1k is overkill lol, there's no way you'll be sending that many packets. Change it to something realistic, like 30-50.
    Reply With Quote  
     


  9. #7  
    Registered Member 1m6n29s9gmxh's Avatar
    Join Date
    Jan 2017
    Posts
    430
    Thanks given
    32
    Thanks received
    99
    Discord
    View profile
    Rep Power
    40
    Quote Originally Posted by Professor Oak View Post
    Code:
    		
    for (int j = 0; j < 5; j++) {
    	if (!readPacket()) {
    		break;
    	}
    }
    Is this the code that should be changed? If that's the case, you're reading 1k packets (as long as they exist) instead of 5 from the server each cycle.
    Don't really see a problem doing this, but 1k is overkill lol, there's no way you'll be sending that many packets. Change it to something realistic, like 30-50.
    I had originally changed it to 25 and that was good but I put it to 1000 to see if my item switching would be better on vencillio (and it wasn't)
    Spoiler for Insanity V2 Coders be like ::

    Reply With Quote  
     

  10. #8  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Quote Originally Posted by OsFury View Post
    I had originally changed it to 25 and that was good but I put it to 1000 to see if my item switching would be better on vencillio (and it wasn't)
    Ok well I'm just gonna use 50.
    Thanks for this.
    Reply With Quote  
     

  11. Thankful users:


  12. #9  
    Respected Member

    Join Date
    Jan 2009
    Posts
    5,682
    Thanks given
    1,093
    Thanks received
    3,494
    Discord
    View profile
    Rep Power
    5000
    its put that way to prevent dos attacks
    Reply With Quote  
     

  13. Thankful user:


  14. #10  
    Registered Member 1m6n29s9gmxh's Avatar
    Join Date
    Jan 2017
    Posts
    430
    Thanks given
    32
    Thanks received
    99
    Discord
    View profile
    Rep Power
    40
    Quote Originally Posted by Stuart View Post
    its put that way to prevent dos attacks
    Hmm so if someone loads up a modified client on my server with more than 5 processable packets in one cycle they will be able to dos? Doesn't sound right
    Spoiler for Insanity V2 Coders be like ::

    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 06-02-2013, 08:21 AM
  2. Faster login in PI [NIO Networking]
    By lare96 in forum Snippets
    Replies: 11
    Last Post: 04-23-2013, 04:53 AM
  3. Replies: 2
    Last Post: 12-30-2010, 01:29 AM
  4. Replies: 13
    Last Post: 04-28-2010, 12:37 AM
  5. 1 login for my newest frame + bonus :p
    By Bobster in forum Graphics
    Replies: 3
    Last Post: 05-01-2008, 12:29 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •