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 › Steam Games Hacks & Cheats › Garry's Mod Hacks & Cheats › + Source Code [Expression 2] ESP wallhack.

+ Source Code [Expression 2] ESP wallhack.

Posts 1–14 of 14 · Page 1 of 1
martin951
martin951
+ Source Code [Expression 2] ESP wallhack.
Hello, long time ago, I've posted my E2 aimbot with wallhack.
Now, I have remade this wallhack and made an ESP boxes with distance and names.

It's not really a hack you can use on a TTT servers, or a muder.
But there are some Deathmatch servers with sandbox gamemode, and they have Wire.
Connect the chip to an EGP hud.
I hope someone will find this usefull.





replace (a) with @

Code:
@name ESP wallhack 
(a)inputs E:wirelink 
(a)outputs Fade 
(a)persist O:entity List:array Width Height Distance Type:array PP:vector Props:array ScrW ScrH Fade StartFade HitmarkerSize HitmarkerCenterDistance

if(first()){
    E:egpClear()
    
    HitmarkerSize = 30
    HitmarkerCenterDistance = 2.5            #Higher number equals lower distance             
    
    O = owner()
    
    ID = 1
 
    function findTargets(){
        
        findByClass("npc_*")
        List = findToArray()
        
        if(List:count() < 1){
            E:egpClear()
        }
        
        for(I = 1,List:count()){            
            
            Distance = O:pos():distance(List[I,entity]:pos())
            
            Type = List[I,entity]:type():explode("_")
            
            Width = 30000 / Distance
            Height = 60000 / Distance
            
            E:egp3DTracker(I,List[I,entity]:pos() + vec(0,0,List[I,entity]:height()/2))
            
            E:egpBoxOutline(I+List:count(),vec2(0,0),vec2(Width,Height))
            E:egpColor(I+List:count(),vec(255,0,0))
            E:egpSize(I+List:count(),2)
            E:egpText(I+List:count()*2,Type:string(2) + " " + Type:string(3),vec2(-20000 / Distance,-45000 / Distance))
            E:egpSize(I+List:count()*2,clamp(20000 / Distance,10,30))
            E:egpText(I+List:count()*3,""+round(Distance),vec2(-15000 / Distance,30000 / Distance))
            E:egpSize(I+List:count()*3,clamp(20000 / Distance,10,30))
            E:egpColor(I+List:count()*3,vec(100,0,0))
            
            E:egpParent(I+List:count(),I)
            E:egpParent(I+List:count()*2,I)
            E:egpParent(I+List:count()*3,I) 
                   
            if(changed(List:count())){
                E:egpClear()
            }
            
        }
        E:egpCircle(500,vec2(egpScrW(O)/2,egpScrH(O)/2),vec2(2))
    }
          
}
interval(50)

findTargets()
#1 · edited 12y ago · 12y ago
martin951
martin951
C# has nothing to do with WireMod's E2.
#2 · 12y ago
martin951
martin951
Mrs. I have 1500 hours on Garry's Mod and I know who Garry is (Garry Newman, not "garry newman"). E2 is part of wiremod addon for gmod sandbox. It allows you to code in realtime with edited LUA. C# is just something else and has nothing to do with E2.
#3 · 12y ago
martin951
martin951
By saying 1500 hours I mean I am not a noob. Not that I have more hours than you. So calm down dude.
#4 · 12y ago
Zombeezz
Zombeezz
Quote Originally Posted by meikitatakikarin tudotaki View Post
wow dude 1500 hours that is really sick compared to my +5000 hours
now shut up and use c# like garry said
5000 hours? stop making me cringe.
#5 · 12y ago
RO
roleplayer360
dont talk to that frenchie
#6 · 12y ago
loli2361
loli2361
what are u guys doing
you should be hackin not arguing
#7 · 12y ago
martin951
martin951
Quote Originally Posted by loli2361 View Post
what are u guys doing
you should be hackin not arguing
Such true, now he better removed his posts... (Or they somehow dissapeared LEL.)
#8 · 12y ago
AG
AGIDA
how i can inject the hack?
#9 · 12y ago
martin951
martin951
Hey, it is wiremod E2 "hack", not .dll.
#10 · 12y ago
wisezombieking
wisezombieking
Quote Originally Posted by martin951 View Post
Hey, it is wiremod E2 "hack", not .dll.
Nice release, but I never really go into E2 so I don't know how to use it :/
#11 · 12y ago
martin951
martin951
Quote Originally Posted by wisezombieking View Post
Nice release, but I never really go into E2 so I don't know how to use it :/
Yo, simply put the code in an empty E2. Spawn EGPv3 with screen type : HUD
Connect E[wirelink] from E2 with EGP, update the chip, click "USE" on the EGP..
These are the basics of wiremod that I can't teach you on this forum.
#12 · 12y ago
wisezombieking
wisezombieking
Quote Originally Posted by martin951 View Post
Yo, simply put the code in an empty E2. Spawn EGPv3 with screen type : HUD
Connect E[wirelink] from E2 with EGP, update the chip, click "USE" on the EGP..
These are the basics of wiremod that I can't teach you on this forum.
meh, i'll just stick to my shit xD
#13 · 12y ago
martin951
martin951
Quote Originally Posted by wisezombieking View Post
meh, i'll just stick to my shit xD
Haha, a'ight bro.
#14 · edited 12y ago · 12y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • + [Source Code] Wire Expression2 Aimbot! + WallHackBy martin951 in Garry's Mod Hacks & Cheats
    8Last post 12y ago
  • + [Source Code] Wire Expression2 Aimbot! + WallHack V1.5By martin951 in Garry's Mod Hacks & Cheats
    22Last post 12y ago
  • Release your .SQF Source Code Here! (Godmode, ESP, Etc)By ItsZaydeh in DayZ Mod & Standalone Hacks & Cheats
    28Last post 11y ago
  • source code wallhack point blankBy TheFear___ in Hack Requests
    0Last post 15y ago
  • [SOLVED] External Esp source code editing questionBy Demented420 in Call of Duty Modern Warfare 2 Help
    6Last post 16y ago

Tags for this Thread

None