Post: Need help with aimbot
09-07-2017, 03:54 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I want my Crosshair Aimbot to ignore player that are in Godmode but i dont know how i could get it to work help would be nice and who gets it working gets Credits in the Menu.

The Aimbot Code*

You must login or register to view this content.

Give GodMode Code*

You must login or register to view this content.

If you got any fixes Post them down here or send them on Skype:Crydon_the_dead

THX Winky Winky
Last edited by GermanElite013 ; 09-07-2017 at 04:41 PM.
09-07-2017, 08:20 PM #2
you have everything you need in those codes just add a check if in godmode at the start
09-08-2017, 01:27 AM #3
Patrick
League Champion
Originally posted by GermanElite013 View Post
I want my Crosshair Aimbot to ignore player that are in Godmode but i dont know how i could get it to work help would be nice and who gets it working gets Credits in the Menu.

The Aimbot Code*

You must login or register to view this content.

Give GodMode Code*

You must login or register to view this content.

If you got any fixes Post them down here or send them on Skype:Crydon_the_dead

THX Winky Winky


    SniperCR() 
{
self endon("disconnect");
self endon("AimEnd");
for(;Winky Winky
{
self waittill( "weapon_fired");
abc=0;
foreach(player in level.players)
{
if(isRealistic(player))
{
if(self.pers["team"] != player.pers["team"] && !player.godplayer || self.pers["team"] == player.pers["team"] && !player.godplayer)
{
if(isSubStr(self getCurrentWeapon(), "svu_") || isSubStr(self getCurrentWeapon(), "dsr50_") || isSubStr(self getCurrentWeapon(), "ballista_") || isSubStr(self getCurrentWeapon(), "as50_"))
{
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");
}
}

The following user groaned Patrick for this awful post:

DF_AUS
09-08-2017, 03:19 PM #4
Thanks gonna test it Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo