Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 12:36

  • 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 12/11/2010, 16:34   #496

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by mono0 View Post
Ich schätz mal ein Recoil je Achse.
Ist aber nur eine Vermutung.
Da Warrock aber nur Rückschlag nach oben und nach hinten unterstützt, wäre ja eine achse unnötig.

Also in Combat Arms weiß ich dass man alle 3 abschlaten muss.
xxfabbelxx is offline  
Old 12/11/2010, 17:53   #497
 
ÆroX.'s Avatar
 
elite*gold: 11
Join Date: Oct 2010
Posts: 392
Received Thanks: 340
Kann wer mal neue Addys Posten kriegt auch THX
ÆroX. is offline  
Thanks
1 User
Old 12/11/2010, 19:17   #498
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
in combat arms ist recoil auch 3 adressen
CyberRazzer is offline  
Old 12/11/2010, 19:49   #499

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by CyberRazzer View Post
in combat arms ist recoil auch 3 adressen
Hatte ich bereits erwähnt
xxfabbelxx is offline  
Old 12/11/2010, 20:19   #500
 
elite*gold: 0
Join Date: Jun 2010
Posts: 638
Received Thanks: 404
Quote:
Originally Posted by ÆroX. View Post
Kann wer mal neue Addys Posten kriegt auch THX


Der Funzt Perfekt!
Takado™ is offline  
Old 12/11/2010, 20:19   #501
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
Wollte keiner Wissen xD

AntiSpam:

CQCPRONE (Memory)
Value = 2
Type = *(int*)
MEMCROSSHAIR(Memory)
Value = 0x22
Type = *(BYTE*)
CyberRazzer is offline  
Old 12/11/2010, 20:35   #502

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by CyberRazzer View Post
Wollte keiner Wissen xD

AntiSpam:

CQCPRONE (Memory)
Value = 2
Type = *(int*)
MEMCROSSHAIR(Memory)
Value = 0x22
Type = *(BYTE*)
Ist das so möglich?

PHP Code:
void prone()
{
*(
int*)(dwPlayerPtr ADR_PRONE) = 1;(oder 2? :awesome: )

xxfabbelxx is offline  
Old 12/11/2010, 21:17   #503
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
void prone()
{
*(int*)(ADR_MEMCQCPRONE) = 2;
}

*(int*) /*/Type: 4 Byte/*/
(ADR_MEMCQCPRONE) /*/Adresse/*/
2/*/Value: 2/*/
/*/void prone()/*/Funktions Rumpf
CyberRazzer is offline  
Old 12/11/2010, 21:27   #504

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by CyberRazzer View Post
void prone()
{
*(int*)(ADR_MEMCQCPRONE) = 2;
}

*(int*) /*/Type: 4 Byte/*/
(ADR_MEMCQCPRONE) /*/Adresse/*/
2/*/Value: 2/*/
/*/void prone()/*/Funktions Rumpf
Ok Danke! Werde es editieren wenn meine Hand wieder zusammengewachsen is
xxfabbelxx is offline  
Old 12/11/2010, 21:35   #505
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
Wie meisnt du das?
hast du überhaupt addy?
CyberRazzer is offline  
Old 12/11/2010, 21:49   #506

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by CyberRazzer View Post
Wie meisnt du das?
hast du überhaupt addy?
Hier in den Thread mein ich
xxfabbelxx is offline  
Old 12/11/2010, 21:49   #507
 
Rel0ad3dx3's Avatar
 
elite*gold: 17
Join Date: Apr 2010
Posts: 1,174
Received Thanks: 839
Quote:
Originally Posted by CyberRazzer View Post
void prone()
{
*(int*)(ADR_MEMCQCPRONE) = 2;
}

*(int*) /*/Type: 4 Byte/*/
(ADR_MEMCQCPRONE) /*/Adresse/*/
2/*/Value: 2/*/
/*/void prone()/*/Funktions Rumpf

Braucht man dafür Detours `?
Rel0ad3dx3 is offline  
Old 12/11/2010, 21:51   #508
 
BlackLegend™'s Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
Quote:
Originally Posted by CyberPasci™ View Post
Braucht man dafür Detours `?
kann man auch in nomenü reinhauen^^
Wer ein bisschen grips hat kriegts auch so hin das es nicht crasht^^
BlackLegend™ is offline  
Old 12/12/2010, 00:15   #509
 
ÆroX.'s Avatar
 
elite*gold: 11
Join Date: Oct 2010
Posts: 392
Received Thanks: 340
Habe gerade meine eigene Source erstellt aber keine Funktion geht ô.Ô.
Ich Poste mal die Source falls Addys falsch oder alt sind bitte Korigieren.
Oder andere Fehler bitte Korigieren... Danke

Code:
#include <Windows.h> 
#include <stdio.h> 
#define ADR_PLAYERPOINTER 0xC62388
#define ADR_SERVERPOINTER 0xB5D0F8
#define OFS_5SLOT 0x1021A4
#define OFS_NFD 0x103A4
#define OFS_X 0x102D4
#define OFS_Y 0x102DC
#define OFS_Z 0x102D8
#define OFS_SPEED 0xA4B8D4
#define ADR_NOSPREAD 0xAE330C
#define OFS_NORECOIL1 0x1C
#define OFS_NORECOIL2 0x20
#define OFS_NORECOIL3 0x24
#define OFS_STAMINA 0x02a4
#define ADR_NOSPAWNWAIT1 0xB165C0
#define ADR_NOSPAWNWAIT2 0xB165C4
#define OFS_SUPERMASTER 0xFCD30
#define OFS_PREMIUM2 0x580
#define ADR_GLASSWALLS 0x000AE9104
float CoordX;
float CoordY;
float CoordZ;


DWORD dwPlayer = *(DWORD*)ADR_PLAYERPOINTER; 
DWORD dwServer = *(DWORD*)ADR_SERVERPOINTER; 
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER; 
DWORD dwServerPtr = *(DWORD*)ADR_SERVERPOINTER; 

float posiZ; 



void jump () 
{ 
if(GetAsyncKeyState(VK_CONTROL) &1)
{ 
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER; 
if(dwPlayerPtr != 0) 
{ 
*(float*)(dwPlayerPtr+OFS_Z) = 2500;
} 
} 
} 


void glasswalls ()
{
if(GetAsyncKeyState(VK_NUMPAD8) &1)
{
*(int*)ADR_GLASSWALLS = 4;
}
if(GetAsyncKeyState(VK_NUMPAD9) &1)
{
*(int*)ADR_GLASSWALLS = 0;
}
}


void teleport ()
{
if(GetAsyncKeyState(VK_F2)) 
{
CoordX = *(float*)(dwPlayerPtr+OFS_X);
CoordY = *(float*)(dwPlayerPtr+OFS_Y);
CoordZ = *(float*)(dwPlayerPtr+OFS_Z);
}
if (GetAsyncKeyState(VK_F3))
{
*(float*)(dwPlayerPtr + OFS_X) = CoordX;
*(float*)(dwPlayerPtr + OFS_Y) = CoordY;
*(float*)(dwPlayerPtr + OFS_Z) = CoordZ;
}
}


void Slots5 ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwPlayerPtr != 0)
{    
*(long*)(dwPlayerPtr+OFS_5SLOT) = 1;
}
}


void norecoil ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
}


void spread ()
{
*(float*) ADR_NOSPREAD = 0;
}


void stamina ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_STAMINA) = 100;
}
}


void Spawn ()
{
long t=0;
unsigned long Protection;
VirtualProtect((void*)ADR_NOSPAWNWAIT1, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)ADR_NOSPAWNWAIT1, &t , sizeof(t));
VirtualProtect((void*)ADR_NOSPAWNWAIT1, sizeof(t), Protection, 0);
 
VirtualProtect((void*)ADR_NOSPAWNWAIT2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)ADR_NOSPAWNWAIT2, &t , sizeof(t));
VirtualProtect((void*)ADR_NOSPAWNWAIT2, sizeof(t), Protection, 0);
}


void Supermaster ()
{
DWORD dwSrvrPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwSrvrPtr != 0){
*(int*)(dwSrvrPtr+OFS_SUPERMASTER) = 1;
}
}


void Platinum ()
{
DWORD dwSrvrPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwSrvrPtr != 0)
{
*(long*)(dwSrvrPtr+OFS_PREMIUM2) = 4, 10;
{
*(float*)(dwSrvrPtr+OFS_PREMIUM2) = 1, 1;
}}}


void nfd () 
{ 
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER; 
if(dwPlayerPtr != 0) 
{ 
*(float*)(dwPlayerPtr+OFS_NFD) = -20000; 
} 
} 


void HackThread() 
{ 
for (;;) 
{ 
Platinum();
Supermaster();
Spawn();
stamina();
norecoil();
Slots5();
spread();
jump(); 
nfd(); 
Sleep(200); 
} 
} 
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res) 
{ 
switch(DWORD_GRUND) 
{ 
case 1: 
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); 
break; 
case 2: 
break; 
} 
return TRUE; 
}
ÆroX. is offline  
Thanks
1 User
Old 12/12/2010, 00:20   #510

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Du musst das float posiz; durch deine 3 koridnaten ersetzen bei teleport OO

also:


float coordz;
foat coordy;
float coordx;


Wahrscheinlich sind deine Addys falsch
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 12:36.


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.