Hi there, im looking for afk kick canceler while im in alt+tab normally i can use fishing bot but in geode topside its not possible... can someone help me pls thanks.
Well, I have ... you can just stand as long as you like (without moving) and you will never kick.
Originally Posted by Tisako
Well, I have ... you can just stand as long as you like (without moving) and you will never kick.
thanks for being idiot, world need you guys too.
Originally Posted by x21x223
thanks for being idiot, world need you guys too.
Well, since I'm an idiot, I won’t give it to you)
Originally Posted by x21x223
Hi there, im looking for afk kick canceler while im in alt+tab normally i can use fishing bot but in geode topside its not possible... can someone help me pls thanks.
Simple solution: get ahk, and loop pressing something like CTRL which doesnt move you ingame or similar every few mins.
Originally Posted by Kurama<3
Simple solution: get ahk, and loop pressing something like CTRL which doesnt move you ingame or similar every few mins.
AFK in the game is the client part, so it can be completely "cut" out of the game. Runs on ticks.
Originally Posted by Kurama<3
Simple solution: get ahk, and loop pressing something like CTRL which doesnt move you ingame or similar every few mins.
INS::
var := !var
Loop
{
if !var
break
Send, {Space}
Sleep, 30000
}
return
somehow i gathered this , how i can make it work only at game :/
take a look at controlsend
- - - Updated - - -
Originally Posted by Tisako
AFK in the game is the client part, so it can be completely "cut" out of the game. Runs on ticks.
ik that it can be cut out, ive seen people here do that but thats stuff i dont know much about and the solution i gave doesnt require as much knowledge
There is a code posted here somewhere. You can search for it.
Download ahk and paste this code:
wintitle = Trove
SetTitleMatchMode, 2