Page 4 of 6 FirstFirst ... 23456 LastLast
Results 46 to 60 of 77
  1. #46
    Rayco0055's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Shocked
    If i use this on PlayGround with Friends.... is ban? or only on solo/duo/squad or something?

  2. #47
    44isgold's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by WRsgdSFzx View Post
    Sure, just search up GeForce NOW, then sign up for beta service, it takes a couple days or maybe a week to get a response but its worth it.. not only does it hide AHK cheats but it also enhances frame rate(obviously, its a cloud gaming service)..


    It's free while its in beta but it's been in beta for about 9 months so don't expect any changes as of now..
    Okay I have this too but for mac. Does it work?

  3. #48
    kadz1990's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Bored

    how do you compile

    how do you compile a folder

    - - - Updated - - -

    when I right click it doesn't say compile

  4. #49
    _huskeR's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    1

    nice hack

    very good aimbot

  5. #50
    JamesMaverick's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    Its a good start.

  6. #51
    Plebinator2019's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    I need a little bit of a help

    Quote Originally Posted by WRsgdSFzx View Post
    I know people are going to reply to this thread saying shit like AHK aimbot is completely detectable and they suck but I used a cloud gaming service so I don't need to worry about it.

    Heres my script.

    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.0
    traytip, 420GGAimbot****** %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
    ColVn := 64
    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, Sharpsooter %version%, Made by CelikShadow (my fortnite ign) @ slut.io`nOverwatch 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


    Its pretty bad but works OK in CQC


    Anyone have any others they mind sharing?
    When i start the .ahk file it says this
    Error: Target label does not exist.

    ???Overwatch must be running in borderless windowed mode. ???
    wtf
    Last edited by Plebinator2019; 03-01-2019 at 07:13 AM.

  7. #52
    KolYa33's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    cool men good

  8. #53
    samt14's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    basement
    Posts
    137
    Reputation
    22
    Thanks
    123
    My Mood
    Psychedelic
    Quote Originally Posted by WRsgdSFzx View Post
    I know people are going to reply to this thread saying shit like AHK aimbot is completely detectable and they suck but I used a cloud gaming service so I don't need to worry about it.

    Heres my script.

    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.0
    traytip, 420GGAimbot****** %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
    ColVn := 64
    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, Sharpsooter %version%, Made by CelikShadow (my fortnite ign) @ slut.io`nOverwatch 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


    Its pretty bad but works OK in CQC


    Anyone have any others they mind sharing?
    Nice +rep it's ok but not super bad

  9. #54
    Anonymous[234]'s Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    ok so then how do i put the code on AutoHotKey???

  10. #55
    Hool007's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Drunk
    is this pached?

  11. #56
    H2OLimbo's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    could you or someone please pm me w how to fully use and setup the ahk. i got everything setup but i dont know how to compile this all and put it into effect

  12. #57
    Kallakaja's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    40
    very nice, good job

  13. #58
    risky27's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    working perfect nice work !!!

  14. #59
    Smeak's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    Does fortnite actually try to sue you for hacking?

  15. #60
    draven47's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    what is the key to start the aim bot ?

Page 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. [WTB] Looking for better Skins $1.40 and STs $1.25/each [PAYPAL]
    By Hyd in forum Realm of the Mad God Selling / Trading / Buying
    Replies: 31
    Last Post: 01-31-2017, 06:04 PM
  2. [Hiring] Looking for betters.
    By Hentai in forum Work & Job Offers
    Replies: 10
    Last Post: 10-04-2016, 04:10 PM
  3. [SOLD] Looking for better SKINS 1.00-1.10$ [PAYPAL]
    By Hyd in forum Realm of the Mad God Selling / Trading / Buying
    Replies: 5
    Last Post: 09-28-2016, 07:48 AM
  4. How can i create my own sipmle aimbot hack for CA
    By jrobl in forum Combat Arms Discussions
    Replies: 7
    Last Post: 04-17-2014, 11:47 PM
  5. a system crosshair look for better description
    By Crazyabdule in forum Hack Requests
    Replies: 2
    Last Post: 04-05-2009, 01:51 PM