Page 1 of 3 123 LastLast
Results 1 to 15 of 40
  1. #1
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy

    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!

    <b>Downloadable Files</b> Downloadable Files
    Last edited by Silent; 07-31-2017 at 03:30 AM. Reason: Added Boolean datatypes to script
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  2. The Following 73 Users Say Thank You to Silent For This Useful Post:

    992892654 (01-01-2018),aku (06-22-2017),AlphaBrosYT (08-18-2017),AnomityP (08-14-2017),ArKoS_MW2 (12-15-2017),bigmo_7 (08-26-2021),BlankCX (11-12-2017),Codaaaaaaa (02-18-2018),Crossfirelegendary (06-05-2018),Deletekey (09-14-2018),Detleg (06-26-2017),dexr (07-15-2017),dickhead28728 (11-05-2017),DragosSmecherul (07-21-2017),ElijahRayMiner (09-26-2018),EnderHDBo2 (08-08-2017),fi0rajj (06-22-2017),GalaxyYT (02-09-2018),gglkks (09-22-2017),godlvl (09-28-2018),HadesXV (10-18-2019),HotBuns104 (08-10-2017),idfkbagel (08-03-2019),ifuckniga (02-17-2019),itach (08-06-2017),ItsFreeZz (08-06-2018),ItZzSora (08-21-2017),jannikaka1 (08-05-2018),Jharira (05-31-2019),kalbibone (11-08-2017),Kisambare (10-07-2017),kodx (11-24-2018),leo_wallnofer123 (11-12-2017),looti66 (10-15-2020),lucasgf64 (01-28-2018),maben (05-09-2018),mihim (08-01-2017),mimi27 (08-19-2017),Mlg48 (11-13-2017),muffintopp (08-29-2018),niggerboijewkiller (11-05-2017),OptinumGT (07-18-2017),OwnedČ (02-22-2018),Prostidude__ (10-27-2017),PulzeOwn (03-28-2018),rainingtacco (08-12-2017),raitzuu (11-04-2017),Riddick115 (02-02-2019),Riu (09-08-2017),rkgetten (07-04-2017),sagivnovik1 (06-30-2017),shark00n (07-21-2018),Sirruliun (09-15-2018),stevenhathaxx123 (02-05-2018),Swiss- (07-07-2017),SYINTaX (02-21-2018),Timboss1 (01-11-2019),TomatRx (07-10-2018),tommypxl (06-27-2017),ToMoHawkz_ (10-13-2019),tontopolla (12-19-2017),TYBACK (09-21-2017),wallsrn (09-05-2018),Willushkaofficial (06-03-2018),xCR3EPSx (03-07-2018),xDamocles (07-01-2018),xGeNx Anonymous (06-22-2019),Xizzl (05-08-2019),xKitoDUB (09-11-2017),xSanix (06-27-2019),xSnoowBRx (08-05-2018),XxNuKeXEnVyXx (04-13-2018),ZoRkY29 (08-23-2017)

  3. #2
    cesarturcios750's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    wtf is this

  4. #3
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    Quote Originally Posted by cesarturcios750 View Post
    wtf is this
    Bypasses one of their anti heats.
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  5. #4
    bradleecozens's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    4
    does this make it so i can use wallhack or vsat hack without being banned?

  6. #5
    uoz2734z8d02's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    474
    My Mood
    Bashful
    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.

  7. #6
    scofieldm's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3
    My Mood
    Tired
    worked!!!!!!!

  8. #7
    s0uls's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    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..

  9. #8
    xGUI's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    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?

  10. #9
    CrypticMods's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    415
    Reputation
    10
    Thanks
    502
    My Mood
    Sad
    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"

  11. #10
    xxsnarfxx's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    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)

  12. #11
    CrypticMods's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    415
    Reputation
    10
    Thanks
    502
    My Mood
    Sad
    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?

  13. #12
    Bryaaaan's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Im getting the same error!?

  14. #13
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576
    Quote Originally Posted by Bryaaaan View Post
    Im getting the same error!?
    You need extra files to run exe applications then

  15. #14
    DragosSmecherul's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    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?

  16. #15
    xxsnarfxx's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    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

Page 1 of 3 123 LastLast

Similar Threads

  1. [Help] Bypass TAC Screenshot function!
    By Vamphilim in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 23
    Last Post: 07-27-2015, 03:55 PM
  2. Idea about bypassing that TAC screenshot measure
    By Domenl in forum Call of Duty Black Ops 2 Discussions
    Replies: 4
    Last Post: 01-02-2013, 08:22 AM
  3. [PREVIEW] Mod Shield Bypasser Updated Daily!
    By -Gh0st-bkup in forum Combat Arms Mod Discussion
    Replies: 55
    Last Post: 05-18-2011, 02:56 PM
  4. [REQUEST] Bypass Updates
    By AeroMan in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 03-19-2010, 01:10 PM
  5. Replies: 12
    Last Post: 10-08-2009, 09:00 PM