Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    TDStuart's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    64
    Reputation
    10
    Thanks
    225

    Cool [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.

     

    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

     

    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.

     

    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.

     

    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.
    Finally a good cheat, oh wait thats just ahk.

  2. The Following 10 Users Say Thank You to TDStuart For This Useful Post:

    -ToKeN. (07-15-2020),amirmp10000mir (07-15-2019),BannedTESTING (11-14-2018),Blaze Gamez (08-12-2018),contaz8 (08-18-2018),Escus (08-06-2018),gord0virg3m (09-07-2018),or13 (01-23-2019),Riu (02-05-2019),Zleo22 (09-07-2019)

  3. #2
    creamsoda's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Lurking
    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.

  4. The Following User Says Thank You to creamsoda For This Useful Post:

    BannedTESTING (11-14-2018)

  5. #3
    amazingpaco's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    can someone please make tutorial i dont know how to start with?

  6. #4
    iX::Pikotee's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    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

  7. #5
    Quianer's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    does it work on the STW version

  8. #6
    TDStuart's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    64
    Reputation
    10
    Thanks
    225
    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.
    Finally a good cheat, oh wait thats just ahk.

  9. #7
    JayTakesFlight's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    13
    Thank you.

  10. #8
    kevinterraria's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    thanks you !

  11. #9
    Tobi___'s Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    That's pretty cool thanks a

  12. #10
    userambote's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    Probably all ahk has been detected.

  13. #11
    schmidy101's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    sweet thank you!!

  14. #12
    jk2509's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    send the exe file

  15. #13
    jokera992's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    245
    Reputation
    10
    Thanks
    7
    thanks for uploading bro

  16. #14
    qBlastoff's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Breezy
    IMO not worth the risk for the reward

  17. #15
    anonymoushax0r's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    My Mood
    Tired
    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.

Page 1 of 3 123 LastLast

Similar Threads

  1. Aimbot for skill shots and Auto-Last-Hitting hack
    By MonkeyKid in forum League of Legends Discussions
    Replies: 6
    Last Post: 01-26-2014, 01:01 PM
  2. Halo Aimbot for blue and red team
    By aimbotexpress in forum Halo Hacks
    Replies: 1
    Last Post: 01-03-2013, 04:31 AM
  3. [Info] auto aim aimbot for CA
    By miketobey2011 in forum Hack Requests
    Replies: 2
    Last Post: 09-27-2009, 12:23 PM
  4. [Valve] AimBot - For SoldierFront!
    By dragooon in forum Soldier Front Hacks
    Replies: 96
    Last Post: 04-25-2009, 07:58 AM
  5. Need a aimbot for warrock
    By runescape in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-23-2007, 08:48 AM

Tags for this Thread