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 › Programming › Visual Basic Programming › [Help] Screenshot in game

Question[Help] Screenshot in game

Posts 1–14 of 14 · Page 1 of 1
SI
sima_6600
[Help] Screenshot in game
Hi Evryone.
i can't use api for screenshot in game

pls give me source code in vb6
thx and im sory for my bad english
#1 · 16y ago
NextGen1
NextGen1
I wrote a tutorial on taking a screenshot with NO API, it should be in the tuts section (stickies) it is for vb.net.

Why are you still using VB6? Time to upgrade..... Vb.net 2010 Express (and 2008) is free you know...?
#2 · 16y ago
Blubb1337
Blubb1337
Just press the printscreen and use my.computer.clipboard.getimage...

(Programatically ofc...)
#3 · 16y ago
SI
sima_6600
Quote Originally Posted by Blubb1337 View Post
Just press the printscreen and use my.computer.clipboard.getimage...

(Programatically ofc...)
don't work
Screenshot Black

Quote Originally Posted by Blubb1337 View Post
Just press the printscreen and use my.computer.clipboard.getimage...

(Programatically ofc...)
don't work
Screenshot Black

Quote Originally Posted by Blubb1337 View Post
Just press the printscreen and use my.computer.clipboard.getimage...

(Programatically ofc...)
don't work
Screenshot Black
#4 · 16y ago
NextGen1
NextGen1
In vb.net try

Imports Microsoft.DirectX3D

Dim backbuffer As Surface = device.GetBackBuffer(0, 0, BackBufferType.Mono)
SurfaceLoader.Save("Screenshot.bmp", ImageFileFormat.Bmp, backbuffer)
backbuffer.Dispose()

The issue is your not drilling down into the direct X game (this happens with some videos as well)
#5 · 16y ago
SI
sima_6600
new qustion
for resize pic to 400*400 and cheang format to jpg
#6 · 16y ago
/B
/b/oss
let me guess, you're trying to do this with AVA, right? if not i can help you. (if yes, i can help you too /)

Thanks!
#7 · 16y ago
SI
sima_6600
Quote Originally Posted by m_t_h View Post
let me guess, you're trying to do this with AVA, right? if not i can help you. (if yes, i can help you too /)

Thanks!
Hi again /
no MW2 /
#8 · 16y ago
/B
/b/oss
Quote Originally Posted by sima_6600 View Post
Hi again /
no MW2 /
wow, then i have no idea. when you press Print screen and paste it into paint you see black screen shoot? maybye.. u running FS (full screen mode)? if yes; press ALT + enter (hope i'm not wrong about key combination) and try aggain in windowed mode. if you're running windowed mode try in fullscreen mode.

However, hi

Thanks
#9 · 16y ago
SI
sima_6600
Public Class Form1
Dim backbuffer As Surface = device.GetBackBuffer(0, 0, BackBufferType.Mono)

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

SurfaceLoader.Save("Screenshot.bmp", Imaging.ImageFormat.Bmp, backbuffer)
backbuffer.Dispose()
End Sub
End Class

don't work
#10 · 16y ago
NextGen1
NextGen1
DO you have directX SDK

Did you import Direct3D?
#11 · 16y ago
SI
sima_6600
yes im import
project>add Reference..>microsoft.DirctX
pls give me all source for save pic and resize thx
#12 · 16y ago
/B
/b/oss
resize pic: make picturebox 400x400 big (example) then click on properites of pb (pic box) and put image location (srry im on phone and i don' remeber) on center. ex picbox1.image is(don't have the two lined) and then file location or clipboar or w/e. hope i helped, thanks for reading
#13 · 16y ago
M4
m4custom
umm hit alt print up near f12 button ====> and <======= of scroll lock key ;D
#14 · 16y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • I need help installing the game.By jeremywilms in WarRock - International Hacks
    6Last post 19y ago
  • Ned help hacking this game(Fantasy tennis)By lilandyngo in General Game Hacking
    4Last post 15y ago
  • Need help hacking flash gamesBy ilovepie21 in General Game Hacking
    0Last post 19y ago
  • need some help hacking a gameBy endri123 in General Hacking
    2Last post 18y ago
  • HELP HACK RYL2 GAME GUARBy keat99 in Anti-Cheat
    4Last post 17y ago

Tags for this Thread

None