Starfield - table v: 1.0.3 CT

Upload your cheat tables here (No requests)
Post Reply
yearhyearh
Noobzor
Noobzor
Posts: 10
Joined: Thu Dec 10, 2020 6:10 pm
Reputation: 3

Re: Starfield - table v: 1.0.2 CT

Post by yearhyearh »

yearhyearh wrote:
Fri Sep 01, 2023 9:30 pm
anyone know how to use the speedhack without it dooming the game to a crash? my game will invariably crash if I use it, not necessarily immediately, but sometimes it's fun to fuck around in slow motion
can anyone help me out with this one?

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

cheatfr
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Sep 03, 2023 5:06 pm
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by cheatfr »

No matter what I do, after I modify skill points while on the skill screen. After I close CE, and consume some of my skill points, it gives me an unable to save game error. Anyone have insights on why?

snz
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Aug 09, 2023 12:46 pm
Reputation: 9

Re: Starfield - table v: 1.0.2 CT

Post by snz »

QoL pickpocket always 100%. I'd reload in case of failure anyway, so this just saves me time.

Code: Select all

{ Game   : Starfield.exe
  Version: 
  Date   : 2023-09-03
  Author : int3

  This script sets pickpocket chance to 100%
}

[ENABLE]

aobscanmodule(INJECTsteal,Starfield.exe,C5 FA 10 05 D9 B0 99 03) // should be unique
alloc(newmem,$1000,INJECTsteal)

label(code)
label(return)

newmem:

code:
  push rcx
  mov rcx, 64
  cvtsi2ss xmm2, rcx // current chance, comment this out to still have some RNG
  cvtsi2ss xmm0, rcx // max chance, default is 90
  pop rcx
  jmp return

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

[DISABLE]

INJECTsteal:
  db C5 FA 10 05 D9 B0 99 03

unregistersymbol(INJECTsteal)
dealloc(newmem)

}

glyth
Expert Cheater
Expert Cheater
Posts: 184
Joined: Tue Aug 29, 2017 4:30 am
Reputation: 5

Re: Starfield - table v: 1.0.2 CT

Post by glyth »

equipment and weapon stat editor be nice i find the mantis pack is underpowdered in jumping capacity

playaxeron
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Jul 10, 2020 6:16 pm
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by playaxeron »

snz wrote:
Sun Sep 03, 2023 5:10 pm
QoL pickpocket always 100%. I'd reload in case of failure anyway, so this just saves me time.
How to use this?

notmo7474
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Feb 17, 2021 4:35 pm
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by notmo7474 »

Can we have ship related cheats please?

Matrix4th
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Dec 29, 2020 4:19 pm
Reputation: 2

Re: Starfield - table v: 1.0.2 CT

Post by Matrix4th »

snz wrote:
Sun Sep 03, 2023 5:10 pm
QoL pickpocket always 100%. I'd reload in case of failure anyway, so this just saves me time.
Works! Thank you

lukaskomarek
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Oct 11, 2020 11:47 am
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by lukaskomarek »

Is there someway to be always hidden? or ignored by ai?

furkan_1227
Cheater
Cheater
Posts: 35
Joined: Wed Sep 20, 2017 2:31 pm
Reputation: 1

Re: Starfield - table v: 1.0.2 CT

Post by furkan_1227 »

yearhyearh wrote:
Sun Sep 03, 2023 1:52 pm
yearhyearh wrote:
Fri Sep 01, 2023 9:30 pm
anyone know how to use the speedhack without it dooming the game to a crash? my game will invariably crash if I use it, not necessarily immediately, but sometimes it's fun to fuck around in slow motion
can anyone help me out with this one?
In my experience game was crashing because of cheat engine or its speed hack too(I couldn't get past tutorial area 5 times due to crashes related to it) but as soon as I stopped using cheat engine crashes stopped happening. After I got past the tutorial area and got into my ship I was able to use cheat engine and its speed hack feature without any crashes. I played using speed hack for around 2 hours without a single crash.

EDIT: It seems like what I wrote above was pure luck. Game still kept crashing whenever I activated speed hack today. However, simply injecting/attaching cheat engine doesn't seem to cause a crash. It seems like game is very sensitive to any speed hacks, fearlessrevolution trainer causes a crash too.
Last edited by furkan_1227 on Tue Sep 05, 2023 1:37 am, edited 1 time in total.

avekeren
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Oct 12, 2020 11:09 am
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by avekeren »

Nice table, thanks for this

Add legendary/epic drop 100% next if you can

Galaktik-V6
Noobzor
Noobzor
Posts: 10
Joined: Mon Sep 07, 2020 10:06 am
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by Galaktik-V6 »

I can't save after using the skill points added with CE do you know why?

HETZER88
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Nov 20, 2020 5:57 am
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by HETZER88 »

Thank you so much for your work so far, it has been a lot of fun to mess around.

Will you be adding more cheats to cheat engine or is this it?

Arafatnehan
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Mar 30, 2018 2:29 pm
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by Arafatnehan »

Hey cheat engine can you please add a No Recoil and No Spread option please? I would REALLY love it.

User avatar
ModEngine
Table Makers
Table Makers
Posts: 403
Joined: Fri Mar 03, 2017 12:17 am
Reputation: 685

Re: Starfield - table v: 1.0.2 CT

Post by ModEngine »

HETZER88 wrote:
Mon Sep 04, 2023 3:02 pm
Thank you so much for your work so far, it has been a lot of fun to mess around.

Will you be adding more cheats to cheat engine or is this it?
More options incoming. I have been having too much fun playing Starfield 🥹

Fairyboy21
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Oct 04, 2020 3:12 am
Reputation: 0

Re: Starfield - table v: 1.0.2 CT

Post by Fairyboy21 »

Any chance of getting max power levels or all powers unlocked

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Alex985, AnotherMan, ct229, Fayrisu, Google Adsense [Bot], Jetstream17, jonaaa, KazperN, lordusa, SemrushBot, squall0833, timechaos69, VelHD