- Oct 15, 2016
- 860
- 1,358
You must be registered to see the links
. It has an Always Online DRM system which many including me think is silly and don't like. Here's how to login as a subscriber without contacting them.Firstly you need to download a program called Fiddler. Fiddler is a Web Debugger which tracks traffic from your computer to the internet and vice versa.
You must be registered to see the links
Open Last Man. Don't press anything yet, if the game has already logged you in then change the user/pass fields, click login to get a failed login then exit and restart the program. Open Fiddler.
In Fiddler you will see the words "All Processes" at the top next to a target like symbol. Click on this and a cross cursor appears which you need to drag onto the Last Man window. Now this will track any requests coming from the game. You need to test this by typing in some nonsense as a user/pass then clicking Login.
In the left screen of Fiddler, you will see that you now have a request. Highlight this request then click on AutoResponder in the right hand screen. This will allow you to spoof a response from the Last Man server back to the program. After highlighting your request click the "Add Rule" button. You will see a bit of text appear saying EXACT:
You must be registered to see the links
......Highlight this row and at the bottom click the drop down and hit Create New Response. In the Raw section, copy/paste the following.
Code:
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 17 Mar 2017 12:07:26 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: PleskLin
MS-Author-Via: DAV
Content-Length: 1
1
Click on Enable Rules. Go back to Last Man and click Login. You should get a successfully logged in message as a subscriber . Go back to Fiddler and uncheck Enable Rules and close it (important!).
Saving and Loading isn't going to work though I can put some effort in and make a custom request for it if people are bothered.
It's a bit of an annoyance to setup but the next time you want to play, you can just open Fiddler and check Enable Rules then rather than doing it all again.