[RLS]iMaX Macro File Fix

Download MapleStory hacks and bots over here!
ultrades
Master of Darkness
Master of Darkness
Posts: 359
Joined: Thu Sep 10, 2009 9:03 am

Re: [RLS]iMaX Macro File Fix

Post by ultrades »

i still cant able to use imax macro...
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: [RLS]iMaX Macro File Fix

Post 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
MRFlame
Destiny General
Destiny General
Posts: 317
Joined: Sat Mar 20, 2010 2:27 pm

Re: [RLS]iMaX Macro File Fix

Post by MRFlame »

Yes ISean.
Ultratrade what you mean cannot work?
ultrades
Master of Darkness
Master of Darkness
Posts: 359
Joined: Thu Sep 10, 2009 9:03 am

Re: [RLS]iMaX Macro File Fix

Post 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.
MRFlame
Destiny General
Destiny General
Posts: 317
Joined: Sat Mar 20, 2010 2:27 pm

Re: [RLS]iMaX Macro File Fix

Post 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"
User avatar
Xia0ZaiZai
Master of Darkness
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

Post by Xia0ZaiZai »

... Isnt this 100% same with the gamerzneeds website that nagamerah rlsed?
Image
MRFlame
Destiny General
Destiny General
Posts: 317
Joined: Sat Mar 20, 2010 2:27 pm

Re: [RLS]iMaX Macro File Fix

Post by MRFlame »

He did a release of what?
ultrades
Master of Darkness
Master of Darkness
Posts: 359
Joined: Thu Sep 10, 2009 9:03 am

Re: [RLS]iMaX Macro File Fix

Post 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
MRFlame
Destiny General
Destiny General
Posts: 317
Joined: Sat Mar 20, 2010 2:27 pm

Re: [RLS]iMaX Macro File Fix

Post by MRFlame »

did you try the Reg file? Open Imax before maple..
Post Reply