riceking Posted July 6, 2010 Posted July 6, 2010 (edited) expandcollapse popupWhile 1 $msg = GUIGetMsg() $S = Number(GUICtrlRead($Delay)) Select Case $msg = $GUI_EVENT_CLOSE Exit Case $msg = $About MsgBox(0, "PyPQ Bonus Botter v.87", "You should use the following hacks with this program. 1) No KB. 2) Tubi. This bot was created by 1) TwikiE 2)RiceKing 3)Cryzies they all are me. Do not leech. You must start outside PyPQ, doesn't matter where as long as you're outside.") Case $msg = $Start If GUICtrlRead($Ruby) = 1 Then For $X = 1 To Number(GUICtrlRead($RepNumber)) BotR() Next EndIf If GUICtrlRead($Saphire) = 1 Then For $X = 1 To Number(GUICtrlRead($Repetition)) BotS() Next EndIf If GUICtrlRead($Emerald) = 1 Then For $X = 1 To Number(GUICtrlRead($Repetition)) BotE() Next EndIf If GUICtrlRead($Topaz) = 1 Then For $X = 1 To Number(GUICtrlRead($Repetition)) BotT() Next EndIf EndSelect WEnd Func BotR() SendKeepActive("Game1") Sleep(1000) EndFunc ;==>BotR Func BotS() SendKeepActive("Game1") Sleep(1000) EndFunc ;==>BotS Func BotE() SendKeepActive("Game1") Sleep(1000) EndFunc ;==>BotE Func BotT() SendKeepActive("Game1") Sleep(1000) EndFunc ;==>BotT It's not completely finished, but when I press start it doesn't find the active window or give me errors. Figured it out again, switched SendActiveWindow to WinWaitActive Edited July 6, 2010 by riceking \
enaiman Posted July 6, 2010 Posted July 6, 2010 http://www.autoitscript.com/forum/index.php?showannouncement=11&f=2Last time I checked, Maple Story forbids bot usage.Thread reported. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
Recommended Posts