[Request] Incremental Epic Hero "Epic Coin" hack?
[Request] Incremental Epic Hero "Epic Coin" hack?
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]
Game: [Link]
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
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...
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
Its not no one can do it. There's probably lot of reasons why request won't get fulfilled or completely ignored .
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 .
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 .
Best Regards,
notpikachu
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 .
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)
notpikachu
-
- Noobzor
- Posts: 6
- Joined: Mon Aug 03, 2020 5:56 pm
- Reputation: 0
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
tried your AA and it gives error when scanning AOB epiccoinhack, it dont find any results
wanna try and help/assist me?
wanna try and help/assist me?
-
- Noobzor
- Posts: 6
- Joined: Mon Aug 03, 2020 5:56 pm
- Reputation: 0
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
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 to visualise the EC values
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
Hi, anyone manage to do this? The aobscan in notpikachu's script doesn't work for me either. Thanks.
-
- Noobzor
- Posts: 6
- Joined: Mon Aug 03, 2020 5:56 pm
- Reputation: 0
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
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
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
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
The game has been released on Steam: maybe you could make it work in here?drakkillen wrote: ↑Thu Sep 10, 2020 3:47 amfeertel
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
-
- Noobzor
- Posts: 6
- Joined: Mon Aug 03, 2020 5:56 pm
- Reputation: 0
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
ill check if i can find the offsets
-
- Noobzor
- Posts: 6
- Joined: Mon Aug 03, 2020 5:56 pm
- Reputation: 0
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
the position of money gained in memory related to nitro is the same on steam as in the web versionAsgavin wrote: ↑Tue Feb 23, 2021 5:04 pmThe game has been released on Steam: maybe you could make it work in here?drakkillen wrote: ↑Thu Sep 10, 2020 3:47 amfeertel
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
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
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.
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
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)
ps: I'm retired as a casual gamer nowadays
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
You could also simply patch so that it always returns whatever amount of coin you want.
Code: Select all
long EpicShop.totalEpicCoin()
-
- Expert Cheater
- Posts: 242
- Joined: Mon Aug 06, 2018 6:00 pm
- Reputation: 208
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
Alternative | Supplement table.
Game: Incremental Epic Hero
Process: IEH.exe
Platform: Steam
Engine: Unity
Table Version: 0.1
Options:
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 382 times
Re: [Request] Incremental Epic Hero "Epic Coin" hack?
Posted a table here btw: viewtopic.php?p=246266#p246266
Who is online
Users browsing this forum: DeLmoniKo, DotBot, Neuer9Kahn, Snoop, zeromike233, zork501