Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused

    Updated Blood Lord Script(works on slow computers)

    credit goes to
    breakg,Cosmic234,HIKAKIN,Jutsushiki (pointercoord)
    last one had some underscores where there shouldnt be any(really shouldnt script when im off my meds)
    Code:
    Global $Pause
    HotKeySet("{F10}", "Pause")
    HotKeySet("{F9}", "BLord")
    
    While 1
    	WinWaitActive("Vindictus","")
    WEnd
    
    Func BLord()
    	While 1
    		Sleep(1000)
    		MouseClick("left",95,627,1) ; Clicks START to launch mission
    		Sleep(500)
    		Send("{8}") ; set your key bound to  host_timescale 3
    		Sleep(10000)
    		Send("{7}") ; set your key bound to changelevel 2
    		Sleep(1000)
    		Send("{9}") ; set your key bound to monster_attack_bonus_ratio -80
    		Sleep(7000)
    		Send("{0}") ; set your key bound to cc_set_subweapon sticky_bomb 999
    		Sleep(7000)
    		Send("{8}") ; set your key bound to host_timescale 3
    		Send("{w down}") ; Will move forward for 5 seconds to trigger cutscene.
    		Sleep(5000)
    		Send("{w up}")
    		Send("{n}") ; set your key bound to ai_reaction_delay_idle 99999
    		Send("{m}") ; set your key bound to ai_reaction_delay_alert 99999
    		Sleep(7000)
    		Send("{f}") ; this will get your sitcky bomb out
    		Sleep(500)
    		Send("{e}") ; and throw
    		Sleep(400)
    		Sleep(68000) ; This is the time it takes until the Mission Successful menu shows up.
    		MouseClick("left",193,709,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.
    		Sleep(25000)
    
    	WEnd
    EndFunc
    
    Func Pause()
    	$Pause = NOT $Pause
    	While $Pause
    		sleep(100)
    		ToolTip('Script is PAUSED, press F10 to UNPAUSE',0,0)
    	WEnd
    	ToolTip("")
    EndFunc
    Blood Lord.zip MD5:ff929c1002096e80f6c46a886191d0fc - VirSCAN.org Scanners did not find malware!
    VirusTotal - Free Online Virus, Malware and URL Scanner

  2. The Following 7 Users Say Thank You to LordInferno For This Useful Post:

    cooterpooter (05-17-2011),diabolik99 (05-16-2011),djnitro11 (05-14-2011),fireclass (05-22-2011),jondoesmith123 (05-14-2011),sd999444 (05-16-2011),smegma (05-15-2011)

  3. #2
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    Nice update
    /Approved

  4. #3
    djnitro11's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    G-R
    Posts
    121
    Reputation
    10
    Thanks
    9
    My Mood
    Angelic
    Nice release ^^.

  5. #4
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    got an even better one in a min that has my sp skil kill in it and for Blood Lord(no lag as far as i know)

  6. #5
    Nirvana9832's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Earth
    Posts
    95
    Reputation
    10
    Thanks
    1
    My Mood
    Breezy
    Quote Originally Posted by LordInferno View Post
    got an even better one in a min that has my sp skil kill in it and for Blood Lord(no lag as far as i know)
    What exactly is this a script for?

    Jitbit? or whatever its called?

    (I love asking stupid questions)
    [IMG]https://i30.photobucke*****m/albums/c330/Nirvana9832/Photoshop/FF8Sig.png[/IMG]

  7. #6
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    Autoit3 download it via this link AutoIt Script Editor Downloads - AutoItScript
    get scite after you download autoit then the update for autoit

  8. #7
    smegma's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    Total tard here... I've gotten other scripts to work though.

    Is there a specific resolution to run it in, and what key do I hit to activate?
    Last edited by smegma; 05-15-2011 at 01:12 AM.

  9. #8
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    f9 to activate and my res is 1366x978

  10. #9
    Pactolus's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Kentucky
    Posts
    91
    Reputation
    9
    Thanks
    11
    How exactly do I use this? I downloaded autoit3 and scite.

  11. #10
    hack416's Avatar
    Join Date
    May 2011
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    If I'm using a 1024x768 resolution then which part of the script do i I edit to make it work for me when my character throws 1 spear at Blood Lord?

  12. #11
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    prob the delays and i didnt think it was possible for someone to have lower res then an intel lol

    By the time you realize where I am you will already be trapped in my inferno

  13. #12
    Hitman 47's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Earth
    Posts
    2,551
    Reputation
    15
    Thanks
    331
    My Mood
    Cool
    Quote Originally Posted by LordInferno View Post
    prob the delays and i didnt think it was possible for someone to have lower res then an intel lol
    Lol its possible

  14. #13
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    just changed my res to your my god im glad i dont have your res

    By the time you realize where I am you will already be trapped in my inferno

  15. #14
    sd999444's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    386
    Reputation
    15
    Thanks
    98
    trying to finetune this to work for me.... i can't seem to get the timing right to hit the replay button, other than that i made mine perfect... starting over again, tips please? thanks!

  16. #15
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    try editing the sleep numbers
    i edited the sleep between timescale and spears to 20000

    By the time you realize where I am you will already be trapped in my inferno

Page 1 of 2 12 LastLast