Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 08:01

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

Advertisement



WarRock EU - Code Snippets

Discussion on WarRock EU - Code Snippets within the WarRock forum part of the Shooter category.

View Poll Results: Wie findet ihr diesen Thread
Klasse! 78 60.94%
Geht so 17 13.28%
Sinnlos, braucht keiner 33 25.78%
Voters: 128. You may not vote on this poll

Closed Thread
 
Old 11/27/2011, 16:55   #5956
 
xBioK1ngz's Avatar
 
elite*gold: 15
Join Date: Nov 2011
Posts: 556
Received Thanks: 1,002
King7 benutzt momentan keinen Bypass, er benutzt Hardware Breakpoints.
xBioK1ngz is offline  
Old 11/27/2011, 16:57   #5957
 
elite*gold: 0
Join Date: Sep 2011
Posts: 326
Received Thanks: 760
Quote:
Originally Posted by xBioK1ngz View Post
King7 benutzt momentan keinen Bypass, er benutzt Hardware Breakpoints.
Was du wieder rum von mir weißt weil er es mir gesagt hat.

Der Bypass geht NICHT!
SK1LL0R.. is offline  
Thanks
2 Users
Old 11/27/2011, 16:59   #5958
 
elite*gold: 0
Join Date: Nov 2011
Posts: 69
Received Thanks: 46
Quote:
Originally Posted by xBioK1ngz View Post
King7 benutzt momentan keinen Bypass, er benutzt Hardware Breakpoints.

Wasch Labster du ??
King7 Benutzt Ein Bypass
CyberRazzer Wenn Man Keine Anhung hat sollte man leise Sein
iKito' is offline  
Old 11/27/2011, 16:59   #5959
 
xBioK1ngz's Avatar
 
elite*gold: 15
Join Date: Nov 2011
Posts: 556
Received Thanks: 1,002
Quote:
Originally Posted by SK1LL0R.. View Post
Was du wieder rum von mir weißt weil er es mir gesagt hat.

Der Bypass geht NICHT!
Hat das jemand bestritten?
Fühlst dich jetzt cool ?
King7 hat es mir auch selber gesagt!
xBioK1ngz is offline  
Old 11/27/2011, 17:02   #5960
 
elite*gold: 0
Join Date: Sep 2011
Posts: 326
Received Thanks: 760
Quote:
Originally Posted by xBioK1ngz View Post
Hat das jemand bestritten?
Fühlst dich jetzt cool ?
King7 hat es mir auch selber gesagt!
Das hat rein gar nichts mit cool fühlen zu tun du möchtegern Kind von & zu Scheibenwischer
SK1LL0R.. is offline  
Thanks
2 Users
Old 11/27/2011, 17:06   #5961
 
elite*gold: 3
The Black Market: 304/0/0
Join Date: May 2011
Posts: 2,172
Received Thanks: 1,790
Stamina, statt dich mit Sourcen zu kümmern solltest du endlich mal dein Pinned Thread Updaten
Cobra™ is offline  
Thanks
3 Users
Old 11/27/2011, 17:07   #5962
 
elite*gold: 0
Join Date: Apr 2011
Posts: 309
Received Thanks: 343
Quote:
Originally Posted by [WRH]-Chico™ View Post
Stamina, statt dich mit Sourcen zu kümmern solltest du endlich mal dein Pinned Thread Updaten
das stimmt so richtig !!!
irgentwie gehn alle "[DAILY UPDATEs]" threats nichtmehr !!

von dem Bots etc. wurd alles gelöscht (ohne grund) etc !
Tibolus is offline  
Old 11/27/2011, 17:12   #5963
 
xBioK1ngz's Avatar
 
elite*gold: 15
Join Date: Nov 2011
Posts: 556
Received Thanks: 1,002

KING7 >> Hey !
KING7 >> Its my nice bypass !
KING7 >> I am a Pro in Asm!!!
KING7 >> mov eax, dword ptr ds:[esp*4];
KING7 >> ESP*4
KING7 >> Yeah!

Code:
WR-VIP HackShield Bypass -
 
Credits:
 
King7,
VirtualProtect.
 
WwW.WR-ViP.CoM
 
HackShield Latest Version Released By AHNLab Destroyed.
 
 
__declspec(naked) void __cdecl PatchHS1(int v1, long v2, char* v3)
{
//restoring original code
__asm
{
push ebp;
mov ebp, esp;
sub esp, 140;
push edi;
mov edi, v1;
push ebx;
mov ebx, v2;
push esi;
mov v3, esi;
pushad;
mov eax, dword ptr ds:[esp*4];
cmp eax, 0x1000055 //10705
je detect1;
cmp eax, 0x1000181 //10501
je detect2;
pop edi;
pop ebx;
pop esi;
popad;
jmp [oLocation1];
}
 
detect1:
pop edi;
pop ebx;
pop esi;
popad;
jmp [oLocation1];
 
detect2:
pop edi;
pop ebx;
pop esi;
popad;
jmp [oLocation1];
 
}
 
}
 
char* String1 = "AHNHS_CRC32MD5_EXECUTABLE_";
char* String2 = "AHNHS_CRC32MD5_EHSVCMODULE_";
char* String3 = "AHNHS_VMT_BACKUP_TABLE_";
__declspec(naked) void __cdecl PatchHS2(int v1, long v2, int v4, char* v5/*Request*/, int v6)
{
//restoring original code
__asm
{
push ebp;
mov ebp, esp;
sub esp, 360;
pushad;
push esi;
mov v1, esi;
push eax;
mov v2, eax;
push edi;
mov v4, edi;
push ebx;
mov v5, ebx;
mov[v6], 0; //always 0 or detection;
cmp v5, String1;
je Jumpback;
cmp v5, String2;
je Jumpack;
cmp v5, String3;
je Jumpback;
popad
pop eax;
pop edi;
pop ebp;
jmp [oLocation2];
}
 
Jumpback:
__asm
{
popad
pop eax;
pop edi;
pop ebp;
jmp [oLocation2];
}
 
}
 
bool bPatchNotWrited = true;
void HSBypass_RunPatch()
{
for(;;)
{
DWORD hEhSvc = (long)GetModuleHandleA("EHSvc.dll");
if(hEhSvc !=0)
{
 
if(bPatchNotWrited)
{
DetourFunction((PBYTE)(hEhSvc + 0x1A520), (PBYTE)PatchHS1);
DetourFunction((PBYTE)(hEhSvc + 0x1A980), (PBYTE)PatchHS2);
bPatchNotWrited = false;
}
}
 
Sleep(1000);
}
}
 
...
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HSBypass_RunPatch, 0, 0, 0);
 
Enjoy, guyz.
xBioK1ngz is offline  
Old 11/27/2011, 17:17   #5964
 
elite*gold: 0
Join Date: Sep 2011
Posts: 326
Received Thanks: 760
Quote:
Originally Posted by xBioK1ngz View Post

KING7 >> Hey !
KING7 >> Its my nice bypass !
KING7 >> I am a Pro in Asm!!!
KING7 >> ESP*4
KING7 >> Yeah!

Code:
WR-VIP HackShield Bypass -
 
Credits:
 
King7,
VirtualProtect.
 
WwW.WR-ViP.CoM
 
HackShield Latest Version Released By AHNLab Destroyed.
 
 
__declspec(naked) void __cdecl PatchHS1(int v1, long v2, char* v3)
{
//restoring original code
__asm
{
push ebp;
mov ebp, esp;
sub esp, 140;
push edi;
mov edi, v1;
push ebx;
mov ebx, v2;
push esi;
mov v3, esi;
pushad;
mov eax, dword ptr ds:[COLOR="Red"][esp*4];[/COLOR]
cmp eax, 0x1000055 //10705
je detect1;
cmp eax, 0x1000181 //10501
je detect2;
pop edi;
pop ebx;
pop esi;
popad;
jmp [oLocation1];
}
 
detect1:
pop edi;
pop ebx;
pop esi;
popad;
jmp [oLocation1];
 
detect2:
pop edi;
pop ebx;
pop esi;
popad;
jmp [oLocation1];
 
}
 
}
 
char* String1 = "AHNHS_CRC32MD5_EXECUTABLE_";
char* String2 = "AHNHS_CRC32MD5_EHSVCMODULE_";
char* String3 = "AHNHS_VMT_BACKUP_TABLE_";
__declspec(naked) void __cdecl PatchHS2(int v1, long v2, int v4, char* v5/*Request*/, int v6)
{
//restoring original code
__asm
{
push ebp;
mov ebp, esp;
sub esp, 360;
pushad;
push esi;
mov v1, esi;
push eax;
mov v2, eax;
push edi;
mov v4, edi;
push ebx;
mov v5, ebx;
mov[v6], 0; //always 0 or detection;
cmp v5, String1;
je Jumpback;
cmp v5, String2;
je Jumpack;
cmp v5, String3;
je Jumpback;
popad
pop eax;
pop edi;
pop ebp;
jmp [oLocation2];
}
 
Jumpback:
__asm
{
popad
pop eax;
pop edi;
pop ebp;
jmp [oLocation2];
}
 
}
 
bool bPatchNotWrited = true;
void HSBypass_RunPatch()
{
for(;;)
{
DWORD hEhSvc = (long)GetModuleHandleA("EHSvc.dll");
if(hEhSvc !=0)
{
 
if(bPatchNotWrited)
{
DetourFunction((PBYTE)(hEhSvc + 0x1A520), (PBYTE)PatchHS1);
DetourFunction((PBYTE)(hEhSvc + 0x1A980), (PBYTE)PatchHS2);
bPatchNotWrited = false;
}
}
 
Sleep(1000);
}
}
 
...
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HSBypass_RunPatch, 0, 0, 0);
 
Enjoy, guyz.
mov eax, dword ptr ds:[esp+4];

lol wenn dann schon richtig xD
€: Man hat der Hängetitten.
SK1LL0R.. is offline  
Thanks
2 Users
Old 11/27/2011, 17:19   #5965
 
xBioK1ngz's Avatar
 
elite*gold: 15
Join Date: Nov 2011
Posts: 556
Received Thanks: 1,002
Quote:
Originally Posted by SK1LL0R.. View Post
mov eax, dword ptr ds:[esp+4];

lol wenn dann schon richtig xD
€: Man hat der Hängetitten.
Nein der ASM Pro King7 sagt es mit ESP*4

Ja und voll große eklige n1pp3l unso..

PS INFO AUS GAMERSFIRST FORUM!
Quote:
Hello!

We decide to remove some protection from execute file becouse it begin to be very slow. But, Ahnlab C is ready to do his AntiCheat most powerful.

Regards, Staff.
xBioK1ngz is offline  
Old 11/27/2011, 18:31   #5966
 
elite*gold: 26
The Black Market: 288/1/0
Join Date: Dec 2010
Posts: 4,343
Received Thanks: 2,395
Code:
		  if(STW)
		{
			if(GetAsyncKeyState(VK_LBUTTON))
			{
			const BYTE STW_on[3] = { 0x90,0x90,0x90 };
			{
			DWORD dwProtect;
			VirtualProtect((void*)(ADR_ASM_STW), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
			memcpy((void*)(ADR_ASM_STW), &STW_on, 3);
			VirtualProtect((void*)(ADR_ASM_STW), 3, dwProtect, NULL);
			}
			}
				if(!GetAsyncKeyState(VK_LBUTTON))
				{
				const BYTE STW_off[3] = { ADR_ASM_STW_OFF };
				{
				DWORD dwProtect;
				VirtualProtect((void*)(ADR_ASM_STW), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
				memcpy((void*)(ADR_ASM_STW), &STW_off, 3);
				VirtualProtect((void*)(ADR_ASM_STW), 3, dwProtect, NULL);
				}
				}
		}
		if(STW==0)
		{
				const BYTE STW_off[3] = { ADR_ASM_STW_OFF };
				{
				DWORD dwProtect;
				VirtualProtect((void*)(ADR_ASM_STW), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
				memcpy((void*)(ADR_ASM_STW), &STW_off, 3);
				VirtualProtect((void*)(ADR_ASM_STW), 3, dwProtect, NULL);
			}
		}
vom kollegen geleecht
hero9910 is offline  
Old 11/27/2011, 18:51   #5967
 
Warrocker515's Avatar
 
elite*gold: 6
Join Date: Aug 2011
Posts: 202
Received Thanks: 100
hi,
ich brauche codes für meinen KD-Rechner,den ich mit Visual Basic 2008 mache.
Ich brauche Codes das die KD in maximal 4 Zahlen angezeig wird


mfg Warrocker515
Warrocker515 is offline  
Old 11/27/2011, 22:10   #5968
 
elite*gold: 0
Join Date: Oct 2011
Posts: 89
Received Thanks: 64
TextBox3.Text = TextBox1.Text.Tointeger / TextBox2.Text.ToInteger
TextBox3.MaxLength = 4


Ausm kopf geschrieben sollte etwa stimmen..Ansonsten haste halt den ansatz
WarFk is offline  
Old 11/27/2011, 22:39   #5969
 
Warrocker515's Avatar
 
elite*gold: 6
Join Date: Aug 2011
Posts: 202
Received Thanks: 100
Quote:
Originally Posted by WarFk View Post
TextBox3.Text = TextBox1.Text.Tointeger / TextBox2.Text.ToInteger
TextBox3.MaxLength = 4


Ausm kopf geschrieben sollte etwa stimmen..Ansonsten haste halt den ansatz
geht leider nicht -.-
Warrocker515 is offline  
Old 11/27/2011, 23:25   #5970
 
xBioK1ngz's Avatar
 
elite*gold: 15
Join Date: Nov 2011
Posts: 556
Received Thanks: 1,002
Ich habe schon jetzt von vielen Codern erfahren, das ihr Speed nicht geht, und musste sie erinnern, das Speed mit Double jetzt ist!
Also denkt daran!
xBioK1ngz is offline  
Closed Thread


Similar Threads Similar Threads
WTB Flyff Source code snippets
04/01/2012 - Flyff Trading - 0 Replies
Hellow I posted this because I wanted to buy a fix scroll of unbinding.Which removes soul-link of an item.If you have its code snippets PM me.Don't sell me a code which is release because all of them are not working.I wanted to buy a fix one and a non-buggy code Payment:via Paypal
[Autoit] Youtube Code Snippets
07/29/2011 - AutoIt - 5 Replies
Tag Zusammen. Wie wohl die meisten von euch mitbekommen haben, bieten derzeit sehr viele User hier sogenannte Youtube Services an, bei denen man Abos, Likes, Dislikes etc. kaufen kann. Doch wer wirklich Erfolg haben will, braucht natürlich viele Abonnenten und Likes, was per Hand Tage dauern würde. Deshalb werden hier in letzter Zeit immer mehr Youtube Bots verkauft. Was, wie ich finde, ein ziemliche Abzocke ist, da das meist nur sehr schlechte Bots sind, die lediglich den Internet...
Some Code-Snippets[PSERVER]
07/15/2011 - Kal Hacks, Bots, Cheats & Exploits - 17 Replies
This is the code of the hack which Fremo released.. I got new methods so I dont need this anymore & maybe it'll help some people... G31 Adult Skill if(comboBox4->Text=="Panther'crit'") { KC->Chat(255," Panther Skill ON"); KC->Threads=1; KC->lasttime = timeGetTime()-15000; } else if(comboBox4->Text=="Tiger'otp'")
[Release] Code Snippets Manager
01/21/2011 - Coding Releases - 0 Replies
Code Snippets Manager http://upit.cc/images/1d47d78e.jpg Hab mich heute mal rangesetzt, und einen kleinen Manager für Code-Snippets(Code-Fetzen) gecodet, da ich alles sortiert in einer Anwendung wollte. Da es sicherlich jemand nützlich finden wird, lad ich es hier mal hoch.



All times are GMT +1. The time now is 08:01.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.