Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other Semi-Popular First Person Shooter Hacks › ArmA 3 Hacks & Cheats › ArmA 3 Help › Adding a money script into a scroll menu

Adding a money script into a scroll menu

Posts 1–2 of 2 · Page 1 of 1
CR
crayon121
Adding a money script into a scroll menu
Could someone please add this script into a scroll menu, then tell me what key to press ingame to actually use it thanks.

_lgcash = {
params["_GLOBAL_ARRAY","_get","_set","_target","_toggleSt atus"];
with missionNamespace do {
_amount = 5000000;
_cashvar = 'life_cash';
if(isNil _cashvar) then {
_var = loadFile 'script_macros.hpp';
if(_var == "") then {
_var = loadFile 'core\macros.h';
};
if(_var != "") then {
_var2 = toLower(_var) splitString " ";
var2 = var2 - [""];
index = var2 find "cash";
if(_index != -1) then {
cashvar = var2 select (_index+1);
} else {
hint 'Could not find the cash var \n';
};
};
};
missionNamespace setVariable [_cashvar,(missionNamespace getvariable[_cashvar,0]) + _amount];
#1 · 8y ago
DA
DarkDidd1e
This wouldn't work, only on a few servers have there cash variable as life_cash
#2 · 8y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • How to implement a GUI Menu into a scroll menu?By Throx in ArmA 3 Help
    1Last post 11y ago
  • "Crookie" Script, Huge Scroll MenuBy James Infinite in ArmA 3 Hacks & Cheats
    2Last post 11y ago
  • Scroll Menu Control Player scriptBy usb1y in DayZ Help & Requests
    3Last post 13y ago
  • Need help adding a custom script menu and scripts to a DayZ private serverBy XSkilledEliteX in DayZ Help & Requests
    2Last post 13y ago
  • Need Spectate script for Scroll MenuBy alexw203 in DayZ Help & Requests
    2Last post 13y ago

Tags for this Thread

None