Korean Pixelbot menu

Shout-Out

User Tag List

Page 46 of 52 FirstFirst ... 424344454647484950 ... LastLast
Results 676 to 690 of 772
  1. #676
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    they will ban for it eventually.

    they banned it in diablo.

    Overwatch is there baby there cracking down hard on all overwatch cheats compared to any other of there games

    Korean Pixelbot
  2. #677
    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)
    Hey stinky can we get a clean version?

    Only with aim assist. My thinking is take your new aim setting and all that good jazz but blow the overlay and the reload scripts and just have 2 options for size of game window. And the aim setting options. Small more compact script. Less for blizzard to eventually stumble upon/

  3. #678
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spoofjack View Post
    Hey stinky can we get a clean version?

    Only with aim assist. My thinking is take your new aim setting and all that good jazz but blow the overlay and the reload scripts and just have 2 options for size of game window. And the aim setting options. Small more compact script. Less for blizzard to eventually stumble upon/
    even if i did that it still uses the same code.
    all they have to do is scan for the movement,

    if you have none of the options selected blizz carnt scan for them as there arnt active, sure it can be done but its pritty much pointless and its nearly the exact same as OAHsys

  4. #679
    obscure86's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i make the FOV range even smaller??
    Last edited by obscure86; 09-03-2016 at 10:21 AM.

  5. #680
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by obscure86 View Post
    how do i make the FOV even smaller??
    learn how the code works and alter it?

  6. #681
    obscure86's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    , i just want it horizontal width halfed, thats all then its perfect!

  7. #682
    LastSilhouette's Avatar Contributor CoreCoins Purchaser Authenticator enabled
    Reputation
    93
    Join Date
    Jul 2006
    Posts
    138
    Thanks G/R
    8/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Download not working.

  8. #683
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    working fine for me

  9. #684
    LastSilhouette's Avatar Contributor CoreCoins Purchaser Authenticator enabled
    Reputation
    93
    Join Date
    Jul 2006
    Posts
    138
    Thanks G/R
    8/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stinkyjoint View Post
    working fine for me
    The free download is currently not available - Please try again later! Premium account users are not affected by this temporary limitation.
    You'll be redirected to the register site in 1

  10. #685
    Halofication's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does some of the combos still work like genji's with the change in uninterruptible melee? If it doesn't, can remove or change the function in your next update maybe?

  11. #686
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Halofication View Post
    Does some of the combos still work like genji's with the change in uninterruptible melee? If it doesn't, can remove or change the function in your next update maybe?
    Test them and get back to me?

    Sent from my SM-G930F using Tapatalk

  12. #687
    glidarn's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You guys think way to 1-dimensional!
    First of all:

    How does the Aimbot work?
    It's a Pixelbot. It detects the left cornor of your Healthbar (because the color of the healthbar is static and always the same) and calculates the position from your head based on distance! (For example: Healthbarpsotion X value + 57 = Head position X).
    It then moves with a certain speed towards your head, that speed however is different. I saw that the settings people made are between 3 and 6 pixels per round.

    What is the problem with AutoHotKey?
    First of all, it is NOT NECESSARY to use AutoHotKey. AHK is just a "scripting language" that makes it really easy to implement such functionality. For example: To find the healthbar, there is already a function inside AHK that's called "imageSearch()" that allows anyone to search for an image (healthbar) without understanding the algorithm.

    Conclusion: Any programmer can write the same program/functionality in any programming language! So detecting AHK would just stop this cheat for 1 week, until some other guy implements the same cheat in C/C++ or whatever!

    Why is it so hard to detect?
    First of all we look at what the AHK-Bot actually does!

    1) Takes Screenshots
    2) Search pixels inside that Screenshot
    3) Moves mouse

    1) Taking screenshots cannot be detected. "But who takes thousand of screenshots, that can be detected easily!". No, any streamer would get banned instant! OBS for example takes at 30 FPS, 30 screenshot per seconds!

    2) Searching pixels ... I don't have to tell you that this is not detectable, not in 100 years.

    3) And finally we arrive here, at the only possible detection - the mouse movement.

    AHK uses a function that is called "mouse_event()". This is a Windows internal function that send the mouse movement DIRECTLY into mouse stream. Why can't blizzard detect if this function gets called? Because you need SYSTEM rights and "hook a function thats called NtUsersedInput in w32k.sys". You did not understand what I just said? Alright easy words: You need a driver. A driver has SYSTEM rights and can detect suchs things.
    So right now, it's impossible for blizzard to detect if the input from the mouse was physically or virtually.

    What else opportunities? A common gaming mouse sends 1000 "inputs per second". That means when you move your mouse 2000 pixels on the X-Axis within 1 second, your mouse would jump every millisecond 2 pixel, thus skip 1 pixel every 1 millisecond. So for example: When you have a cheating McCree in enemy team, and his cheat constantly skips "for example 100 pixels", we can say pretty sure that he uses a cheat.

    That's how it could work. I mean there are probably heuristics that could detect "weird" movement, but to be honest: How consistent will it be? How many false positives would it take?...

    In the end, there is only 1 way: Having a ring-0 driver, that can determine 100% if mouse movement was done physically or virtually, will Blizzard take that way?

    I don't think so! Drivers are hard to install since Windows 7 x64 and it was not serious if they do that!

    As I said: AHK is easy to detect by signatures, but that would not stop that cheat.
    I hope you understand that it needs some insane genious to detect that.

    Right now, from my point of view, it looks pretty impossible!

    Sorry!
    Is this true or not?

  13. #688
    lgndz's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    10/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by glidarn View Post
    Is this true or not?
    In terms of AHK and its function, yes.
    In terms of Blizzard not being able to detect - Well I will say this. In D2, a popular bot was MMbot. It used customs GFX and pixel scanning to run the bot, ("These features are done without any hook/hack in game memory space." Str8 from the maker)

    This is the only bot, as i know, that is 100% autoit/pixels detection based. It, to my knowledge, was undetectable the entirety of its existence. Personally, I used it for YEARS and had no problem at all... This was in the D2 heyday as well. It leads me to believe that they do NOT in fact have a good answer to this problem

  14. #689
    lgndz's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    10/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LastSilhouette View Post
    The free download is currently not available - Please try again later! Premium account users are not affected by this temporary limitation.
    You'll be redirected to the register site in 1
    This website he used is ****ing garbage. Ive been asking someone to mirror it to ANYWHERE else, but I think OP has a ref link up or some shit

  15. #690
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is no Ref link at all if you even bothered to look you will see its a direct link to the download, its the file host i want to use so its the one i use.

Page 46 of 52 FirstFirst ... 424344454647484950 ... LastLast

Similar Threads

  1. [Release] 'Korean Pixelbot' - Source so you don't need to decompile it yourself
    By Userpass in forum Overwatch Exploits|Hacks
    Replies: 27
    Last Post: 03-11-2017, 01:49 PM
  2. [Release] Korean Pixelbot 1600 Mode
    By exassasinx in forum Overwatch Exploits|Hacks
    Replies: 2
    Last Post: 09-16-2016, 04:12 AM
  3. [Guide] Korean Pixelbot Settings
    By shinobi1965 in forum Overwatch Exploits|Hacks
    Replies: 38
    Last Post: 09-11-2016, 01:00 AM
  4. Korean AimShot - Pixelbot? AHK?
    By milkiway14st in forum Overwatch Chat
    Replies: 16
    Last Post: 08-17-2016, 10:39 PM
  5. haha korean renter vs some guy
    By fcpremix23 in forum Screenshot & Video Showoff
    Replies: 1
    Last Post: 01-05-2008, 03:49 PM
All times are GMT -5. The time now is 11:48 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search