I tried but seem like it outdated bc i cant find any line close to that (or im blind). That topic is about liquid NaN and not p2w cauldron lvl null, if it only amount of liquid i can use setalch to reset it to 0tibasichelp wrote: ↑Sun Jan 01, 2023 5:35 pmShould really use the search bar up top.kurumimi wrote: ↑Sun Jan 01, 2023 7:57 amSomehow when i use cheatinjectF5 then swtich to mobile it crash whenever i press start. I only use caudron, drop some matt and wide gemshop( this not work for me btw) work fine on steam and web or other account
here my app.asar if someone can help [Link]
Edits: it cauldron lvl null, anyone have a way to reset that?
Look at CauldronP2W[1] array
viewtopic.php?p=206356#p206356
Legends of Idleon
Re: Legends of Idleon
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
Look at CauldronP2W[1] arraykurumimi wrote: ↑Sun Jan 01, 2023 5:56 pmI tried but seem like it outdated bc i cant find any line close to that (or im blind). That topic is about liquid NaN and not p2w cauldron lvl null, if it only amount of liquid i can use setalch to reset it to 0tibasichelp wrote: ↑Sun Jan 01, 2023 5:35 pmShould really use the search bar up top.kurumimi wrote: ↑Sun Jan 01, 2023 7:57 amSomehow when i use cheatinjectF5 then swtich to mobile it crash whenever i press start. I only use caudron, drop some matt and wide gemshop( this not work for me btw) work fine on steam and web or other account
here my app.asar if someone can help [Link]
Edits: it cauldron lvl null, anyone have a way to reset that?
Look at CauldronP2W[1] array
viewtopic.php?p=206356#p206356
-
- What is cheating?
- Posts: 3
- Joined: Sat Dec 31, 2022 10:26 pm
- Reputation: 0
Re: Legends of Idleon
cheatinjectF5 caulddron Viralattempt and ViralRNG is not working
Re: Legends of Idleon
Is it save to command drop items that used to be available but aren't anymore, such as the Apple Launch Hat, or will one get immediately flagged?
Re: Legends of Idleon
mb vialrng and vialattempt ?LittleCatTN wrote: ↑Sun Jan 01, 2023 8:04 pmcheatinjectF5 caulddron Viralattempt and ViralRNG is not working
Re: Legends of Idleon
hey guys, can someone teach me how to reset stamp?
Re: Legends of Idleon
Just use nullify, iirc its works the same. That's what I didLittleCatTN wrote: ↑Sun Jan 01, 2023 8:04 pmcheatinjectF5 caulddron Viralattempt and ViralRNG is not working
Re: Legends of Idleon
So do i use ggk CauldronP2W[1] or chng ? I dont think i know what im doingtibasichelp wrote: ↑Sun Jan 01, 2023 6:13 pmLook at CauldronP2W[1] arraykurumimi wrote: ↑Sun Jan 01, 2023 5:56 pmI tried but seem like it outdated bc i cant find any line close to that (or im blind). That topic is about liquid NaN and not p2w cauldron lvl null, if it only amount of liquid i can use setalch to reset it to 0tibasichelp wrote: ↑Sun Jan 01, 2023 5:35 pm
Should really use the search bar up top.
Look at CauldronP2W[1] array
viewtopic.php?p=206356#p206356
Re: Legends of Idleon
egga bEngine.getGameAttribute("CauldronP2W")[1]kurumimi wrote: ↑Mon Jan 02, 2023 1:49 amSo do i use ggk CauldronP2W[1] or chng ? I dont think i know what im doing
will return an array of the 3 cauldrons. [0] and [1] are regen and cap for first cauldron, [2] and [3] for second, and [4] and [5] for third.
to change those values, you would use
chng bEngine.getGameAttribute("CauldronP2W")[1][n]=x
where n is the value you want to change (eg. 3 for 2nd cauldron's cap), and x is the value you want to change it to.
-
- Noobzor
- Posts: 7
- Joined: Tue Apr 13, 2021 5:41 am
- Reputation: 0
Re: Legends of Idleon
I got the same problem (dont know when)omgusux wrote: ↑Mon Jan 02, 2023 4:31 amegga bEngine.getGameAttribute("CauldronP2W")[1]
will return an array of the 3 cauldrons. [0] and [1] are regen and cap for first cauldron, [2] and [3] for second, and [4] and [5] for third.
to change those values, you would use
chng bEngine.getGameAttribute("CauldronP2W")[1][n]=x
where n is the value you want to change (eg. 3 for 2nd cauldron's cap), and x is the value you want to change it to.
egga bEngine.getGameAttribute("CauldronP2W")[1] i got only one number, not a array
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
It should return an array.demondarkus wrote: ↑Mon Jan 02, 2023 5:46 amI got the same problem (dont know when)omgusux wrote: ↑Mon Jan 02, 2023 4:31 amegga bEngine.getGameAttribute("CauldronP2W")[1]
will return an array of the 3 cauldrons. [0] and [1] are regen and cap for first cauldron, [2] and [3] for second, and [4] and [5] for third.
to change those values, you would use
chng bEngine.getGameAttribute("CauldronP2W")[1][n]=x
where n is the value you want to change (eg. 3 for 2nd cauldron's cap), and x is the value you want to change it to.
egga bEngine.getGameAttribute("CauldronP2W")[1] i got only one number, not a array
gga - getGameAttribute
The values here are the max.
To reset it: chng bEngine.getGameAttribute("CauldronP2W")[1]=[1,1,1,1,1,1,-1,-1]
Last edited by tibasichelp on Mon Jan 02, 2023 6:11 am, edited 1 time in total.
Re: Legends of Idleon
Maybe it bc ur cauldron lvl is null? And hav u unlocked 4th cauldron? How u undo that?demondarkus wrote: ↑Mon Jan 02, 2023 5:46 amI got the same problem (dont know when)omgusux wrote: ↑Mon Jan 02, 2023 4:31 amegga bEngine.getGameAttribute("CauldronP2W")[1]
will return an array of the 3 cauldrons. [0] and [1] are regen and cap for first cauldron, [2] and [3] for second, and [4] and [5] for third.
to change those values, you would use
chng bEngine.getGameAttribute("CauldronP2W")[1][n]=x
where n is the value you want to change (eg. 3 for 2nd cauldron's cap), and x is the value you want to change it to.
egga bEngine.getGameAttribute("CauldronP2W")[1] i got only one number, not a array
-
- Noobzor
- Posts: 7
- Joined: Tue Apr 13, 2021 5:41 am
- Reputation: 0
Re: Legends of Idleon
After reset got lvls, thnxtibasichelp wrote: ↑Mon Jan 02, 2023 6:08 amIt should return an array.demondarkus wrote: ↑Mon Jan 02, 2023 5:46 amI got the same problem (dont know when)omgusux wrote: ↑Mon Jan 02, 2023 4:31 am
egga bEngine.getGameAttribute("CauldronP2W")[1]
will return an array of the 3 cauldrons. [0] and [1] are regen and cap for first cauldron, [2] and [3] for second, and [4] and [5] for third.
to change those values, you would use
chng bEngine.getGameAttribute("CauldronP2W")[1][n]=x
where n is the value you want to change (eg. 3 for 2nd cauldron's cap), and x is the value you want to change it to.
egga bEngine.getGameAttribute("CauldronP2W")[1] i got only one number, not a array
gga - getGameAttribute
The values here are the max.
To reset it: chng bEngine.getGameAttribute("CauldronP2W")[1]=[1,1,1,1,1,1,-1,-1]
-
- Noobzor
- Posts: 6
- Joined: Sun Nov 06, 2022 8:59 am
- Reputation: 0
Re: Legends of Idleon
I downloaded the inject cheats file you uploaded, but it says "Inject Cheats F4" in the app when opened. But, after downloading the cheats.js as raw from pastebin and just replacing my copy, it worked, which is weird. I copied the code over from the pastebin, replacing everything, it didn't work, but just rewriting the file from a download worked.
Re: Legends of Idleon
Are you launching InjectCheatsF5.exe?MinyaKinar wrote: ↑Mon Jan 02, 2023 3:08 pmI downloaded the inject cheats file you uploaded, but it says "Inject Cheats F4" in the app when opened. But, after downloading the cheats.js as raw from pastebin and just replacing my copy, it worked, which is weird. I copied the code over from the pastebin, replacing everything, it didn't work, but just rewriting the file from a download worked.
If it says F4 in the app, you might have launched InjectCheatsF4.
Who is online
Users browsing this forum: Google [Bot], Raijinken