Hello, I am wondering if there is any Stratis life Money hacks like existing right now. And if not then its a request.
Hello, I am wondering if there is any Stratis life Money hacks like existing right now. And if not then its a request.
download the mission file, check in the PBO which variable it is, then execute:
player setVariable["VARIABLE",(player getVariable "VARIABLE")+1000,false];
ffs really? fine ill grab the pbo and check what i can find. give me the name of the exact mission file you want to hack in.
right now all i got is the stratis life revolution pbo.
orplayer setVariable["bankmoney",99999999999999999999,true];
should work toobankmoney = bankmoney + 500;
"mymoney" is the variable for the money on hand.
Last edited by levvyy; 07-20-2013 at 03:32 PM.
whats there to explain? its pretty straight forward.
a variable is a decleration of a value...for instance, if pete has 10,472.49$ on his bank account, i could do:
so every time i need to use that number, i dont have to type the number but just use "petebankmoney"petebankmoney = 10472.49
if you want to edit a value in a script, you can just directly edit it by saying
or, if you want to increase it every time you execute the script you can make it into:petebankmoney = 10000000000
so every time you press the button, it turns the value of petebankmoney, into petebankmoney + 100Kpetebankmoney = petebankmoney+100000
so all you have to do is put that into an sqf file and just execute it.
Last edited by levvyy; 07-21-2013 at 04:20 AM.
There Isn't enough hands to facepalm in the world dude.
Has this been done? if not shoot me a PM with the server IP and ill hop on and make a script for it. Because diffrent servers usually have diffrent variables. Ive been on one with stmoneyhand has the mymoney on other servers.
hey mouse18 do you work at all with dayz scripts or arma 2? what do you do with arma 3
i posted some scripts for koth v0.13 on a different site..if anyone needs i can throw it up here.
and if peopel are too damn retarded to change a variable i wouldnt bother...if you find/create something cool lemme know![]()
Add 1000$
Add 500 ExpCode:euros = euros+1000;
Explosives in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Not - Pastebin.comCode:experiencia = experiencia+500;
Fatigue in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Launcher in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Remoteness in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Not - Pastebin.com
Mechanic in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Not - Pastebin.com
Medic in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Merchant in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Ammo in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Streak in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Suppressor in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Sniper in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
Spawner in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
UAV in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Nothi - Pastebin.com
All Specs at once (Note: your 3 specslots will stay empty, but you will have all the perks from all the specs - explo = 1; call Accion_Explo_Shop; fati = 1; bazokero = 1; call Accion_Misil - Pastebin.com
why make a pbo instead of an sqf?
---------- Post added at 05:15 PM ---------- Previous post was at 04:38 PM ----------
oh...also..if you're in stratis life revolution and you want to open up a menu without being close to the trigger, or unable to trigger, you can execute the following script, and replace the {REPLACETHIS} part with any of the sqf's
attachmentbuy.sqfexecVM "weapons\{REPLACETHIS}";
attachmentmenu.sqf
illegalpistolammobuy.sqf
illegalpistolbuy.sqf
illegalpistolmenu.sqf
illegalrifleammobuy.sqf
illegalriflebuy.sqf
illegalriflemenu.sqf
pistolammobuy.sqf
pistolbuy.sqf
pistolmenu.sqf
rifleammobuy.sqf
riflebuy.sqf
riflemenu.sqf
terrorpistolammobuy.sqf
terrorpistolbuy.sqf
terrorpistolmenu.sqf
terrorrifleammobuy.sqf
terrorrifleriflebuy.sqf
terrorrifleriflemenu.sqf
terrorweaponmenu.sqf
weaponmenu.sqf