EU Bot for Vindictus

Posts 121135 of 160 · Page 9 of 11
Thanks r0xy, btw 'next' & 'replay' works great with :

Code:
$ReplayXpos = "270"
$ReplayYpos = "710"
$NextXpos = "670"
$NextYpos = "710"
on 1024x768
Quote Originally Posted by buFFy View Post
added a sample
you gave me another good ide , im going to try it out
idk why but bot just equip spears unequip them and its like 3 time and he dont even throw them at the boss. using 1680x1050 rez. also on shadowed by darkness dungeon he dont even targets to the boss its like near him. (tested with nightmare same thing)
Alright. Tested a few thing, yet it works flawless. Just make sure to use Zone_WaitForNextLoad after you killed the boss with a longer Timeout-range, because otherwise it will bug. I recommend something like 2,5 minutes or so. You also may want to Convert the Y = 10 (tested on 1440x900)(should work on most monitors etc., but some day it won't work for someone, so better convert :P)

Also this is not the best solution - but it is one. Reading the memory would be way better (easy if HS act's like in Combat Arms, but i don't know), but however - this will do it, too.

Code:
Global $ZONE_PIXEL
Global Const $X = @desktopWidth / 2, $Y = 10

Func Zone_Initiate($sTitle = "Vindictus EU") ;void
	WinActivate($sTitle)
	WinWaitActive($sTitle)
	Sleep(100)
	$ZONE_PIXEL = PixelGetColor($X, $Y)
EndFunc


Func Zone_WaitForNextLoad($iDeadlock = 60000) ;bool
	$tI = TimerInit()

	Do
		Sleep(100)
	Until PixelGetColor($X, $Y) <> $ZONE_PIXEL

	Sleep(10)

	Do

		Sleep(100)
		If TimerDiff($tI) > $iDeadlock Then Return 0

	Until PixelGetColor($X, $Y) == $ZONE_PIXEL

	Return 1
EndFunc

Zone_Initiate()
While Not Zone_WaitForNextLoad()
	Sleep(1000)
WEnd
MsgBox(0x40, "Zone!", "Loaded")
Make sure to use Zone_Initiate on the Boat, otherwise it will bug, because the HP Bar in town and HP Bar in Instance looks different!
(Instance one seems much brighter with some icons on it)
bot is detected by hackshield.
Got an detected popup upon Injecting with Sinject...
Quote Originally Posted by sirmike View Post
bot is detected by hackshield.
Got an detected popup upon Injecting with Sinject...
No it isn't. Still working fine for me. Maybe u didn't close sinject fast enough.
Quote Originally Posted by r0xy View Post
No it isn't. Still working fine for me. Maybe u didn't close sinject fast enough.
As i said, it's the Windowtitle. Simply change it in the GUI.au3
Quote Originally Posted by buFFy View Post
As i said, it's the Windowtitle. Simply change it in the GUI.au3
For what? it works, so idc. :>
I seem to crash with the "Console+Inject" that comes with the bot.. why is that?
Quote Originally Posted by swooya View Post
I seem to crash with the "Console+Inject" that comes with the bot.. why is that?
pls explain ur problem particularly
Quote Originally Posted by r0xy View Post
pls explain ur problem particularly
I´m talking bout the injector that comes within the bot folder,it injects just fine,but after nexon logo and the one after.. "Vindictus Launcher has stopped working"
Quote Originally Posted by swooya View Post
I´m talking bout the injector that comes within the bot folder,it injects just fine,but after nexon logo and the one after.. "Vindictus Launcher has stopped working"
sometimes i have the same prob. just try it again and again.
add both dll's, close as fast as possible and wait. sometimes it's laggy for me, too. :\
does the bot for spears only work with the appropiate missions?
Quote Originally Posted by sirmike View Post
does the bot for spears only work with the appropiate missions?
currently it works with
Buried Sorrow, Colhen in Flames, Contact, Fight that Must be Won, Hidden, Kobold Chief,

Nightmare at the Ruins, Prepare For CounterAttack, Regrets...Too Late, Shadowed by Darkness,

Shady Forest, Taking Initiative, The Howling Soul, The Weeping Queen, Trampled Plains, Two

Moons, Where The Legend Sleeps, White Tyrants Challenge Bots and Transformation Leveling
close after injection should work, and the console and hax file isent mine, ask Nico about it in hes thread
Btw buFFy still here?
Posts 121135 of 160 · Page 9 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?