|
You last visited: Today at 18:51
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% |
07/05/2011, 13:06
|
#4336
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Fliegen auch M14/Flash Minen geradeaus, wenn man NoWeaponGravity anhat?
|
|
|
07/05/2011, 17:45
|
#4337
|
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 44
|
suche ne allserver source
|
|
|
07/05/2011, 17:49
|
#4338
|
elite*gold: 24
Join Date: May 2011
Posts: 446
Received Thanks: 540
|
Quote:
Originally Posted by Fl3Va
suche ne allserver source
|
Brauchst HS Bypass
Quote:
Originally Posted by .Fabbel
Fliegen auch M14/Flash Minen geradeaus, wenn man NoWeaponGravity anhat?
|
Ja tuen sie^^
|
|
|
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_˜
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
|
|
|
07/05/2011, 18:35
|
#4340
|
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 44
|
Quote:
Originally Posted by ,_TradEmArk_˜
Brauchst HS Bypass
Ja tuen sie^^
|
gibt es no unl ammo source bzw addy das man keinen Bypass brauch
|
|
|
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;
}
}
|
|
|
07/05/2011, 18:51
|
#4342
|
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 44
|
Quote:
Originally Posted by ,_TradEmArk_˜
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
|
|
|
07/05/2011, 19:07
|
#4343
|
elite*gold: 24
Join Date: May 2011
Posts: 446
Received Thanks: 540
|
Quote:
Originally Posted by Fl3Va
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!
|
|
|
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
|
|
|
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;
}
|
|
|
|
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
}
}
}
|
|
|
07/06/2011, 06:33
|
#4347
|
elite*gold: 24
Join Date: May 2011
Posts: 446
Received Thanks: 540
|
Quote:
Originally Posted by Trademark_?
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!
|
|
|
07/06/2011, 12:12
|
#4348
|
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 1,000
Received Thanks: 974
|
Quote:
Originally Posted by Fl3Va
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 !
|
|
|
07/06/2011, 13:17
|
#4349
|
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))
|
|
|
07/06/2011, 14:50
|
#4350
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Quote:
Originally Posted by .star™
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.
|
|
|
 |
|
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 18:51.
|
|