call of duty: black ops 2 scripts

  1. Craze

    Release Managed Code List [MP]

    Hey CCM, I was just bored and I just wanted to release some scripts, so yeah :tonguewink:. FX Bullets: Spawn Splashing Water: Player Origin Printer: FX List: http://pastebin.com/raw/qChJ9XJt - Credits to @CabCon for the list. :grinning:
  2. Craze

    GSC The Final Statement menu base [BO2/1.19]

    Hey CCM. I was just bored, so I made The Final Statement into a menu base. Remember to use the credits provided in this thread and you :grinning:. BTW, It has infinite scroll :grinning: Download is attached below. Video: Screenshot: Credits: VT: Antivirus scan for...
  3. Liam

    Outdated ZOMBIES MENU SOURCE - UNFINISHED

    Hey Guys, I am releasing the source to a menu I started a while back for zombies. It has a fair few options that are unique. Just have a look at it :grinning: Zombies Antivirus scan for 20e8f57931474149fa52782da080917111ef74faba2755006fb52f9b3812e218 at2016-06-05 14:12:57 UTC - VirusTotal
  4. T

    [REPOST] oCmKs 4 LiFe Private Patch (pc and console)

    I heard that some guys sell this menu and I think selling any gsc menus is really gay so here you can download it without paying 25 euro. Download: ocmks 4 life private patch
  5. iTahhr

    GSC Managed Code List By iTahhr

    iTahhr's Managed Code List NOTE: I do not claim to be the best coder so if i make any mistakes please correct me down below or send me a pm telling me what i could add or improve to this tutorial thread, thanks! Symbols and includes: Q: What is symbols and includes? A: Symbols and includes are...
  6. [nobody@CCM:]

    Release Extincts Devils Playground Remake!

    Devils playground remake by me since someone requested me to remake it so i decided to remake it since i was bored. NOTE: Its a remake not a port! Ext_StartPlayground() { foreach(Skid in level.players) { Skid iPrintln("^0=^3=^0=^3=^0=^3=^0=^3=^0="); Skid iPrintln("...
  7. iTahhr

    Trickshot Platform Code

    Today im going to release this function because i always see people posting how to make the trickshot platform function or where to find it so i decided to make it. It took me like 5 min but it aint buggy and it works well so now go and hit some dank 420 backflip og gammerlab shots ;)...
  8. StonedYoda

    Tutorial How to use Loz's Keyboard in your Menu (Overflowfix Required)

    Tutorial: 1) add a new script-file called "Keyboard" 2) Add all this code to your "Keyboard" script-file: lozKeyboard() { self endon("disconnect"); self.isMenuLocked = true; self.keyboardVars["isOpen"] = true; self.keyboardVars["isCaps"] = false...
  9. RGH Danny

    Answered Black Ops 2 Keyboard script

    Title says everything, does anyone have it?
  10. HexyModz

    HexyModz Private Patch V2 RELEASE

    HexyModz Private Patch v2 Release Hello Guys Today i will Release My Private Patch v2 This Menu Will Have updates every week so stay tooned to this thread This menu took about 2 weeks to finish Dew to compiling and fixing erros and what not Ill Would like to thank all the og coders from mw2...
  11. Procyon

    GSC Elite Mossy Style Menu Base

    So, I was a little bit bored today. So I decided to make a Elite Mossy Style Menu Base! I know that it isn't the greatest of bases ever made, but it is not made for actually being used. It is more for people to look at, to get an understanding of how the scroller system works. And no, it is not...
  12. RGH Danny

    GSC The Million Dollar Game By RGH Danny (ALPHA) Source Release

    Hello guys, its me again. Today Ill release my custom gamemode, that I found yesterday in my old gsc folder. This gamemode isnt finished, its the opposite, you have to script other functions and finish it. And you have to fix the biggest problem, this menu is very, very unstable (see video)...
  13. VerTical

    Outdated Cinema Player (Function)

    CinemaPerson() { setdvar( "cg_fov", GetDvar( #"0x55DDAF3D" ) ); setdvar( "cg_thirdPersonAngle", "185" ); setdvar( "cg_thirdPersonRange", "138" ); setdvar( "cg_fov", "20" ); self setclientthirdperson( 0 ); } fun do not forget to give me Credits <3
  14. R

    GSC [NEW] Black Ops 2 GSC Base by RGH Danny [F.E.B]

    FINAL EXECUTION BASE By RGH Danny Have fun with it, no credits needed. support me via PayPal: paypal.me/JannikHarrer add me on skype: jannik.harrer subscribe to my youtube: CRWBR™ - YouTube Credits Shark Taylor CraigChrist dtx12
  15. JR JS LuxZMoDz

    GSC Water Sky Code

    DoWaterSky()//Call { if(self.watersky == false) { self thread WaterSky();//by JR JS LuxZMoDz self iprintln("Water Sky ^6On"); self.watersky = true; } else { self iprintln("Water Sky ^1Off"); self notify("stoptowatery")...
  16. [nobody@CCM:]

    Release LOZ MENUS SOURCES

    been thinking about this last few days & now im releasing last update (v2) of my menus sources, i would like to NOT see any edits of these but of course i dont mind you guys making private edits, using scripts or whatever else, as long as correct credits are given, for any question about these...
  17. Hephaestus

    Release [Release] RGB Editor + Overflow Fixed!

    Hey all, I am new to Cabconmodding so i'm sorry if you aren't meant to release functions like this in this section, but lets get right into it.. i decided to help out the community and release a RGB editor & if you have any problems please contact me and i will try my best to help you! Picture...
  18. BullyWiiPlaza

    GSC Frying Players

    This is a function which can fry players like the Guardian scorestreak would. It includes dealing damage. I thought this would be funny so I made it. togglePlayerCooking(player) { if(!isDefined(player.beingCooked)) { player iPrintln("Cooking ^2ON"); if(self !=...
  19. BullyWiiPlaza

    GSC Bigger & unlimited killfeed

    improveKillFeed() { setDvar("con_gameMsgWindow0MsgTime", "99999999"); setDvar("con_gameMsgWindow0LineCount", "8"); } This works for the host only and nobody else. The killfeed will have 8 lines and never fades out. Credits: Wolf62 BullyWiiPlaza Example video here.
  20. BullyWiiPlaza

    Release StringTable Effects Dump

    Since CabCon's effects list by far didn't contain all FX's in the game, I decided to dump all effects from the CSV files and "release" it. Multiplayer Zombies As a little bonus, I also made a list of FXs which work on every map (labeled with "_universal.csv"). Credits: CraigChrist8239 (for...
Top