Hack Forums

Full Version: Hack curveball
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is a tutorial on how you hack the game curveball.

http://www.albinoblacksheep.com/flash/curveball

1:First you need autoit-v3, just google it and install it.
2:Right click on your desktop, go to new and AutoIt v3 Script.
3:Now remove all the text in the window and paste this code:

HotKeySet("{ESC}","qt")
Func qt()
Exit
EndFunc
While 1
$i=mousegetpos()
$c=PixelSearch($i[0]-50,$i[1]-50,$i[0]+50,$i[1]+50 ,14680023)
If IsArray($c) Then
MouseMove($c[0],$c[1],0)
else
$c=PixelSearch($i[0]-150,$i[1]-150,$i[0]+150,$i[1] +150,14680023)
If IsArray($c) Then MouseMove($c[0],$c[1],0)
endif
WEnd

and save it.

Now go to the game http://www.albinoblacksheep.com/flash/curveball

and run the script and press start game, Now the mouse will automatic follow the ball Thumbsup
hahaha ths rocks, i never used these scripts before, u have anymore scripts?
noSad But i will try make some more
ook kwl, the other scripts i found are borin, this one is usefullOui
im happy that you things so Biggrin
That's awesome haha.....
^__^





.
Calle if you could make an auto aim one for http://www.pawngame.com/play.php i would give you anything
sorry i dont use autoIT any more but maybe this can help you:

http://www.youtube.com/watch?v=AVo6Rd04H3U
this ones kool the other ones suck
Pages: 1 2
Reference URL's