aznflare Posted January 22, 2007 Posted January 22, 2007 expandcollapse popupWinWaitActive ("MapleStory"); HotKeySet ( "{END}" ) Func Bot () Send ("{DEL}") sleep (250) $i = 0 While $i <= 250 Send ("{LCTRl}") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 100 Send ("z") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 250 Send ("{LCTRl}") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 100 Send ("z") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 250 Send ("{LCTRl}") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 100 Send ("z") Sleep (250) $i = $i + 1 WEnd EndFunc I opened the .exe then I bypassed it so gameguard won't detect. Then I open maplestory but it quits with maplestory and both says there is an error. What am I doing wrong?
Paulie Posted January 22, 2007 Posted January 22, 2007 (edited) I opened the .exe then I bypassed it so gameguard won't detect. Then I open maplestory but it quits with maplestory and both says there is an error. What am I doing wrong?Hotkeyset has 2 parameters HotKeySet ( "key", "Function") you have only specified one: WinWaitActive ("MapleStory"); HotKeySet ( "{END}" ) what do you want the hotkey to do when you push it? start the script? end the script? Play misty for you? Edited January 22, 2007 by Paulie
The713 Posted April 19, 2007 Posted April 19, 2007 You may have bypassed the gameguard but gameguard would still be running. If GameGuard detects any change to files within the maplestory directory as well as any third party programs trying to attahc to maplestory it will exit maplestory.. I just read this today while looking for a bypass for gameguard..
Generator Posted April 19, 2007 Posted April 19, 2007 expandcollapse popupWinWaitActive ("MapleStory"); HotKeySet ( "{END}" ) Func Bot () Send ("{DEL}") sleep (250) $i = 0 While $i <= 250 Send ("{LCTRl}") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 100 Send ("z") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 250 Send ("{LCTRl}") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 100 Send ("z") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 250 Send ("{LCTRl}") Sleep (250) $i = $i + 1 WEnd $i = 0 While $i <= 100 Send ("z") Sleep (250) $i = $i + 1 WEnd EndFunc I opened the .exe then I bypassed it so gameguard won't detect. Then I open maplestory but it quits with maplestory and both says there is an error. What am I doing wrong? You may have bypassed the gameguard but gameguard would still be running. If GameGuard detects any change to files within the maplestory directory as well as any third party programs trying to attahc to maplestory it will exit maplestory.. I just read this today while looking for a bypass for gameguard..For those of you, who wanted to bypass gameguard or making a bot for Maplestory using AutoIt, don't bother. Gameguard blocked all User32 keystroke, if you really want to make a Bot, use VB or C++ look up the API for hardware keystorke.
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