Thread: Fixing Milk 508 v3 Anti-Leech

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Fixing Milk 508 v3 Anti-Leech 
    Registered Member
    Enjoi's Avatar
    Join Date
    Sep 2008
    Posts
    2,454
    Thanks given
    565
    Thanks received
    281
    Rep Power
    1325
    In player.java remove the following:

    Code:
    public int Revent = 250;
    Code:
    if (Revent > 0) {
                Revent--;
    	}
    Code:
    if (Revent == 0) {
    setCoords(2595, 4780, 0);
            }
    And in packetmanger.java:

    Code:
    p.Revent -= 10;
    Which appears in packetmanager about 14 times. Just remove that line from all cases.

    What does this Anti-leech do? really its after doing anything, its removes -10 from a timer. Once the timer gets to 0, it teleports you to a location that has no mapdata for (10569). By removing this, the timer wont go and you will not be teleported randomly.
     

  2. #2  
    Donator

    Keith's Avatar
    Join Date
    Sep 2008
    Age
    26
    Posts
    1,896
    Thanks given
    65
    Thanks received
    160
    Rep Power
    1219
    What does this Anti-leech do? really its after doing anything, its removes -10 from a timer. Once the timer gets to 0, it teleports you to a location that has no mapdata for (10569). By removing this, the timer wont go and you will not be teleported randomly.
    Just remove timer?
     

  3. #3  
    Registered Member
    Enjoi's Avatar
    Join Date
    Sep 2008
    Posts
    2,454
    Thanks given
    565
    Thanks received
    281
    Rep Power
    1325
    you could do that. Its just easier to remove the entire thing to reduce problems
     

  4. #4  
    hmu

    Jakey's Avatar
    Join Date
    Sep 2007
    Age
    31
    Posts
    6,489
    Thanks given
    109
    Thanks received
    277
    Rep Power
    1218
    Ahh nice work. Good find as well.
    to contact me, PM me on rune-server.
     

  5. #5  
    Registered Member Ishana's Avatar
    Join Date
    Oct 2008
    Age
    28
    Posts
    285
    Thanks given
    3
    Thanks received
    0
    Rep Power
    50
    Quote Originally Posted by Keith View Post
    Just remove timer?
    removing the whole thing is a good idea since my anti leech includes random events but i removed most of the whole thing

    if you go on my online server it happens occasionally and uses another way than that one
    other wise you will be teleported to the same event over and over

    & Good job ~Simon ( i think lol )
     

  6. #6  
    Registered Member
    Enjoi's Avatar
    Join Date
    Sep 2008
    Posts
    2,454
    Thanks given
    565
    Thanks received
    281
    Rep Power
    1325
    Quote Originally Posted by soul_banner View Post
    removing the whole thing is a good idea since my anti leech includes random events but i removed most of the whole thing

    if you go on my online server it happens occasionally and uses another way than that one
    other wise you will be teleported to the same event over and over

    & Good job ~Simon ( i think lol )
    lol you gave me the hint. You said "Player.java - Revent)
    and i found the rest
     

  7. #7  
    Registered Member rickymenier's Avatar
    Join Date
    Jan 2009
    Posts
    77
    Thanks given
    4
    Thanks received
    4
    Rep Power
    22
    nice work ;]
    thanx for this
     

  8. #8  
    Registered Member

    Join Date
    Aug 2008
    Age
    28
    Posts
    774
    Thanks given
    97
    Thanks received
    131
    Rep Power
    328
    Quote Originally Posted by Keith View Post
    Just remove timer?
    What is the point in having the rest of the code then?
    Think...

    [Only registered and activated users can see links. ]
     

  9. #9  
    Banned

    Join Date
    Apr 2008
    Posts
    1,075
    Thanks given
    106
    Thanks received
    39
    Rep Power
    0
    I replyed as asked now

    Gj on this
     

  10. #10  
    Pur3z is back!
    tehGanjaman's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    2,871
    Thanks given
    3,380
    Thanks received
    109
    Rep Power
    502
    good find.
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •