bo3 gsc

  1. CabCon

    GSC Black Ops 3 GSC Scripting - Disable Cheats Mod Tools - Anti-Cheat Code

    Hi everyone, in this small thread you will found out how to disable the cheat commands (god, noclip, give) on a custom map or gamemode, developed with the black ops 3 mod tools. Credits for the code are going to natesmithzombies, Koan and DidUknowiPwn! Thank you for sharing it! Navigate to...
  2. Collie

    Answered Has anyone figured out how to use gobblegums in scripts? GSC Black Ops 3

    I want to use some of the gobblegums in my scripts, but we're missing a lot of necessary information in _zm_bgb.gsc I was wondering if anyone's managed to export the full scripts or something along those lines?
  3. CabCon

    GSC Black Ops 3 GSC Weapon Names with Game Name - List

    Hello everyone, today I will share this Black Ops 3 Weapon list with you. It shows you which weapon ingame got which 'GSC'-entity name. I hope it helps a few people. :) Happy modding! Primary Submachine Guns Kuda : smg_standard VMP : smg_versatile Weevil : smg_capacity Vesper : smg_fastfire...
  4. CabCon

    Tutorial How to install any Black Ops 3 Mods/Mod menu on pc without steam | English tutorial by CabCon

    How to install any Black Ops 3 Mods/Mod menu on pc without steam? Hello guys, in this tutorial I would like to show you how to install any black ops 3 mod menu without steam. Be sure to post problems below. Cheers :peace:! Video version of this tutorial: First of all you download a mod menu...
  5. CabCon

    Release Black Ops 3 Multiplayer GSC Mod Menu "EnCoReV13" by CabCon +Download

    Hello everyone, CabCon here and today I will release my second (but first time for multiplayer) Black Ops 3 Mod Menu to the public! It is the first playable alpha version of this menu, so there are several bugs which I will fix by time! :grinning: Be sure to report any big bugs or problems...
  6. Cxwh

    Answered Can someone test this?

    As I said can someone test this for me? And if it doesn't work tell me where the error is? (if the error gets displayed)
  7. CabCon

    Tutorial Black Ops 3 Zombie GSC Modding - How to start coding a mod? Startup Mod +Download

    UPDATED TUTORIAL: Tutorial - Black Ops 3 Zombie GSC Modding - How to start coding a mod? Startup Mod +Download | CabConModding Hello guys, in this tutorial I want to assist every old GSC coder from a older Call of Duty. I will show you here how to make a mod which will call a function on any...
  8. CabCon

    GSC Black Ops 3 GSC Zombie Counter Function by DualVII +Source

    Find your mapname.gsc (i.e. Black Ops III\usermaps\zm_yourmapname\scripts\zm\zm_yourmapname.gsc, not .csc) Within the main() function, add a new line inside it: _INIT_ZCOUNTER(); After inserting that in, go to the end of the script and paste in the entire following: function _INIT_ZCOUNTER() {...
  9. Aspire

    Tutorial How to get VS - Code to read GSC

    How to get Visual Studio Code (VS Code) to read GSC: This was originally made for WaW. I had to change a lot of stuff in order to get this to work, so yh. (idk where I'm going with this) Some features like compiling etc probably won't work because as I said it was made for WaW NOTE: Originally...
  10. K

    Answered Multiplayer Movement in Shadows of Evil

    I asked for help with this yesterday and I was told that I need to put the code in a loop, but I did that and still can't seem to make it work. Anybody know what I'm doing wrong? Here's the code in case I'm just an idiot :tonguewink: function func_newMovementOn() { self endon...
  11. Aspire

    Answered Does this dvar exist? "r_waterSheetingFX_enable"

    Just asking if someone know if this dvar exists in bo3
  12. Aspire

    Answered BO3 weapons + names

    I've seen the list of weapons in bo3 and i really can't tell what is what... If someone has all the mp weapons and their ingame names please send them to me
  13. CabCon

    Release Black Ops 3 Zombie GSC Mod Menu "The Final Statement" by CabCon +Download

    Hello everyone, today I will release my first Black Ops 3 Mod Menu to the public! :grinning: It is the first playable alpha version of this menu, so there are several bugs which I will fix by time! :grinning: Be sure to report any big bugs or problems! Have fun! Download Alpha V1...
  14. S

    GSC EVANESCENC3 - Black Ops III Menu Base (Expert)

    Yo, havent released **** in a while and people always ask for this base for BO2, so i said **** it and made it on BO3. I wouldnt recommend you use this base if you are new to GSC or programming, as it uses a very complex inner structure. However, as an experienced coder, you should enjoy the...
  15. Aspire

    GSC Aspire's BO3 GSC Menu Base

    This pretty much is Shark's GSC menu base for BO2 ported to Black Ops 3. I ported it over to Black Ops 3 hoping it would help some people. I tried to keep it as simple as possible so I'd it's perfect for beginners. Anyways if you have any ideas on how to improve/fix this base just reply...
  16. Aspire

    Request Can someone help me?

    Can somebody tell me if there's something wrong with this since I can't test it myself? #using scripts\codescripts\struct; #using scripts\mp\_util; #using scripts\shared\callbacks_shared; #using scripts\shared\system_shared; #using scripts\shared\util_shared; #using...
  17. JayCoder

    Request Help Fix Scrolling

    /* Impossible With Out CabCon <3 Love Him Alway's Helping Me Alway's, Also His Raw He Is Giving Out Helps All The Way ___ _ _______ ___ _ .' \ ___ \ ___ ___ __. , __ ' /...
  18. CabCon

    Tutorial Black Ops 3: GSC Modding - Create uiElements (createText, createRectangle) Functions +Source

    Hello everyone, today I will share some 3 example Create-uiElements-Functions developed by me! Because at the start there are some changes on bo3 to call the normal ui functions.. :grinning: Feel free to use them in your project with credits! :grinning: Source of this Test Project: [C#] Create...
  19. CabCon

    GSC Black Ops 3: GSC Modding - How many uiElements can I create with GSC? Elements Limit +Source

    You can create: 26 uiElements due GSC! Feel free to test it by yourself: Include: #using scripts\shared\hud_util_shared; function on_player_spawned() { if(!self isHost()) return; wait 10; self.testElemet = 0; self thread system_core(); } function system_core() {...
  20. JayCoder

    Question can somebody tell me whats wrong with this?

    /* Impossible With Out CabCon <3 Love Him Alway's Helping Me Alway's, Also His Raw He Is Giving Out Helps All The Way ___ _ _______ ___ _ .' \ ___ \ ___ ___ __. , __ ' / ___...
Top