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 › Market Place › User Services › NO RECOIL ︻デ═一一一 ▸

NO RECOIL ︻デ═一一一 ▸

Posts 1–15 of 42 · Page 1 of 3
UB
UbisoftFaggot
NO RECOIL ︻デ═一一一 ▸
Code:
No recoil address for update 1.3.4: 

0x644FFB

Sig start = 00A45FFB
Sig end = 00A46001
Modulebase = 00401000
Signature = \x74\x3C\x80\x7C\x24\x17\x00
Mask = xxxxxx?

HOW TO UPDATE OUTDATED ADDRESS:
- OPEN GhostReconPhantoms
- OPEN Ollydbg (ollydbg.de)
- FILE - ATTACH - find & select ghostreconphantoms.exe
- CTRL + B - paste this hex/pattern (74 3C 80 7C 24 17)
- TICK SEARCH MODE: "Entire block"
- CONGRATS YOU HAVE FOUND NEW NORECOIL ADDRESS
HOW TO CREATE DLL HACK: mpgh.net/forum/showthread.php?t=559567

SIMPLE HOTKEY BASE C++:
Code:
#include <Windows.h>

#define norecoiladdress 0x644FFB

void norecoil()
{
	while(1)
	{
		if(GetAsyncKeyState(VK_F3)) memcpy((VOID*)norecoiladdress, "\xEB", 1); //ON
		if(GetAsyncKeyState(VK_F4)) memcpy((VOID*)norecoiladdress, "\x75", 1); //OFF
		
		Sleep(250);
	}
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
	if(dwReason == DLL_PROCESS_ATTACH)
	{
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)norecoil, 0, 0, 0);
	}
	return TRUE;
}
COMPILE IT AND INJECT!

CREDIT: PICOBELLO
#1 · 11y ago
PS
psa47
hhhhhhhhh banned just for attaching ghost recon phantom.exe to ollydebg. i didnt know that
#2 · 11y ago
UB
UbisoftFaggot
Quote Originally Posted by psa47 View Post
hhhhhhhhh banned just for attaching ghost recon phantom.exe to ollydebg. i didnt know that
LOL NOOB! YOU DONT HAVE TO LOGIN YOUR ACCOUNT HHHHHHHHHHHHHHHHHHHHHHHHH !

HERE HOW TO ATTACH GRP TO OLLY:
1. GO TO FOLDER: Program Files (x86)/Steam/steamapps/common/Tom Clancy's Ghost Recon Phantoms NA/Game/NCSA-Live/
2. DOUBLE CLICK GhostReconPhantoms.exe
3. YOU WILL GET ERROR "Please start the game using the launcher"
4. OPEN OLLYDBG
5. ATTACH THE GAME
6. PROFIT

I HAD BEEN DOING IT FOR 2 MONTHS, NO BAN

*EDIT: I REMEMBER WEEKS AGO I ATTACHED GRP TO OLLY ONCE THROUGH LAUNCHER AFTER LOGIN MY ACCOUNT & NO BAN UNTIL TODAY. I THINK YOU JUST POST SHIT HERE AND LIE, YOU ****** HHHHHHHHHHHHHHHHHHH
#3 · edited 11y ago · 11y ago
FI
fire100
Quote Originally Posted by Ubisoft****** View Post
LOL NOOB! YOU DONT HAVE TO LOGIN YOUR ACCOUNT HHHHHHHHHHHHHHHHHHHHHHHHH !

HERE HOW TO ATTACH GRP TO OLLY:
1. GO TO FOLDER: Program Files (x86)/Steam/steamapps/common/Tom Clancy's Ghost Recon Phantoms NA/Game/NCSA-Live/
2. DOUBLE CLICK GhostReconPhantoms.exe
3. YOU WILL GET ERROR "Please start the game using the launcher"
4. OPEN OLLYDBG
5. ATTACH THE GAME
6. PROFIT

I HAD BEEN DOING IT FOR 2 MONTHS, NO BAN

*EDIT: I REMEMBER WEEKS AGO I ATTACHED GRP TO OLLY ONCE THROUGH LAUNCHER AFTER LOGIN MY ACCOUNT & NO BAN UNTIL TODAY. I THINK YOU JUST POST SHIT HERE AND LIE, YOU ****** HHHHHHHHHHHHHHHHHHH
wow bro,use cheat engine, make an auto assemble script. why follow such a long method every time. If you want i can post a sig that runs the game directly and doesnot give error. altough any noob can see that in the exe. lol.

Just search for the error that occurs in olly and make a the exe jump over the error.
#4 · 11y ago
UB
UbisoftFaggot
Quote Originally Posted by fire100 View Post
wow bro,use cheat engine, make an auto assemble script. why follow such a long method every time. If you want i can post a sig that runs the game directly and doesnot give error. altough any noob can see that in the exe. lol.

Just search for the error that occurs in olly and make a the exe jump over the error.
WHAT YOU MEAN BY LONG METHOD EVERY TIME???

OPEN GRP + OLLY + SIGMAKER = ALL THESE UNDER A MINUTE.

ONCE YOU GET THE SIGNATURE/PATTERN, CODE IT IN YOUR HACK WITH FINDPATTERN AND MAKE IT UNPATCHABLE FOREVER.
#5 · 11y ago
SE
seydoemo
Quote Originally Posted by Ubisoft****** View Post
LOL NOOB! YOU DONT HAVE TO LOGIN YOUR ACCOUNT HHHHHHHHHHHHHHHHHHHHHHHHH !

HERE HOW TO ATTACH GRP TO OLLY:
1. GO TO FOLDER: Program Files (x86)/Steam/steamapps/common/Tom Clancy's Ghost Recon Phantoms NA/Game/NCSA-Live/
2. DOUBLE CLICK GhostReconPhantoms.exe
3. YOU WILL GET ERROR "Please start the game using the launcher"
4. OPEN OLLYDBG
5. ATTACH THE GAME
6. PROFIT

I HAD BEEN DOING IT FOR 2 MONTHS, NO BAN

*EDIT: I REMEMBER WEEKS AGO I ATTACHED GRP TO OLLY ONCE THROUGH LAUNCHER AFTER LOGIN MY ACCOUNT & NO BAN UNTIL TODAY. I THINK YOU JUST POST SHIT HERE AND LIE, YOU ****** HHHHHHHHHHHHHHHHHHH
can you pls create a video how to use ?
#6 · 11y ago
RA
Raydenman
Keep calm, he don't even know what this code does.
You go to redefine a memory address by entering in some areas excess data, so processing takes longer, but it could result in some processes a sudden crash.
#7 · 11y ago
RA
Raydenman
Keep calm, he don't even know what this code does.
You go to redefine a memory address by entering in some areas excess data, so processing takes longer, but it could result in some processes a sudden crash.

Solution:
Reduce sleep time, dear ignorant.
#8 · edited 11y ago · 11y ago
Picobello
Picobello
Thanks for the update Ubisoft******
#9 · 11y ago
XE
xenononex
Do I have to change something in this code?


#include <Windows.h>

#define norecoiladdress 0x644FFB

void norecoil()
{
while(1)
{
if(GetAsyncKeyState(VK_F3)) memcpy((VOID*)norecoiladdress, "\xEB", 1); //ON
if(GetAsyncKeyState(VK_F4)) memcpy((VOID*)norecoiladdress, "\x75", 1); //OFF

Sleep(250);
}
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)norecoil, 0, 0, 0);
}
return TRUE;
}
#10 · edited 11y ago · 11y ago
RA
Raydenman
Quote Originally Posted by xenononex View Post
Do I have to change something in this code?


#include <Windows.h>

#define norecoiladdress 0x644FFB

void norecoil()
{
while(1)
{
if(GetAsyncKeyState(VK_F3)) memcpy((VOID*)norecoiladdress, "\xEB", 1); //ON
if(GetAsyncKeyState(VK_F4)) memcpy((VOID*)norecoiladdress, "\x75", 1); //OFF

Sleep(250);
}
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)norecoil, 0, 0, 0);
}
return TRUE;
}
Sleep(250);
I said all.
#11 · 11y ago
XE
xenononex
I've got 1 more question I am bad in programming but where did he get these numbers?

0x644FFB
xEB'', 1)
x75", 1)
#12 · 11y ago
RA
Raydenman
Quote Originally Posted by xenononex View Post
I've got 1 more question I am bad in programming but where did he get these numbers?

0x644FFB
xEB'', 1)
x75", 1)
At this point do nothing. Close all that you are doing. Use a hack already created.
#13 · 11y ago
XE
xenononex
but when this code will get outdated, how can I update it?

- - - Updated - - -

that's what I've got http://prntscr.com/6e8k21

- - - Updated - - -

is this gone work on EU?
#14 · 11y ago
S1
S1lv3rAng3l_LuLZ
Oh, a noobie copied it from UC, wow, you're sooooooo skilled I can't even believe u lil skiddie.
#15 · 11y ago
Posts 1–15 of 42 · Page 1 of 3

Post a Reply

Similar Threads

  • No Recoil HackBy quin123 in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    9Last post 19y ago
  • No recoil/no spread addys?By IBEZ in WarRock - International Hacks
    8Last post 19y ago
  • America's Army No Recoil/Reload LUA code.By MagikBullet in General Game Hacking
    7Last post 19y ago
  • No recoil hack????By max.here in WarRock - International Hacks
    2Last post 19y ago
  • How to find Recoil and Spread addresses?By V1olATor in WarRock - International Hacks
    5Last post 19y ago

Tags for this Thread

#ghost#phantoms#recoil#recon