Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; First bot, place a tower in specific coordinates btd 6
- HotKeySet("p", "setMonke")
- while 1
- Sleep(50)
- WEnd
- Func setMonke()
- Sleep(10)
- Send("q")
- MouseClick("LEFT",697,335,1,500)
- EndFunc
- ; second code (aimbot)
- HotKeySet("p","aim")
- HotKeySet("{ESC}","killswitch")
- while 1
- Sleep(50)
- WEnd
- func aim()
- while 1
- $pix = pixelSearch(600, 348,1198, 766, 0xFFDBC3,1)
- if IsArray($pix) Then
- MouseClick("LEFT", $pix[0], $pix[1],1,1)
- EndIf
- WEnd
- EndFunc
- func killswitch()
- Exit
- EndFunc
Advertisement
Add Comment
Please, Sign In to add comment