Jump to content

Why doesn't this work?


 Share

Recommended Posts

WinWaitActive ("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?

Link to comment
Share on other sites

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 by Paulie
Link to comment
Share on other sites

  • 2 months later...

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..

Link to comment
Share on other sites

WinWaitActive ("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.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...