Post: BO2 Noscope aimbot/azza aimbot only for snipers GSC
03-20-2016, 11:57 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU, does anyone have a code for noscope aimbot or azza aimbot, but have to only works with snipers
(adsbygoogle = window.adsbygoogle || []).push({});
03-20-2016, 02:24 PM #2
Originally posted by Levino1710 View Post
Hey NGU, does anyone have a code for noscope aimbot or azza aimbot, but have to only works with snipers


    
weap = self getweapon();
if(weap == ballista || weap == dsr || weap == anyothersniper) {
//put your shit here
}


This is obviously not entirely correct but you should be able to figure this stuff out on your own.
03-20-2016, 09:34 PM #3
BullyWiiPlaza
Climbing up the ladder
Originally posted by John View Post
This is obviously not entirely correct but you should be able to figure this stuff out on your own.

Yeah, I use this:
    isSniper(weapon)
{
snipers = strTok("svu_mp|dsr50_mp|ballista_mp|as50_mp", "|");

foreach(sniper in snipers)
{
if(isSubStr(weapon, sniper))
{
return true;
}
}

return false;
}

The following user thanked BullyWiiPlaza for this useful post:

iRnZ
03-20-2016, 09:54 PM #4
Originally posted by BullyWiiPlaza View Post
Yeah, I use this:
    isSniper(weapon)
{
snipers = strTok("svu_mp|dsr50_mp|ballista_mp|as50_mp", "|");

foreach(sniper in snipers)
{
if(isSubStr(weapon, sniper))
{
return true;
}
}

return false;
}


Ya could've let him try stuff on his own :/
03-21-2016, 11:18 AM #5
btw thanks both of u Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo