MFB Posted August 5, 2006 Posted August 5, 2006 I am new to this and i have a question. Can this program create game bots? If so, how? thxs.
Vivvic Posted August 5, 2006 Posted August 5, 2006 Yes, read the help file, search the forums for the game your wanting a bot for, it might already be made. [quote name='DaleHohm']You have a strange habit of posting error messages that don't match your code.[/quote][quote name='SmOke_N']Forget the learning... straight to the scripting :lol: (laugh.gif)[/quote]
Paulie Posted August 5, 2006 Posted August 5, 2006 (edited) I am new to this and i have a question. Can this program create game bots? If so, how? thxs.Well for a simple aimbot, just copy/paste the following into a text editor (Notepad?) HotKeySet("{Home}","AimBot") While 1 Sleep(100) Wend Func AimBot() While 1 $x = Random(0, @Desktopwidth) $y = Random(0, @Desktopheight) MouseClick("Left", $x, $y,0) Wend EndFunc and save it as a '.au3' file type then go find it and run it right after you run your game use home key to start it because it's pause by default Edited August 5, 2006 by Paulie
Vivvic Posted August 5, 2006 Posted August 5, 2006 @Paulie Lol you forgot func _gamemode() WinSetState ( active, active, @SW_DISABLE ) endfunc [quote name='DaleHohm']You have a strange habit of posting error messages that don't match your code.[/quote][quote name='SmOke_N']Forget the learning... straight to the scripting :lol: (laugh.gif)[/quote]
Paulie Posted August 5, 2006 Posted August 5, 2006 (edited) @Paulie Lol you forgot func _gamemode() WinSetState ( active, active, @SW_DISABLE ) endfuncOh... Right :"> :"> my bad thats what i get for coding at 3AM Modded your's and edited the code above Edited August 5, 2006 by Paulie
Vivvic Posted August 5, 2006 Posted August 5, 2006 Yea, supprized I cought it, Im one of the worst coders here..XD [quote name='DaleHohm']You have a strange habit of posting error messages that don't match your code.[/quote][quote name='SmOke_N']Forget the learning... straight to the scripting :lol: (laugh.gif)[/quote]
Paulie Posted August 5, 2006 Posted August 5, 2006 Yea, supprized I cought it, Im one of the worst coders here..XDwell, it all comes with time
Vivvic Posted August 5, 2006 Posted August 5, 2006 Yeah, Im getting better, only refering to help file every OTHER line now XD. [quote name='DaleHohm']You have a strange habit of posting error messages that don't match your code.[/quote][quote name='SmOke_N']Forget the learning... straight to the scripting :lol: (laugh.gif)[/quote]
Paulie Posted August 5, 2006 Posted August 5, 2006 Yeah, Im getting better, only refering to help file every OTHER line now XD.lol well after a few months like that... you'll only be doing it for things you never heard of before or functions that are too big to make sense'_GuiCtrlCreateModifyTableExcelSheetDataChange1'No thats not a real function
Vivvic Posted August 5, 2006 Posted August 5, 2006 Lol ya I was exaggerating, but I still finding myself looking at it alot, and having problems I cant seem to solve (I have 2 scripts Im 'stuck' on) [quote name='DaleHohm']You have a strange habit of posting error messages that don't match your code.[/quote][quote name='SmOke_N']Forget the learning... straight to the scripting :lol: (laugh.gif)[/quote]
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