Palworld

Upload your cheat tables here (No requests)
SidSeal
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jun 17, 2024 8:59 pm
Reputation: 0

Re: Palworld

Post by SidSeal »

Csjete wrote:
Thu Feb 15, 2024 1:19 am
Crippledbarnacle wrote:
Wed Feb 14, 2024 10:27 pm
Is this tested for the Xbox gamepass version or only steam? Most of the boxes aren't able to be checked. Table looks great though
This was only tested on Steam. You can change the target to $process and it should attempt to manipulate data. I will do this also for the next update.
I'm using it for PC Gamepass version. Only thing that works currently is make all Pals big/shiny. Other boxes won't check. Not sure how to change the target to $process

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
Csjete
Table Makers
Table Makers
Posts: 88
Joined: Tue Aug 01, 2023 3:21 am
Reputation: 78

Re: Palworld

Post by Csjete »

SidSeal wrote:
Sat Jun 29, 2024 10:00 pm
Csjete wrote:
Thu Feb 15, 2024 1:19 am
Crippledbarnacle wrote:
Wed Feb 14, 2024 10:27 pm
Is this tested for the Xbox gamepass version or only steam? Most of the boxes aren't able to be checked. Table looks great though
This was only tested on Steam. You can change the target to $process and it should attempt to manipulate data. I will do this also for the next update.
I'm using it for PC Gamepass version. Only thing that works currently is make all Pals big/shiny. Other boxes won't check. Not sure how to change the target to $process
You've almost answered your own question.
Open the <script> and change the process name "Palworld_blah.exe" to $process and it should work for you that way.

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

Re: Palworld

Post by miabi »

濒危物种猫咪 wrote:
Sat Jun 29, 2024 4:20 pm
Csjete wrote:
Fri Jun 28, 2024 1:46 pm
The infinite sphere/ammo is going to be a work in progress for now. I can't seem to replicate it again.
The dupe works on spheres, however; still needs testing on ammuntions. And other items.
Update No Ammo/Sphere consume to 0.3.2

Code: Select all

[ENABLE]

aobscanmodule(InfPalballs,Palworld-Win64-Shipping.exe,4885??0F84????????F7????????????0F85????????488B??E8????????4885??0F84????????F7????????????0F85????????488B??E8????????4889) // should be unique
aobscanmodule(InfAmmo,Palworld-Win64-Shipping.exe,89????3B??74??4883????E8) // should be unique
InfPalballs:
db 90 90 90
InfAmmo:
db 90 90 90
[DISABLE]

InfPalballs:
  db 48 85 C0
InfAmmo:
  db 89 41 7C
unregistersymbol(InfPalballs InfAmmo)

This memory area is easy to change, maybe we have to use other methods to achieve this function
anyway,thanku for your contribution,there are a lot of things need to update
how do you set it up with the cheat table?

SidSeal
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jun 17, 2024 8:59 pm
Reputation: 0

Re: Palworld

Post by SidSeal »

Csjete wrote:
Sat Jun 29, 2024 10:33 pm
SidSeal wrote:
Sat Jun 29, 2024 10:00 pm
Csjete wrote:
Thu Feb 15, 2024 1:19 am


This was only tested on Steam. You can change the target to $process and it should attempt to manipulate data. I will do this also for the next update.
I'm using it for PC Gamepass version. Only thing that works currently is make all Pals big/shiny. Other boxes won't check. Not sure how to change the target to $process
You've almost answered your own question.
Open the <script> and change the process name "Palworld_blah.exe" to $process and it should work for you that way.
Not sure how to open the script. When I try to use it/used it before, I opened Palworld, then opened the cheat engine file that I downloaded from here, chose the process, and it was good to go. I don't know how to access the raw script behind it.

Sorry if this seems like a pedantic question but I'm kind of a noob when it comes to this stuff. The most advanced thing I've done is using the auto assemble tool in memory viewer in order to add the code that stopped the game from crashing when loading a save into multiplayer to an existing cheat table.

User avatar
濒危物种猫咪
Table Makers
Table Makers
Posts: 168
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143

Re: Palworld

Post by 濒危物种猫咪 »

miabi wrote:
Sun Jun 30, 2024 6:01 pm
濒危物种猫咪 wrote:
Sat Jun 29, 2024 4:20 pm
Csjete wrote:
Fri Jun 28, 2024 1:46 pm
The infinite sphere/ammo is going to be a work in progress for now. I can't seem to replicate it again.
The dupe works on spheres, however; still needs testing on ammuntions. And other items.
Update No Ammo/Sphere consume to 0.3.2

Code: Select all

[ENABLE]

aobscanmodule(InfPalballs,Palworld-Win64-Shipping.exe,4885??0F84????????F7????????????0F85????????488B??E8????????4885??0F84????????F7????????????0F85????????488B??E8????????4889) // should be unique
aobscanmodule(InfAmmo,Palworld-Win64-Shipping.exe,89????3B??74??4883????E8) // should be unique
InfPalballs:
db 90 90 90
InfAmmo:
db 90 90 90
[DISABLE]

InfPalballs:
  db 48 85 C0
InfAmmo:
  db 89 41 7C
unregistersymbol(InfPalballs InfAmmo)

This memory area is easy to change, maybe we have to use other methods to achieve this function
anyway,thanku for your contribution,there are a lot of things need to update
how do you set it up with the cheat table?
creat a script and put them in

User avatar
Csjete
Table Makers
Table Makers
Posts: 88
Joined: Tue Aug 01, 2023 3:21 am
Reputation: 78

Re: Palworld

Post by Csjete »

SidSeal wrote:
Sun Jun 30, 2024 7:41 pm
Csjete wrote:
Sat Jun 29, 2024 10:33 pm
SidSeal wrote:
Sat Jun 29, 2024 10:00 pm


I'm using it for PC Gamepass version. Only thing that works currently is make all Pals big/shiny. Other boxes won't check. Not sure how to change the target to $process
You've almost answered your own question.
Open the <script> and change the process name "Palworld_blah.exe" to $process and it should work for you that way.
Not sure how to open the script. When I try to use it/used it before, I opened Palworld, then opened the cheat engine file that I downloaded from here, chose the process, and it was good to go. I don't know how to access the raw script behind it.

Sorry if this seems like a pedantic question but I'm kind of a noob when it comes to this stuff. The most advanced thing I've done is using the auto assemble tool in memory viewer in order to add the code that stopped the game from crashing when loading a save into multiplayer to an existing cheat table.
Here's an image to show where to click and what to edit. Follow Left to Right.
Image

SidSeal
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jun 17, 2024 8:59 pm
Reputation: 0

Re: Palworld

Post by SidSeal »

Csjete wrote:
Tue Jul 02, 2024 9:15 am
SidSeal wrote:
Sun Jun 30, 2024 7:41 pm
Csjete wrote:
Sat Jun 29, 2024 10:33 pm


You've almost answered your own question.
Open the <script> and change the process name "Palworld_blah.exe" to $process and it should work for you that way.
Not sure how to open the script. When I try to use it/used it before, I opened Palworld, then opened the cheat engine file that I downloaded from here, chose the process, and it was good to go. I don't know how to access the raw script behind it.

Sorry if this seems like a pedantic question but I'm kind of a noob when it comes to this stuff. The most advanced thing I've done is using the auto assemble tool in memory viewer in order to add the code that stopped the game from crashing when loading a save into multiplayer to an existing cheat table.
Here's an image to show where to click and what to edit. Follow Left to Right.
Image
When I click on that stuff it looks a little different

So here I double click on the script for Pal edit

Image

But then this comes up:

Image

After aobscanmodule, instead of "INJECT" it has "pal" there, and in the second part "$process" is already there. Do I change "pal" to "INJECT" ?

User avatar
TheDark1337
Noobzor
Noobzor
Posts: 6
Joined: Tue Jul 02, 2024 10:27 pm
Reputation: 0

Re: Palworld

Post by TheDark1337 »

Registered here just to thank you for sharing this; I have been testing this in an online server with the latest Steam release of Palworld and everything seems to be working perfectly except for the infinite ammo and sphere duplication (or maybe I'm doing that last one wrong).

There is a mod called Regen Ammo over at Nexus that seems to be working but needs to be activated by chat command, if you could add that without the need for the latter, it'd be amazing.

Oh and the infinite stamina is great but can you make it so the stamina bar doesn't show up at all, like in that Palword trainer from one of the websites-that-shall-not-be-named (which states it doesn't work online but it actually does)?

Keep up the good work! :D

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

Re: Palworld

Post by miabi »

TheDark1337 wrote:
Tue Jul 02, 2024 11:00 pm
Registered here just to thank you for sharing this; I have been testing this in an online server with the latest Steam release of Palworld and everything seems to be working perfectly except for the infinite ammo and sphere duplication (or maybe I'm doing that last one wrong).

There is a mod called Regen Ammo over at Nexus that seems to be working but needs to be activated by chat command, if you could add that without the need for the latter, it'd be amazing.

Oh and the infinite stamina is great but can you make it so the stamina bar doesn't show up at all, like in that Palword trainer from one of the websites-that-shall-not-be-named (which states it doesn't work online but it actually does)?

Keep up the good work! :D
it works for you? things still do not work on my end... (besides the one script 濒危物种猫咪 shared)

User avatar
TheDark1337
Noobzor
Noobzor
Posts: 6
Joined: Tue Jul 02, 2024 10:27 pm
Reputation: 0

Re: Palworld

Post by TheDark1337 »

miabi wrote:
Wed Jul 03, 2024 7:44 am
TheDark1337 wrote:
Tue Jul 02, 2024 11:00 pm
(...)
it works for you? things still do not work on my end... (besides the one script 濒危物种猫咪 shared)
Are you also playing on the Steam release with the latest version (v0.3.2 - the hotfix released right after the major Sakurajima update)?

I haven't tested that script yet for the infinite ammo, but I can least state that infinite stamina works and I've tested it both on an official server and a community dedicated one.

SirRJS
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jul 04, 2024 10:05 am
Reputation: 0

Re: Palworld

Post by SirRJS »

Anyone figured out duping items? i got free catch and stamina fine

Nymerius
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Jul 05, 2024 9:09 am
Reputation: 2

Re: Palworld

Post by Nymerius »

SirRJS wrote:
Thu Jul 04, 2024 10:06 am
Anyone figured out duping items? i got free catch and stamina fine
There is a video if you scroll through around page 17 or 16 if I am not mistaken.

Basically:
1) put one item you want to dupe on your inventory (press tab) (must be in quantity of 2 or more).
2) your inventory must be empty including your equipment, basically do it naked to be safe.
3) open cheat engine and activate the dupe (click on the box)
4) return back to game and open your inventory, CTRL+CLICK your item and drag it down to the slot below it (the number will increase randomly)
5) open back cheat engine and DIACTIVATE the dupe by clicking back on the box you click/tick
6) return back to game to your inventory, now CTRL+CLICK and drag again the dupe items on the 2nd slot and bring it back to the first original slot item (you will see the 2nd slot items number change again randomly
7) now again, CTRL+CLICK and drag the 2nd slot dupe item DOWN to 3rd slot, if you do it correctly it will dupe the item but the quantity will be ONE.
8) Drag the 2nd slot dupe items down (no need to ctrl+click) and if you did the steps correctly, the quantity of the dupe materials on the 3rd slot will change to 9999. congratulations you have dupe an item.
9) discard the 2nd slot dupe items.
10) I usually ctrl+click first slot item down again and the quantity will change back to 1.

3 slots for the dupe to work and i do it vertically meaning starting from top left of the inventory box and drag down not right.

that's basically how i use the dupe cheat, might not be the right way or could be easier steps but it works for me.

mapleinuga
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Apr 27, 2020 11:53 am
Reputation: 0

Re: Palworld

Post by mapleinuga »

is the pal edit still working?

Daaark
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Jul 05, 2024 12:09 am
Reputation: 1

Re: Palworld

Post by Daaark »

Nymerius wrote:
Fri Jul 05, 2024 9:26 am
SirRJS wrote:
Thu Jul 04, 2024 10:06 am
Anyone figured out duping items? i got free catch and stamina fine
There is a video if you scroll through around page 17 or 16 if I am not mistaken.

Basically:
1) put one item you want to dupe on your inventory (press tab) (must be in quantity of 2 or more).
2) your inventory must be empty including your equipment, basically do it naked to be safe.
3) open cheat engine and activate the dupe (click on the box)
4) return back to game and open your inventory, CTRL+CLICK your item and drag it down to the slot below it (the number will increase randomly)
5) open back cheat engine and DIACTIVATE the dupe by clicking back on the box you click/tick
6) return back to game to your inventory, now CTRL+CLICK and drag again the dupe items on the 2nd slot and bring it back to the first original slot item (you will see the 2nd slot items number change again randomly
7) now again, CTRL+CLICK and drag the 2nd slot dupe item DOWN to 3rd slot, if you do it correctly it will dupe the item but the quantity will be ONE.
8) Drag the 2nd slot dupe items down (no need to ctrl+click) and if you did the steps correctly, the quantity of the dupe materials on the 3rd slot will change to 9999. congratulations you have dupe an item.
9) discard the 2nd slot dupe items.
10) I usually ctrl+click first slot item down again and the quantity will change back to 1.

3 slots for the dupe to work and i do it vertically meaning starting from top left of the inventory box and drag down not right.

that's basically how i use the dupe cheat, might not be the right way or could be easier steps but it works for me.
Thank you so much for this step by step guide, worked perfectly :)

lordblazing
Noobzor
Noobzor
Posts: 5
Joined: Sat Mar 26, 2022 5:22 am
Reputation: 0

Re: Palworld

Post by lordblazing »

Is there a 0.3.2 version, cause I only see a 0.3.1 on page 1 but it says current version 0.3.2 at the top

Post Reply

Who is online

Users browsing this forum: Csimbi, Dhest, DotBot, Google [Bot], Google Adsense [Bot], YandexBot