Release your .SQF Source Code Here! (Godmode, ESP, Etc)
First things first, what am I wanting to achieve doing this.
- Let the people of MPGH learn of to code Arma 2 OA .SQF files to make there own scripts to use in a Bypass.
- To release source code of a script that might give you ESP, God Mode, Vehicle Spawn Etc.
- To clean up MPGH of Topics like (Can I have a ESP script pl0x?), All scripts can be found here!
- To get this Topic Stickied so people can instantly find it instead of having to scroll through pages upon pages to find this :P
FORMAT
Script Name:
Discription of What It Does, etc:
CODE HERE: (Make sure you use
Hash or otherwise know as the
Hashtag(Wraps your code) which is next to the Speech bubble to make the code easier to look at)
Examples:
Script Name: GAU-8
Discription of What It Does, etc: Adds the GAU-8 (weapon used on some Jets) to your Player.
Code:
player addWeapon ("GAU8");
player addMagazine ("1350Rnd_30mmAP_A10");