[Request] Idle Skilling
Re: [Request] Idle Skilling
"anyone know how to mod the past nest speed/trekking speed and or the capsule leveling up speed/rp basically all the pet shit"
Reposting this one cus i need to know all the lab stuff
Reposting this one cus i need to know all the lab stuff
Re: [Request] Idle Skilling
Has anyone been able to hack the trophies given from raids?
I've been turning the js file upside down but can't find it
I've been turning the js file upside down but can't find it
-
- Noobzor
- Posts: 13
- Joined: Mon Jan 24, 2022 2:49 am
- Reputation: 1
Re: [Request] Idle Skilling
What is the trick to stop learning?i9xfearless wrote: ↑Fri Sep 23, 2022 7:30 pmhey boys, if you want a file will all the previous modifications {excluding learner speed} i have made a archive for it. comes with the following
all gems time skip for 2400 hours{100 days}
buy candy for 5000 gems
machine speed
builder speed
spelunker mining speed
Re: [Request] Idle Skilling
Thanks, I have been tracing the Var fot that specific line of code and no luck so far.
Would you be able to tell me if this is the correct part for the Egg Shell code? And maybe point me to the right direction.
Re: [Request] Idle Skilling
I think the author did not include the Learn speed since you wont be able to press the STOP button since you will be earning a lot of EXP to Absorb. tibasichelp has already mentioned this on page 7shadowmatrix27893 wrote: ↑Sat Sep 24, 2022 2:19 amWhat is the trick to stop learning?i9xfearless wrote: ↑Fri Sep 23, 2022 7:30 pmhey boys, if you want a file will all the previous modifications {excluding learner speed} i have made a archive for it. comes with the following
all gems time skip for 2400 hours{100 days}
buy candy for 5000 gems
machine speed
builder speed
spelunker mining speed
-
- Noobzor
- Posts: 13
- Joined: Mon Jan 24, 2022 2:49 am
- Reputation: 1
Re: [Request] Idle Skilling
Hmm,then they must have used the wrong file because it has the learning speed included. Oh well, I'll just switch it a few times.
Re: [Request] Idle Skilling
If you know how to edit the file. Under the Ne._customBlock_SpelunkerLearnperHour = function () the original file will have this lineshadowmatrix27893 wrote: ↑Sat Sep 24, 2022 3:25 amHmm,then they must have used the wrong file because it has the learning speed included. Oh well, I'll just switch it a few times.
return (1 + t / 135) * (1 + r / 100) * (1 + n / 100) * i * a * (1 + 2 * l / (o + 1e3)) * (1 + 250 * s / (f + 175) / 100) * (1 + 200 * u / ((null == p ? 0 : "number" == typeof p ? c.__cast(p, h) : "number" == typeof p && (0 | p) === p ? c.__cast(p, k) : "boolean" == typeof p ? c.__cast(p, m) ? 1 : 0 : "string" == typeof p ? parseFloat(p) : parseFloat(g.string(p))) + 50) / 100)
to make the learn really fast just replace it to return 9e10
once the game loads you can click on absorb to pump the levels, once you are satisfied you need to switch to somewhere else for it to save (not so sure) and then exit the game. After that just replace the return 9e10 (or whatever value you use) back to the original code.
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: [Request] Idle Skilling
Nest Speed
Last edited by tibasichelp on Sat Sep 24, 2022 11:57 am, edited 2 times in total.
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: [Request] Idle Skilling
Pet Stuff
VesselMulti which calculates into PetCurrenciesOwned, each time when your pet kills a monster, rewards 10k material
Pet Damage Multiplier, pretty self-explanatory, kills monster faster
Pet HP
Pet Distance
Not that it really matters, but this isn't added, you can manually do the edits.
Here's the link:
[Link]
VesselMulti which calculates into PetCurrenciesOwned, each time when your pet kills a monster, rewards 10k material
Pet Damage Multiplier, pretty self-explanatory, kills monster faster
Pet HP
Pet Distance
Not that it really matters, but this isn't added, you can manually do the edits.
Here's the link:
[Link]
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: [Request] Idle Skilling
How to track down trophies (BloodMoney) or anything
Find a random purchasable gift in gift shop ( I chose auto cast )
Search for
"auto_cast
and we find the corresponding gameattribute it belongs to which in this case it's the 17th one in the GiftShopLevels arrayThen look for that gameattribute and we also see that the gameattribute GiftShopType array is indexed at 4 or the 5th giftshop which auto_cast is in
Now we just need to change the minus to a plus so that every time you buy auto_cast, you gain trophies instead of losing them
Code: Select all
hn = gn + (10 + 2 * un) * Math.pow(1.25, bn);
null != e.BloodMoney ? mn.setReserved("BloodMoney", hn) : mn.h.BloodMoney = hn;
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: [Request] Idle Skilling
Candy +100 each purchase
Change each of +1 to + 100
Change each of +1 to + 100
Re: [Request] Idle Skilling
Spoiler
tibasichelp wrote: ↑Sat Sep 24, 2022 12:30 pmHow to track down trophies (BloodMoney) or anything
Find a random purchasable gift in gift shop ( I chose auto cast )
Search for"auto_cast
and we find the corresponding gameattribute it belongs to which in this case it's the 17th one in the GiftShopLevels array
Then look for that gameattribute and we also see that the gameattribute GiftShopType array is indexed at 4 or the 5th giftshop which auto_cast is in
Now we just need to change the minus to a plus so that every time you buy auto_cast, you gain trophies instead of losing them
Code: Select all
hn = gn + (10 + 2 * un) * Math.pow(1.25, bn); null != e.BloodMoney ? mn.setReserved("BloodMoney", hn) : mn.h.BloodMoney = hn;
Already got autocast but will try it later with another shop item
-
- Cheater
- Posts: 30
- Joined: Fri Sep 16, 2022 1:57 pm
- Reputation: 9
Re: [Request] Idle Skilling
could you tell me how to do this, im extremely confused by the stepsOracleOne wrote: ↑Sat Sep 24, 2022 2:00 pmMy man!Spoiler
tibasichelp wrote: ↑Sat Sep 24, 2022 12:30 pmHow to track down trophies (BloodMoney) or anything
Find a random purchasable gift in gift shop ( I chose auto cast )
Search for"auto_cast
and we find the corresponding gameattribute it belongs to which in this case it's the 17th one in the GiftShopLevels array
Then look for that gameattribute and we also see that the gameattribute GiftShopType array is indexed at 4 or the 5th giftshop which auto_cast is in
Now we just need to change the minus to a plus so that every time you buy auto_cast, you gain trophies instead of losing them
Code: Select all
hn = gn + (10 + 2 * un) * Math.pow(1.25, bn); null != e.BloodMoney ? mn.setReserved("BloodMoney", hn) : mn.h.BloodMoney = hn;
Already got autocast but will try it later with another shop item
-
- Cheater
- Posts: 30
- Joined: Fri Sep 16, 2022 1:57 pm
- Reputation: 9
Re: [Request] Idle Skilling
my bad, didnt realise i sent the one with learn speed! but to stop them you just spam absorb till your happy with your levels, goto train for example, close the game and restore the original text bracketshadowmatrix27893 wrote: ↑Sat Sep 24, 2022 3:25 amHmm,then they must have used the wrong file because it has the learning speed included. Oh well, I'll just switch it a few times.
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: [Request] Idle Skilling
i9xfearless wrote: ↑Sat Sep 24, 2022 2:38 pmcould you tell me how to do this, im extremely confused by the steps
Who is online
Users browsing this forum: AhrefsBot, MuechiMuech, osenbeichan