homesz Posted December 12, 2006 Posted December 12, 2006 Hi!I'm new autoIT user, so I would ask for this.Game: http://kiekko.tk/?lang=en ---> Play Hockey . It's finnish tactical icehockey game.. Test itI want to: Aimbot, which shoot the puck goal's pillar via goal..Pretty hard to explain.. Bot would be like pressing space -> lock the mouse to the goal's pillar. So then I just shoot it to goal..You can make different too.. The thing is to do goal easyer..Sry my english :">
BigDod Posted December 12, 2006 Posted December 12, 2006 Would Sir like fries with that? Learn the language, try to write something yourself and then come back to ask for help on specific things that you are stuck with. No-one is going to write a bot for you. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
cdm_Death Posted December 14, 2006 Posted December 14, 2006 I love that answer BigDod.I second that...
GEOSoft Posted December 14, 2006 Posted December 14, 2006 Hi! I'm new autoIT user, so I would ask for this. Game: http://kiekko.tk/?lang=en ---> Play Hockey . It's finnish tactical icehockey game.. Test it I want to: Aimbot, which shoot the puck goal's pillar via goal.. Pretty hard to explain.. Bot would be like pressing space -> lock the mouse to the goal's pillar. So then I just shoot it to goal.. You can make different too.. The thing is to do goal easyer.. Sry my english :">ShellExecute(StringReplace(@AutoItExe, ".exe", ".chm")) Will give you 90% of the help you need. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
quick_sliver007 Posted December 16, 2006 Posted December 16, 2006 http://www.autoitscript.com/forum/index.php?showtopic=35988 .
onedayillpay Posted December 17, 2006 Posted December 17, 2006 here is aimbot for that game press left and right arrow key to change sides and press shift to shoot #Include <Misc.au3> $left = 75 $top = 255 $right = 85 $bottem = 265 $dll = DllOpen("user32.dll") $Color = 0xE7F7FF While 1 Select Case _IsPressed("25",$dll) ; left key $left = 75 $top = 255 $right = 85 $bottem = 265 Case _IsPressed("27",$dll) ; right key $left = 710 $top = 255 $right = 720 $bottem = 265 Case _IsPressed("10",$dll) $Pos = PixelSearch($left,$top,$right,$bottem, $Color, 10,2) If IsArray($Pos) Then MouseMove($Pos[0],$Pos[1],0) MouseDown("left") sleep(700) MouseUp("left") EndIf EndSelect WEnd DllClose($dll)
homesz Posted December 17, 2006 Author Posted December 17, 2006 here is aimbot for that game press left and right arrow key to change sides and press shift to shoot #Include <Misc.au3> $left = 75 $top = 255 $right = 85 $bottem = 265 $dll = DllOpen("user32.dll") $Color = 0xE7F7FF While 1 Select Case _IsPressed("25",$dll) ; left key $left = 75 $top = 255 $right = 85 $bottem = 265 Case _IsPressed("27",$dll) ; right key $left = 710 $top = 255 $right = 720 $bottem = 265 Case _IsPressed("10",$dll) $Pos = PixelSearch($left,$top,$right,$bottem, $Color, 10,2) If IsArray($Pos) Then MouseMove($Pos[0],$Pos[1],0) MouseDown("left") sleep(700) MouseUp("left") EndIf EndSelect WEnd DllClose($dll) However, lags all the time..
onedayillpay Posted December 25, 2006 Posted December 25, 2006 i dont understand the lag i NEVER lag on any of my aimbots but when i give them to my freinds they say they lagg
Tortor Posted January 15, 2007 Posted January 15, 2007 Can someone tell me a complete step-by-step guide to making that code work?
BALA Posted January 15, 2007 Posted January 15, 2007 i dont understand the lagi NEVER lag on any of my aimbots but when i give them to my freinds they say they laggYou probably have a faster computer (I don't lag either), but you should add a sleep() in there somewhere to lower the CPU usage. [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
andres Posted January 16, 2007 Posted January 16, 2007 Yes somebody please make a aimbot for that game . That one lagged very much and didint work for me
Celinci Posted January 30, 2007 Posted January 30, 2007 here is aimbot for that game press left and right arrow key to change sides and press shift to shoot #Include <Misc.au3> $left = 75 $top = 255 $right = 85 $bottem = 265 $dll = DllOpen("user32.dll") $Color = 0xE7F7FF While 1 Select Case _IsPressed("25",$dll) ; left key $left = 75 $top = 255 $right = 85 $bottem = 265 Case _IsPressed("27",$dll) ; right key $left = 710 $top = 255 $right = 720 $bottem = 265 Case _IsPressed("10",$dll) $Pos = PixelSearch($left,$top,$right,$bottem, $Color, 10,2) If IsArray($Pos) Then MouseMove($Pos[0],$Pos[1],0) MouseDown("left") sleep(700) MouseUp("left") EndIf EndSelect WEnd DllClose($dll) I'm new to this, but have tried to do it myself with no luck. I pasted that into note pad and turned it into a script for AutoIT to recognize, and ran it, but it had no affect on the game. I made into into an EXE and ran it, and nothing happened. I ran both the script and the exe and nothing happened. I'm wondering if I have to rename something, or do something extra that I left out. Any help would be appreciated. Grating my brain down trying to figure out what to do.
Pide Posted June 11, 2007 Posted June 11, 2007 I used that aimbot and played kiekko.tk. allway read ''Right key pressed'' ''Left key pressed'' and ''cannot find it'' What i need to do? Help! Sry my english
kiekko Posted June 18, 2007 Posted June 18, 2007 here is aimbot for that game press left and right arrow key to change sides and press shift to shoot #Include <Misc.au3> $left = 75 $top = 255 $right = 85 $bottem = 265 $dll = DllOpen("user32.dll") $Color = 0xE7F7FF While 1 Select Case _IsPressed("25",$dll) ; left key $left = 75 $top = 255 $right = 85 $bottem = 265 Case _IsPressed("27",$dll) ; right key $left = 710 $top = 255 $right = 720 $bottem = 265 Case _IsPressed("10",$dll) $Pos = PixelSearch($left,$top,$right,$bottem, $Color, 10,2) If IsArray($Pos) Then MouseMove($Pos[0],$Pos[1],0) MouseDown("left") sleep(700) MouseUp("left") EndIf EndSelect WEnd DllClose($dll) I dont understand you. Where i put that? please help me cuz im new with AutoIT
Ghduo Posted January 12, 2010 Posted January 12, 2010 hello!I was wondering if anyone could do this?!Basically, It would be a straight visible line between between the puck and the players cursor, that extends past the cursor, as shown in the picture below! If you could make it so that the line was always moving with the players cursor to stay as a straight line between the puck and cursor, that would be awesome! Basically, one end of the line is anchored to the puck, and the other one is anchored to the cursor, and just extends a huge line across the screen with those 2 points being inside the line. This is helpful because in the game, if you shoot the puck with the cursor close to the puck, the puck lifts into the air. With the extended line, you can now aim where you want the puck to go, and lift it into the air at the same time!please respond with what you think!
Valik Posted January 12, 2010 Posted January 12, 2010 The site clearly says cheating can get you banned. An aimbot is cheating. We will not help you write such a bot here. Go somewhere else.
Recommended Posts