Debit Posted December 30, 2008 Posted December 30, 2008 (edited) To much crap in this thread that shouldn't be there.. So I am making a new one. Edited December 31, 2008 by Debit
Surgery Posted December 30, 2008 Posted December 30, 2008 I don't think you are going to find help in cheating at video games.
Baraoic Posted December 30, 2008 Posted December 30, 2008 I don't think you will get much help for an aim bot, but I know somebody has made a simple one before that would auto aim at a specific color. http://www.autoitscript.com/forum/index.ph...=counter+strike but I couldn't help you with that its above my skills for now.
IKilledBambi Posted December 30, 2008 Posted December 30, 2008 HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{ESC}", "Terminate") While 1 $Paused $a = MouseGetPos() $COLOR = 0xFFFFFF $SHADES = 2 If PixelSearch($a[0] - 10, $a[1] - 10, $a[0] + 10, $a[1] + 10, $COLOR, $SHADES) Then EndIf Sleep(1) WEnd Func TogglePause() $Paused = Not $Paused While $Paused Sleep(100) WEnd EndFunc ;==>TogglePause Func Terminate() Exit 0 EndFunc ;==>Terminate change the color ofc, as for the window, I dont know, its not to hard to do that part manually is it?
Surgery Posted December 30, 2008 Posted December 30, 2008 It's something of a devious use of AutoIt, and party to the kinds of programs that got AutoIt scripts marked as viruses by some Anti-virus software. I also, personally, don't appreciate it when people cheat at online games (I'm not assuming that you are going to use it online, but many do). If you aren't going to use it online more people will probably be willing to help.
TooManySecrets Posted December 30, 2008 Posted December 30, 2008 can anyone help me?*.*_-_youll never open engine.exe(the ca exe) unless you sniff the command line
Baraoic Posted December 30, 2008 Posted December 30, 2008 Thats because it doesnt make sense or atleast to me it doesnt. As far as I know you can't say a variable doesn't equal itself. Also syntax noramally is if $var not = $other then. You could also just do if $var <> $other then.
Baraoic Posted December 30, 2008 Posted December 30, 2008 (edited) Thats because the script doesn't have $paused defined. From what it looks like your trying to do I think http://www.autoitscript.com/forum/index.ph...ipt+then+resume would help you the most. Also your missing an endif for the "if $var <> $other then" Edited December 30, 2008 by Onichan
Baraoic Posted December 30, 2008 Posted December 30, 2008 no there's 16,777,216 different pixel colors so red would be 0xFF0000. Anyways I think this is what your looking for Global $Paused HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{ESC}", "Terminate") While 1 $a = MouseGetPos() $Pixel = PixelSearch($a[0] - 10, $a[1] - 10, $a[0] + 10, $a[1] + 10, 0xFF0000, 10) If Not @error Then MsgBox(0,'','found') EndIf Sleep(10) WEnd Func TogglePause() $Paused = NOT $Paused While $Paused sleep(50) WEnd EndFunc Func Terminate() Exit EndFunc I found where you got the $paused = not $paused so I guess I was wrong about that.
igotandrew Posted December 30, 2008 Posted December 30, 2008 I'm not sure if you can program, but from the jist of it. I'd start off with autoit 1-2-3, you can find that by searching. Then I'd read into the pixel functions
IKilledBambi Posted December 30, 2008 Posted December 30, 2008 (edited) Sorry for the bad code I was tired . HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{ESC}", "Terminate") Global $Paused Global $COLOR = 0xFF0000 Global $SHADES = 2 While 1 $Coord = PixelSearch(0, 0, @DesktopWidth, @DesktopHeight, $COLOR, $SHADES) Sleep( 100 ) If Not @error Then MouseClick("Left", $Coord[0], $Coord[1], 1, 1) EndIf WEnd Func TogglePause() $Paused = Not $Paused While $Paused Sleep(100) WEnd EndFunc ;==>TogglePause Func Terminate() Exit 0 EndFunc ;==>Terminate As for opening the exe, I'm pretty sure talk of that subject is forbidden, botting and getting around are two different things. To find the color, use the autoit window info tool. Edited December 30, 2008 by IKilledBambi
Bert Posted December 30, 2008 Posted December 30, 2008 You may have a MUCH easier time taking AutoIt 1 2 3. The link is in my Signature. It will teach you everything you need to make your bot work. The Vollatran project  My blog: http://www.vollysinterestingshit.com/
ofLight Posted December 30, 2008 Posted December 30, 2008 As for opening the exe, I'm pretty sure talk of that subject is forbidden, ???? Im not sure I understand , I thought he just wanted to start the program? The Run command is what your looking for to start the game, you just need to call the Executable for the game, and get the syntax correct. It should be something like this. If you checkout the Help file it explains it very well. Run("Au3Info.exe","C:\Program Files\AutoIt3") There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly
TooManySecrets Posted December 30, 2008 Posted December 30, 2008 if you really want an aimbot just go buy vip hacks for $20
youknowwho4eva Posted December 30, 2008 Posted December 30, 2008 Your constant posting will get you looked over. Don't bump your post in less then 24 hours. Next time just edit your last post. Giggity
youknowwho4eva Posted December 30, 2008 Posted December 30, 2008 No I didn't notice. Saw the 4 posts in a row just on this page and lost interest. I was just giving you a friendly heads up. Giggity
GEOSoft Posted December 30, 2008 Posted December 30, 2008 I set it up as so. Run("CombatArms","") And it did not work.And it won't in the future either. READ THE HELP FILE (Run(), RunWait(). Run("C:\Nexon\Combat Arms\CombatArms.exe", "C:\Nexon\Combat Arms\") 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!"
GEOSoft Posted December 30, 2008 Posted December 30, 2008 Thank you.I've been all through the help file and learned a lot.But its not easy to follow some of it The help file is very clear on the fact that the first parameter of the Run() command is the path and file name of the executable. The only time you can leave out the path is when the folder containing the executable is in the Path environment, for example Notepad.exe 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!"
igotandrew Posted December 31, 2008 Posted December 31, 2008 How did this get to 43 responses? You should quit bumping it so frequently, just because you want it to be looked at doesn't necessarily mean it has to be the 1st post of the 1st page.
GEOSoft Posted December 31, 2008 Posted December 31, 2008 How did this get to 43 responses?You should quit bumping it so frequently, just because you want it to be looked at doesn't necessarily mean it has to be the 1st post of the 1st page.It's a variation of the old "Lets raise my post count" theme. 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!"
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