[RLS]iMaX Macro File Fix
Re: [RLS]iMaX Macro File Fix
i still cant able to use imax macro...
Re: [RLS]iMaX Macro File Fix
I think he means this.RavenOfDeath wrote:subs? what's tatRavenOfDeath wrote:Yeah dude.. I can make subs work.. If you know what that means.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.
// 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
Yes ISean.
Ultratrade what you mean cannot work?
Ultratrade what you mean cannot work?
Re: [RLS]iMaX Macro File Fix
1.i run imaxmacro as adminstrator.
2.i write this
3.i press run.
4.here the problem,character nv move at all.
5.numlock is turn off.
2.i write this
Code: Select all
keypress "RIGHT"
sleep 5000
keyup "RIGHT"
4.here the problem,character nv move at all.
5.numlock is turn off.
Re: [RLS]iMaX Macro File Fix
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"
SetActiveWindow "MapleStory"
KeyDown "RIGHT"
Delay 5000
KeyUp "RIGHT"
- Xia0ZaiZai
- Master of Darkness
- Posts: 238
- Joined: Mon Jan 11, 2010 9:23 pm
- Location: Beside the darkest corner
- Contact:
Re: [RLS]iMaX Macro File Fix
... Isnt this 100% same with the gamerzneeds website that nagamerah rlsed?

Re: [RLS]iMaX Macro File Fix
He did a release of what?
Re: [RLS]iMaX Macro File Fix
ultrades wrote:1.i run imaxmacro as adminstrator.
2.i write this3.i press run.Code: Select all
keypress "RIGHT" sleep 5000 keyup "RIGHT"
4.here the problem,character nv move at all.
5.numlock is turn off.
write wrong shld be keydownMRFlame 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"
ok i will try
still nt working after trying ur imax fix
Re: [RLS]iMaX Macro File Fix
did you try the Reg file? Open Imax before maple..