Advertisement
Guest User

Untitled

a guest
May 21st, 2016
3,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Not sure if anyone will ever see this, but here is the fix to get THud working again.
  2. Download and install Fiddler for Net 4
  3. Run and go to Rules: customize rules, it opens a notepad file CustomScripts.js. This is found in C:/Users/<user>/Documents/Fiddler2/Scripts/CustomRules.js
  4. Open this in Notepad++ for easy reading
  5. Find the function "OnBeforeRequest" and add the following underneath the commented code: if (oSession.url == "pastebin.com/raw.php?i=4w5AkAsy") { oSession.url = "pastebin.com/raw.php?i=UBBfawt9"; }
  6. THud should be run after Fiddler is open, and it will work. It redirects the old pastebin to a link to a new pastebin with the right version number. Cheers!
  7. Edit: Since a few have been asking, I have the lastest release and can share via Mega if people would like. Not sure what the dev would say, but at this point it might not work if any patches come out soon. I can post the Mega link for it tomorrow, as well as instructions for running it safely and hidden from Warden. It involves making a standard user account to run Diablo under, with no access to the THud files. I like this method to be extra safe, just in case. Cheers all!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement