Page 1 of 1

Need Help W/ iMaxMacro Scripts

Posted: Wed Nov 18, 2009 10:48 pm
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

Re: Need Help W/ iMaxMacro Scripts

Posted: Wed Nov 18, 2009 10:59 pm
by Boredness
It shouldn't a/b unless moving of item x is touched.

Re: Need Help W/ iMaxMacro Scripts

Posted: Wed Nov 18, 2009 11:05 pm
by iSean
Erm Boredness it actually not working :X
need help since after it loads got "symbol name is not found" in every scripts

Re: Need Help W/ iMaxMacro Scripts

Posted: Sun Nov 22, 2009 4:38 pm
by Boredness
Seems like C# code sia

Re: Need Help W/ iMaxMacro Scripts

Posted: Sun Nov 22, 2009 8:35 pm
by iSean
I dunno this things are quite old it is sitting in the Trash Can so long :P