QuestionStratis life Money hacks? Request/Help

Posts 1–15 of 21 · Page 1 of 2
Stratis life Money hacks? Request/Help
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];
Quote Originally Posted by levvyy View Post
download the mission file, check in the PBO which variable it is, then execute:

player setVariable["VARIABLE",(player getVariable "VARIABLE")+1000,false];
Witch file? and I found a Stratis Life money script but I don't think DevCon is working...
Here is the Script: www DOT ************* DOT me/forum/arma-3/88341-stratis-life-money-script DOT html
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.

player setVariable["bankmoney",99999999999999999999,true];
or
bankmoney = bankmoney + 500;
should work too

"mymoney" is the variable for the money on hand.
Quote Originally Posted by levvyy View Post
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.


or

should work too

"mymoney" is the variable for the money on hand.
Hi levvyy,

Can you explain it in a Pm. You can talk in our own language.

Kind regards,

Jeffrey
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:

petebankmoney = 10472.49
so every time i need to use that number, i dont have to type the number but just use "petebankmoney"

if you want to edit a value in a script, you can just directly edit it by saying

petebankmoney = 10000000000
or, if you want to increase it every time you execute the script you can make it into:

petebankmoney = petebankmoney+100000
so every time you press the button, it turns the value of petebankmoney, into petebankmoney + 100K

so all you have to do is put that into an sqf file and just execute it.
Quote Originally Posted by levvyy View Post
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"

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:



so every time you press the button, it turns the value of petebankmoney, into petebankmoney + 100K

so all you have to do is put that into an sqf file and just execute it.
Alright I found a withdraw file and I saw a + and a - so I can maybe just use that but the execute for the wookiemenu is not working...
how is that even a sentence?
Quote Originally Posted by levvyy View Post
how is that even a sentence?
I really don't know so how about you tell where you got the god dam file or just tell witch file to find, inside the mission folder.
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
Quote Originally Posted by tiger1112 View Post
hey mouse18 do you work at all with dayz scripts or arma 2? what do you do with arma 3
I no longer do.
Quote Originally Posted by levvyy View Post
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
Alright so you mean to make a PBO file and put that code inside the file? that could possibly work, but sure you can put up the Koth on here.
Posts 1–15 of 21 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?