Post: edit commands/menu?
02-05-2011, 09:00 PM #1
sithxnew
Treasure hunter
(adsbygoogle = window.adsbygoogle || []).push({}); how do i change commands to be different? like add a menu to select godmode, ufo, etc. or atleast change ways u activate godmode. istead of prone and L1, etc
(adsbygoogle = window.adsbygoogle || []).push({});
02-05-2011, 09:41 PM #2
CyberNomadic
Web Developer
if I have made any mistakes please tell me been a very long time since I have edited a patch

What you will need is offzip and packzip which you can find a tutorial at the top where the important threads are anyway lets say that the left button the Dpad is godmode and you want it to have all weapons well then first after you have extracted the patch and have save the zombiemode.gsc etc... then in Hex editor search for Set_Dvar or Set_Client_Dvar (one of them )now you find a lot of them but eventually one will say godmode or something like that then highlight godmode and be sure to make sure it says at the bottom insert because if not it can mess the patch up anyways once godmode or god(one of them)is highlited type the Dvar for give all weapons which is give all
02-05-2011, 10:00 PM #3
Alright once you decompress and everything open your patch up in notepad, you will see something like this for every command...
You must login or register to view this content.
You will see something like that for every command like GOD MODE, AIMBOT ect. That's from my .gsc where it says like UseButtonPressed that's what you would change. Here is some of the button below...

UseButtonPressed = Square
fragButtonPressed = R2
ADSButtonPressed = L1
MeleeButtonPressed = R3
attackButtonPressed = R1

If you replace UseButtonPressed with say MeleeButtonPressed then you would press R3 to use DISCO MODE. And where it says GetStance you would change that to either prone, crouch or delete the line for standing. Hope this was helpful...

GetStance() == "Prone" = Prone
GetStance() == "Crouch" = Crouched
If you delete the if (SelfStance() == "prone" line then it will be Standing.

The following user thanked HeAdsWillRoLL for this useful post:

sithxnew
02-06-2011, 12:23 AM #4
sithxnew
Treasure hunter
Thanks, thats what i was looking for. Just didn't know how to change the buttons.
02-07-2011, 05:42 PM #5
Thread moved to Hacking Questions.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo