Page 3 of 4

Re: [Request] Eternium

Posted: Mon Feb 28, 2022 6:53 am
by AeXL
Up +

Re: [Request] Eternium

Posted: Mon Feb 28, 2022 8:27 am
by panraven
Here is a script originally for some chance thing, but eventually it has some unexpected effects.
1. craft level will reach max fast;
2. some craft ingredient required amount is negative so free craft, but some is still need;
3. problem is it can generate to many resource material that its stack not stack any more, which make the material inventory having risk of full.
May be changing smaller the line : dd (float)100000 will lesser the #3 problem.
Use in your own risk.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>27254</ID>
      <Description>"miscChances"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>define(cave,miscChance)

define(h0,chance)
[ENABLE]
////                                      00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F 40 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F 50 51 52 53 54 55 56 57 58 59 5A 5B 5C 5D 5E 5F 60 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 6E 6F 70 71 72 73 74 75 76 77 78 79 7A 7B 7C 7D 7E 7F
AobScanModule(chance, mageandminions.s86, 50 FF 75 08 8B CE E8 ?? ?? ?? ?? 5E 5D C2 04 00 )

alloc(miscChance,$1000,chance)
registersymbol(miscChance)

cave+80:
dq cave, chance

cave+100:
readmem(chance,32)

cave+200: // chance
// add code
inc      dword ptr[cave+1f0]
fadd     dword ptr[@f]
readmem(chance+0b,5)
jmp  chance+0
@@:
dd (float)100000


chance+0b: 
jmp  cave+200  //  check nops



// last 0400

[DISABLE]
{$lua}
if not syntaxcheck and readInteger'miscChance'and autoAssemble [[
[miscChance+88]:
readmem(miscChance+100,32)

]]then return[[

dealloc(miscChance)
unregistersymbol(miscChance)
]] end
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

And this aa script to auto press key when mage immolate skill cooldown reach (not tested for other skill).

I use VK_UP for 1st skill in-game hotkey, pls change for your setting.

Both copy content and paste into memory address panel.

bye~

Re: [Request] Eternium

Posted: Sat Mar 05, 2022 4:21 pm
by AeXL
Up +

Re: [Request] Eternium

Posted: Tue Mar 08, 2022 4:29 am
by NLC
Up +

new steam version, would like to know how to modify gem quest rewards, if not a full table...

Re: [Request] Eternium

Posted: Tue Mar 15, 2022 8:05 am
by AeXL
Up +

Re: [Request] Eternium

Posted: Fri Mar 18, 2022 9:54 am
by demorest2
up

Re: [Request] Eternium

Posted: Wed Mar 23, 2022 6:03 am
by AeXL
up

Re: [Request] Eternium

Posted: Tue Apr 12, 2022 12:48 pm
by AeXL
Up

Re: [Request] Eternium

Posted: Wed Apr 27, 2022 6:43 pm
by Fantikgg
how to hack HP?

Re: [Request] Eternium

Posted: Sun May 01, 2022 7:58 am
by FunKing
Add force craft script, even without enough material. Gold will be negative value, but resetart game will clear gold number to 0.

Re: [Request] Eternium

Posted: Wed Jul 20, 2022 5:38 pm
by cumslut69
Some major features don't work, need to update it
up

Re: [Request] Eternium

Posted: Wed Aug 17, 2022 11:37 pm
by Exscumbag
MBRKiNG wrote:
Tue Oct 12, 2021 10:55 am
Eternium_v1.5.76_Steam_20211017

don't expect any updates for this game

options:
-Free Cosmetics
-View Distance
-NO CoolDown
-Craft Item with custom ItemLevel (needs a lot of materials depends on the item level, buy the material boxes in the shop with gems)
-Play Arena (Ignore Cheater Flag)
the devs called the Arena PVP but it is not, you play against bots, there are no human players in the arena. the arena is just a leaderboard garbage.
-Quest Reward Edit - GEMS/EXP/GOLD (create a new char to get this quests, enable script, change values, complete quest)
--QUEST: Brave the Ruins
--QUEST: Find Marcus


create Items like that
Image
Image



edit:

to get this to work you need a quest with XP or GEM rewards, just create a new char first 3 quests in town give gems.

if u get more search results dont worry about that just change all, it show all Gem Rewards by Quests if you use the GEM-REWARD_AOB same for the EXP-REWARD_AOB

GEM-REWARD_AOB: XX in HEX = Current Gem Reward

Search AOB:
XX 00 00 00 00 00 00 00 ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** 67 65 6D 73


EXP-REWARD_AOB: YY YY YY YY in HEX = Current XP Reward

Search AOB:
YY YY YY YY 00 00 00 00 ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** 78 70 00 10



EXP


GEMS
for a lot of people who ask about the update, man it still works !!! I'm new here btw, if you confuse like me when you search for the table then you just need to do the mod on 3rd quest like his tutorial on youtube, you will see similar address to modify

Re: [Request] Eternium

Posted: Tue Jan 24, 2023 2:33 pm
by Papoycore
Btw about cosmetics, how to hack that?

[edit]

i found way to get cosmetic points and glory. i just edit the reward from mail.

Re: [Request] Eternium

Posted: Sun Feb 05, 2023 3:52 am
by BlackS
good someone who has the new updates of this game that I could not get anything :cry:

Re: [Request] Eternium

Posted: Thu Mar 02, 2023 11:46 pm
by kupocore
Papoycore wrote:
Tue Jan 24, 2023 2:33 pm
i found way to get cosmetic points and glory. i just edit the reward from mail.
how exactly did you find and edit the email rewards? :?