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 › some help with making noobie hacks

some help with making noobie hacks

Posts 1–5 of 5 · Page 1 of 1
AndrewxXx
AndrewxXx
some help with making noobie hacks
well here is my problem
mouse_event(&H2, 0, 0, 0, 1)
Sleep((Rnd() * 50) * 100)
mouse_event(&H4, 0, 0, 0, 1)
this code is made up to be spammer , this one is lclick down lclick up so it hit a click and there is a sleep inside it , well it works fine in game but in lobby it dont o-0 so any other way to do a lclick ? (i did try timers plus without sleep and still didnt work)

second problem
i was trying to create a noobie aimbot , with #c0ol0o0r , like if the head color is pink it move the mouse pointer to the pink color so it hit the head
i know it aint gona work in maps with same color on walls or on anything else
so yes it will be bugged and will be 60/100 working but its fine ill try to pick up a unique color so i increase the efficiency but is it right o-0
i want to create it with vb not c++ and not auto it , so do u think it gona work ? well how to scan for color on screen and move the pointer to it ?


third problem just a lil modification on that
thats to reg alt+z to be hotkey
RegisterHotKey(Me.Handle, 100, MOD_ALT, Keys.Z)
so if i want to edit it to f1 it gona be
RegisterHotKey(Me.Handle, 100, 0, Keys.f1) ?
well 100 is the case , what is me.handle


thanks everyone , i know im still noob and a bit lazy to search but im really working on so many stuff
thanks again
#1 · 14y ago
Jason
Jason
Color aimbots are insanely inefficient. You'll need to write your own algorithm for quick-scanning a whole screen full of pixel using the GetPixel API/BMP method.

On my screen this would take 1366 * 768 iterations to scan EVERY pixel ONCE = over 1 million iterations. If you assume just an API call to be between 0.5ms to 1ms, you're looking at 500k-1M ms to scan the screen once without doing any processing, it's a bad idea without some form of algorithm to narrow down your iterations.
#2 · 14y ago
AndrewxXx
AndrewxXx
Quote Originally Posted by Jason View Post
Color aimbots are insanely inefficient. You'll need to write your own algorithm for quick-scanning a whole screen full of pixel using the GetPixel API/BMP method.

On my screen this would take 1366 * 768 iterations to scan EVERY pixel ONCE = over 1 million iterations. If you assume just an API call to be between 0.5ms to 1ms, you're looking at 500k-1M ms to scan the screen once without doing any processing, it's a bad idea without some form of algorithm to narrow down your iterations.
well i saw some aimbot using same idea , bot was build by autoit (some program) but it was fast and efficiency was not bad , but yes scanning the screen will take hella long so i have to find another way to scan it or put my ass on the d3d book and read it
#3 · 14y ago
AndrewxXx
AndrewxXx
SO no one else will help ? :@
#4 · 14y ago
master131
[MPGH]master131
http://www.mpgh.net/forum/33-visual-...ml#post5228314
#5 · 14y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Help me with making my hack (VB6)By floris12345! in Visual Basic Programming
    2Last post 18y ago
  • Need some help with elite hackBy prototype33 in Combat Arms Hacks & Cheats
    0Last post 18y ago
  • Some help with hacksBy eliran93 in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • I Need some help with the hacks..By xcv123 in Combat Arms Help
    7Last post 17y ago

Tags for this Thread

None