Help pls .
i was looking for something like auto trainer .
it will kill mob and train for me .
[ Help ] Where can i find scripts for iMaxMacro
-
- Master of Darkness
- Posts: 257
- Joined: Mon Sep 07, 2009 8:58 am
- Location: Where Hot chicks live . PLAYBOY MANSION
[ Help ] Where can i find scripts for iMaxMacro

--♫ ╪ я ╪ αÿαṉ ™ --
-- Please Dont Be So Guai Lan ! --
Re: [ Help ] Where can i find scripts for iMaxMacro
---xO wrote:Help pls .
i was looking for something like auto trainer .
it will kill mob and train for me .
Code: Select all
// 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 200
keyup "right"
direction = "left"
else
debug.print "move left now"
keydown "left"
sleep 200
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

-
- Master of Darkness
- Posts: 257
- Joined: Mon Sep 07, 2009 8:58 am
- Location: Where Hot chicks live . PLAYBOY MANSION
Re: [ Help ] Where can i find scripts for iMaxMacro
iMaxMacro Works on P/S 2 Keyboard only, Not USB!!
-----
wad is that means ?
i cant use my normal comp ?
cos when i instert the code.
its seems to be running but doesnt seem to work my on character in maple .
-----
wad is that means ?
i cant use my normal comp ?
cos when i instert the code.
its seems to be running but doesnt seem to work my on character in maple .

--♫ ╪ я ╪ αÿαṉ ™ --
-- Please Dont Be So Guai Lan ! --
Re: [ Help ] Where can i find scripts for iMaxMacro
Go google USB...
Anyway imax micro scripts are very easy to make..
Anyway imax micro scripts are very easy to make..
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
-
- Master of Darkness
- Posts: 257
- Joined: Mon Sep 07, 2009 8:58 am
- Location: Where Hot chicks live . PLAYBOY MANSION
Re: [ Help ] Where can i find scripts for iMaxMacro
search USB can le ? O.o

--♫ ╪ я ╪ αÿαṉ ™ --
-- Please Dont Be So Guai Lan ! --
Re: [ Help ] Where can i find scripts for iMaxMacro
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
-
- Master of Darkness
- Posts: 257
- Joined: Mon Sep 07, 2009 8:58 am
- Location: Where Hot chicks live . PLAYBOY MANSION
Re: [ Help ] Where can i find scripts for iMaxMacro

--♫ ╪ я ╪ αÿαṉ ™ --
-- Please Dont Be So Guai Lan ! --
-
- Master of Darkness
- Posts: 257
- Joined: Mon Sep 07, 2009 8:58 am
- Location: Where Hot chicks live . PLAYBOY MANSION
Re: [ Help ] Where can i find scripts for iMaxMacro
http://images.google.com.sg/imgres?imgu ... 7AO49oWSAw
or this ?
i belive its this one .
any idea how to use it ?
or this ?
i belive its this one .
any idea how to use it ?

--♫ ╪ я ╪ αÿαṉ ™ --
-- Please Dont Be So Guai Lan ! --
Re: [ Help ] Where can i find scripts for iMaxMacro
If you don't know what's a USB Keyboard...---xO wrote:http://www.alibaba.com/product-tp/101485924/Compaq_Multimedia_Black_Color_keyboards_P.html
u mean this ?
Google "USB Keyboard" and you'll get alot of results...
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
-
- Master of Darkness
- Posts: 257
- Joined: Mon Sep 07, 2009 8:58 am
- Location: Where Hot chicks live . PLAYBOY MANSION
Re: [ Help ] Where can i find scripts for iMaxMacro
i belive its the 2nd one .
like wad sean said
like wad sean said

--♫ ╪ я ╪ αÿαṉ ™ --
-- Please Dont Be So Guai Lan ! --