Valuater Posted March 28, 2009 Author Share Posted March 28, 2009 (edited) .. .. .. .. .. .. !!! Your... BUSTED!!! Hold on... 8) Edited March 28, 2009 by Valuater Link to comment Share on other sites More sharing options...
hypertyper Posted May 26, 2009 Share Posted May 26, 2009 (edited) This is an awesome example to study AutoIt. I'm loving it. However, I haven't gotten very far as of yet. The automatic detection of the coordinates didn't work for me but I've managed to enter them manually. Now, when I select the don't launch anything option it won't let me save the game saying. Run select error, no launch. Not sure what to do. I'll keep looking but thought it would be interesting to know. I've got he beta version of Autoit installed btw running WinXP SP3. edit: I took out this bit of code to eliminate the error message and that did the trick: ;~ If $Run = "L" Or $Launcher = "" Then ;~ MsgBox(262208, "Sorry!", "Run Select Error ", 5) ;~ MsgBox(0, $Run, $Launcher) ;~ Return ;~ EndIf It's probably theOr $Launcher = "" that causes trouble when you don't want anything to happen isn't it? Edited May 26, 2009 by hypertyper Link to comment Share on other sites More sharing options...
Valuater Posted May 26, 2009 Author Share Posted May 26, 2009 (edited) It is here in this portion of the code...$Run = "L" If BitAND(GUICtrlRead($Radio_9), $GUI_CHECKED) = $GUI_CHECKED Then $Run = 0 $Launcher = "No Launch" ElseIf BitAND(GUICtrlRead($Radio_7), $GUI_CHECKED) = $GUI_CHECKED Then $Run = 2 $Launcher = GUICtrlRead($Input_8) ElseIf BitAND(GUICtrlRead($Radio_6), $GUI_CHECKED) = $GUI_CHECKED Then $Run = 1 $Launcher = GUICtrlRead($Input_8) EndIf If $Run = "L" Or $Launcher = "" Then MsgBox(262208, "Sorry!", "Run Select Error ", 5) MsgBox(0, $Run, $Launcher) Return EndIfIt appears that you need to have selected one of the check boxes ... $Radio_9 OR Place a text name in an input8 Edited May 26, 2009 by Valuater Link to comment Share on other sites More sharing options...
XTensionX Posted June 11, 2009 Share Posted June 11, 2009 how can i make a .ini file i know stupid question lol Link to comment Share on other sites More sharing options...
rougesquadron Posted June 11, 2009 Share Posted June 11, 2009 Well It works great...and you saved me a lot of time, because I was just about to make one for the newer members... ...Good Job Great Script... Link to comment Share on other sites More sharing options...
Valuater Posted June 30, 2010 Author Share Posted June 30, 2010 For XtensionX, The code is still there on page #1 http://www.autoitscript.com/forum/index.php?showtopic=22245&hl=Gamebot%20builder%20valuater&st=0 8) Link to comment Share on other sites More sharing options...
MemphisHH Posted May 3, 2013 Share Posted May 3, 2013 (edited) Haven't tested this Autoit program yet but I too am looking for a way to use this in an MMORPG. I have used Macrogamer <snip> which i believe is created in autoit and it gets past Gameguard. Would be nice to merge the two programs together so that this prog would work in Gameguard games. please email me if anyone finds a way. <snip> Edited May 3, 2013 by SmOke_N Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted May 3, 2013 Moderators Share Posted May 3, 2013 You could start here:http://www.autoitscript.com/forum/index.php?app=forums&module=extras§ion=boardrules Valuater 1 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Recommended Posts