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 › Call of Duty Black Ops 2 Coding, Programming & Source Code › Bypass TAC Screenshot function!

Bypass TAC Screenshot function!

Posts 1–15 of 24 · Page 1 of 2
Vamphilim
Vamphilim
Bypass TAC Screenshot function!
Hello Guys!

I'm new at this forum, because I like to make hacks and things like that!
I'm also making one at the moment. But of course, we all want protection at our cheats! :3
I'll need a little bit of help! :O Let me tell you what's wrong.

Code:
Memory.WriteInt(&H3A248F4, 1)
,,&H3A248F4" That's the address of the TAC Screenshot function, I read, to bypass it you'll need to set it to "1".
As you can see I'm planning to set it to 1 with this line of code. (I made a class for read/write memory.)
But I don't know if I have to write it into a Timer, so it writes all the time. Or do I need a simple button click?
I don't know if it stays on 1 if I do it with a single click on a button. The timer would make more sense, so I'll ask the pros here!

By they way I'm using Visual Basic, in Visual Studio 2012. Just everyone knows!
Sorry for my english btw! English is not my main language. ^^

Thanks guys, love ya! <3
#1 · 11y ago
AuT03x3C
AuT03x3C
Write the value 1 to the address and then check if the value stays 1 if not then use a timer.
#2 · 11y ago
Vamphilim
Vamphilim
Quote Originally Posted by AuT03x3C View Post
Write the value 1 to the address and then check if the value stays 1 if not then use a timer.
Thanks <3 You're my man!
#3 · 11y ago
AuT03x3C
AuT03x3C
Quote Originally Posted by Vamphilim View Post
Thanks <3 You're my man!
You are welcome!
#4 · 11y ago
[NEWACCOUNT]Yano
[NEWACCOUNT]Yano
99% this adress doesnt bypass TAC screenshots xD otherwise every cheat would be safe . and VAC incoming with this method
#5 · 11y ago
Vamphilim
Vamphilim
Quote Originally Posted by [NEWACCOUNT]Yano View Post
99% this adress doesnt bypass TAC screenshots xD otherwise every cheat would be safe . and VAC incoming with this method
Not exactly, I just read alot of TAC, I found a thread somewhere. For sure, no Cheat will be 100% safe. But this method can help you to get a little bit more free space in your cheat! TAC also use more than this Screenshot shit, it also scans for LoadLibraryA & stuff, but the Screenshot function just takes a Screenshot, analyze it & compress it to a file (as I read in some websites, I can send you the Links if you want! ) And in this file all data about the open programms are stored. Most of the hacks also are just get banned because, too much people are using it! If 1k people are using a hack, TAC/VAC of course will notice that alot of users use a programm that does something with the game! Otherwise it will be categorized as ,,unimportant"! Correct me if I'm wrong or something. I'm open for a nice discussion! :3
#6 · 11y ago
[NEWACCOUNT]Yano
[NEWACCOUNT]Yano
Umm this is correct yes (already knew that doe). you copied all this from Kokoles thread ^^
Kokole is a great coder and reverser but since there have been several bo2 updates this method wont work anymore.
All i know about TAC is that

-It checks Clientsided DVARS
-It checks LoadLibrary stuff (Injections etc.)
-It checks handles etc
-It takes screenshots of your game and all TopMost windows(external menus for example)
-something that doesnt come to your mind :c
#7 · 11y ago
Vamphilim
Vamphilim
Quote Originally Posted by [NEWACCOUNT]Yano View Post
Umm this is correct yes (already knew that doe). you copied all this from Kokoles thread ^^
Kokole is a great coder and reverser but since there have been several bo2 updates this method wont work anymore.
All i know about TAC is that

-It checks Clientsided DVARS
-It checks LoadLibrary stuff (Injections etc.)
-It checks handles etc
-It takes screenshots of your game and all TopMost windows(external menus for example)
-something that doesnt come to your mind :c
Damn, so it's outdated!
Okay nevermind, and yes I got it from his thread!
But we'll find a way to make our cheats more safe! ^-^
#8 · 11y ago
i4mTh3Fr34kPr0
i4mTh3Fr34kPr0
Quote Originally Posted by [NEWACCOUNT]Yano View Post
-It takes screenshots of your game and all TopMost windows(external menus for example)
ohhh pls..
External is External NOT internal.
TAC makes internal screenshots NOT external.
my friend and me using 7months a external ESP, Aimbot, NoRecoil, NoSpread never banned.

and Vamphilim the one and easiest way is you can check if TAC makes screenshot your hack change all to the normal Value etc.

like this...
Code:
Private Sub TACScreenshotBypass_Tick(ByVal sender As System.Object,  ByVal e As System.EventArgs) Handles TACScreenshotBypass.Tick
        If TAC.Checked = True Then
            xKitoRead(Of Integer)(&H3A248F4, 1)

            function to turn all hacks off

        else
            xKitoRead(Of Integer)(&H3A248F4, 0)


            function to turn all hacks on.
        End If
End Sub
sorry i see it's not right, but i hope you know what i mean.
#9 · edited 11y ago · 11y ago
[NEWACCOUNT]Yano
[NEWACCOUNT]Yano
Quote Originally Posted by i4mTh3Fr34kPr0 View Post
ohhh pls..
External is External NOT internal.
TAC makes internal screenshots NOT external.
Yea I mean for example Windows that draw a Box and are TopMost, they get screenshotted.
And of course it is screenshotting them, it also checks what windows in chrome are opened if its in the foreground,
ask coders that can reverse and are well regarding TAC and no wannabe guys... I trust kokole cause he knows what he does.

Btw upload a screen of the hack pls (/w proof) I dont rly believe that
#10 · edited 11y ago · 11y ago
Vamphilim
Vamphilim
Quote Originally Posted by i4mTh3Fr34kPr0 View Post


ohhh pls..
External is External NOT internal.
TAC makes internal screenshots NOT external.
my friend and me using 7months a external ESP, Aimbot, NoRecoil, NoSpread never banned.

and Vamphilim the one and easiest way is you can check if TAC makes screenshot your hack change all to the normal Value etc.

like this...
Code:
Private Sub TACScreenshotBypass_Tick(ByVal sender As System.Object,  ByVal e As System.EventArgs) Handles TACScreenshotBypass.Tick
        If TAC.Checked = True Then
            xKitoRead(Of Integer)(&H3A248F4, 1)

            function to turn all hacks off

        else
            xKitoRead(Of Integer)(&H3A248F4, 0)


            function to turn all hacks on.
        End If
End Sub
sorry i see it's not right, but i hope you know what i mean.
Oh I understand what do you mean! That helped alot, I'll look for an alternative way! :3

- - - Updated - - -

Quote Originally Posted by [NEWACCOUNT]Yano View Post
Yea I mean for example Windows that draw a Box and are TopMost, they get screenshotted.
And of course it is screenshotting them, it also checks what windows in chrome are opened if its in the foreground,
ask coders that can reverse and are well regarding TAC and no wannabe guys... I trust kokole cause he knows what he does.

Btw upload a screen of the hack pls (/w proof) I dont rly believe that
It's just a simple VSAT Hack, I wrote it in the Form_Load event. I mean the TAC thingy.
I thought, it will be harder to detect if I disable the TAC SS function! :3
#11 · 11y ago
[NEWACCOUNT]Yano
[NEWACCOUNT]Yano
Quote Originally Posted by Vamphilim View Post
Oh I understand what do you mean! That helped alot, I'll look for an alternative way! :3

- - - Updated - - -

It's just a simple VSAT Hack, I wrote it in the Form_Load event. I mean the TAC thingy.
I thought, it will be harder to detect if I disable the TAC SS function! :3
VSAT Hacks have nothing to do with the TAC Screens ._. Only if youre flagged cause you got reported really often then they watch your screen. (confirmed by kokole)
#12 · 11y ago
Vamphilim
Vamphilim
Quote Originally Posted by [NEWACCOUNT]Yano View Post
VSAT Hacks have nothing to do with the TAC Screens ._. Only if youre flagged cause you got reported really often then they watch your screen. (confirmed by kokole)
Oh!
SO I miss understood this! I'm sorry!
That change everything! :3
#13 · 11y ago
[NEWACCOUNT]Yano
[NEWACCOUNT]Yano
At VSAT Hacks better pay attention to VAC
#14 · 11y ago
Vamphilim
Vamphilim
Quote Originally Posted by [NEWACCOUNT]Yano View Post
At VSAT Hacks better pay attention to VAC
Ohw shit, how should I do this? D:
Just gimme a hint :3 I wanna do this myself ^_^
#15 · 11y ago
Posts 1–15 of 24 · Page 1 of 2

Post a Reply

Similar Threads

  • Idea about bypassing that TAC screenshot measureBy Domenl in Call of Duty Black Ops 2 Discussions
    4Last post 13y ago
  • Bypassing Gameguard: Imported functionsBy GEHhgerhgerhgerhrhr in Blackshot Coding & Source Code
    15Last post 13y ago
  • Bypassing Gameguard: Imported functionsBy briankilla4 in Alliance of Valiant Arms (AVA) Coding / Source Code
    7Last post 13y ago
  • Bypassing A Screenshot in Any Game (D3D)By condor01 in Programming Tutorials
    20Last post 17y ago
  • [IDEA] Bypassing A ScreenShot [IDEA]By condor01 in WarRock - International Hacks
    0Last post 18y ago

Tags for this Thread

None