Cool[AHK] *BETA* Auto Blue Spot Aimbot For Mining

Posts 115 of 34 · Page 1 of 3
[AHK] *BETA* Auto Blue Spot Aimbot For Mining
[AHK] *BETA* Auto Blue Spot Aimbot For Mining

This basically searches for the blue spot pixel color when mining mats, and moves your mouse to it. Meaning you can put in less effort into a really easy task. This is more of a concept and a test for me to see if I could make this really simple. I hope you enjoy the 2 seconds of use you will get out of it.

 
AHK Code

Code:
toggle := false
loop
{
	if toggle
	{
		MouseGetPos, xpos, ypos 
		PixelSearch, Px, Py, 600, 340, 1320, 742, 0xfff6d1, 3, Fast
		{
			MouseMove, Px - 960 + xpos, Py - 540 + ypos
		}
		PixelSearch, Px, Py, 600, 340, 1320, 742, 0xfff6c7, 3, Fast
		{
			MouseMove, Px - 960 + xpos, Py - 540 + ypos
		}
	}
}
z::
if toggle
{
	toggle := false
}else {
	toggle := true
}
x::
MouseMove, 960, 540

 
AHK Detected?

I doubt AHK is actually detected, but many people claim to have been banned. A simple fix is to compile the ahk program. Then use an exe scrambler to make it even less "detectable". If your really extreme you can just write this in c# or c++ and call it a day. Honestly if your that worried maybe don't come to a public cheat forum and especially for fortnite.

 
Is this actually useful?

Probably not, but this section is so dead it probably won't hurt. If anything this might inspire someone to make an advanced auto pickup tool with gun priority but maybe that's just a dream.

 
How to use?

Toggle = Z
Reset Mouse = X
Apparently the mouse doesn't move exactly with the screen so it is really hard to get everything exact. Also the mouse movements are not proportional so it is off. Hopefully pressing x will resolve most of the issues you might have.
Will 100% get you banned. i coded my own color aimbot in ahk and it worked for around 2 months then got detected. i guess i could've been manually banned.
Quote Originally Posted by creamsoda View Post
Will 100% get you banned. i coded my own color aimbot in ahk and it worked for around 2 months then got detected. i guess i could've been manually banned.
Lemme try it
can someone please make tutorial i dont know how to start with?
does it work on the STW version
Quote Originally Posted by Quianer View Post
does it work on the STW version
Should work, haven't tested.

- - - Updated - - -

Quote Originally Posted by amazingpaco View Post
can someone please make tutorial i dont know how to start with?
Install Auto Hotkey. Make a new ahk file. Paste the ahk code into it. Save it. Run Fortnite. Run it. Press X then press Z to toggle on/off.
That's pretty cool thanks a
Probably all ahk has been detected.
send the exe file
thanks for uploading bro
IMO not worth the risk for the reward
So like, I tried it, the script ran and all, but my mouse went crazy in-game once I pressed Z, pressing X to reset didn't help anything either. Not sure if it got patched or what, this is my first time trying this specific script.
Posts 115 of 34 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

Need help?