CoolOutdatedDoomWare | Public | Internal |Multi Hack | June 24, 2017

Posts 113 of 13 · Page 1 of 1
DoomWare | Public | Internal |Multi Hack | June 24, 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 (UNSAFE, UNTRUSTED BAN)
>CLAN TAG CHANGER
>BUNNYHOP
>AUTO STRAFE
>AUTO SHOOT
>TRIGGERBOT
>CHAT SPAM
>NO RECOIL
>AIMBOT FOV
>SILENT
>SKELETON (FIXED)
>IS SCOPED
>HEAD CROSS
>HAS DEFUSE KIT
>IS DEFUSING
>HAS HELMET
>AND MORE THAT I CANT BE BOTHERED TO WRITE

Change Logs:
>FIXED SKELETON
>MADE COMPE RANK REVEAL NOT AS LAGGY
>CHANGED SIGNATURE
>HEAD CROSS IS SLIGHTLY BETTER ( WILL MAKE IT DEAD ON TMR )

Things To Do:
>MORE ANTI AIMS
>AUTO WALL (COMING SOON, ALR IN THE MAKING )
>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 Base (aphu), Not My Injector (Name In The Title Of The Console), Skeleton @certmemer

THE INJECTOR THAT I RELEASED WAS DETECTED, DO NOT USE OLD INJECTOR. MAKE YOUR OWN INJECTOR OR USE OTHER UD INJECTORS
DoomWareInternal_mpgh.net.zip37 KB · 462 downloads Clean
Hi, can u please add a new injector(which you use, for example) because I don't know what is safe and I don't want to get rekted by Valve Anti-Cheat
I got untrusted from overwatch while using this yesterday. yet i i hadn't played a competitive in weeks. I wasn't even using aimbot, i just had esp on in casual. How is this possible? And no I had been playing legit up until i tried this. And i used extreme injector, and used it using the safe method.
Quote Originally Posted by draZorr View Post
I got untrusted from overwatch while using this yesterday. yet i i hadn't played a competitive in weeks. I wasn't even using aimbot, i just had esp on in casual. How is this possible? And no I had been playing legit up until i tried this. And i used extreme injector, and used it using the safe method.
only anti aim gives untrusted bans in my hack, so i think its the injector or smt else
how do you inject the cheat?
Aimbot shoots at hostages, when I have anti-aim enable, auto-shoot doesn't work correctly, please fix!
+Aimbot stops shooting after 1 bullet with duelies, and sometimes just stops shooting with normal guns (ak47, m4, scar20)
Quote Originally Posted by LennyIzHere View Post
Aimbot shoots at hostages, when I have anti-aim enable, auto-shoot doesn't work correctly, please fix!
+Aimbot stops shooting after 1 bullet with duelies, and sometimes just stops shooting with normal guns (ak47, m4, scar20)
bro, thanks for the feedback, will look into it. this could be the last version cos of my dumbass
Suggestions for injectors? Haven't seen any on MPGH.
Can I still use this?Free hacks usually get detected after 20 hours and its 17 gone...
I just got banned, by VAC, LOL. I should have waited for the updated version! (used extreme injector)
Quote Originally Posted by TekkenAmERD View Post
Vac banned
sorry about that, its a free cheat, i am releasing a update today, so dont worry
Posts 113 of 13 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?