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 › Simple Player Join Logger

Simple Player Join Logger

Posts 1–7 of 7 · Page 1 of 1
GR
GreenFatso
Simple Player Join Logger
Whipped up in a minute just for funz.

Run "PrintPlayerJoinLog" in Console to show all the connected players that have joined since you joined the server.
It Shows Date and time they joined, Name, Steam ID.

Code:
Players = {}

file.CreateDir("PlayerJoinLogger")
file.Write("PlayerJoinLogger/playersconnected.txt")

function PlayersConnected()
for _, v in ipairs( player.GetAll() ) do
    if(not table.HasValue(Players, v)) then
	table.insert(Players, v)
    file.Append("PlayerJoinLogger/playersconnected.txt", "("..tostring( os.date() )..") Player "..v:Nick().." ("..v:SteamID()..")\n")
end
end
end
hook.Add("Think","PlayersConnected",PlayersConnected)

function PrintPlayers()
	if file.Read("PlayerJoinLogger/playersconnected.txt") == nil then
	   print("No players have joined!")
	else
	   print(file.Read("PlayerJoinLogger/playersconnected.txt"))
end
end
concommand.Add( "PrintPlayerJoinLog", PrintPlayers )
#1 · 12y ago
NI
niller303
why not use the PlayerConnect hook?
#2 · 12y ago
LE
LennyPenny
There's a sticky thread where you should post small scripts like this.
Also what would be a practical usage example of this?
#3 · 12y ago
GR
GreenFatso
It is useful to just print to console their shit instead of getting steamid. Also you get the date and time :3
#4 · 12y ago
GR
GreenFatso
Quote Originally Posted by niller303 View Post
why not use the PlayerConnect hook?
Thank you! That's very useful. I didn't know about that ._.
#5 · 12y ago
SK
Skittles 2.0
How is this cheating exactly?
#6 · 12y ago
GR
GreenFatso
It's not fellow myg0tian.
#7 · 12y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Røgue•Štatu§ - Accepting ACTIVE Players! JOIN NOW!By MidToker in CrossFire Clan Recruitment & Advertising
    10Last post 15y ago
  • {tut} How to make simple key loggerBy sigmahero in Visual Basic Programming
    4Last post 16y ago
  • ~T0X!C~T33NZ~ Hackers/Legit Players Can Join!!!By Dana2324 in Combat Arms Clan Recruitment & Advertising
    2Last post 16y ago
  • [release]better stride logger than the simple + - value ones :DBy falzarex in C++/C Programming
    6Last post 16y ago
  • TheBrutals reqruit an active player.. so join us..!!By aslam251 in CrossFire Clan Recruitment & Advertising
    6Last post 16y ago

Tags for this Thread

None