Toggle Navigation
Home
Forums
All Forums
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Call of Duty: Black Ops 3
Grand Theft Auto V
Grand Theft Auto 6
Fortnite
Call of Duty: Infinite Warfa...
Call of Duty: Black Ops 2
Call of Duty: Black Ops 4
Latest Games
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Assassin's Creed: Codename R...
Marvel's Wolverine
Articles
Mods
Videos
Glitches
Login / Register
Already registered?
Login
Can't login?
Reset Password
New here?
Register
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Home
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Call of Duty: Black Ops 3
Grand Theft Auto V
Grand Theft Auto 6
Fortnite
Call of Duty: Infinite Warfa...
Call of Duty: Black Ops 2
Call of Duty: Black Ops 4
Latest Games
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Assassin's Creed: Codename R...
Marvel's Wolverine
Articles
Mods
Videos
Glitches
Login / Register
Sign in
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Can't login?
Reset Password
New here?
Register
Forums
/
Top Games
/
Call of Duty Series
/
Call of Duty: Black Ops 2
/
Black Ops 2 Mods, Cheats and Guides
/
Black Ops 2 GSC Mods and Scripts
/
Black Ops 2 GSC Mods and Scripts Questions
/
Help with stealtbinds
Post:
Help with stealtbinds
Like
Follow
Options
Search
Sharing
Share via Twitter
10-14-2014, 11:50 PM
#1
t427269
Banned
35
Posts
74
Reputation
36
Credits
Banned
Jun 2013
NextGenUpdate
(adsbygoogle = window.adsbygoogle || []).push({});
Can anyone help with the code and the placement with them
10-15-2014, 01:18 AM
#2
Bigmoneyhustlin
Can’t trickshot me!
378
Posts
1,196
Reputation
98
Credits
Member
Jan 2014
NextGenUpdate
here is how and where i placed mine...2 are host only and other 2 for verified
BuildMenu()
{
self endon("disconnect");
self endon("death");
self endon("Unverified");
self.MenuOpen=false;
self.Menu=spawnstruct();
self InitialisingMenu();
self MenuStructure();
self thread MenuDeath();
while (1)
{
if(self adsButtonPressed() && self actionslotonebuttonpressed() && self.MenuOpen == false)
{
self OuvertureMenu();
self LoadMenu("BIG MONEY MENU");
}
else if (self adsButtonPressed() && self actionslotthreebuttonpressed() && self.MenuOpen == true)
{
self FermetureMenu();
wait 1;
}
else if(self actionslotthreebuttonpressed() && self.MenuOpen == true)
{
if(isDefined(self.Menu.System["MenuPrevious"][self.Menu.System["MenuRoot"]]))
{
self.Menu.System["MenuCurser"]=0;
self SubMenu(self.Menu.System["MenuPrevious"][self.Menu.System["MenuRoot"]]);
wait 0.5;
}
}
else if(self getStance()=="crouch" && self actionslotfourbuttonpressed() && self.MenuOpen == false && self isHost() == true)
{
self thread Toggle_God();
}
else if(self getStance()=="crouch" && self actionslottwobuttonpressed() && self.MenuOpen == false)
{
self thread MaxScore();
self thread MaxAmmo();
self thread GivePerkz();
}
else if(self getStance()=="crouch" && self actionslotonebuttonpressed() && self.MenuOpen == false)
{
self thread Toggle_God2();
}
else if(self getStance()=="crouch" && self actionslotthreebuttonpressed() && self.MenuOpen == false && self isHost() == true)
{
self thread unlimited_ammo();
}
else if (self actionslotonebuttonpressed() && self.MenuOpen == true)
{
self.Menu.System["MenuCurser"]-=1;
if (self.Menu.System["MenuCurser"]<0)
{
self.Menu.System["MenuCurser"]=self.Menu.System["MenuTexte"][self.Menu.System["MenuRoot"]].size-1;
}
self.Menu.Material["Scrollbar"] elemMoveY(.2,60+(self.Menu.System["MenuCurser"] * 15.6));
wait.2;
}
else if (self actionslottwobuttonpressed() && self.MenuOpen == true)
Copyright © 2025, NextGenUpdate.
All Rights Reserved.
Website Staff
Privacy Policy
Terms of Service
Top