Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    BigChicks's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    66
    Reputation
    11
    Thanks
    7
    My Mood
    Cynical
    No. macros+hacks will only turn you into a bot in the game. more gold seems like good for you but it will mess with game economy and you will have to work more to get same thing. Maybe it's time for hfs to go and go back to golden balls so there is no more macros getting involved

    And since when the outside links are allowed in this forum?
    Last edited by BigChicks; 05-08-2011 at 02:05 AM.

  2. #17
    auggie246's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by Jutsushiki View Post
    Improved the Blood Lord script for abit.

    Code:
    Global $Pause
    HotKeySet("{F5}", "Pause")
    HotKeySet("{F6}", "bloodLord")
    
    While 1
    	WinWaitActive("Vindictus","")
    WEnd
    
    Func bloodLord()
    	While 1
    		Send("{esc}") ;// Enables mouse mode
    		Sleep(1000)
    		MouseClick("left",106,631,1) ; Clicks START to launch mission
    		Sleep(500)
    		Send("{F1}") ; Set this to whatever you bound "host_timescale 3" to. Must be 3 unless you readjust the sleep times.
    		Sleep(10000)
    		Send("{F2}") ; Set this to whatever you have you Skip Level command bound to.
    		Sleep(7000)
    		Send("{F3}") ;// Set this to whatever Spawns Spears command is bound to.
    		Send("{F1}") ; Set this to whatever you bound "host_timescale 3" to. Must be 3 unless you readjust the sleep times.
    		Send("{w down}") ; Will move forward for two (2) seconds to trigger cutscene. YOU MUST BE @ TIMES 3 SPEED (If not adjust the SLeep times)
    		Sleep(2000)
    		Send("{w up}")
    		Sleep(7000)
    
    		$i = 0
    		While $i < 5
    			Send("{f}") ;// Throws spears for approx. 5 (about Blood Lord's spawn stuck time.)
    			$i = $i + 1
    			Sleep(400)
    		WEnd
    
    		Sleep(63000) ; This is the time it takes until the Mission Successful menu shows up.
    		MouseClick("left",197,708,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.
    		Sleep(15000)
    	WEnd
    EndFunc
    
    Func Pause()
    	$Pause = NOT $Pause
    	While $Pause
    		sleep(100)
    		ToolTip('Script is PAUSED, press F5 to UNPAUSE',0,0)
    	WEnd
    	ToolTip("")
    EndFunc
    once it repeats, your Send("{esc}") ;// Enables mouse mode
    will disable mouse mode, because once u click replay dungeon and goes back to boat, mouse mode is already out

  3. #18
    gohan2525's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    WA, USA
    Posts
    389
    Reputation
    11
    Thanks
    111
    My Mood
    Cheerful
    Quote Originally Posted by Jutsushiki View Post
    Currently working on different raids

    Polar Bear
    Rage Polar Bear
    Hidden
    Nightmare
    Blood Lord*
    could you make one for klaus?

    nevermind configured one for klaus

    Code:
    Global $Pause
    HotKeySet("{z}", "Pause")
    HotKeySet("{x}", "klaus")
    
    ; Ignore;
    While 1
    	WinWaitActive("Vindictus","")
    WEnd
    ;;
    
    ; Will infinitly spam klaus (Until you stop it or some other unexpected error occurs such as lag D:) ;
    Func klaus()
    	While 1
    		Sleep(1000)
    		MouseClick("left",89,756,1) ; Clicks START to launch mission
    		Sleep(500)
    		Send("{NUMPAD3}") ; Set this to whatever you bound "host_timescale 3" to. Must be 3 unless you readjust the sleep times.
    		Sleep(10000)
    		Send("{NUMPAD0}") ; Set this to whatever you have you Skip Level command bound to.
    		Sleep(7000)
    		Send("{NUMPAD3}") ; Set this to whatever you bound "host_timescale 3" to. Must be 3 unless you readjust the sleep times.
    		Send("{w down}") ; Will move forward for two (2) seconds to trigger cutscene. YOU MUST BE @ TIMES 3 SPEED (If not adjust the SLeep times)
    		Sleep(2000)
    		Send("{w up}")
    		Sleep(7000)
            Send("{f}") ; Activates the aimmer
    		Sleep(500)
    		Send("{e}") ; Autolocks to Klaus
    		Sleep(65100) ; This is the time it takes until the Mission Successful menu shows up.
    		MouseClick("left",205,709,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.
    		Sleep(15000)
    	WEnd
    EndFunc
    ;;
    
    Func TogglePause()
        $Paused = NOT $Paused
        While $Paused
            sleep(100)
            ToolTip('Script is PAUSED, press "z" to UNPAUSE',0,0)
        WEnd
        ToolTip("")
    EndFunc
    Last edited by gohan2525; 05-08-2011 at 06:04 AM.
    [IMG]https://i46.photobucke*****m/albums/f138/gohan_2525/elfblogbanner-1.png[/IMG]

  4. #19
    Jutsushiki's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Stuck in my room working on Vindictus Farm++
    Posts
    9
    Reputation
    10
    Thanks
    44
    My Mood
    Goofy
    havent got to klaus yet :\ im only 54 currently

    once it repeats, your Send("{esc}") ;// Enables mouse mode
    will disable mouse mode, because once u click replay dungeon and goes back to boat, mouse mode is already out
    noticed that

  5. #20
    auggie246's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by Jutsushiki View Post
    havent got to klaus yet :\ im only 54 currently



    noticed that
    haha no need with the sad face, i just remove it, was thinking why my char camera was spinning like mad during the start button stage

  6. #21
    Sunrise's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    ΞΔ
    Posts
    2,179
    Reputation
    99
    Thanks
    217
    My Mood
    Sleepy
    Who cares about the VD economy? Hack the Sh!t out of the game I would say.
    Thank me if you agree.

  7. #22
    auggie246's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by alanhu95 View Post
    Who cares about the VD economy? Hack the Sh!t out of the game I would say.
    Thank me if you agree.
    no thanks, i already know that, you're a thank whore i guess?

  8. #23
    LuminousArk's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    334
    Reputation
    38
    Thanks
    15
    My Mood
    Aggressive
    Scripts are awesome! Reminds me of botting in runescape xD

  9. #24
    Inject0rzz's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    23
    My Mood
    Angelic
    Quote Originally Posted by alanhu95 View Post
    Who cares about the VD economy? Hack the Sh!t out of the game I would say.
    Thank me if you agree.
    The worst thing you can do is ask for thanks, but to the OP great job on this script
    Last edited by Inject0rzz; 05-08-2011 at 10:03 AM.

  10. #25
    thedoctor2010's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    USA
    Posts
    96
    Reputation
    28
    Thanks
    53
    My Mood
    Goofy
    Great release, I had to change a few small things to get it to work with my settings and timing, but it works perfect.

  11. #26
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    Dayum mang
    Nice job

  12. #27
    gohan2525's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    WA, USA
    Posts
    389
    Reputation
    11
    Thanks
    111
    My Mood
    Cheerful
    I get this working but after about 2 runs of the same dungeon it stalls on me
    [IMG]https://i46.photobucke*****m/albums/f138/gohan_2525/elfblogbanner-1.png[/IMG]

  13. #28
    HIKAKIN's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    California
    Posts
    25
    Reputation
    10
    Thanks
    15
    My Mood
    Lurking
    Quote Originally Posted by gohan2525 View Post
    I get this working but after about 2 runs of the same dungeon it stalls on me
    Stalls at which point?

    (I did mention you may need to tweak some of the settings (sleep times) a bit depending on how fast your PC loads maps/etc)

  14. #29
    gohan2525's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    WA, USA
    Posts
    389
    Reputation
    11
    Thanks
    111
    My Mood
    Cheerful
    Quote Originally Posted by HIKAKIN View Post
    Stalls at which point?

    (I did mention you may need to tweak some of the settings (sleep times) a bit depending on how fast your PC loads maps/etc)
    yes I fixed it at some points it would break on the spears and pressing the replay at other times the replay would stall load you in town and the script gets stuck
    [IMG]https://i46.photobucke*****m/albums/f138/gohan_2525/elfblogbanner-1.png[/IMG]

  15. #30
    HIKAKIN's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    California
    Posts
    25
    Reputation
    10
    Thanks
    15
    My Mood
    Lurking
    Quote Originally Posted by gohan2525 View Post
    yes I fixed it at some points it would break on the spears and pressing the replay at other times the replay would stall load you in town and the script gets stuck
    Never had it break when it came to the spears, all it does it press "f" then "e" to autolock and throw. Although I have run into the situation were you mysteriously load in the Dock then load into the Boat. No clue what causes that.

Page 2 of 3 FirstFirst 123 LastLast