[ Help ] Where can i find scripts for iMaxMacro

Discuss MapleStory hacks and bots over here!
---xO
Master of Darkness
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

Post by ---xO »

Help pls .
i was looking for something like auto trainer .
it will kill mob and train for me .
Image

-- я αÿαṉ --
-- Please Dont Be So Guai Lan ! --
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

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

Post 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!! :(
---xO
Master of Darkness
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

Post 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 .
Image

-- я αÿαṉ --
-- Please Dont Be So Guai Lan ! --
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

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

Post by Boredness »

Go google USB...
Anyway imax micro scripts are very easy to make..
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
---xO
Master of Darkness
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

Post by ---xO »

search USB can le ? O.o
Image

-- я αÿαṉ --
-- Please Dont Be So Guai Lan ! --
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

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

Post by Boredness »

Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
---xO
Master of Darkness
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

Post by ---xO »

Image

-- я αÿαṉ --
-- Please Dont Be So Guai Lan ! --
---xO
Master of Darkness
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

Post by ---xO »

http://images.google.com.sg/imgres?imgu ... 7AO49oWSAw

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

-- я αÿαṉ --
-- Please Dont Be So Guai Lan ! --
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

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

Post 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...
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
---xO
Master of Darkness
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

Post by ---xO »

i belive its the 2nd one .
like wad sean said
Image

-- я αÿαṉ --
-- Please Dont Be So Guai Lan ! --
Post Reply