Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Hybrid View

  1. #1
    HackzPlease's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic

    Question 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.

  2. #2
    levvyy's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    6
    download the mission file, check in the PBO which variable it is, then execute:

    player setVariable["VARIABLE",(player getVariable "VARIABLE")+1000,false];

  3. #3
    HackzPlease's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    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

  4. #4
    levvyy's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    6
    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.
    Last edited by levvyy; 07-20-2013 at 03:32 PM.

  5. #5
    jeffrey112's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Paranoid
    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

  6. #6
    levvyy's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    6
    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.
    Last edited by levvyy; 07-21-2013 at 04:20 AM.

  7. #7
    HackzPlease's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    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...

  8. #8
    levvyy's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    6
    how is that even a sentence?

  9. #9
    Daniboy111's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    There Isn't enough hands to facepalm in the world dude.

  10. #10
    mouse18's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    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.

  11. #11
    tiger1112's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    hey mouse18 do you work at all with dayz scripts or arma 2? what do you do with arma 3

  12. #12
    mouse18's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    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.

  13. #13
    levvyy's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    6
    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

  14. #14
    HackzPlease's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    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.

  15. #15
    levvyy's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by HackzPlease View Post
    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.
    Add 1000$
    Code:
    euros = euros+1000;
    Add 500 Exp
    Code:
    experiencia = experiencia+500;
    Explosives in next open specslot (bypass level requirement) - if ((player == player) and (nivel >= 1)) then { if (Specialization1 == "Not - Pastebin.com
    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

    execVM "weapons\{REPLACETHIS}";
    attachmentbuy.sqf
    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

Page 1 of 2 12 LastLast

Similar Threads

  1. [Request] Second Life Money Hack?
    By xwolf910 in forum General Game Hacking
    Replies: 10
    Last Post: 06-30-2015, 09:13 AM
  2. Stratis Life Money Hack
    By luburium in forum ArmA 3 Help
    Replies: 1
    Last Post: 07-09-2013, 11:16 AM
  3. [Request] Rose Online Money Hack Request $
    By booboo91 in forum Hack Requests
    Replies: 4
    Last Post: 04-19-2013, 10:34 PM
  4. Stratis Life Money?
    By eli420 in forum ArmA 3 Help
    Replies: 2
    Last Post: 04-07-2013, 08:57 AM