Results 1 to 5 of 5
  1. #1
    NikVonNik's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    7
    My Mood
    Yeehaw

    AutoIT Laghodessa Script

    I made this script to run on my old laptop. I've had it run for the last six hours and it hasn't gotten stuck yet. It runs along with Nunya's ezBossX and I modified it from his Klaus script.

    Instructions:
    Install Nunya's exBossX
    Change your screen resolution to 1280x800 (or change the mouse click positions in the script)

    then enter the following commands into the console:
    ai_reaction_delay_alert 99999
    ai_reaction_delay_idle 99999
    bind p "changelevel 2"
    bind 0 "cc_set_sub_weapon handbomb 999"

    Make a boat for "Nightmare at the Ruins"
    press the home key

    And you're set. Hope this helps someone.

    Code:
    Opt("WinWaitDelay",100)
    Opt("WinDetectHiddenText",1)
    Opt("MouseCoordMode",0)
    
    
    Global $boatbot
    
    HotKeySet("{HOME}", "start")
    HotKeySet("{END}", "stop")
    
    While 1
        ;sleep(500)
    WEnd
    
    ; -------- Functions -------------------
    
    Func start()
        $boatbot = Not $boatbot
        While $boatbot
    _WinWaitActivate("Vindictus","")
    
    MouseClick("left",93,661,1)
    sleep(1000)
    ;Hit "No" in response to "im stuck" dialogue
    MouseClick("left",666,465,1)
    send("{alt up}")
    sleep( 25000 )
    Send("{p}")
    sleep ( 22000 )
    ;paladin trans
    send ("{f7}")
    sleep ( 500 )
    ;take out small bombs
    send("{0}")
    sleep ( 500 )
    ;run to laggho
    send("{w down}")
    Sleep ( 6000 )  
    send("{w up}")
    sleep ( 500 )
    ;kick laggho
    send("r")
    Sleep( 2000 )
    Send("f")
    sleep ( 2000 )
    ;throw a bomb at red spider
    Send("e")
    sleep( 3000 )
    Send("f")
    sleep ( 2000 )
    ;throw a second bomb for good measure
    send("e")
    sleep ( 70000 )
    send("{alt down}")
    ;start clicking replay and keep clicking while the boat loads in case of lag
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
    MouseClick("left",196,709,1)
    sleep ( 3000 )
        WEnd
    EndFunc   ;==>start
    
    
    
    #region --- Internal functions Au3Recorder Start ---
    Func _WinWaitActivate($title,$text,$timeout=0)
        WinWait($title,$text,$timeout)
        If Not WinActive($title,$text) Then WinActivate($title,$text)
        WinWaitActive($title,$text,$timeout)
    EndFunc
    Func stop()
        Exit
    EndFunc   ;==>stop

  2. #2
    Niomieshon's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    01010101011101000110000101101000
    Posts
    872
    Reputation
    23
    Thanks
    56
    My Mood
    Bored
    Zzzzzzzzz so many macros ! Anyone can make one in 3 minutes :<
    Quote Originally Posted by Hell_Demon View Post
    I'm on a mission to destroy all hacks <:

  3. #3
    Ninjal3unny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by Niomieshon View Post
    Zzzzzzzzz so many macros ! Anyone can make one in 3 minutes :<
    yes! feed teh leechers! it is soo delicious! feeeeeds usssss

  4. #4
    Cosmic234's Avatar
    Join Date
    Aug 2008
    Gender
    female
    Location
    Hiding in my room o.o
    Posts
    47
    Reputation
    17
    Thanks
    4
    My Mood
    Amused
    Already been done by yours truly... Way to check the forums before posting

    https://www.mpgh.net/forum/267-vindic...ns-script.html


    Is decent, no?

  5. #5
    NikVonNik's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    7
    My Mood
    Yeehaw
    My bad. Sorry i bothered.