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.
|
|
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

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.

why u need this in the first place?
using a wmi query
if returned contains "vmware" or "virtual" you're flaggedCode:select * from win32_computersystem
uuid exists of
so extremely easy to bypass any of thoseCode:SELECT SerialNumber FROM Win32_BIOS - SerialNumber Select InstallDate from Win32_OperatingSystem - InstallDate
| « Dissapearing Npcs | What would the community like to see? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |