Page 3 of 9 FirstFirst 12345 ... LastLast
Results 31 to 45 of 133
  1. #31
    emzee69's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Talking workin cheat

    anyone knows workin cheat with antiban?? ay can pay if sometin

  2. #32
    flyingtoaster131's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw

    is pretty good

    Works decently well

  3. #33
    searcchy's Avatar
    Join Date
    Oct 2017
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    works pretty well, ty

  4. #34
    summy's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Is it possible to low the fov? i tried to change some settings but seems like i cannot find any way to low the fov

  5. #35
    batmitqz's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    205
    Reputation
    10
    Thanks
    19
    My Mood
    Cheerful
    Thank you bro.

  6. #36
    ilan1dotan's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Post what do u mean compile?

    i did everything u said but i dont understand the part with compile

  7. #37
    trupperware's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Nicely done for an AHK scriot

  8. #38
    WRsgdSFzx's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    33
    My Mood
    Yeehaw
    Quote Originally Posted by alimtour View Post
    the game is exit auto (we hit a road block)wut i have to do
    welp, you were banned, like I said you need an anti cheat or geforce now

  9. #39
    YoungSavageBeatz's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by danny10900hd View Post
    Pulled around 30 hex colours from skins last night. This is what I got

    0x4B4A38,0x696943,0xD7C95E,0x680823,0x0B99AD,0x9C3 341,0x42433D,0xCFCAC4,0x284299,0x11141D,0x1D1E32,0 x909B9F,0xFF72AB,0x293146,0x8DADB8,0xC0D7C5,0x89A1 C3,0xFFE7D3,0x913631,0x6B7880,0xA90C3F,0xBD3421,0x 48494D,0x2C2B31,0x202123,0x3A2E30,0x1E1F3E,0x19192 1,0x191D29,0x323136

    If we can add a ton of colours and then turn down the colour variance then this would be 10x more effective. Will stop the aiming at ground and trees etc
    Where do we import this code into the original, id there a specific place?

  10. #40
    gotopizv2's Avatar
    Join Date
    Aug 2018
    Gender
    female
    Posts
    18
    Reputation
    10
    Thanks
    0
    donwloading this for later thanks dude

  11. #41
    ItsBl4z3's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Location
    yes
    Posts
    1,554
    Reputation
    407
    Thanks
    254
    My Mood
    Stressed
    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
    --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.
    other than the shooting, its fine i guess.

    History On MPGH:
    Member/Account Created: 16/9/2018
    Premium Account: 22/1/2019

  12. #42
    tstringham425's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Useless...

    Only thing it did for me was turn my guy left. made it harder to shot everyone...

  13. #43
    cuzimomar's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    ty so much bro

    thank you man

  14. #44
    gherry's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Question download

    Quote Originally Posted by crz_luca05 View Post
    ma poi come faccio a disattivarlo?
    how to download

  15. #45
    Unvincible's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    My Mood
    Lurking

    WIll this work? gonna get banned?

    WIll this work? gonna get banned?

Page 3 of 9 FirstFirst 12345 ... 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