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 › Call of Duty Hacks & Cheats › Engine W2S

Engine W2S

Posts 1–15 of 33 · Page 1 of 3
cardoow
cardoow
Engine W2S
cod4

Code:
lea  edx, [esp+80h+var_60]
push edx
lea  eax, [esp+84h+var_6C]
push eax
mov  eax, [esp+88h+arg_0]
lea  edx, [esp+88h+var_54]
call sub_42D6D0
add  esp, 8
Code:
char __usercall sub_42D6D0<al>(int a1<eax>, int edx0<edx>, int a2, int a3)
Code:
void w2s(float * x, float * y, Vec3 vPoint )
{
	DWORD dwCall = 0x42D6D0;
	__asm{
		PUSH y
		PUSH x
		MOV EAX, 0x0
		MOV EDX, vPoint
		CALL [dwCall]
		ADD ESP,0x8
	}
}
cod5
Code:
void w2s(Vec3 vPoint, float * x, float * y)
{
	DWORD dwCall = 0x43E900;
	__asm{
		push y
		push x
		mov eax, vPoint
		mov ecx, 0x0
		call [dwCall]
		add esp, 0x8
	}

}
cod mw2
Code:
class w2s_t
{
public:
	char unknown[108];
};

w2s_t * w2scalc = (w2s_t*)0x108B658;
void w2s(Vec3 vPoint, float screen[2])
{
	DWORD dwCall = 0x416290;	
	__asm {
		push screen
	 	push vPoint
	 	push w2scalc
		push 0x0
	 	call [dwCall]
	 	add esp, 0x10	
	}
}
cod blackops
Code:
bool __cdecl sub_4913C0(int CalcIndex, Vec3 Point, float vOut[2])

usage : 

float vOut[2];
if(w2s(0, entity->vorigin, vOut)) 
{
	DrawText(vOut[0], vOut[1], "text");
}
Credits Crucial for borrowing mw2 account
Credits go to .Encore for locating the offset in cod5
#1 · edited 15y ago · 15y ago
cardoow
cardoow
Quote Originally Posted by jdslashv2 View Post
wonderful leech! too bad you dont have the black ops w2s code
as you can see the blackops is a cdecl, which means you can typedef it!
btw why did you started your post with "wonderful leech!" ?
#2 · edited 15y ago · 15y ago
Insane
Insane
Because he's saying: 'you obviously didn't find these.. you stole them from elsewhere and posted them'
#3 · 15y ago
aers20
aers20
Quote Originally Posted by jdslashv2 View Post
wonderful leech! too bad you dont have the black ops w2s code
Wow dude, cardoow is tottaly not a leecher. He is a prof hacker and coder. He make mostly hacks for Cod. You dont even know him. Go search cardoow in the world. Check him in UC. Then you gotta see how powerfull he is ;d
#4 · 15y ago
cardoow
cardoow
Quote Originally Posted by Insane View Post
Because he's saying: 'you obviously didn't find these.. you stole them from elsewhere and posted them'
well thats nice, this is the reason why i dont release much on mpgh...
bunch of newbz asking how to use it, or telling you that you leeched it
#5 · 15y ago
Insane
Insane
Quote Originally Posted by cardoow View Post
well thats nice, this is the reason why i dont release much on mpgh...
bunch of newbz asking how to use it, or telling you that you leeched it
Well if you didn't leech it, stand up for yourself.
#6 · 15y ago
cardoow
cardoow
Quote Originally Posted by Insane View Post


Well if you didn't leech it, stand up for yourself.
for the record, credits are given and the total reversing was done by me
#7 · 15y ago
aers20
aers20
Quote Originally Posted by Insane View Post


Well if you didn't leech it, stand up for yourself.
Lol, he just want to help some coders
#8 · 15y ago
Hell_Demon
Hell_Demon
Lmfao, you girls are funny <:
Cardoow and leeching hahaha
#9 · 15y ago
Insane
Insane
Quote Originally Posted by Hell_Demon View Post
Lmfao, you girls are funny <:
Cardoow and leeching hahaha
Girl*
I never said he leeched
@Hell_Demon
#10 · 15y ago
master131
[MPGH]master131
btw, W2S = World to Screen.
#11 · 15y ago
cardoow
cardoow
Quote Originally Posted by master131 View Post
btw, W2S = World to Screen.
tnx for the info
#12 · 15y ago
JD
jdslashv2
wow my bad cardoow i wasnt thinking when i posted xD i didnt know that you posted on UC (since when i look on here most code is just leeched) sry for that
#13 · 15y ago
Lehsyrus
Lehsyrus
Quote Originally Posted by cardoow View Post
well thats nice, this is the reason why i dont release much on mpgh...
bunch of newbz asking how to use it, or telling you that you leeched it
I don't even make hacks and I'll be straight up honest, If I do I won't be releasing them here, the choobs are so ungrateful it's not worth the time and effort. I don't blame you in the least for not releasing anything.
#14 · 15y ago
cardoow
cardoow
Quote Originally Posted by jdslashv2 View Post
wow my bad cardoow i wasnt thinking when i posted xD i didnt know that you posted on UC (since when i look on here most code is just leeched) sry for that
You think its that easy to say sorry to someone insulted like that?
You are just a retard, posting bullshit without even do sum resource on the net.

I know you once called king orgy a leecher too... sad sad boy
Ima tell you this : just thank people who release stuff here, even if its leeched
#15 · 15y ago
Posts 1–15 of 33 · Page 1 of 3

Post a Reply

Similar Threads

  • Plz I Want Maple Global Hacks And Where Do I Get Game Engine 2 Make The Hacks Work???By mattinthehat in MapleStory Hacks, Cheats & Trainers
    3Last post 20y ago
  • Do you guys want to get some game engine to break down and edit i got i good sorce...By jeremywilms in Programming
    6Last post 20y ago
  • [Tutorial] Cheat Engine - WeaponsBy darkshinez in WarRock - International Hacks
    49Last post 20y ago
  • Cheat Engine ValuesBy Bull3t in WarRock - International Hacks
    0Last post 20y ago
  • Cheat Engine and Trainer IdeaBy Bull3t in WarRock - International Hacks
    7Last post 20y ago

Tags for this Thread

None