Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    iMythik's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    188
    Reputation
    15
    Thanks
    3,226
    Awesome, thanks.
    got my account back

  2. #17
    Kev Hero's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    Thank you for the script!
    I had problems when using it so I edited the code a bit

    To be binded are
    bind "-" "cc_send_start_game_message"
    bind "/" "changelevel2"
    bind "." "god"
    bind "," "ohk"
    bind "\" "cc_change_figure_height 0.1" not needed as this bot uses nuke not spears now
    bind "'" "nuke" it is " ' " an apostrophe
    bind "]" "host_timescale 4"

    I manually bind these to pubconsole 1.6 by @l2noob2

    The bot still walks into a wall for a few seconds but i find it a big faster than OP's bot.
    some timers may have to be changed if your computer loads slowly or if you have to run at a lower host_timescale
    Bot could still be faster but I'm happy with what I have...for now!

    Code:
    Opt("WinWaitDelay",100)
    	Opt("WinDetectHiddenText",1)
    	Opt("MouseCoordMode",0)
    
    
    	Global $boatbot
    
    	HotKeySet("{HOME}", "start")
    	HotKeySet("{END}", "stop")
    
    	While 1
    		sleep ( 1 )
    	WEnd
    
    ; -------- Functions -------------------
    
    	Func start()
    		$boatbot = Not $boatbot
    		While $boatbot
    			_WinWaitActivate("Vindictus","")
    		MouseClick("left",117,646,1) ; Clicks START to launch mission
    		Sleep(2000)
    		Send("{-}") ; bypass leaderboard
    		Sleep(5000)
    		Send("{/}") ; skip map
    		Sleep(5000)
    		Send("{/}") ; skip map
    		Sleep(5000)
    		Send("{,}") ; ohk
    		Sleep(100)
    		Send("{.}") ; god
    		Sleep(100)
    		Send("{NUMPAD7}") ; spear
    		Sleep(100)
    		Send("{\}") ; changefigure
    		Sleep(100)
    		Send("{UP down}") ; will move forward for 5 seconds to trigger cutscene.
    		Sleep(3600)
    		Send("{UP up}")
    		Sleep(100)
    		Send("{LEFT down}")
    		Sleep(3000)
    		Send("{LEFT up}")
    		Sleep(100)
    		Send("{UP down}") ; will move forward for 5 seconds to trigger cutscene.
    		Sleep(5000)
    		Send("{UP up}")
    		Sleep(100)
    		Send("{SPACE}")
    		Send ("{]}")
    		Sleep(12000)
    		Send ("{'}") ; nuke
    		Sleep (500)
    		Send ("{]}")
    		Sleep (3000)
    		Send ("{]}")
    		Sleep (1000)
    		Send ("{]}")
    		Sleep (5000)
    		Send ("{]}")
    		Sleep (5000)
    		Send ("{]}")
    		Sleep (5000)
    		Send ("{]}")
    		Sleep(35000) ; this is the time it takes until the Mission Successful menu shows up.
    		Send ("{]}")
    		Sleep(5000)
    		MouseClick("left",393,706,1)
    		Sleep(500)
    		MouseClick("left",96,426,1) ; will click REPLAY on Missions Successful window
    		Sleep(20000) ; time to zone back to boat and repeat the script
    
    	WEnd
    EndFunc
    
    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
    Last edited by Kev Hero; 01-29-2012 at 11:27 AM.

  3. #18
    theking1111's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    142
    Reputation
    10
    Thanks
    3
    My Mood
    Amused
    You should make one for battle "The Contract" . Thanks a million if you do
    Last edited by theking1111; 01-29-2012 at 11:01 PM.

  4. #19
    aliasku's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    81
    i ma sorry everyone..this bot is still on progress, but now its done..i ma gonna upload a fix version of two moon bot..

    yea i ma gonna make the contract BOT.. i ma quitting vindictus but now i am focused for scripting bot..lol

    that was fun

  5. The Following User Says Thank You to aliasku For This Useful Post:

    theking1111 (01-30-2012)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Source Code] Simple time passed script. [autoit]
    By DanK in forum Vindictus Hacks & Cheats
    Replies: 3
    Last Post: 10-25-2011, 09:35 PM
  2. How to script in AutoIT.
    By LustforPride in forum Vindictus Help
    Replies: 9
    Last Post: 07-22-2011, 06:35 PM
  3. [Release] AutoIT Scripts (Queen and Blood Lord)
    By HIKAKIN in forum Vindictus Hacks & Cheats
    Replies: 32
    Last Post: 05-12-2011, 04:54 PM
  4. [Release] AutoIT Laghodessa Script
    By NikVonNik in forum Vindictus Hacks & Cheats
    Replies: 4
    Last Post: 05-12-2011, 03:11 AM
  5. Two Moons in the Sky
    By Ad litteram in forum General
    Replies: 32
    Last Post: 06-30-2009, 04:42 PM