Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Vindictus Hacks & Cheats › The Weeping Queen Bot

The Weeping Queen Bot

Posts 1–14 of 14 · Page 1 of 1
RevengeSpirit
RevengeSpirit
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
#1 · edited 15y ago · 15y ago
dragon73
dragon73
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. : )
#2 · edited 15y ago · 15y ago
RevengeSpirit
RevengeSpirit
Credits are edited
#3 · 15y ago
SI
Sid
/approve .
#4 · 15y ago
MrKnives
MrKnives
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
#5 · edited 15y ago · 15y ago
MA
mastersenser
Worked perfectly for me, even on highest settings. I just adjusted the coordinates to match my screen display.
#6 · 15y ago
KO
Koios
How would i adjust this for a 1024x768 res
#7 · 15y ago
PI
Pie
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.
#8 · 15y ago
KO
Koios
Is there a tool i use or ?
#9 · 15y ago
PI
Pie
AutoIT comes with one "Au3Info.exe"
#10 · 15y ago
KO
Koios
Enjoy ur thanks pie 1 for every post in this topic
#11 · 15y ago
KO
Koios
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
#12 · 15y ago
omenSP
omenSP
Can I /approve it too?

Great bot, really. I was showing this to a friend 10 minutes ago.
#13 · 15y ago
NI
Nico
Wont work anymore. Closed.
#14 · 15y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Tags for this Thread

None