Guest User

lmao

a guest
Sep 5th, 2022
5,863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. There is a lot to cover here but i'll try to be as informative as possible. Keep in mind that english is not my first language so i apologize if some parts are difficult to understand.
  2.  
  3. Basics:
  4. 1: what is this?
  5. - this is a quick guide to get you started on cracking games yourself
  6. 2: why?
  7. - because it's easy to do, certainly saves you the hassle of looking for a scene release that disappeared or never existed,
  8. because small-time devs and indie games get ignored, because i'm bored.
  9. 3: what do i need?
  10. - some basic knowledge of computers
  11. - patience
  12. - will to experiment with tools and files generally shared by unknown people on the internet. if you're paranoid about
  13. getting a virus, stop here.
  14.  
  15.  
  16. Terminology + websites:
  17. DRM = digital rights management. refers to anti-piracy measures put by the devs or the platform the game gets published on.
  18. GoG = Good old games. (will mostly come to mean gog-games here). A distributor and store (like steam for example) that
  19. doesn't include DRM in any of their games.
  20. crack = file(s) required to bypass a game's DRM, can also be used as a verb to mean the act of bypassing DRM.
  21. PCGW = PC Gaming Wiki, a wiki dedicated to pc games, including information about special DRM games use, what platform games
  22. are available on, helpful workarounds and fixes to problems, etc...
  23.  
  24.  
  25.  
  26. How to actually do it?
  27. i'll explain 3 basic cases that you'll most likely face.
  28.  
  29. 1- Choose a game you want to crack.
  30. 2- Look up your game's PCGW entry
  31. 3: check what platforms your game is available on
  32. 4a: i used Horizon Zero Dawn as an example here. if you see that your game is available on gog, you're in luck. head over
  33. to gog-games.com, find your game, and download it. after downloading it using whatever method you choose, install it,
  34. and play it. this is the best option and should always be your first, as it is the safest and gets you a 1-for-1 exact
  35. copy of your game as if you purchased it from gog.
  36. 4b: i used final fantasy iv (2d remaster) as an example here. if you see that your game is not available on gog but on
  37. steam, head over to cs.rin.ru/forum. you need to create an account there to view download links. use the search bar to
  38. find your game. You'll want to find clean steam files for your game and download them (downloads are usually served in
  39. rar or zip archives, use winrar or 7zip. inside a subfolder within your download, you'll find the game files, extract
  40. those somewhere. if you try to run your game from its main .exe file, you'll most likely be greeted with steam
  41. redirecting you to the game's steam page, or with nothing if you don't have steam installed. head to
  42. https://mr_goldberg.gitlab.io/goldberg_emulator/ and click on "latest version" to download the steam emulator we'll use
  43. to trick the game into thinking it is running through steam. somewhere in your game files, you'll find a file called
  44. either "steam_api.dll" or "steam_api64.dll" depending on the game's bitness. you'll want to delete that .dll file and
  45. copy over the one from the steam emulator you just downloaded in the exact same location the original was in. try
  46. running your game again now, hopefully it'll work.
  47. 4c: head over to https://github.com/atom0s/Steamless/releases and download the latest release. this nice tool allows us to
  48. bypass steamstub (basic steam DRM) by taking in the game's ,exe as input and outputting a new, DRM free .exe. it should
  49. be used in conjunction with the steam emulator we used last step. This was needed for all versions of chicken invaders
  50. available on steam, for example. the tool is simple to figure out on your own and there are plenty of video tutorials
  51. to help too.
  52. 5: (hopefully) profit!!
  53.  
  54. that's it. ofc this works only with basic DRM, any 3rd party DRM like Denuvo, VMprotect, and others (find on pcgw) cannot be bypassed using these simple methods. also be sure to use cs.rin.ru for updated links to all tools and game files, might even find some nice people who already did all this and shared their work. happy pirating.
Advertisement
Add Comment
Please, Sign In to add comment