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 › CPU Usage Dumping(now you can use images)

CPU Usage Dumping(now you can use images)

Posts 1–2 of 2 · Page 1 of 1
radnomguywfq3
radnomguywfq3
CPU Usage Dumping(now you can use images)
Well I know there was 1 reason people didn't use nifty GUI because they didn't want to use many images because it would take too much CPU or people would not use VB2005\2008 becuase of the cpu usage. Well heres your solution. Input this code into you module.

Public Class FluchCpuUsage

Private Declare Function SetProcessWorkingSetSize Lib "kernel32.dll" ( _
ByVal process As IntPtr, _
ByVal minimumWorkingSetSize As Integer, _
ByVal maximumWorkingSetSize As Integer) As Integer

Public Shared Sub FlushMemory()
GC.Collect()
GC.WaitForPendingFinalizers()
If (Environment.OSVersion.Platform = PlatformID.Win32NT) Then
SetProcessWorkingSetSize(Process.GetCurrentProcess ().Handle, -1, -1)
End If
End Sub

End Class
Don't modify the above code, you could result with crashing Applets


place a timer on the form with 1000 Intervals containing the code
FluchCpuUsage()
#1 · 18y ago
TH
TheBlueMax
Nice , good job.
#2 · 18y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • You Can Finnaly Flame MeBy A7X Oblivian in General
    15Last post 20y ago
  • Harbor_IDA and Emblem.You can playBy papiopo in WarRock - International Hacks
    15Last post 20y ago
  • [HELP PLS] how you can do trainers?????By Edge15 in WarRock - International Hacks
    8Last post 19y ago
  • Two VIP (Should be) HACKS! Get it while you can!By Mike Green Day in WarRock - International Hacks
    97Last post 19y ago
  • [NEW BUG] You can't visit a topic[FF 2.0.0.9], dave please fix thisBy wrasia in Trade Accounts/Keys/Items
    0Last post 18y ago

Tags for this Thread

None