Results 1 to 14 of 14
  1. #1
    RevengeSpirit's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    5

    The Weeping Queen Bot

    Hello dear Vindictus Hacker,

    this is my first Bot and I'm proud of it.
    Because do not found a Weeping Queen Script, that realy do his Job.
    I was bored and wanted to do a Bot.

    The Bot is, how should it otherwise be, written in AutoIT.

    There are 3 Resolutions:
    1280x768
    1366x768
    1440x900

    Before i forget...you have to make your Graphics "Low"...I made the Script with low grapic because my PC is not that that busy with that.
    Scans:

    Virscan

    Virustotal

    Source:

    Global $Pause
    HotKeySet("{F10}", "Pause")
    HotKeySet("{F9}", "Play")

    While 1
    WinWaitActive("Vindictus","")
    WEnd

    Func Play()
    While 1
    Sleep(1000)
    MouseClick("left",102,628,1) ; Clicks START to launch mission
    Sleep(5000)
    Send("{Numpad6}") ; set your key bound to host_timescale 3
    Sleep(9000)
    Send("{Numpad4}") ; set your key bound to host_timescale 3
    Sleep(5000)
    Send("{7}") ; set your key bound to cc_set_subweapon handbomb_lvl2 999
    Sleep(207)
    Send("{F6}")
    Sleep(10000)
    Send("{f}") ; this will get your sitcky bomb out
    Sleep(200)
    Send("{e}") ; and throw
    Sleep(407)
    Sleep(68007) ; This is the time it takes until the Mission Successful menu shows up.
    MouseClick("left",204,707,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.
    Sleep(25007)

    WEnd
    EndFunc

    Func Pause()
    $Pause = NOT $Pause
    While $Pause
    sleep(100)
    ToolTip('Script is PAUSED, press F10 to UNPAUSE',0,0)
    WEnd
    ToolTip("")
    EndFunc

    Credits:

    HFS Files:
    Exoduss

    Script:
    Made by Me :3
    Last edited by Nico; 07-25-2011 at 03:42 PM.

  2. The Following 5 Users Say Thank You to RevengeSpirit For This Useful Post:

    dragon73 (05-31-2011),mastersenser (06-07-2011),MrKnives (06-01-2011),nvh (06-09-2011),superpro5 (06-11-2011)

  3. #2
    dragon73's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    America
    Posts
    401
    Reputation
    10
    Thanks
    47
    My Mood
    Amazed
    Quote Originally Posted by RevengeSpirit View Post
    Hello dear Vindictus Hacker,

    this is my first Bot and I'm proud of it.
    Because do not found a Weeping Queen Script, that realy do his Job.
    I was bored and wanted to do a Bot.

    The Bot is, how should it otherwise be, written in AutoIT.

    There are 3 Resolutions:
    1280x768
    1366x768
    1440x900


    HFS Files:
    Unknown (i forgot from whom i got them >.<)
    Script:
    Made by Me :3
    I like your style there being cautious ,cool.It's better to leave it unknown that way no way to find connections to bot and hfs files.I will thank you as soon as I test this for myself
    And if you find out whos' hfs they are at least give them credit but don't name the files. : )
    Last edited by dragon73; 05-30-2011 at 08:36 AM.
    Can any man prove why anything exists?Can matter exist on its own?This is for you 2012 naysayers=The end is not near unless God Say so.

  4. #3
    RevengeSpirit's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    5
    Credits are edited

  5. #4
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    /approve .

  6. #5
    MrKnives's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    anywhere you look
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Hi, i tried to run the bot on timescale 3 and my pc didn't stand it, so i modified the code for normal speed runs, here it is if anyone'd like to use it too

    Global $Paused
    HotKeySet("{F10}", "Pause")
    HotKeySet("{F9}", "Play")

    ; Ignore;
    While 1
    WinWaitActive("Vindictus","")
    WEnd
    ;;

    Func Play()
    While 1
    Sleep(2300)
    MouseClick("left",102,628,3) ; Clicks START to launch mission
    Sleep(1500)
    Sleep(41000)
    Send("{9}") ;
    Sleep(1500)
    Send("{f}") ;
    Sleep(1500)
    Send("{e}") ;
    Sleep(85000)
    MouseClick("left",204,707,1) ;
    Sleep(30030)
    WEnd
    EndFunc
    ;;

    By the way, this code is for throwing spears, if you want bombs change the 9 for a 7
    Last edited by MrKnives; 06-01-2011 at 06:33 PM.

  7. #6
    mastersenser's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    2
    My Mood
    Sleepy
    Worked perfectly for me, even on highest settings. I just adjusted the coordinates to match my screen display.

  8. #7
    Koios's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    14
    My Mood
    Devilish
    How would i adjust this for a 1024x768 res

  9. #8
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,296
    My Mood
    Bitchy
    Quote Originally Posted by Koios View Post
    How would i adjust this for a 1024x768 res
    Figure out the coordinates for your start button on boat and replay button.
    Replace the coordinates with the new coordinates.

  10. The Following User Says Thank You to Pie For This Useful Post:

    Koios (06-08-2011)

  11. #9
    Koios's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    14
    My Mood
    Devilish
    Is there a tool i use or ?

  12. #10
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,296
    My Mood
    Bitchy
    AutoIT comes with one "Au3Info.exe"

  13. The Following User Says Thank You to Pie For This Useful Post:

    Koios (06-08-2011)

  14. #11
    Koios's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    14
    My Mood
    Devilish
    Enjoy ur thanks pie 1 for every post in this topic

  15. #12
    Koios's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    14
    My Mood
    Devilish
    How do i get my cooords this auto info thing isnt working and please stop with this im not gonna spoon feed buffoonery i honestly need help because none of my resolutions are up there

  16. #13
    omenSP's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    South Florida
    Posts
    148
    Reputation
    10
    Thanks
    14
    My Mood
    Angelic
    Can I /approve it too?

    Great bot, really. I was showing this to a friend 10 minutes ago.
    [ In the process of redesigning a creative signature that was inspired by another user here. Will be done in a couple of days, I'm sure. ]
    If you need me, send me an e-mail, PM me, add me on Steam, or go to my profile and add me on Skype.

    RAINBOW

  17. #14
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Wont work anymore. Closed.