Page 1 of 9 123 ... LastLast
Results 1 to 15 of 133
  1. #1
    WRsgdSFzx's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    33
    My Mood
    Yeehaw

    Post --SOURCE: AutoHotKey Aimbot, Pixel Detection, Updated

    Warning: AHK is detectable my mouse movement, need anti cheat or something to mask your mouse movement being suspicious. Not patched however.


    My last thread got so many comments and views so I just decided to come out with the full release of the one I use which is actually nice considering its an AutoHotKey.

    So basically, what this will do is it will scan your screen for a certain color, I compiled in some colors that people have sent me and have over 15 total skins added, and will be adding more, you can add them yourself but I don't want to get into that.

    Features added since last post-
    -15 more skins
    -Higher color variation(stronger aimbot)
    -Faster mouse movements.
    -Polished(removed errors)

    How to use:
    1)Download AHK
    2)Copy/Paste this into a notepad
    3)Save as fortnitescript.ahk
    4)Right click that file and hit compile
    5)Run the compiled file
    --Left mouse button activates it. So no hotkey its just when you aim in.

    SOURE:
    Code:
    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.1
    traytip, Compiled-Aimbot-.mpgh.net%version%, Running in background!, 5, 1
    Menu, tray, NoStandard
    Menu, tray, Tip, Sharpshooter %version%
    Menu, tray, Add, Sharpshooter %version%, return
    Menu, tray, Add
    Menu, tray, Add, Help, info
    Menu, tray, Add, Exit, exit
    SetKeyDelay,-1, 1
    SetControlDelay, -1
    SetMouseDelay, -1
    SetWinDelay,-1
    SendMode, InputThenPlay
    SetBatchLines,-1
    ListLines, Off
    CoordMode, Pixel, Screen, RGB
    CoordMode, Mouse, Screen
    PID := DllCall("GetCurrentProcessId")
    Process, Priority, %PID%, High
     
    EMCol := 0xD82A22,0xDD5879,0x322F2D,0x0DF317,0xABB3C0,0xD82A22,0x240E11,0x955647,0x5D024F,0x1599A5,0x611 45C,0xEEE679,0xD0723E,0xEAE6DB,0x915612,0x424649,0x7F5103,0x54697E,0xd68E44,0xB80A0V,0xD0B56A,0x813D 2B,0xaC351A,0xE9D795,0xB5AF9B,0xE94F58,0X612b37,0x2ADd31,0x612B37
    ColVn := 65
    AntiShakeX := (A_ScreenHeight // 160)
    AntiShakeY := (A_ScreenHeight // 128)
    ZeroX := (A_ScreenWidth // 2)
    ZeroY := (A_ScreenHeight // 2)
    CFovX := (A_ScreenWidth // 8)
    CFovY := (A_ScreenHeight // 64)
    ScanL := ZeroX - CFovX
    ScanT := ZeroY
    ScanR := ZeroX + CFovX
    ScanB := ZeroY + CFovY
    NearAimScanL := ZeroX - AntiShakeX
    NearAimScanT := ZeroY - AntiShakeY
    NearAimScanR := ZeroX + AntiShakeX
    NearAimScanB := ZeroY + AntiShakeY
     
    Loop, {
        KeyWait, LButton, D
        PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
        if (!ErrorLevel=0) {
            loop, 10 {
                PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
                AimX := AimPixelX - ZeroX
                AimY := AimPixelY - ZeroY
                DirX := -1
                DirY := -1
                If ( AimX > 0 ) {
                    DirX := 1
                }
                If ( AimY > 0 ) {
                    DirY := 1
                }
                AimOffsetX := AimX * DirX
                AimOffsetY := AimY * DirY
                MoveX := Floor(( AimOffsetX ** ( 1 / 2 ))) * DirX
                MoveY := Floor(( AimOffsetY ** ( 1 / 2 ))) * DirY
                DllCall("mouse_event", uint, 1, int, MoveX * 1.5, int, MoveY, uint, 0, int, 0)
            }
        }
    }
     
    Pause:: pause
    return:
    goto, init
     
    info:
    msgbox, 0, %version%, Made by CelikShadow edited by WRsgdSFzx @ slut.io`nFortnite must be running in borderless windowed mode.`nPress pause key to pause this program.`nLeft click automatically aims down target near the center of the screen.`nRecommended for near distance(~15m) and full-auto weapons.
    return
     
    exit:
    exitapp
    REPLY WITH ERRORS, I WILL FIX THEM.

    Enjoy.
    Last edited by Ahlwong; 10-31-2018 at 10:42 PM.

  2. The Following 29 Users Say Thank You to WRsgdSFzx For This Useful Post:

    55JUMBO (12-12-2018),Alexanderrsx (01-06-2019),babyboy16 (11-28-2018),brand6n (11-17-2018),Depoorter (10-27-2018),DillonRex1 (11-17-2018),edit0 (12-04-2018),Fousty (12-15-2018),Fumzou (11-29-2018),hack beast (01-06-2019),idertuyop (11-12-2020),jens32 (12-24-2018),joaodarkheart (12-27-2019),kiltswag (12-25-2018),kuba1212xd (04-16-2019),Lil Bready (12-23-2018),Nintendo1956 (01-20-2021),papasito1994 (07-30-2023),pebble man (04-12-2019),QUIQUEX (08-25-2022),ramyeldeep1 (11-15-2018),RedR3X (11-29-2018),rudylolyt (11-12-2020),stylerAMK (02-02-2019),usovaid (10-28-2018),valerop (12-19-2018),Viper@ (12-28-2021),XDGucciBelt (11-13-2019),zlayamama (10-27-2018)

  3. #2
    xXGhostXx1230's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    631
    Reputation
    10
    Thanks
    210
    My Mood
    Lurking
    Not really good.
    I aim, and when I start shooting, the camera shakes to left and right

  4. #3
    Flamingomingooooo's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    A little error

    Whenever I click somewhere on my desktop or whatever it moves my mouse to the left. I just tried it, and it's not perfect, it doesn't aim exactly where the head is but I mean... it does the job, and battleeye can't detect it. (I'm not a coder expert, this is just my opinion as a non-coder person xD)
    Last edited by Flamingomingooooo; 10-27-2018 at 09:54 AM.

  5. #4
    Hyverks123's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Is there any good anti cheat systems so I don't get banned?

    Is there any good anti cheat systems so I don't get banned? I was wondering this because I have a lot of skins and stuff on my account and I don't want to get banned.

  6. #5
    Butter's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Computer
    Posts
    3,072
    Reputation
    234
    Thanks
    523
    My Mood
    Amazed
    Quote Originally Posted by Hyverks123 View Post
    Is there any good anti cheat systems so I don't get banned? I was wondering this because I have a lot of skins and stuff on my account and I don't want to get banned.
    Probably best to just not cheat



    Credits : @FasCrypt

  7. The Following 4 Users Say Thank You to Butter For This Useful Post:

    -IamtheOne- (11-03-2018),lazlev1 (03-23-2020),Ryuk (11-13-2018),stupidstaff12345678910 (12-28-2018)

  8. #6
    WRsgdSFzx's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    33
    My Mood
    Yeehaw
    Quote Originally Posted by Hyverks123 View Post
    Is there any good anti cheat systems so I don't get banned? I was wondering this because I have a lot of skins and stuff on my account and I don't want to get banned.
    If you have alot of skins on your account and you don't have anticheat I would either create a new account, or try to create your own anti-cheat because there is no free anti cheat.

  9. The Following User Says Thank You to WRsgdSFzx For This Useful Post:

    cameraman321 (01-06-2019)

  10. #7
    WRsgdSFzx's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    33
    My Mood
    Yeehaw
    Quote Originally Posted by xXGhostXx1230 View Post
    Not really good.
    I aim, and when I start shooting, the camera shakes to left and right
    Yeah, trying to make more specific colors, easy fix.

  11. #8
    WangTang's Avatar
    Join Date
    Oct 2018
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    1
    appreciate it

  12. The Following User Says Thank You to WangTang For This Useful Post:

    WRsgdSFzx (10-28-2018)

  13. #9
    adine's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1

    Smile works but to an extent

    the ahkbot works but while trying to aim at an enemy sometimes from which way i am looking at them my crosshair would lock on to buildings nearby, adding more specific colors to skins should fix it i hope you can get it to work.

  14. The Following User Says Thank You to adine For This Useful Post:

    WRsgdSFzx (10-28-2018)

  15. #10
    SellerOW's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    not perfect not bad either thank you

  16. The Following User Says Thank You to SellerOW For This Useful Post:

    WRsgdSFzx (10-28-2018)

  17. #11
    niggo's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    At home
    Posts
    11,195
    Reputation
    2219
    Thanks
    3,780
    My Mood
    Angelic
    Quote Originally Posted by Hyverks123 View Post
    Is there any good anti cheat systems so I don't get banned? I was wondering this because I have a lot of skins and stuff on my account and I don't want to get banned.
    i wouldnt cheat at all on the machine youre using

    chances of you being banned and the hwid being banned too is high





    26.09.2012 Signed Up
    16.05.2017 Premium Member
    06.05.2018 - 07.08.2019 Publicist
    06.08.2018 - now Middleman
    17.12.2018 - now Marketplace Minion
    07.06.2019 - now Newsforce
    01.08.2019 - now Publicist
    15.08.2019 - now Fortnite Minion
    08.12.2019 - now GTA Marketplace Minion
    03.01.2020 - now Social Engineering Minion
    07.01.2020 - now Minion+
    10.01.2020 - now Cracking Minion
    07.02.2020 - now Head Publicist




    Quote Originally Posted by Snake View Post
    you're the prime of the primes
    if shitposting was transformers you'd be optimus prime and eternity would be bumblebee
    Quote Originally Posted by Organized Chaos View Post
    acoustic retarded cum slut
    = niggo
    Quote Originally Posted by FlavderKrasse View Post
    iM SO FUCKN SAD I GO FOR SUCIDE
    Quote Originally Posted by Hectard View Post
    Am I a racist if i say Nico niggo neee
    Quote Originally Posted by Snolfy44 View Post
    help
    how works it??
    Quote Originally Posted by Demon770 View Post
    How to hack
    Quote Originally Posted by ImThrowingMyLifeAway View Post
    niggo ugly lol
    Quote Originally Posted by Dot View Post
    I cannot wait to see you replying with another stupid reply
    Quote Originally Posted by Bowie View Post
    Stop shitposting for god sakes
    Quote Originally Posted by Poseidon View Post
    You're literally dumb.
    Quote Originally Posted by 71c View Post
    You're literally dumb.
    Quote Originally Posted by 71c View Post
    Stop shitposting for god sakes, You're literally dumb.






  18. #12
    lolkind88's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    can someone help me? Normally made an ahk but it just locks down onto the ground and turns around. What am I doing wrong???

  19. #13
    bongio's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by WRsgdSFzx View Post
    Warning: AHK is detectable my mouse movement, need anti cheat or something to mask your mouse movement being suspicious. Not patched however.


    My last thread got so many comments and views so I just decided to come out with the full release of the one I use which is actually nice considering its an AutoHotKey.

    So basically, what this will do is it will scan your screen for a certain color, I compiled in some colors that people have sent me and have over 15 total skins added, and will be adding more, you can add them yourself but I don't want to get into that.

    Features added since last post-
    -15 more skins
    -Higher color variation(stronger aimbot)
    -Faster mouse movements.
    -Polished(removed errors)

    How to use:
    1)Download AHK
    2)Copy/Paste this into a notepad
    3)Save as fortnitescript.ahk
    4)Right click that file and hit compile
    5)Run the compiled file
    --Right mouse button activates it. So no hotkey its just when you aim in.

    SOURE:
    Code:
    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.1
    traytip, Compiled-Aimbot-.mpgh.net%version%, Running in background!, 5, 1
    Menu, tray, NoStandard
    Menu, tray, Tip, Sharpshooter %version%
    Menu, tray, Add, Sharpshooter %version%, return
    Menu, tray, Add
    Menu, tray, Add, Help, info
    Menu, tray, Add, Exit, exit
    SetKeyDelay,-1, 1
    SetControlDelay, -1
    SetMouseDelay, -1
    SetWinDelay,-1
    SendMode, InputThenPlay
    SetBatchLines,-1
    ListLines, Off
    CoordMode, Pixel, Screen, RGB
    CoordMode, Mouse, Screen
    PID := DllCall("GetCurrentProcessId")
    Process, Priority, %PID%, High
     
    EMCol := 0xD82A22,0xDD5879,0x322F2D,0x0DF317,0xABB3C0,0xD82A22,0x240E11,0x955647,0x5D024F,0x1599A5,0x611 45C,0xEEE679,0xD0723E,0xEAE6DB,0x915612,0x424649,0x7F5103,0x54697E,0xd68E44,0xB80A0V,0xD0B56A,0x813D 2B,0xaC351A,0xE9D795,0xB5AF9B,0xE94F58,0X612b37,0x2ADd31,0x612B37
    ColVn := 65
    AntiShakeX := (A_ScreenHeight // 160)
    AntiShakeY := (A_ScreenHeight // 128)
    ZeroX := (A_ScreenWidth // 2)
    ZeroY := (A_ScreenHeight // 2)
    CFovX := (A_ScreenWidth // 8)
    CFovY := (A_ScreenHeight // 64)
    ScanL := ZeroX - CFovX
    ScanT := ZeroY
    ScanR := ZeroX + CFovX
    ScanB := ZeroY + CFovY
    NearAimScanL := ZeroX - AntiShakeX
    NearAimScanT := ZeroY - AntiShakeY
    NearAimScanR := ZeroX + AntiShakeX
    NearAimScanB := ZeroY + AntiShakeY
     
    Loop, {
        KeyWait, LButton, D
        PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
        if (!ErrorLevel=0) {
            loop, 10 {
                PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
                AimX := AimPixelX - ZeroX
                AimY := AimPixelY - ZeroY
                DirX := -1
                DirY := -1
                If ( AimX > 0 ) {
                    DirX := 1
                }
                If ( AimY > 0 ) {
                    DirY := 1
                }
                AimOffsetX := AimX * DirX
                AimOffsetY := AimY * DirY
                MoveX := Floor(( AimOffsetX ** ( 1 / 2 ))) * DirX
                MoveY := Floor(( AimOffsetY ** ( 1 / 2 ))) * DirY
                DllCall("mouse_event", uint, 1, int, MoveX * 1.5, int, MoveY, uint, 0, int, 0)
            }
        }
    }
     
    Pause:: pause
    return:
    goto, init
     
    info:
    msgbox, 0, %version%, Made by CelikShadow edited by WRsgdSFzx @ slut.io`nFortnite must be running in borderless windowed mode.`nPress pause key to pause this program.`nLeft click automatically aims down target near the center of the screen.`nRecommended for near distance(~15m) and full-auto weapons.
    return
     
    exit:
    exitapp
    REPLY WITH ERRORS, I WILL FIX THEM.

    Enjoy.
    Am I missing something or does the code still reference left mouse to activate?

  20. #14
    b3nntt's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    help?

    keep getting an error when i click run script.

    "error at line 2.
    line text: #NoEnv
    Error: this line does not contain a recognized action.
    "

    how do i fix?

  21. #15
    crz_luca05's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    ma poi come faccio a disattivarlo?

Page 1 of 9 123 ... LastLast

Similar Threads

  1. [Release] GamePlayerBot v7.5 (Pixel Detection Script Update)
    By Dab in forum Epic Duel (ED) Hacks / Cheats / Trainers
    Replies: 50
    Last Post: 12-08-2020, 11:03 PM
  2. [Detected] Rust JackeD [CP bypassed, ESP , Aimbot , Speed Hack ] - Updated - Only on MPGH.
    By revolver4 in forum Rust Hacks / Cheats
    Replies: 263
    Last Post: 05-22-2015, 11:10 PM
  3. [Detected] CS: GO [EXTERNAL BOX ESP] [AIMBOT] [TRIGGER BOT] UPDATE 20140717
    By sunkist0 in forum Counter-Strike 2 Hacks
    Replies: 283
    Last Post: 07-23-2014, 09:20 PM
  4. [Detected] Bf3 Aimbot v1.1 (Updated)
    By ghiles234 in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 21
    Last Post: 04-13-2012, 01:55 PM
  5. [Detected] TF2 Source Hook (AIMBOT!)
    By willow925 in forum Team Fortress 2 Hacks
    Replies: 12
    Last Post: 07-01-2011, 07:07 AM