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 › [Bot] White Tyrant Challenge [Pixel Control]

Smile[Bot] White Tyrant Challenge [Pixel Control]

Posts 1–15 of 17 · Page 1 of 2
riceking
riceking
[Bot] White Tyrant Challenge [Pixel Control]
Thanks to "pyrobyant" for base code
Thanks to "zippo2011" for One hit kill
Thanks to "Nunya" for perm binds and Ez Boss

Video Settings Required:
1) 1280 x 728 WINDOWED //Manditory
2) LOWEST video setting //Best for saving computer resources too , however not required.

Optimal Boat Settings:
1) Hard/Hero Mode //Recommended
2) Win with 4 or less players //Recommended
3) Set boat to "private" //Highly highly highly Recommended

Steps:
1) Download the zip extract the HFS's into the hfs folder (remember to back up).
2) Open the script.
3) Start the script (F5 or Tools>Go) [Build the script to skip steps 2 and 3 with only running the program.]
4) Start a boat with the optimal boat settings above.
5) Press F9 to start the bot
6) Press F10 to pause if needed

Features and Notes:
1) PixelSearches, better results always, adapts to lag of different computer like a buffer
3) Repositions your Vindictus window to botting coordinates, in short, it works on all resolutions that could fit Vindictus as 1280 x 728.

Script: - UPDATED 2-
Code:
;~ Thanks to "pyrobyant" for base code
;~ Thanks to "zippo2011" for One hit kill
;~ Thanks to "Nunya" for perm binds and Ez Boss
Global $Pause
HotKeySet("{F10}", "Pause")
HotKeySet("{F9}", "WhiteTyrant")

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

Func WhiteTyrant()
	While 1
		WinMove("Vindictus", "", 0, 0)
		$counter = 0
		Do
			$counter = $counter + 1
			Sleep(1000)
			PixelSearch(45, 626, 65, 646, 0x941717, 2)
		Until Not @error or $counter > 60
		Sleep(1000)
		Send("{ALT DOWN}")
		MouseClick("Left", 128, 652, 2)
		Send("{ALT UP}")
		Send("{NUMPAD6}");starting dungeon

		$count89er = 0
		Do
			$counter = $counter + 1
			Sleep(1000)
			PixelSearch(403, 202, 423, 272, 0x000000, 2)
		Until Not @error or $counter > 60
		Sleep(1000)

		$counter = 0
		Send("{w down}")
		Do
			Send("{7}")
			Send("{f}")
			Sleep(200)
			MouseClick("Left")
			Sleep(100)
			$counter = $counter + 1
			Sleep(200)
			PixelSearch(512, 586, 532, 606, 0x466F95, 2);throw bombs until clear game
		Until Not @error or $counter > 400
		Send("{w up}")
		Sleep(1000)
		Send("{ALT DOWN}")
		MouseClick("Left", 188, 728, 5)
		Send("{ALT UP}")
	WEnd
EndFunc   ;==>WhiteTyrant

Func Pause()
	$Pause = Not $Pause
	While $Pause
		Sleep(100)
		ToolTip('Script is PAUSED, press F10 to UNPAUSE', 0, 0)
	WEnd
	ToolTip("")
EndFunc   ;==>Pause
Also I'm petitioning against needing virus scans for .au3 scripts and .hfs files, they both aren't executable files and you can see .au3 scripts in autoIt. But whatevs

VirusTotal - Free Online Virus, Malware and URL Scanner
[Bot] White Tyrant Challenge.rar - Jotti's malware scan
#1 · edited 15y ago · 15y ago
DanK
DanK
Nice release. Pixel control is something I've been using in all my scripts lately and it works great.. Along with controlsend/click now, everything is sweet.(I don't use for background, pixel won't work background btw, but I like controlsend cuz I can do other things within my client without messing up my macro)

FYI, you can use this function to make bots for bosses with changing rooms as I've done but have not / wont release.
#2 · 15y ago
riceking
riceking
Updated Script, copy paste it over the original after approved.

Quote Originally Posted by nunya View Post
Nice release. Pixel control is something I've been using in all my scripts lately and it works great.. Along with controlsend/click now, everything is sweet.(I don't use for background, pixel won't work background btw, but I like controlsend cuz I can do other things within my client without messing up my macro)

FYI, you can use this function to make bots for bosses with changing rooms as I've done but have not / wont release.
I've tried to do that, spamming skip through levels, but it ended up freezing Vindictus, I was attempting to make a "Universal" bot. I'll try it again later though :P
#3 · edited 15y ago · 15y ago
DanK
DanK
Quote Originally Posted by riceking View Post
Updated Script, copy paste it over the original after approved.



I've tried to do that, spamming skip through levels, but it ended up freezing Vindictus, I was attempting to make a "Universal" bot. I'll try it again later though :P
Skipping levels shouldn't be a problem it's the same as all these scripts do..

It's just some boats like Chiulin for example have varied final sectors.. In one case it's just right there at the boss room, in another you have to go down some halls etc..

I just made my script look for a unique color at the start of each final sector and depending which of the two color's it finds, runs a different part of the script.
#4 · 15y ago
AL
alchemist9
gonna give this a shot
#5 · edited 15y ago · 15y ago
riceking
riceking
Enjoy, besure to check back for updated scripts
#6 · 15y ago
Jabuuty671
Jabuuty671
another virus scan .
#7 · 15y ago
riceking
riceking
Quote Originally Posted by Severus Snape View Post
another virus scan .
[Bot] White Tyrant Challenge.rar - Jotti's malware scan
#8 · 15y ago
BU
buzzzboy
just tried it. It hit the replay button too quickly for me.
#9 · 15y ago
MA
mastersenser
Hi,

Is it 1280 x 728 or 1280 x 768?

I couldn't find any reso for 1280 x 728.
#10 · 15y ago
BU
buzzzboy
try changing to widescreen
#11 · 15y ago
DE
deltawolfx
Hi, I'm having the same problem as mastersenser, i can't find the 1280 x 728 resolution. I've looked into Widescreen 16:9, Widescreen 16:10, and Normal 4:3. None of them have 1280 x 728, but Widescreen 16:10 does have 1280 x 768. I was wondering if it would be possible to change the pointer coordinates in the script to those of 1280 x 768 resolution, from the coords posted by breakg.

http://www.mpgh.net/forum/267-vindic...ates-4bot.html

But that's not the biggest problem for me. When I start the bot (F9), the system jumps thru the starting for every boat, but when it reaches the dungeon, my toon doesn't do anything, and I get the "I'm Stuck!" button. Meanwhile, the time just keeps going at a really fast rate.

I should mention I'm using ILikePie's PieBundle and Transform files, but I don't think they should affect the bot the way it does. Please advise. Thanks.


EDIT: I'm sorry, I forgot to mention that when I start the bot, 7f7f is automatically added to Line 1 and Line 16 of the script. What's the significance of that, I wonder?
#12 · edited 15y ago · 15y ago
DanK
DanK
Quote Originally Posted by riceking View Post
Updated Script, copy paste it over the original after approved.



I've tried to do that, spamming skip through levels, but it ended up freezing Vindictus, I was attempting to make a "Universal" bot. I'll try it again later though :P
I think you should take a look at the new script I just released. It takes advantage of some advanced pixel control techniques. You should be able to learn a little something to improve your method. I was inspired by this script you released btw, even though I never used it.
#13 · 15y ago
riceking
riceking
I'm on the verge of a universal raid bot. By today I hope. The beauty of pixelsearch is it loops until it finds the color. Since raids are all very similar it just needs to find the battle complete pixels.
#14 · 15y ago
DanK
DanK
Quote Originally Posted by riceking View Post
I'm on the verge of a universal raid bot. By today I hope. The beauty of pixelsearch is it loops until it finds the color. Since raids are all very similar it just needs to find the battle complete pixels.
The only problem is almost all of them have different ways of triggering the boss spawning or cutscenes. For example- Dethrone the white tyrant you have to skip level, run to kobold cutscene, wait for that, run to boss cutscene. For challenge you just need a skiplevel and run forward a couple seconds (sometimes backwards again too)... For blood lord, one skip level and 2 seconds moving forward.. They all are different in those ways..
#15 · 15y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Tags for this Thread

None