Register for your free account! | Forgot your password?

You last visited: Today at 15:38

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

Advertisement



Weapon Spawn New Methot

Discussion on Weapon Spawn New Methot within the Combat Arms Hacks, Bots, Cheats & Exploits forum part of the Combat Arms category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2011
Posts: 143
Received Thanks: 46
Weapon Spawn New Methot

// Character and Weapons Slots
uint8 ID = pMsg->Readuint8( );
if( ID == 114 )
{
CAutoMessage character;
character.Reset( );
character.Writeuint8( 114 );

for( uint32 i = 0; i < ( pMsg->Size( ) / sizeof( uint8 ) ); i++ )
{
INT backupID = pMsg->Readuint8();

if( i == 15 )
backupID = 10; // ( character )

if( i == 19 )
backupID = RankHackID; // ( rank )

if( i == 24 )
backupID = 108; // ( unlock slots Backpacks A, B, C, D )
if( i == 60 )
backupID = 28; // ( unlock slots Backpacks A, B, C, D )
if( i == 61 )
backupID = 23; // ( unlock slots Backpacks A, B, C, D )
if( i == 64 )
backupID = 16; // ( unlock slots Backpacks A, B, C, D )

if( i == 65 )
backupID = 50; // ( weapon slot 1 (Primary) - parameter 1 )
if( i == 66 )
backupID = 1; // ( weapon slot 1 (Primary) - parameter 2 )

if( i == 76 )
backupID = 76; // ( weapon slot 2 (Secondary) - parameter 1 )
if( i == 77 )
backupID = 0; // ( weapon slot 2 (Secondary) - parameter 2 )

if( i == 87 )
backupID = 153; // ( weapon slot 3 (Melee) - parameter 1 )
if( i == 88 )
backupID = 0; // ( weapon slot 3 (Melee) - parameter 2 )

if( i == 98 )
backupID = 57; // ( weapon slot 4 (Support) - parameter 1 )
if( i == 99 )
backupID = 0; // ( weapon slot 4 (Support) - parameter 2 )

if( i == 109 )
backupID = 25; // ( weapon slot 5 (Backpack A) - parameter 1 )
if( i == 110 )
backupID = 0; // ( weapon slot 5 (Backpack A) - parameter 2 )

if( i == 120 )
backupID = 53; // ( weapon slot 6 (Backpack B) - parameter 1 )
if( i == 121 )
backupID = 0; // ( weapon slot 6 (Backpack B) - parameter 2 )

if( i == 131 )
backupID = 37; // ( weapon slot 7 (Backpack C) - parameter 1 )
if( i == 132 )
backupID = 0; // ( weapon slot 7 (Backpack C) - parameter 2 )

if( i == 142 )
backupID = 15; // ( weapon slot 8 (Backpack D) - parameter 1 )
if( i == 143 )
backupID = 0; // ( weapon slot 8 (Backpack D) - parameter 2 )

character.Writeuint8( backupID );
}

return oSendToServer( character.Read(), Flags );
}


-------------------------------------------------------------------------------------------------------------------------------

// Weapons hack work on some servers.
//if( i == 65 )
// backupID = 50; // ( weapon slot 1 - parameter 1 ) // backupID = 50 => PP-19 MOD
//if( i == 66 )
// backupID = 1; // ( weapon slot 1 - parameter 2 ) // backupID = 1 => PP-19 MOD
//
//if( i == 76 )
// backupID = 76; // ( weapon slot 2 - parameter 1 ) // backupID = 76 => G23
//if( i == 77 )
// backupID = 0; // ( weapon slot 2 - parameter 2 ) // backupID = 0 => G23
//
//if( i == 87 )
// backupID = 167; // ( weapon slot 3 - parameter 1 ) // backupID = 167 => Foice
//if( i == 86 )
// backupID = 0; // ( weapon slot 3 - parameter 2 ) // backupID = 0 => Foice
//
//if( i == 98 )
// backupID = 57; // ( weapon slot 4 - parameter 1 ) // backupID = 57 => M16A1 AP MINE
//if( i == 99 )
// backupID = 0; // ( weapon slot 4 - parameter 2 ) // backupID = 0 => M16A1 AP MINE




proxlive is offline  
Old 07/03/2014, 16:01   #2
 
elite*gold: 0
Join Date: Jul 2014
Posts: 1
Received Thanks: 0
how to use ?
LirAsulinLA is offline  
Old 07/03/2014, 16:47   #3
 
elite*gold: 0
Join Date: Jan 2013
Posts: 15
Received Thanks: 1
tutorial please add me skype XVAQUROSX PHOTO KOALA
kekkopowa124 is offline  
Old 07/04/2014, 14:01   #4
 
sjkonvict's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 35
Received Thanks: 6
it would be much eaiser if you could put it in a dll format which we could then inject
sjkonvict is offline  
Old 07/05/2014, 03:44   #5
 
VehallaSro's Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 58
Received Thanks: 4
how to use it!
VehallaSro is offline  
Old 07/09/2014, 06:34   #6
 
iFaZe's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 165
Received Thanks: 227
This only works on BR and only in one server, don't get your panties in a bunch.
iFaZe is offline  
Old 07/16/2014, 16:18   #7
 
elite*gold: 0
Join Date: Jul 2014
Posts: 392
Received Thanks: 51
I've tested thats not work in EU !
Animе is offline  
Old 09/03/2014, 13:35   #8
 
elite*gold: 0
Join Date: Aug 2014
Posts: 1
Received Thanks: 0
hey can u make a turtorial plz or explain me how to do it via skype ? antonis.toulis my skype name
antonis199 is offline  
Old 09/03/2014, 17:04   #9
 
Toshio Riko's Avatar
 
elite*gold: 35
Join Date: Jul 2012
Posts: 1,680
Received Thanks: 1,367
Learn coding omg...
He added this for coders, to add it in their hack.
Btw, its BR Method... in BR everything works -.-
+
This is over a month old, could be detected already.

Quote:
This only works on BR and only in one server, don't get your panties in a bunch.
One of da best coders of da world spoke to you
Toshio Riko is offline  
Reply


Similar Threads Similar Threads
#[Vehicle/Weapon Spawn]#
04/04/2013 - DayZ Trading - 1 Replies
Hey Leute Ich Biete euch hiermit meine Dienste zum Spawnen von: Fahrzeugen(Tanks+Flugzeuge+Helis),Waffen,Items oder Sonstigen Dingen an, bei absprache wuerde ich auch ein Bild von meiner Map machen mit Vehicle Marker :) Preise Verhandelbar. Edit:Ich Habe etwas nicht Aufgezählt?Ihr wollt Dies aber unbedingt Gespawnt haben? Einfach melden ich werde schauen was Ich machen kann :) Skype:sledgehammer27 oder Pm hier. Mit freundlichen Gruessen
[DayZ] Free weapon/item spawn on public servers
11/29/2012 - DayZ Trading - 2 Replies
Sup guys, i'm offering you and free weapon spawn on any public server. Just contact me here in this thread, via PM or skype: kewgenic Just say me what you want/need and then i'll spawn it for you :) What i want?
what weapon accessory spawn offest?
08/18/2011 - CO2 Private Server - 3 Replies
what weapon accessory spawn offest to show in equipment plz help me i use source 5375



All times are GMT +1. The time now is 15:38.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.