Page 1 of 2

[ Help ] Where can i find scripts for iMaxMacro

Posted: Fri Nov 27, 2009 3:28 pm
by ---xO
Help pls .
i was looking for something like auto trainer .
it will kill mob and train for me .

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Fri Nov 27, 2009 7:10 pm
by iSean
---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

iMaxMacro Works on P/S 2 Keyboard only, Not USB!! :(

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Sat Nov 28, 2009 2:20 pm
by ---xO
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 .

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Sat Nov 28, 2009 3:07 pm
by Boredness
Go google USB...
Anyway imax micro scripts are very easy to make..

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Sat Nov 28, 2009 7:18 pm
by ---xO
search USB can le ? O.o

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Sat Nov 28, 2009 8:35 pm
by Boredness

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Sun Nov 29, 2009 2:26 pm
by ---xO

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Sun Nov 29, 2009 5:51 pm
by ---xO
http://images.google.com.sg/imgres?imgu ... 7AO49oWSAw

or this ?
i belive its this one .
any idea how to use it ?

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Sun Nov 29, 2009 9:18 pm
by Boredness
---xO wrote:http://www.alibaba.com/product-tp/101485924/Compaq_Multimedia_Black_Color_keyboards_P.html


u mean this ?
If you don't know what's a USB Keyboard...
Google "USB Keyboard" and you'll get alot of results...

Re: [ Help ] Where can i find scripts for iMaxMacro

Posted: Mon Nov 30, 2009 9:58 am
by ---xO
i belive its the 2nd one .
like wad sean said