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 Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › WarRock Hack Source Code › Super No Spread Source Code

Super No Spread Source Code

Posts 1–8 of 8 · Page 1 of 1
AZ
azl3rz08
Super No Spread Source Code
My Source Code of SNS is working but every 5mins in game, its detected

my addys is also updated


void sns()
{
*(double*)ADR_SNS = 0;
}

any suggest or source code? thanks!
#1 · 11y ago
PR
Protex361
Quote Originally Posted by azl3rz08 View Post
My Source Code of SNS is working but every 5mins in game, its detected

my addys is also updated


void sns()
{
*(double*)ADR_SNS = 0;
}

any suggest or source code? thanks!
Code:
void UPK_Memcpy(void *adr, void *ptr, int size)
{
	DWORD dwback;
	VirtualProtect(adr, size, PAGE_EXECUTE_READWRITE, &dwback);
	memcpy(adr, ptr, size);
	VirtualProtect(adr, size, dwback, &dwback);
}
template <typename T>void UPK_Memcpy(void* adr, T Vaule, T *Input = NULL)
{
	if (Input == 0)
		UPK_Memcpy((void*)adr, (void*)&Vaule, sizeof(T));
	else
		UPK_Memcpy((void*)Input, (void*)adr, sizeof(T));
}
Code:
UPK_Memcpy<double>((void*)0x9122C8, 0);
#2 · 11y ago
AZ
azl3rz08
Quote Originally Posted by Protex361 View Post
Code:
void UPK_Memcpy(void *adr, void *ptr, int size)
{
	DWORD dwback;
	VirtualProtect(adr, size, PAGE_EXECUTE_READWRITE, &dwback);
	memcpy(adr, ptr, size);
	VirtualProtect(adr, size, dwback, &dwback);
}
template <typename T>void UPK_Memcpy(void* adr, T Vaule, T *Input = NULL)
{
	if (Input == 0)
		UPK_Memcpy((void*)adr, (void*)&Vaule, sizeof(T));
	else
		UPK_Memcpy((void*)Input, (void*)adr, sizeof(T));
}
Code:
UPK_Memcpy<double>((void*)0x9122C8, 0);

this source code is working but every 5mins ingame its detected.
any solution?

thnks for helping
#3 · 11y ago
Ryuzaki™
Ryuzaki™
Super no spread addy is scanned by gameguard.
#4 · 11y ago
AZ
azl3rz08
so super no spread is not working anymore?
#5 · 11y ago
Ryuzaki™
Ryuzaki™
Quote Originally Posted by azl3rz08 View Post
so super no spread is not working anymore?
It's working, but it's detected.
#6 · 11y ago
PR
Protex361
Quote Originally Posted by azl3rz08 View Post
so super no spread is not working anymore?
I use this code self and have not problem with Hackshild.
#7 · 11y ago
SU
sunesune
do hacks for warrock still exist in 2019?
#8 · 7y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Super No Spread Source CodeBy RubberDuckY09 in WarRock Hack Source Code
    36Last post 12y ago
  • Perfect No Spread source codeBy Bris in Call of Duty Black Ops Coding, Programming & Source Code
    8Last post 12y ago
  • What is the source code od super no spread?By nikkeight in WarRock Hack Source Code
    1Last post 14y ago
  • Super knife source code??By erico545 in Combat Arms Hack Coding / Programming / Source Code
    19Last post 16y ago
  • HALO 2 (XBOX) Source CodeBy mirelesmichael in General Game Hacking
    12Last post 20y ago

Tags for this Thread

None