Register for your free account! | Forgot your password?

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

  • 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 06/29/2012, 12:06   #7306
 
CyberVeezy :)'s Avatar
 
elite*gold: 1
Join Date: Oct 2011
Posts: 1,117
Received Thanks: 1,520
Quote:
Originally Posted by BlackLegend™# View Post
Credits: Zu wem auch immer.(Ich glaube King nicht..)
-> Sofort beim Einloggen vom Server "Fremdprogramm entdeckt" bekommen.. ( Bypass )
CyberVeezy :) is offline  
Thanks
1 User
Old 06/29/2012, 14:22   #7307
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
Quote:
Originally Posted by CyberVeezy :) View Post
-> Sofort beim Einloggen vom Server "Fremdprogramm entdeckt" bekommen.. ( Bypass )
This is The Problem of a Copy & Paster ur All to stupid to get Something working
so if ur to stupid to get a working better learn C++ or learn to use google
Angel-Piece is offline  
Thanks
3 Users
Old 06/29/2012, 14:32   #7308
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
In dieser Adresse (0x9457F) soll eigentlich der Wert des eax-Registers geändert werden, was in der oben stehenden Source nicht geschieht.
NikM is offline  
Thanks
1 User
Old 06/29/2012, 14:32   #7309
 
elite*gold: 0
Join Date: Jan 2012
Posts: 438
Received Thanks: 511
Quote:
Originally Posted by CyberVeezy :) View Post
-> Sofort beim Einloggen vom Server "Fremdprogramm entdeckt" bekommen.. ( Bypass )
Vielleicht schaffste es ja mit King7 Bypass ( )
Code:
ADR_HSCallBack1 0x7907a  // BYTE To Use 0xC3
ADR_HSCallBack2 0x09fa8  // BYTE To Use 0x74
ADR_HSNanoScan1 0x96863  // BYTE To Use 0x03,0xD2
ADR_HSNanoScan2 0x9457F  // BYTE To Use 0xB8,0x00,0x00,0x00,0x00


void DetouringHackShield (void)
{  
	DWORD hEhSvc = (DWORD)GetModuleHandle("EhSvc.dll");
	if ( hEhSvc !=0 )
	{
	 DWORD ADR_HSCallBack1 = Tools.SearchPattern(hEhSvc,0x11E000,"558BEC83EC??535657894DE0",ASM,0);
	 DWORD ADR_HSCallBack2 = Tools.SearchPattern(hEhSvc,0x11E000,"83C4??85DB75??55E8????????83C4??33??",ASM,5);	
	 DWORD ADR_HSNanoScan1 = Tools.SearchPattern(hEhSvc,0x11E000,"8B45??03C28945??837DDC??",ASM,3);	
	 DWORD ADR_HSNanoScan2 = Tools.SearchPattern(hEhSvc,0x11E000,"8B55??52E8????????83C4148945??837DE400",ASM,4);


				   BYTE bpJe         [1] = { 0x74 };
				   BYTE bpRetnA      [1] = { 0xC3 };

	Tools.BPPatching((void*)(ADR_HSCallBack2),bpJe,1);    //EhSvc.dll   CRC Check new actualy working
	Tools.BPPatching((void*)(ADR_HSCallBack1),bpRetnA,1); //EhSvc.dll   Main EhSvc.dll Kill all HS ERROR

				bool FirstLog  = true;
				bool SecondLog = false;
		  do{
							DWORD Pointer = *(DWORD*)ADR_ServerPTR;
							if ( Pointer != 0 && FirstLog && !SecondLog )
							{
								   BYTE bpAddEdx         [2]= { 0x03,0xD2 };
								   BYTE bpMovEax         [5]= { 0xB8,0x00,0x00,0x00,0x00 };

									   Tools.BPPatching((void*)(ADR_HSNanoScan1),bpAddEdx,2);    // HS Sub Main Forcing Detection 1 
									   Tools.BPPatching((void*)(ADR_HSNanoScan2),bpMovEax,5);    // HS Sub Call Forcing Detection 2

												  Sleep(5000);

								   BYTE NanoScan1OFF     [2]= { 0x03,0xC2 };
										Tools.BPPatching((void*)(ADR_HSNanoScan1),NanoScan1OFF,2); // Restoring after 5 second inside server

										FirstLog = false;
										SecondLog = true;
							 }
							 if ( Pointer == 0 && SecondLog )
							 {
								 BYTE BTOFFanoScan2   [5] = { 0xE8,0xFE,0x17,0x00,0x00 };        // Restoing if server is == 0

											Tools.BPPatching((void*)(ADR_HSNanoScan2),BTOFFanoScan2,5); 

										FirstLog  = true;
										SecondLog = false;

							 } Sleep(20);
			 }while(TRUE);
	   
	   }else{
									 Tools.AddLog("%s - Error: HackShield module not found!\n",Tools.AddTime());			 
									 ExitProcess(TRUE);                                  
	        }
}
All Credits to King7!
Chown¡¡qhtz is offline  
Old 06/29/2012, 15:21   #7310
 
antondude's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 690
Received Thanks: 66
request
dumped wr
antondude is offline  
Old 06/29/2012, 15:27   #7311
 
elite*gold: 0
Join Date: Jul 2011
Posts: 152
Received Thanks: 76
#Request Addys

#Request Mesagebox

MfG Fischii26
Fischii26 is offline  
Old 06/29/2012, 18:16   #7312
 
[Coder]DreaM''s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 147
Received Thanks: 29
request quick plant &Defuse source please +addys
[Coder]DreaM' is offline  
Old 06/29/2012, 19:58   #7313
 
xBioK1ngz's Avatar
 
elite*gold: 15
Join Date: Nov 2011
Posts: 556
Received Thanks: 1,002
Quote:
Originally Posted by Fischii26 View Post
#Request Addys

#Request Mesagebox

MfG Fischii26
Addys:


MessageBox
Was für eine ?
Die normale von Windows, oder die von WarRock ?
xBioK1ngz is offline  
Old 06/29/2012, 20:02   #7314
 
elite*gold: 0
Join Date: Mar 2012
Posts: 194
Received Thanks: 311
i keep lolling at this thread, calling yourself coders and then asking for a pre-made source + addies
how do i say this... LEECHERS haha
It amazes me that you guys call yourself coders and please [Coder] DreaM remove that "[Coder]" Before your name untill you got some skills...
cheatslaw is offline  
Old 06/29/2012, 20:28   #7315
 
[Coder]DreaM''s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 147
Received Thanks: 29
Arrow

Quote:
Originally Posted by cheatslaw View Post
i keep lolling at this thread, calling yourself coders and then asking for a pre-made source + addies
how do i say this... LEECHERS haha
It amazes me that you guys call yourself coders and please [Coder] DreaM remove that "[Coder]" Before your name untill you got some skills...
do not think and show me your not always with the same principles you have something on it. I have my goot the source ergind failt ask what I should not? You can here determine anything and you start as you could you would not just quietly and respecktier other people have diesource value = 999 and addy is right I just do not know is where the error and here I have not determined the I as good code or so therefore let it please. if you do not want to help others then you have no right to seek asylum here because the sammelthread sources is to ask sources

Quote:
Originally Posted by Fischii26 View Post
#Request Addys

#Request Mesagebox

MfG Fischii26
wenn Windows Messagebox dann hier

MessageBoxA(GetActiveWindow(),"[coder]DreaM' >> You Are Using FULL VIP Enjoy it ","!",MB_OK);
[Coder]DreaM' is offline  
Old 06/29/2012, 20:41   #7316
 
elite*gold: 5
Join Date: Aug 2010
Posts: 642
Received Thanks: 500
Game MessageBox :


Dumped WR :

( VT is ja wohl dabei unnötig . macht einen oder nicht lol xD )
xx120xx is offline  
Old 06/29/2012, 20:55   #7317



 
+Yazzn's Avatar
 
elite*gold: 420
Join Date: Jan 2012
Posts: 1,082
Received Thanks: 1,000
Code:
#ifdef MessageBox
#undef MessageBox
#endif

typedef void (__stdcall* tMessageBox)(int, char*, int, int, char*, int);
tMessageBox MessageBox = (tMessageBox)0x50478E;

MessageBox (*(DWORD*)0xA313F0, "Test", 0, MB_OK, "Name_Message", 0);
+Yazzn is offline  
Thanks
1 User
Old 06/29/2012, 21:00   #7318
 
elite*gold: LOCKED
Join Date: Jun 2012
Posts: 57
Received Thanks: 62
Hackshield Bypass:
Code:
void DetouringHackShield ( void )
{  
	//Scanning for Module
	PDWORD dwHSModule;
	do
	{
		*(DWORD*)&dwHSModule = *(DWORD*)GetModuleHandleA("EhSvc.dll");
	}
	while ( !dwHSModule );

	//Searching Addys...
	DWORD dwHSCallBack1 = Tools.FindPatternRemote((DWORD)dwHSModule,0x11E000,(PBYTE)"\x55\x8B\xEC\x83\xEC\x00\x53\x56\x57\x89\x4D\xE0",ASM);
	DWORD dwHSCallBack2 = Tools.FindPatternRemote((DWORD)dwHSModule,0x11E000,(PBYTE)"\x83\xC4\x00\x85\xDB\x75\x00\x55\xE8\x00\x00\x00\x00\x83\xC4\x00\x33\x00",ASM);    
	DWORD dwHSNanoScan1 = Tools.FindPatternRemote((DWORD)dwHSModule,0x11E000,(PBYTE)"\x8B\x45\x00\x03\xC2\x89\x45\x00\x83\x7D\xDC\x00",ASM);    
	DWORD dwHSNanoScan2 = Tools.FindPatternRemote((DWORD)dwHSModule,0x11E000,(PBYTE)"\x8B\x55\x00\x52\xE8\x00\x00\x00\x00\x83\xC4\x14\x89\x45\x00\x83\x7D\xE4\x00",ASM);
	//Setting up our Bytes...
	BYTE bpJe         [1] = { 0x74 };
    BYTE bpRetnA      [1] = { 0xC3 };
	BYTE bpAddEdx     [2] = { 0x03,0xD2 };
    BYTE bpMovEax     [5] = { 0xB8,0x00,0x00,0x00,0x00 };
	BYTE NanoScan1OFF [2] = { 0x03,0xC2 };
	BYTE BTOFFanoScan2 [5] = { 0xE8,0xFE,0x17,0x00,0x00 }; 
	//Some Other Stuff
	BOOL FirstLog  = TRUE;
    BOOL SecondLog = FALSE;
	//Detouring the Hackshield
	Tools.WriteMemory((void*)(dwHSCallBack2),bpJe,1);    //EhSvc.dll   CRC Check new actualy working
    Tools.WriteMemory((void*)(dwHSCallBack1),bpRetnA,1); //EhSvc.dll   Main EhSvc.dll Kill all HS ERROR

	do
	{
		DWORD S_Pointer = *(DWORD*)0x00A30994;
		if ( S_Pointer != 0 && FirstLog && !SecondLog )
		{
			Tools.WriteMemory((void*)(dwHSNanoScan1),bpAddEdx,2);    // HS Sub Main Forcing Detection 1 
            Tools.WriteMemory((void*)(dwHSNanoScan2),bpMovEax,5);    // HS Sub Call Forcing Detection 2
			Sleep(5000); // Begin of Endless Loop
			Tools.WriteMemory((void*)(dwHSNanoScan1),NanoScan1OFF,2); // Restoring after 5 second inside server
			FirstLog = false;
            SecondLog = true;
		}
		if ( S_Pointer == 0 && SecondLog )
        {
			BYTE BTOFFanoScan2   [5] = { 0xE8,0xFE,0x17,0x00,0x00 };        // Restoing if server is == 0

            Tools.WriteMemory((void*)(dwHSNanoScan2),BTOFFanoScan2,5); 
			FirstLog  = true;
		    SecondLog = false;

        }Sleep(20);
	}while (TRUE);
}
Credits:
PHP Code:
Bypass King7
Restructuring 
BuBBLe 
Have Fun
.BuBBLe is offline  
Old 06/29/2012, 21:29   #7319
 
elite*gold: 0
Join Date: Jul 2011
Posts: 152
Received Thanks: 76
Danke aber ich meinte die MSGBOX die an der seite vom Hack ist... ^^

€ Drawbox oder wie dat moped heißt
Fischii26 is offline  
Old 06/29/2012, 22:06   #7320
 
elite*gold: 0
Join Date: Jul 2011
Posts: 3,812
Received Thanks: 1,840
Quote:
Originally Posted by Fischii26 View Post
Danke aber ich meinte die MSGBOX die an der seite vom Hack ist... ^^

€ Drawbox oder wie dat moped heißt
So etwas in der Art?
Das ist eine Creditsbox
Code:
  if (Mtitle[0]) {
DrawTextC((x * 7) + 5, y, RED, Mtitle, pFont1);
CMenu_DrawCronersBox((INT)x * 14 + 42,(INT)y - 3,18,95, pDevice);//Credits-Name Box
DrawTextC((INT)(x * 15) + (35 + 7 * 6) ,(INT) y - 2, GREEN, "Credits", pFont1);	//Text = Credits
       CMenu_DrawCronersBox((INT)x * 14 + 42,(INT)y + 22 ,60 + 1,95, pDevice);//Credits Box
	   DrawTextC((INT)(x * 14) + (37 + 7 * 7) ,(INT) y + 22, GREEN, "Croner", pFont1);//Credits
	   DrawTextC((INT)(x * 14) + (35 + 7 * 7) ,(INT) y + 37, GREEN, "Credits", pFont1);//Credits
	   DrawTextC((INT)(x * 14) + (37 + 7 * 7) ,(INT) y + 52, GREEN, "Credits", pFont1);//Credits
	   DrawTextC((INT)(x * 14) + (37 + 7 * 7) ,(INT) y + 67, GREEN, "Credits", pFont1);//Credits
Credits to Croner & me
xRoute66x 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:25.


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