Thanks to "pyrobyant" for base code
Thanks to "zippo2011" for One hit kill
Thanks to "Nunya" for perm binds and Ez Boss
Thanks to "FAILXpert" for base of script
Video Settings Required:
1) 1280 x 728 WINDOWED //Manditory
2) LOWEST video setting //Best for saving computer resources too :), however not required.
Optimal Boat Settings:
1) Hard/Hero Mode //Recommended
2) Season of Macha (difficulty up) //Recommended
3) Set boat to "private" //Highly highly highly Recommended
Steps:
1) Download the zip extract the HFS's into the hfs folder (remember to back up).
2) Open the script.
3) Start the script (F5 or Tools>Go) [Build the script to skip steps 2 and 3 with only running the program.]
4) Start a boat with the optimal boat settings above.
5) Press F9 to start the bot
6) Press F10 to pause if needed
Features and Notes:
1) PixelSearches, better results always, adapts to lag of different computer like a buffer
2) Send("{NUMPAD6}") is speed hack and is defaultly disabled, faster results comes with more lag, use with caution
3) Repositions your Vindictus window to botting coordinates, in short, it works on all resolutions that could fit Vindictus as 1280 x 728.
Script: - UPDATED -
Code:
;~ Thanks to "pyrobyant" for base code
;~ Thanks to "zippo2011" for One hit kill
;~ Thanks to "Nunya" for perm binds and Ez Boss
;~ Thanks to "FAILXpert" for base of script
Global $Pause
HotKeySet("{F10}", "Pause")
HotKeySet("{F9}", "WhiteTyrant")
While 1
WinWaitActive("Vindictus", "")
WEnd
Func WhiteTyrant()
While 1
WinMove("Vindictus", "", 0, 0)
$counter = 0
Do
$counter = $counter + 1
Sleep(1000)
PixelSearch(45, 626, 65, 646, 0x941717, 2)
Until Not @error or $counter > 60
Sleep(1000)
Send("{ALT DOWN}")
MouseClick("Left", 128, 652, 2)
Send("{ALT UP}")
Send("{NUMPAD6}");starting dungeon
$counter = 0
Do
$counter = $counter + 1
Sleep(1000)
PixelSearch(403, 202, 423, 272, 0x000000, 2)
Until Not @error or $counter > 60
Sleep(1000)
$counter = 0
Do
Send("{7}")
Send("{f}")
;Send("{NUMPAD6}");speed it up (if you can), more lag, more profits, remove the ";"
Sleep(400)
MouseClick("Left")
Sleep(100)
Send("{NUMPAD8}");skip skip skip :DDDDDDD
Sleep(100)
Send("{NUMPAD9}");reapear
$counter = $counter + 1
Sleep(2500)
PixelSearch(512, 586, 532, 606, 0x466F95, 1);throw bombs until clear game
Until Not @error or $counter > 60
Sleep(1000)
Send("{ALT DOWN}")
MouseClick("Left", 188, 728, 5)
Send("{ALT UP}")
WEnd
EndFunc ;==>WhiteTyrant
Func Pause()
$Pause = Not $Pause
While $Pause
Sleep(100)
ToolTip('Script is PAUSED, press F10 to UNPAUSE', 0, 0)
WEnd
ToolTip("")
EndFunc ;==>Pause
Also I'm petitioning against needing virus scans for .au3 scripts and .hfs files, they both aren't executable files and you can see .au3 scripts in autoIt. But whatevs
VirusTotal - Free Online Virus, Malware and URL Scanner