Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 22:40

  • 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 07/05/2011, 13:06   #4336

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Fliegen auch M14/Flash Minen geradeaus, wenn man NoWeaponGravity anhat?
xxfabbelxx is offline  
Old 07/05/2011, 17:45   #4337
 
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 44
suche ne allserver source
Fl3Va is offline  
Old 07/05/2011, 17:49   #4338
 
elite*gold: 24
Join Date: May 2011
Posts: 446
Received Thanks: 540
Quote:
Originally Posted by Fl3Va View Post
suche ne allserver source
Brauchst HS Bypass
Quote:
Originally Posted by .Fabbel View Post
Fliegen auch M14/Flash Minen geradeaus, wenn man NoWeaponGravity anhat?
Ja tuen sie^^
,_TradEmArk_˜ is offline  
Old 07/05/2011, 18:00   #4339
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
Quote:
Originally Posted by ,_TradEmArk_˜ View Post
Brauchst HS Bypass


Ja tuen sie^^
wasch laberscht du? also ich brauche keinen hs bypass dafür...


aber einen all server source wird hier warscheinlich keiner postet weils fast keiner hat
Angel-Piece is offline  
Old 07/05/2011, 18:35   #4340
 
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 44
Quote:
Originally Posted by ,_TradEmArk_˜ View Post
Brauchst HS Bypass


Ja tuen sie^^

gibt es no unl ammo source bzw addy das man keinen Bypass brauch
Fl3Va is offline  
Old 07/05/2011, 18:47   #4341
 
elite*gold: 24
Join Date: May 2011
Posts: 446
Received Thanks: 540
if (UNLAMMO_MEM==1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
DWORD dwServerPointer = *(DWORD*)ADR_SERVERPOINTER;
if (dwPlayerPtr != 0 && dwServerPointer != 0)
{
*(int*) (UAMMO_MEM) = 0;
}
}
,_TradEmArk_˜ is offline  
Old 07/05/2011, 18:51   #4342
 
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 44
Quote:
Originally Posted by ,_TradEmArk_˜ View Post
if (UNLAMMO_MEM==1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
DWORD dwServerPointer = *(DWORD*)ADR_SERVERPOINTER;
if (dwPlayerPtr != 0 && dwServerPointer != 0)
{
*(int*) (UAMMO_MEM) = 0;
}
}
ich meine für no menu
Fl3Va is offline  
Old 07/05/2011, 19:07   #4343
 
elite*gold: 24
Join Date: May 2011
Posts: 446
Received Thanks: 540
Quote:
Originally Posted by Fl3Va View Post
ich meine für no menu
Lol.. soviel müsstest du echt Coden können das ist Ja übelst Einfach das würde sogar einer Schaffen der 1 Jahr alt ist und noch nie Erfahrungen mit Coden gemacht hat looool

Nimm einfach das If und 1 Klammer weg - Fertig soo schwer? lol

Code:
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
DWORD dwServerPointer = *(DWORD*)ADR_SERVERPOINTER;
if (dwPlayerPtr != 0 && dwServerPointer != 0)
{
*(int*) (UAMMO_MEM) = 0; 
}
Jetzt frag nicht nach der Addy, such sie selber!
,_TradEmArk_˜ is offline  
Old 07/05/2011, 19:21   #4344
 
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 44
war mir icht sicher hol mir schon buch 0 ist an was ist aus
Fl3Va is offline  
Old 07/05/2011, 20:07   #4345
 
elite*gold: 0
Join Date: Mar 2011
Posts: 118
Received Thanks: 36
DinarBot Source Code


Quote:
#include <windows.h>
#include <stdio.h>

#define OFS_Selfkill 0x00

void Selfkill()
{
{*(float*)(OFS_Selfkill) = +2500;}
}
void DinarBot()
{
if(GetAsyncKeyState(VK_F5))
{
SetCursorPos(450,90);
Sleep(300);
mouse_event(MOUSEEVENTF_LEFTDOWN,0,0,0,0);
Sleep(300);
mouse_event(MOUSEEVENTF_LEFTUP,0,0,0,0);
Sleep(300);
keybd_event(0x11, 0, 0, 0);
keybd_event(0x11, 0, 0, 0);
keybd_event(0x0D, 0, 0, 0);
}
void Hacks()
{
for(;; )
{
Selfkill();
DinarBot();
Sleep(100);
}
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{

if(dwReason == DLL_PROCESS_ATTACH)
{

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)injectie, 0, 0, 0);

}
return TRUE;
}
'Down is offline  
Thanks
2 Users
Old 07/05/2011, 21:09   #4346
 
elite*gold: 0
Join Date: Jul 2011
Posts: 1
Received Thanks: 0
Bypass Problem

Seit heute crasht er beim spawnen>

#define WR_SELFCRC 0x059EE82
#define HS_SELF_CRC 0x1003C2F1
#define HS_STATIC_CRC_1 0x1006CDED
#define HS_STATIC_CRC_2 0x100064E0
#define HS_ASM_SCAN 0x1000995E
#define HS_NANO_CHECK_1 0x10018832
#define HS_NANO_CHECK_2 0x1001A986


void HSBYPASS(void)
{
DWORD dwServer = *(DWORD*)ADR_SERVERPOINTER;
int hEhSvc = (int)GetModuleHandle("EhSvc.dll");
{
if (dwServer!=0)
{
MemEditing((void*)(hEhSvc+HS_STATIC_CRC_1),(PBYTE) "\xC2\x0C\x00",3);//EhSvc.dll Static CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_STATIC_CRC_2),(PBYTE) "\xC2\x0C\x00",3);//EhSvc.dll Static CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_SELF_CRC),(PBYTE)"\xC 3",1);//EhSvc.dll Self CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_ASM_SCAN),(PBYTE)"\x9 0\x90",2);//EhSvc.dll Asm Detection|Check
MemEditing((void*)(hEhSvc+HS_NANO_CHECK_1),(PBYTE) "\x31",1);//EhSvc.dll Nano Detection|Check
MemEditing((void*)(hEhSvc+HS_NANO_CHECK_2),(PBYTE) "\x31",1);//EhSvc.dll Nano Detection|Check
}
}
}
Trademark_? is offline  
Old 07/06/2011, 06:33   #4347
 
elite*gold: 24
Join Date: May 2011
Posts: 446
Received Thanks: 540
Quote:
Originally Posted by Trademark_? View Post
Seit heute crasht er beim spawnen>

#define WR_SELFCRC 0x059EE82
#define HS_SELF_CRC 0x1003C2F1
#define HS_STATIC_CRC_1 0x1006CDED
#define HS_STATIC_CRC_2 0x100064E0
#define HS_ASM_SCAN 0x1000995E
#define HS_NANO_CHECK_1 0x10018832
#define HS_NANO_CHECK_2 0x1001A986


void HSBYPASS(void)
{
DWORD dwServer = *(DWORD*)ADR_SERVERPOINTER;
int hEhSvc = (int)GetModuleHandle("EhSvc.dll");
{
if (dwServer!=0)
{
MemEditing((void*)(hEhSvc+HS_STATIC_CRC_1),(PBYTE) "\xC2\x0C\x00",3);//EhSvc.dll Static CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_STATIC_CRC_2),(PBYTE) "\xC2\x0C\x00",3);//EhSvc.dll Static CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_SELF_CRC),(PBYTE)"\xC 3",1);//EhSvc.dll Self CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_ASM_SCAN),(PBYTE)"\x9 0\x90",2);//EhSvc.dll Asm Detection|Check
MemEditing((void*)(hEhSvc+HS_NANO_CHECK_1),(PBYTE) "\x31",1);//EhSvc.dll Nano Detection|Check
MemEditing((void*)(hEhSvc+HS_NANO_CHECK_2),(PBYTE) "\x31",1);//EhSvc.dll Nano Detection|Check
}
}
}
NameFaker o_O
Ja Bypass Detected? Btw Crasht bei allen Grad.. nach spätestens 15 Min!
,_TradEmArk_˜ is offline  
Old 07/06/2011, 12:12   #4348
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 1,000
Received Thanks: 974
Quote:
Originally Posted by Fl3Va View Post
das geht nur wenn man f5 gedrückt halt aber trotzdem thx

weis wer wie man das hinbekommt das man nicht gedrückhalten muss
google doch mal
google ist der beste freund des menschen das findest du sicher was !
PlayBox is offline  
Old 07/06/2011, 13:17   #4349
 
.star™'s Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 78
Received Thanks: 49
Quote:
das geht nur wenn man f5 gedrückt halt aber trotzdem thx

weis wer wie man das hinbekommt das man nicht gedrückhalten muss
lol bei meinem Teleport-Source muss man auch F5 drücken (aber nicht gedrückt halten)
und es ist auch if(GetAsyncKeyState(VK_F5))
.star™ is offline  
Old 07/06/2011, 14:50   #4350

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by .star™ View Post
lol bei meinem Teleport-Source muss man auch F5 drücken (aber nicht gedrückt halten)
und es ist auch if(GetAsyncKeyState(VK_F5))
Ja wenn man &1 benutzebn würde, dann würdest du die ganze zeit an die koordinaten teleportiert werden, ergo du kannst nichtmehr weiterlaufen.
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 +1. The time now is 22:41.


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.