Please verify you are human

Warrock - Code Snippets - Page 69
  Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 18:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Warrock - Code Snippets

Discussion on Warrock - Code Snippets within the WarRock forum part of the Shooter category.

Closed Thread
 
Old 05/31/2013, 10:22   #1021
 
elite*gold: 0
Join Date: May 2013
Posts: 4
Received Thanks: 2
Quote:
Originally Posted by ~ExoduS~* View Post
Code:
oO ist VirtualJump other coders found it since 3years xD :)
Quote:
switch ( pPlayerHacks->WalkHeight )
{
default : MakeFloat(0x8C89A4,40.0f);break;
case 1: MakeFloat(0x8C89A4,70.0f);break;
case 2: MakeFloat(0x8C89A4,100.0f);break;
case 3: MakeFloat(0x8C89A4,150.0f);break;
case 4: MakeFloat(0x8C89A4,200.0f);break;
case 5: MakeFloat(0x8C89A4,300.0f);break;

}
Credits Willi27....
WR_B4sher is offline  
Old 05/31/2013, 11:15   #1022
 
CyberMask's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 80
Received Thanks: 159
Quote:
Originally Posted by ~ExoduS~* View Post
Code:
oO ist VirtualJump other coders found it since 3years xD :)

My addy :


Virtual Jump addy :
CyberMask is offline  
Thanks
1 User
Old 05/31/2013, 21:53   #1023
 
elite*gold: 0
Join Date: Apr 2013
Posts: 511
Received Thanks: 431
Quote:
Originally Posted by WR_B4sher View Post
Credits Willi27....
YaY, für so ein **** Credits? bitte...

Man zeigt es euch so oft, ihr ignoriert es..

Quote:
MakeFloat( 0x8C89A4, 40.0f * pPlayerHacks->WalkHeight );
Weißte, wozu ne Switch Case abfrage bei sachen die sowieso mal x sind? ._.
Wanetrain is offline  
Thanks
1 User
Old 06/04/2013, 16:26   #1024
 
elite*gold: 0
Join Date: Mar 2012
Posts: 88
Received Thanks: 2
#question
Bekomme bei chimprec immer wenn ich es starte side by side konfiguration ungültig weis einer von euch was man hier machen muss? :/
hansewurst is offline  
Old 06/04/2013, 16:30   #1025
 
xXrussXx's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 643
Received Thanks: 846
ChimpRec



xXrussXx is offline  
Thanks
1 User
Old 06/04/2013, 22:01   #1026
 
elite*gold: 0
Join Date: Aug 2012
Posts: 184
Received Thanks: 724
Quote:
Originally Posted by hansewurst View Post
#question
Bekomme bei chimprec immer wenn ich es starte side by side konfiguration ungültig weis einer von euch was man hier machen muss? :/
Du musst Visual C++ 2008 und dessen dazugehörigen Add-Ons installieren. War bei mir auch so.
*KingDevil* is offline  
Old 06/07/2013, 18:56   #1027
 
Apasp®'s Avatar
 
elite*gold: 441
Join Date: Dec 2011
Posts: 348
Received Thanks: 602
Warum stürzt beim start Warrock ab liegt an dem

no menue Hack

#define Asm_AutoAmmo 0x00506CD4
#define Asm_AutoMedic 0x00506DD8

void AutoAmmo()
{
DWORD dwPlP = *(DWORD*)Playerpointer;
if(dwPlP != 0)
{
*(float*)Asm_AutoAmmo = 9999;
}}



void AutoMedic()
{
DWORD dwPlP = *(DWORD*)Playerpointer;
if(dwPlP != 0)
{
*(float*)Asm_AutoMedic = 9999;
}
}
Apasp® is offline  
Old 06/07/2013, 22:17   #1028
 
elite*gold: 0
Join Date: Jul 2011
Posts: 3,812
Received Thanks: 1,840
Quote:
Originally Posted by app12315 View Post
Warum stürzt beim start Warrock ab liegt an dem

no menue Hack


void AutoAmmo()
{
DWORD dwPlP = *(DWORD*)Playerpointer;
if(dwPlP != 0)
{
*(float*)Asm_AutoAmmo = 9999;
}}



void AutoMedic()
{
DWORD dwPlP = *(DWORD*)Playerpointer;
if(dwPlP != 0)
{
*(float*)Asm_AutoMedic = 9999;
}
}
Srsly?
You need a byPass and on/off bytes.
xRoute66x is offline  
Old 06/08/2013, 13:36   #1029
 
xXkinqzzXx's Avatar
 
elite*gold: 42
Join Date: Oct 2012
Posts: 368
Received Thanks: 35
wie finde ich die codes raus? bzw woher bekomme ich ein addy locker? :O hab in der sufu nichts gefunden und wenn dann nur teile die nicht mehr gingen
xXkinqzzXx is offline  
Old 06/08/2013, 19:49   #1030
 
elite*gold: 0
Join Date: Jun 2013
Posts: 7
Received Thanks: 6
Quote:
Originally Posted by xXkinqzzXx View Post
wie finde ich die codes raus? bzw woher bekomme ich ein addy locker? :O hab in der sufu nichts gefunden und wenn dann nur teile die nicht mehr gingen
Woher du ein Addy Schließfach findest kann ich dir nicht sagen.
aber ne Addy Logger Macht man Selber :-)
iKito™ is offline  
Old 06/08/2013, 21:02   #1031
 
elite*gold: 1
Join Date: Apr 2013
Posts: 461
Received Thanks: 216
Quote:
#include <windows.h>
void playerhacks()
{
DWORD playerptr = *(DWORD*)playerPointerAddy;
if(playerptr != 0)
{
// player hacks here
}
}
CREDITS TO BLACKHAT LOLOL
.BlackHat is offline  
Thanks
2 Users
Old 06/09/2013, 10:42   #1032
 
elite*gold: 0
Join Date: Feb 2012
Posts: 22
Received Thanks: 0
Quote:
Originally Posted by .BlackHat View Post
CREDITS TO BLACKHAT LOLOL
Credits to no one, that's common knowledge, no one found this. This isn't a piece of code someone came up with or found first so you have to give credits. Idiot.
Infern017 is offline  
Old 06/09/2013, 11:27   #1033
 
3dVision's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 47
Received Thanks: 5
Anyone knows all GM Commands in War Rock?
3dVision is offline  
Old 06/09/2013, 12:55   #1034
 
elite*gold: 0
Join Date: Mar 2013
Posts: 186
Received Thanks: 267
Quote:
Originally Posted by 3dVision View Post
Anyone knows all GM Commands in War Rock?
Code:
/rdis ID - Removes Room
/kick NAME - Kicks Player
/userinfo NAME - Gives Info About the User
Thats are all i know : )
Xave :) is offline  
Thanks
1 User
Old 06/09/2013, 16:01   #1035


 
elite*gold: 123
The Black Market: 188/0/0
Join Date: Sep 2009
Posts: 1,920
Received Thanks: 1,052
Quote:
Originally Posted by Infern017 View Post
Credits to no one, that's common knowledge, no one found this. This isn't a piece of code someone came up with or found first so you have to give credits. Idiot.
It was just an useless joke ..
You havent understood it ..
Chowniiqhtz™ is offline  
Thanks
4 Users
Closed Thread


Similar Threads Similar Threads
WarRock EU - Code Snippets
07/12/2012 - WarRock - 7490 Replies
Hi Leute, in diesem Thread könnt ihr: -> Nach Sourcecodes fragen(Beispiel unten) -> Eure Sourcecodes posten(Wenn sie nicht von euch sind mit Credits!) -> Fragen ob eure Source evtl. einen Fehler hat -> Fragen was welcher Fehler bedeuted -> Sourcecodes entnehmen(Bitte beim Release dann Credits angeben!)



All times are GMT +1. The time now is 18:21.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.