Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Upload your cheat tables here (No requests)
acecel
Expert Cheater
Expert Cheater
Posts: 851
Joined: Sun Apr 09, 2017 1:32 am
Reputation: 142

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by acecel »

Is it normal that Deluxe Edition's lightsaber components/skins are not unlocked via the cosmetics unlocker script ? (Mygeeto and Umbaran for example)
Like theses ones :
Image

You can see all the rewards for this version here
[Link]

Or it is supposed to be unlocked too and there is something wrong on my computer ?

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

CheatingMuppet
Table Makers
Table Makers
Posts: 139
Joined: Sun Apr 14, 2019 1:51 pm
Reputation: 146

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by CheatingMuppet »

acecel wrote:
Sun Jun 28, 2020 9:54 pm
Is it normal that Deluxe Edition's lightsaber components/skins are not unlocked via the cosmetics unlocker script ? (Mygeeto and Umbaran for example)
Like theses ones :
Image

You can see all the rewards for this version here
[Link]

Or it is supposed to be unlocked too and there is something wrong on my computer ?
Deluxe edition items are not supposed to get unlocked. Since I made this table using the regular edition there was no way for me to know the IDs of any of the special stuff from the deluxe edition.
Also I'm surprised this table still works as it was made for the original release version.

User avatar
teinousi
Expert Cheater
Expert Cheater
Posts: 281
Joined: Wed Mar 29, 2017 10:19 am
Reputation: 31

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by teinousi »

CheatingMuppet wrote:
Sun Jun 28, 2020 10:23 pm
Can you add a script for infinite force power ? :(

CheatingMuppet
Table Makers
Table Makers
Posts: 139
Joined: Sun Apr 14, 2019 1:51 pm
Reputation: 146

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by CheatingMuppet »

teinousi wrote:
Fri Jul 03, 2020 1:46 am
CheatingMuppet wrote:
Sun Jun 28, 2020 10:23 pm
Can you add a script for infinite force power ? :(
No I cannot, I don't have the game anymore.

lerthe61
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Feb 09, 2021 1:18 am
Reputation: 2

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by lerthe61 »

Script for unlimited power.

Code: Select all

{ Game   : starwarsjedifallenorder.exe
  Version: 
  Date   : 2021-02-08
  Author : lerthe61

  Unlimited power
}

[ENABLE]

aobscanmodule(INJECT,starwarsjedifallenorder.exe,F3 0F 11 B7 7C 01 00 00 77 14) // should be unique
alloc(newmem,$1000,INJECT)
alloc(val,8)

label(code)
label(return)

val:
dd (float)250.0

registersymbol(val)

newmem:
  movss xmm6,[val]
code:
  movss [rdi+0000017C],xmm6
  jmp return

INJECT:
  jmp newmem
  nop 3
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db F3 0F 11 B7 7C 01 00 00
dealloc(val)
unregistersymbol(val)
unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: starwarsjedifallenorder.exe+7EBA311

starwarsjedifallenorder.exe+7EBA2D5: F3 0F 58 87 D0 01 00 00        - addss xmm0,[rdi+000001D0]
starwarsjedifallenorder.exe+7EBA2DD: C7 87 D4 01 00 00 FF FF 7F 7F  - mov [rdi+000001D4],7F7FFFFF
starwarsjedifallenorder.exe+7EBA2E7: F3 0F 11 87 D8 01 00 00        - movss [rdi+000001D8],xmm0
starwarsjedifallenorder.exe+7EBA2EF: F3 0F 10 5E 18                 - movss xmm3,[rsi+18]
starwarsjedifallenorder.exe+7EBA2F4: E8 E7 98 C2 F8                 - call starwarsjedifallenorder.exe+AE3BE0
starwarsjedifallenorder.exe+7EBA2F9: 80 BF B8 01 00 00 00           - cmp byte ptr [rdi+000001B8],00
starwarsjedifallenorder.exe+7EBA300: F3 0F 58 B7 7C 01 00 00        - addss xmm6,[rdi+0000017C]
starwarsjedifallenorder.exe+7EBA308: 75 04                          - jne starwarsjedifallenorder.exe+7EBA30E
starwarsjedifallenorder.exe+7EBA30A: F3 0F 5F F7                    - maxss xmm6,xmm7
starwarsjedifallenorder.exe+7EBA30E: 0F 2F F7                       - comiss xmm6,xmm7
// ---------- INJECTING HERE ----------
starwarsjedifallenorder.exe+7EBA311: F3 0F 11 B7 7C 01 00 00        - movss [rdi+0000017C],xmm6
// ---------- DONE INJECTING  ----------
starwarsjedifallenorder.exe+7EBA319: 77 14                          - ja starwarsjedifallenorder.exe+7EBA32F
starwarsjedifallenorder.exe+7EBA31B: 8B 46 18                       - mov eax,[rsi+18]
starwarsjedifallenorder.exe+7EBA31E: 48 89 DA                       - mov rdx,rbx
starwarsjedifallenorder.exe+7EBA321: 48 89 F9                       - mov rcx,rdi
starwarsjedifallenorder.exe+7EBA324: 89 87 DC 01 00 00              - mov [rdi+000001DC],eax
starwarsjedifallenorder.exe+7EBA32A: E8 A1 BF B9 F8                 - call starwarsjedifallenorder.exe+A562D0
starwarsjedifallenorder.exe+7EBA32F: 0F 28 74 24 40                 - movaps xmm6,[rsp+40]
starwarsjedifallenorder.exe+7EBA334: B0 01                          - mov al,01
starwarsjedifallenorder.exe+7EBA336: 0F 28 7C 24 30                 - movaps xmm7,[rsp+30]
starwarsjedifallenorder.exe+7EBA33B: 48 8B 5C 24 68                 - mov rbx,[rsp+68]
}

Akuma
Cheater
Cheater
Posts: 27
Joined: Thu Mar 02, 2017 11:33 pm
Reputation: 36

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by Akuma »

Did anyone try to "FIX" this camera. I dont want to brush up on my calculus tell me someone has some camera pointers.

Akuma
Cheater
Cheater
Posts: 27
Joined: Thu Mar 02, 2017 11:33 pm
Reputation: 36

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by Akuma »

Image
[Link]


I have saber structure from your player base address. This could remove the script and the LUA injection.

I ask if I can post? I dont like contributing without permission as this is your project and I used your base address injection as the root.

CheatingMuppet
Table Makers
Table Makers
Posts: 139
Joined: Sun Apr 14, 2019 1:51 pm
Reputation: 146

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by CheatingMuppet »

Akuma wrote:
Thu Dec 29, 2022 9:22 pm
Image
[Link]


I have saber structure from your player base address. This could remove the script and the LUA injection.

I ask if I can post? I dont like contributing without permission as this is your project and I used your base address injection as the root.
What exactly have you done ?
Just removed some feature from the table ?

Akuma
Cheater
Cheater
Posts: 27
Joined: Thu Mar 02, 2017 11:33 pm
Reputation: 36

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by Akuma »

I found SABER STRUCTURE from base address which will no longer require your "Lighsaber RGB" script.

Pointers from playerbase injection to saber colors is what was found. I uploaded image to show the structure.

Yes, It is a removal, but anytime you can remove injection and especially injection in the area of the code you are using is a win. Credit given for injecting into tht mess and keeping it stable. You spent some time on tht, I was impressed. :)

Its an old game I wanted to play before the sequel and thr is couple things I would like to address(FIX) with the camera and I asked permission to jump on your project vs starting a new thread for an OLD game like this. If its cool with you I wanna contribute to what you made; with you linking one of my post in your initial post as the New Table Link.

CheatingMuppet
Table Makers
Table Makers
Posts: 139
Joined: Sun Apr 14, 2019 1:51 pm
Reputation: 146

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by CheatingMuppet »

Akuma wrote:
Fri Dec 30, 2022 9:39 pm
I found SABER STRUCTURE from base address which will no longer require your "Lighsaber RGB" script.

Pointers from playerbase injection to saber colors is what was found. I uploaded image to show the structure.

Yes, It is a removal, but anytime you can remove injection and especially injection in the area of the code you are using is a win. Credit given for injecting into tht mess and keeping it stable. You spent some time on tht, I was impressed. :)

Its an old game I wanted to play before the sequel and thr is couple things I would like to address(FIX) with the camera and I asked permission to jump on your project vs starting a new thread for an OLD game like this. If its cool with you I wanna contribute to what you made; with you linking one of my post in your initial post as the New Table Link.
Sure, that sounds fine.
Sorry for the delay, I don't check here very often any longer.

Ita39
Noobzor
Noobzor
Posts: 5
Joined: Mon May 01, 2023 9:20 pm
Reputation: 0

Re: Star Wars Jedi: Fallen Order | Cosmetics Unlocker, Saber Color Changer and more

Post by Ita39 »

@CheatingMuppet
I hope you'll jump into Jedi Survivor aswell, looking forward to seeing the saber edits and all XP

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Bing [Bot], BlackMonster, BLEXBot, DafidThicky, DotBot, eclyage, Google Adsense [Bot], laotan123, limoonfeat, LordGrimoire, robicab, Zanzer