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!
Last edited by xCloudy ; 07-09-2015 at 03:13 AM.
07-09-2015, 03:16 AM #2
itsSorrow
In my man cave
Yes I can help you... Tell me ur skype cause its easier
07-09-2015, 03:18 AM #3
Originally posted by Matroix7 View Post
Yes I can help you... Tell me ur skype cause its easier


its lolclouds
07-09-2015, 03:19 AM #4
add lolclouds
07-09-2015, 03:59 AM #5
itsSorrow
In my man cave
Originally posted by Aryylicious View Post
add lolclouds


m8 accept it
07-09-2015, 04:03 AM #6
Vanz
Z32 Love <3
Originally posted by Aryylicious View Post
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:




If someone could do it for me i would appreciate it!


It's a GSC Script. You can add it to a menu,all you need is the way to add a option. If you open up your menu in GSC Studio,You should see how it coded,Just add the option then the function then your good.
07-09-2015, 04:39 AM #7
itsSorrow
In my man cave
Originally posted by Vanz View Post
It's a GSC Script. You can add it to a menu,all you need is the way to add a option. If you open up your menu in GSC Studio,You should see how it coded,Just add the option then the function then your good.


he doesnt want a menu though..

okay and Arry since you wont add me on skype here...

on the onplayerspawned after the waitill..
put self dodaaim();
and all the way in the bottom put the trickshot code m8
07-09-2015, 04:41 AM #8
Vanz
Z32 Love <3
Originally posted by Matroix7 View Post
he doesnt want a menu though..

okay and Arry since you wont add me on skype here...

on the onplayerspawned after the waitill..
put self dodaaim();
and all the way in the bottom put the trickshot code m8


This won't work unless he gets host..I'm guessing he wants this every match so he'll need a force host.
07-09-2015, 05:22 AM #9
itsSorrow
In my man cave
Originally posted by Vanz View Post
This won't work unless he gets host..I'm guessing he wants this every match so he'll need a force host.


pretty sure this is already known -.-
07-09-2015, 05:29 AM #10
Vanz
Z32 Love <3
Originally posted by Matroix7 View Post
pretty sure this is already known -.-


Believe it or not,Most people don't know that.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo