Page 2 of 8 FirstFirst 1234 ... LastLast
Results 16 to 30 of 107
  1. #16
    BAMxqzme's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    145
    My Mood
    Yeehaw
    Quote Originally Posted by Sasuke View Post
    Before I ask this question, I know using any type of script/hacking or anything similar can get you banned on games.

    BUT I have never really tried to "hack" this game. Does anyone have any official confirmation that I won't get marked down for a ban in the next wave or immediately banned? I was originally skeptical since it's an AHK and not 'really' modifying the game in a major way, but since Blizzard has been extremely strict on the cheating game in overwatch lately, I would like to make sure c:
    As far as I know there are no known bans because warden flagged AHK. The only thing that could get you banned is if enough players report you.

  2. #17
    Sasuke's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
    ꜱɪx ꜰᴇᴇᴛ ᴜɴᴅᴇʀ
    Posts
    588
    Reputation
    151
    Thanks
    5,163
    My Mood
    Devilish
    Quote Originally Posted by BAMxqzme View Post
    As far as I know there are no known bans because warden flagged AHK. The only thing that could get you banned is if enough players report you.
    Excuse me and my noobiness, but what do you exactly mean by "there are no known bans because warden flagged AHK."?

    And a question for @ninymug Why compile it into an .exe, rather than leaving it as an AHK?
    ArmA 3 Money / Level Service

    silence wench, i do not wish to be horny.

    01011001 01101111 01110101 00100000 01101100 01101001 01110100 01100101 01110010 01100001 01101100 01101100 01111001 00100000 01110111 01100001 01110011 01110100 01100101 01100100 00100000 01110100 01101001 01101101 01100101 00100000 01101111 01101110 00100000 01110100 01101000 01101001 01110011 00100000 01101100 01101101 01100001 01101111


  3. #18
    BAMxqzme's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    145
    My Mood
    Yeehaw
    Quote Originally Posted by Sasuke View Post
    Excuse me and my noobiness, but what do you exactly mean by "there are no known bans because warden flagged AHK."?

    And a question for @ninymug Why compile it into an .exe, rather than leaving it as an AHK?
    Well warden is the anti cheat system that blizzard is using within its games. Similar to ValveAntiCeat to valve games.
    What I wanna say is that warden does not flag AHK as a potential cheat or hack.

  4. #19
    Ruffo's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    PLS help how do i delete the ahk? is it somewhere in my overwatch folder? i cant find it pls help

  5. #20
    overdose_stinkyjoint's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    21
    Reputation
    30
    Thanks
    583
    My Mood
    Flirty
    this is a copy and paste with some texted removed, here is the original script

    Code:
    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.0
    traytip, Sharpshooter %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
    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 Sharpshooter @ slut****`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
    and here is the script for the exe that is in the original post


    Code:
    ; <COMPILER: v1.1.24.03>
    init:
    #NoEnv
    #SingleInstance, Force
    #Persistent
    #InstallKeybdHook
    #UseHook
    #KeyHistory, 0
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    version = 1.0
    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
    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)
    }
    }
    }
    F1:: pause
    return:
    goto, init
    F2:: exitapp

  6. #21
    ninymug's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    969
    My Mood
    Psychedelic
    Lol what? My code is atleast twice as long as both of those!

  7. #22
    steven012's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    What are the chances of being banned using this?

  8. #23
    sawakou's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    5
    I was considered to be Parkinson

  9. #24
    idealsykes's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    It'd be nice if you were to also post your Overwatch Settings like e.g Winderborderless , aim sensitivity etc..
    Cause its kinda work for but slight clunky as it sometimes locks to target but sometimes strafe to the left.





  10. #25
    InFortis's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by idealsykes View Post
    It'd be nice if you were to also post your Overwatch Settings like e.g Winderborderless , aim sensitivity etc..
    Cause its kinda work for but slight clunky as it sometimes locks to target but sometimes strafe to the left.
    Yea pls ur Settings, cuz its didn't work here :/
    strafe to the left all the time....
    Last edited by InFortis; 11-21-2016 at 07:58 AM.

  11. #26
    metacortex78's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Blizz today patched this hack, doesnt work anymore

  12. #27
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,162
    My Mood
    Angelic
    Quote Originally Posted by metacortex78 View Post
    Blizz today patched this hack, doesnt work anymore
    its a pixel searching aimbot, something like this cant be patched that simply lol

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  13. #28
    ninymug's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    969
    My Mood
    Psychedelic
    its automatically already on. press f1 again

  14. #29
    kohck's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    16
    Aimbot keeps pulling crosshair towards the left. Running 1920x1080

  15. #30
    JulianL's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Pulls wayyy too far to the left to be usable.

Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Graphic Art] [Paying$]Need Graphic designer for Avatar and Profile Picture (Possibly Signature to)
    By GUG85t75r64H*&& in forum Art & Graphic Design
    Replies: 44
    Last Post: 11-01-2016, 12:31 PM
  2. CPU fix for MP and Single player (offline )
    By vunderstorm2 in forum Call of Duty Advanced Warfare Discussions
    Replies: 6
    Last Post: 11-09-2014, 02:32 AM
  3. [WTS] /WTT Nice acc for begginers and intermediate players...
    By Hunter in forum Alliance of Valiant Arms (AVA) Selling / Trading / Buying
    Replies: 0
    Last Post: 05-06-2014, 05:26 AM
  4. Replies: 13
    Last Post: 01-14-2013, 12:01 AM
  5. For all the competitive players.
    By bkz1stnubz in forum Crossfire Video Sharing
    Replies: 1
    Last Post: 02-23-2012, 04:05 PM