Need Help W/ iMaxMacro Scripts

Discuss MapleStory hacks and bots over here!
Post Reply
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Need Help W/ iMaxMacro Scripts

Post by iSean »

Well I found some old saved Websites in my Trash Can <-- (Too Lazy to Permanently Delete) and I found an old CEF GMS Thread name "[Release/Tut] Making a Bishop ~ v68". And I found some iMaxMacro Scripts mind help me update when I use it "symbol name is not found" mind help me fix?
Thread from below in CEF :X :
---------------------------------------------------------------------------------
People who need U/A:

Use this script:

Code: Select all

// only white you are using magic claw
sub Auto Attack
SetActiveWindow "MapleStory"
a=0
if a=70, call UA
else
sendkey "Ctrl" // or your attack key
a=+1
sleep 1000 //depends on if you have no delay or not
wend

sub UA
SetActiveWindow "MapleStory"
sleep 200
keydown "left"
sleep 1000
keyup "left"
sleep 300
keydown "right"
sleep 700
keyup "right"

call Auto Attack

or if you are healing (ghost ship 1 or 2)

Code: Select all


SetActiveWindow "MapleStory"
sub AutoAttack
a=1
if a=70, call UA
else
keydown "down"
Sendkey "Ctrl" //your attack key
sleep 300
a=+1
keyup "down"
wend

sub UA
SetActiveWindow "MapleStory"
keydown "left"
sleep 300
keyup "left"
keydown "right"
sleep 200
keyup "right"
sleep 200
keydown "right
sleep 100
keyup "right
call AutoAttack
And at himes,
Quote:

Code: Select all

sub AutoAttack
SetActiveWindow "MapleStory"
a=0
if a=70, call UA
else
sendkey "Ctrl" //your attack key
sleep 400
sendkey "Alt" //your jump key
a=+1
wend

sub UA
SetActiveWindow "MapleStory"
keydown "left"
sleep 400
keyup "left"
sleep 200
keydown "right"
sleep 400
keyup "right"
sleep 300
call AutoAttack
Something like that. its imaxmacro btw. People who's pro at imaxmacro, correct me on the a=+1 part I think this is it but I did it off my mind.

The above shouldn't a/b
this is a U/A made from kitterz (credits to him)

Code: Select all

http://forum.cheatengine.org/viewtopic.php?t=409891&postdays=0&postorder=asc&vote=viewresult
he says he doesnt know if it a/bs or not. So use at your own risk Smile
Last edited by iSean on Wed Nov 18, 2009 11:05 pm, edited 1 time in total.
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: Need Help W/ iMaxMacro Scripts

Post by Boredness »

It shouldn't a/b unless moving of item x is touched.
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: Need Help W/ iMaxMacro Scripts

Post by iSean »

Erm Boredness it actually not working :X
need help since after it loads got "symbol name is not found" in every scripts
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: Need Help W/ iMaxMacro Scripts

Post by Boredness »

Seems like C# code sia
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: Need Help W/ iMaxMacro Scripts

Post by iSean »

I dunno this things are quite old it is sitting in the Trash Can so long :P
You do not have the required permissions to view the files attached to this post.
Post Reply