Thread: Bypass virtual machine detection on RSPS

Results 1 to 7 of 7
  1. #1 Bypass virtual machine detection on RSPS 
    Registered Member corrupted iz's Avatar
    Join Date
    Apr 2012
    Posts
    148
    Thanks given
    13
    Thanks received
    1
    Discord
    View profile
    Rep Power
    36
    I want to run a RSPS client on virtual machine but the server has virtual machine detection and whenever I try to login it says "You cannot play on a virtual machine"
    how do I bypass the virtual machine detection? I have already tried renaming all the virtualbox hardware to windows hardware name from registry [REGEDIT] but it didn't help.
    Hope some veteran in this community can solve this complex issue.

    Thanks
    Signature removed. Buy affiliate to advertise.
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Find the opcode for that error message in your client class then search your server files for it and comment out that piece of code.
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

  3. #3  
    Respected Member

    Join Date
    Jan 2009
    Posts
    5,682
    Thanks given
    1,093
    Thanks received
    3,494
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by corrupted iz View Post
    I want to run a RSPS client on virtual machine but the server has virtual machine detection and whenever I try to login it says "You cannot play on a virtual machine"
    how do I bypass the virtual machine detection? I have already tried renaming all the virtualbox hardware to windows hardware name from registry [REGEDIT] but it didn't help.
    Hope some veteran in this community can solve this complex issue.

    Thanks
    Which server is this, I can decompile the client and find out how they're detecting it.
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member corrupted iz's Avatar
    Join Date
    Apr 2012
    Posts
    148
    Thanks given
    13
    Thanks received
    1
    Discord
    View profile
    Rep Power
    36
    Quote Originally Posted by Professor Oak View Post
    Find the opcode for that error message in your client class then search your server files for it and comment out that piece of code.
    to be honest, idk how to do that

    Quote Originally Posted by Spooky View Post
    Which server is this, I can decompile the client and find out how they're detecting it.
    Signature removed. Buy affiliate to advertise.
    Reply With Quote  
     

  6. #5  
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,322
    Thanks given
    546
    Thanks received
    1,129
    Discord
    View profile
    Rep Power
    1806
    why u need this in the first place?
    ...
    Reply With Quote  
     

  7. #6  
    Respected Member

    Join Date
    Jan 2009
    Posts
    5,682
    Thanks given
    1,093
    Thanks received
    3,494
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by corrupted iz View Post
    to be honest, idk how to do that



    Roat pkz
    using a wmi query

    Code:
    select * from win32_computersystem
    if returned contains "vmware" or "virtual" you're flagged

    uuid exists of

    Code:
    SELECT SerialNumber FROM Win32_BIOS - SerialNumber
    Select InstallDate from Win32_OperatingSystem - InstallDate
    so extremely easy to bypass any of those
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    Registered Member corrupted iz's Avatar
    Join Date
    Apr 2012
    Posts
    148
    Thanks given
    13
    Thanks received
    1
    Discord
    View profile
    Rep Power
    36
    Quote Originally Posted by Spooky View Post
    using a wmi query

    Code:
    select * from win32_computersystem
    if returned contains "vmware" or "virtual" you're flagged

    uuid exists of

    Code:
    SELECT SerialNumber FROM Win32_BIOS - SerialNumber
    Select InstallDate from Win32_OperatingSystem - InstallDate
    so extremely easy to bypass any of those
    I created a wmic batch file[.bat] changing the bios serial number from windows32 directory, still not working and I don't think install date is an issue
    Signature removed. Buy affiliate to advertise.
    Reply With Quote  
     


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. [First person] Fall of Logic. The FPS based on RSPS
    By Dust R I P in forum Projects
    Replies: 41
    Last Post: 12-24-2013, 02:52 PM
  2. Could not crrate java virtual machine
    By Ant-Man in forum Help
    Replies: 1
    Last Post: 09-01-2010, 04:40 PM
  3. 2 things need help with on RSPS coding
    By Project-Reborn in forum Help
    Replies: 3
    Last Post: 02-28-2010, 04:08 AM
  4. The best farming on RSPS - 317 Reborn
    By Ventrix in forum Show-off
    Replies: 36
    Last Post: 07-28-2009, 02:10 AM
  5. Replies: 1
    Last Post: 01-30-2009, 06:42 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
  •