Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 77
  1. #31
    PerSix's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    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?
    can you make a quick vid to show how it works / what it looks like?

  2. #32
    Kofuku's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    pretty nice, well thought out would like to see how it works in game :P

  3. #33
    AgainDude's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Speed

    Quote Originally Posted by LebronJaYEMS View Post
    Yo, you should add more hex colours to the list so we can detect more skins.
    ===========
    Also, guys if you want it to stop stuttering and going left or right all the time change the speed from 1 to something like 0.76.

    - - - Updated - - -

    You could add these to the list, don't look at tree's when you add these.
    0xD82A22,0x240E11,0x955647,0x5D024F,0x1599A5,0x611 45C,0xEEE679,0xD0723E,0xEAE6DB,0x915612,0x424649,0 x7F5103,0x54697E,0xd68E44,0xB80A0V,0xD0B56A,0x813D 2B,0XaC351A,0XE9D795,0XB5AF9B,0XE94F58,0X612b37,0X 2ADd31,0x612B37

    Have fun!
    How to do I change the speed?

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

    error

    hi the script tells me error line 11. I put you the complete sentence.
    sorry google translator


    ((traytip, 420 GGAimbot****** %version%, Running in background!, 5, 1 ))

  5. #35
    10popo01's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    I've heard they sue people for cheating on fn? true or false?

  6. #36
    TurkiyeQQ's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    46
    My Mood
    Aggressive
    How to use? Can u give some information about that?

  7. #37
    paulrod's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    need more information in how to use and configure

  8. #38
    oiwjhlf's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive

    HWID

    I got hardware ban over a month ago, I have no hopes, but maybe anyone could help...?

  9. #39
    GeneralCFW's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    Quote Originally Posted by oiwjhlf View Post
    I got hardware ban over a month ago, I have no hopes, but maybe anyone could help...?
    Look up nvidia geforce now and apply for beta, took mine less than a month to get and it runs better than it did before. Basically you are playing on another computer but live streaming it to your pc. And AHK is undetected if you play on it.

  10. #40
    WRsgdSFzx's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    33
    My Mood
    Yeehaw
    Quote Originally Posted by chico62 View Post
    hi the script tells me error line 11. I put you the complete sentence.
    sorry google translator


    ((traytip, 420 GGAimbot****** %version%, Running in background!, 5, 1 ))
    Hi, title wasn't my idea ha, but there shouldn't be an error, make sure your AHK is up to date and let me know if you can full error line.

    - - - Updated - - -

    Quote Originally Posted by chico62 View Post
    hi the script tells me error line 11. I put you the complete sentence.
    sorry google translator


    ((traytip, 420 GGAimbot****** %version%, Running in background!, 5, 1 ))
    Hi, title wasn't my idea ha, but there shouldn't be an error, make sure your AHK is up to date and let me know if you can full error line.

    - - - Updated - - -

    Quote Originally Posted by PerSix View Post
    can you make a quick vid to show how it works / what it looks like?
    I would but I can't record with my computer it records at like 2 FPS.

    But basically the AHK is commanding your mouse to move horizontal across your screen until it finds a color which is imputed in the code(_x____), so once it finds that color it will stop the mouse on that color.

    - - - Updated - - -

    Code:
    0xD82A22,0x240E11,0x955647,0x5D024F,0x1599A5,0x611 45C,0xEEE679,0xD0723E,0xEAE6DB,0x915612,0x424649,0 x7F5103,0x54697E,0xd68E44,0xB80A0V,0xD0B56A,0x813D 2B,0XaC351A,0XE9D795,0XB5AF9B,0XE94F58,0X612b37,0X 2ADd31,0x612B37
    Thanks to @LebronJaYEMS

    Add these to the HEX Colors Line to detect more players, extremely helpful.
    Last edited by WRsgdSFzx; 10-26-2018 at 05:37 PM.

  11. #41
    chico62's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    error

    hi I have no more error, it was my AHK not up to date.

  12. #42
    WRsgdSFzx's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    33
    My Mood
    Yeehaw
    Check my most recent post for the full release.

  13. #43
    jambonlebon's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Thanks,

  14. #44
    blaze330's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    1
    GeForce Now is a cloud gaming service

  15. #45
    skrrskrr`12's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    In Love

    wtf

    when im opening the ahk file my mouse just start fucking around and in game its the same and you cany play with it

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