Slashdot Mirror


Videogame PUBG Bans 30,000 Cheaters, Discovers Professional Players Cheated (newsweek.com)

An anonymous reader quotes Newsweek: The makers of PUBG sent down the banhammer Thursday afternoon in a ban wave believed to iimpact more than 30,000 fraudulent player accounts. What PUBG Corp likely didn't expect, however, was that its new security measures would also implicate several of the game's pro players.

Like ban waves in most popular online games, technology is at the center of it all. In this particular case, Radar Hacking was the main target. For those unaware of how the method works, Radar Hacks reveal detailed server information and send the collected data to an external device via a third-party VPN. In layman's terms, Radar Hacks allowed PUBG cheaters to see all player positions via a second monitor or smartphone application.... Given what we know now, it appears use of this unsanctioned assistive software was somewhat popular in PUBG's European and North American esports scenes. Over the last handful of hours, multiple apologies, suspensions and explanations have been posted on behalf of players and organizations alike.

Newsweek reports that on at least one team, "Suspicions rose when teammates were admonished for not following in-game calls that didn't align with the information available."

118 comments

  1. E-sports by Cmdln+Daco · · Score: 2

    The e-sports outfits just need to team up with the professional wrestling leagues. The wrestlers can help them become better entertainers and give them many tips on developing their showmanship.

    1. Re:E-sports by Anonymous Coward · · Score: 0

      Nobody mention Trumpwwf.

    2. Re:E-sports by magusxxx · · Score: 1

      They could also pool their resources and get their drugs at a reduced rate.

      --
      Care killed the cat, but satisfaction brought it back.
    3. Re: E-sports by DrXym · · Score: 2

      E-sports is like an anti-special Olympics - even if you win you're still a loser.

    4. Re: E-sports by Anonymous Coward · · Score: 0

      All 30,000 should be executed and have all their assets donated to charity.

    5. Re: E-sports by Anonymous Coward · · Score: 0

      Sounds like something a person would say if they never felt the joy of winning a game. You're the loser.

    6. Re: E-sports by Anonymous Coward · · Score: 0

      Welcome to the 21th century.
      Any competition can become a sport if people are willing to pay money or even consume ads when watching professionals do their thing.
      Also the average eSports professional is probably in better shape than you are.
      Having good reaction times, and keeping calm with a low heart rate and no high blood pressure under stress is important in a sport like that and it does correlate with physical fitness.
      Those who take things serious tend to workout and eat healthy.
      Having a healthy body, that can be considered attractive, is also a helpful thing if you want to make money.

    7. Re: E-sports by BoogieChile · · Score: 1

      Yeah, I'm sure that total loser is crying into his, e.g., two and million dollars from being such a total loser last year.

    8. Re: E-sports by DrXym · · Score: 1

      Oh wow, a whole tiny handful of people have managed to profit from it. That certainly justifies all those losers wasting their entire lives in front of a screen playing computer games.

    9. Re: E-sports by Anonymous Coward · · Score: 0

      Tell that to the numerous fatlads banging out Overwatch. There's possibly a very weak correlate with fitness, and it depends on the game. MOBAs are still huge, I don't think they require the low blood pressure that a AWPist would in a high level game of CS:GO.

      Moreover a lot of games play more like chess than anything else. Positional awareness and coordination are paramount. Posturing your challenge and familiarity with the meta and combos. High level play is all about outsmarting your opponent or at least cerebrally ambushing them.

  2. Bad Game Design is Bad by Anonymous Coward · · Score: 0

    Why is this data being broadcast to the client? It's basic game security 101 that you only send the data to the client on a need-to-know basis to prevent this kind of exploit.

    1. Re:Bad Game Design is Bad by DaHat · · Score: 1

      I'm just learning about this exploit now, so am going to have to do some reading... though wonder if this was done as a server optimization issue where the server doesn't have to do the work of "Can Player_A see Player_B?" based on building geometry, but instead simply distance.

      Aside from that, I'm rather surprised that the traffic was so easy to sniff overall. Granted all of the traffic was UDP based... in [Current Year], is it too expensive to have some level of encryption on top of that (block based, not stream)?

    2. Re:Bad Game Design is Bad by arbiter1 · · Score: 1

      Its much easier server load wise to just tell clients who is within xxx range of player. Let the clients computer hand rest. Sadly it allows for this to happen as they can see everyone within that range. Its one thing to have server do work load in games with say 12-16 players its another thing when tracking 90+ at start of matches.

    3. Re:Bad Game Design is Bad by AHuxley · · Score: 1

      So games can be played around the world using low cost dev code.
      When the game knows where people "are" and will "be" lag feels less bad.
      Game play feels responsive for all no matter the ping.

      The alternative would be new servers needed in all/many nations with extra huge bandwidth costs.

      --
      Domestic spying is now "Benign Information Gathering"
    4. Re: Bad Game Design is Bad by Anonymous Coward · · Score: 0

      That is how games with bad netcode work.
      FFXIV works this way and every raider and PvPer uses parser tools that also have radar features in them as standard quality of life features. Basically every player you think is good in a MMO game is a guaranteed cheater.

    5. Re:Bad Game Design is Bad by Anaerin · · Score: 1

      Just because you can't "See" a player, doesn't mean they're undetectable. Footsteps and reloading sounds (for instance) need to be sent to the client to give the player an idea of where a hidden enemy might be, and that data can be hijacked and displayed in a visual manner to give X-Ray like abilities. And while this isn't what was happening in this case (In this case, they were using a second account, logged in through a VPN to hide the duplicate IP, and playing as a spectator, with the spectator data being relayed to an overlay on their playfield) it's another example of how difficult these things can be to detect.

    6. Re: Bad Game Design is Bad by Anonymous Coward · · Score: 0

      What is worse than this?
      Cheating? No
      Ignoring reality? No
      But what?
      Do they fire all cheaters and leave true players
      Standing alone
      At the top of the heap?
      For you
      To play
      Your best game

    7. Re: Bad Game Design is Bad by Anonymous Coward · · Score: 0

      Oh dear

    8. Re: Bad Game Design is Bad by Anonymous Coward · · Score: 0

      Indeed. In coop FPS like l4d2 sound is what you need to spend k hours learning to follow and anticipate. Sight comes after. With sound you can kill through some thinner walls, which may trigger less experienced players to think it's a "Wallhack".

    9. Re:Bad Game Design is Bad by Anonymous Coward · · Score: 0

      Why is this data being broadcast to the client? It's basic game security 101 that you only send the data to the client on a need-to-know basis to prevent this kind of exploit.

      If you are standing inside a room, you clearly need to know what is inside of that room, so it should be pretty obvious the server will send my client the inside of the room...

      How exactly is the client supposed to detect or prevent me from calling you on the phone and describing what I see in that room, when you on your client are not inside it?
      That is exactly what is going on here, except it is a chat client instead of a phone call, but two completely different people and clients none the less.

      I don't think you understand the problem let alone 101 level game security.

    10. Re: Bad Game Design is Bad by Anonymous Coward · · Score: 0

      Because it's easier to program, requires far fewer server resources, and allows the game to still be playable when latency is higher than 30ms.

      Think about it like this; if all the server has to do is calculate who is within potential sight distance that's a very simple and quick calculation. Then the clients do the heavy lifting to determine actual visibility. If you do it on the server, you basically have to run a full geometry line of sight calculation, then get that information to the client fast enough for it to be able to fully render the scene within a single frame. Any sort of latency hiccup will result in "pop-in" and if the client uses predictive rendering will cause "rubberbanding."

    11. Re:Bad Game Design is Bad by Darinbob · · Score: 2

      Another reason not to have e-sports, it's just not a very mature industry. What if balls suddenly deflated during a game. Oh wait...

      But seriously, like normal sports, e-sports should uphold a certain set of standards. Be independent of the game publishers, create a strict set of standards for equipment, and so on. If PUBG has problems then remove PUBG from the competition.

      Right now this is much closer to entertainment than to sports.

    12. Re:Bad Game Design is Bad by ProzacPatient · · Score: 1

      Why is this data being broadcast to the client? It's basic game security 101 that you only send the data to the client on a need-to-know basis to prevent this kind of exploit.

      It is because PUBG uses a peer-to-peer networking as opposed to a client-server architecture. It seems a lot of games these days use peer-to-peer which is rather unfortunate as there is no central authority (the server) so clients pretty much know everything about the game world and they can send whatever they want to other clients no matter how bizarre.

    13. Re:Bad Game Design is Bad by JoeDuncan · · Score: 1
      LOL

      Google: "frustum" and enlighten yourself. The graphics engine needs to know the players perspective to decide what to render; that means the rendering engine and graphics card need to know about all entities the player could *possibly* see, in order to decide which ones to render on screen.

      This is how "wall hacks" for online games work, by hacking the graphics card to display "non-visible" entities that it has data for.

  3. Not how it worked. by Anonymous Coward · · Score: 0

    They were using another pc on a vpn to "spectate" the game, then sending that info from that pc to the one playing the game so they could see things they wouldn't normally be able to.

    1. Re:Not how it worked. by Anonymous Coward · · Score: 0

      Who cares? The writers certainly did not. They gave themselves excuses to shout "hacks! hacking!" a few times again. That was the object, not the "explain how it works" part.

      Facts? Unimportant. Pointing fingers at "hackers!", "hacking!" with "hacks!", very important.

    2. Re:Not how it worked. by SuperKendall · · Score: 2

      Interesting, maybe all spectating modes should be given a one minute delayed feed to prevent that kind of info.

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    3. Re:Not how it worked. by Anaerin · · Score: 2

      This is Newsweek. Not exactly a tech-heavy publication. So rather than going into the weeds, they kept the article simple for the non technically minded.

    4. Re:Not how it worked. by thegarbz · · Score: 2

      Interesting, maybe all spectating modes should be given a one minute delayed feed to prevent that kind of info.

      The half-life engine had this very option back in 1998.

  4. e-sports events needs to be local server only by Joe_Dragon · · Score: 2

    e-sports events needs to be local server only.

    So it's fair and so that internet issues don't mess up the event.

    1. Re: e-sports events needs to be local server only by Anonymous Coward · · Score: 0

      Not going to happen.

      The game developers doesn't want the e-sport industry to become independent so they don't allow local servers.

    2. Re: e-sports events needs to be local server only by Anonymous Coward · · Score: 0

      The main reason of developers to do this shit is usually "if it wasn't that way, people would just pirate it". And the probably worst thing is that people gladly buy into it.
      People also gladly buy everything they have on Steam, all while Valve gets shadier and shadier with everything they release. Look at their latest pathetic cash grab that is Artifact.

      Seriously, we should vote with our wallets and simply use other platforms. Here's one possible alternative: https://www.gog.com/news/the_f...

    3. Re: e-sports events needs to be local server only by JaredOfEuropa · · Score: 1

      Even then, people might still cheat. There was a nice video of a CS/Go player being caught red handed cheating in a LAN tournament. Ah, here it is

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    4. Re: e-sports events needs to be local server only by Monster_user · · Score: 1

      Voting with my wallet does increase the risk of losing everything I already paid for. If nobody buys from Steam, then how will I download or activate the old games I play. Steam has been around longer, and has a wider selection of games than GoG. Not all of the old games have made it to GoG, and I try not to purchase the same game twice, unless it has offline multiplayer.

      Also, my bank doesn't like GoG, so my card won't work on that site:

    5. Re: e-sports events needs to be local server only by Anonymous Coward · · Score: 0

      There's nothing wrong with artifact, other than not being particularly good. Big deal, they want to make money off their product. Back when Magic the Gathering appeared on the CCG scene a hundred other CCG's popped up because the model is a huge money maker... the other games never got traction or sucked though so they died. If Artifact sucks or people don't like the pricing, it will die. Nothing shady about it. Fallout 76 is probably one of the worst games of the year and you could call it a pathetic cash grab too.. or maybe it's just a really badly designed game.

    6. Re: e-sports events needs to be local server only by Anonymous Coward · · Score: 0

      Voting with my wallet does increase the risk of losing everything I already paid for. If nobody buys from Steam, then how will I download or activate the old games I play.

      Don't you see the catch 22 in this? Better stop sooner than later as it'll only get worse.
      If you can get your games somewhere else, possibly without DRM, then you should consider doing that. If Steam is the only option and you really want to play that game, then sure, whatever.

    7. Re: e-sports events needs to be local server only by Anonymous Coward · · Score: 0

      Yes, I would call Fallout 76 a pathetic cash grab, from a company with a history in attempted cash grabs which pathetically failed in the past (see 'Horse armor' and paid Skyrim mods). And don't even get me started with EA or Activision Blizzard. But that doesn't excuse Valve's practices of late.
      They already make massive money through all the market transactions for their CSGO, TF2, DOTA2, the Steam level system, all the trading cards from 'Sales' like the current one, and so forth. I certainly can excuse some of those things, after all they need some money to pay for the servers and all the people that are required to keep them running.

    8. Re: e-sports events needs to be local server only by Darinbob · · Score: 1

      Also pros should compete in designated locations, not from home and not with their own equipment. Otherwise it's unfair and encourages cheating. duh.

    9. Re: e-sports events needs to be local server only by rtb61 · · Score: 1

      E-sports is dumb. Look to win, you need to play repeatedly to the point where it would bore most people to tears, I can do it but why and why would I care if others do it. Then there is trying so hard to win, you take all the fun out of the game. So a decision, do you practice and focus so hard, you have no fun or do you take in easy, do not so well but have a lot of fun. E-sports is all bullshit and marketing hype, it has no legs, each E-sport is doomed to die, it's not like say cricket been around for a very long time and will continue in much the same format. Not at all, that particular E-Sport will only last as long until it is crushed by the next game and the marketing associated with that.

      E-sport is only viable if it sells games or computer hardware. Straight off the bat a problem, you can only sell the game once, so only suits PVP games pay to win, so they can sell micro transactions that allow you to win but that is hardly as sport, although reasonable to be another bullshit Olympic sport where the quality of the equipment defines who will win, rather than an equal playing field. You can not even run base game only at events, otherwise what are you selling, once those who will buy the game have and there is no reason to buy new hardware.

      With physical sports, there is the fitness aspect and physical challenge. Sure possibly E-Sports when you have full body haptic exo-skeltons, that the player uses to control their avatar and that responds to affects upon the avatar and moves the player because of course, you can play very intense games and the player would have to be exceedingly fit to compete, having to move that haptic feedback exo-skeleton. Reality is in E sports if you are not participating you are wasting your time, if you play enough to compete, you are wasting your time and to play enough to compete is as boring as fuck, eye bleedingly boring. Play lots of different computer games and have lots more fun, that is the reality, learning new games is much more fun than playing them, simple truth, unless of course you are looking for the social aspect, then playing anything with good friends is the most fun.

      --
      Chaos - everything, everywhere, everywhen
    10. Re: e-sports events needs to be local server only by Anonymous Coward · · Score: 0

      Everything you said can be applied to traditional sports.

      You dont think a qb practices his throw until it's just a boring throw...

      That's not the excitement.

  5. how can you call them a pro by arbiter1 · · Score: 1

    If a person that is a so called "pro" uses a hack to get an advantage how can still call them a pro then since they had to use a cheat to get the advantage? Too me if you use such program in online play you aren't a pro you are one lowest forms of life on earth, you are lower then likes of rats and cock roaches.

    1. Re:how can you call them a pro by Anonymous Coward · · Score: 1

      They're pro because they get money for doing it.

    2. Re:how can you call them a pro by ShanghaiBill · · Score: 0

      If a person that is a so called "pro" uses a hack to get an advantage how can still call them a pro

      Why is innovative use of all available information considered "cheating"?

      I once cheated on a geography test of all the state capitols. This is how I did it: I memorized all the answers.

    3. Re:how can you call them a pro by ceoyoyo · · Score: 1

      Clearly your definition of professional is what the rest of the world uses. Pro athletes, for example, are the ones who *don't* take performance enhancing drugs.

    4. Re:how can you call them a pro by magusxxx · · Score: 1

      Bad analogy. A better one...

      Being chosen as a contestant on The Amazing Race and using a GPS device.

      --
      Care killed the cat, but satisfaction brought it back.
    5. Re:how can you call them a pro by Anonymous Coward · · Score: 0

      That's a retarded comparison.

    6. Re:how can you call them a pro by dunkelfalke · · Score: 4, Informative

      Not really. Professional athletes are the ones that do sports for a living.

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    7. Re:how can you call them a pro by Anonymous Coward · · Score: 0

      A large part of it is Asia where cheating is considered completely acceptable so long as you don't get caught. Seriously, hardware vendors like samsung and Asus make sure their products have modes to "assist" in such things.

      Monitors for example with overbrightness allowing players to see dark places and oversaturation. The other very big issue is with sound, players crank up their amplifiers to hear everything it's why streamers in particular went on the offensive after a grouup of people decided it would be fun to troll them by driving around in a car (in game), honking their horns. To everyone else the audio would have been normal but when you mix audio compression it drowns out everything else and that I have no problem with.

      From mice and keyboards with macros to monitors and sound the ammount of cheating that happens is stupid. If you want to fix cheating you have to address the mindset that it is OK.

    8. Re:how can you call them a pro by Anonymous Coward · · Score: 0

      Whoosh.

    9. Re: how can you call them a pro by Anonymous Coward · · Score: 0

      Cheating is dependent on the terms of the competition rules. Pretty sure memorising is not prohibited by exam boards.

    10. Re:how can you call them a pro by fazig · · Score: 1

      'Pro' primarily distinguishes those people who do their activity for monetary or other gains from 'amateurs' who do it for fun.

      As far as I see this, as soon as big money is involved (maybe only indirectly) and sportsmanship in itself becomes less important the incentive to cheat in order to gain an advantage over your opponents gets bigger as well.
      I also does not appear to be unique to video gaming. A similar phenomenon has been observable in physical sports for a long time.

    11. Re:how can you call them a pro by JustAnotherOldGuy · · Score: 1

      This is how I did it: I memorized all the answers.

      Ummm, that's not cheating. Using a written list would be cheating. Committing the list to memory isn't.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    12. Re:how can you call them a pro by thegarbz · · Score: 1

      Not really. Professional athletes are the ones that do sports for a living.

      I would just woosh you but rather I'll let you know why you're being wooshed: The GP was using sarcasm to rebuke the obvious strange definition of "pro" that the OP used.

    13. Re:how can you call them a pro by Anonymous Coward · · Score: 0

      Video games have a long and rich history of most winners being dirty cheating garbage.

    14. Re:how can you call them a pro by dunkelfalke · · Score: 1

      Thank you. I appreciate the explanation.

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    15. Re:how can you call them a pro by Anonymous Coward · · Score: 0

      pro tip: there are not pros online, only in lan parties there can be pros and there can be some sort of competition

      online A LOT of people are cheating, wether you are playing on a championship or just a free for all game, there will be tons of people cheating, some games have more some have less, but every game has them

      thats why multiplayer games will always be inferior to a good, inmersive and rich single player experience, where no one can bother you

  6. I was wondering about this with CS:GO by SuperKendall · · Score: 4, Interesting

    Just recently I tried a few rounds of the new Battle Royale mode of the ancient CS:GO FPS shooter.

    After you die, as you spectate you can enable "X-Ray" mode that lets you see markers for where other players are, even if out of sight - and it made me wonder if someone could log into with two systems, have the first character die off quickly, then use spectra-view to see if he was looking towards other players.

    It didn't seem like other players were doing that (no obvious reaction to x-ray information I could see when spectating) but it sure seemed like a flaw to me to broadcast all player information to anyone.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:I was wondering about this with CS:GO by Mashiki · · Score: 2

      It's called stream sniping if you're curious.

      --
      Om, nomnomnom...
    2. Re: I was wondering about this with CS:GO by Anonymous Coward · · Score: 1

      Stream sniping is for people who are playing and streaming the game as they play it, lol. Someone watching that stream live knows where the streamer is, or close to it, all the time.

      They do NOT know where everyone else is in addition to the streamer.

    3. Re:I was wondering about this with CS:GO by Anonymous Coward · · Score: 0

      No, it's not stream sniping, as the other AC pointed out.

    4. Re:I was wondering about this with CS:GO by Anonymous Coward · · Score: 1

      No. It used to be called ghosting, now it might have a different but dumber name

    5. Re:I was wondering about this with CS:GO by thegarbz · · Score: 1

      Not sure about CS:Go but certainly CS has had the ability to not only block the spectate mode but also to significantly delay the feed during spectator mode when it's enabled.

    6. Re: I was wondering about this with CS:GO by Anonymous Coward · · Score: 0

      No stream sniping is watching someone play on their stream channel while also playing the same match.

      What they are describing is/was called "ghosting", where spectating a player is used to obtain the advantage. This used to occur via a teammate over Vent or similar, but it seams cheaters these days are using a second account over VPN in solo play.

    7. Re:I was wondering about this with CS:GO by JThundley · · Score: 1

      This is affectionately known as "LAN-hacking". The term comes from LAN parties where one player would just look at the screen of their opponent. You can do the same thing in CS over the internet. Just wait for one of your teammates to die and then have them ghost/noclip/fly around and tell their still-living teammates where the enemy is. The game has an option to make dead players' screen black for competitive matches.

    8. Re:I was wondering about this with CS:GO by Anonymous Coward · · Score: 0

      but it sure seemed like a flaw to me to broadcast all player information to anyone.

      Well. Not really. I play a fast-paced game (Urban Terror) where the server doesn't broadcast everything, and quite often I run by (and get killed by) someone camping at a corner because I look at the corner but the server wasn't quite fast enough to broadcast the player's position to me so the corner looks empty.

      (I'm playing this with a 150ms ping so that affects things.)

    9. Re: I was wondering about this with CS:GO by Mashiki · · Score: 1

      Stream sniping is for people who are playing and streaming the game as they play it, lol. Someone watching that stream live knows where the streamer is, or close to it, all the time.

      So, the exact thing I said.

      They do NOT know where everyone else is in addition to the streamer.

      They don't? Gee those wall hacks as they used to be called sure do work still don't they.

      --
      Om, nomnomnom...
  7. Good design includes things not visible too by perpenso · · Score: 4, Informative

    Why is this data being broadcast to the client? It's basic game security 101 that you only send the data to the client on a need-to-know basis to prevent this kind of exploit.

    Need-to-know includes units, structures, resources, etc currently not visible. Things that a clean player would not know about yet. Due to network lag and local storage delays a server needs to inform the client of things just beyond legitimate detection so that the client can prepare to render those things smoothly should they become visible, without pause or stutter.

    So there will always be the potential for a cheater to acquire an illicit early warning regarding things that a player should not yet know about. Yes, a game should not send everything on the map. But some things local to the player should be sent. The big question/problem in design and polish is how local.

    1. Re: Good design includes things not visible too by Anonymous Coward · · Score: 0

      In all seriousness cheating is rampant in everything, even things we do not traditionally think of as games. For example, everyone associated with the oscars knows who will win best picture but they pretend to be happy and surprised anyway. This does not apply to technical awards. They should make interesting technical awards, like most convincing special effect or most robust hardware

  8. as long as "pro" gamers can use their hardware... by Anonymous Coward · · Score: 0

    and/or compete from their own locales on their own net, this will forever be a problem.

  9. PUBG explained. by Gravis+Zero · · Score: 3, Insightful

    PUBG is short for PlayerUnknown's Battlegrounds which "is a last-man-standing shooter being developed with community feedback."

    Maybe I'm just old and out of touch but I think this should have been mentioned in the summary somewhere.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:PUBG explained. by Anonymous Coward · · Score: 1

      From the title: "Videogame PUBG"

      TBH, if you're really so old and out of touch as you claim, the only thing you need to know is that it's a video game, and that's literally the first word in the title.
      I'll get off your lawn now.

    2. Re:PUBG explained. by Anonymous Coward · · Score: 0

      LOTR is a very old acronym for another fictional product. IP, NSA, PhD, all things which are so rarely explained, many people that recognize those terms do not know what they stand for.

      This is not an "old and out of touch" with the newfangled scenario, it's recognizing a very, very old one.

    3. Re:PUBG explained. by Anonymous Coward · · Score: 0

      Drag to select text. Right click, and choose 'Search for X'.

  10. Re:THERE WILL BE CONSEQUENCES NAZI FAGGOT KEN DOLL by Kaenneth · · Score: 0

    Too bad SuperKendall won't let you suck his dick to satisfy your weird obsession.

  11. I remember back in 2002 ... by MxMatrix · · Score: 1

    ... playing pvp Dark Age of Camelot being radar ganked anytime I got into the frontiers. There were multiple windows applications that intercepted network traffic from the game client to parse the player position information in a overlayscreen or secondary monitor.

    Just why the hell pubg never acted before is bad as well. They just did not care as long dollars swamped in.

    --
    Bach says it all.
    1. Re:I remember back in 2002 ... by StormReaver · · Score: 1

      They just did not care as long dollars swamped in.

      Don't be too hard on the cheaters. They're just trying to drain the swamp.

    2. Re:I remember back in 2002 ... by Anonymous Coward · · Score: 0

      It's hard to do in a fast-paced multiplayer game, without requiring a shit ton of resources. PUBG runs on ~30-60 ticks (updates / second) with 100 players on a single server. If you'd want the most secure / unhackable game, you'd have to design the server to calculate each player's position, line of sight and field of view and only relay information that he can "see", in real-time, for each combination of players. It'd be a nightmare to code, and it'd require way more resources than it would be feasible.

    3. Re: I remember back in 2002 ... by Anonymous Coward · · Score: 0

      No need to do it that way. Calculate whether a player is far enough away from one another to reasonably be able to "see" them, the same way LoD doesn't render details that are too far away.
      If the player could not be seen (occupied less than x pixels) or heard (inverse square law), don't send the client data.

    4. Re: I remember back in 2002 ... by Anonymous Coward · · Score: 0

      You're missing the point. Doing a simple distance calculation is easy and quick. The issue is anytime the other player is within that range but is supposed to be hidden by geometry such as walls, buildings, etc. It gets even harder when you're dealing with fog, smoke, etc.

      The cheap and easy method is to just send the data to the client and trust it to display only what it should. The hard and expensive method is to calculate it on the server and only send the data if the player is supposed to be visible.
      The biggest issue is network latency. If the game runs at 30fps that gives you 33ms total for each frame. In that time window the player must send any inputs, the server has to complete all processing, send the updates to the player, and the scene has to then be rendered. You only get half that time for a 60fps game. If you can't stay within that window then players with lower latency connections and faster machines will have a significant play advantage.
      When was the last time you got a sub 30ms ping to a game server? How about sub 15ms? So instead, the server does only basic checks and sends just the simple position information. This allows the client to use predictive rendering if it hasn't got an update by the end of the frame rendering period. If you don't then the player movements will be jerky and erratic.

    5. Re:I remember back in 2002 ... by Slashbob67 · · Score: 1

      Damn, 2002 - has it really been that long? I played on a top-5 pvp team on Andred/Mordred back in the day. You could always tell when a group started using radar because they'd go from getting rolled to suddenly appearing from behind or blindsiding you every fight. The clever ones toned it down enough to where it was still a consistent advantage but harder to prove. You'd think MMO companies would be better about this by now, but they're probably all busy reinventing the wheel.

  12. who cares? by Anonymous Coward · · Score: 0

    Ban wave ... sniping ... spectra ... gamrboiz ... does anybody care except rubber-footed Boscos ? The precious mongoloid spew smells like decaying crap under a SanFran encampment of urban trekkers.

  13. Happens in lots of games. by Anonymous Coward · · Score: 0

    Even Minecraft has this issue with x-raying or knowing information impossible for a human to know.
    Radar mods for people AND resources.
    Some servers try to get around this by preventing players being sent to clients beyond X blocks from the player, and some go further and automatically mask useful resources if they are too far or hidden on all sides by other blocks.
    One issue with the former hiding players too far away is arrows are a thing in Minecraft. They can go pretty far.
    There is a huge problem with the latter, though, in that Minecrafts game engine even now is absolutely shit-tier and has high-overhead for editing a single block, never mind multiple.
    Any time a block is updated, an entire 16x16x256 (or 512) chunk is sent to any users in the draw distance from it.
    Fucking dumb. So dumb. It's trivial to send the chunk ID and the block(s) edited. I created a sub-division based tile system (one less dimension) that handled this properly in 30 minutes to prove it can be done. (I'll be surprised if it works now, I did it in HTML5 canvas back before it was finalized! Every other prototype I did for it broke!)
    Another issue with radar mods and Minecraft in particular is most of the decent ones will tell you where a player logged off (if you are near them that is!). This allows someone to trap the player by the time they decide to log back in, if not killing them by lava / spawning enemies / blowing up all the land below them so they fall to their death on login.

    There is no easy way to fix issues like this and is very game dependent on HOW easy it is to fix.
    Minecraft example only goes so far to making radar mods useless, but it can still seriously impact the usefulness of them.
    Network latency and developers cheaping out on shitty servers is the biggest hurdles to fixing this, for the most part.
    This is why I will never support companies that actively sue players instead of fixing their shitty servers. See Rockstar and GTA5. Company is dead to me. I despise cheaters, but I despise them more now.
    Everyone can say "b-b-but it was their parent company!!!!" all they want, Rockstar has a part to play in it.

  14. Careful. by Anonymous Coward · · Score: 0

    If orders - or actions - which doesn't align with "information available" alone is grounds for banning, there will probably be a significant amount of "collateral" bans among intelligent players.

    Not that I doubt there are a lot of cheaters, but I somehow get the feeling that getting rid of good players who can quickly process the information available and deduce when what they see doesn't add up is in no way seen as a bad thing and branding them as "cheaters" is probably the easiest and most popular way to do it. You have to keep the masses of bad players happy.

  15. It was intentional by Anonymous Coward · · Score: 0

    Now e-sports athletes are one step closer to every other professional athlete. Cheating exists in every competition where money is on the line, humans are a greedy and egotistical bunch who don't like losing either the fame or the money.

    1. Re:It was intentional by Anonymous Coward · · Score: 0

      >_ Now e-sports athletes are one step closer to every other professional athlete. Cheating exists in every competition where money is on the line, humans are a greedy and egotistical bunch who don't like losing either the fame or the money.

      Most are idiots. The real good player wants to give others advantages so that when he wins there will be no doubt he's better.

      People who are satisfied with only winning are thus just losers. They fail to pursue true game mastery and accept cheap victories instead.

      There's a problem with American Culture in equating "winners" with better. And many all over the world acquire that same cultural "value". IMHO pretty dumb. Feel free to present arguments about "winning is all that matter"...

  16. This has been done for nearly 20 years in gaming by Anonymous Coward · · Score: 0

    I used to call this the Jim236 cheat. Back in 1999, there was an Unreal Tournament player named Jim236 that used to connect to his server as a spectator with 4 computers. He would spectate the hard to find snipers and people that threatened to win the match. He'd always know right where you were and no one could do anything about it except to not play on his server. He was the ng world stats leader for a couple of years using this tactic.

  17. Happens all the time and it sucks! by MikeDataLink · · Score: 2

    I can't tell you how many times I have been sitting silently in a room with no windows in the middle of nowhere on the map only to have a team of dudes open the door and throw in grenades to kill me.

    Only way that happens is to be using a cheat device that showed my location to them on the map.

    --
    Mike @ The Geek Pub. Let's Make Stuff!
    1. Re: Happens all the time and it sucks! by Monster_user · · Score: 1

      So this is like playing four player split screen, and asking the other players not to look at your quadrant. Without the risk of accidental glances.

    2. Re:Happens all the time and it sucks! by phfpht · · Score: 1

      I'm almost more concerned that you can't recall "how many times [you've] been sitting silently in a room with no windows in the middle of no where on the map." Is, uh, is there something you find particlularly rewarding in this? :-)

    3. Re:Happens all the time and it sucks! by MikeDataLink · · Score: 1

      I'm almost more concerned that you can't
      recall "how many times [you've] been
      sitting silently in a room with no windows
      in the middle of no where on the map."

      Is, uh, is there something you find
      particlularly rewarding in this? :-)

      Yeah. It's called going to take a shit. ;-) (You can the watch the minutes before your death on the death cam)

      --
      Mike @ The Geek Pub. Let's Make Stuff!
  18. Why does the client need to know where everyone behind walls are? They had this issue literally decades ago with Quake and similar. You got a hacked driver and could see through walls. One card reseller even boasted about it as an official option briefly until blowback made them cancel it.

    It also wastes network, a bottleneck for games having truly massive fights.

    Just don't send the info. Send shooting data if it goes visible just nothing else beyond a small hysteresis for the client prediction if it looks like the other guy may pop into view.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    1. Re: Why? by Chewbacon · · Score: 1

      PUBG is learning why you never trust the client. Sony learned it a while back.

      --
      Chewbacon
      The Bible is like Wikipedia: written by a bunch of people and verifiable by questionable sources.
    2. Re:Why? by thegarbz · · Score: 1

      Why does the client need to know where everyone behind walls are?

      Firstly, define a wall. In these days of transparent walls (we could call them windows), and destructible objects, what alternative do you propose? The server keeping tabs on the rendering viewport of every client would use bandwidth and processing power which would quickly cripple a typical network game which is precisely why basically every game is aware of objects behind walls. What about reflections? This is just beyond theoretical at this point but Battlefield V has already demonstrated that characters need to be rendered who are obscured by solid objects (this recently started a conversation if ray tracing should be banned in professional contests until it's ubiquitous).

      That's just the viewport. What about the lag? In order to have something even remotely approaching a usable experience the client needs to know when something is *going* to move into its viewport. If you wait for the server, then you end up with an absolute disaster of a network code with characters lagging out or suddenly appearing in viewports rather than coming around corners smoothly. A lot of this is offloaded to the client simply to keep the network running, and for it to work smoothly the client needs advanced notice. You say it "wastes network" but it literally does the opposite by making the game usable using as few network resources as possible.

    3. Re: Why? by thegarbz · · Score: 1

      Except you have to trust the client in a considerable amount of scenarios. Everyone has learnt this, and yet the client must be trusted at least with the rendering parameters. If you offload the computation of this onto the server you're screwed. You'd need to track viewports, object transparency, the level of destruction of your environment, god forbid you just released Battlefield V, then you'd need to take into account client raytracing too.

      The client has legitimate reason to need to know what is behind a wall, because otherwise the network and the server would come to a grinding halt.

    4. Re:Why? by jittles · · Score: 1

      That's just the viewport. What about the lag?

      Ohhh the "what about lag" argument ruins online play for so many games. Where you can basically cripple your own network connection by streaming a bunch of netflix videos or youtube videos on another machine so that you teleport around on everyone else's screen and they pause on your screen while you headshot them. I am sorry but if you're more than about 100ms behind everyone else in this day and age then there should be no compensation for your lag. In PUBG you can watch kill cams where people aren't even aiming remotely close to where you are, where they are shooting behind you and kill you because of lag compensation. It's the best when someone kills you while you're driving perpendicular to them at 120km/h and you watch the kill cam and they're shooting an easy 50m behind you.

    5. Re:Why? by thegarbz · · Score: 1

      I am sorry but if you're more than about 100ms behind everyone else in this day and age then there should be no compensation for your lag.

      No one said anything about compensation for a poor connection. You don't need to have a poor connection for a crap netcode to utterly ruin a a multiplayer game.

  19. WTF? by thomst · · Score: 1

    TFS quotes Newsweek's Christopher Grough facepalmingly:

    The makers of PUBG sent down the banhammer Thursday afternoon ...

    <rant>

    In today's version of journalism, apparently it's idiots mangling idioms all the way down. We've got "on the wrong tact" nitwits, some random, even number of "sheets to the wind" lunkheads, and now what I'd guess is a recently-graduated journo major who seems eager to add "send down the (varietal)hammer" to the list.

    In terms of visiting discipline or punishment on people or organizations, hammers are never "sent down." Ever. They can be brought down. They can be dropped. But, unless they're intended as a gift to be used by the recipient, rather than wielded by an authority against their target, they're never merely "sent," because that would be stupid. And ineffective, at best.

    "Hey, you! You've been cheating! Here's a hammer, for you to use as you wish. That should teach you ... !"

    </rant>

    --
    Check out my novel.
  20. Shocking by JustAnotherOldGuy · · Score: 2

    "I am shocked—shocked—to find that gambling is going on in here!" -Captain Louis Renault

    Seriously, I'm not even into gaming and I saw this coming from about 500 million miles away.

    Offer anything of value -money, fame, notoriety, prizes- and people will cheat. Hell, some people will cheat just because they can, no incentive needed.

    --
    Just cruising through this digital world at 33 1/3 rpm...
    1. Re:Shocking by Anonymous Coward · · Score: 0

      regular games where theres no reward other than actually make the frags by yourself, are plagued with cheaters, let me add something to your list:

      since cheating is not about downloading a shady program from kazaa anymore and is actually a subscription service, people that cheat at one game cheat in pretty much every game they have installed, because every major game has cheats. And after a while, since they will not keep up with the skills of regular play, they will only be able to play games with cheats enabled, So basically, if you are a millenial that starts cheating, you probably will be cheating for the rest of your millenial life

      which to me, sounds about right, but then again, im not a millenial :P

  21. Players must be INCREDIBLE at PUBG by Anonymous Coward · · Score: 0

    When I played PUBG for a little bit, my experience was either a large number of people are INCREDIBLE at this sort of game or a large number of people were cheaters. The outrageously successful kills were a common part of the game. People would come out of nowhere into where you were hiding and look right at you. 30000 cheaters? From my experience, that seems right. The real news here is that PUBG has been able to rip that many people off with this garbage game. Good idea, terrible, terrible execution.

    1. Re:Players must be INCREDIBLE at PUBG by Chewbacon · · Score: 1

      It's a great game being developed by an overwhelmed company. These issues? Price you pay for it's indie flair and not being like Call of Duty or Fortnite. It's gotten better and is very enjoyable.

      --
      Chewbacon
      The Bible is like Wikipedia: written by a bunch of people and verifiable by questionable sources.
  22. Re: e-sports events needs to be local server onl by Anonymous Coward · · Score: 0

    With GoG I am able to backup my games. I also get free goodies like wallpapers, avatars, soundtracks, hint guides, novellas, and ringtones. Steam charges for that stuff if it is even available at all. When GoG dies, I will still have archives of hundreds of games. When Steam dies I won't have access to any of my games.

  23. What's what? by Anonymous Coward · · Score: 0

    Am I supposed to know what PUBG is? Please don't assume that all nerds know all of your stupid games. At least one reference to the full title of the game would have been helpful.

  24. Stuff like this is why... by Solandri · · Score: 1

    Stuff like this is why I think games as a stream have a future. Where your game's graphics are rendered by the server, then transmitted to you as a video stream (like a movie). The lag sucks, the graphics aren't as crisp (due to having been compressed), and you need a good (fast and stable) Internet connection. But cheaters are why we can't have good things.

  25. Bigger problem than they think. by McFortner · · Score: 1

    And not just PUBG, but most multiplayer online games, period. Pick any multiplayer game and type in it's name followed by "cheats" and/or "hacks" and see how many sites come up. Hell, a lot of them are companies MAKING and SELLING the hacks. It's big business now. I get into arguments on the Overwatch official message board over how much cheating there is going on, only to get told "git gud". I'm not sure if it's because too many people have their heads in the sand over the scope, they just want to troll, and/or they are part of the problem themselves.

    And let's not forget that the game makers don't mind because every time they ban an account, the cheater just buys another one, thus increasing their revenue stream. It's getting to where I don't even want to play against humans anymore.

    --
    Beware of Sales Reps bearing gifts.
    1. Re:Bigger problem than they think. by Anonymous Coward · · Score: 0

      >a lot of them are companies MAKING and SELLING the hacks. It's big business now

      There is a lot of suspicion that top professional streamers get hacks direct from the game makers because their gameplay inspires others and acts like a big ad. The better they look, the more the game sells.

      Think about it - you make a game and need to develop an audience, what better way than to show some amazing super-human players getting massive kills in Battle Royale?

  26. Cheaters are pathetic by Anonymous Coward · · Score: 0

    You don't have the skill, and don't want to work to get better. Cheats to the rescue! When you look in the mirror, realize how pathetic you are.

  27. Often you are interesting, but that is rubbish... by Anonymous Coward · · Score: 0

    You'd better be trolling. Hate to think you believe that kind of bullshit.
    Will have to reevaluate all your other posts now.

  28. LOL it mentions EU and USA in the summary FFS by Anonymous Coward · · Score: 0

    Found another anti-China troll
    Or is it just you hiding again WB...

  29. "Professional players" by Anonymous Coward · · Score: 0

    Still makes me laugh.