Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    titans's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    156
    Reputation
    10
    Thanks
    286
    My Mood
    Amused
    Quote Originally Posted by moldypeanuts View Post
    Awesome, Thank you much! Should I change the variables just in case, or keep them the same?
    Change it it's better

  2. #17
    gladtwoown's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    274
    Reputation
    22
    Thanks
    437
    Quote Originally Posted by evskin View Post
    Nice work guys!
    Such wow Much Impress?

  3. #18
    Die Hard Idiot's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by haxor24 View Post
    Code:
    removeAllActions player;
    try adding this to your code.
    Quote Originally Posted by titans View Post
    Do this :
    Code:
    Close_dafuq = {
        removeallactions player;
    	sleep 0.1;
        player addAction ["<t color=""#4ADDE7"">Titans menu</t>", Main_Is_Menu];
    };
    
    
    Main_Is_Menu = {
     removeallactions player;
     sleep 0.1;
     player addAction ["<t color=""#0080FF"">~ Drugs</t>", Drug_is_cool_lel];
    
    };
    
    Drug_is_cool_lel = {
    removeallActions player;
     sleep 0.1;
     player addAction ["<t color=""#DF0101"">~ Close Menu</t>", Close_dafuq];
    player addAction ["- Cocaine",{[true,"cocainep",1] call life_fnc_handleInv}];
    player addAction ["- Heroin",{[true,"heroinp",1] call life_fnc_handleInv}];
    player addAction ["- Weed",{[true,"marijuana",1] call life_fnc_handleInv}];
    player addAction ["- Diamonds",{[true,"diamondc",1] call life_fnc_handleInv}];
    player addAction ["- ATM",{player addAction["<t color='#ADFF2F'>ATM</t>", life_fnc_atmMenu];}];				
    
    };
    You can now close it, if you want to add more Player Add action, do :

    Code:
    Main_Is_Menu = {
     removeallactions player;
     sleep 0.1;
     player addAction ["<t color=""#0080FF"">~ Drugs</t>", Drug_is_cool_lel];
     player addAction ["<t color=""#0080FF"">~ (example) MPGHCHEAT</t>", Hereputthevariable];
    
    };
    
    Hereputthevariable = {
    removeallActions player;
     sleep 0.1;
     player addAction ["<t color=""#DF0101"">~ Close Menu</t>", Close_dafuq];
     player addAction ["<t color=""#DF0101"">~ CheatName (FLY)</t>", Hereputthevariableofthatcheat];
    }
    Do NOT use removeAllActions on Life servers, probably other servers too.
    It'll break any action that you use the scroll menu for that was added in. Such as gathering and whatnot.

    The most simple, albeit not most effective way to remove all the addActions you want, is to assign them names, and in your Back/Close option, remove all the actions in that category.

    For Example:

    _menu = player addAction ["Simple Script",""];
    _godMode = player addAction ["God Mode",{player allowDamage false, hint "God Mode On"}];
    player addAction ["Close Menu",{player removeAction _clean, player removeAction _godMode, player removeAction _this select 2}];

  4. The Following User Says Thank You to Die Hard Idiot For This Useful Post:

    haxor24 (10-13-2014)

  5. #19
    Hanzlichen's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    So I tried to money script the other day. Injected via "diary". Worked. But they caught my ass on two servers after 15 mins of playing as soon as I bought expensive items. I dont intend to destroy other players experience so I dont gave away money or did anything stupid. Do you guys know how the admins smelled it that fast?

    Do they run checks for bankmoney/gametime and if that values are sky high they smell hackers? Ofc ce and spyglass didnt detect me.

  6. #20
    haxor24's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    35
    Quote Originally Posted by Hanzlichen View Post
    So I tried to money script the other day. Injected via "diary". Worked. But they caught my ass on two servers after 15 mins of playing as soon as I bought expensive items. I dont intend to destroy other players experience so I dont gave away money or did anything stupid. Do you guys know how the admins smelled it that fast?

    Do they run checks for bankmoney/gametime and if that values are sky high they smell hackers? Ofc ce and spyglass didnt detect me.
    I'm pretty sure it was spyglass notify admin fnc got you.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Solved] Altis Life, Donator script?
    By inmate59 in forum ArmA 3 Help
    Replies: 6
    Last Post: 09-27-2014, 09:37 AM
  2. [Release] ARMA 3 ALTIS LIFE: Add money Script
    By NiMah21 in forum ArmA 3 Hacks & Cheats
    Replies: 7
    Last Post: 04-06-2014, 05:43 AM
  3. Replies: 0
    Last Post: 03-09-2014, 01:09 PM
  4. [Release] Takistan Life/Zargabad Life Scripts
    By XYrenamed in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 8
    Last Post: 12-28-2012, 12:18 AM