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

how to disable click to move

nadox

New Member
Joined
May 5, 2012
Messages
73
Reaction score
0
ever since i used bot , ther is a click to move ,

how do i turn it off
 
Yepp HB always turns it on when you run it. Personally i use a macro when i'm done botting(or while botting with Raid Bot/LazyRaider and dont want it enabled). Copy this into a macro and drag it to an action bar and just click it to disable it and enable it.
Code:
/run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end
It will circle enable and disable every time you click it.
 
Last edited:
If you use Envy there's an option in the bot's settings to disable that thing.
 
Back
Top