Originally posted by Elitexboxer
I want a GSC bind for my ps3 mod menu so when I am not host I can use them. I want so when I press Circle + DpadDown= God Mode ON (When I do it again it turns off). I want Circle + DpadUp= Aimbot. Circle + DpadLeft= All killstreaks. I have the God Mode code & aimbot & killstreaks all I need is the bind codes & where to but the bind codes in the menu.
Here is the script for the blind..It's set to dpad up but you can find other dpad functions around the forums.
Binds()
{
if(self ActionSlotOneButtonPressed())
{
//Mod here when you press DPAD Up
wait 0.02;
}
else if(self ActionSlotTwoButtonPressed())
{
//Mod here when you press DPAD Down
wait 0.02;
}
wait 0.05;