Thread: Uidban Bypass?

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 Uidban Bypass? 
    Banned
    Join Date
    Apr 2016
    Posts
    220
    Thanks given
    123
    Thanks received
    79
    Rep Power
    0
    https://www.rune-server.org/runescap...ecure-ban.html

    How do I bypass this shit ban? Does anyone know
    I know a way but i wanna see whats the easiest way.
     

  2. #2  
    Rune-Server Affiliate
    Genesis's Avatar
    Join Date
    Sep 2010
    Posts
    4,149
    Thanks given
    1,508
    Thanks received
    1,980
    Rep Power
    4944
    Deobfuscate the client.
     

  3. #3  
    Administrator

    Kevy's Avatar
    Join Date
    Jul 2006
    Posts
    1,428
    Thanks given
    204
    Thanks received
    1,905
    Rep Power
    5000
    I guess you need to change the UUID or patch the client. Google it
    Thanks, Kevin.
     

  4. #4  
    Donator
    clrlslwi's Avatar
    Join Date
    Mar 2016
    Posts
    201
    Thanks given
    32
    Thanks received
    110
    Rep Power
    102
    Replacing calls to CreateUID.generateUID() with an ldc instruction using a bytecode editor is the fastest/easiest way.
     

  5. #5  
    Banned
    Join Date
    Apr 2016
    Posts
    220
    Thanks given
    123
    Thanks received
    79
    Rep Power
    0
    Quote Originally Posted by clrlslwi View Post
    Replacing calls to CreateUID.generateUID() with an ldc instruction using a bytecode editor is the fastest/easiest way.
    Still know faster way lmao
     

  6. #6  
    Registered Member
    Project's Avatar
    Join Date
    Dec 2010
    Posts
    2,669
    Thanks given
    1,043
    Thanks received
    820
    Rep Power
    1101
    Quote Originally Posted by Snikkers View Post
    Still know faster way lmao
    So why are you asking
     

  7. #7  
    Donator
    clrlslwi's Avatar
    Join Date
    Mar 2016
    Posts
    201
    Thanks given
    32
    Thanks received
    110
    Rep Power
    102
    Quote Originally Posted by Snikkers View Post
    Still know faster way lmao
    Ok? I don't know why the hell you're asking this then. There's not going to be some magical answer to save you 3 seconds doing this..

    • Write a patcher using a bytecode lib, which finds the methods to patch for you
    • Hook process streams with xboot, or bytecode patching
    • Patch bytecode by hand
    • Change SerialNumber, or InstallDate


    Then again.. you're kind of a spastic, and have literally no idea what I'm talking about going by your post history.
     

  8. #8  
    Super Donator

    Join Date
    Jul 2016
    Posts
    61
    Thanks given
    7
    Thanks received
    8
    Rep Power
    49
    Literally all you need to do is use sandbox...
     

  9. #9  
    Banned
    Join Date
    Apr 2016
    Posts
    220
    Thanks given
    123
    Thanks received
    79
    Rep Power
    0
    Quote Originally Posted by clrlslwi View Post
    Ok? I don't know why the hell you're asking this then. There's not going to be some magical answer to save you 3 seconds doing this..

    • Write a patcher using a bytecode lib, which finds the methods to patch for you
    • Hook process streams with xboot, or bytecode patching
    • Patch bytecode by hand
    • Change SerialNumber, or InstallDate


    Then again.. you're kind of a spastic, and have literally no idea what I'm talking about going by your post history.
    My way bypasses this ban in less than 3 Seconds.
    btw nice 0-100
     

  10. #10  
    ???

    funkE's Avatar
    Join Date
    Feb 2008
    Posts
    2,612
    Thanks given
    255
    Thanks received
    989
    Rep Power
    1366
    this is from 2012 and the source code is public... of course this is easy.

    it concatenates your serial number and your install date.

    Code:
    	public static String generateUID() throws Exception {
    		String serial = getWMIValue("SELECT SerialNumber FROM Win32_BIOS", "SerialNumber");
    		//serial = serial.replaceAll("[^\\d]", "");
    		String idate = getWMIValue("Select InstallDate from Win32_OperatingSystem", "InstallDate");
    		//idate = idate.replaceAll("[^\\d]", "");
    		return (serial.concat(idate));
    		
    	}
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\InstallDate

    change that value in the registry and you get a new id. create a script to do it.

    not sure why you are like trying to brag about this, all cheeky and shit

    edit: didn't even see clrlslwi's post, disregard
    .
     

  11. Thankful user:


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. Secondary "mapdata" packet bypass?
    By Brown in forum Snippets
    Replies: 34
    Last Post: 06-13-2010, 08:07 AM
  2. Bypassing megavideo?
    By Zee Best in forum Website Development
    Replies: 10
    Last Post: 12-20-2009, 04:13 AM
  3. CPALead Bypass, So Simple & Easy Lol
    By Eleclion in forum Chat
    Replies: 1
    Last Post: 01-29-2009, 02:26 AM
  4. How do i bypass my router to host in 508?
    By +Jedi+ in forum RS 503+ Client & Server
    Replies: 4
    Last Post: 09-08-2008, 10:55 PM
  5. Replies: 2
    Last Post: 02-14-2008, 01:58 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •