Post: Who can edit a GSC Menui and add binds?
04-05-2015, 12:04 AM #1
MartinModding
You talkin to me?
(adsbygoogle = window.adsbygoogle || []).push({}); Can anyone add binds to a menu for me? Ex: Prone-Dpad Right Trickshot Aimbot, Prone dpad left god mode etc.
04-08-2015, 01:58 PM #11
Dj33dj33
Little One
Here i make this for you finish lol If you don't have this now

Here skYpe: ELeGanCeMods
04-09-2015, 02:20 AM #12
MartinModding
You talkin to me?
Originally posted by Dj33dj33 View Post
Here i make this for you finish lol If you don't have this now

Here skYpe: ELeGanCeMods


help?
04-11-2015, 05:46 AM #13
Vanz
Z32 Love <3
Originally posted by MartinModding View Post
Can anyone add binds to a menu for me? Ex: Prone-Dpad Right Trickshot Aimbot, Prone dpad left god mode etc.


    
MonitorButtons()
{
self endon("disconnect");

for(;Winky Winky
{
if(self actionSlotthreeButtonPressed() && self GetStance() == "crouch")//dpad left
{
self thread doGod();
wait .12;
}
if(self actionSlotTwoButtonPressed() && self GetStance() == "crouch")//dpad down
{
self thread example2();
wait .12;
}
if(self actionSlotFourButtonPressed() && self GetStance() == "crouch")//dpad right
{
self thread example3();
wait .12;
}
if(self actionslotonebuttonpressed() && self GetStance() == "crouch")//dpad up
{
self thread example4();
wait .12;
}
wait .05;
}
}
Here is the blind function,You would add this under playerSpawn
To get this to fully work,you need the function for the mod,Like so. You could add the function almost anywhere.

     doGod()
{
if(self.God==false)
{
self iPrintln("^6 Enabled!");
self.maxhealth=999999999;
self.health=self.maxhealth;
self enableInvulnerability();
self.God=true;
}
else
{
self iPrintln("^6 Disabled!");
self.maxhealth=100;
self.health=self.maxhealth;
self disableInvulnerability();
self.God=false;
}
}

The following user thanked Vanz for this useful post:

MCabCon
04-11-2015, 05:50 AM #14
MartinModding
You talkin to me?
this goes in the functions.gsc?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo