Resources
//Needed for most of the function calls done on the bot
#include scripts\shared\bots\_bot;
#include scripts\shared\laststand_shared;
//GSC source for in-game bot code to reference how certain functions can be used
t7-source/scripts/shared/bots/_bot.gsc at...
Hello Guys Today im releasing my Private GSC Mod Menu for Multiplayer
its still not finished and anyone who might want to help me implement more hit me up on discord :smile:
idk where i got the source from but be aware this is not made from scratch just extended
It has a lot of Features never...
Hello, I am looking for someone to help me make a mod menu. I am a little slow in the head but i'm not brain dead. I know some simple coding languages like HTML and CSS. Other than that i'm a noob. I'm willing to pay $10 an hour for getting helped. I already have a base but if you have any base...
Discord : Tunurs#5025
XboxOne : Tunurs/Littof/Eau1
Black And Yellow Base BO2 Ported To BO1 By Me Use Infinity Loader For Make Your BO1 Menu !!:relaxed:
Hello cabconmodding :handwaving:,
a few days ago someone asked me for the source of my EnCoReV8 Black Ops 1 Zombie Edition. Unfortunately I forgot where he asked me (skype? can't find the chat.., discord!?) so I decided to release it here with the hope that the person will find the source here...
Hello CabConModding!
In this thread I will be showcasing my latest project, I've been working on.
Insidious Remake
Credits
StonedYoda
Matrix Mods
Candy
does anyone have a ufo mode script that instead of holding rb to fly it just starts when you enable it? I want it so that when I press dpad left once (not holding) i can fly around and then press it again to exit flying.
Hello CCM,
I was wondering if it was possible to draw the current player's emblem on screen?
I have been looking though the gsc dump of BO2 With no succes.
Thanks in advance. :P
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 zombie 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.
Video version of this...
black ops 3
black ops 3 mod
black ops 3 mod tools
black ops 3 modding
bo3 zm
cabcon
call of duty
call of duty: black ops 3
call of duty: black ops 3 scripts
gsccoding
modding
This is the next tutorial about basic gsc coding, I´ll explain at first the "while" command, this command what it does is to repeat something continuously (with a wait beetween repetitions). Its structure is the following:
while( something )
{
WHAT YOU WANT TO REPEAT
wait ( THE FRECUENCY YOU...
This is the next tutorial about basic GSC coding, this time is about the "for" command. Its use is nearly the same as the "while", it repeats something until you stop it and with a frequency you add, its "basic" structure is the following:
for( ; ; )
{
CODES
wait ( TIME );
}
You can add...
Today I am going to explain the "if", "else if" and "else" command. The "if" checks if what its inside it is true or false and if its true, it does what its inside the "if". If what is inside the "if" is false and you have defined a "else", the program will run what you wrote in the else, this 3...
Basic GSC Coding:
Basic GSC Coding: Functions
Basic GSC Coding: Operations
Basic GSC Coding: Switch
Basic GSC Coding: If, Else and Else If
Basic GSC Coding: For
Basic GSC Coding: While, Break and Wait
General GSC Coding:
General GSC Coding: How to create a basic menu base
Specifically GSC...
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.