Post: help me please
07-09-2015, 03:11 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); is it possible to just add a code & not a menu to a sprx or a gsc? really want to have just a clean file with this one:

Originally posted by 0x0000000 View Post
Here is the real aimbot from the azza menu (Enemy has to be in crosshairs);
    
//This checks if the player is within your crosshair size
isRealistic(nerd) {
self.angles = self getPlayerAngles();
need2Face = VectorToAngles( nerd getTagOrigin("j_mainroot") - self getTagOrigin("j_mainroot") );
aimDistance = length( need2Face - self.angles );
if(aimDistance < 25)
return true;
else
return false;
}


//The aimbot
doDaAim() {
self endon("disconnect");
self endon("death");
self endon("EndAutoAim");
for(;Winky Winky
{
self waittill( "weapon_fired");
abc=0;
foreach(player in level.players) {
if(isRealistic(player))
{
if(self.pers["team"] != player.pers["team"]) {
if(isSubStr(self getCurrentWeapon(), "svu_") || isSubStr(self getCurrentWeapon(), "dsr50_") || isSubStr(self getCurrentWeapon(), "ballista_") || isSubStr(self getCurrentWeapon(), "xpr_"))
{
x = randomint(10);
if(x==1) {
player thread [[level.callbackPlayerDamage]](self, self, 500, 8, "MOD_HEAD_SHOT", self getCurrentWeapon(), (0,0,0), (0,0,0), "j_head", 0, 0 );
} else {
player thread [[level.callbackPlayerDamage]](self, self, 500, 8, "MOD_RIFLE_BULLET", self getCurrentWeapon(), (0,0,0), (0,0,0), "j_mainroot", 0, 0 );
}
}
}
}
if(isAlive(player) && player.pers["team"] == "axis") {
abc++;
}
}
if(abc==0) {
self notify("last_killed");
}
}
}



If someone could do it for me i would appreciate it!
(adsbygoogle = window.adsbygoogle || []).push({});
07-09-2015, 05:40 AM #11
itsSorrow
In my man cave
Originally posted by Vanz View Post
Believe it or not,Most people don't know that.


the fuck .-.
07-09-2015, 05:41 AM #12
itsSorrow
In my man cave
Originally posted by Vanz View Post
Believe it or not,Most people don't know that.


the fuk .-.
07-11-2015, 06:11 AM #13
Sorry, just went on a flight to norway. whats ur skype?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo