Post: help with my gsc mod menu
05-07-2016, 09:45 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi guys, i got a gsc mod menu im making based off of Bossam v6 and i want to know how can i link an option to a function. Such as lets say in the menu i want to code the option *unfair aimbot* to actually give you unfair aimbot.
The code i have is right here You must login or register to view this content.
and by the way i have many options in the menu that have no code. id like to script some functions to that too. id like a detailed explaination. thank you soo much.

EDIT: I am a total noob by the way. im going in pure empty...
(adsbygoogle = window.adsbygoogle || []).push({});
05-07-2016, 11:38 PM #2
JustFuSiOn
Are you high?
Originally posted by AlexInferiorR View Post
Hi guys, i got a gsc mod menu im making based off of Bossam v6 and i want to know how can i link an option to a function. Such as lets say in the menu i want to code the option *unfair aimbot* to actually give you unfair aimbot.
The code i have is right here You must login or register to view this content.
and by the way i have many options in the menu that have no code. id like to script some functions to that too. id like a detailed explaination. thank you soo much.

EDIT: I am a total noob by the way. im going in pure empty...


In most cases, options call functions like this:

self add_option("Aimbot Menu", "Unfair Aimbot", ::unfairAimbot);

with ::unfairAimbot being the part that calls for the function, so just add that to the option which you want, so in your case it would be:

self add_option("Aimbot Menu", "Aimbot", ::aimBot);

Note that the "Aimbot Menu" part most likely wont be the same in your menu, you will have to change it to the submenu name where you want it.
05-07-2016, 11:42 PM #3
JustFuSiOn
Are you high?
Originally posted by AlexInferiorR View Post
Hi guys, i got a gsc mod menu im making based off of Bossam v6 and i want to know how can i link an option to a function. Such as lets say in the menu i want to code the option *unfair aimbot* to actually give you unfair aimbot.
The code i have is right here You must login or register to view this content.
and by the way i have many options in the menu that have no code. id like to script some functions to that too. id like a detailed explaination. thank you soo much.

EDIT: I am a total noob by the way. im going in pure empty...


Double post sorry, no idea how that happened :P.
05-08-2016, 06:26 AM #4
P
Originally posted by JustFuSiOn View Post
In most cases, options call functions like this:

self add_option("Aimbot Menu", "Unfair Aimbot", ::unfairAimbot);

with ::unfairAimbot being the part that calls for the function, so just add that to the option which you want, so in your case it would be:

self add_option("Aimbot Menu", "Aimbot", ::aimBot);

Note that the "Aimbot Menu" part most likely wont be the same in your menu, you will have to change it to the submenu name where you want it.


Thanks, so then the aimBot() part in the code, do I replace that with unfairAimbot?

Never mind, thanks a lot man. Just realised what to do. Can I just throw the code anywhere and it'll work?
05-08-2016, 09:06 AM #5
ODLeslie
Do a barrel roll!
Originally posted by AlexInferiorR View Post
Hi guys, i got a gsc mod menu im making based off of Bossam v6 and i want to know how can i link an option to a function. Such as lets say in the menu i want to code the option *unfair aimbot* to actually give you unfair aimbot.
The code i have is right here You must login or register to view this content.
and by the way i have many options in the menu that have no code. id like to script some functions to that too. id like a detailed explaination. thank you soo much.

EDIT: I am a total noob by the way. im going in pure empty...


So you're using the so called "Bossam v6 base" and you have no idea how to "link an option to a function" Wtf

Trust me "you're" menu wont be coming along anytime soon lmao js it takes long enough when you know what you're doing but, before anyone says anything, im not hating im just being real if you think about it.
Don't give up if you really want to make something alex, it takes time and theres time consuming things you will run into like, freezing, errors, etc. Trust me when i started i had no clue but now its a lot easier to code, i asked for help maybe 3 times i think when i originally started modding / coding for help back then i couldn't understand what it all meant, after awhile it gets easier.

If you're on ps3 and have a mic i can try to help you start off?

The following user thanked ODLeslie for this useful post:

HiddenHour
05-08-2016, 09:49 AM #6
Yes I do have a mic on PS3, I also do have Skype. If you want we can set up a sort of team viewer.

And I'm going to ignore all the hate in their. You just ruined my self esteem

EDIT: I knew how to link them together I just wanted to clarify what I'm doing is right.
05-08-2016, 10:56 AM #7
NEW PROBLEM!!!!

Ive added the aimbot menu and its in their, but when i click it it does nothing then does a connection interrupted thing. After 2-5 seconds my ps3 freezes. Is their anything wrong with my code?

The following user thanked AlexInferiorR for this useful post:

ODLeslie
05-08-2016, 08:18 PM #8
Def something wrong with the code.
05-09-2016, 02:16 AM #9
ODLeslie
Do a barrel roll!
Wasn't hate, it was a fact, people who know how to code would understand what i mean.

With your "new problem" you've more than likely got a loop without a wait, a wait is "wait 1;" for example and that needs to be in the function, that is most likely why its freezing, add me on skype: xlesiie and ill try to explain it better.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo