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 › Other Semi-Popular First Person Shooter Hacks › All Points Bulletin Reloaded Hacks › Modified Crosshair for APB?

Modified Crosshair for APB?

Posts 1–15 of 28 · Page 1 of 2
KI
kingbullet8747
Modified Crosshair for APB?
Hey,
im searching for an (autohotkey) script to have an overlay on my screen which is creating a crosshair. a crosshair with a dot in the middle.

Example:

http://img88.imageshack.us/img88/5900/crossairdot.png

Id like to have that because it looks just better and i hope that this is possible.

mfg

kingbullet8747
#1 · edited 14y ago · 15y ago
KI
kingbullet8747
i just need a white dot in the middle, is that available?
#2 · 15y ago
RA
RAWR(:
Yes that is available.
#3 · 15y ago
KI
kingbullet8747
how to make a dot? Please help me!
#4 · 15y ago
KI
kingbullet8747
THATS NOT A DOT I JUST WANT THE DOT NOT THE WHOLE CROSSHAIR JUST A DOT IN THE MIDDLE
#5 · 15y ago
RA
RAWR(:
Wow... okay... Ill give this ONE more shot, and then im giving up on you.

My script can EASILY be used to make a dot.

Did you even bother to try it? Did you even open the configuration file? For some reason i HIGHLY doubt you even tried. You really think im going to take my time to make an extremely specialized dot just for you?

So... Heres what im lacking from you if you want one JUST for you.

Resolution
Size
Antialiasing
Color
Should you be able to toggle it?
What should the hotkey be to do so?
How should i go about doing it? I could do a setpixel function or i could do a memory hook for a specific game.

BUT!!! Im not going to make one just for you. Why? Because I already GAVE you one.

Oh and btw... I just made a dot with that EXACT program i handed you. And here's the config file that i made to do so.
[Resolution]
Width=1920
Height=1080
[Settings]
Offset=0
Length=3
Thickness=4
[color]
Red=255
Green=0
Blue=0
and it took me all of 10 seconds of playing with the offset, length, and thickness to make said dot.
#6 · edited 15y ago · 15y ago
Khyy
Khyy
Quote Originally Posted by RAWR(: View Post
Wow... okay... Ill give this ONE more shot, and then im giving up on you.

My script can EASILY be used to make a dot.

Did you even bother to try it? Did you even open the configuration file? For some reason i HIGHLY doubt you even tried. You really think im going to take my time to make an extremely specialized dot just for you?

So... Heres what im lacking from you if you want one JUST for you.

Resolution
Size
Antialiasing
Color
Should you be able to toggle it?
What should the hotkey be to do so?
How should i go about doing it? I could do a setpixel function or i could do a memory hook for a specific game.

BUT!!! Im not going to make one just for you. Why? Because I already GAVE you one.

Oh and btw... I just made a dot with that EXACT program i handed you. And here's the config file that i made to do so.


and it took me all of 10 seconds of playing with the offset, length, and thickness to make said dot.
Don't know why you'd make a specialized edition for him with his behavior displayed. He's an obvious 12 year old, best to let him dwell in his corner.
#7 · 15y ago
RA
RAWR(:
I just tweaked the config slightly, took me of all 10 seconds and i edited my post and it makes a very nice little upside down U dot shape lookin thingy xP. Looks like an actual far sight on a real weapon... I like the way it turned out xP

[Resolution]
Width=1920
Height=1080
[Settings]
Offset=0
Length=3
Thickness=4
[color]
Red=255
Green=0
Blue=0
#8 · edited 15y ago · 15y ago
Khyy
Khyy
Ohh sweet, I'll try that when I fix. Still too lazy
#9 · 15y ago
RA
RAWR(:
Ooo... You can make some interesting stuff by running multiple copies of the crosshair and messing with the configuration files a bit.. xP I have a "Aim Down Sight" looking crosshair now, with a near sight and far sight it looks pretty cool...
#10 · 15y ago
KI
kingbullet8747
that is a half dot XD

never mind

A possibility to let the program run in the foreground, and not when I'm APB in windowed mode?
#11 · edited 15y ago · 15y ago
SC
scythen60
Gui, +LastFound
Gui, Color, FFFFFF
WinSet, TransColor, FFFFFF
Gui, +AlwaysOnTop -Caption +ToolWindow +Disabled -Theme -border
Gui, Color, FFFFFF
Gui, Show, w5 h5 xcenter ycenter


for autohotkey
#12 · 15y ago
KI
kingbullet8747
How to that?
#13 · 15y ago
RA
RAWR(:
Eh, im giving up on your kingbullet. Go figure it out yourself.
#14 · 15y ago
WA
Waverunner
Quote Originally Posted by kingbullet8747 View Post
How to that?
how to engrish?
#15 · 15y ago
Posts 1–15 of 28 · Page 1 of 2

Post a Reply

Similar Threads

  • Crosshair for APB??By salem1230 in All Points Bulletin Reloaded Hacks
    6Last post 14y ago
  • working crosshair for CA EUBy zuzzy92 in Combat Arms Europe Hacks
    8Last post 17y ago
  • CrossHair for you guys.By Obey in WarRock - International Hacks
    7Last post 17y ago
  • Crosshair for snipers.By mcjang in Sudden Attack General
    21Last post 16y ago
  • [Request] How to make a crosshair for combat arms in Visual basic?By trevor206 in Programming Tutorial Requests
    3Last post 16y ago

Tags for this Thread

#autohotkey#crosshair#dot#hack