How Jagex will do it.

Discussion in 'RuneScape 3 Cheating' started by JaminB, Oct 22, 2011.

?

How will Jagex stop bots?

  1. Re-write the client in a NOT Java language.

    12 vote(s)
    12.4%
  2. Mix-up item IDs on a regular basis.

    65 vote(s)
    67.0%
  3. Other -- Please specify on this thread.

    20 vote(s)
    20.6%
How Jagex will do it.
  1. Unread #41 - Oct 23, 2011 at 12:10 PM
  2. mercatres
    Joined:
    Mar 2, 2008
    Posts:
    719
    Referrals:
    1
    Sythe Gold:
    0

    mercatres Apprentice
    Banned

    How Jagex will do it.

    This was not posted by a mod?

    Also, if you'd randomize the packets how is the client going to read the packets?
     
  3. Unread #42 - Oct 23, 2011 at 12:58 PM
  4. poopy2177
    Joined:
    Jan 17, 2009
    Posts:
    1,359
    Referrals:
    1
    Sythe Gold:
    0

    poopy2177 Guru
    $5 USD Donor New

    How Jagex will do it.

    Thread should be called "how jagex thinks they will do it"

    you guys dont need to freek out just dont bot tomorow bots will be fine I'm guessing by the 26th (wednesday)
     
  5. Unread #43 - Oct 23, 2011 at 2:10 PM
  6. Cronos
    Joined:
    Oct 15, 2011
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0

    Cronos Forum Addict
    Banned

    How Jagex will do it.

    Bold claim. Jagex might be onto something, and its about time.
     
  7. Unread #44 - Oct 23, 2011 at 2:59 PM
  8. Harpoon
    Joined:
    May 26, 2011
    Posts:
    463
    Referrals:
    0
    Sythe Gold:
    0

    Harpoon Forum Addict
    Banned

    How Jagex will do it.

    Flash would make me quit I think. Or damn close.
     
  9. Unread #45 - Oct 23, 2011 at 5:50 PM
  10. Tgump
    Joined:
    Jan 21, 2007
    Posts:
    6,541
    Referrals:
    8
    Sythe Gold:
    0
    Two Factor Authentication User

    Tgump Hero
    Retired Global Moderator Zombie

    How Jagex will do it.

    It's more probably 'clusterfuck', as in, bot clusterfucker. but hey, that's just my opinion.
     
  11. Unread #46 - Oct 23, 2011 at 6:28 PM
  12. BackSeat
    Joined:
    Oct 23, 2011
    Posts:
    135
    Referrals:
    0
    Sythe Gold:
    0

    BackSeat Active Member
    Banned

    How Jagex will do it.

    Nice post. I'd say the first option.
     
  13. Unread #47 - Oct 23, 2011 at 8:27 PM
  14. SpawnTrick
    Joined:
    Oct 22, 2011
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0

    SpawnTrick Newcomer

    How Jagex will do it.

    if jagex did this, botting sites could just update eventually
     
  15. Unread #48 - Oct 23, 2011 at 8:41 PM
  16. Jeff
    Joined:
    Apr 16, 2011
    Posts:
    11,438
    Referrals:
    26
    Sythe Gold:
    3,200
    Two Factor Authentication User MushyMuncher Christmas 2014 Christmas 2015 Easter 2016 Sythe's 10th Anniversary Pizza Muncher Homosex Extreme Homosex SytheSteamer
    Lawrence

    Jeff Previously named: Jeff.

    How Jagex will do it.

    Some interesting points and facts stated.

    I heard something about Runescript, the langauge in which Jagex uses to program with which Java then translates.

    This most likely will not be the solution to how they stop all bots, however it could be a method:

    Source: http://jagex.wikia.com/wiki/Runescript


    However Wolfdogs' theory seems possible too.

    Only time will tell.
     
  17. Unread #49 - Oct 23, 2011 at 9:11 PM
  18. Sythe
    Joined:
    Apr 21, 2005
    Posts:
    8,072
    Referrals:
    492
    Sythe Gold:
    5,411
    Discord Unique ID:
    742989175824842802
    Discord Username:
    Sythe
    Dolan Duck Dolan Trump Supporting Business ???
    Poképedia
    Clefairy Jigglypuff
    Who did this to my freakin' car!
    Hell yeah boooi
    Tier 3 Prizebox Toast Wallet User
    I'm LAAAAAAAME Rust Player Mewtwo Mew Live Free or Die Poké Prizebox (42) Dat Boi

    Sythe Join our discord

    test

    Administrator Village Drunk

    How Jagex will do it.

    They've been moving code into native binaries for some time. If they are intelligent they will continue to do this, including perhaps moving some game logic into dlls.

    If I were designing the system I'd look at pushing the connection and communication code into the binaries. Then, you could probably have for example a hashcheck thread (running on the binary side) to watch the JVM's classloader for any changes to the client class files. And if it detects any then it fails to grant a connection.
     
  19. Unread #50 - Oct 23, 2011 at 9:16 PM
  20. Imagine
    Joined:
    May 31, 2010
    Posts:
    3,375
    Referrals:
    4
    Sythe Gold:
    5
    Chess Master

    Imagine Grand Master

    How Jagex will do it.

    I've never seen you post in the RS section.

    Regardless: That makes sense, would also help ban people (When it failed to grant a connection).
     
  21. Unread #51 - Oct 23, 2011 at 9:36 PM
  22. JaminB
    Joined:
    Dec 5, 2010
    Posts:
    308
    Referrals:
    1
    Sythe Gold:
    0

    JaminB Forum Addict

    How Jagex will do it.

    Your ideas are very good and the more evidence I see the less likely the switching the client option becomes. The only problems I see with your post is that, like you said, it only will effect reflection bots. However, Jagex mods were quick to correct the post on the original page saying it will effect BCEL based clients as well.

    So I think at this point we have ruled out three things:

    1. Switching to a non-java client -Jagex is requiring a new Java update no point in doing this if they were going to switch to a non-Java client. http://services.runescape.com/m=news/change-to-required-java-version

    2. Obfuscation: They have tried this, literally thousands of times with every update...it is not a hard hurtle to get over for an experienced coder.

    3. Encryption -- I have seen a lot of posts about this. It is pointless because even if there is encryption between server and client the information most be in an unencrypted form before it is compiled by the JVM...Also my classguard post would also be an unlikely alternative since the since the executing JVM has to somehow be able to read the data it wants to execute...it can't do this if it is encrypted.

    I still think the most likely method is mixing up item/object IDs...and after reading mercatres post and hearing this had already been attempted on randoms I would not be surprised in the least if they didn't try something similar to this. We'll see...in the mean time please post more suggestions/comments.
     
  23. Unread #52 - Oct 23, 2011 at 9:47 PM
  24. JaminB
    Joined:
    Dec 5, 2010
    Posts:
    308
    Referrals:
    1
    Sythe Gold:
    0

    JaminB Forum Addict

    How Jagex will do it.

    Very true, I would have done the same but remember they are focusing making the game available to as many people as possible on as many OSs as possible. Java is very well known for its slogan "write once read anywhere" and I think that Jagex is afraid if they move away from Java because they fear will lose people over speed and compatibility problems.
     
  25. Unread #53 - Oct 23, 2011 at 10:22 PM
  26. It'sJimmy
    Joined:
    Sep 16, 2011
    Posts:
    651
    Referrals:
    0
    Sythe Gold:
    0

    It'sJimmy Apprentice
    Banned

    How Jagex will do it.

    This is very interesting to read.
    I think they will re-write the client.
     
  27. Unread #54 - Oct 23, 2011 at 11:08 PM
  28. kuro68
    Joined:
    Jun 18, 2010
    Posts:
    226
    Referrals:
    0
    Sythe Gold:
    0

    kuro68 Active Member

    How Jagex will do it.

    Wouldn't mind it at all if they got rid of bots, they ruined the game. There is no point anymore for non botters because it's nearly impossible to pass them statistically, and theres not point for botters because they dont even play the game.

    I think changing the item id's would drastically change the amount of successful botters, especially for simple skills such as woodcutting.
     
  29. Unread #55 - Oct 24, 2011 at 1:15 AM
  30. Warjunkie
    Joined:
    Apr 24, 2011
    Posts:
    396
    Referrals:
    0
    Sythe Gold:
    21

    Warjunkie Forum Addict
    Banned

    How Jagex will do it.

    I bot, but I made a post on the Runescape forums a few months ago, suggesting they change item ID's every few hours, and it got a lot of support and feedback, some of which were from Jmods.

    But thinking about it now, I can't really see how item ID's would affect that much botting-wise. Someone up above said it too, about a lot of scripts not using item ID's, but names instead. This update would break kiko's dungeoneering bot, cause there are a lot of things you can't right click and get a name for, that you have to interact with, but a lot of bots would be unaffected, right?

    We'd have to go the route of RID, using color and shape recognition, if we want to bot dungeoneering again, I think. ;( Sucks, too. Kiko's so close to releasing party support.
     
  31. Unread #56 - Oct 24, 2011 at 2:40 AM
  32. ABCisDANK
    Joined:
    Sep 9, 2011
    Posts:
    94
    Referrals:
    0
    Sythe Gold:
    0

    ABCisDANK Member

    How Jagex will do it.

    I don't have much know how in the program department, but I'm not exactly sure that Jagex can fix the botting problem at its current rate. They claim to have "already banned 1.5 million bots".. Thats a pretty large number.. if even 10% of those are p2p (much more likely that its a higher number than that) then they're losing roughly $150,000 a MONTH?

    $1,800,000 a year, because people want to bitch about the economy of a pixelated game and complain solely because they are either scared to bot or they can't afford/parents won't buy them paid bots?

    They aren't fixing shit in my opinion. This is simply a clever ruse to keep the "legitimate players" happy in the meantime while they figure out ways around bots to buy time.

    Why put so much effort into making frost dragons nearly impossible for bots if they were planning this? Unless they were intended to be harder to kill upon release, which I highly doubt since the best thing they drop are bones that won't exceed 25k at the most without bots.


    My ass. If Jagex had the ability to do this they would've done it long ago before botting became the "problem" that it is today, it doesn't take a rocket scientist to figure out how to keep reflection out of a game like Runescape. I mean for fucks sake, they created the game. If infact the creators of these bots used in the game that they (jagex), themselves created are smarter and know more about how to operate the scripting and can continue to find ways around Jagex's methods of keeping them out, then maybe they should hire these bot creators to help them develop the game instead of the idiots they have working on it right now.

    This is merely my opinion on it.

    OT: How will they do it? They probably won't, as to how they could? I'm not sure.

    If they truthfully want to stop goldfarming, they should buy these companies out, returning the hundreds of billions tied up in the websites to the players or destroying it. Botting? Will always be an issue because people just want those stats.
     
  33. Unread #57 - Oct 24, 2011 at 4:04 AM
  34. Suck_Me_Fagex
    Joined:
    Aug 10, 2010
    Posts:
    230
    Referrals:
    0
    Sythe Gold:
    15
    Two Factor Authentication User

    Suck_Me_Fagex Active Member

    How Jagex will do it.

    {The project, code-named the ‘ClusterFlutterer’.........................permanently preventing “reflection” bots from working again.}
    -MMG



    even though jagex is known for stretching the truth; they have started to be more open about the anti-bot wars, so you have to take that into consideration somewhat
     
  35. Unread #58 - Oct 24, 2011 at 5:32 AM
  36. Lured Yah
    Joined:
    Mar 10, 2009
    Posts:
    4,127
    Referrals:
    16
    Sythe Gold:
    13
    Sythe RSPS Player Wait, do you not have an Archer rank? Le Monkey <3 n4n0 Homosex Potamus

    Lured Yah Get Fire Capes and swap GP at www.Sparta.rs
    Lured Yah Donor

    How Jagex will do it.

    I agree with wolfdog, however I doubt botting will die, people will start producing bots like AI (robotzindisguise)
     
  37. Unread #59 - Oct 24, 2011 at 11:58 AM
  38. JaminB
    Joined:
    Dec 5, 2010
    Posts:
    308
    Referrals:
    1
    Sythe Gold:
    0

    JaminB Forum Addict

    How Jagex will do it.

    Even so those bots have limits RID is amazing no doubt but it has it's disadvantages to.

    Running multiple RID bots takes up a huge amount of processing power and RAM because you have to run each in a separate VM.

    Also, for a computer it is much more difficult to interpret visual information than it is using reflection/bcel. This limits what color recognition bots like RID can do. You will for example never see an RID dungeneering bot because color recognition algorithms can only go so far and with a skill this complicated and with that many branching possibilities one variable misinterpretation can lead to the bot preforming completely differently.
     
  39. Unread #60 - Oct 24, 2011 at 12:23 PM
  40. Mats
    Joined:
    Oct 24, 2011
    Posts:
    5
    Referrals:
    0
    Sythe Gold:
    0

    Mats Newcomer

    How Jagex will do it.

    After RT5 it wouldn't be hard to rewrite it to other languages, Jagex already have an downloadable client which doesn't use Java.
     
< Looking for Auto Alcher | RSBuddy will be broken for months, and they know it! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site