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 › Steam Games Hacks & Cheats › Garry's Mod Hacks & Cheats › Garry's Mod Discussions & Help › How to code this

How to code this

Posts 1–7 of 7 · Page 1 of 1
CO
colin0922
How to code this
In darkRP i am not sure how to make it so like the swat class spawns automatically with either armor or a cretin amount of health.
#1 · 13y ago
Xenocide
Gray
Check the configuration files.
Assuming that you own the server.
#2 · 13y ago
CO
colin0922
I still cant figure it out. Please help me.
#3 · 13y ago
D3M0L1T10N
D3M0L1T10N
Quote Originally Posted by colin0922 View Post
I still cant figure it out. Please help me.
This isn't the place for DarkRP server configuration, go ask help on facepunch.
#4 · 13y ago
NI
niller303
I will make dis for u.

hook.Add("PlayerInitialSpawn", "Swat.Givestuff", function(ply)
if IsValid(ply) then
if team.GetName(ply:Team()) == "Swat" then--remake this line to what darkrp uses
print("Ghozt ROCKS")-- dont remove dis
ply:SetArmor( HowMuchArmor )
ply:SetHealth( HowMuchHealthGain )
end
end
end)
Put dis into DatClass.lua (just use a normal text file and rename its ending to .lua) and you put dat file in Lua/autorun/server, and you have da armor and health on spawn.
#5 · edited 13y ago · 13y ago
NotSoSuper
NotSoSuper
The code above should work but if you want you can remove this in that code
print("Ghozt ROCKS")-- dont remove dis
#6 · 13y ago
LordOfGears2
LordOfGears2
Quote Originally Posted by NotSoSuper View Post
The code above should work but if you want you can remove this in that code
Liar, this is a very important part. I would recommend putting
Code:
print("I totally understand all jokes");
to make it run maybe twice as fast
#7 · 13y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • how to code this 4 featuresBy αςε.εmόkόι in WarRock Hack Source Code
    1Last post 14y ago
  • Can you help to how to code this!By αςε.εmόkόι in WarRock Philippines Help & Discussions
    3Last post 14y ago
  • How to code this 1? :)By F l a p J a c K ™ in WarRock Hack Source Code
    6Last post 14y ago
  • How to add this codeBy cmc5414 in Vindictus Help
    4Last post 14y ago
  • How to use this code ??By yeat in Combat Arms EU Hack Coding/Source Code
    4Last post 16y ago

Tags for this Thread

None