Red faceAFK Kick canceler

Posts 111 of 11 · Page 1 of 1
AFK Kick canceler
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.
Quote Originally Posted by Tisako View Post
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.
Quote Originally Posted by x21x223 View Post
thanks for being idiot, world need you guys too.
Well, since I'm an idiot, I won’t give it to you)
Quote Originally Posted by x21x223 View Post
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.
Quote Originally Posted by Kurama<3 View Post
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.
Quote Originally Posted by Kurama<3 View Post
Simple solution: get ahk, and loop pressing something like CTRL which doesnt move you ingame or similar every few mins.
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section

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 :/
Quote Originally Posted by x21x223 View Post
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section

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 - - -

Quote Originally Posted by Tisako View Post
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

IfWinExist %wintitle%
{
loop
{
Random, num, 5000, 9000
Controlsend,,{e}, %wintitle%
sleep, %num%
}
}
Return

I use it to auto start the e button to reset boss in st with alt. And I use another copy on main to prevent afk timer.
Quote Originally Posted by 3JIOU_KOTE View Post
55 8B EC 8B 4D 08 8B 41 04 85 C0 74 25 81 B8 48 04 00 00 90 01 00 00

Anti afk pattern.
Just replace first conditional jump to non conditional and enjoy afking more than 20 minutes.
//////////////2short
Posts 111 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?