Post: Bo2 GSC need help with binds and trickshot aimbot...
02-11-2015, 06:40 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); How Can I add binds to gsc menu? these are the ones that I want: prone + dpad up = godmode, prone + dpad right = invisible, prone + dpad down = trickshot aimbot, prone + dpad left = constant uav. and I also need the code for trickshot aimbot?
(adsbygoogle = window.adsbygoogle || []).push({});
02-11-2015, 07:51 PM #2
iiiCenTurY
Gym leader
Call this in OnPlayerSpawned()


    MonitorButtons()
{
self endon("disconnect");

for(;Winky Winky
{
if(self actionSlotthreeButtonPressed() && self GetStance() == "crouch")//dpad left
{
self thread example1();
wait .12;
}
if(self actionSlotTwoButtonPressed() && self GetStance() == "crouch")//dpad down
{
self thread example2();
wait .12;
}
if(self actionSlotFourButtonPressed() && self GetStance() == "crouch")//dpad right
{
self thread example3();
wait .12;
}
if(self actionslotonebuttonpressed() && self GetStance() == "crouch")//dpad up
{
self thread example4();
wait .12;
}
wait .05;
}
}

The following user thanked iiiCenTurY for this useful post:

mraztekhd

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo