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]I need some info.

[Help]I need some info.

Posts 1–9 of 9 · Page 1 of 1
gamernuub
gamernuub
[Help]I need some info.
Hihi

I need some info about the game warrock (hacks)

I have played it very long now maybe for like 4 years.I only make hacks, not gameplay

So the hack telekill. What addies do i need to make it ?/

I have heard that it uses PLayerclass or something.
Enyone can confirm that ?


Thanks
#1 · 15y ago
Hell_Demon
Hell_Demon
Probably done by writing to their X,Y and Z coordinates, which would most likely be in the player class(same as OPK)
#2 · 15y ago
Gab
Gab
Quote Originally Posted by Hell_Demon View Post
Probably done by writing to their X,Y and Z coordinates, which would most likely be in the player class(same as OPK)
How can we read a class in a .dll? Oo
#3 · 15y ago
-Raz0r-
-Raz0r-
You obtain access to its memory space and use simple C/C++ functionality.
#4 · 15y ago
doofbla
doofbla
this is my telekillsource for Combat Arms

Code:
posVector telekillPos;

telekillPlayer.getPos(telekillPos);
telekillPos.y += 40.0f;

myPlayer.setPos(telekillPos);


So all in all you set your own Coordinates to the Coordinates of the other player!
#5 · 15y ago
gamernuub
gamernuub
Quote Originally Posted by doofbla View Post
this is my telekillsource for Combat Arms

Code:
posVector telekillPos;

telekillPlayer.getPos(telekillPos);
telekillPos.y += 40.0f;

myPlayer.setPos(telekillPos);


So all in all you set your own Coordinates to the Coordinates of the other player!
Thanks // OMG TO SHORT
#6 · 15y ago
Gab
Gab
Quote Originally Posted by doofbla View Post
this is my telekillsource for Combat Arms

Code:
posVector telekillPos;

telekillPlayer.getPos(telekillPos);
telekillPos.y += 40.0f;

myPlayer.setPos(telekillPos);


So all in all you set your own Coordinates to the Coordinates of the other player!
Is posVector a class from combat arm?
#7 · 15y ago
Melodia
Melodia
Quote Originally Posted by xXModz View Post


Is posVector a class from combat arm?
No it's a Vector type, As it's a position, Probably a Vactor 3 typedef.

But as I guess you ask all this, You are probably thinking about pasting, Witch is Bad., If it is for learning purposes, Guess it's better, But you have many things to learn before Reversal witch goes with all this.
#8 · 15y ago
Gab
Gab
Yah I wasn't going to C/P, was just a question ^^
#9 · 15y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • [help request]Need some info in order to make my own aimbotBy wolfff in Combat Arms Hacks & Cheats
    90Last post 17y ago
  • [Help] Choob needs some help...By ijbeed in C++/C Programming
    20Last post 16y ago
  • Hi i need your help i need some moder to help for thisBy TheAvenger in Combat Arms Help
    1Last post 16y ago
  • i need some infoBy uselessnoob in Call of Duty 4 - Modern Warfare (MW) Hacks
    0Last post 17y ago
  • [help] i need some adress ?By D4nny in WarRock - International Hacks
    8Last post 19y ago

Tags for this Thread

None