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 › Call of Duty Hacks & Cheats › Call of Duty 9 - Black Ops 2 (BO2) Hacks & Cheats › TAC Screenshot bypasser - Updated 6/21/2017

TAC Screenshot bypasser - Updated 6/21/2017

Posts 1–15 of 40 · Page 1 of 3
Silent
[MPGH]Silent
TAC Screenshot bypasser - Updated 6/21/2017
Hello users of the greatest forum on the innanet. I recently started making a scripting language specifically made for cheating game cheats, so I figured I'd make the first release for the scripting engine!


Screenshot:
https://i.gyazo.com/de16a15221c739d3...029d1eed25.mp4


How to use Trayarch Anti-Cheat Screenshot bypasser:
  1. Download and install this.(Won't work without it)
  2. Extract script to desktop
  3. Run script!



Source code:
Code:
function GetAddress()
{
	return (ReadInteger(7716608 + 2));
}

printf("Welcome to Silent(JamesBond) SilentEngine, A C-syntax based scripting languages specificlly made for cheating in games.");

printf("Waiting for t6mp");

while(true) {
	attach_state = Attach("t6mp");

	if(attach_state) {
		printf("Attached successfully");
		break;
	}
	
	Sleep(100);
}

address = GetAddress();

while(true) {
	//Not we're patching the TAC thread handle
	if (ReadInteger(address) == 0) {
		printf("Patching...");
		
		if (WriteInteger(address, 1)) {
			printf("Successfully patched TAC SS");
			continue;
		}
		else {
			printf("Failed to patch TAC SS");
		}
	}
	
	Sleep(100);
}

Virus scans:
Jotti|Virus Total


Press here or below to download.

If you enjoy this, Don't forget to press the thanks button!

Black Ops II TAC SS bypasser_mpgh.net.zip
#1 · edited 9y ago · 9y ago
CE
cesarturcios750
wtf is this
#2 · 9y ago
Silent
[MPGH]Silent
Quote Originally Posted by cesarturcios750 View Post
wtf is this
Bypasses one of their anti heats.
#3 · 9y ago
BR
bradleecozens
does this make it so i can use wallhack or vsat hack without being banned?
#4 · 9y ago
uoz2734z8d02
uoz2734z8d02
Quote Originally Posted by bradleecozens View Post
does this make it so i can use wallhack or vsat hack without being banned?
no it doesnt.
#5 · 9y ago
scofieldm
scofieldm
worked!!!!!!!
#6 · 9y ago
S0
s0uls
Hey so I downloaded this ss bypasser and the silent script but when I run the bypasser it says Unhandled exception
And some more stuffs, I would of gave you an image but I cant post links..
#7 · 9y ago
XG
xGUI
So what exactly does this do? I understand that it prevents the screenshot anti cheat function, but what does that prevent you from getting banned from? Are the other parts of the anti cheat still going to detect a VSAT hack, or is this going to prevent the system from detecting VSAT hack?
#8 · 9y ago
CrypticMods
CrypticMods
Quote Originally Posted by xGUI View Post
So what exactly does this do? I understand that it prevents the screenshot anti cheat function, but what does that prevent you from getting banned from? Are the other parts of the anti cheat still going to detect a VSAT hack, or is this going to prevent the system from detecting VSAT hack?
It's exactly what the title says...

Why does everyone confuse this.

"TAC Screenshot Bypasser" Not "TAC Bypass" It no where says "TAC BYPASS"
#9 · 9y ago
XX
xxsnarfxx
Im getting this message in the cmd when I open the Tac bypasser script

==============<Script output>==============
Registering function [GetAddress] ...

Welcome to Silent(JamesBond) SilentEngine, A C-syntax based scripting languages specificlly made for cheating in games.
Waiting for t6mp
Unhandled exception

StackTrace:
at ScriptEngine.Parser.MergeNumbers(Variable leftCell, Variable rightCell)
at ScriptEngine.Parser.MergeCells(Variable leftCell, Variable rightCell)
at ScriptEngine.Parser.Merge(Variable current, Int32& index, List`1 listToMerge, Boolean mergeOneOnly)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.ProcessIf(String data, Int32& from)
at ScriptEngine.IfStatement.Evaluate(String data, Int32& from)
at ScriptEngine.Parser.Calculate(String data, Int32& from, Char[] to)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.ProcessBlock(String data, Int32& from)
at ScriptEngine.Interpreter.ProcessWhile(String data, Int32& from)
at ScriptEngine.WhileStatement.Evaluate(String data, Int32& from)
at ScriptEngine.Parser.Calculate(String data, Int32& from, Char[] to)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.Process(String script)
at SilentCheat.program.Main(String[] args)
#10 · 9y ago
CrypticMods
CrypticMods
Quote Originally Posted by xxsnarfxx View Post
Im getting this message in the cmd when I open the Tac bypasser script

==============<Script output>==============
Registering function [GetAddress] ...

Welcome to Silent(JamesBond) SilentEngine, A C-syntax based scripting languages specificlly made for cheating in games.
Waiting for t6mp
Unhandled exception

StackTrace:
at ScriptEngine.Parser.MergeNumbers(Variable leftCell, Variable rightCell)
at ScriptEngine.Parser.MergeCells(Variable leftCell, Variable rightCell)
at ScriptEngine.Parser.Merge(Variable current, Int32& index, List`1 listToMerge, Boolean mergeOneOnly)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.ProcessIf(String data, Int32& from)
at ScriptEngine.IfStatement.Evaluate(String data, Int32& from)
at ScriptEngine.Parser.Calculate(String data, Int32& from, Char[] to)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.ProcessBlock(String data, Int32& from)
at ScriptEngine.Interpreter.ProcessWhile(String data, Int32& from)
at ScriptEngine.WhileStatement.Evaluate(String data, Int32& from)
at ScriptEngine.Parser.Calculate(String data, Int32& from, Char[] to)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.Process(String script)
at SilentCheat.program.Main(String[] args)
Do you have silent script?
#11 · 9y ago
BR
Bryaaaan
Im getting the same error!?
#12 · 9y ago
RE
Recigy
Quote Originally Posted by Bryaaaan View Post
Im getting the same error!?
You need extra files to run exe applications then
#13 · 9y ago
DR
DragosSmecherul
Quote Originally Posted by xxsnarfxx View Post
Im getting this message in the cmd when I open the Tac bypasser script

==============<Script output>==============
Registering function [GetAddress] ...

Welcome to Silent(JamesBond) SilentEngine, A C-syntax based scripting languages specificlly made for cheating in games.
Waiting for t6mp
Unhandled exception

StackTrace:
at ScriptEngine.Parser.MergeNumbers(Variable leftCell, Variable rightCell)
at ScriptEngine.Parser.MergeCells(Variable leftCell, Variable rightCell)
at ScriptEngine.Parser.Merge(Variable current, Int32& index, List`1 listToMerge, Boolean mergeOneOnly)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.ProcessIf(String data, Int32& from)
at ScriptEngine.IfStatement.Evaluate(String data, Int32& from)
at ScriptEngine.Parser.Calculate(String data, Int32& from, Char[] to)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.ProcessBlock(String data, Int32& from)
at ScriptEngine.Interpreter.ProcessWhile(String data, Int32& from)
at ScriptEngine.WhileStatement.Evaluate(String data, Int32& from)
at ScriptEngine.Parser.Calculate(String data, Int32& from, Char[] to)
at ScriptEngine.Parser.LoadAndCalculate(String data, Int32& from, Char[] to)
at ScriptEngine.Interpreter.Process(String script)
at SilentCheat.program.Main(String[] args)
same error what do ido

- - - Updated - - -

Quote Originally Posted by DragosSmecherul View Post
same error what do ido

and how do i uninstall it?
#14 · 9y ago
XX
xxsnarfxx
Quote Originally Posted by DragosSmecherul View Post
same error what do ido

- - - Updated - - -




and how do i uninstall it?
just go into your prgoam files and find Slient Engine and delete it, use CCleaner to brush up any other files

- - - Updated - - -

yes I installed slient script

- - - Updated - - -

Quote Originally Posted by Recigy View Post
You need extra files to run exe applications then
Which Files do I need? because I got the tac Bypasser working last week just now Am I getting this error
#15 · 9y ago
Posts 1–15 of 40 · Page 1 of 3

Post a Reply

Similar Threads

  • Bypass TAC Screenshot function!By Vamphilim in Call of Duty Black Ops 2 Coding, Programming & Source Code
    23Last post 11y ago
  • Idea about bypassing that TAC screenshot measureBy Domenl in Call of Duty Black Ops 2 Discussions
    4Last post 13y ago
  • [PREVIEW] Mod Shield Bypasser Updated Daily!By -Gh0st-bkup in Combat Arms Mod Discussion
    55Last post 15y ago
  • [Working] Bypass Update Idea( working for me atm) (I have Vista 32bit)By scriptkiddy in Combat Arms Help
    12Last post 16y ago
  • [REQUEST] Bypass UpdatesBy AeroMan in Programming Tutorial Requests
    0Last post 16y ago

Tags for this Thread

None