
Originally Posted by
appleseed10
how do you change the key? the note says
$bhopkey = 0x20
$triggerkey = 0x04
$trdelay = 100
$afterburst = 1000
$slowaimkey = 0xA4
$slowaim = 0.3
$sleep = 1
and i dont know what to do with this.
Thank you to whoever replys
Virtual keycodes website:
htt ps:// msdn.microsof***** m/en-us/library/ windows/desktop/dd375731(v=vs.85).aspx
Remove the space(s) in the link above.
$bhopkey = 0x20 # This is for the bunnyhop key, default is the spacebar.
$triggerkey = 0x04 # This is the default triggerbot key, so if you hover over a target it will shoot for you.
$trdelay = 100 # This is the amount of miliseconds it takes before the triggerkey reacts.
$afterburst = 1000 # This is the amount of miliseconds it will keep shooting after the triggerkey reacted(it will keep firing for 1 second in this case).
$slowaimkey = 0xA4 # This is the key that will reduce the speed of your aim(Correct me if i'm wrong) This is not an aimbot function.
$slowaim = 0.3 # This is the amount your aim will be slowed by.
$sleep = 1 # There are parts in the script that use the sleep function(this is just for easier access).