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 › Programming › C++/C Programming › help to fixing open sloth

help to fixing open sloth

Posts 1–4 of 4 · Page 1 of 1
MO
mojo007
help to fixing open sloth
when i am in game and to test open sloth i cant get to work, i press the open sloth button, but nothing happens, how can i fix it

my code is


DWORD proc_id;
HANDLE hProcess;

void memory()
{
HWND hWnd = FindWindow(0, "WarRock");
GetWindowThreadProcessId(hWnd, &proc_id);
hProcess = OpenProcess(PROCESS_ALL_ACCESS|PROCESS_VM_OPERATIO N|PROCESS_VM_READ|PROCESS_VM_WRITE|PROCESS_QUERY_I NFORMATION, FALSE, proc_id);
}


void Writelong(long addy, long value)
{
memory();
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) addy, &value, sizeof(value), NULL);

}

void CTestin1Dlg::OnSloth0n()
{
Writelong(0xd81fd8, 4);
}
#1 · 18y ago
JA
Jammy122333
You need to put a slot hack in a timer which is a bit harder to do,
the code inside the button should be,
Code:
void CL337PublicDlg::OnSlotsOn() 
{
 SetTimer(FIRSTTIMER, 1, NULL);	
}
And read a tut on how to do timers.
#2 · 18y ago
SY
Synns
Sloth ? lmao <_<
#3 · 18y ago
IP
iPants
your wrong completly
Function:
Code:
DWORD proc_id;
HANDLE hProcess;

void memory()
{
HWND hWnd = FindWindow(0, "WarRock");
GetWindowThreadProcessId(hWnd, &proc_id);
hProcess = OpenProcess(PROCESS_ALL_ACCESS|PROCESS_VM_OPERATIO N|PROCESS_VM_READ|PROCESS_VM_WRITE|PROCESS_QUERY_I NFORMATION, FALSE, proc_id);
}
Fifth Slot:
Code:
void CWarrockHackILP21Dlg::OnTimer(UINT nIDEvent) 
{
switch(nIDEvent)
	{
		case FifthSlotTimer:
		{
			Memory();
			WriteProcessMemory(hProcess, (LPVOID*)(DWORD) 0xADDRESSHERE, &4, sizeof(4), NULL);
		}
		break;
	}
	CDialog::OnTimer(nIDEvent);
}
YOU NEED TIMER FOR THIS AND ON/OFF BUTTON IF YOU CANT FIGURE THIS OUT UR SELF JUST GO BACK TO VB6 CUZ UR JUST GONNA ASK HOW TO MAKE EVERY HACK
#4 · 18y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • help|How to open 2 accounts in 1 computer?By snir3434 in WolfTeam General
    2Last post 18y ago
  • help i cant open a RAR file plz help meBy bernardjolly in CrossFire Hacks & Cheats
    3Last post 17y ago
  • help i carnt open the level hack!By qdamienp in Call of Duty Modern Warfare 2 Help
    1Last post 16y ago
  • [Help] Can't Open projectsBy Yuerno_backup in Visual Basic Programming
    11Last post 16y ago
  • help ijji wont openBy joeyhacks in Alliance of Valiant Arms (AVA) Hacks & Cheats
    8Last post 16y ago

Tags for this Thread

#fixing#open#sloth