Page 2 of 3
Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 6:04 pm
by ultrades
i still cant able to use imax macro...
Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 6:23 pm
by iSean
RavenOfDeath wrote:RavenOfDeath wrote:MRFlame wrote:Dude i learnt it under half hour...Just click help and see the keys...SO easy man.
I already made a full script for Mine.
Yeah dude.. I can make subs work.. If you know what that means.
subs? what's tat
I think he means this.
// Auto Walk + Attack
// Nagamerah Tutorial
Dim Attack_Key
Dim Direction
Dim begin_move_Time
Dim While_move_Time
Sub Main
debug.print "main"
Call botSetting
while True
call attack
call moveRightLeft
delay 200
wend
END
sub
Sub botSetting
debug.print "botSetting"
begin_move_Time = now()
Attack_Key = "CTRL"
Direction = "right"
While_move_Time = 10
End
Sub
Sub attack
sendkey "MapleStory", Attack_Key
End
Sub
Sub move
if direction = "right" then
debug.print "move right now"
keydown "right"
sleep 2000
keyup "right"
direction = "left"
else
debug.print "move left now"
keydown "left"
sleep 2000
keyup "left"
direction = "right"
end if
End
Sub
Sub moveRightLeft
if DateDiff("s",begin_move_Time,now()) >= While_move_Time then
begin_move_Time = now ()
call move
end if
End
Sub
Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 9:03 pm
by MRFlame
Yes ISean.
Ultratrade what you mean cannot work?
Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 9:51 pm
by ultrades
1.i run imaxmacro as adminstrator.
2.i write this
Code: Select all
keypress "RIGHT"
sleep 5000
keyup "RIGHT"
3.i press run.
4.here the problem,character nv move at all.
5.numlock is turn off.
Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 10:36 pm
by iSean
Numlock off plox

Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 10:55 pm
by MRFlame
try this Copy paste this... Btw yours, it will press the RIGHT button 1 time, not hold it. Mine will hold it.
SetActiveWindow "MapleStory"
KeyDown "RIGHT"
Delay 5000
KeyUp "RIGHT"
Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 11:12 pm
by Xia0ZaiZai
... Isnt this 100% same with the gamerzneeds website that nagamerah rlsed?
Re: [RLS]iMaX Macro File Fix
Posted: Sat Apr 10, 2010 11:17 pm
by MRFlame
He did a release of what?
Re: [RLS]iMaX Macro File Fix
Posted: Sun Apr 11, 2010 10:22 am
by ultrades
ultrades wrote:1.i run imaxmacro as adminstrator.
2.i write this
Code: Select all
keypress "RIGHT"
sleep 5000
keyup "RIGHT"
3.i press run.
4.here the problem,character nv move at all.
5.numlock is turn off.
MRFlame wrote:try this Copy paste this... Btw yours, it will press the RIGHT button 1 time, not hold it. Mine will hold it.
SetActiveWindow "MapleStory"
KeyDown "RIGHT"
Delay 5000
KeyUp "RIGHT"
write wrong shld be keydown
ok i will try
still nt working after trying ur imax fix
Re: [RLS]iMaX Macro File Fix
Posted: Sun Apr 11, 2010 4:36 pm
by MRFlame
did you try the Reg file? Open Imax before maple..