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

Upload your cheat tables here (No requests)
glyth
Expert Cheater
Expert Cheater
Posts: 229
Joined: Tue Aug 29, 2017 4:30 am
Reputation: 6

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

Post by glyth »

Niedzielan wrote:
Wed May 21, 2025 11:01 pm
glyth wrote:
Wed May 21, 2025 10:13 pm
000000000085BA61 item drop rate skill i got it when i made a diamond ring
Item/Skill IDs are recreated every time the game is launched
Instead, the internal names are better. Drop rates are

Code: Select all

ps_drop_item_up01:Item Drop Rate +
ps_drop_item_up02:Item Drop Rate +
es_drop_item_up01:Item Drop Rate +
es_drop_item_up02:Item Drop Rate +
I'm still trying to figure out a way to get the FName stuff to work for other people. It's frustrating because it works for me so it's difficult to tell if me changing something will actually fix it.
yea i cant seem to get those to work ether it says it finds 0

FNamePool not found, running scanner...
FNamePool parsed...
FNamePool = 0

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

User avatar
Niedzielan
Expert Cheater
Expert Cheater
Posts: 159
Joined: Fri Aug 31, 2018 1:28 pm
Reputation: 193

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

Post by Niedzielan »

glyth wrote:
Wed May 21, 2025 11:10 pm
yea i cant seem to get those to work ether it says it finds 0

FNamePool not found, running scanner...
FNamePool parsed...
FNamePool = 0
If you try this table does it work? If so, what does the Lua console say? (If the console closes you can reopen it with CTRL + ALT + SHIFT + L)
Attachments
fli_008_test2.CT
(845.45 KiB) Downloaded 67 times

secto
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Sep 18, 2022 12:58 pm
Reputation: 0

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

Post by secto »

getting this with the test table

Code: Select all

FNamePool not found, running scanner... 
FNamePool parsed... 
GUObjectArray not found, running scanner... 
FNamePool not found, running scanner... 
------------------ 
064E0008 
0~7FFFFFFFFFFF 
0A3DD910 
0~7FFFFFFFFFFF 
18F491B9 
0~7FFFFFFFFFFF 
24120008 
0~7FFFFFFFFFFF 
856BF833 
0~7FFFFFFFFFFF 
85B90581 
0~7FFFFFFFFFFF 
B8EE467E 
0~7FFFFFFFFFFF 
DC8F056B 
0~7FFFFFFFFFFF 
DC8F083C 
0~7FFFFFFFFFFF 
1088E0883 
0~7FFFFFFFFFFF 
7FF73B11DC58 
0~7FFFFFFFFFFF 
7FF73BA210C3 
0~7FFFFFFFFFFF 
7FFA2E7283F0 
0~7FFFFFFFFFFF 
done 
------------------ 
7FF73B11C748 
0~7FFFFFFFFFFF 
7FF73B16544A 
0~7FFFFFFFFFFF 
7FF73B16BFDA 
0~7FFFFFFFFFFF 
7FF73B69B31E 
0~7FFFFFFFFFFF 
done 

alabasca
Expert Cheater
Expert Cheater
Posts: 77
Joined: Thu Mar 08, 2018 11:34 pm
Reputation: 3

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

Post by alabasca »

Niedzielan wrote:
Wed May 21, 2025 11:39 pm

If you try this table does it work? If so, what does the Lua console say? (If the console closes you can reopen it with CTRL + ALT + SHIFT + L)
Can you show the picture how it look if it found the ID? my just keep running find a bunch of ID in Lua Engine.

User avatar
Niedzielan
Expert Cheater
Expert Cheater
Posts: 159
Joined: Fri Aug 31, 2018 1:28 pm
Reputation: 193

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

Post by Niedzielan »

alabasca wrote:
Wed May 21, 2025 11:52 pm
Niedzielan wrote:
Wed May 21, 2025 11:39 pm

If you try this table does it work? If so, what does the Lua console say? (If the console closes you can reopen it with CTRL + ALT + SHIFT + L)
Can you show the picture how it look if it found the ID? my just keep running find a bunch of ID in Lua Engine.
For me it just works straight up:
Image

I am still running on 1.1.3 while I'm testing other scripts but this is basic Unreal engine stuff, unless 1.1.4 completely changes the engine I'd still expect it to work.

For now, all I can recommend is to find the FNamePool/GNames offset another way.
If you drag and drop the exe FANTASY LIFE i\Game\Binaries\Win64\NFL1-Win64-Shipping.exe onto [Link] (or your other preferred method of getting the offsets, like UE4SS)
then editing getNameStuff to have registerSymbol('FNamePool', "NFL1-Win64-Shipping.exe+OFFSET", true) (note: offset without the 0x bit) as the first line in the [Enable] block

This offset is static for the entire update, so you won't need to change it until the next patch. I'd rather not hardcode update-specific addresses if I can help it, but once the updates stabilise it is a possibility.
Last edited by Niedzielan on Thu May 22, 2025 12:15 am, edited 1 time in total.

alabasca
Expert Cheater
Expert Cheater
Posts: 77
Joined: Thu Mar 08, 2018 11:34 pm
Reputation: 3

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

Post by alabasca »

Niedzielan wrote:
Thu May 22, 2025 12:09 am
alabasca wrote:
Wed May 21, 2025 11:52 pm
Niedzielan wrote:
Wed May 21, 2025 11:39 pm

If you try this table does it work? If so, what does the Lua console say? (If the console closes you can reopen it with CTRL + ALT + SHIFT + L)
Can you show the picture how it look if it found the ID? my just keep running find a bunch of ID in Lua Engine.
For me it just works straight up:
Image

I am still running on 1.1.3 while I'm testing other scripts but this is basic Unreal engine stuff, unless 1.1.4 completely changes the engine I'd still expect it to work.

For now, all I can recommend is to find the FNamePool/GNames offset another way.
If you drag and drop the exe FANTASY LIFE i\Game\Binaries\Win64\NFL1-Win64-Shipping.exe onto [Link] (or your other preferred method of getting the offsets, like UE4SS)
then editing getNameStuff to have registerSymbol('FNamePool', "NFL1-Win64-Shipping.exe+OFFSET", true) (note: offset without the 0x bit) as the first line in the [Enable] block
Oh, I'm on 1.1.4 steam then

DrummerIX
ViP
ViP
Posts: 3357
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 4176

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

Post by DrummerIX »

EDIT 4.25:

Many are reporting crashes when cooking and crafting and getting Perfect with last 2 tables I posted, so here is an attempted fix to that problem. Please let me know if you still see this problem with this update.

Kumisnami
Noobzor
Noobzor
Posts: 11
Joined: Sat Jun 13, 2020 12:43 pm
Reputation: 0

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

Post by Kumisnami »

Don't know exactly what happened between 2.5 which worked flawlessly and 4.25, but now quest multiplier doesn't work on half the quests. Such as the following 3:


alabasca
Expert Cheater
Expert Cheater
Posts: 77
Joined: Thu Mar 08, 2018 11:34 pm
Reputation: 3

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

Post by alabasca »

Niedzielan wrote:
Thu May 22, 2025 12:09 am
alabasca wrote:
Wed May 21, 2025 11:52 pm
Niedzielan wrote:
Wed May 21, 2025 11:39 pm

If you try this table does it work? If so, what does the Lua console say? (If the console closes you can reopen it with CTRL + ALT + SHIFT + L)
Can you show the picture how it look if it found the ID? my just keep running find a bunch of ID in Lua Engine.
For me it just works straight up:
Image

I am still running on 1.1.3 while I'm testing other scripts but this is basic Unreal engine stuff, unless 1.1.4 completely changes the engine I'd still expect it to work.

For now, all I can recommend is to find the FNamePool/GNames offset another way.
If you drag and drop the exe FANTASY LIFE i\Game\Binaries\Win64\NFL1-Win64-Shipping.exe onto [Link] (or your other preferred method of getting the offsets, like UE4SS)
then editing getNameStuff to have registerSymbol('FNamePool', "NFL1-Win64-Shipping.exe+OFFSET", true) (note: offset without the 0x bit) as the first line in the [Enable] block

This offset is static for the entire update, so you won't need to change it until the next patch. I'd rather not hardcode update-specific addresses if I can help it, but once the updates stabilise it is a possibility.

now it like this

squall23
Cheater
Cheater
Posts: 37
Joined: Tue Mar 07, 2017 12:35 pm
Reputation: 2

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

Post by squall23 »

DrummerIX wrote:
Thu May 22, 2025 12:21 am
EDIT 4.25:

Many are reporting crashes when cooking and crafting and getting Perfect with last 2 tables I posted, so here is an attempted fix to that problem. Please let me know if you still see this problem with this update.
Sorry, Drummer. Just tested it and it's still crashing on Perfect. Went back to an older table and tested that and no problems.

Jessums
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Sep 09, 2023 1:59 am
Reputation: 0

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

Post by Jessums »

Hey, not sure if anyone else has experienced this, but when using the table, the game will sometimes crash when completing one of the dynamic quests on the overworld. Like Cut all Trees, Mine all Ore, etc... I think it has something to do with the splash screen that shows up, or maybe when the game is rewarding points. Just figured I'd mention it. Thanks for the table Drummer.

rafpoop
Cheater
Cheater
Posts: 29
Joined: Sat Jul 18, 2020 10:56 pm
Reputation: 14

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

Post by rafpoop »

Table isn't really working as much for me since the newest update. Can't use infinite items. The health, stamina, dosh, exp multiplier, etc. pointers still seem to be working though!

DrummerIX
ViP
ViP
Posts: 3357
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 4176

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

Post by DrummerIX »

EDIT 4.5:

I played through chapter 3 today. I added the following options:

[*]Infinite Celestial Gifts
[*]Celestial Gifts Gain Multiplier
[*]Celestial Gifts Loss Multiplier

I cannot reproduce a crash when cooking/crafting. I even got my first perfect and it didn't crash on me. Are you all using Infinite Items? Perhaps something there is causing things to mess up with the new version today.

DrummerIX
ViP
ViP
Posts: 3357
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 4176

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

Post by DrummerIX »

By the way, I started from the beginning with the latest changes to Quest Track Multiplier and have mine set to 2 the entire time and haven't faced any obstacles in completing main quests or any other issues that I can tell.

I am not sure about the previous versions of the table if you used Quest Track Multiplier, it might of messed things up. Hard to tell.

Kumisnami
Noobzor
Noobzor
Posts: 11
Joined: Sat Jun 13, 2020 12:43 pm
Reputation: 0

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

Post by Kumisnami »

DrummerIX wrote:
Thu May 22, 2025 4:19 am
By the way, I started from the beginning with the latest changes to Quest Track Multiplier and have mine set to 2 the entire time and haven't faced any obstacles in completing main quests or any other issues that I can tell.

I am not sure about the previous versions of the table if you used Quest Track Multiplier, it might of messed things up. Hard to tell.
In 2.5 I had the multiplier set to 10 or 20. Worked great. Now, regardless of what I set it to on version 4.25 it acts as if it's set to 1.

I did not use any in between versions and have not used 4.5 yet.

Post Reply

Who is online

Users browsing this forum: admantx, AmazonBot, Anklava, Bing [Bot], DotBot, Google Adsense [Bot], Scareon, TranquilityX89, Xarael