Jire's Overwatcheat -  undetected color cheat for Overwatch! menu

User Tag List

Page 3 of 9 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 131
  1. #31
    ramon010's Avatar Member
    Reputation
    2
    Join Date
    Feb 2017
    Posts
    3
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if i want the aim_key "E" what do i need to change? and what config need i for 1600dpi?

    Jire's Overwatcheat -  undetected color cheat for Overwatch!
  2. #32
    ramon010's Avatar Member
    Reputation
    2
    Join Date
    Feb 2017
    Posts
    3
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: and the aimbot is aiming slightly right besides the enemy at range. 1920x1080p borderless

  3. Thanks wompshmack (1 members gave Thanks to ramon010 for this useful post)
  4. #33
    wazza27's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can I edit this not to only aim at head ? help me please

  5. #34
    RENgOLD's Avatar Active Member
    Reputation
    44
    Join Date
    Apr 2008
    Posts
    27
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works, but on far distance i have a problem: crosshair always aim to the right of the target
    video: https://dl.dropboxusercontent.com/s/...8_20-58-22.mp4
    help

  6. Thanks ramon010 (1 members gave Thanks to RENgOLD for this useful post)
  7. #35
    syscall78's Avatar Banned
    Reputation
    55
    Join Date
    Jan 2017
    Posts
    159
    Thanks G/R
    24/52
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For adjust seting go to overwatcheat.cfg

    Code:
    # The virtual key code key which activates the aim bot when held
    aim_key=1
    
    # The speed of the aim, lower being slower, higher being faster
    speed=4.1
    
    # The minimum amount of milliseconds to sleep after each scan
    sleep_min=2
    # The maximum amount of milliseconds to sleep after each scan
    sleep_max=10
    
    # Calculates aim box width by dividing screen width by this value
    box_width_divisor=4.0
    # Calculates aim box height by dividing screen height by this value
    box_height_divisor=2.5
    speed=4.1 you can adjust for speed

    box_width_divisor is x value

    box_height_divisor=2.5 is y value

  8. #36
    clickit's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is not working for me :/ ..

    1: start the game and set fullscreen (boardless)
    2: started the .bat file - and it injected.
    3: changed sensitivity from 4.1 to 6

    but nothing happend neither boxes on the enemy

    what did i wrong?

  9. #37
    RENgOLD's Avatar Active Member
    Reputation
    44
    Join Date
    Apr 2008
    Posts
    27
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by syscall78 View Post
    For adjust seting go to overwatcheat.cfg

    Code:
    # The virtual key code key which activates the aim bot when held
    aim_key=1
    
    # The speed of the aim, lower being slower, higher being faster
    speed=4.1
    
    # The minimum amount of milliseconds to sleep after each scan
    sleep_min=2
    # The maximum amount of milliseconds to sleep after each scan
    sleep_max=10
    
    # Calculates aim box width by dividing screen width by this value
    box_width_divisor=4.0
    # Calculates aim box height by dividing screen height by this value
    box_height_divisor=2.5
    speed=4.1 you can adjust for speed

    box_width_divisor is x value

    box_height_divisor=2.5 is y value
    how it can help me?
    box_width_divisor and box_height_divisor determine rectangle in which the target will be found... It is not for tune aim point

  10. #38
    syscall78's Avatar Banned
    Reputation
    55
    Join Date
    Jan 2017
    Posts
    159
    Thanks G/R
    24/52
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think is only for resolution 1920 /1080p


    Code:
    import com.overwatcheat.util.Screen
    
    const val HP_BAR_COLOR = 0xFF_00_13
    const val HP_BAR_COLOR_TOLERANCE = 2
    
    const val X_OFFSET_1080p = 55
    const val Y_OFFSET_1080p = 54
    
    val X_OFFSET = Math.ceil(X_OFFSET_1080p * (Screen.WIDTH / 1920.0)).toInt()
    val Y_OFFSET = Math.ceil(Y_OFFSET_1080p * (Screen.HEIGHT / 1080.0)).toInt()
    Last edited by syscall78; 05-28-2017 at 02:37 PM.

  11. #39
    Jiseki's Avatar Banned
    Reputation
    10
    Join Date
    May 2017
    Posts
    83
    Thanks G/R
    7/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by syscall78 View Post
    yes is rectangle i am sorry i speak verry bad englisch
    i look source code minute
    Do you know why the crosshair goes behind the enemy when they are moving?
    I like this hack, but it seems to be worse than my own aim 90% of the time

  12. #40
    scordas's Avatar Member
    Reputation
    2
    Join Date
    May 2014
    Posts
    7
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by syscall78 View Post
    I think is only for resolution 1920 /1080p


    Code:
    import com.overwatcheat.util.Screen
    
    const val HP_BAR_COLOR = 0xFF_00_13
    const val HP_BAR_COLOR_TOLERANCE = 2
    
    const val X_OFFSET_1080p = 55
    const val Y_OFFSET_1080p = 54
    
    val X_OFFSET = Math.ceil(X_OFFSET_1080p * (Screen.WIDTH / 1920.0)).toInt()
    val Y_OFFSET = Math.ceil(Y_OFFSET_1080p * (Screen.HEIGHT / 1080.0)).toInt()
    what class file is this code in?

  13. #41
    RENgOLD's Avatar Active Member
    Reputation
    44
    Join Date
    Apr 2008
    Posts
    27
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mistejk View Post
    got banned for this
    Are you sure? You left a same comment in other thread in same time here: (RoastBot - Continuation of Serenity)link.
    So you used multiple cheats in same time and you can not know why exactly you got banned.
    Last edited by RENgOLD; 05-29-2017 at 05:35 AM.

  14. #42
    DvASystems's Avatar Elite User Overwatch Hack & Cheat Mod /M.LG\
    Authenticator enabled
    Reputation
    413
    Join Date
    Aug 2016
    Posts
    3,810
    Thanks G/R
    1036/286
    Trade Feedback
    202 (100%)
    Mentioned
    0 Post(s)
    Tagged
    3 Thread(s)
    Originally Posted by RENgOLD View Post
    Are you sure? You left a same comment in other thread in same time here: (RoastBot - Continuation of Serenity)link.
    So you used multiple cheats in same time and you can not know why exactly you got banned.
    I've banned him, he has been trying to spread "Undetected OVERKILL AIMBOT 2.0" which is packed with a trojan. This was his attempt to make this look detected so people would hopefully download his trojan in the other thread.

  15. #43
    syscall78's Avatar Banned
    Reputation
    55
    Join Date
    Jan 2017
    Posts
    159
    Thanks G/R
    24/52
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by scordas View Post
    what class file is this code in?
    go to Constants.kt

  16. #44
    Jiseki's Avatar Banned
    Reputation
    10
    Join Date
    May 2017
    Posts
    83
    Thanks G/R
    7/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How long do you think this cheat will stay undetected? It's definitely a complex one, but have you made a cheat like this before that got detected rather fast?

  17. #45
    Jason346's Avatar Member
    Reputation
    4
    Join Date
    Oct 2016
    Posts
    16
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've watched the instructional, made sure Java DK8 was installed, verified that it's hooking into OW, though I don't get the green text for some reason...virtual key change should be valid...and after all that I can't seem to get this to work. Any ideas on what could be going wrong?

Page 3 of 9 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Selling] Overwatch Cheat for Sale. Limited Slots (10)
    By Dev719 in forum Overwatch Buy Sell Trade
    Replies: 3
    Last Post: 07-30-2016, 02:37 AM
  2. Undetectable Speed Hack For Good
    By burningsouls in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 05-06-2009, 07:35 PM
  3. Replies: 5
    Last Post: 02-15-2008, 04:08 PM
  4. Color name for emu and modeling experts
    By Dimmy353 in forum Suggestions
    Replies: 2
    Last Post: 06-18-2007, 03:52 PM
All times are GMT -5. The time now is 07:43 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