REQUEST Idling to Rule the Gods (Steam version)
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
Hey Soren any idea if it's possible to make 500 light clones cost only 1 Baal Power each? I've tried to edit the values for Light Clones but nothing seems to work.
Re: REQUEST Idling to Rule the Gods (Steam version)
I've got this, which I also posted on page 22:cckilla1337 wrote: ↑Fri May 31, 2024 5:15 pmHey Soren any idea if it's possible to make 500 light clones cost only 1 Baal Power each? I've tried to edit the values for Light Clones but nothing seems to work.
Code: Select all
BP cost for Light Clones doesn't increase
89 43 10 8d 43 10 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 bc
90 90 90 8d 43 10 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 bc
You need to buy at least 1 light clone (since opening up the game) for the address to show up, which you can do by saving and loading. Otherwise you'll either need to use a reset or it will buy 499 light clones every time instead of 500.
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
Thanks so much I'm not sure exactly how to search for that value, I just type it in the search bar under array of byte? I think I found the address for RTI Temp or Permanent levels it's 18108060 I've tried to edit it many times but it seems everytime I do that the game crashes.SorenR59 wrote: ↑Fri May 31, 2024 9:07 pmI've got this, which I also posted on page 22:cckilla1337 wrote: ↑Fri May 31, 2024 5:15 pmHey Soren any idea if it's possible to make 500 light clones cost only 1 Baal Power each? I've tried to edit the values for Light Clones but nothing seems to work.This stops the cost of light clones increasing every 500Code: Select all
BP cost for Light Clones doesn't increase 89 43 10 8d 43 10 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 bc 90 90 90 8d 43 10 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 bc
You need to buy at least 1 light clone (since opening up the game) for the address to show up, which you can do by saving and loading. Otherwise you'll either need to use a reset or it will buy 499 light clones every time instead of 500.
Re: REQUEST Idling to Rule the Gods (Steam version)
Yes, you search with value type array of bytes.cckilla1337 wrote: ↑Sat Jun 01, 2024 12:19 amThanks so much I'm not sure exactly how to search for that value, I just type it in the search bar under array of byte? I think I found the address for RTI Temp or Permanent levels it's 18108060 I've tried to edit it many times but it seems everytime I do that the game crashes.SorenR59 wrote: ↑Fri May 31, 2024 9:07 pmI've got this, which I also posted on page 22:cckilla1337 wrote: ↑Fri May 31, 2024 5:15 pmHey Soren any idea if it's possible to make 500 light clones cost only 1 Baal Power each? I've tried to edit the values for Light Clones but nothing seems to work.This stops the cost of light clones increasing every 500Code: Select all
BP cost for Light Clones doesn't increase 89 43 10 8d 43 10 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 bc 90 90 90 8d 43 10 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 bc
You need to buy at least 1 light clone (since opening up the game) for the address to show up, which you can do by saving and loading. Otherwise you'll either need to use a reset or it will buy 499 light clones every time instead of 500.
The address for levels will change every time you rebirth or restart the game, so unless you manage to find a pointer for it you'll have to find it again after each rebirth.
What I do is use "Find out what writes to this address" and open the instruction in the disassembler, and copy down the array of bytes in the Byte column (left to right, top to bottom) until it's long enough to narrow down the scan to 1 or 2 results using Array of Bytes scan. Afterwards you can search for the array of bites then use ctrl + D to open it in the disassembler, then right click on it and click "Find out what this writes to" to find the address for the value I want (RTI level or otherwise).
That might be a bit tricky to grasp, I'll try and include screenshots after I get some sleep.
Last edited by SorenR59 on Sat Jun 01, 2024 1:53 am, edited 1 time in total.
Re: REQUEST Idling to Rule the Gods (Steam version)
Edit: clicked quote instead of edit, d'oh.
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
Hey Soren the AoB code for Baal Power works until about 3m clones bought, then it's just 1 option for 1 clone for 3k baal power and the other 2 options don't appear again lol.
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
Edit: I've used Dakilla's table for the February 21, 2022 update where Baal power increases instead of decreasing, can buy over 500m light clones every reset.
-
- What is cheating?
- Posts: 2
- Joined: Sun Dec 24, 2023 9:09 pm
- Reputation: 0
Re: REQUEST Idling to Rule the Gods (Steam version)
would it be possable for you to find the multiverse upgrade bars?
Re: REQUEST Idling to Rule the Gods (Steam version)
I haven't done those yet because I only just unlocked the multiverse. I'll work on it in a bitjimbobaggins wrote: ↑Sun Jun 02, 2024 7:41 amwould it be possable for you to find the multiverse upgrade bars?
Edit: I got an AoB for multiverse bar, I don't know if it works for other multiverse stuff as I haven't unlocked them yet
Code: Select all
Multiverse bar doesn't reset
89 48 10 05 10 00 00 00 89 04 24 90 e8 ?? ?? ?? ?? 8b 85 ?? ?? ?? ?? 8b 45 08 c6
90 90 90 05 10 00 00 00 89 04 24 90 e8 ?? ?? ?? ?? 8b 85 ?? ?? ?? ?? 8b 45 08 c6
Re: REQUEST Idling to Rule the Gods (Steam version)
I made a quick guide on how to get the address for RTI Temp levels (you need the AoB for the instruction that writes to them first):cckilla1337 wrote: ↑Sat Jun 01, 2024 12:19 amThanks so much I'm not sure exactly how to search for that value, I just type it in the search bar under array of byte? I think I found the address for RTI Temp or Permanent levels it's 18108060 I've tried to edit it many times but it seems everytime I do that the game crashes.
Step 1
Step 2
Step 3
AoB for RTI levels (you don't need to change it to anything):
Code: Select all
RTI_Level increase
89 46 08 8d 46 08 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 94 8b 05
An easy-ish way to find a value to change them to is to use the pet free XP AoB that I posted on page 22
Code: Select all
Pet free xp doesn't decrease (1st result x2)
89 91 ?? ?? ?? ?? 05 ?? ?? ?? ?? 89 04 24 8b c0 e8 ?? ?? ?? ?? 8b 45 e8
90 90 ?? ?? ?? ?? 05 ?? ?? ?? ?? 89 04 24 8b c0 e8 ?? ?? ?? ?? 8b 45 e8
The address for free XP will show up after giving exp to any pet, even if you give 0 exp, but it will only show up if the value of the AoB is the same as the 1st line (89 91) and not the 2nd line (90 90), so change it back first.
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
Hey Soren thanks so much again for the guide, I've tried changing this
RTI_Level increase
89 46 08 8d 46 08 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 94 8b 05
To the first 3 digits being al 90, all it did was not level RTI anymore lol
RTI_Level increase
89 46 08 8d 46 08 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 94 8b 05
To the first 3 digits being al 90, all it did was not level RTI anymore lol
Re: REQUEST Idling to Rule the Gods (Steam version)
This AoB is for the instruction that levels up RTI Temp levels when the bar is full, so changing it to 90s (non-operational code) stops it from levelling them up, yeah. The point for the AoB is to use it to find the addresses for RTI levels by using "Find out what addresses this instruction accesses" after opening up the memory disassembler using Ctrl+D, not to change the AoB itself.cckilla1337 wrote: ↑Sun Jun 02, 2024 3:34 pmHey Soren thanks so much again for the guide, I've tried changing this
RTI_Level increase
89 46 08 8d 46 08 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 94 8b 05
To the first 3 digits being al 90, all it did was not level RTI anymore lol
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
So I edited all the values to 999999999 and now nothing in the RTI tab shows up lolSorenR59 wrote: ↑Sun Jun 02, 2024 3:46 pmThis AoB is for the instruction that levels up RTI Temp levels when the bar is full, so changing it to 90s (non-operational code) stops it from levelling them up, yeah. The point for the AoB is to use it to find the addresses for RTI levels by using "Find out what addresses this instruction accesses" after opening up the memory disassembler using Ctrl+D, not to change the AoB itself.cckilla1337 wrote: ↑Sun Jun 02, 2024 3:34 pmHey Soren thanks so much again for the guide, I've tried changing this
RTI_Level increase
89 46 08 8d 46 08 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 94 8b 05
To the first 3 digits being al 90, all it did was not level RTI anymore lol
Re: REQUEST Idling to Rule the Gods (Steam version)
Like I said in a previous comment, the numbers are obfuscated so just typing in any number won't work. You need to copy the value from something else that you also have the address of (I used pet free exp).cckilla1337 wrote: ↑Sun Jun 02, 2024 5:57 pmSo I edited all the values to 999999999 and now nothing in the RTI tab shows up lolSorenR59 wrote: ↑Sun Jun 02, 2024 3:46 pmThis AoB is for the instruction that levels up RTI Temp levels when the bar is full, so changing it to 90s (non-operational code) stops it from levelling them up, yeah. The point for the AoB is to use it to find the addresses for RTI levels by using "Find out what addresses this instruction accesses" after opening up the memory disassembler using Ctrl+D, not to change the AoB itself.cckilla1337 wrote: ↑Sun Jun 02, 2024 3:34 pmHey Soren thanks so much again for the guide, I've tried changing this
RTI_Level increase
89 46 08 8d 46 08 89 04 24 8d 6d 00 e8 ?? ?? ?? ?? 8b 45 94 8b 05
To the first 3 digits being al 90, all it did was not level RTI anymore lol
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
Oh I see now lol, but the problem I'm having now is finding the pet XP value since for me it's showing an infinity symbol sign next to Pet XP.SorenR59 wrote: ↑Sun Jun 02, 2024 6:44 pmLike I said in a previous comment, the numbers are obfuscated so just typing in any number won't work. You need to copy the value from something else that you also have the address of (I used pet free exp).cckilla1337 wrote: ↑Sun Jun 02, 2024 5:57 pmSo I edited all the values to 999999999 and now nothing in the RTI tab shows up lolSorenR59 wrote: ↑Sun Jun 02, 2024 3:46 pm
This AoB is for the instruction that levels up RTI Temp levels when the bar is full, so changing it to 90s (non-operational code) stops it from levelling them up, yeah. The point for the AoB is to use it to find the addresses for RTI levels by using "Find out what addresses this instruction accesses" after opening up the memory disassembler using Ctrl+D, not to change the AoB itself.
Who is online
Users browsing this forum: bastetkitty, blbuchanan23, Google Adsense [Bot], Livaliz, Rubyelf