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 › Other MMORPG Hacks › Piercing Blow Hacks & Cheats › Point Blank Hacks › Super Aimbot

Super Aimbot

Posts 1–15 of 25 · Page 1 of 2
Coder.DiasII
Coder.DiasII
Super Aimbot
Code:
DWORD dwTempEcx, dwTempEbx, dwTempEsp4;

int AimSlot;
float fX, fY, fZ, fzX = 10.0f;
_declspec(naked) void hkSetEnd()
{
	__asm
	{
		mov[dwTempEcx], ecx
			mov[dwTempEbx], ebx
			mov ebx, [esp + 4]
			mov[dwTempEsp4], ebx
			mov eax, [esp]
			cmp eax, 0x588393
			jne Back
	}
	if (AimSlot != -1 && Fun.iSuperAimbot &&*(DWORD*) (g_pPlayer) != 0)
	{
		GetUserBone(vEn, AimSlot, Fun.Aimbone);
		fX = vEn.x;
		fY = vEn.y + 0.1f;
		fZ = vEn.z;
		__asm
		{
			mov ecx, [ebp + 0x0C];
			mov ebx, [fX];
			mov[ecx], ebx;

			mov ebx, [fY];
			mov[ecx + 0x04], ebx;

			mov ebx, [fZ];
			mov[ecx + 0x08], ebx;
			mov[dwTempEsp4], ecx
		}
	}
	_asm
	{
	Back:
		mov eax, [dwTempEsp4]
			mov ebx, [dwTempEbx]
			mov ecx, [dwTempEcx]
			cmp ecx, 0
			je Fimal
			fld dword ptr[eax]
			fstp dword ptr[ecx + 18h]
			fld dword ptr[eax + 4]
			fstp dword ptr[ecx + 1Ch]
			fld dword ptr[eax + 8]
			fstp dword ptr[ecx + 20h]
			fld dword ptr[ecx + 18h]
			fsub dword ptr[ecx + 0Ch]
			fstp dword ptr[ecx + 24h]
			fld dword ptr[ecx + 1Ch]
			fsub dword ptr[ecx + 10h]
			fstp dword ptr[ecx + 28h]
			fld dword ptr[ecx + 20h]
			fsub dword ptr[ecx + 14h]
			fstp dword ptr[ecx + 2Ch]
		Fimal:
			retn 4
	}
}

void SuperAimbot()
{
	if (*(DWORD*) (g_pPlayer) != 0)
	{
		AimSlot = GetNearestToCrosshair();
	}
	DWORD InSnce = (DWORD) GetModuleHandleA("i3SceneDx.dll");
	MakeJMP((PBYTE) InSnce + 0xA6220, (DWORD) hkSetEnd, 0x5);
}
Creditos

Mcclane
BinLaden
AceStryker
#1 · 11y ago
LO
lol11332
Quote Originally Posted by Coder.DiasII View Post
Code:
DWORD dwTempEcx, dwTempEbx, dwTempEsp4;

int AimSlot;
float fX, fY, fZ, fzX = 10.0f;
_declspec(naked) void hkSetEnd()
{
	__asm
	{
		mov[dwTempEcx], ecx
			mov[dwTempEbx], ebx
			mov ebx, [esp + 4]
			mov[dwTempEsp4], ebx
			mov eax, [esp]
			cmp eax, 0x588393
			jne Back
	}
	if (AimSlot != -1 && Fun.iSuperAimbot &&*(DWORD*) (g_pPlayer) != 0)
	{
		GetUserBone(vEn, AimSlot, Fun.Aimbone);
		fX = vEn.x;
		fY = vEn.y + 0.1f;
		fZ = vEn.z;
		__asm
		{
			mov ecx, [ebp + 0x0C];
			mov ebx, [fX];
			mov[ecx], ebx;

			mov ebx, [fY];
			mov[ecx + 0x04], ebx;

			mov ebx, [fZ];
			mov[ecx + 0x08], ebx;
			mov[dwTempEsp4], ecx
		}
	}
	_asm
	{
	Back:
		mov eax, [dwTempEsp4]
			mov ebx, [dwTempEbx]
			mov ecx, [dwTempEcx]
			cmp ecx, 0
			je Fimal
			fld dword ptr[eax]
			fstp dword ptr[ecx + 18h]
			fld dword ptr[eax + 4]
			fstp dword ptr[ecx + 1Ch]
			fld dword ptr[eax + 8]
			fstp dword ptr[ecx + 20h]
			fld dword ptr[ecx + 18h]
			fsub dword ptr[ecx + 0Ch]
			fstp dword ptr[ecx + 24h]
			fld dword ptr[ecx + 1Ch]
			fsub dword ptr[ecx + 10h]
			fstp dword ptr[ecx + 28h]
			fld dword ptr[ecx + 20h]
			fsub dword ptr[ecx + 14h]
			fstp dword ptr[ecx + 2Ch]
		Fimal:
			retn 4
	}
}

void SuperAimbot()
{
	if (*(DWORD*) (g_pPlayer) != 0)
	{
		AimSlot = GetNearestToCrosshair();
	}
	DWORD InSnce = (DWORD) GetModuleHandleA("i3SceneDx.dll");
	MakeJMP((PBYTE) InSnce + 0xA6220, (DWORD) hkSetEnd, 0x5);
}
Creditos

Mcclane
BinLaden
AceStryker
Make this a Dll?
#2 · 11y ago
HE
hebunn76
tnkyyyyyyyyyyy
#3 · 11y ago
CR
crcrcrcr551
Possible extent understands me good
#4 · 11y ago
HA
hacker_dream
how to add this code into the gAME ?>>>
#5 · 11y ago
MA
martinbooca
How i add this to the game ?
#6 · 11y ago
AD
adampogi
yeah please! make it a dll!
#7 · 11y ago
MA
martinbooca
Quote Originally Posted by adampogi View Post
yeah please! make it a dll!
How i make a dll ?

- - - Updated - - -

When I paste this in visual studio shows me errors
#8 · 11y ago
AD
adampogi
Quote Originally Posted by martinbooca View Post
How i make a dll ?

- - - Updated - - -

When I paste this in visual studio shows me errors
what did u du to make it a dll file?

- - - Updated - - -

do u have to copy all of he typed??? and how to make it dll please i need halp!
#9 · 11y ago
Hacker Fail
Hacker Fail
Quote Originally Posted by adampogi View Post
what did u du to make it a dll file?

- - - Updated - - -

do u have to copy all of he typed??? and how to make it dll please i need halp!
Learn c++
#10 · 11y ago
FA
Fabian_perez13
DWORD dwTempEcx, dwTempEbx, dwTempEsp4;

int AimSlot;
float fX, fY, fZ, fzX = 10.0f;
_declspec(naked) void hkSetEnd()
{
__asm
{
mov[dwTempEcx], ecx
mov[dwTempEbx], ebx
mov ebx, [esp + 4]
mov[dwTempEsp4], ebx
mov eax, [esp]
cmp eax, 0x588393
jne Back
}
if (AimSlot != -1 && Fun.iSuperAimbot &&*(DWORD*) (g_pPlayer) != 0)
{
GetUserBone(vEn, AimSlot, Fun.Aimbone);
fX = vEn.x;
fY = vEn.y + 0.1f;
fZ = vEn.z;
__asm
{
mov ecx, [ebp + 0x0C];
mov ebx, [fX];
mov[ecx], ebx;

mov ebx, [fY];
mov[ecx + 0x04], ebx;

mov ebx, [fZ];
mov[ecx + 0x08], ebx;
mov[dwTempEsp4], ecx
}
}
_asm
{
Back:
mov eax, [dwTempEsp4]
mov ebx, [dwTempEbx]
mov ecx, [dwTempEcx]
cmp ecx, 0
je Fimal
fld dword ptr[eax]
fstp dword ptr[ecx + 18h]
fld dword ptr[eax + 4]
fstp dword ptr[ecx + 1Ch]
fld dword ptr[eax + 8]
fstp dword ptr[ecx + 20h]
fld dword ptr[ecx + 18h]
fsub dword ptr[ecx + 0Ch]
fstp dword ptr[ecx + 24h]
fld dword ptr[ecx + 1Ch]
fsub dword ptr[ecx + 10h]
fstp dword ptr[ecx + 28h]
fld dword ptr[ecx + 20h]
fsub dword ptr[ecx + 14h]
fstp dword ptr[ecx + 2Ch]
Fimal:
retn 4
}
}

void SuperAimbot()
{
if (*(DWORD*) (g_pPlayer) != 0)
{
AimSlot = GetNearestToCrosshair();
}
DWORD InSnce = (DWORD) GetModuleHandleA("i3SceneDx.dll");
MakeJMP((PBYTE) InSnce + 0xA6220, (DWORD) hkSetEnd, 0x5);
}
#11 · 11y ago
woopwoopcoco
woopwoopcoco
who have a hack for point blank revolution Malaysia?
#12 · 11y ago
IA
iampiouz`
still working????
#13 · 11y ago
NH
nhick
how can i use it?
#14 · 10y ago
QW
qwerrer
Quote Originally Posted by adampogi View Post
yeah please! make it a dll!
how to put it in the game and what name am i gonna do with the dll?
#15 · 10y ago
Posts 1–15 of 25 · Page 1 of 2

Post a Reply

Similar Threads

  • BF2 1.50 SUPER AIMBOT PREVIEWBy mw2tuber in Battlefield 2 Hacks & Cheats
    7Last post 13y ago
  • surviveZ v1.5 // aimbot # no recoil # esp # icons # nvg # super zoom # minimapBy tester6663 in WarZ & Infestation Survivor Stories Hacks & Cheats
    146Last post 13y ago
  • is there a working aimbot or super weapons for arctic combat ?By HOOSIER in Arctic Combat Hacks & Cheats
    7Last post 13y ago
  • this might be a little much but i would like chams super knife aimbot speed hack plzBy jjj3499 in Combat Arms Hack Requests
    2Last post 14y ago
  • aimbot/super jumpBy imalvlage in Combat Arms Hacks & Cheats
    18Last post 18y ago

Tags for this Thread

None