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 Semi-Popular First Person Shooter Hacks › Warface Hacks & Cheats › Warface Coding & Source Code › [WF-BR] Infinity Bullets

[WF-BR] Infinity Bullets

Posts 1–14 of 14 · Page 1 of 1
Coder.Dash
Coder.Dash
[WF-BR] Infinity Bullets
I don't know if this was already posted, was playing in the game today and find these address
Infinity Bullets
Code:
00DEA3EF
Infinity AMMO Bag
Code:
00DE9582
For active all hacks in this post change 75 to 74
did not get to test long time, the first hack can be visual
Credits: Coder.Dash
@Coder.Dias //for having asked me to mess with the game
#1 · edited 11y ago · 11y ago
piramitender
piramitender
Quote Originally Posted by Coder.Dash View Post
I don't know if this was already posted, was playing in the game today and find these address
Infinity Bullets
Code:
00DEA3EF
Infinity AMMO Bag
Code:
00DE9582
For active all hacks in this post change 75 to 74
did not get to test long time, the first hack can be visual
Credits: Coder.Dash
@Coder.Dias //for having asked me to mess with the game
at least explain how to use it
#2 · 11y ago
daviddidi
daviddidi
Quote Originally Posted by Coder.Dash View Post
I don't know if this was already posted, was playing in the game today and find these address
Infinity Bullets
Code:
00DEA3EF
Infinity AMMO Bag
Code:
00DE9582
For active all hacks in this post change 75 to 74
did not get to test long time, the first hack can be visual
Credits: Coder.Dash
@Coder.Dias //for having asked me to mess with the game
I go see !

Nice ! Thank for sharing !
#3 · 11y ago
DO
Dodido4
First of all thx
secondly how do you use it ? CE?
#4 · 11y ago
Mayion
[MPGH]Mayion
Quote Originally Posted by Dodido4 View Post
First of all thx
secondly how do you use it ? CE?
No, C++ (Programming language).
#5 · 11y ago
daviddidi
daviddidi
Quote Originally Posted by Dodido4 View Post
First of all thx
secondly how do you use it ? CE?
Code:
#include "Tools.h"

Tools* sTools;
Variables sVars;

#define Recoil      0x104476E//rcl_att
#define Flash      0xBE651D//flashbangBaseTime
#define SwayX      0x1044F6B//sway_max_x
#define SwayY      0x1044D80//sway_min_y
#define RateofFire  0x732E54//telemetry_getleaderboard

HRESULT APIENTRY Functions ()
{
   while(1)
   {
      if(sVars.NoFlash)
      {
         sTools->MemoryWrite((void*)(Flash),(void*)(PBYTE)"\x68\x28\xDC\x52\x00", 5);
      }else{
         sTools->MemoryWrite((void*)(Flash),(void*)(PBYTE)"\x68\x28\xDC\x52\x01", 5);
      }

      if(sVars.NoRecoil)
      {
         sTools->MemoryWrite((void*)(Recoil),(void*)(PBYTE)"\x68\xC8\xBB\x56\x00", 5);
      }else{
         sTools->MemoryWrite((void*)(Recoil),(void*)(PBYTE)"\x68\xC8\xBB\x56\x01", 5);
      }

      if(sVars.RapidFire)
      {
         sTools->MemoryWrite((void*)(RateofFire),(void*)(PBYTE)"\x68\xA4\xE8\x4C\x00", 5);
      }else{
         sTools->MemoryWrite((void*)(RateofFire),(void*)(PBYTE)"\x68\xA4\xE8\x4C\x01", 5);
      }

      if(sVars.NoSway)
      {
         sTools->MemoryWrite((void*)(SwayX),(void*)(PBYTE)"\x68\xE4\xBB\x56\x00", 5);
         sTools->MemoryWrite((void*)(SwayY),(void*)(PBYTE)"\x68\xFC\xBB\x56\x00", 5);
      }else{
         sTools->MemoryWrite((void*)(SwayY),(void*)(PBYTE)"\x68\xFC\xBB\x56\x01", 5);
         sTools->MemoryWrite((void*)(SwayX),(void*)(PBYTE)"\x68\xE4\xBB\x56\x01", 5);
      }
   }
   return true;
}
That help you a lot time

Credit: Coder.Dias
#6 · edited 11y ago · 11y ago
Fєηix
Fєηix
Quote Originally Posted by piramitender View Post
at least explain how to use it
Ex:

Code:
#include <Windows.h>
#include <process.h>

//Variable
INT Cheat[100];

//Address
#define Ammo 0x00DE9582

VOID Cheats()
{
	if(GetAsyncKeyState(VK_F2)&1) Cheat[0] = ! Cheat[0];	

	if(Cheat[0])
	{
		//Code
	}
}

UINT WINAPI Main(LPVOID)
{
   while(TRUE)
   {   
	  while(!(DWORD)GetModuleHandleA("Game.exe"))
		    Sleep(250);

      __asm
	  {
	     CALL[Cheats]; 
	  }
Sleep(250);
   }
	return FALSE;	
}

BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
{
	DisableThreadLibraryCalls(hModule);
	if(dwReason == DLL_PROCESS_ATTACH) 
	{
		_beginthreadex(NULL, NULL, &Main, NULL, NULL, NULL);
	}
	return TRUE;
}
#7 · edited 11y ago · 11y ago
CR
Cryteck123
How do we use ? c ++ language'm sorry I do not have any information about Can you tell ? PLEASE !!!!:!!:!:!:!:!:!:
#8 · edited 11y ago · 11y ago
daviddidi
daviddidi
Quote Originally Posted by Cryteck123 View Post
How do we use ? c ++ language'm sorry I do not have any information about Can you tell ? PLEASE !!!!:!!:!:!:!:!:!:
You you need make a new projet with peer exemple: Microsoft Visual C++ 2010 express (selecte new projet win 32) in the setting select empty file and .dll

and make a new file with name: mains.cpp and after copy and paste this code ...
#9 · 11y ago
BL
Bladeassassin
Someone actually explain how this is all done and where you put these files instead of leaving a comment with little detail as possible... There are a lot of noobs here who do not understand and they would like a small easy installation
#10 · 11y ago
Jhem
Jhem
Nice share.
#11 · 11y ago
daviddidi
daviddidi
Oh !

It's only visual bro ?
#12 · 11y ago
AS
Ashry93
how can i use it ??? no C++
#13 · 11y ago
WA
warfacelover
i am so noob at this things so i don't get it too..i hope he reply or anybody
#14 · 11y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • Dear BulletBy Kyojiro in Spammers Corner
    23Last post 20y ago
  • Magic Bullets MotherFuckerBy castaway in General
    12Last post 15y ago
  • Need Testers! infin healthBy phire in WarRock - International Hacks
    10Last post 19y ago
  • [Release] Bullet Proof v1 UndetectedBy apezwijn in WarRock - International Hacks
    32Last post 18y ago
  • bullets in slow motionBy platinum92 in General
    7Last post 18y ago

Tags for this Thread

None