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 › Realm Royale Hacks & Cheats › AutoShoot Code

AutoShoot Code

Posts 1–4 of 4 · Page 1 of 1
FoxHunter
FoxHunter
AutoShoot Code
Here I found for AutoShoot.
Try it for yourself, good luck and tell me if is something wrong and need to change please.

Code:
;msgbox.au3
;Created by LogisticDad https://logisticdad.co.uk
HotKeySet("{F1}", "mousecur")
HotKeySet("{F2}", "getcol")
HotKeySet("{F5}", "Terminate")
HotKeySet("{F9}", "Home")
#include "CustomMsgBox.au3"
Home()
While 1
    Sleep(10)
WEnd
 
Func Terminate()
	MsgBox(0, "Bye", "Bye, Bye")
	Exit 1
EndFunc
 
Func Home()
	$REturn = xMsgBox(16+0x200,"Palidins AutoShoot","Please use one of the options below. use F9 to open this page again","Start","help", "Exit",  Default,34,"C:\vista.ico")
	switch $REturn
 
		case 6 ;Start
			Start()
 
 
		case 7 ;Help
			Help()
 
	endswitch
EndFunc
 
Func Start()
	$Start  = xMsgBox(16+0x200,"Palidins AutoShoot","Please select resolution below.","1920x1080","1366x768", "Exit",Default,34,"C:\vista.ico")
	switch $Start
 
	case 6 ;1920x1080
	MsgBox(0, "Online", "1920x1080 Enabled")
	While 1
	  $point = PixelSearch(960,538,962,538, 0xFE4040, 10)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
	  $point = PixelSearch(960,538,962,538, 0xFDB033, 10)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
	WEnd
 
	case 7 ;1366x768
	MsgBox(0, "Online", "1366x768 Enabled")
	While 1
	  $point = PixelSearch(683,383,686,384, 0xFE4040, 3)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
	  $point = PixelSearch(683,383,684,383, 0xFDB033, 3)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
   WEnd
 
endswitch
EndFunc
 
Func Help()
	$Help  = xMsgBox(16+0x200,"Palidins AutoShoot","Please Follow below instructions for this to work." &   @CRLF & "" &   @CRLF & "1) Go to game options" &   @CRLF & "2) Goto Gameplay and set:" &   @CRLF & "3) Enable Reticle type: DOT" &   @CRLF & "4) Enable Reticle change over target: ENABLED.","Start","Extra","Exit",Default,34,"C:\vista.ico")
	switch $Help
 
		case 6 ;Start
			Start()
 
		case 7 ;Extras
			Extras()
 
	endswitch
EndFunc
 
Func Extras()
	$Extras  = xMsgBox(16+0x200,"Palidins AutoShoot","Extras For Config." &   @CRLF & "" &   @CRLF & "F1 - Show Mouse Position" &   @CRLF & "F2 - Show Color of Pixel","Start","Home","Exit",Default,34,"C:\vista.ico")
	switch $Extras
 
		case 6 ;Start
			Start()
 
		case 7 ;Extras
			Home()
 
	endswitch
EndFunc
 
Func mousecur()
	$MousePos = MouseGetPos()
	$MousePos[0] ; Mouse X position
	$MousePos[1] ; Mouse Y position
	msgbox(0,"Debug","Cursor located at " & $MousePos[0] & "," & $MousePos[1])
EndFunc
 
Func getcol()
 
   $iColor = PixelGetColor(745,375)
   msgbox(0,"Debug","Cursor located at " & Hex($iColor, 6))
 
EndFunc
#1 · 6y ago
SU
Sunz115
sc-SuNz115
Quote Originally Posted by FoxHunter View Post
Here I found for AutoShoot.
Try it for yourself, good luck and tell me if is something wrong and need to change please.

Code:
;msgbox.au3
;Created by LogisticDad https://logisticdad.co.uk
HotKeySet("{F1}", "mousecur")
HotKeySet("{F2}", "getcol")
HotKeySet("{F5}", "Terminate")
HotKeySet("{F9}", "Home")
#include "CustomMsgBox.au3"
Home()
While 1
    Sleep(10)
WEnd
 
Func Terminate()
	MsgBox(0, "Bye", "Bye, Bye")
	Exit 1
EndFunc
 
Func Home()
	$REturn = xMsgBox(16+0x200,"Palidins AutoShoot","Please use one of the options below. use F9 to open this page again","Start","help", "Exit",  Default,34,"C:\vista.ico")
	switch $REturn
 
		case 6 ;Start
			Start()
 
 
		case 7 ;Help
			Help()
 
	endswitch
EndFunc
 
Func Start()
	$Start  = xMsgBox(16+0x200,"Palidins AutoShoot","Please select resolution below.","1920x1080","1366x768", "Exit",Default,34,"C:\vista.ico")
	switch $Start
 
	case 6 ;1920x1080
	MsgBox(0, "Online", "1920x1080 Enabled")
	While 1
	  $point = PixelSearch(960,538,962,538, 0xFE4040, 10)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
	  $point = PixelSearch(960,538,962,538, 0xFDB033, 10)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
	WEnd
 
	case 7 ;1366x768
	MsgBox(0, "Online", "1366x768 Enabled")
	While 1
	  $point = PixelSearch(683,383,686,384, 0xFE4040, 3)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
	  $point = PixelSearch(683,383,684,383, 0xFDB033, 3)
	  if IsArray($point) Then
		 MouseClick("left")
		 $point = ""
	  EndIf
   WEnd
 
endswitch
EndFunc
 
Func Help()
	$Help  = xMsgBox(16+0x200,"Palidins AutoShoot","Please Follow below instructions for this to work." &   @CRLF & "" &   @CRLF & "1) Go to game options" &   @CRLF & "2) Goto Gameplay and set:" &   @CRLF & "3) Enable Reticle type: DOT" &   @CRLF & "4) Enable Reticle change over target: ENABLED.","Start","Extra","Exit",Default,34,"C:\vista.ico")
	switch $Help
 
		case 6 ;Start
			Start()
 
		case 7 ;Extras
			Extras()
 
	endswitch
EndFunc
 
Func Extras()
	$Extras  = xMsgBox(16+0x200,"Palidins AutoShoot","Extras For Config." &   @CRLF & "" &   @CRLF & "F1 - Show Mouse Position" &   @CRLF & "F2 - Show Color of Pixel","Start","Home","Exit",Default,34,"C:\vista.ico")
	switch $Extras
 
		case 6 ;Start
			Start()
 
		case 7 ;Extras
			Home()
 
	endswitch
EndFunc
 
Func mousecur()
	$MousePos = MouseGetPos()
	$MousePos[0] ; Mouse X position
	$MousePos[1] ; Mouse Y position
	msgbox(0,"Debug","Cursor located at " & $MousePos[0] & "," & $MousePos[1])
EndFunc
 
Func getcol()
 
   $iColor = PixelGetColor(745,375)
   msgbox(0,"Debug","Cursor located at " & Hex($iColor, 6))
 
EndFunc
how do i start or run
it
#2 · 5y ago
TR
TruGam3rr
AutoHotKey
Quote Originally Posted by Sunz115 View Post
how do i start or run
it
i think u need to install autohotkey to run it.
just copy paste the code in a .txt file then rename it to .ahk
#3 · 5y ago
RA
razzettii
Error
Quote Originally Posted by TruGam3rr View Post
i think u need to install autohotkey to run it.
just copy paste the code in a .txt file then rename it to .ahk
I tried this today (not sure if it still works) and I got an error saying
Error at line 7.
#Include file "C:\Users\user\Desktop"CustomMsgBox.au3"" cannot be opened.
The program will exit.

Any help?
#4 · 5y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • HELP with coding! Autoshoot when crosshair is over enemyBy Cirion66 in All Points Bulletin Reloaded Hacks
    8Last post 15y ago
  • a Couple WPE Weapon codes?By phil823 in WarRock - International Hacks
    16Last post 20y ago
  • Pre-Regerstration - E3 CodesBy Dave84311 in WarRock - International Hacks
    67Last post 20y ago
  • hi can any1 help me make or find a cheat codeBy CrUsHa in WarRock - International Hacks
    3Last post 20y ago
  • hi, can some1 make a cheat code or find a cheat code for me for this game i play onliBy CrUsHa in General Game Hacking
    37Last post 20y ago

Tags for this Thread

None