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 › TELE-KILL CODING!!!!

TELE-KILL CODING!!!!

Posts 1–14 of 14 · Page 1 of 1
PI
PimpB
TELE-KILL CODING!!!!
LEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEEEEEECHED before you would've flame me I had to of put that... Obviously this is not the whole thing..but feel free to give it a go for all you C++ advents!

FYI this is for Combat Arms..Enjoy ^^

Code:
#include <windows.h>
#include <stdio.h>
/*Leeched from ***************.net*/

DWORD *PlayerIsInamge = (DWORD*)0xPLAYER_POINTER;

int ArrayX[100];
int ArrayY[100];
int ArrayZ[100];

int curx, cury, curz;
int ArraySwitch=0, ArraySwitch2=0;

DWORD X, Y, Z;

DWORD WINAPI SaveTeleportCoor(LPVOID);
DWORD WINAPI ArrayTeleport(LPVOID);

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)SaveTeleportCoor, NULL, NULL, NULL);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)SetTeleportCoor, NULL, NULL, NULL);
}
return TRUE;
}

DWORD WINAPI SetTeleportCoor(LPVOID)
{
for(;
{
if(*PlayerIsIngame)
{
X = ( /*Player Pointer*/ );
X = *(DWORD*)X;
X += 0x18c; //Offset X
curx = *(int*)X;

Y = ( /*Player Pointer*/ );
Y = *(DWORD*)ab;
Y += 0x194; //Offset Y
cury = *(int*)Y;

Z = ( /*Player Pointer*/ );
Z = *(DWORD*)Z;
Z += 0x190; //Offset Z
curz = *(int*)Z;

if(GetAsyncKeyState(VK_NUMPAD8)&1) // Saving Current Possition
{

ArrayX[ArraySwitch] = curx;
ArrayY[ArraySwitch] = cury;
ArrayZ[ArraySwitch] = curz;
ArraySwitch++;
Sleep(2);

}
}
}
return 0;
}

DWORD WINAPI ArrayTeleport(LPVOID)
{
for(;
{
if(GetAsyncKeyState(VK_NUMPAD1)&1) //Teleport Forward
{

DWORD *first = (DWORD*)X;
*(int*)X = ArrayX[ArraySwitch2];
DWORD *secound = (DWORD*)Y;
*(int*)Y = ArrayY[ArraySwitch2];
DWORD *third = (DWORD*)Z;
*(int*)Z = ArrayZ[ArraySwitch2];
Sleep(1);
ArraySwitch2++;

}
if(GetAsyncKeyState(VK_NUMPAD2)&1) //Teleport Backward
{

ArraySwitch2--;

DWORD *first = (DWORD*)X;
*(int*)X = ArrayX[ArraySwitch2];
DWORD *secound = (DWORD*)Y;
*(int*)Y = ArrayY[ArraySwitch2];
DWORD *third = (DWORD*)Z;
*(int*)Z = ArrayZ[ArraySwitch2];
Sleep(1);
}
Sleep(21);
}
return 0;
}
#1 · edited 16y ago · 16y ago
Void
Void
I think for a lot of people who code in C++, the problem with making these type of hacks would be finding the addresses, not the actual code.

Not saying I could make something like this.
#2 · 16y ago
neofar
neofar
you gave us a reason to flame you.

1: theres a million posts like this
2: expect to be flamed when you leech :/
3: it contains the websites name..
thats advertisement my friend

#3 · 16y ago
Bartdood
Bartdood
IVE SEEN THIS LIKE 100000 Times GTFO ******.
#4 · 16y ago
Void
Void
neofar, you can't flame people for sharing. He's just sharing what he found with us, and as for the advertisement, he probably didn't mean to. He probably just wanted to know that he leeched it so he wouldn't get flamed.
#5 · 16y ago
crushed
crushed
If you've seen it, then why are you wasting your time posting, I don't get why half of you can't just ignore shit. Lol. Ignorance is bliss.
#6 · 16y ago
Matrix_NEO006
Matrix_NEO006
Quote Originally Posted by Davidm44 View Post
I think for a lot of people who code in C++, the problem with making these type of hacks would be finding the addresses, not the actual code.

Not saying I could make something like this.
yup i mean i can code but its hard to find the addresses and some calculations.
#7 · 16y ago
NU
NuB_GhOsT
Cool Seen it e;se where but thanks for sharing
#8 · 16y ago
Hell_Demon
Hell_Demon
I've seen it in this section before... GTFO LEECHER
#9 · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by Davidm44 View Post
I think for a lot of people who code in C++, the problem with making these type of hacks would be finding the addresses, not the actual code.

Not saying I could make something like this.
Very true.
Expecially for CA.
#10 · 16y ago
why06
why06
So that's where headsup's shit teleport code came from... ;l
#11 · 16y ago
dean-wingess
dean-wingess
what the fuck is this?
this code will never work its for Operation7 if you try it in ca your Cam will just move to this possition
#12 · 16y ago
Lolland
Lolland
Quote Originally Posted by dean-wingess View Post
what the fuck is this?
this code will never work its for Operation7 if you try it in ca your Cam will just move to this possition
I think if your cam moves you can kill the person.

It's like that unmentionalble ghostmode... you see the person, and they don't see you. Your camera is moving.
#13 · 16y ago
SY
Synns
You gotta get your position then put it to their position.
#14 · 16y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • [Search] Tele KillBy peter101 in Combat Arms Europe Hacks
    6Last post 17y ago
  • Tele kill and opkBy ExT3sy in Combat Arms Hacks & Cheats
    3Last post 16y ago
  • Is Tele kill Or OPK allowed in hacks.?By Motion HD in Combat Arms Hacks & Cheats
    31Last post 16y ago
  • How to use the opk and tele kill in FLAMESWOR10By wrijoy in Combat Arms Help
    12Last post 15y ago
  • opk/tele killBy Effexx in Combat Arms Discussions
    30Last post 15y ago

Tags for this Thread

None