Register for your free account! | Forgot your password?

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

  • 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 02/24/2011, 19:24   #2146
 
elite*gold: 0
Join Date: Aug 2010
Posts: 20
Received Thanks: 1
Smile Hilfe bitte.

Hallo.
Also ich habe mal versucht ein Hack mit C++ zu coden.
Aber ich hab irgendwie ein Fehler drin und weiß nicht wo.
Könnt ihr mir bitte helfen?

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

#define ADR_PLAYERPOINTER 0x00BC3228
#define OFS_Z 0x00102D8
#define OFS_NFD 0x00103A8

void Superjump()

{
if(GetAsyncKeyState(VK_CONTROL))

{
DWORD PlP = *(DWORD*)ADR_PLAYERPOINTER;
if(PlP != 0)

{
*(float*)(PlP+OFS_Z) = 1500;

}
}
}

void NFD()

{
DWORD dwPlP = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlP != 0)

{
*(float*)(dwPlP+OFS_NFD) = -25000;

{
{

void Hack()

{
for(;
{

Superjump();
NFD();

Sleep(30);

}
}

BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL, "Viel Spaß", "Made By", MB_OK);
ShellExecuteA(NULL,"Open","www.google.de",NULL,NUL L,1);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hack , 0, 0, 0);
break;
case 2:
break;
}
return TRUE;
}
Chufuaja is offline  
Old 02/24/2011, 19:33   #2147
 
elite*gold: 9
Join Date: Feb 2011
Posts: 216
Received Thanks: 290
müüste eig. gehen
.CyberRazzer™ is offline  
Old 02/24/2011, 19:35   #2148
 
elite*gold: 0
Join Date: Aug 2010
Posts: 20
Received Thanks: 1
Also es kommt:
1>c:\users\DoWaZi\documents\visual studio 2010\projects\Hack\Main\Soso.cpp(38): error C2601: 'Hack': Lokale Funktionsdefinitionen sind unzulässig
1> c:\users\DoWaZi\documents\visual studio 2010\projects\Hack\Main\Soso.cpp(34): Diese Zeile enthält eine '{', die keine Entsprechung hat
1>c:\users\DoWaZi\documents\visual studio 2010\projects\Hack\Main\Soso.cpp(51): error C2601: 'DllMain': Lokale Funktionsdefinitionen sind unzulässig
1> c:\users\DoWaZi\documents\visual studio 2010\projects\Hack\Main\Soso.cpp(34): Diese Zeile enthält eine '{', die keine Entsprechung hat
1>c:\users\DoWaZi\documents\visual studio 2010\projects\Hack\Main\Soso.cpp(64): fatal error C1075: Dateiende erreicht, bevor das zugehörige Element für das linke Element Klammer "{" in "c:\users\DoWaZi\documents\visual studio 2010\projects\Hack\Main\Soso.cpp(34)" gefunden wurde
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
Chufuaja is offline  
Old 02/24/2011, 19:36   #2149
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
Quote:
Smile Hilfe bitte.

Hallo.
Also ich habe mal versucht ein Hack mit C++ zu coden.
Aber ich hab irgendwie ein Fehler drin und weiß nicht wo.
Könnt ihr mir bitte helfen?

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

#define ADR_PLAYERPOINTER 0x00BC3228
#define OFS_Z 0x00102D8
#define OFS_NFD 0x00103A8

void Superjump()

{
if(GetAsyncKeyState(VK_CONTROL))

{
DWORD PlP = *(DWORD*)ADR_PLAYERPOINTER;
if(PlP != 0)

{
*(float*)(PlP+OFS_Z) = 1500;

}
}
}

void NFD()

{
DWORD dwPlP = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlP != 0)

{
*(float*)(dwPlP+OFS_NFD) = -25000;

}
}


void Hack()

{
for( ; ; )
{

Superjump();
NFD();

Sleep(30);

}
}

BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL, "Viel Spaß", "Made By", MB_OK);
ShellExecuteA(NULL,"Open","www.google.de",NULL,NUL L,1);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hack , 0, 0, 0);
break;
case 2:
break;
}
return TRUE;
}
so -.-
noob
NikM is offline  
Thanks
1 User
Old 02/24/2011, 19:38   #2150
 
elite*gold: 0
Join Date: Aug 2010
Posts: 20
Received Thanks: 1
Ich mach das zum ersten mal. Aber danke.
Chufuaja is offline  
Old 02/24/2011, 19:39   #2151
 
BlackLegend™'s Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
Quote:
Originally Posted by NikM View Post
so -.-
noob
Lass doch den anfänger in ruhe -.-
omg
._.

Addys:
Quote:
#define ADR_PLAYERPOINTER 0xBC3228
#define ADR_SERVERPOINTER 0xABDE08
#define ADR_BASEPOINTER 0xAF8400
#define ADR_DEVICEPOINTER 0xA439A0
#define ADR_NOSPREAD 0xA44868
#define Addr_QuickPlant 0x0050A7DD
#define ADR_NOBOUNDS1 0xA6F088
#define ADR_NOBOUNDS2 0xA6F08C
#define ADR_NOBOUNDS3 0xA6F090
#define ADR_SuperSpread 0x005077E4
#define dwADR_WEAPONGRAVITY 0x008E5C58
#define Addr_QuickDefuse 0x0050A6DB
#define ADR_FASTLOCKON 0xA44874
#define ADR_FASTAMMO 0xA47D14
#define ADR_FASTHEALTH 0xA47D18
#define ADR_FASTFLAG 0xA47D20
#define ADR_FASTREPAIR 0xA47D1C
#define ADR_IMDRUNK 0xA73E98
#define ADR_SPEED 0x8F2F3C
#define ADR_NOWATER 0x968028
#define ADR_NOSPAWNWAIT1 0xA77C90
#define ADR_NOSPAWNWAIT2 0xA77C94
#define ADR_NOSPAWNWAIT3 0xA77C98
#define ADR_TRIGGER 0x00A47DB0
#define ADR_WATERCOLOR1 0x968040
#define ADR_WATERCOLOR2 0x96803C
#define ADR_WATERCOLOR3 0x968038
#define ADR_CROSSHAIRS 0x967FE4
#define ANGELVIEW 0xA4399C
#define ADR_SCOPE 0x967F80
#define ADR_SCOPESIZE 0x967F88
#define ADR_FULLBRIGHT1 0xA4A6D0
#define ADR_FULLBRIGHT2 0xA4A6CC
#define ADR_FULLBRIGHT3 0xA4A6C8
#define ADR_NOSPAWNCQC 0x967F70
#define ADR_UNLIMITED_AMMO 0x90
#define ADR_VIRTUALJUMP 0x8E2C94
#define ADR_WATERHEIGHT 0xA4A760
#define ADR_STAM5_ASM 0x41B9FB
#define ADR_STAM10_ASM 0x41BA2B
#define ADR_EXTRCLIP1_ASM 0x466FEB
#define ADR_EXTRCLIP2_ASM 0x466FFF
#define ADR_SNIPER2X_ASM 0x46702A
#define ADR_ASSAULT2X_ASM 0x467053
#define ADR_BANDAGE_ASM 0x467079
#define ADR_PLANTANYWHERE 0xA44840
#define ADR_EXTRCLIP1_MEM 0xA4484C
#define ADR_EXTRCLIP2_MEM 0xA4484D
#define ADR_SNIPER2X_MEM 0xA4484E
#define ADR_ASSAULT2X_MEM 0xA44850
#define ADR_BANDAGE_MEM 0xA44852
#define ADR_USER_NAME 0xAF8DC4
#define ADR_PRONE_CQC_MEM 0x967F70
#define ADR_PRONE_CQC 0x4EF60E
#define ADR_PLANTANYWHERE_ASM 0x5B16D8
#define ADR_WTW 0x78DB67
#define ADR_STW 0x5D5FA0
#define ADR_D3D_NAME 0xAF8DC4
#define ADR_D3D_IP 0xAF8AD4
#define ADR_D3D_PING 0xAF8ABC
#define ADR_D3D_POINTS 0xAF9F6C
#define ADR_D3D_HEALTH 0xAF9F94
#define ADR_D3D_TEAM 0xAFA0D0
#define ADR_D3D_BRANCH 0xAF9FA0
#define OFS_X 0x102D4
#define OFS_Y 0x102DC
#define OFS_Z 0x102D8
#define OFS_NORECOIL1 0x0001C
#define OFS_NORECOIL2 0x00020
#define OFS_NORECOIL3 0x00024
#define OFS_ROOMMASTER 0xFD148
#define OFS_SUPERMASTER 0xFCD30
#define OFS_GRAVITY_X 0x0C498
#define ADR_CROSSMEM 0x00967FE4
#define OFS_LOWGRAVITY 0x0C49C
#define OFS_GRAVITY_Y 0x0C4A0
#define OFS_NFD 0x103A8
#define OFS_PREM 0x0057C
#define OFS_PREM2 0x00580
#define OFS_Level 0x11A610
#define OFS_DINAR 0x11A620
#define OFS_1SLOT 0x1021A0
#define OFS_2SLOT 0x1021A1
#define OFS_3SLOT 0x1021A2
#define OFS_4SLOT 0x1021A3
#define OFS_5SLOT 0x1021A4
#define OFS_6SLOT 0x1021A5
#define OFS_7SLOT 0x1021A6
#define OFS_8SLOT 0x1021A7
#define OFS_WEAPON1 0x00
#define OFS_WEAPON2 0x0101D0
#define OFS_WEAPON3 0x0101D2
#define OFS_PLAYERSLOT 0x011BB6C
#define OFS_MAXPLAYERS 0x0FCD1C
#define OFS_FORCEKICK 0x0F99B8
BlackLegend™ is offline  
Thanks
6 Users
Old 02/24/2011, 20:05   #2152
 
▓KoKain™'s Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 86
Received Thanks: 19
Ok hab das problem gelöst^^
▓KoKain™ is offline  
Old 02/24/2011, 20:11   #2153
 
elite*gold: 9
Join Date: Feb 2011
Posts: 216
Received Thanks: 290
Old adress
.CyberRazzer™ is offline  
Old 02/24/2011, 20:19   #2154
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
@blacklegend
sogar einem anfänger müsste so ein fehler auffallen wenn er auch nur die leiseste ahnung hätte -.-
NikM is offline  
Old 02/24/2011, 20:28   #2155
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
@NikM ya müsste es
@Kokain also die Fehler sind die einfachsten
wennde das net schaffst bist du zu 110% c&p!
•~•Pr0Sk1ll•~• is offline  
Old 02/24/2011, 20:50   #2156
 
elite*gold: 0
Join Date: Jun 2010
Posts: 638
Received Thanks: 404
Jo Syntax fehler sind rechtschreibfehler ich glaub das weiß der nit
Takado™ is offline  
Thanks
1 User
Old 02/25/2011, 06:54   #2157
 
Rel0ad3dx3's Avatar
 
elite*gold: 17
Join Date: Apr 2010
Posts: 1,174
Received Thanks: 839
Es war anscheinend auch Hackshieldupdate....
Bei mir funzt nur noch Chams im Hack xD
Also neue Addys
Rel0ad3dx3 is offline  
Old 02/25/2011, 12:23   #2158
 
elite*gold: 0
Join Date: Jul 2010
Posts: 62
Received Thanks: 97
AntiSpam ^^
Code:
AddysLogger by Geoning
www.MPCforum.pl
//============ Pointers ============//
#define ADR_PLAYERPOINTER		0x00BC2248
#define ADR_SERVERPOINTER		0x00ABCE28
#define ADR_BASEPOINTER		0x00AF7420
#define ADR_HEALTHPOINTER		0x00AF8FB4
#define ADR_WEAPONPOINTER		0x0096718C
#define ADR_USERPOINTER		0x00BC2294
#define ADR_DEVICEPOINTER		0x909F88
//============ Addys ============//
#define ADR_SPEED			0x008F1F5C
#define ADR_CQCPRONE		0x00966F70
#define ADR_CQCPRONE		0x00966F70
#define ADR_CQCSPAWN		0x00966F70
#define ADR_CROSSHAIR		0x00966FE4
#define ADR_CLIPASSAULT	0x00A4386C
#define ADR_CLIPSNIPER	0x00A4386D
#define ADR_SNIPER2XPX	0x00A4386E
#define ADR_ASSAULT2XPX	0x00A4386F
#define ADR_BANDAGEPX		0x00A43872
#define ADR_NEARFOR		0x00A49788
#define ADR_FARFOG		0x00A4978C
#define ADR_GLASSWALL		0x00A49688
#define ADR_NOBOUNDS1     0x00A6E0A0
#define ADR_NOBOUNDS2     0x00A6E0A4
#define ADR_NOBOUNDS3     0x00A6E0A8
#define ADR_WATERCOLOR1	0x0096702C
#define ADR_WATERCOLOR2	0x00967030
#define ADR_WATERCOLOR3	0x00967034
#define ADR_FULLBRIGHT1	0x00A496E8
#define ADR_FULLBRIGHT2	0x00A496EC
#define ADR_FULLBRIGHT3	0x00A496F0
#define ADR_NOSPAWNWAIT1	0x00A76CB0
#define ADR_NOSPAWNWAIT2	0x00A76CB4
#define ADR_NOSPAWNWAIT3	0x00A76CB8
#define ADR_NOWATER		0x00967028
#define ADR_FASTAMMO		0x00A46D34
#define ADR_FASTREPAIR	0x00A46D38
#define ADR_FASTHEALTH	0x00A46D3C
#define ADR_FASTFLAG		0x00A46D40
#define ADR_NOSPREAD		0x00A43888
#define ADR_ESP_PING		0x00AF7ADC
#define ADR_ESP_NAME		0x00AF7DE4
#define ADR_ESP_BRANCHE	0x00AF8FC0
#define ADR_ESP_HEALTH	0x00AF8FB4
#define ADR_WUW			0x00A49780
#define ADR_WTW			0x0078CF67
#define ADR_ESCALATOR		0x0078DDC7
#define ADR_VEHICLESJUMP1	0x0073A98B
#define ADR_VEHICLESJUMP2	0x0075BD0C
#define ADR_VEHICLESJUMP3	0x0073A9B6
#define ADR_STAMINA5		0x0041BB7E
#define ADR_ROOMFILTER	0x005E1A54

//Offsety
#define OFS_X					0x102D4
#define OFS_Z					(OFS_X+0x4)
#define OFS_Y					(OFS_X+0x8)
#define OFS_PREMIUM1			0x57C
#define OFS_PREMIUM2			(OFS_PREMIUM1+0x4)
#define OFS_NORECOIL1			0x1C
#define OFS_NORECOIL2			(OFS_NORECOIL1+0x4)
#define OFS_NORECOIL3			(OFS_NORECOIL1+0x4*2)
#define OFS_WEAPON1				0x101D8
#define OFS_WEAPON2				0x101D2
#define OFS_WEAPON3				0x101D0
#define OFS_50EXP				0x4E474
#define OFS_50DINAR				0x43450
#define OFS_SLOT1				0x1021A0
#define OFS_SLOT2				(OFS_SLOT1+0x1)
#define OFS_SLOT3				(OFS_SLOT1+0x2)
#define OFS_SLOT4				(OFS_SLOT1+0x3)
#define OFS_SLOT5				(OFS_SLOT1+0x4)
#define OFS_SLOT6				(OFS_SLOT1+0x5)
#define OFS_SLOT7				(OFS_SLOT1+0x6)
#define OFS_SLOT8				(OFS_SLOT1+0x7)
#define OFS_NFD				0x103A8
#define OFS_LOWGRAVITY		0xC49C
#define OFS_SUPERMASTER		0xFCD30
#define OFS_ROOMMASTER		0x39A00
#define OFS_MKICK			0x36280
#define OFS_LEVEL			0x11A610
#define OFS_DINAR			0x11A620
#define	OFS_GMMODE			0x574
#define OFS_INVI			0xFC8C0 
#define OFS_STRUCT_SIZE		0x1CE8
Geoning is offline  
Thanks
2 Users
Old 02/25/2011, 14:11   #2159
 
elite*gold: 0
Join Date: Jan 2011
Posts: 271
Received Thanks: 801
Code:
DWORD dwADR_PLAYERPOINTER                 =       (0xBC3228-0xFE0);
DWORD dwADR_SERVERPOINTER                 =       (0xABDE08-0xFE0);
DWORD dwADR_BASEPOINTER                   =       (0xAF8400-0xFE0);
DWORD dwADR_VIEWANGLES                    =       (0xA4399C-0xFE0);
Yazzn˜ is offline  
Thanks
2 Users
Old 02/25/2011, 14:26   #2160
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
Kann pls jmd n Addlogger posten ich brauch einen damit ich weiss welche Hacks ich DAUERHAFT posten kann. und hat jmd HideWeapon addy? ich weiss net die Source
für D3D HideWeapon
•~•Pr0Sk1ll•~• 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:42.


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.