What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Auto non afk

aztyx

New Member
Joined
Jan 15, 2010
Messages
42
Hi there, i got a question.

Im using honorbuddy to level a druid atm, and since i got a second account Linked with my main i got raf.

i dont got the money to buy a second HB yet(and i actually dont care about the second toon:p) and now im wondering, do you guys know an addon or program that will make the second char (wich i got on follow) to not go afk?

Maybe some auto-it stuff?

/aztyx
 
There is nothing I'm aware of. But what happens if your character gets stuck while on follow? Also not to mention the only key that would not break followed is the space bar. Pressing any other key will break followed.

Unfortunately, this really won't work well.
 
Last edited:
Auto-It Anti-AFK Bot
Code:
WinWaitActive("wow2.exe")

HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("!{PAUSE}","Quit")
Dim $Paused

TogglePause()
While 1
Start()
WEnd

func Start()
ToolTip('AntiAFK started.',0,0)
Sleep(1000)
ToolTip("")
While 1
Send("{SPACE}")
Sleep(Random(120000,240000))
WEnd
EndFunc

Where wow2.exe make sure your "followbot" exe is named to this, or rename in code. You should have 1 wow folders per bot.


/credits to Niv at Auto-IT
 
There is nothing I'm aware of. But what happens if your character gets stuck while on follow? Also not to mention the only key that would not break followed is the space bar. Pressing any other key will break followed.

Unfortunately, this really won't work well.

Since it runs to close i dont think it will get stuck:) Tnx Ntsmarkv! :D
 
Back
Top