Jump to content

Modifying Ad-Reward Amount in Games?


Go to solution Solved by Rook,

13 posts in this topic

Recommended Posts

Posted

For games that offer rewards (i.e. gems) for watching ads, is it possible and/or has anyone been successful in changing the reward item amount? Whether via Filza or a full hack?

For example, let’s say in the plist of a Unity game, there is a line that indicates the reward amount (2 gems), I want to know if you can simply change the reward item to a larger number, or if it’s not possible?

 

Thanks,

Amb

  • Solution
Posted (edited)

This is likely possible, but likely not via Filza.

You'll have to reverse the executable(s) in IDA to see if you can modify the values.

Updated by Rook
Posted
23 minutes ago, Rook said:

This is likely possible, but likely not via Filza.

You'll have to reverse the executable(s) in IDA to see if you can modify the values.

ok thank you!

Posted (edited)
On 3/11/2022 at 6:31 PM, Rook said:

This is likely possible, but likely not via Filza.

You'll have to reverse the executable(s) in IDA to see if you can modify the values.

@Rook I have IDA now .. is there a tutorial on how to find/change the reward function ? 

Updated by Ambrosianyc
Posted
On 3/12/2022 at 3:57 PM, Ambrosianyc said:

@Rook I have IDA now .. is there a tutorial on how to find/change the reward function ? 

If you've decrypted the executable, either find it through IDA (let it do its thing until it says idle bottom left, then proceed to find AdReward or whatever with ctrl + f)
or use DnSpy and see if the offset is there, if possible, you could modify the offset and have the byte to a high float value like 00F0271E while giving a return (C0035FD6)

  • Like 1
Posted
6 minutes ago, Redddy said:

If you've decrypted the executable, either find it through IDA (let it do its thing until it says idle bottom left, then proceed to find AdReward or whatever with ctrl + f)
or use DnSpy and see if the offset is there, if possible, you could modify the offset and have the byte to a high float value like 00F0271E while giving a return (C0035FD6)

oh wow, thank you so much!  Still working my way around IDA, but I'll give it another go. Thank you for the help!

Posted (edited)

If anything, you could try and see if there is an function that whenever you do something, it generates currency.

If you're jailbroken, you can just edit the executable with Filza by holding the binary -> view -> hex editor or something like that if I can remember. <- example

this should help you immensely

Updated by Redddy
Posted
19 minutes ago, Redddy said:

If anything, you could try and see if there is an function that whenever you do something, it generates currency.

If you're jailbroken, you can just edit the executable with Filza by holding the binary -> view -> hex editor or something like that if I can remember. <- example

this should help you immensely

whoa, you're amazing! thank you! trying this now, reallly appreciate it!

20 minutes ago, Redddy said:

If anything, you could try and see if there is an function that whenever you do something, it generates currency.

If you're jailbroken, you can just edit the executable with Filza by holding the binary -> view -> hex editor or something like that if I can remember. <- example

this should help you immensely

 

I'd love for it to work in Filza, would make things way easier. Seems like a pretty easy game to hack. It's offline too

Posted
2 minutes ago, Ambrosianyc said:

whoa, you're amazing! thank you! trying this now, reallly appreciate it!

all good lmao. im not a braniac when it comes to these things but learned a few things and there

  • Like 1
Posted
6 minutes ago, Redddy said:

all good lmao. im not a braniac when it comes to these things but learned a few things and there

I definitely get braniac vibes! lol a billion times more than my capabilities. But a lot of the senior hackers here are too busy (or dont want to be bothered) with newbie questions. I think only like 3 people here answer my questions lol

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines