CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
Call of Duty: Black Ops 2 Scripts Questions
Call of Duty: Black Ops 2 Answered Questions
Gsc Codes Not Functioning at it's best
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Ubstion" data-source="post: 20516" data-attributes="member: 56273"><p>[spoiler]</p><p>aimBot()</p><p>{</p><p> self endon( "disconnect" );</p><p> self endon( "death" );</p><p> </p><p> for(;<img src="/styles/default/xenforo/smilies.emoji/people/wink.emoji.svg" class="smilie" loading="lazy" alt=":wink:" title="Wink :wink:" data-shortname=":wink:" /></p><p> {</p><p> aimAt = undefined;</p><p> foreach(player in level.players)</p><p> {</p><p> if((player == self) || (!isAlive(player)) || (level.teamBased && self.pers["team"] == player.pers["team"]))</p><p> continue;</p><p> if(isDefined(aimAt))</p><p> {</p><p> if(closer(self getTagOrigin("j_head"), player getTagOrigin("j_head"), aimAt getTagOrigin("j_head")))</p><p> aimAt = player;</p><p> }</p><p> else aimAt = player;</p><p> }</p><p> if(isDefined(aimAt))</p><p> {</p><p> if(self adsbuttonpressed())</p><p> {</p><p> self setplayerangles(VectorToAngles((aimAt getTagOrigin("j_head")) - (self getTagOrigin("j_head"))));</p><p> if(self attackbuttonpressed())</p><p> aimAt thread [[level.callbackPlayerDamage]]( self, self, 100, 0, "MOD_HEAD_SHOT", self getCurrentWeapon(), (0,0,0), (0,0,0), "head", 0, 0 );</p><p> }</p><p> }</p><p> wait 0.01;</p><p> }</p><p>}</p><p>[/spoiler]</p><p></p><p></p><p>[spoiler]</p><p>Inf_Game()</p><p>{</p><p> if(self.ingame==false)</p><p> {</p><p> self.ingame=true;</p><p> setDvar("scr_dom_scorelimit",0);</p><p> setDvar("scr_sd_numlives",0);</p><p> setDvar("scr_war_timelimit",0);</p><p> setDvar("scr_game_onlyheadshots",0);</p><p> setDvar("scr_war_scorelimit",0);</p><p> setDvar("scr_player_forcerespawn",1);</p><p> maps\mp\gametypes\_globallogic_utils:<img src="/styles/default/xenforo/smilies.emoji/people/stuck_out_tongue_closed_eyes.emoji.svg" class="smilie" loading="lazy" alt=":tongueclosed:" title="Tongue Closed Eyes :tongueclosed:" data-shortname=":tongueclosed:" />ausetimer();</p><p> self iPrintln("Infinity Game [^2ON^7]");</p><p> }</p><p> else</p><p> {</p><p> self maps\mp\gametypes\_globallogic_utils::resumetimer();</p><p> self iPrintln("Infinity Game [^1OFF^7]");</p><p> }</p><p>}</p><p>[/spoiler]</p><p></p><p>These two codes that i have used in my menu have issues. The main issue is when you turn on the unlimited game mode on then off you can't seem to turn it back on again just keeps turning off. And for the Aimbot code i can't seem to press to take it off when needed. Could you help with these codes. I'm Using the Shark's Menu Base. If you have another code for me please import them here credits will be given. <img src="/styles/default/xenforo/smilies.emoji/people/smile.emoji.svg" class="smilie" loading="lazy" alt=":grinning:" title="Grinning :grinning:" data-shortname=":grinning:" /></p></blockquote><p></p>
[QUOTE="Ubstion, post: 20516, member: 56273"] [spoiler] aimBot() { self endon( "disconnect" ); self endon( "death" ); for(;;) { aimAt = undefined; foreach(player in level.players) { if((player == self) || (!isAlive(player)) || (level.teamBased && self.pers["team"] == player.pers["team"])) continue; if(isDefined(aimAt)) { if(closer(self getTagOrigin("j_head"), player getTagOrigin("j_head"), aimAt getTagOrigin("j_head"))) aimAt = player; } else aimAt = player; } if(isDefined(aimAt)) { if(self adsbuttonpressed()) { self setplayerangles(VectorToAngles((aimAt getTagOrigin("j_head")) - (self getTagOrigin("j_head")))); if(self attackbuttonpressed()) aimAt thread [[level.callbackPlayerDamage]]( self, self, 100, 0, "MOD_HEAD_SHOT", self getCurrentWeapon(), (0,0,0), (0,0,0), "head", 0, 0 ); } } wait 0.01; } } [/spoiler] [spoiler] Inf_Game() { if(self.ingame==false) { self.ingame=true; setDvar("scr_dom_scorelimit",0); setDvar("scr_sd_numlives",0); setDvar("scr_war_timelimit",0); setDvar("scr_game_onlyheadshots",0); setDvar("scr_war_scorelimit",0); setDvar("scr_player_forcerespawn",1); maps\mp\gametypes\_globallogic_utils::pausetimer(); self iPrintln("Infinity Game [^2ON^7]"); } else { self maps\mp\gametypes\_globallogic_utils::resumetimer(); self iPrintln("Infinity Game [^1OFF^7]"); } } [/spoiler] These two codes that i have used in my menu have issues. The main issue is when you turn on the unlimited game mode on then off you can't seem to turn it back on again just keeps turning off. And for the Aimbot code i can't seem to press to take it off when needed. Could you help with these codes. I'm Using the Shark's Menu Base. If you have another code for me please import them here credits will be given. :D [/QUOTE]
Verification
Post reply
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
Call of Duty: Black Ops 2 Scripts Questions
Call of Duty: Black Ops 2 Answered Questions
Gsc Codes Not Functioning at it's best
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top