Anti-Afk hack code please help me

Posts 17 of 7 · Page 1 of 1
Anti-Afk hack code please help me
Hello guys, I'm looking for an anti-afk code source hack for minecraft 1.5.2 release.
Please help me.
What do you mean?
You could just build your own afk pool to not allow players to be afk
yes anti-afk hack
Quote Originally Posted by samipote View Post
yes anti-afk hack
Great explanation.
Obligatory pseudo code:

Code:
 @override
public void updateMethodHere()
{
    wait(100L); //simple timeout code

    mc.gamesettings.keybindForward.pressed = true;
    wait(1L);
    mc.gamesettings.keybindForward.pressed = false;
}
What this does or what the idea behind it is that on a delay, move forward a bit, then stop. Simple enough.
error:Unhandled exception type Interruptedexeption
Just execute jump every x seconds, simple as that.
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?