Hello, I am wondering if there is any Stratis life Money hacks like existing right now. And if not then its a request.
Printable View
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.
orQuote:
player setVariable["bankmoney",99999999999999999999,true];
should work tooQuote:
bankmoney = bankmoney + 500;
"mymoney" is the variable for the money on hand.
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"Quote:
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:Quote:
petebankmoney = 10000000000
so every time you press the button, it turns the value of petebankmoney, into petebankmoney + 100KQuote:
petebankmoney = petebankmoney+100000
so all you have to do is put that into an sqf file and just execute it.
how is that even a sentence?
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 :p