Skip to content

Instantly share code, notes, and snippets.

@judge2020
Last active September 21, 2022 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judge2020/fc142411da008f66b93f028b8ae92dad to your computer and use it in GitHub Desktop.
Save judge2020/fc142411da008f66b93f028b8ae92dad to your computer and use it in GitHub Desktop.
Premium card hacks in Hearthstone

This is the result of a afternoon editing code in Hearthstone's assembly-csharp.dll using DLSpy.

This is not meant to be a how-to or tutorial, meerly my findings. If you're smart enough to figure out what's in here you know that whatever you do isn't because of me. IF you do think that, you're stupid so turn back.

I fired up DLSpy and searched for premium. At first, I just set everything I could to TAG_PREMIUM.golden. This was also in collection manager methods so things started to break.

https://youtu.be/tzxruiqFoXQ

I then used Battle.net's scan and repair tool fix things up and start over. I wanted to get in-game with all golden cards and see how cool they all work.

Eurika! I didn't mess with anything that mentioned the collection tracker so it wouldn't try to complete decks with golden cards.

img1

Now I wanted to pinpoint what change got me to this point, so I could possibly reproduce this this minimal modifications


img2

changing Actor:195 return TAG_PREMIUM.GOLDEN; makes this happen

The borders are golden with 483 returning tag_premium.golden

@Stefan112357
Copy link

Hello, could you repost the clip again, because I went to the link and saw that the clip no longer existed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment