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 Discussions › Basic SQF Information for Noobs

QuestionBasic SQF Information for Noobs

Posts 1–6 of 6 · Page 1 of 1
NeonSabre123
NeonSabre123
Basic SQF Information for Noobs
Hey everyone, so I've been scripting ARMA 3 for a while but I have given it a stop and if you were on this site about a year ago, you would have known that I was posting regularly. I have been covered with messages on skype regarding arma3 scripting help. So I'm going to help you out with just showing you some basics.
Look at this piece of code:

Code:
player addAction ["I like Penis",{[]spawn PenisMuncher ;}];

				PenisMuncher=  {

					hint 'penis';

};
Okay, so this is just a very old and simple scroll menu. It's not even a menu, it's simply just one scroll.
I will break this down for you:

I'm starting with "Player addAction" which is calling the game to spawn just one scroll.

I am then titling the scroll with "I like Penis" so that the user will see this text when scrolling.

The first line of code is finished, so we put a
;
to finish it off, make sure you ALWAYS close brackets
(,[,{,),],}
Now, with coding, there will always be variables, in this case, the variable is PenisMuncher.

PenisMuncher must be called in some way, so we are "spawning" it aka "calling" it so that the game knows to activate THIS variable.
So the piece of code where it has
{[]spawn PenisMuncher ;}];
It is calling that variable.

We then see
PenisMuncher = {
. This is the variable itself. So the variable is titled "PenisMuncher", so we will refer to PenisMuncher every time we want to activate this piece of code. In this case, the piece of code is a
hint
which is just a hint that pops up on the screen with the word 'penis'.

So the variable itself is this:

Code:
				PenisMuncher=  {

					hint 'penis';

};
So here we are naming the variable
PenisMuncher
and then telling PenisMuncher to activate the hint
Hint 'penis';
and then we are finishing the code with a
};
.

Any questions just ask below.

THIS LINK will also help with coding SQF.
#1 · edited 10y ago · 10y ago
Jun19972
Jun19972
+ should be stickied Normen @NormenJaydenFBI
#2 · 10y ago
BO
bonobo58
thanks but i learned that by myself :/
#3 · 10y ago
Jun19972
Jun19972
Quote Originally Posted by bonobo58 View Post
thanks but i learned that by myself :/
doesnt mean someone else doesnt plus i dont think this should be in discussion @NormenJaydenFBI
#4 · 10y ago
5^
5^*hdrrfgfbs#%R$
this is so basic , any noob should know this fap
#5 · 10y ago
GA
GarridoR10
It was nice for me gotta be honest!Was the first step for me i just started with ARMA3 few days a go! Cheers mate
#6 · 10y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • How to make a Last Login Stealer for Noobs (Visual Basic)By rockpoo in Minecraft Tutorials
    28Last post 13y ago
  • [Tutorial]Make your first hack in Visual Basic 6 (and a begin in CE) (for noobs)By diamondo25 in Programming Tutorials
    28Last post 17y ago
  • Basic Tutorials of HTML-For NoobsBy PoP_KiLLaH in Web Languages
    3Last post 16y ago
  • Making multiple e-mails for noob acct registration, quicklyBy Methadone727 in WarRock - International Hacks
    3Last post 19y ago
  • Special noob hack for noobs like THIMOOBy obsedianpk in WarRock - International Hacks
    27Last post 18y ago

Tags for this Thread

None