call of duty: black ops 3 scripts

  1. 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...
  2. 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() {...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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() {...
  8. JayCoder

    Tutorial Lets Make A Menu!

    Jay - Hello CabCon Community, I wanted to start a TUT On making a GSC MENU for bo3. Forgive my english. so lets find how we will make our hud,text,level.players.if statements,etc 1: grabbing the _clientids I Started By Cleaning It Up, by doing the following How To Get Hud And Text? Ok We...
  9. CabCon

    Release Black Ops 3 GSC Mod Menu Base by CabCon | Simple +Source and Download

    Hello everyone, today I present you my old menu base! I ported it to Black Ops 3! It's very bad coded but anyways maybe it help some people! :grinning: Preview Credits CabCon Source /* ┏━━━┓╋╋┏┓╋┏━━━┓╋╋╋╋╋┏━┓┏━┓╋╋╋╋┏┓╋┏┓ ┃┏━┓┃╋╋┃┃╋┃┏━┓┃╋╋╋╋╋┃┃┗┛┃┃╋╋╋╋┃┃╋┃┃...
  10. CabCon

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

    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 spawn of the player. You can continue with your code after that. :grinning: So let's get started. You want to create a zombie...
  11. CabCon

    Release Black Ops 3 GSC Modding - GSC (Scripts) Raw Files +Download

    Hello guys, here you can download the raw script folder (script is the new maps folder) from Black Ops 3. Download file-upload.net mediafire.com Happy Modding! :cabcon:
  12. CabCon

    GSC Black Ops 3 Zombie GSC The Giant Model List Dump by CabCon | Total assets: 7399

    Hello everyone, here you can find a model dump from the models of the map The Giant! :) Have fun! Downloads Zombie Models dump from The Giant! (Total assets: 7399) Regards, CabCon.
  13. CabCon

    GSC Black Ops 3 GSC Images/Material/Shader List | Dumped by CabCon | Total assets: 25668

    Hello everyone, this is a collection thread where you can find all Black Ops 3 shader/material/images for GSC! :) We are working on this list! Preview Downloads Zombie images dump on The Giant! (Total assets: 25668) Regards, CabCon.
  14. Deltabot

    GSC Black Ops 3 Liam's GSC MENU BASE + Source

    Hi, First off, I'd like to say I didn't know which section to post this because it technically is a custom mod. Anyway, GSC for BO3 is used slightly different than older Call of Duty's. For example instead of #include you use #using. Also Precaching is not done on init. you precache in the same...
  15. I

    Release Black Ops 3 - Offsets and Addresses [1.07/Updating]

    Black Ops 3 Offsets And Adresses Collection Hi, I Made This To Keep Everything Updated On Black Ops 3, Also If Your Not In Credits And You Think You Should Be Just Post Below, I Hope For This To Be The BO3 Thread For Offsets/Addresses! Current Version: 1.07 Mutliplayer G_Entity...
  16. Venox

    Release C++/Bo3 Non-Host Endgame

    Hi CCM Today i will share you my bo3 Non-Host EndGame Code i quit from Bo3 coding so enjoy (i used this since 1.03 in bo3 / Update the Offset to 1.05) Code:
  17. CabCon

    GSC Black Ops 3 GSC Managed Code List

    Hello, this will be continue when the Mod Tools are available. You will find here anything you need to develop a Bo3 Mod. God Mode Unlimited Ammo Ufo Mode Third Person Multiplayer Aimbot Magicbullet Give Weapon Give Random Weapon Give Random Camo to current Weapon Toggle...
Top