[Request] Incremental Epic Hero "Epic Coin" hack?

Ask about cheats/tables for single player games here
Post Reply
Asgavin
Cheater
Cheater
Posts: 43
Joined: Tue Nov 19, 2019 3:52 am
Reputation: 5

[Request] Incremental Epic Hero "Epic Coin" hack?

Post by Asgavin »

I was wondering if the "epic coins" from this game can be hacked, they're pretty much the currency you get from paying real money and they unlock some QoL upgrades that i would appreciate a lot, I already managed to cheat the "slime coins" which is a normal resource using the most basic cheat with double exact value and just changing the values but that doesn't work with the "epic coins" that i want, so maybe someone else that knows a little bit more can try? there doesn't seem to be an anti-cheat system.

Game: [Link]

Asgavin
Cheater
Cheater
Posts: 43
Joined: Tue Nov 19, 2019 3:52 am
Reputation: 5

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by Asgavin »

By the fact that there are no answers i guess no one can do it... Shame... I really wanted to try it but i am just not good enough with CE to try...

User avatar
notpikachu
Table Makers
Table Makers
Posts: 311
Joined: Wed Apr 01, 2020 10:32 am
Reputation: 331

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by notpikachu »

Its not no one can do it. There's probably lot of reasons why request won't get fulfilled or completely ignored :o .

I can named a few reasons already :
- The game not interesting enough.
- Its a paid game and it depends on my pocket money (ever wonder why free games got cheats faster?)
- No time, I have other things to do.
- It's not possible, values on the server-sided, has encryption/anti-cheats.
- It's a multiplayer games, read rules.
- Got sick, hopefully its not Corona.
- No mood, not updating anything today.
- and many more.

I just want to say cheat creator are human too, so all these scenarios probably can happen at some point ^_^ .

As for the request, I already got the epic coin on the first day of playing it but I don't actually care to post it :P .

Image

Just make sure you choose the right process - I usually used task manager > highest CPU process on firefox when playing > convert PID to hex using calc > search PID in CE .

Code: Select all

[ENABLE]
aobscan(epiccoinhack,49 8B 84 07 F8 00 00 00) // should be unique
alloc(newmem,$1000,epiccoinhack)
label(code)
label(return)
newmem:
  mov [r15+rax+000000F8],#99999999
  mov rax,[r15+rax+000000F8]
  jmp return
code:
  mov rax,[r15+rax+000000F8]
  jmp return
epiccoinhack:
  jmp newmem
  nop 3
return:
registersymbol(epiccoinhack)
[DISABLE]
epiccoinhack:
  db 49 8B 84 07 F8 00 00 00
unregistersymbol(epiccoinhack)
dealloc(newmem)
Best Regards,
notpikachu

drakkillen
Noobzor
Noobzor
Posts: 6
Joined: Mon Aug 03, 2020 5:56 pm
Reputation: 0

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by drakkillen »

tried your AA and it gives error when scanning AOB epiccoinhack, it dont find any results
wanna try and help/assist me?

drakkillen
Noobzor
Noobzor
Posts: 6
Joined: Mon Aug 03, 2020 5:56 pm
Reputation: 0

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by drakkillen »

i was messing around and managed to find the values of what i think is "ec by daily quests" basiacly the value of how many EC you got from dailies as the total value one ses is not a direct value but an addition but turned out that its values are really close to the nitro address

image to visualise the EC values Image

feertel
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Aug 11, 2020 4:05 am
Reputation: 0

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by feertel »

Hi, anyone manage to do this? The aobscan in notpikachu's script doesn't work for me either. Thanks.

drakkillen
Noobzor
Noobzor
Posts: 6
Joined: Mon Aug 03, 2020 5:56 pm
Reputation: 0

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by drakkillen »

feertel
nope sadly i didnt, but as my previus post shows, i did manage to locate where you can change the amount of EC you have.
the way epic coins are stored is not as a single spot but its a combination of how many coins you got from purchases, daily missions quests minus how many you have spent, the values i showcase is the values of "ec from missions" changeing them i.e increase will increase how many coins you have.
also i can locate "ec coin spent" if you want too

Asgavin
Cheater
Cheater
Posts: 43
Joined: Tue Nov 19, 2019 3:52 am
Reputation: 5

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by Asgavin »

drakkillen wrote:
Thu Sep 10, 2020 3:47 am
feertel
nope sadly i didnt, but as my previus post shows, i did manage to locate where you can change the amount of EC you have.
the way epic coins are stored is not as a single spot but its a combination of how many coins you got from purchases, daily missions quests minus how many you have spent, the values i showcase is the values of "ec from missions" changeing them i.e increase will increase how many coins you have.
also i can locate "ec coin spent" if you want too
The game has been released on Steam: maybe you could make it work in here?

drakkillen
Noobzor
Noobzor
Posts: 6
Joined: Mon Aug 03, 2020 5:56 pm
Reputation: 0

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by drakkillen »

ill check if i can find the offsets

drakkillen
Noobzor
Noobzor
Posts: 6
Joined: Mon Aug 03, 2020 5:56 pm
Reputation: 0

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by drakkillen »

Asgavin wrote:
Tue Feb 23, 2021 5:04 pm
drakkillen wrote:
Thu Sep 10, 2020 3:47 am
feertel
nope sadly i didnt, but as my previus post shows, i did manage to locate where you can change the amount of EC you have.
the way epic coins are stored is not as a single spot but its a combination of how many coins you got from purchases, daily missions quests minus how many you have spent, the values i showcase is the values of "ec from missions" changeing them i.e increase will increase how many coins you have.
also i can locate "ec coin spent" if you want too
The game has been released on Steam: maybe you could make it work in here?
the position of money gained in memory related to nitro is the same on steam as in the web version :)

Punlock
What is cheating?
What is cheating?
Posts: 1
Joined: Sat May 01, 2021 9:25 am
Reputation: 0

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by Punlock »

As an idiot, would anyone be able to help? i managed to find the nitro address but cant for the life of me get to the epic coins from quests address. im pretty sure im looking in the right place but i just cant find the correct value to modify.

User avatar
notpikachu
Table Makers
Table Makers
Posts: 311
Joined: Wed Apr 01, 2020 10:32 am
Reputation: 331

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by notpikachu »

Punlock wrote:
Sat May 01, 2021 9:28 am
As an idiot, would anyone be able to help? i managed to find the nitro address but cant for the life of me get to the epic coins from quests address. im pretty sure im looking in the right place but i just cant find the correct value to modify.
whip out your calculator.exe, change to hex mode, copy paste the nitro address, minus the address with 18 (in hex ofcourse), thats one of the epic coin address (default address in 8 bytes) . or any of these values above the nitro address. (addresses/offset may change for future update)

Image

ps: I'm retired as a casual gamer nowadays :roll:

SenaBlue
Cheater
Cheater
Posts: 44
Joined: Sat Jan 09, 2021 8:23 am
Reputation: 24

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by SenaBlue »

You could also simply patch

Code: Select all

long EpicShop.totalEpicCoin()
so that it always returns whatever amount of coin you want.

imjustmaxie
Expert Cheater
Expert Cheater
Posts: 221
Joined: Mon Aug 06, 2018 6:00 pm
Reputation: 186

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by imjustmaxie »

Alternative | Supplement table.

Game: Incremental Epic Hero
Process: IEH.exe
Platform: Steam
Engine: Unity

Table Version: 0.1
Options:

Code: Select all

-POINTERS
1. pMain
2. pSaveR
3. pSave
Attachments
IEH.CT
Table Version 0.1
(15.73 KiB) Downloaded 363 times

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: [Request] Incremental Epic Hero "Epic Coin" hack?

Post by Akira »

Posted a table here btw: viewtopic.php?p=246266#p246266

Post Reply

Who is online

Users browsing this forum: Ecchiiiiii, Google Adsense [Bot], LockYourHome