Post: Very noob question, BO2 GSC PC.
02-03-2016, 06:24 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); When making a mod menu, how you can put the "Buttons" to select an option? In PC. Example: Press F to enable god mode, Right mouse to scroll down,etc
??
(adsbygoogle = window.adsbygoogle || []).push({});
02-03-2016, 06:46 PM #2
Patrick
League Champion
you should see something in your menu base called "monitorbuttons" or something, once you find that you will need these button codes:
    if(self sprintbuttonpressed()) self iprintln("SPRINT");
if(self inventorybuttonpressed()) self iprintln("INVENTORY");
if(self secondaryoffhandbuttonpressed()) self iprintln("SECONDARY OFFHAND");
if(self fragbuttonpressed()) self iprintln("FRAG");
if(self stancebuttonpressed()) self iprintln("STANCE");
if(self jumpbuttonpressed()) self iprintln("JUMP");
if(self meleebuttonpressed()) self iprintln("MELEE");
if(self throwbuttonpressed()) self iprintln("THROW");
if(self adsbuttonpressed()) self iprintln("ADS");
if(self actionslotfourbuttonpressed()) self iprintln("ACTION SLOT FOUR");
if(self actionslotthreebuttonpressed()) self iprintln("ACTION SLOT THREE");
if(self actionslottwobuttonpressed()) self iprintln("ACTION SLOT TWO");
if(self actionslotonebuttonpressed()) self iprintln("ACTION SLOT ONE");
if(self attackbuttonpressed()) self iprintln("ATTACK");
if(self changeseatbuttonpressed()) self iprintln("CHANGE SEAT");
if(self usebuttonpressed()) self iprintln("USE");


so once you have found "monitorbuttons" you need to change these to the selected button you would like:

Example: Change these to the buttons you would like.
You must login or register to view this content.
02-03-2016, 10:04 PM #3
aaaaaw, Ok, thanks Happy
02-03-2016, 10:09 PM #4
One more question, if i don't have an Menu, and i only want to Add GodMode option in the game, how can i toogle button for it?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo