Trainer Search

Rocks31

New Member
Joined
Jan 25, 2015
Messages
3
Reaction score
12
Hi Mr. Antifun.

can you made a trainer for the Ylands, with +10?

• Numpad 1 — Infinite Health
• Numpad 2 — Infinite Gold
• Numpad 3 — Infinite Food
• Numpad 4 — Simple Craft
• Numpad 5 — Super Speed
• Numpad 6 — Infinite Iron
• Numpad 7 — Infinite Leather
• Numpad 8 — Infinite Wooden Pieces
• Numpad 9 — Infinite Clay
• Numpad 0 — Instant Craft


ty alot, and continue with the great work
 

Jane117

Donor
Joined
Jun 29, 2016
Messages
36
Reaction score
5
Hi Mr. Antifun.

can you made a trainer for the Ylands, with +10?

• Numpad 1 — Infinite Health
• Numpad 2 — Infinite Gold
• Numpad 3 — Infinite Food
• Numpad 4 — Simple Craft
• Numpad 5 — Super Speed
• Numpad 6 — Infinite Iron
• Numpad 7 — Infinite Leather
• Numpad 8 — Infinite Wooden Pieces
• Numpad 9 — Infinite Clay
• Numpad 0 — Instant Craft


ty alot, and continue with the great work

1. you didnt follow the request rules so he wont.
2. I would like a trainer so i will make a request post.
 

Harmony

Super Donor
Joined
Mar 23, 2016
Messages
24
Reaction score
13
I'll donate $20.00 for ylands, this would cover for this month. Merry Christmas & have a safe new year...
 

DavidRightaway

New Member
Joined
Feb 8, 2015
Messages
2
Reaction score
0
this trainer you request make it seem like you didn't really try at this game. i mean infinite food? thats literally everywhere. wooden peices? you get that from spamming a tree and its infinite. gold is useless in term of utility its nothing spectactular. anywho maybe play the game some more or watch some youtube videos. maybe it'll help you get better at it.
 

Bluewind55

Donor
Joined
Apr 23, 2016
Messages
4
Reaction score
3
FYI Ylands memory types and address layout/format.

Health, Hunger, Breath, Run Speed, and Propeller Pack Flight Speed are all of the Float value type and at 100.
And they are all in the same browse memory region.
I'm not good at finding pointers but if you know how use CE and found health:

44D62120 = Health current

44D62128 = Hunger current
44D6212C = Hunger MAX

44D62150 = Breath
44D62154 = Breath MAX

44D62160 = Run speed
44D62164 = Swim Speed
44D62168 = Propeller pack flight speed.

Durability of weapons and tools are also of the Float value type.
Stone axe and stone hammer have a durability of max 200
Stone knife, stone pick, and wooden spade have a durability of max 150

Iron: Ax, Pick, Knife, Shovel, Spade, Saw, and Hammer have a max durability of 600

Mining Drill Charge and Ammo quantity loaded are of the Float value type also.

All stackable items and resources quantity can be found using the 4 Bytes value type.

This game is quite enjoyable. And I hope this helps until MrAntiFun has time to make a trainer for it.

Thank you for all the hard working making these trainers, MrAntiFun. Happy holidays everyone. =)
 
Last edited:

gamer20000

New Member
Joined
Jan 16, 2017
Messages
4
Reaction score
1
FYI Ylands memory types and layout:
Health, Hunger, Breath, Run Speed, and Propeller Pack Flight Speed are all of the Float value type and at 100.
And they are all in the same browse memory region.
I'm not good at finding pointers but if you know how use CE and found health:

44D62120 = Health current

44D62128 = Hunger current
44D6212C = Hunger MAX

44D62150 = Breath
44D62154 = Breath MAX

44D62160 = Run speed

44D62168 = Propeller pack flight speed.

Durability of weapons and tools are also of the Float value type.
Stone ax, stone pick, and stone hammer have a durability of max 200
Stone knife and wooden spade have a durability of max 150

Iron: Ax, Pick, Knife, Shovel, Spade, Saw, and Hammer have a max durability of 600

Mining Drill Charge and Ammo quantity loaded are of the Float value type also.

All stackable items and resources quantity can be found using the 4 Bytes value type.

This game is quite enjoyable. And I hope this helps until MrAntiFun has time to make a trainer for it.

Thank you for all the hard working making these trainers, MrAntiFun. Happy holidays everyone. =)

Most useful post rather than nonsense.

Mind to ask what are these addresses float?
44D62120 = Health current

44D62128 = Hunger current
44D6212C = Hunger MAX

44D62150 = Breath
44D62154 = Breath MAX

44D62160 = Run speed

44D62168 = Propeller pack flight speed.
 

Bluewind55

Donor
Joined
Apr 23, 2016
Messages
4
Reaction score
3
I think you meant to ask what is the float value of the following.
Health, Hunger, Breath, Run Speed, and Propeller Pack Flight Speed are all of the Float value type and at value 100.

They are at 100. If you can hunger, hunger max, breath, and breath max, they do keep the changed value when you save and reload in offline game.
I think health and health max at health address +4, gets reset when you save and reload.

The basic repair kit quantity is in 4 byte.
When you do repair, it repairs the tools float durability value at +200.
So when you repair stone tools, use it until it's broken then repair once.
For Iron tools, it would take 3 repairs from broken status (3x 200).
 

gamer20000

New Member
Joined
Jan 16, 2017
Messages
4
Reaction score
1
Thanks bud. One more thing do you per chance have the cheat engine table, I'm trying to input your addresses for float section, health, run speed, and nothing is happening.
 

Bluewind55

Donor
Joined
Apr 23, 2016
Messages
4
Reaction score
3
Thanks bud. One more thing do you per chance have the cheat engine table, I'm trying to input your addresses for float section, health, run speed, and nothing is happening.

As I said, I'm not good with finding pointers. My Cheat table addresses are static addresses and won't work on your computer or my next game. But if you find either Hunger or Health as float value, you can copy and modify the address to get the rest of the addresses.
** The default value of all these float types are 100

*** Re: Finding values in Ylands.

Hunger should be the easiest to find since it constantly drops and you can refill it quickly by eating.
Normally the Hunger address ends in 28.

***Once you find the hunger address, you can figure out the rest below.

To get the Health address, copy and paste that found Hunger address and -8.
The Health address should end in 20.

With the Health address if copy and paste then add 20, you get an address that ends in 40.
This address is for Oxygen. Not sure what did does.

Copy/paste Oxygen address and 10 to get the Breath address which ends in 50.
Freezing the Breath address will let you stay in underwater without needing to surface.

Copy/Paste the Breath address and add 10, to get the Movement Speed address which ends in 60.
A 158 Movement Speed will let outrun all the animals.

Copy/Paste Movement speed address and add 4, to get the Swim Speed address which ends in 64.
You may need over 158 Swim speed to out swim sharks.

Copy/Paste Swim Speed address and add 4, to get Fly Speed when propeller pack is equipped, which ends in 68.

** Note this will NOT work in multiplayer if you are a guest and not a host.
*It only works in single player or if you are the host of the server.

Merry Xmas everyone and have fun exploring Ylands.
 
Last edited:

gamer20000

New Member
Joined
Jan 16, 2017
Messages
4
Reaction score
1
Thanks bud im beginner in CE myself. But my question was more specifically how do you find them, since there is no value in game which shows you what is the number since there is no value/ visual stats and the only way to pause is by CE stopping by speed hack? Are you looking first as unknown value are you using speed hack . I'm i missing something? Can you do a small video /pic tutorial if is possible?
 
Last edited:
Top