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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › [Tutorial]Adding Glitcher to your hack

[Tutorial]Adding Glitcher to your hack

Posts 1–15 of 56 · Page 1 of 4
NO
NOOBJr
[Tutorial]Adding Glitcher to your hack
Adding Glitcher is easy if you actually think about it!Ive tried it and it works but its a little Glitchy. I am Currently using Whits base. You wanna put this is your main void. If you have any problems or there is a way to improve this code let me know!

Credits: Whit - Base which i am using At the moment(ATM)

Glitch Right
[php] if( Glitch > 0 ){
if(GetAsyncKeyState(VK_NUMPAD6)<0)
{

*(float*) (posy-0x4) += 20;

}
[/php]

Glitch Left
[php]
if(GetAsyncKeyState(VK_NUMPAD4)<0)
{

*(float*) (posy-0x4)-= 40;

}

[/php]

Glitch Forward
[php]
if(GetAsyncKeyState(VK_NUMPAD8)<0)
{

*(float*) (posy+0x4)-= 40;

}
[/php]

Glitch Backwards
[php]
if(GetAsyncKeyState(VK_NUMPAD2)<0)
{

*(float*) (posy+0x4)+= 40;

}
[/php]

Glitch Up
[php]
if(GetAsyncKeyState(VK_ADD)<0)
{

*(float*) (posy)+= 40;

}
[/php]

Glitch Down
[php]
if(GetAsyncKeyState(VK_SUBTRACT)<0)
{
*(float*) (posy) -= 40;
Sleep(100);
}
[/php]

























#1 · edited 15y ago · 15y ago
|D
|Drake™|
I did not make this bro. Don't give credits to me . >.<
#2 · 15y ago
NO
NOOBJr
Your my source of inspiration bro!
#3 · 15y ago
markoj
markoj
Quote Originally Posted by Zane Slayman View Post
Your my source of inspiration bro!
then who made the code -.-
#4 · 15y ago
|D
|Drake™|
Remove me off credits >.<
#5 · 15y ago
NO
NOOBJr
Me Ive been working on it for a long time. Thought i post my work maybe you will respect me more,maybe not!
#6 · 15y ago
|D
|Drake™|
Lol. I respect every one /
#7 · 15y ago
NO
NOOBJr
Ok drake ill remove you!
#8 · 15y ago
|D
|Drake™|
Quote Originally Posted by Zane Slayman View Post
Ok drake ill remove you!
/ Thank you.
#9 · 15y ago
CO
CodeDemon
Quote Originally Posted by |Drake™| View Post
Lol. I respect every one /
Except me
#10 · 15y ago
PP
ppl2pass
I figured this out a long time ago. I just didnt release it cause this was so simple......
#11 · 15y ago
NO
NOOBJr
Codedemon everyone loves you. You are a coding beast! And ppl2pass Some people are stupid.
#12 · 15y ago
|D
|Drake™|
Quote Originally Posted by CodeDemon View Post
Except me
Aww Mr Remote Telekill of course i have respect for you.

#13 · 15y ago
CO
CodeDemon
Aww I feel loved <3 /
#14 · 15y ago
PP
ppl2pass
Quote Originally Posted by CodeDemon View Post
Aww I feel loved <3 /
Now bend over!!!
#15 · 15y ago
Posts 1–15 of 56 · Page 1 of 4

Post a Reply

Similar Threads

  • [Tutorial] Adding Pointers in your VB5/6 TrainerBy mains3rv3r in WarRock - International Hacks
    17Last post 19y ago
  • [Tutorial] Inputting Addies into your Hacks (Including Teleport Hack)By ppl2pass in Combat Arms Hack Coding / Programming / Source Code
    6Last post 15y ago
  • Video tutorial on setting up your hacks.By Morior in Vindictus Tutorials
    6Last post 15y ago
  • Adding console commands to your hackBy Hell_Demon in Call of Duty Black Ops Coding, Programming & Source Code
    8Last post 15y ago
  • [[TUTORIAL]] How to make your OWN warrock hacksBy th9end in WarRock Discussions
    15Last post 17y ago

Tags for this Thread

None