Warhammer Online Bots – How To Make A Quick Anit AFK Bot

- Download auto hot key from www.autohotkey.com
- Create a new txt file and take the following script below and save it as a .ahk file type.
- Then start the script that ends with the file type .ahk.
- The script will basically have your character jump every 5 minutes in the game.
- You can change the jumping time in the game by just changing the games sleep value easily.
- Enjoy
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section
INS::
var := !var
Loop
{
if !var
break
Send, {Space}
Sleep, 300000
}
return
The time is set up in millaseconds just so you know. So 1000 millaseconds will equal one second.
Click Here For More Warhammer Online Bots
Posted in bots, macros, scripts, war, warhammer online




No Comments