[COMPLETED] [PAID REQUEST] Yaoling: Mythical Journey
- CodeVeinVamps
- Novice Cheater
- Posts: 15
- Joined: Tue Nov 05, 2019 1:02 am
- Reputation: 2
[COMPLETED] [PAID REQUEST] Yaoling: Mythical Journey
Yaoling: Mythical Journey
Unity
0.95b
Free Crafting, Infinite Stamina, 100% Catch Rate, Shiny Rate, Elite Rate, Stat/Item/Currency Pointer/Editor, Anything else you can think of.
Willing to gift the game if necessary. Willing to pay $20 USD for a table.
Unity
0.95b
Free Crafting, Infinite Stamina, 100% Catch Rate, Shiny Rate, Elite Rate, Stat/Item/Currency Pointer/Editor, Anything else you can think of.
Willing to gift the game if necessary. Willing to pay $20 USD for a table.
Last edited by CodeVeinVamps on Tue Jul 23, 2024 6:57 pm, edited 1 time in total.
Re: [PAID REQUEST] Yaoling: Mythical Journey
Most of the item values are 4 bytes. I easily found money, spirit coins and experience shards. There are third evolution specific gems, but they are hard to get
-
- What is cheating?
- Posts: 4
- Joined: Fri Dec 22, 2023 10:38 pm
- Reputation: 0
Re: [PAID REQUEST] Yaoling: Mythical Journey
This would be amazing. The game is fun but needing currency to hatch eggs is a pain.
Re: [PAID REQUEST] Yaoling: Mythical Journey
that would be great, i know there a cheats for this game already that allows you get 99999999 currency and edit stats and other thing but im still waiting on increased shiny and elite rates maybe exotic to would be great, have you had any luck in getting a table ?
- BigBear743
- Expert Cheater
- Posts: 110
- Joined: Sun Mar 17, 2024 10:13 pm
- Reputation: 173
Re: [PAID REQUEST] Yaoling: Mythical Journey
There are some trainers out there that has way more advance function.
I'll made more function when I have time but here's a basic table, the newest version is v0.95c2 and I do not have access to it yet:
Game Version v0.95b
===============================
Sharing 3:
Features included:
Monster Exp Multiplier
Crafting Item Produced Multiplier
Players Rank-value Multiplier
Character Data Pointer
User Data Pointer
Monster Data Pointer (updated script, now all you need to do is select the Yaoling and address will be updated)
Instructional Video on how to update some scripts in case script no longer working
Last bu not least, my Patreon link, please keep in mind that subscribe to my Patreon do not provide any extra benefit
===============================
Sharing 2:
Added MonsterData pointers (Yaoling):
First activate the script, then Monster Slot???
Then Pick a monster slot
Then Open and Close your inventory to update addresses
I just want to know if the logic using here is fine when we have more than 7 yaoling
===============================
Craft Receive Multiplier
Character Data Pointer (useful as editing endurance for longer running time)
User Data (here you can edit your gold, gem, heartstone and some interesting things that I saw in the data)
I'll made more function when I have time but here's a basic table, the newest version is v0.95c2 and I do not have access to it yet:
Game Version v0.95b
===============================
Sharing 3:
Features included:
Monster Exp Multiplier
Crafting Item Produced Multiplier
Players Rank-value Multiplier
Character Data Pointer
User Data Pointer
Monster Data Pointer (updated script, now all you need to do is select the Yaoling and address will be updated)
Instructional Video on how to update some scripts in case script no longer working
Last bu not least, my Patreon link, please keep in mind that subscribe to my Patreon do not provide any extra benefit
===============================
Sharing 2:
Added MonsterData pointers (Yaoling):
First activate the script, then Monster Slot???
Then Pick a monster slot
Then Open and Close your inventory to update addresses
I just want to know if the logic using here is fine when we have more than 7 yaoling
Spoiler
Craft Receive Multiplier
Character Data Pointer (useful as editing endurance for longer running time)
User Data (here you can edit your gold, gem, heartstone and some interesting things that I saw in the data)
Spoiler
- Attachments
-
- Yaoling - Sharing 3.CT
- (49.34 KiB) Downloaded 405 times
Last edited by BigBear743 on Mon Jul 22, 2024 11:54 pm, edited 1 time in total.
-
- What is cheating?
- Posts: 4
- Joined: Fri Dec 22, 2023 10:38 pm
- Reputation: 0
Re: [PAID REQUEST] Yaoling: Mythical Journey
Has anyone been able to use the above table to change the race of a creature? Some of these creatures are hidden pretty far in and really hard to grab.
Re: [PAID REQUEST] Yaoling: Mythical Journey
All or most of what you require is done by Rhark ( for free ) in cheat evolution trainer viewtopic.php?t=30238CodeVeinVamps wrote: ↑Tue Jul 16, 2024 10:10 pmYaoling: Mythical Journey
Unity
0.95b
Free Crafting, Infinite Stamina, 100% Catch Rate, Shiny Rate, Elite Rate, Stat/Item/Currency Pointer/Editor, Anything else you can think of.
Willing to gift the game if necessary. Willing to pay $20 USD for a table.
Re: [COMPLETED] [PAID REQUEST] Yaoling: Mythical Journey
Thanks BigBear743 for the table.
I would also love as OP ask :
- a cheat to change the quality of the Yaoling you find, like only finding elite and/or shiny and/or alternate color
- a cheat so that all mob you encounter have at minimum X growth stars on all stats
So far i was not able to find that anywhere.
@BigBear743 : Could you explain how the growth editing works in your table ? The value i see seems to be completely different to both the stat value of the monster and also of the number of "stars" for each growth type. Any help to understand how this works ?
Ok so your table allow to edit the growth values (the ones that are showed when you mouse over any growth rank), but my goal was to change the growth rank and let the game change the values by itself.
The growth rank values are stored immediately after your growth_crit value (+4 to reach it) but in 4 Bytes format.
So you can copy/paste all the growth values and add +4*i for each of them (first one is +4*1, the second is +4*2, etc)
That way you can give rank 6 or 7 to each growth type value for your monster and the game should (i hope lol) update the value correctly.
If it doesn't then you will need to manually change the value via your table to reach the same supposed value, but i have still not idea how to find the value it should become
I would also love as OP ask :
- a cheat to change the quality of the Yaoling you find, like only finding elite and/or shiny and/or alternate color
- a cheat so that all mob you encounter have at minimum X growth stars on all stats
So far i was not able to find that anywhere.
@BigBear743 : Could you explain how the growth editing works in your table ? The value i see seems to be completely different to both the stat value of the monster and also of the number of "stars" for each growth type. Any help to understand how this works ?
Ok so your table allow to edit the growth values (the ones that are showed when you mouse over any growth rank), but my goal was to change the growth rank and let the game change the values by itself.
The growth rank values are stored immediately after your growth_crit value (+4 to reach it) but in 4 Bytes format.
So you can copy/paste all the growth values and add +4*i for each of them (first one is +4*1, the second is +4*2, etc)
That way you can give rank 6 or 7 to each growth type value for your monster and the game should (i hope lol) update the value correctly.
If it doesn't then you will need to manually change the value via your table to reach the same supposed value, but i have still not idea how to find the value it should become
Re: [COMPLETED] [PAID REQUEST] Yaoling: Mythical Journey
Is this table still being updated?
Re: [COMPLETED] [PAID REQUEST] Yaoling: Mythical Journey
This just had a recent update a day ago and many tables do not work anymore :L
Re: [COMPLETED] [PAID REQUEST] Yaoling: Mythical Journey
Since it's an early access game, I'm afraid its going to be broken a lot unfortunately.
- BigBear743
- Expert Cheater
- Posts: 110
- Joined: Sun Mar 17, 2024 10:13 pm
- Reputation: 173
Re: [COMPLETED] [PAID REQUEST] Yaoling: Mythical Journey
BigBear743 wrote: ↑Fri Aug 02, 2024 2:04 pmI have included a video on how to soft update the table, that still now working?
Since I only used it for Monster data, I can at least say the Monster data update part of the video functioned. Some of the code got junked up, but they were easy to find, the codes were just shifted a little away from the original codes.
Sadly, some things like Item receive multiplier doesn't seem to work very well anymore.
Honestly, if you did edit the table, I'd love if someone could find increase drop rate. Having that skyrocket with difficulty in order to increase the rate of the golden orbs would be amazing.
Who is online
Users browsing this forum: Google [Bot], IdlewithCKh, jack3, osenbeichan, patjenova