Thread: Ruse Dupe [5/27/2020]

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 Ruse Dupe [5/27/2020] 
    Apollo Owner

    Jonnys's Avatar
    Join Date
    Jan 2018
    Posts
    24
    Thanks given
    22
    Thanks received
    25
    Rep Power
    104
    Hello,

    Recently a dupe was exploited on my server, Apollo. After investigating into my logs I was able to find out the dupe and patch it.

    I have decided to release information publicly regarding this dupe, due to a couple of individuals going to other custom servers and attempting to sell information about it.

    How it works
    The dupe is as simple as logging in on 2 accounts at the same time, and eventually you will get them both to be online at the exact same time. Once they are both online, you can transfer the items to 1 account, then logout and repeat, therefore duping all items on the account.

    Very important
    There is a fix for this that some Ruse based servers have, that will stop this dupe 90% of the time. However it is still possible to do it, it is just much harder.

    An easy fix to this, is to make sure that inside of PlayerHandler.handleLogin method it checks if the account is already online before allowing the player to fully login.

    If you need further help with patching the dupe send me a message on Discord for more information.
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Nes
    Nes is offline
    RSPS Youtuber at youtube.com/nesrsps

    Nes's Avatar
    Join Date
    Aug 2014
    Age
    22
    Posts
    319
    Thanks given
    122
    Thanks received
    131
    Discord
    View profile
    Rep Power
    271
    A real champ for sharing this.
    [Only registered and activated users can see links. ]
    Watch good content, find a new RSPS or advertise your RSPS!
    Reply With Quote  
     

  4. #3  

    Keiron's Avatar
    Join Date
    Sep 2013
    Posts
    499
    Thanks given
    74
    Thanks received
    37
    Rep Power
    29
    thanks for sharing
    Reply With Quote  
     

  5. #4  
    V.C.C.

    Join Date
    Nov 2010
    Posts
    2,234
    Thanks given
    381
    Thanks received
    673
    Discord
    View profile
    Rep Power
    370
    That doesn’t sound like a fix just sounds like a mere obstacle for the duper.
    Reply With Quote  
     

  6. #5  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,133
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    Quote Originally Posted by Abnant View Post
    That doesn’t sound like a fix just sounds like a mere obstacle for the duper.
    Is a fix if the same account can only log in once at any given time. It's a little bit ambiguous in the OP, but it sounds as if it's a timing attack attempting to log into the same account multiple times.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  7. #6  
    V.C.C.

    Join Date
    Nov 2010
    Posts
    2,234
    Thanks given
    381
    Thanks received
    673
    Discord
    View profile
    Rep Power
    370
    Quote Originally Posted by hc747 View Post
    Is a fix if the same account can only log in once at any given time. It's a little bit ambiguous in the OP, but it sounds as if it's a timing attack attempting to log into the same account multiple times.
    Idk how you interpret this
    However it is still possible to do it, it is just much harder.
    Edit: oh I see what he means now, a fix that is already implemented but doesn’t fully work. Got it, my bad.
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jan 2017
    Posts
    119
    Thanks given
    7
    Thanks received
    19
    Discord
    View profile
    Rep Power
    9
    I remember doing this on battlescape isle back in 2008 or so
    Reply With Quote  
     

  9. #8  
    Im an albatraoz

    Nand0's Avatar
    Join Date
    Feb 2010
    Age
    28
    Posts
    827
    Thanks given
    208
    Thanks received
    116
    Discord
    View profile
    Rep Power
    117
    ll0l how did retards end up breaking ruse so badly
    [Only registered and activated users can see links. ]





    [
    Reply With Quote  
     

  10. Thankful user:


  11. #9  
    Registered Member Flub's Avatar
    Join Date
    Apr 2017
    Posts
    126
    Thanks given
    9
    Thanks received
    15
    Discord
    View profile
    Rep Power
    28
    Hi everyone,

    Just wanted to share my fix for this problem..

    In Trading.java simply add:

    Code:
    if(player.getUsername().equals(player2.getUsername())) {
    			return;
    		}
    This will never allow a player of the same name to even accept the request.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  12. #10  
    Perplexity owner

    Join Date
    Feb 2011
    Posts
    149
    Thanks given
    32
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by flub1 View Post
    Hi everyone,

    Just wanted to share my fix for this problem..

    In Trading.java simply add:

    Code:
    if(player.getUsername().equals(player2.getUsername())) {
    			return;
    		}
    This will never allow a player of the same name to even accept the request.
    correct me if im wrong but this "fix" doesn't really fix the original issue? surely if they can login to the same account twice they have the possibility to drop trade/kill in wilderness/stake the items/use a 3rd account with a different name to bypass this?
    seems the only logical way to fix this dupe is to stop them being able to log into an account more than once?
    Reply With Quote  
     


Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 74
    Last Post: 05-26-2020, 11:50 AM
  2. [Ruse] Stacking dupe FIX
    By M_RS in forum Snippets
    Replies: 18
    Last Post: 02-13-2017, 12:50 AM
  3. Replies: 41
    Last Post: 01-27-2017, 02:33 PM
  4. Buying Ruse Stacking Dupe Fix
    By Nand0 in forum Buying
    Replies: 1
    Last Post: 08-24-2016, 07:57 AM
  5. Ruse Smithing Dupe
    By Severus in forum Help
    Replies: 1
    Last Post: 08-04-2016, 04:52 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •