Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 18:41

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[24/7] [ | Chapter 3 l ] Platinum-WR Private Server

Discussion on [24/7] [ | Chapter 3 l ] Platinum-WR Private Server within the WarRock forum part of the Shooter category.

Reply
 
Old 10/24/2014, 16:29   #16
 
Sleutel's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 746
Received Thanks: 567
Looks like a kid of 12 years old made that website..
Sleutel is offline  
Thanks
1 User
Old 10/24/2014, 16:43   #17
 
elite*gold: 0
Join Date: Jul 2013
Posts: 274
Received Thanks: 186
Quote:
Originally Posted by Sleutel View Post
Looks like a kid of 12 years old made that website..
I believe its a copy of a website by ToxiiC, but I thought hes 11
wa-sta is offline  
Thanks
1 User
Old 10/24/2014, 18:00   #18
 
elite*gold: 0
Join Date: Oct 2012
Posts: 23
Received Thanks: 2
Hello ePvP ,
I Am Years Old 21.
ı can create warock server. pls donate.

good days.
sandalye12 is offline  
Thanks
1 User
Old 10/24/2014, 19:20   #19
 
matze12320's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 279
Received Thanks: 101
Quote:
Originally Posted by sandalye12 View Post
Hello ePvP ,
I Am Years Old 21.
ı can create warock server. pls donate.

good days.
Hahahaha Really? your english is so sad
matze12320 is offline  
Thanks
1 User
Old 10/24/2014, 20:50   #20
 
elite*gold: 0
Join Date: Oct 2014
Posts: 36
Received Thanks: 23
Quote:
Originally Posted by Frankfurt1337 View Post
(like all, except of UW)
Code:
VOID ClientMissmatch() {
	MessageBoxA(GetActiveWindow(), "This hack only works on UnitedWar!", "< raz0r Cheats >", MB_OK);
}

BOOL CheckWarRockVersion()
{
	while (!GetModuleHandleA("dsetup.dll")) Sleep(1);
	CModule *pModule = new CModule();
	pModule->Address = (DWORD)GetModuleHandleA("dsetup.dll");
	pModule->Size = 0x00A6D000;

	DWORD ADR_VersionCheck = pModule->ScanPattern((PBYTE)"\x56\x8B\xF0\x57\x83\xFE\x04\x72\x00\x8D\xA4\x24\x00\x00\x00\x00\x8B\x02\x3B\x01", "xxxxxxxx?xxxxxxxxxxx", 0, 0);
	if (*(DWORD*)(ADR_VersionCheck) == 0x57F08B56)
		return TRUE;
	else
		return FALSE;
}

BOOL InitializeGameWatcherBypass()
{
	while (!GetModuleHandleA("dsetup.dll")) Sleep(1);
	CModule *pModule = new CModule();
	pModule->Address = (DWORD)GetModuleHandleA("dsetup.dll");
	pModule->Size = 0x00A6D000;

	if (!CheckWarRockVersion())
	{
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ClientMissmatch, 0, 0, 0);
		Sleep(5000);
		ExitProcess(0);
		return FALSE;
	}

	DWORD ADR_SelfCRC = pModule->ScanPattern((PBYTE)"x", "xxx????x????x????xxxxxxxxx", 0, 0);
	DWORD ADR_ModuleScan = pModule->ScanPattern((PBYTE)"x", "x?x????xx????xxx????x????xxxxx????xxx", 0, 0);
	DWORD ADR_D3DScan1 = pModule->ScanPattern((PBYTE)"x", "x????xxxxx?xxx?xx????xxx?xxx?xx", 0, 0);
	DWORD ADR_D3DScan2 = pModule->ScanPattern((PBYTE)"x", "xxxxx?xx????xxxx????xxx?x????", 0, 0);
	DWORD ADR_MutexCheck = pModule->ScanPattern((PBYTE)"x", "x?xx????x????xx????xxx????xxx????", 0, 0);
	DWORD ADR_CRCCall = pModule->ScanPattern((PBYTE)"x", "x????x????x????xxx?xxx????x????x????xx????", 0, 0);

	CMemory::Patch(ADR_SelfCRC, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_ModuleScan, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_D3DScan1, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_D3DScan2, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_MutexCheck, (PBYTE)"\xEB", 1);
	CMemory::Patch(ADR_CRCCall, (PBYTE)"\x90\x90\x90\x90\x90", 5);
	return TRUE;
}
Best security ever
r_a_z_0_r is offline  
Thanks
2 Users
Old 10/24/2014, 23:16   #21
 
Cyno™'s Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 854
Received Thanks: 2,482
Quote:
Originally Posted by r_a_z_0_r View Post
Code:
VOID ClientMissmatch() {
	MessageBoxA(GetActiveWindow(), "This hack only works on UnitedWar!", "< raz0r Cheats >", MB_OK);
}

BOOL CheckWarRockVersion()
{
	while (!GetModuleHandleA("dsetup.dll")) Sleep(1);
	CModule *pModule = new CModule();
	pModule->Address = (DWORD)GetModuleHandleA("dsetup.dll");
	pModule->Size = 0x00A6D000;

	DWORD ADR_VersionCheck = pModule->ScanPattern((PBYTE)"\x56\x8B\xF0\x57\x83\xFE\x04\x72\x00\x8D\xA4\x24\x00\x00\x00\x00\x8B\x02\x3B\x01", "xxxxxxxx?xxxxxxxxxxx", 0, 0);
	if (*(DWORD*)(ADR_VersionCheck) == 0x57F08B56)
		return TRUE;
	else
		return FALSE;
}

BOOL InitializeGameWatcherBypass()
{
	while (!GetModuleHandleA("dsetup.dll")) Sleep(1);
	CModule *pModule = new CModule();
	pModule->Address = (DWORD)GetModuleHandleA("dsetup.dll");
	pModule->Size = 0x00A6D000;

	if (!CheckWarRockVersion())
	{
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ClientMissmatch, 0, 0, 0);
		Sleep(5000);
		ExitProcess(0);
		return FALSE;
	}

	DWORD ADR_SelfCRC = pModule->ScanPattern((PBYTE)"x", "xxx????x????x????xxxxxxxxx", 0, 0);
	DWORD ADR_ModuleScan = pModule->ScanPattern((PBYTE)"x", "x?x????xx????xxx????x????xxxxx????xxx", 0, 0);
	DWORD ADR_D3DScan1 = pModule->ScanPattern((PBYTE)"x", "x????xxxxx?xxx?xx????xxx?xxx?xx", 0, 0);
	DWORD ADR_D3DScan2 = pModule->ScanPattern((PBYTE)"x", "xxxxx?xx????xxxx????xxx?x????", 0, 0);
	DWORD ADR_MutexCheck = pModule->ScanPattern((PBYTE)"x", "x?xx????x????xx????xxx????xxx????", 0, 0);
	DWORD ADR_CRCCall = pModule->ScanPattern((PBYTE)"x", "x????x????x????xxx?xxx????x????x????xx????", 0, 0);

	CMemory::Patch(ADR_SelfCRC, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_ModuleScan, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_D3DScan1, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_D3DScan2, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_MutexCheck, (PBYTE)"\xEB", 1);
	CMemory::Patch(ADR_CRCCall, (PBYTE)"\x90\x90\x90\x90\x90", 5);
	return TRUE;
}
Best security ever
Dirty C with classes containing memory leaks like a baws
Cyno™ is offline  
Thanks
4 Users
Old 10/25/2014, 09:36   #22
 
Phantom.'s Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 1,510
Received Thanks: 3,014
Quote:
Originally Posted by r_a_z_0_r View Post
Code:
VOID ClientMissmatch() {
	MessageBoxA(GetActiveWindow(), "This hack only works on UnitedWar!", "< raz0r Cheats >", MB_OK);
}

BOOL CheckWarRockVersion()
{
	while (!GetModuleHandleA("dsetup.dll")) Sleep(1);
	CModule *pModule = new CModule();
	pModule->Address = (DWORD)GetModuleHandleA("dsetup.dll");
	pModule->Size = 0x00A6D000;

	DWORD ADR_VersionCheck = pModule->ScanPattern((PBYTE)"\x56\x8B\xF0\x57\x83\xFE\x04\x72\x00\x8D\xA4\x24\x00\x00\x00\x00\x8B\x02\x3B\x01", "xxxxxxxx?xxxxxxxxxxx", 0, 0);
	if (*(DWORD*)(ADR_VersionCheck) == 0x57F08B56)
		return TRUE;
	else
		return FALSE;
}

BOOL InitializeGameWatcherBypass()
{
	while (!GetModuleHandleA("dsetup.dll")) Sleep(1);
	CModule *pModule = new CModule();
	pModule->Address = (DWORD)GetModuleHandleA("dsetup.dll");
	pModule->Size = 0x00A6D000;

	if (!CheckWarRockVersion())
	{
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ClientMissmatch, 0, 0, 0);
		Sleep(5000);
		ExitProcess(0);
		return FALSE;
	}

	DWORD ADR_SelfCRC = pModule->ScanPattern((PBYTE)"x", "xxx????x????x????xxxxxxxxx", 0, 0);
	DWORD ADR_ModuleScan = pModule->ScanPattern((PBYTE)"x", "x?x????xx????xxx????x????xxxxx????xxx", 0, 0);
	DWORD ADR_D3DScan1 = pModule->ScanPattern((PBYTE)"x", "x????xxxxx?xxx?xx????xxx?xxx?xx", 0, 0);
	DWORD ADR_D3DScan2 = pModule->ScanPattern((PBYTE)"x", "xxxxx?xx????xxxx????xxx?x????", 0, 0);
	DWORD ADR_MutexCheck = pModule->ScanPattern((PBYTE)"x", "x?xx????x????xx????xxx????xxx????", 0, 0);
	DWORD ADR_CRCCall = pModule->ScanPattern((PBYTE)"x", "x????x????x????xxx?xxx????x????x????xx????", 0, 0);

	CMemory::Patch(ADR_SelfCRC, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_ModuleScan, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_D3DScan1, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_D3DScan2, (PBYTE)"\xC3", 1);
	CMemory::Patch(ADR_MutexCheck, (PBYTE)"\xEB", 1);
	CMemory::Patch(ADR_CRCCall, (PBYTE)"\x90\x90\x90\x90\x90", 5);
	return TRUE;
}
Best security ever
btw ist unser Anti Cheat im moment deaktiviert, da wir im moment kleine Probleme haben. Sobald es wieder aktiv ist kriegst DU keinen Bypass, Hack oder sonstiges mehr hin
Phantom. is offline  
Old 10/25/2014, 10:40   #23
 
TheMscEntertainment's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 798
Received Thanks: 1,134
Die Prozentzeichen werden nach den Zahlen ausgeschrieben
TheMscEntertainment is offline  
Old 10/25/2014, 10:42   #24
 
Frankfurt1337's Avatar
 
elite*gold: 10
Join Date: Sep 2014
Posts: 159
Received Thanks: 51
Quote:
Originally Posted by TheMscEntertainment View Post
Die Prozentzeichen werden nach den Zahlen ausgeschrieben
So nicht wart es in der Türkei, ehrenwerter Freund.
Frankfurt1337 is offline  
Old 10/25/2014, 13:47   #25
 
Singlecore's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 98
Received Thanks: 80
Quote:
Originally Posted by sayaloli3 View Post
ne eigdl ned wenn du ned glaubst frag ihn selbst^^
Ok Mr. [H-GM] Saya xD
Singlecore is offline  
Old 10/28/2014, 14:04   #26
 
elite*gold: 0
Join Date: Oct 2012
Posts: 23
Received Thanks: 2
thread updated !
Server Online !
Anti-Hack System Updated.
sandalye12 is offline  
Old 10/28/2014, 17:10   #27


 
saya's Avatar
 
elite*gold: 8
Join Date: Jul 2012
Posts: 1,563
Received Thanks: 223
Quote:
Originally Posted by Singlecore View Post
Ok Mr. [H-GM] Saya xD
wasch laberschst du da? ehyy ? XD
saya is offline  
Old 10/30/2014, 02:28   #28
 
elite*gold: 0
Join Date: Aug 2014
Posts: 11
Received Thanks: 0
vous pouvez mettre dans le mega no ?
josesamuelmarcela is offline  
Old 10/30/2014, 11:33   #29
 
elite*gold: 0
Join Date: Oct 2012
Posts: 23
Received Thanks: 2
Topic Updated.
Mega Link : Uploading.

Quote:
Originally Posted by josesamuelmarcela View Post
vous pouvez mettre dans le mega no ?
mega uploaded.


.
sandalye12 is offline  
Reply


Similar Threads Similar Threads
[24/7 | Chapter 3] UnitedWar Private Server
12/02/2014 - WarRock - 597 Replies
http://i.imgur.com/kB89KIM.png http://i.imgur.com/74uij3V.png http://i.imgur.com/VldXwqQ.png http://i.imgur.com/oXhRXZE.png
ICE DRAGONICA [Private server chapter 3]
07/29/2014 - Dragonica Private Server - 41 Replies
hello All I have creat my server ( yes an other private serveur) http://img7.xooimage.com/files/8/6/b/fzt1s-312d93 3.png But , we are creat us server since october 2011, We're Icedragonica ! :) this is the link of the forum: IceDR :: Serveur privé Dragonica What is the rate?
[REQUEST] Warrock chapter 1 private server
05/07/2014 - WarRock - 6 Replies
well, the title says everything i want it because chapter 1 is the best chapter ever :D Kind Regards, hollandslegend
[BETA] TrinityWar Chapter 1 Private Server
10/28/2012 - WarRock - 179 Replies
What is TrinityWar? TrinityWar is a WarRock chapter 1 private server, and it is currently in open beta! How can I play? Just register on website and download the game My account is banned? You need a valid account before you can play on TrinityWar! What is the website?



All times are GMT +2. The time now is 18:41.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.