Results 1 to 13 of 13
  1. #1
    sagaantheepic4's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    312
    Reputation
    10
    Thanks
    2,142
    My Mood
    Chatty

    Cool DoomWare | Public | Internal |Multi Hack | June 20, 2017

    This Is The Internal Version

    How To Use:
    1. Open CS:GO
    2. Inject The Cheat
    3. Arrow Keys To Use The Menu
    4. Profit $


    Important:
    • Pack The Hack
    • Use Code Reflect To Change The Text In Console And Release The Hack For Money $$
    • Yes, This Hack Does Include Spinbot
    • If You Are Missing .dlls Just Go Download It From The Internet
    • Water Mark Will Appear In Game


    Features:
    >AIMBOT
    >LEGITBOT
    >HVH
    >ANTI AIM
    >CLAN TAG CHANGER
    >BUNNYHOP
    >AUTO STRAFE
    >AUTO SHOOT
    >NO RECOIL
    >AIMBOT FOV
    >PSILENT
    >SKELETON (BUGGED FOR SOME MODELS, FIXING SOON)
    >IS SCOPED
    >HEAD CROSS
    >HAS DEFUSE KIT
    >IS DEFUSING
    >HAS HELMET
    >AND MORE THAT I CANT BE BOTHERED TO WRITE

    Change Logs:
    >GOT RID OF THE ANTI UNTRUSTED IN THE MENU COS SOME IDIOTS DISBALED IT AND GOT BANNED AND BLAMED ME
    >SKELETON (BUGGED FOR SOME MODELS, FIXING SOON)
    >IS SCOPED
    >HEAD CROSS
    >HAS DEFUSE KIT
    >IS DEFUSING
    >HAS HELMET
    >DIFFERENT SIGNATURE
    >ANTI AIM IMPROVED
    >MORE SECURE
    >MADE WATERMARK IMPOSSIBLE TO CHANGE IN CODE REFLECT COS OF THIS IDIOTS: Idiots

    Things To Do:
    >MORE ANTI AIMS
    >AUTO WALL (COMING SOON, ALR IN THE MAKING )
    >TRIGGERBOT (ADDED, COMING OUT BY TMR)
    >FIX SKELETON
    >CHAMS
    >SKIN CHANEGR


    LEAVE A THANKS IF YOU ENJOYED
    Screenshot:





    More: More Screenshots

    Video [Thanks For The Video, Did Not Ask For It. Thanks For The FeedBack ]




    Virus:

    Jotti Scan

    Virus Total

    Need A Injector? Make One Yourself!
    Code:
    DWORD GetTargetThreadIDFromProcName(const char * ProcName)
    {
    	PROCESSENTRY32 pe;
    	HANDLE thSnapShot;
    	BOOL retval, ProcFound = false;
    
    	thSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);
    	if (thSnapShot == INVALID_HANDLE_VALUE)
    	{
    		//MessageBox(NULL, "Error: Unable to create toolhelp snapshot!", "2MLoader", MB_OK); 
    		return false;
    	}
    
    	pe.dwSize = sizeof(PROCESSENTRY32);
    
    	retval = Process32First(thSnapShot, &pe);
    	while (retval)
    	{
    		if (strstr(pe.szExeFile, ProcName))
    		{
    			return pe.th32ProcessID;
    		}
    		retval = Process32Next(thSnapShot, &pe);
    	}
    	return 0;
    }
    BOOL Inject(DWORD pID, const char * DLL_NAME)
    {
    	HANDLE Proc;
    	HMODULE hLib;
    	char buf[50] = { 0 };
    	LPVOID RemoteString, LoadLibAddy;
    
    	if (!pID)
    		return false;
    
    	Proc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pID);
    	if (!Proc)
    	{
    		return false;
    	}
    
    	LoadLibAddy = (LPVOID)GetProcAddress(GetModuleHandle("kernel32.dll"), "LoadLibraryA");
    
    	// Allocate space in the process for our DLL 
    	RemoteString = (LPVOID)VirtualAllocEx(Proc, NULL, strlen(DLL_NAME), MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE);
    
    	// Write the string name of our DLL in the memory allocated 
    	WriteProcessMemory(Proc, (LPVOID)RemoteString, DLL_NAME, strlen(DLL_NAME), NULL);
    
    	// Load our DLL 
    	CreateRemoteThread(Proc, NULL, NULL, (LPTHREAD_START_ROUTINE)LoadLibAddy, (LPVOID)RemoteString, NULL, NULL);
    
    	CloseHandle(Proc);
    	return true;
    }
    Using The Function:
    Code:
    void InjectCrasher()
    {
    	// Get the dll's full path name 
    	char buf[MAX_PATH] = { 0 };
    	GetFullPathName("Crash.dll", MAX_PATH, buf, NULL); // useless
    	Inject(GetTargetThreadIDFromProcName(csgo.exe), "Crash.dll");
    }
    Credits: CS:GO Internal Simple (Paper Source, For Dumb Idiots), Not My Injector (Name In The Title Of The Console)

    THE INJECTOR THAT I RELEASED WAS DETECTED, DO NOT USE OLD INJECTOR. MAKE YOUR OWN INJECTOR OR USE OTHER UD INJECTORS
    <b>Downloadable Files</b> Downloadable Files
    Last edited by T-800; 06-20-2017 at 03:32 PM.

  2. The Following 55 Users Say Thank You to sagaantheepic4 For This Useful Post:

    andrevini123 (06-20-2017),Ashes112 (07-11-2017),BabaPro (12-09-2017),bad16 (06-25-2017),Bukcd (02-17-2018),ChocoBabo (06-20-2017),Chrome_Primus (06-20-2017),chuliin (07-15-2017),corale (10-30-2020),DaddyXOXO (08-24-2017),darkingsdf (06-23-2017),DavidBabescu (07-16-2017),eestimees123 (06-20-2017),fakhriaudi (06-20-2017),fifi123go (06-20-2017),Gamrdude (04-28-2018),geenozzz555 (07-06-2017),GeGko7 (07-06-2019),Gregor1432 (06-20-2017),hafizsul (06-20-2017),Hazemagkekse (07-10-2017),idohadoker1 (06-21-2017),IMKTRuben (06-28-2017),irksa01 (06-26-2017),itsfaultz (06-20-2017),jakelol2 (06-29-2017),jokillerpt (06-20-2017),jopheil (06-20-2017),kakahackers (06-28-2017),kevinhoofddorp (06-20-2017),killeraka (06-21-2017),levi421 (07-15-2017),LimZiTang (06-20-2017),lynerfox (06-20-2017),N0t0rius (06-20-2017),naikanompung (06-20-2017),opelnx (06-27-2017),poor365 (08-10-2017),Predator42 (06-20-2017),purescape (06-20-2017),Putinvodkablyat420 (06-20-2017),RazvanDard (06-20-2017),RueYagami (06-21-2017),S102034 (06-20-2017),sartupfila (06-20-2017),SrAkira (06-20-2017),supermati123123 (12-09-2018),tahagms999 (05-01-2018),takatak123 (06-20-2017),tjd019 (07-13-2017),Tran21812 (02-11-2018),vshot (03-03-2018),whitevalor19 (06-22-2017),xinfong166 (06-20-2017),yaBoiMLGPRO (06-20-2017)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    The file looks good, approved.

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  4. #3
    Putinvodkablyat420's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    MPGH
    Posts
    1,066
    Reputation
    71
    Thanks
    12,081
    My Mood
    Inspired
    Nice release

  5. #4
    KMWTW's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    www.learncpp.com
    Posts
    2,466
    Reputation
    321
    Thanks
    14,450
    My Mood
    Blah
    Nice pastenz.

  6. #5
    sagaantheepic4's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    312
    Reputation
    10
    Thanks
    2,142
    My Mood
    Chatty
    Quote Originally Posted by MaGicSuR View Post
    Nice pastenz.
    I alr talked to certmeme about this, we release hacks that people like. Lets just get along. Lets not be toxic to each other. Sorry for saying shit avout you, but lets end it here. Lets just handle this maturely

    - - - Updated - - -

    Quote Originally Posted by T-800 View Post
    The file looks good, approved.
    Why was the video removed? Did i break any rules? If so sorry, else why?

  7. #6
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    Quote Originally Posted by sagaantheepic4 View Post
    I alr talked to certmeme about this, we release hacks that people like. Lets just get along. Lets not be toxic to each other. Sorry for saying shit avout you, but lets end it here. Lets just handle this maturely

    - - - Updated - - -



    Why was the video removed? Did i break any rules? If so sorry, else why?
    Outside download link, MPGH Rules here

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  8. #7
    sagaantheepic4's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    312
    Reputation
    10
    Thanks
    2,142
    My Mood
    Chatty
    Quote Originally Posted by T-800 View Post
    Outside download link, MPGH Rules here
    Oh, alrite thank you

  9. #8
    parkjason's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can i just open csgo, run the hack and just play without doing that "important" crap?

  10. #9
    Joplin's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Location
    NaziLand
    Posts
    467
    Reputation
    10
    Thanks
    1,753
    Good job you release paper!

  11. #10
    At0cz's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Hack injects, and shows the watermark top left to show it's working, but arrow keys do nothing. I have no menu

  12. #11
    N0t0rius's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    it's not working ..
    Last edited by N0t0rius; 06-20-2017 at 11:31 AM.

  13. #12
    ghkdgudtns's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    10
    My Mood
    Busy
    Quote Originally Posted by At0cz View Post
    Hack injects, and shows the watermark top left to show it's working, but arrow keys do nothing. I have no menu
    Press INS or DEL key... you new?

  14. #13
    sagaantheepic4's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    312
    Reputation
    10
    Thanks
    2,142
    My Mood
    Chatty
    Quote Originally Posted by Joplin View Post
    Good job you release paper!
    You want me to show all the prove in the whole that your whole life is a paste? Cos the last time we talked you had problem even updating ths sigs. I hope you realise how much of a hypocrite you are. At least i am improving the hack unlike you.

    - - - Updated - - -

    Quote Originally Posted by At0cz View Post
    Hack injects, and shows the watermark top left to show it's working, but arrow keys do nothing. I have no menu
    Press insert in game

    - - - Updated - - -

    Quote Originally Posted by N0t0rius View Post
    it's not working ..
    More information.

    - - - Updated - - -

    Quote Originally Posted by T-800 View Post
    Outside download link, MPGH Rules here
    I hope the new video is fine. The link brings it here

Similar Threads

  1. [Outdated] DoomWare | Public | Internal |Multi Hack | June 19, 2017
    By sagaantheepic4 in forum Counter-Strike 2 Hacks
    Replies: 55
    Last Post: 06-20-2017, 06:22 AM
  2. [Outdated] DoomWare | Public | Internal |Multi Hack | Aimbot, Walls, BunnyHop And More
    By sagaantheepic4 in forum Counter-Strike 2 Hacks
    Replies: 62
    Last Post: 06-19-2017, 03:47 AM
  3. [Outdated] Aqua Internal multi hack by Nautical
    By onebadcow in forum Garry's Mod Hacks & Cheats
    Replies: 46
    Last Post: 04-10-2016, 03:52 PM
  4. [Outdated] HLX v1.1 Internal Multi-Hack
    By rwby in forum Counter-Strike 2 Hacks
    Replies: 91
    Last Post: 03-18-2016, 07:26 AM
  5. [Outdated] HLX Internal Multi-Hack - Make MPGH Great Again!
    By rwby in forum Counter-Strike 2 Hacks
    Replies: 84
    Last Post: 03-06-2016, 02:46 PM