AHK Color Aimbot menu

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 66
  1. #16
    trashjoe's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    38
    Thanks G/R
    19/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep if i press left button it's just spins around slowly ( (win 7, 1680*1050). Some help would be nice! thx!

    AHK Color Aimbot
  2. #17
    madoushi21's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stinkyjoint View Post
    it works fine for me on windows 7

    It just doesnt do anything for me when I tested it in training lol, have it on 720p too and borderless fullscreen.

  3. #18
    Userpass's Avatar Active Member
    Reputation
    35
    Join Date
    Aug 2016
    Posts
    131
    Thanks G/R
    13/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this require you to shoot at the enemy firsT?

  4. #19
    qqzzxxcc's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2012
    Posts
    72
    Thanks G/R
    43/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works, but sadly it snaps exactly at outline.

  5. #20
    zyptan's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works for me . sadly its not the best, i would love to use this but it needs improvements :/ for now im using the korean ahk aimbot

  6. #21
    Vulteer's Avatar Member
    Reputation
    5
    Join Date
    May 2014
    Posts
    84
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zyptan View Post
    it works for me . sadly its not the best, i would love to use this but it needs improvements :/ for now im using the korean ahk aimbot
    Use it together with the Korean AHK aimbot.

  7. #22
    shinobi1965's Avatar Sergeant
    Reputation
    14
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vulteer View Post
    Use it together with the Korean AHK aimbot.
    Now that is an interesting concept. +1 for actually using brain.

  8. #23
    lancersc's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesnt work here

  9. #24
    zyptan's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vulteer View Post
    Use it together with the Korean AHK aimbot.
    i thought about doing that just ended up not xD

  10. #25
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    143
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.jpg

    What is this? does this mean i have to hit the target first before activating?

  11. #26
    acedrain's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This works really good. It just fails sometimes when there are some red things on the map but overall its better (my opinion) than the color aimbot which relies on health bars.

  12. #27
    spoofjack's Avatar Active Member
    Reputation
    23
    Join Date
    May 2009
    Posts
    187
    Thanks G/R
    14/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated to Version 2.0 All Credits to erik96

    How to use:
    1. Download AHK > AutoHotkey
    2. Make a empty AHK file
    3. Rightclick > edit
    4. Copy and paste the Code
    5. Make your changes
    6. Run your script and see what happens ingame

    Code:
    init:
    #NoEnv
    #Persistent
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 2.0
    traytip, Sharpshooter %version%, Running in background! Aimspot = Torso > Aim is staying on target, 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, 8
    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 := [0xF2361B, 0xEF3519, 0xEE4131, 0xED4233, 0xEE4031, 0xCF8790, 0xCF878F, 0xD92411, 0xDC2613, 0xA24D53, 0xA84547, 0xB25C62, 0xAB545B] ;Color to search for, hex!
    ColVn := 50  ; Color Variations Allowed (higher number more colors allowed)
    AntiShakeX := (A_ScreenWidth // 160)
    AntiShakeY := (A_ScreenHeight // 128)
    ZeroX := 960
    ZeroY := 528  ; Higher The number the Higher The Shot
    CFovX := 92   ; Fov in pixel around crosshair
    CFovY := 92   ; Fov in pixel around crosshair
    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, 1 {
    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.2309, int, MoveY, uint, 0, int, 0)    ; MoveX * "1.35" (how fast the aimbot aims)
    }
    }
    }
    Return
    Pause:: pause
    return:
    goto, init
    info:
    msgbox, 0, Sharpshooter %version%, Made by erik96 `nGame 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.`nTry 1920X1080 as resulution works best for me.
    return
    exit:
    exitapp
    Last edited by spoofjack; 08-29-2016 at 02:35 PM. Reason: #MaxHotkeysPerInterval 127 UPDATED

  13. #28
    Userpass's Avatar Active Member
    Reputation
    35
    Join Date
    Aug 2016
    Posts
    131
    Thanks G/R
    13/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spoofjack View Post
    Updated to Version 2.0 All Credits to erik96
    MaxHotkeysPerInterval 2500

    2500?

    Isn't that a bit to much if Blizzard checks for inputs?

    Oah system if I recall correctly uses like 270

  14. #29
    spoofjack's Avatar Active Member
    Reputation
    23
    Join Date
    May 2009
    Posts
    187
    Thanks G/R
    14/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Userpass View Post
    MaxHotkeysPerInterval 2500

    2500?

    Isn't that a bit to much if Blizzard checks for inputs?

    Oah system if I recall correctly uses like 270
    You are correct. I would make adjustments as needed. Ballcracker simply copy and pasted this Code which is for a game called paladin. This is the updated version of that code with less shakiness.

  15. #30
    solenrus's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    17
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spoofjack View Post
    You are correct. I would make adjustments as needed. Ballcracker simply copy and pasted this Code which is for a game called paladin. This is the updated version of that code with less shakiness.
    can you upload the updated version with correct values?

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Replies: 15
    Last Post: 02-02-2017, 10:34 AM
  2. [Selling] Osharp - C# Overwatch Color Aimbot
    By Lumi666 in forum Overwatch Buy Sell Trade
    Replies: 22
    Last Post: 08-25-2016, 05:43 AM
  3. [Bot] AutoHotKey Color Aimbot
    By ballcracker in forum Overwatch Exploits|Hacks
    Replies: 12
    Last Post: 08-19-2016, 12:47 PM
  4. Color Aimbot, WoW idea/source
    By caleb77 in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 11-02-2007, 06:51 PM
All times are GMT -5. The time now is 05:58 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search