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 › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › VB.net Color Aimbot updated

VB.net Color Aimbot updated

Posts 1–15 of 40 · Page 1 of 3
LU
lucasheer715
VB.net Color Aimbot updated
I have gotten this working and have a short video to show u.

if u have a a tool that works over direct x u can add this to it. ex : crossfire crosshairs.

timer1 code :
Code:
        Dim screensize As Size = New Size(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
        Dim screenshot As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
        Dim g As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(screenshot)
        g.CopyFromScreen(New Point(0, 0), New Point(0, 0), screensize)
        Dim x As Integer = 1
        Dim y As Integer = 1
        Dim search As Boolean = True
        Try
            While search = True
                Dim atpoint As Color = screenshot.GetPixel(x, y)
                Dim red As Color = Color.FromArgb(192, 157, 130)
                If atpoint = red Then
                    Cursor.Position = New Point(x, y)
                    search = False
                    x = 1
                    y = 1
                End If

                y = y + 1
                If y = My.Computer.Screen.Bounds.Height Then
                    y = 0
                    x = x + 1
                End If

            End While
        Catch ex As Exception
        End Try
button1 code :
Code:
Timer1.Start()
button2 code :
Code:
Timer1.Stop()
form_load code :
Code:
Timer1.Interval = 1
        Timer1.Enabled = False
        Button1.Text = "on"
        Button2.Text = "off"
the better the computer, the faster it works.



I will have a pixel list of colors of each bone and player team soon, if u have any problems tell me

please close my old one
#1 · edited 13y ago · 13y ago
PR
Problematicc
Looks to be patched , i tried meself
#2 · 13y ago
LU
lucasheer715
Quote Originally Posted by Problematicc View Post
Looks to be patched , i tried meself
This code is undetectable. besides i tried it with my d3d crosshairs and it worked. You have to list a bunch of colors for it to work. with this code u have to be so far for it to see the pixel. I made this since GERMANY132816's color/pixel aimbot was a fail because it was made in vb2006, and the getpixel function is detected. anyways, this just pretty much scans the screen (not getpixel)
#3 · edited 13y ago · 13y ago
vincetan789
vincetan789
Tried it too..seems to be not working.
#4 · 13y ago
LU
lucasheer715
Quote Originally Posted by vincetan789 View Post
Tried it too..seems to be not working.
ok.... it wont work unless u already have a direct x tool. im using this source code with my d3d crosshairs and it works find. u use this code in the crosshair form. (or w/e ur direct x tool is)
#5 · 13y ago
nwouh
nwouh
s really working
#6 · 13y ago
LU
lucasheer715
i figured out an issue witch is very fixiable. not everybody uses the same screen resolution, if it doesnt work for u then your screen resolution is lower than mine. if it does work, its eaither the same or higher.

my res is 1366 x 768
#7 · edited 13y ago · 13y ago
bandi12
bandi12
This kind of aimbot's are only waste of time. Why ? Simpel, they are slow and very laggy. Some time's they will aim on other point's bk the pixel color is matching or is very simillar if is not enought we can add the distance when a player is far away from you then not all pixel's from head are displayed only some of them so here it will fail again . The game has multipel character's you will need to add a color for al of them so one pixel need to be compared with 5-6 color's make it more laggy. In some cases manual aim is better that this pixel aimbot's.
#8 · edited 13y ago · 13y ago
LU
lucasheer715
Quote Originally Posted by bandi12 View Post
This kind of aimbot's are only waste of time. Why ? Simpel, they are slow and very laggy. Some time's they will aim on other point's bk the pixel color is matching or is very simillar if is not enought we can add the distance when a player is far away from you then not all pixel's from head are displayed only some of them so here it will fail again . The game has multipel character's you will need to add a color for al of them so one pixel need to be compared with 5-6 color's make it more laggy. In some cases manual aim is better that this pixel aimbot's.
well im sorry, but i saw a post on an aimbot in vb a few days ago so i shaired my source
#9 · 13y ago
IN
Intellectual
Never thought you can copy source codes from other websites... but well
#10 · 13y ago
LU
lucasheer715
Quote Originally Posted by CanadaFrost View Post
Never thought you can copy source codes from other websites... but well
copy a source code? right....... u mad cause ur hacks instantly go detected? this is not copied, this is the same code i use for runescape bots

btw, tell me if u find a working vb.net *source code* for crossfire.
#11 · 13y ago
IN
Intellectual
Quote Originally Posted by lucasheer715 View Post
copy a source code? right....... u mad cause ur hacks instantly go detected? this is not copied, this is the same code i use for runescape bots

btw, tell me if u find a working vb.net *source code* for crossfire.
1st- I'm mad cause new phags are always leeching stuffs.
2nd- Already found this source code on other forums.
3rd- Get a life and start the real coding

EDIT: From asking vb.net crosshair source code to releasing an aimbot ? no shit. http://www.mpgh.net/forum/242-crossf...r-code-vb.html
#12 · edited 13y ago · 13y ago
LU
lucasheer715
Quote Originally Posted by CanadaFrost View Post

1st- I'm mad cause new phags are always leeching stuffs.
2nd- Already found this source code on other forums.
3rd- Get a life and start the real coding

EDIT: From asking vb.net crosshair source code to releasing an aimbot ? no shit. http://www.mpgh.net/forum/242-crossf...r-code-vb.html
ok... tell me where u found it? skype lucasheer715. ur hacks suck cause they never work for me, u use unprotected codes so they never last more than 10 minuits. im not very new i have been on mpgh since 2011, this is my third acc. This code is not dealing with direct x bro. direct x crosshairs do.

Also thanks for grabbing a post from me from
09-05-2012
getting kinda desperate????
#13 · edited 13y ago · 13y ago
giniyat101
giniyat101
Quote Originally Posted by bandi12 View Post
This kind of aimbot's are only waste of time. Why ? Simpel, they are slow and very laggy. Some time's they will aim on other point's bk the pixel color is matching or is very simillar if is not enought we can add the distance when a player is far away from you then not all pixel's from head are displayed only some of them so here it will fail again . The game has multipel character's you will need to add a color for al of them so one pixel need to be compared with 5-6 color's make it more laggy. In some cases manual aim is better that this pixel aimbot's.
the main reason is they dont aim on those who are behind you....
#14 · 13y ago
IN
Intellectual
Quote Originally Posted by lucasheer715 View Post
ok... tell me where u found it? skype lucasheer715. ur hacks suck cause they never work for me, u use unprotected codes so they never last more than 10 minuits. im not very new i have been on mpgh since 2011, this is my third acc. This code is not dealing with direct x bro. direct x crosshairs do.

Also thanks for grabbing a post from me from
09-05-2012
getting kinda desperate????
Create a hack and show us pro you are.
PS: THATS IF YOU CAN
#15 · 13y ago
Posts 1–15 of 40 · Page 1 of 3

Post a Reply

Similar Threads

  • VB.net Color AimbotBy lucasheer715 in CrossFire Hack Coding / Programming / Source Code
    9Last post 13y ago
  • [UPDATED!] Color AimbotBy Samueldo in Combat Arms Hacks & Cheats
    31Last post 16y ago
  • [Trade] Color Aimbot + Wallhack 4 WR Account! Lv6+By Titanium Gold in Trade Accounts/Keys/Items
    15Last post 19y ago
  • color aimbotBy cjg333 in WarRock - International Hacks
    20Last post 19y ago
  • [SEARCHING] Color Aimbot v3By stfustfu in WarRock - International Hacks
    4Last post 20y ago

Tags for this Thread

None