dj1337 Posted July 29, 2009 Posted July 29, 2009 (edited) Opt("MouseCoordMode", 0) Opt("PixelCoordMode", 0) Opt("MouseClickDelay", 0) Opt("MouseClickDownDelay", 0) HotKeySet("{INSERT}", "ToggleAimbot") HotKeySet("{END}", "TurnoffAimbot") while 1 WEND Func ToggleAimbot () MouseClick('left' , 1057,532,1, 0) sleep(2000) MouseClick('left', 500,500, 1, 0) sleep(1500) MouseClick('left', 500,500, 1, 0) sleep(1450) MouseClick('left', 500,500, 1, 0) sleep(1300) MouseClick('left', 500,500, 1, 0) sleep(1300) MouseClick('left', 500,500, 1, 0) sleep(1150) MouseClick('left', 500,500, 1, 0) sleep(1150) MouseClick('left', 500,500, 1, 0) sleep(1000) MouseClick('left', 500,500, 1, 0) sleep(1100) MouseClick('left', 500,500, 1, 0) sleep(900) MouseClick('left', 500,500, 1, 0) sleep(950) MouseClick('left', 500,500, 1, 0) sleep(825) MouseClick('left', 500,500, 1, 0) sleep(950) MouseClick('left', 500,500, 1, 0) sleep(775) MouseClick('left', 500,500, 1, 0) sleep(500) MouseClick('left', 500,500, 1, 0) sleep(350) MouseClick('left', 500,500, 1, 0) sleep(450) MouseClick('left', 640,500, 1, 0) EndFunc Func TurnoffAimbot () Exit EndFunc Its clicking all the clicks until 640,500,1 click.. It just stops before that line.. I dont know why? Any ideas? I tried increasing sleep also.. Edited July 29, 2009 by dj1337
Minikori Posted July 29, 2009 Posted July 29, 2009 (edited) I'm not sure why this isn't working. But it seems like a bot that could be used where it's not supposed to. I don't know if it is, but if it is I recommend you don't ask questions about it. Edited July 29, 2009 by Minikori For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now