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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Combat Arms Coding Help & Discussion › [Help]Time and Date

Red face[Help]Time and Date

Posts 1–6 of 6 · Page 1 of 1
◘◘
◘◘◘◘◘◘
[Help]Time and Date
i feel like a huge noob asking this but i wanna learn how to use the DrawText/PrintText function so i wanna add time and date to my d3d menu hack ive tried this on my own just crashes the game
[php]
#include <time.h>

struct tm * current_tm;
time_t current_time;time (&current_time);
current_tm = localtime (&current_time);
char *month []={"January","February","March","April","May","June ","July","August","September","October","November" ,"December"};
char *logbuf = new char[ 256 ];

sprintf( logbuf, "%02dth %s %d [%02d:%02d:%02d]",current_tm->tm_mday,month[current_tm->tm_mon],current_tm->tm_year-100, current_tm->tm_hour, current_tm->tm_min, current_tm->tm_sec);

PrintText(pFont, 10, 1, Green,logbuf);
[/php]

thats wat i got so far any help plz /

thanks in advance
#1 · 15y ago
IN
inliner
why dont u just use this?
its easier
ctime - C++ Reference
#2 · 15y ago
◘◘
◘◘◘◘◘◘
Quote Originally Posted by inliner View Post
why dont u just use this?
its easier
ctime - C++ Reference
yes tht maybe easier but thts not wat im askin i wanna learn how to use the drawtext/printtext function
#3 · 15y ago
HaX4LiFe!
HaX4LiFe!
lol funny
#4 · 15y ago
DE
DeadLinez
nvm im not sure what ur trying to do
#5 · 15y ago
UL
UltimateX1
Quote Originally Posted by DeadLinez View Post
nvm im not sure what ur trying to do
he wants to display time/date in CA/
#6 · 15y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help] Get Time and DateBy Web-Designer in Web Languages
    2Last post 15y ago
  • [C++ SOURCE]Simple D3D Show Time and DateBy mastermods in Combat Arms Hack Coding / Programming / Source Code
    12Last post 16y ago
  • I posted this many time and no one still help.By LiL Mikko in Other Programming
    2Last post 15y ago
  • Time and Date FunctionBy God601 in Combat Arms Hack Coding / Programming / Source Code
    29Last post 15y ago
  • Estern Time And GMTBy [A]bbest in CrossFire Help
    3Last post 15y ago

Tags for this Thread

None