Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 03:27

  • 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 08/04/2011, 17:08   #4801
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1
Received Thanks: 2
Korea WarRock HS Bypass

Code:
void WriteASM(DWORD dwAddy, DWORD dwASM, int len)
{
	unsigned long Protection;
	VirtualProtect((void*)dwAddy, len, PAGE_EXECUTE_READWRITE, &Protection);
	memcpy((void*)dwAddy, (const void*)dwASM, len);
	VirtualProtect((void*)dwAddy, len, Protection, NULL);
}

void HSBypass()
{
	DWORD cEHSvc = (long)GetModuleHandle("EHSvc.dll");
	if(cEHSvc !=0)
	{
		WriteASM((DWORD)0x006227E7, (DWORD)(PBYTE)"\x90\xE9", 2);
		WriteASM((DWORD)cEHSvc+0x322EF, (DWORD)(PBYTE)"\x31", 1);
		WriteASM((DWORD)cEHSvc+0x34D6E, (DWORD)(PBYTE)"\x31", 1);
		WriteASM((DWORD)cEHSvc+0x3385F, (DWORD)(PBYTE)"\x31", 1);
		WriteASM((DWORD)cEHSvc+0x3639E, (DWORD)(PBYTE)"\x31", 1);
		WriteASM((DWORD)cEHSvc+0x4FB9F, (DWORD)(PBYTE)"\xEB", 1);
		WriteASM((DWORD)cEHSvc+0x4FC86, (DWORD)(PBYTE)"\xEB", 1);
		WriteASM((DWORD)cEHSvc+0x4FD74, (DWORD)(PBYTE)"\xEB", 1);
		WriteASM((DWORD)cEHSvc+0x15120, (DWORD)(PBYTE)"\xC3", 1);
		WriteASM((DWORD)cEHSvc+0x26997, (DWORD)(PBYTE)"\x90\x90", 2);
		WriteASM((DWORD)cEHSvc+0x15620, (DWORD)(PBYTE)"\x90\x90", 2);
		WriteASM((DWORD)cEHSvc+0x7225C, (DWORD)(PBYTE)"\xC2\x04\x00", 3);
		WriteASM((DWORD)cEHSvc+0x34D6C, (DWORD)(PBYTE)"\x8B\x4D\x90\x90\x90", 5);
	}
}
version 5.5.6.131
djxorwkd11 is offline  
Thanks
2 Users
Old 08/05/2011, 16:13   #4802
 
elite*gold: 0
Join Date: Aug 2011
Posts: 327
Received Thanks: 346
Release :
.McMy™ :) is offline  
Old 08/05/2011, 16:33   #4803
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
// WTW Memory by Büny™ - Give Credits
if(Wtw)
{
*(double*)(ADR_MEM_WTW1) = 0;
*(double*)(ADR_MEM_WTW2) = 1;
}
Angel-Piece is offline  
Thanks
1 User
Old 08/05/2011, 16:33   #4804
 
Büny :)'s Avatar
 
elite*gold: 1
Join Date: Jun 2011
Posts: 302
Received Thanks: 367
// WTW Memory by Büny™ - Give Credits
if(WTW == 1)
{
*(double*)(ADR_MEM_WTW1) = 0; // Genau wie ASM WTW, nur als Memory.
}
if(WTW == 2)
{
*(double*)(ADR_MEM_WTW1) = 0;
*(double*)(ADR_MEM_WTW2) = 1; // Man fällt nicht in den Boden rein, nur durch die Wände kann man laufen.
}

Edit: Pascal du fisch xD
Edit2: Die jetzigen Adressen muss ich erst wieder suchen, dann poste ich die auch.
Büny :) is offline  
Thanks
2 Users
Old 08/05/2011, 20:00   #4805
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
Quote:
Originally Posted by .McMy™ :) View Post
Release :
nur als anmerkung "NoReSpawn" is der falsche begriff :P

hier:

Code:
if(InPWRoom)
{
WriteASM((void*)ASM_PWROOM,(PBYTE)"\xEB\x58\x76",3);
}
else
{
WriteASM((void*)ASM_PWROOM,(PBYTE)"\x21\x58\x76",3);
}
R3d~F!st is offline  
Old 08/06/2011, 09:49   #4806
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
Quote:
Originally Posted by R3d~F!st View Post
nur als anmerkung "NoReSpawn" is der falsche begriff :P

hier:

Code:
if(InPWRoom)
{
WriteASM((void*)ASM_PWROOM,(PBYTE)"\xEB\x58\x76",3);
}
else
{
WriteASM((void*)ASM_PWROOM,(PBYTE)"\x21\x58\x76",3);
}
was soll das sein no pw restriction? das du auch 1 buchstaben in das pw fenster setzen kannst oder wie?
Angel-Piece is offline  
Old 08/06/2011, 09:49   #4807
 
Neqqa™'s Avatar
 
elite*gold: 6
Join Date: Mar 2010
Posts: 1,184
Received Thanks: 834
Quote:
if(InPWRoom)
{
WriteASM((void*)ASM_PWROOM,(PBYTE)"\xEB\x58\x76",3 );
}
else
{
WriteASM((void*)ASM_PWROOM,(PBYTE)"\x21\x58\x76",3 );
}
heißt das,das man in Passwort gesicherte Räume kommt ?
Neqqa™ is offline  
Old 08/06/2011, 10:07   #4808
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
Quote:
Originally Posted by Neqqa™ View Post
heißt das,das man in Passwort gesicherte Räume kommt ?
na sowas gibt es nicht


kann jemand dumped wr.exe + ehsvc.dll hochladen?
Angel-Piece is offline  
Old 08/06/2011, 12:09   #4809
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
doch Angel des umgeht den PW Schutz :P

€: hab ich auch für CombatArms & AssaultCube DD
R3d~F!st is offline  
Old 08/06/2011, 12:18   #4810
 
elite*gold: 0
Join Date: Jul 2011
Posts: 166
Received Thanks: 317
Angel komm Skype da kann ich dir beides Senden!
Unknow0119 is offline  
Old 08/06/2011, 12:36   #4811
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
Quote:
Originally Posted by R3d~F!st View Post
doch Angel des umgeht den PW Schutz :P

€: hab ich auch für CombatArms & AssaultCube DD
ah lol da ist warrock wo mal wieder gefailed das man das auch umgehen kann
Angel-Piece is offline  
Old 08/06/2011, 12:53   #4812
 
Neqqa™'s Avatar
 
elite*gold: 6
Join Date: Mar 2010
Posts: 1,184
Received Thanks: 834
Quote:
ah lol da ist warrock wo mal wieder gefailed das man das auch umgehen kann
echt ein fail^^

@Red, hast du das schon getestet
Neqqa™ is offline  
Old 08/06/2011, 12:56   #4813
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
jop :P hab auch lvlsperre disabled DDD
geil als lvl 44 gg 7 lvl 1-10 :P
R3d~F!st is offline  
Thanks
2 Users
Old 08/06/2011, 13:09   #4814
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
Quote:
Originally Posted by R3d~F!st View Post
jop :P hab auch lvlsperre disabled DDD
geil als lvl 44 gg 7 lvl 1-10 :P
i goes pro 2 min suchen und ich habe glaube ich die addy damit man die lvl speere umgehen kann
Angel-Piece is offline  
Old 08/06/2011, 14:20   #4815

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,976
Received Thanks: 11,388
Da hat Warrock nicht gefailt. Wie sollten sonst Admins in Passwort Räume kommen
xxfabbelxx 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 +2. The time now is 03:33.


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.