Post: Need help with few codes
05-30-2015, 07:10 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i need help with trickshot aimbot code + i need to know how to make dpad blinds for the aimbot

PLEASE HELP MY BRAINS MELTINGGGGGG
(adsbygoogle = window.adsbygoogle || []).push({});
06-10-2015, 03:27 AM #2
     
Put this onplayerspawned()
self.aimbot = 0;

ToggleAimbot()
{
for(;Winky Winky
{
if(self actionslottwobuttonpressed()) // dpad down
{
if(self.aimbot == 0)
{
self.aimbot =1;
self thread doAimbot();
self iPrintln("Aimbot ^2On");
}
else
{
self.aimbot = 0;
self notify ("StopAimbot");
self iPrintln("Aimbot ^1Off");
}
}
wait 0.01; // Time in seconds the button has to be pressed to toggle the aimbot
}
}

ToggleAimbot()
{
self endon("StopAimbot");
and continue regular aimbot thread that can be found here https://www.nextgenupdate.com/forums/call-duty-black-ops-2-gsc-mods-scripts/763318-gsc-managed-code-list.html
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo