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 › CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks › CSS Crashing

CSS Crashing

Posts 1–2 of 2 · Page 1 of 1
affe2626
affe2626
CSS Crashing
Im trying to read an entitys position so when i read it externally like
Code:
ReadProcessMemory(fProcess.__HandleProcess, (PBYTE*)(BaseEntity + X), &Pos, sizeof(float[3]), 0);
this, it works but when i try to read it like
Code:
Pos[0] = *(float*)((DWORD)BaseEntity + X);
Pos[1] = *(float*)((DWORD)BaseEntity + Z);
Pos[2] = *(float*)((DWORD)BaseEntity + Y);
this^ my game crashes :P anybody knows why?
Heres my offsets:
Code:
X = 0x260;
Z = 0x264;
Y = 0x268;
- - - Updated - - -
@Hunter you can close this, i fixed it but idk how lol
#1 · 10y ago
HU
Hunter
Okay, but next time please be more mindful when making this type of thread.

/Solved & closed.
#2 · 10y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • Inject Crash cssBy josephmason in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    0Last post 11y ago
  • How to crash a CSS Server?By NiGaRaCHi in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    5Last post 15y ago
  • How do i crash a CSS server?By pagnozzi in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    9Last post 14y ago

Tags for this Thread

None