This Binary doesn't need a License or an Emulator.
The Server auto-detects the licensetype it uses by the amount of slots allocated to the current virtual-server.
The standard Binary works with this pattern:
This crack also includes https://r4p3.net/threads/3-0-12-and-above-allow-all-client-versions-to-connect.877/
This release is limited to 1024 slots and 4 virtual-servers.
If you want to get a custom licensetype pattern just PM me on the forums. Though keep in Mind I have to handle a lot of life lately and have just enough time to visit R4P3 every two weeks.
The Server auto-detects the licensetype it uses by the amount of slots allocated to the current virtual-server.
The standard Binary works with this pattern:
Code:
if (slotCount < 33)
return "No License";
else if (slotCount < 513)
return "NPL";
else
return "ATHP";
This crack also includes https://r4p3.net/threads/3-0-12-and-above-allow-all-client-versions-to-connect.877/
This release is limited to 1024 slots and 4 virtual-servers.
If you want to get a custom licensetype pattern just PM me on the forums. Though keep in Mind I have to handle a lot of life lately and have just enough time to visit R4P3 every two weeks.