Search found 6 matches

by jeankorb
Tue Feb 20, 2024 9:04 pm
Forum: Tables
Topic: Palworld
Replies: 234
Views: 70186

Re: Palworld

You can dissect the memory region taht is the Pal to get all the values for it.Each Pal will be given a set of passive abilities. I managed to change only on single player, of course. I will work later on a Pal Passive skill editor and a list of values that go with it. I mentioned this before, but ...
by jeankorb
Sun Feb 18, 2024 1:15 am
Forum: Tables
Topic: Palworld
Replies: 234
Views: 70186

Script to: Unlimited Base Camps

{ Game : Palworld-Win64-Shipping.exe Version: Date : 2024-01-28 Author : SilverRabbit90 This script does blah blah blah } [ENABLE] aobscanmodule(BaseCampsA,$process,E8 ?? ?? ?? ?? 8B 40 10 48 83 C4 20 5B C3 48) // should be unique alloc(newmem,$1000,BaseCampsA) alloc(originalbytesAl,9) registersymbo...
by jeankorb
Sat Feb 17, 2024 7:39 pm
Forum: Tables
Topic: Palworld
Replies: 234
Views: 70186

proposal for pal edition cheating

a list of skills to select which one to put on the pal
by jeankorb
Sat Feb 17, 2024 7:36 pm
Forum: Tables
Topic: Palworld
Replies: 234
Views: 70186

about the scripts

both scripts do not generate an error.
Stamina works both on foot and mounted.
Weight works as zero weight (if you're overloaded, just drop an item and pick it up again).
by jeankorb
Sat Feb 17, 2024 7:25 pm
Forum: Tables
Topic: Palworld
Replies: 234
Views: 70186

Alternative script for: No Weight

Alternative script for: - No Weight ========================================= { Game : Pal Version: Date : 2024-01-30 Author : Gr1fON This script does blah blah blah } [ENABLE] aobscanmodule(INJECT,$process,48 8B 81 F0 02 00 00 48 89 02 48 8B C2) // should be unique alloc(newmem,$1000,INJECT) label(...
by jeankorb
Sat Feb 17, 2024 7:20 pm
Forum: Tables
Topic: Palworld
Replies: 234
Views: 70186

Alternative script Stamina

Alternative script for: - Full Stamina ======================== { Game : Pal Version: Date : 2024-01-30 Author : Gr1fON This script does blah blah blah } [ENABLE] aobscanmodule(INJECT,$process,F3 0F 11 B3 50 01 00 00 72) // should be unique alloc(newmem,$1000,INJECT) label(code) label(return) newmem...