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 › Blackshot Hacks & Cheats › Blackshot Coding & Source Code › Help Me For Loop .

Help Me For Loop .

Posts 1–9 of 9 · Page 1 of 1
AZ
azamsadin
Help Me For Loop .
Can Someone Help Me Coding For Loop . In This Case i Have Pointer + Offset For TeamESP , But i Need To Code It With Loop Method . Can Someone Help Me And Teach Me For Loop Method Directly . Really Appreciate it
#1 · edited 10y ago · 10y ago
Obliteration
Obliteration
Quote Originally Posted by azamsadin View Post
Can Someone Help Me Coding For Loop . In This Case i Have Pointer + Offset For TeamESP , But i Need To Code It With Loop Method . Can Someone Help Me And Teach Me For Loop Method Directly . Really Appreciate it
umm, why in the world would you need to make a for loop for TeamESP? you're doing it wrong son.
#2 · 10y ago
AZ
azamsadin
Lol ??? i have found 2 address for teamesp , i should to freeze it if i want chg the value . so i think i should use loop method or other else method ?

- - - Updated - - -

loop meaning is continuos overwrtting right , same like on ma team esp adress result i need to freeze it if i want chg value , if i not freeze it , the value will return back son
#3 · 10y ago
SH
SH4D0W_4MM0
I'm still seeing people hacking and walling in bs sea today. there is must be he know how to solve it but he didn't share with anybody
#4 · 10y ago
Obliteration
Obliteration
Quote Originally Posted by azamsadin View Post
loop meaning is continuos overwrtting right , same like on ma team esp adress result i need to freeze it if i want chg value , if i not freeze it , the value will return back son
What you mean is an infinite loop, not a for loop.
And the bytes of the TeamESP pointer(s) do not revert back to the original code like totalitem or weapon damage/speed, etc, so, you probably have the wrong address son.
#5 · edited 10y ago · 10y ago
LU
Luffy_Samaa
Quote Originally Posted by Obliteration View Post
What you mean is an infinite loop, not a for loop.
And the bytes of the TeamESP pointer(s) do not revert back to the original code like totalitem or weapon damage/speed, etc, so, you probably have the wrong address son.
haha i agree that
#6 · 10y ago
astron51
astron51
Quote Originally Posted by azamsadin View Post
Can Someone Help Me Coding For Loop . In This Case i Have Pointer + Offset For TeamESP , But i Need To Code It With Loop Method . Can Someone Help Me And Teach Me For Loop Method Directly . Really Appreciate it
First... You will need a In Game Check Address.

and the code should be
Code:
#define igc 0x00000000 << just an example
bool run = true;
bool ingame = false;

DWORD WINAPI Start(LPVOID)
{
	while (1)
	{
          if (run== true)
	   {
		if *(DWORD*)igc == 1;
			ingame = TRUE;
		else
			ingame = FALSE;
	   }

          //Hack stuff here
          if (ingame = true)
           {


           }

        }
}
- - - Updated - - -

Quote Originally Posted by astron51 View Post
First... You will need a In Game Check Address.

and the code should be
Code:
#define igc 0x00000000 << just an example
bool run = true;
bool ingame = false;

DWORD WINAPI Start(LPVOID)
{
	while (1)
	{
          if (run== true)
	   {
		if *(DWORD*)igc == 1;
			ingame = TRUE;
		else
			ingame = FALSE;
	   }

          //Hack stuff here
          if (ingame = true)
           {


           }

        }
}
And TeamESP require 2 address. If You freeze the one You found. BlackShot will quit game for You.
#7 · 10y ago
AZ
azamsadin
can pm me .
#8 · 10y ago
Minerva
Minerva
It's seems solved, no response after 2 days.
//Closed.
#9 · 10y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP]"for" loopBy Drake in C++/C Programming
    4Last post 15y ago
  • help me for error visual c++By cheateroO in CrossFire Help
    2Last post 15y ago
  • PLEASE HELP ME FOR A HACK WITH COMBAT ARMSBy darkusmega in Combat Arms Help
    4Last post 15y ago
  • wheres the best place to get a good helping aid for mw3By TheBlindpirate in Call of Duty Modern Warfare 3 Help
    1Last post 14y ago
  • [?]Helpful commands for farmingBy kropek4 in Vindictus Help
    2Last post 15y ago

Tags for this Thread

None