Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Upload your cheat tables here (No requests)
Codog413
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jun 21, 2025 12:10 am
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by Codog413 »

I also can't seem to get fnames to show up im on 1.3.1 and nothing ive read is working

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Max10
Noobzor
Noobzor
Posts: 6
Joined: Sun May 25, 2025 11:56 am
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by Max10 »

Ce crash for me if I enable the flag in populate items.
this is what im doing:
1 getnamestuff
2 getdatamanager---->datamanager
3 inventory status
4 populate items

Sometimes it crashes and sometimes nothing happen and I can't activate the flag

User avatar
miabi
Expert Cheater
Expert Cheater
Posts: 96
Joined: Sun Dec 23, 2018 1:52 am
Reputation: 12

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by miabi »

hopefully there will be a permanent way to keep the unicorn... sadly it didn't stay upon playing the game the next day even without updating.

Mushdoom
Noobzor
Noobzor
Posts: 6
Joined: Thu Jun 12, 2025 5:35 am
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by Mushdoom »

Niedzielan wrote:
Fri Jun 20, 2025 9:09 am
miabi wrote:
Thu Jun 19, 2025 4:32 pm
hope someone can figure out a way to add the unicorn even on newer versions... only found out after already updating and would love to have both

if anyone still has the unicorn, can you use the table here (the one on page 2) to see what the item id and info is?
The pegasus is ive000205, unicorn is ive000204.

You should be able to get both by:
  • claiming the pegasus
  • in data manager -> inventory status -> invMount change ive000205 to ive000204
  • in data manager -> flag status -> global bit flags change aoc_recieve_05 to 0
  • claim the pegasus again
Do you happen to know what the the flag for having the Turboglider is so that I can remove and craft it again as a higher rarity? That should be possible right?

Thanks for all you've done for this game so far.

Edit: For anyone with the same issue, you can simply adjust the quality up in the same area referenced for the pegasus/unicorn method above.
Last edited by Mushdoom on Fri Jun 27, 2025 5:14 am, edited 1 time in total.

RainRuru
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Jun 23, 2025 5:50 am
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by RainRuru »

Would you be able to add a cheat to modify the amount of goddess fruits we have? I want to get more buddy skins but trees take so long!

Thank you for the table! :D

User avatar
miabi
Expert Cheater
Expert Cheater
Posts: 96
Joined: Sun Dec 23, 2018 1:52 am
Reputation: 12

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by miabi »

is there any way to instantly unlock all recipes? just have rng ones left and am tired of bad luck

minhnhatx
Expert Cheater
Expert Cheater
Posts: 135
Joined: Wed Sep 30, 2020 7:55 am
Reputation: 120

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by minhnhatx »

I found where the game calculates exp bonus if you wear Flutter charm.
This applies to only Rock, Trees, Fish, and Farm. The left branch calculates exp bonus if you wear Flutter charm. The right branch calculates exp without Flutter charm.
Here's the array of bytes to get there: 47 8D 24 01 45 85 E4
Image

Mushdoom
Noobzor
Noobzor
Posts: 6
Joined: Thu Jun 12, 2025 5:35 am
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by Mushdoom »

gn00367627 wrote:
Thu Jun 19, 2025 10:32 pm
Can I modify the quality of my Turboglider mount?
Image
You can using the item editor table from page 2. Follow what the people have said recently about the pegasus and unicorn mounts and just find the code for the Turboglider and adjust its quality up.

User avatar
Daemonic
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Apr 06, 2024 3:43 pm
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by Daemonic »

One Hit on Resources (Fish/Ore/Tree)
--------------------------------------------------
Hi there, I have found out a way to somewhat one hit on resources tested on (mining/fishing/chopping).
But I am not too sure how the code works with using XOR. atleast im not able to get the logic behind, Im just trying my luck and it just works.

1. After approaching an Ore, u should see the health bar above the ore.
2. do a First Scan on CheatEngine with "Unknown Initial value" as Scan Type and "4 Bytes" as Value Type.
3. Repeat doing the Decreased Value and Increased Value by hitting the ore and wait the ore to regenerate the HP back.
4. until sometime, u will eventually find a hundreds or thousands of results.
5. For me, I had only 1 result where the address starts with "NFL1-Win64-Shipping.exe" and thousands of other address and the value from this address is 33554432 which i dont know why is it that big of number ? that entity(tree/fish/ore) is definately does not having that much of health.
6. So then after i get the value from the result panel. right click on it and inspect for "What writes to this address".
7. then easily i can find what code where it access the address.
xor [rdi+0C],edx
movzx edx,r8b
8. by looking at it as it is a XOR (xor [rdi+0C],edx). and not a MOV or something else. i cannot understand how the logic works behind.
9. I then try injecting my own code before this XOR command, MOV edx, 0
10. the result i get is that the ore/fish/tree is all invulnerable.
11. So, then i revert back, and changed the line to these.
mov edx,[rdi+0C]
xor [rdi+0C],edx
movzx edx,r8b

12. the results worked as expected where 1 hit on tree, ores, or fishing is all with 1 hit.

But, Im testing this only in single player, so far it works without crash after playing for few hrs. I'm trying to understand how it works as im still new to assembly language and first approach to do my own scripts on CE. Appreciate if anyone could explain to me more on it.

the code can be found on this address. hopefully this address can help you to navigate in memory viewer ? im not too sure if it helps.
"NFL1-Win64-Shipping.exe"+6D99EA0

Thank you.

Current game version 1.3.2, Steam.

minhnhatx
Expert Cheater
Expert Cheater
Posts: 135
Joined: Wed Sep 30, 2020 7:55 am
Reputation: 120

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by minhnhatx »

Daemonic wrote:
Tue Jul 01, 2025 11:53 am
One Hit on Resources (Fish/Ore/Tree)
Have you tried my table? Multiply by 50, and you get 1 hit on resources.
viewtopic.php?f=4&t=35056&start=498

User avatar
Daemonic
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Apr 06, 2024 3:43 pm
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by Daemonic »

minhnhatx wrote:
Tue Jul 01, 2025 12:04 pm
Daemonic wrote:
Tue Jul 01, 2025 11:53 am
One Hit on Resources (Fish/Ore/Tree)
Have you tried my table? Multiply by 50, and you get 1 hit on resources.
viewtopic.php?f=4&t=35056&start=498
Hello, nope. I did not tried yours yet. but i will definately do and checkout and see on ur scripts to learn more.
But yeah. the thing here is i just want to understand how thing works hahaha

Thanks~

OhSoDizzy
Noobzor
Noobzor
Posts: 6
Joined: Thu Nov 09, 2023 7:30 pm
Reputation: 2

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by OhSoDizzy »

Breh, is there anything to add redux crystals. literally all i need now lol. No idea how to use the second table with item editor. T.T

minhnhatx
Expert Cheater
Expert Cheater
Posts: 135
Joined: Wed Sep 30, 2020 7:55 am
Reputation: 120

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by minhnhatx »

OhSoDizzy wrote:
Tue Jul 01, 2025 3:57 pm
Breh, is there anything to add redux crystals. literally all i need now lol. No idea how to use the second table with item editor. T.T
It's understandable if you don't know how to use the Item Editor, but editing Quantity is very easy to do.
First, use DrummerIX's table Free Crafting to get some equipment. Then trade the equipment in for a single Redux stone. Then you can edit the quantity using Niedzielan's table. Move your mouse over any item in your Material bag, then hit the windows key, then edit Quantity in the table.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], conteleZilla, GentlemanCrow, Google [Bot], MikeAlberto, nick184, preorder cancelled, tientranhcm, topboy