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 › Blackshot Hacks & Cheats › Blackshot Coding & Source Code › Dumped Gamebryo Application

Dumped Gamebryo Application

Posts 1–6 of 6 · Page 1 of 1
Caezar
Caezar
Dumped Gamebryo Application
Good day, welp got few functions to share which i just dumped through Disassembler.
Code:
[Compress Func] - Where bsdb store files.
102C0F1C                           SSZ102C0F1C_2__Compress_:

[bsdb] - Main function bsdb
102C0F2C  6273646200                		db	'bsdb',0
102C0F38                           SSZ102C0F38__zip:

[Decompress] - Decompressing arguments.
102C0F38  2E7A697000                		db	'.zip',0
102C0F50                           SSZ102C0F50_Decompress_test_:
102C0F50  4465636F6D7072657373+     		db	'Decompress test',0Ah,0

[Encrypted Nodes] - Check every nif files value and offsets.
102B5888                           SSZ102B5888__encryptedNodes_size_____0:
102B58D4                           SSZ102B58D4__encryptedNodes_size_____0:


[Encrypted Nodes Sub] - Sub routine for above func.
102B5888  5F656E63727970746564+     		db	'_encryptedNodes.size() > 0',0
102B58D4  5F656E63727970746564+     		db	'_encryptedNodes.size() > 0',0

[Error] - Trigger error.
102BC8B8  46696C65206572726F72+     		db	'File error. Please re-install BlackShot.',0

[Fly] - Commands for fly if value is enabled. NOP Function will do to debug.
0095B9F0                           SSZ0095B9F0__BS__Fly:
0095B9F0  2F42532424466C7900        		db	'/BS$$Fly',0

[Clipping] - Commands for clipping if value is enabled. NOP Function will do to debug.
0095B960                           SSZ0095B960__BS__clipping:
0095B960  2F42532424636C697070+     		db	'/BS$$clipping',0

[ESP] - Commands to enable TeamESP if value is enabled. NOP Function will change from colors to original(Green).
0095BCC4                           SSZ0095BCC4__bs__hack1:
0095BCC4  2F627324246861636B31+     		db	'/bs$$hack1',0

-- Size 0x47A1 -- Disassembler x32/x64 BlackShot.exe @ 2020
cya.
#1 · 5y ago
DR
Drivers
What to do with this
Quote Originally Posted by Caezar View Post
Good day, welp got few functions to share which i just dumped through Disassembler.
Code:
[Compress Func] - Where bsdb store files.
102C0F1C                           SSZ102C0F1C_2__Compress_:

[bsdb] - Main function bsdb
102C0F2C  6273646200                		db	'bsdb',0
102C0F38                           SSZ102C0F38__zip:

[Decompress] - Decompressing arguments.
102C0F38  2E7A697000                		db	'.zip',0
102C0F50                           SSZ102C0F50_Decompress_test_:
102C0F50  4465636F6D7072657373+     		db	'Decompress test',0Ah,0

[Encrypted Nodes] - Check every nif files value and offsets.
102B5888                           SSZ102B5888__encryptedNodes_size_____0:
102B58D4                           SSZ102B58D4__encryptedNodes_size_____0:


[Encrypted Nodes Sub] - Sub routine for above func.
102B5888  5F656E63727970746564+     		db	'_encryptedNodes.size() > 0',0
102B58D4  5F656E63727970746564+     		db	'_encryptedNodes.size() > 0',0

[Error] - Trigger error.
102BC8B8  46696C65206572726F72+     		db	'File error. Please re-install BlackShot.',0

[Fly] - Commands for fly if value is enabled. NOP Function will do to debug.
0095B9F0                           SSZ0095B9F0__BS__Fly:
0095B9F0  2F42532424466C7900        		db	'/BS$$Fly',0

[Clipping] - Commands for clipping if value is enabled. NOP Function will do to debug.
0095B960                           SSZ0095B960__BS__clipping:
0095B960  2F42532424636C697070+     		db	'/BS$$clipping',0

[ESP] - Commands to enable TeamESP if value is enabled. NOP Function will change from colors to original(Green).
0095BCC4                           SSZ0095BCC4__bs__hack1:
0095BCC4  2F627324246861636B31+     		db	'/bs$$hack1',0

-- Size 0x47A1 -- Disassembler x32/x64 BlackShot.exe @ 2020
cya.
what am i suppose to do with this
#2 · 5y ago
COD3RIN
COD3RIN
Quote Originally Posted by Drivers View Post
what am i suppose to do with this
its IDA script..but its is a dead game
#3 · 5y ago
XZAKTORS
XZAKTORS
Quote Originally Posted by COD3RIN View Post


its IDA script..but its is a dead game
i respect your opinion but for me this game will still alive forever cuz this game reminds me of beautiful days, specialy if i hacked it with bsdb, i hope you can help us or me free or paid, to remember these beautiful days. and thanks
#4 · edited 5y ago · 5y ago
proeggby
proeggby
Quote Originally Posted by COD3RIN View Post


its IDA script..but its is a dead game
Still not fully dead on SEA server..
#5 · 5y ago
XZAKTORS
XZAKTORS
Quote Originally Posted by proeggby View Post
Still not fully dead on SEA server..
yes but if anyone here post new update for bsdb tool :c
#6 · 4y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • Dump!By Flawless in Spammers Corner
    22Last post 9y ago
  • HELP: PANU PO KAPAG UNG NA DUMP KONG WARROCK NOT VALID FOR WIN32 APPLICATION ???By moises4 in WarRock Philippines Hacks
    3Last post 12y ago
  • MAH FOTOBUCKET IMAGE DUMP, only kewl people lookBy iverson954360 in General
    15Last post 19y ago
  • Not a valid win32 applicationBy terence in General Game Hacking
    1Last post 20y ago

Tags for this Thread

None