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 › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › PushToConsole Commands

SmilePushToConsole Commands

Posts 1–15 of 58 · Page 1 of 4
OV
OverDrivejt
PushToConsole Commands
Well, these are the commands I have found and tested and work 100%, so I will update this post as I find more commands.

Boxes
Code:
PushToConsole("ModelDebug_DrawBoxes 1")
No gun
Code:
PushToConsole("DrawGuns 0")
World Wireframe
Code:
PushToConsole("WireFrame 1")
WireFrame models
Code:
PushToConsole("WireFrameModels 1")
White Walls
Code:
PushToConsole("DrawFlat 0")
Remove Sky
Code:
PushToConsole("DrawSky 0")
Draw Skeletons
Code:
PushToConsole("ModelDebug_DrawSkeletons 1")
Unlock Cursor
Code:
PushToConsole("CursorCenter 1")
No Fog
Code:
PushToConsole("FogEnable 0" )


If your going to use these codes, dont forget to give me credit: D
#1 · edited 16y ago · 16y ago
CE
Centurio-X
Could you please tell me how can I find these commands? Please make tut or smthing
#2 · 16y ago
IL
ILoveFatKids
Gellin.
He is a CA coder.
#3 · 16y ago
Swiftdude
Swiftdude
i wouldve left this for the noobs to find out...but i guess good jawb
#4 · 16y ago
CE
Centurio-X
Quote Originally Posted by ILoveFatKids View Post
Gellin.
He is a CA coder.
But what gellin? :O

and that's all? there are no more commands? that's nothing usefull ;o there are like 9999x more ocmmands for ca :\
#5 · 16y ago
[D
[D]rUg
exactly how does it work ?
#6 · 16y ago
Swiftdude
Swiftdude
Quote Originally Posted by [D]rUg View Post
exactly how does it work ?
u gotta add a base to it in c++ then make it into a .dll bybass maybe required
#7 · 16y ago
CE
Centurio-X
bypass isn't required for PTC, is it? ;O
#8 · 16y ago
Swiftdude
Swiftdude
Quote Originally Posted by Centurio-X View Post
bypass isn't required for PTC, is it? ;O
not for most these wont
#9 · 16y ago
dddrrr
dddrrr
cool. what does unlocking the cursor do?
#10 · 16y ago
ClamPie
ClamPie
Quote Originally Posted by dddrrr View Post
cool. what does unlocking the cursor do?
Get the codebase working and you'll find out on your own...

Anyway, I keep getting build errors on the code base...I didn't even have to touch anything, and I was getting these...
Code:
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp||In function 'void PushToConsole(char*)':|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|56|warning: NULL used in arithmetic|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|62|error: 'push' was not declared in this scope|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|62|error: expected ';' before 'szVal'|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|63|error: 'call' was not declared in this scope|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|63|error: expected ';' before 'CONoff'|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|64|error: 'add' was not declared in this scope|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|64|error: expected ';' before 'esp'|
C:\Documents and Settings\Matt.MATTHEW2\My Documents\DxDark Items\c++ projects\cfns\main.cpp|59|warning: unused variable 'CONoff'|
#11 · 16y ago
OV
OverDrivejt
You need create a new project => win32 project => dll => empty project.
#12 · edited 16y ago · 16y ago
Pagn
Pagn
Hmm, looks great! But can you use CN base to use the PTC commands?
#13 · 16y ago
ClamPie
ClamPie
Quote Originally Posted by OverDrivejt View Post
crossfire base have a little bugs in function pushtoconsole
I don't quite understand what you mean...did you guys leave in errors so that people would have to figure out what to do on their own?
#14 · 16y ago
OV
OverDrivejt
Quote Originally Posted by ClamPie View Post
I don't quite understand what you mean...did you guys leave in errors so that people would have to figure out what to do on their own?
You need create a new project => win32 project => dll => empty project.
#15 · 16y ago
Posts 1–15 of 58 · Page 1 of 4

Post a Reply

Similar Threads

  • [Source]PushToConsole CommandsBy Invidus in Combat Arms Hack Coding / Programming / Source Code
    31Last post 16y ago
  • PushToConsole Commands [Mega Thread]By DeadLinez in Combat Arms Hack Coding / Programming / Source Code
    90Last post 13y ago
  • PushToConsole commandsBy Zoom in Combat Arms Hack Coding / Programming / Source Code
    26Last post 15y ago
  • PushToConsole commands for pick-up hack?By deathninjak0 in Combat Arms Hack Coding / Programming / Source Code
    18Last post 16y ago
  • Help With Visual Basic 2008 And The PushToConsole CommandBy CrossFireHacker V1 in CrossFire Hack Coding / Programming / Source Code
    5Last post 16y ago

Tags for this Thread

None