gsc

  1. CabCon

    Tutorial Black Ops 1 - All about Weapons GSC Tutorial

    Hello guys, today I was working on my new menu and I found out some stuff for black ops 1. :) I do not take any credits due that it is gamebased and developed by treyarch! :) I hope it helps you! To give a weapon in black ops 1: self giveWeapon("weaponname"); For example, this will give the...
  2. A

    GSC [BO2 1.19][PS3/XBOX/PC] Hells Vengeance Zombies Menu [HUGE]

    Hi CabconModding i am new here and i am usually on nextgenupdate posting menus made by me, but anyways i wanted to release my zombies menu Hells Vengeance v2. Credits: videos: Pictures: Downloads: Hope You Guys Enjoy The Menu!
  3. CabCon

    Release Call of Duty: Black Ops 1 Helicopter Ride Mod by master131

    Hello guys, today I will share with you this Helicopter Ride Mod for Call of Duty: Black Ops 1. Mod Description Basically what it is, is your riding on top of a helicopter on the propeller and you can remotely control it. It even has a built in GPS system I created (might glitch sometimes) and...
  4. CabCon

    Tutorial Basic GSC Coding: While, Break and Wait

    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...
  5. CabCon

    Tutorial Basic GSC Coding: For

    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...
  6. CabCon

    Tutorial Basic GSC Coding: If, Else and Else If

    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...
  7. CabCon

    GSC Call of Duty 4 GSC Function | Modded Hitmarker by CabCon

    Hello guys, today I will share this hitmarker code with you. :grinning: Feel free to use it. It will work for every call of duty! Function Overview Toggle Hitmarker | Display/Hide Hitmarker ::func_hitmarker Hitmarker Color | Set the Color of the Hitmarker ::func_hitmarker_color Hitmarker...
  8. jcal147

    Answered Zombie Attatchments

    I have been wondering about this for awhile now. Is it possible to add attatchments to your weapons in zombies via script?
  9. T

    Release "ThisKillcam's" Menu update!

    Hey guys, today I wanna release a updated version of my mod menu "ThisKillcam’s“ :tonguewink: Its nothing special, I only fixed a few bugs, changed the theme a little bit and added a few new features. ps. I know that players die when they get verified and that the whole menu isnt stealth...
  10. T

    GSC Welcome Message With Console Name (Consoles Name)

    Well I didn't know who knew this a lot of you probably do but I thought I would post this anyways :grinning: So here is a check for the console if you just want to add this so you get the concept Check_Type() { if(level.xenon) { self iprintln("Game Script Is Running On Xbox"); } else...
  11. Mehdi Houam

    Release Tool Dragon Bal Z Bo2

    Tool Dragon Ball Z Bo2 Hi people it share you my tool who i created. Message from Matt: Use this tool at your own risk. IT HAS NOT BEEN CHECKED BY STAFF AS OF JULY 2016! Link : Mehdi Tool Virus Scan : Antivirus scan for 1d6a99656bc531ac5f216126fbe9773b419d2a44d916020c6f23defc3f139a05...
  12. Quacked420

    Answered [GSC] Connection Interrupted Freezing

    Hello CabCon community, so i am having a problem with my GSC menu I am using Africanized menu base and I have a 'Weapons' menu which when ever I click on it I get connection interrupted then my PS3 freezes I am not sure what is wrong but if anyone can find a problem with it and tell me it would...
  13. jcal147

    Answered Does anyone know the script for the perma perks

    Can someone please help me with the script for the perma perks. thank you for your time and consideration.
  14. Mehdi Houam

    Release Dragon Bal Z V2 Menu Bo2

    Menu Dragon Ball Z Bo2 Ps3 Hi people its my mode menu its onlie Version 1 but ils a very very big menu and nice disagne, Enjoy! PS3 Lien : Dragon Ball Z V2 Virus Scan : https://www.virustotal.com/fr/file/...fca021ffe34231cf6ad4a366/analysis/1469523202/ PC Lien : Menu Dragon Ball Z BO2 PC...
  15. ☁Faded☁

    Answered Menu bug

    So im using a edit of source engine its CFW_444? its his edit and i havent changed anything but when i give over 5 players cohost i freeze on clicking cohost for the 6th player any ideas?
  16. A

    Answered MP

    Hi There is any hack for MP ? (PUBLIC MATCH) Also one question more can we use Zombie hack on public match ?
  17. jcal147

    Answered I forgot that the bank points and random perk existed

    I am sorry, but when I was adding the power up script I forgot about bank points and random perk. It was not until I was playing a game and I saw them that I remembered that they existed. Any help would be appreciated. thanks, and sorry for the inconvenience.
  18. iTahhr

    Motion Flex v2 Menu Base For BO2

    Today I'm going to release my remake of motion flex v2 for bo2 picture above Credits to : MikeeeyysMods Credits to : Shark Download https://mega.nz/#F!updUXRYD!VNsdPfycH-phu_ls89ZhQw
  19. C

    Release [SOURCE] [PS3/XBOX/PC] oCmKs_4_LiFe's Private Patch

    So The Day Has Come I Finally Release My Menu For Free. I've Been Thinking About Releasing It For Free For 2 Months Now So Here You Go Guys Enjoy. Also This Is My Private Version Added Loads More Mods Etc. COMPILED ★ oCmKs_4_LiFe's Private Patch ★ SOURCE ★ oCmKs_4_LiFe's Private Patch...
  20. Quacked420

    Answered Bo2 How to change Model | How to give yourself Weapons via GSC

    So I have looked everywhere how to change your model but all I found is this: self setModel( "model" ); What do I do with that I have no idea? Thanks.
Top