Page 1 of 4 123 ... LastLast
Results 1 to 15 of 52
  1. #1
    [ ULT.DEVS ] Logi's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    2

    Red face [AHK] Free Insane Aim Assist Script

    Hello there,

    This is a script for Auto Hot Key [AHK]

    This script works since season 3

    Don't use this a lot because there is a high ban risk

    Code:
    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.1
    traytip, Compiled-Aimbot-.[censored].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,0xD82 A22,0x240E11,0x955647,0x5D024F,0x1599A5,0x61145C,0 xEEE679,0xD0723E,0xEAE6DB,0x915612,0x424649,0x7F51 03,0x54697E,0xD68E44,0xB80A0V,0xD0B56A,0x813D2B,0x aC351A,0xE9D795,0xB5AF9B,0xE94F58,0x612B37,0x2ADD3 1,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 Ult.Devs edited by Logi @ 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
    Last edited by Silent; 05-03-2019 at 09:56 PM.

  2. The Following 2 Users Say Thank You to [ ULT.DEVS ] Logi For This Useful Post:

    kingpegasus12 (07-05-2020),TlvlT (05-23-2019)

  3. #2
    NFG_Hyyrokkin's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    u stole it

  4. #3
    Fatal mercs's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How does it work?

  5. #4
    Getdench77's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    O block
    Posts
    125
    Reputation
    24
    Thanks
    29
    doesn't work in game

  6. #5
    Awesomexde's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    4
    Can this ban me ingame?

  7. #6
    hj6kl2h6j2kl6h2jkl's Avatar
    Join Date
    Nov 2018
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    This is copied from a older post it dont work at all locks onto the grass etc unlessthis is a edited/different one it dont work

    EDIT:Yes it dont work it just dont ht anyone at all just shakes and everything kinda to the ground etc dont work
    Last edited by hj6kl2h6j2kl6h2jkl; 05-08-2019 at 05:09 AM.

  8. #7
    Littlizard's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    MiddleOfNowhere
    Posts
    36
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Doesnt work right?

  9. #8
    Aquacyte's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1

    help

    Can someone help me, I don't know how to use any scripts, I'm a beginner

  10. The Following User Says Thank You to Aquacyte For This Useful Post:

    bruspp (06-29-2020)

  11. #9
    zemozdkz1's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Bikini Bottom
    Posts
    289
    Reputation
    10
    Thanks
    17
    Doesn't work, crosshair keeps going down on the grass

  12. #10
    BGkillerBG's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    205
    Reputation
    12
    Thanks
    15
    My Mood
    Hot
    thanks m8 you are the best

  13. #11
    FuckerOfDragons's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    Download ahk, make a new text file where you paste the script and namit something.ahk . after that right click the ahk file and compile the script. After that its ready to use. but this script is garbage.

    here more instuctions if you dont understand me. https://******.com/ldtek/ahk_source_code

    - - - Updated - - -

    Download ahk, make a new text file where you paste the script and namit something.ahk . after that right click the ahk file and compile the script. After that its ready to use. but this script is garbage.

    here more instuctions if you dont understand me. https://******.com/ldtek/ahk_source_code

    i made this for Aquacyte

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

    Mo437 (05-23-2019)

  15. #12
    P3DroTM's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Doesn't work that well for me

  16. #13
    enyce3's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    Detected or nah?

  17. #14
    saninja's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    -_- lets not repost this again and again please its not working at all if you don't have geforce now as ahk will get you banned if your not playing on geforce now and using this script also i used this multiple times its absolute crap if you want to get an actual cheat buy one or your probably getting banned

  18. #15
    1337CaliGirl's Avatar
    Join Date
    Jan 2019
    Gender
    female
    Posts
    18
    Reputation
    10
    Thanks
    5
    doesnt really work

Page 1 of 4 123 ... LastLast

Similar Threads

  1. Aim Assist AHK
    By wizzled33z3 in forum Fortnite Hacks & Cheats
    Replies: 46
    Last Post: 05-29-2019, 09:58 AM
  2. Fortnite Aim Assist AHK (Needs fixing)
    By Snakekarlo1099 in forum Fortnite Discussion & Help
    Replies: 3
    Last Post: 06-12-2018, 12:34 AM
  3. [Outdated] Svrij22's Aimtools Reborn [Ghosthair][Aim Assist][Autoit Script]
    By svrij22 in forum Counter-Strike 2 Scripts
    Replies: 16
    Last Post: 05-27-2017, 07:10 AM
  4. [SOLVED] auto aim assist
    By wasaka1 in forum Call of Duty Black Ops Help
    Replies: 3
    Last Post: 11-30-2010, 04:38 PM
  5. [SOLVED] Aim Assist
    By synth in forum Call of Duty Modern Warfare 2 Help
    Replies: 8
    Last Post: 09-19-2010, 10:17 AM