Astroneer

Upload your cheat tables here (No requests)
User avatar
HylianZ
Expert Cheater
Expert Cheater
Posts: 268
Joined: Thu Mar 23, 2017 5:37 pm
Reputation: 71

Re: Astroneer

Post by HylianZ »

Natural bug. No worries.

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

squall0833
Table Makers
Table Makers
Posts: 196
Joined: Sat Mar 04, 2017 1:46 pm
Reputation: 81

Re: Astroneer

Post by squall0833 »

Zanzer wrote:
Sat Jul 06, 2019 4:25 pm
Here's Craft for Free. Copy it and press CTRL+V inside CE's main screen to add it to your table.

squall0833, feel free to add it to your table.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>421</ID>
      <Description>"Craft for Free"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(free_craft,Astro-Win64-Shipping.exe,08 01 00 00 48 8B CB E8 ?? ?? ?? ?? 48 8B C3 48 83 C4 30)
alloc(newmem,$1000,free_craft)

label(code)
label(return)

newmem:

code:
  mov rax,rbx
  mov [rax+8],0
  add rsp,30
  jmp return

free_craft+0C:
  jmp newmem
  nop
  nop
return:
registersymbol(free_craft)

[DISABLE]
free_craft+0C:
  db 48 8B C3 48 83 C4 30
unregistersymbol(free_craft)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Astro-Win64-Shipping.exe"+7298D0

"Astro-Win64-Shipping.exe"+7298AD: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298AE: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298AF: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298B0: 40 53                    -  push rbx
"Astro-Win64-Shipping.exe"+7298B2: 48 83 EC 30              -  sub rsp,30
"Astro-Win64-Shipping.exe"+7298B6: 48 8B DA                 -  mov rbx,rdx
"Astro-Win64-Shipping.exe"+7298B9: C7 44 24 20 00 00 00 00  -  mov [rsp+20],00000000
"Astro-Win64-Shipping.exe"+7298C1: 48 8D 91 08 01 00 00     -  lea rdx,[rcx+00000108]
"Astro-Win64-Shipping.exe"+7298C8: 48 8B CB                 -  mov rcx,rbx
"Astro-Win64-Shipping.exe"+7298CB: E8 C0 0D FF FF           -  call Astro-Win64-Shipping.exe+71A690
// ---------- INJECTING HERE ----------
"Astro-Win64-Shipping.exe"+7298D0: 48 8B C3                 -  mov rax,rbx
"Astro-Win64-Shipping.exe"+7298D3: 48 83 C4 30              -  add rsp,30
// ---------- DONE INJECTING  ----------
"Astro-Win64-Shipping.exe"+7298D7: 5B                       -  pop rbx
"Astro-Win64-Shipping.exe"+7298D8: C3                       -  ret 
"Astro-Win64-Shipping.exe"+7298D9: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DA: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DB: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DC: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DD: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DE: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DF: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298E0: 40 53                    -  push rbx
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Oh wow! Thanks for the cheat, I'll add it to the table now :D

squall0833
Table Makers
Table Makers
Posts: 196
Joined: Sat Mar 04, 2017 1:46 pm
Reputation: 81

Re: Astroneer

Post by squall0833 »

HylianZ wrote:
Mon Jul 08, 2019 2:06 pm
Natural bug. No worries.
lol Zanzer just added the cheat you and most of ppl were waiting for

i added it to the table,, thanks to zanzer and enjoy :D

xk7pg
Noobzor
Noobzor
Posts: 5
Joined: Wed May 08, 2019 12:46 pm
Reputation: 1

Re: Astroneer

Post by xk7pg »

Zanzer wrote:
Sat Jul 06, 2019 4:25 pm
Here's Craft for Free. Copy it and press CTRL+V inside CE's main screen to add it to your table.

squall0833, feel free to add it to your table.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>421</ID>
      <Description>"Craft for Free"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(free_craft,Astro-Win64-Shipping.exe,08 01 00 00 48 8B CB E8 ?? ?? ?? ?? 48 8B C3 48 83 C4 30)
alloc(newmem,$1000,free_craft)

label(code)
label(return)

newmem:

code:
  mov rax,rbx
  mov [rax+8],0
  add rsp,30
  jmp return

free_craft+0C:
  jmp newmem
  nop
  nop
return:
registersymbol(free_craft)

[DISABLE]
free_craft+0C:
  db 48 8B C3 48 83 C4 30
unregistersymbol(free_craft)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Astro-Win64-Shipping.exe"+7298D0

"Astro-Win64-Shipping.exe"+7298AD: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298AE: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298AF: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298B0: 40 53                    -  push rbx
"Astro-Win64-Shipping.exe"+7298B2: 48 83 EC 30              -  sub rsp,30
"Astro-Win64-Shipping.exe"+7298B6: 48 8B DA                 -  mov rbx,rdx
"Astro-Win64-Shipping.exe"+7298B9: C7 44 24 20 00 00 00 00  -  mov [rsp+20],00000000
"Astro-Win64-Shipping.exe"+7298C1: 48 8D 91 08 01 00 00     -  lea rdx,[rcx+00000108]
"Astro-Win64-Shipping.exe"+7298C8: 48 8B CB                 -  mov rcx,rbx
"Astro-Win64-Shipping.exe"+7298CB: E8 C0 0D FF FF           -  call Astro-Win64-Shipping.exe+71A690
// ---------- INJECTING HERE ----------
"Astro-Win64-Shipping.exe"+7298D0: 48 8B C3                 -  mov rax,rbx
"Astro-Win64-Shipping.exe"+7298D3: 48 83 C4 30              -  add rsp,30
// ---------- DONE INJECTING  ----------
"Astro-Win64-Shipping.exe"+7298D7: 5B                       -  pop rbx
"Astro-Win64-Shipping.exe"+7298D8: C3                       -  ret 
"Astro-Win64-Shipping.exe"+7298D9: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DA: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DB: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DC: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DD: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DE: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298DF: CC                       -  int 3 
"Astro-Win64-Shipping.exe"+7298E0: 40 53                    -  push rbx
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Thank you so much for solving this

User avatar
EnterpriseNL
Expert Cheater
Expert Cheater
Posts: 199
Joined: Fri Sep 01, 2017 1:35 pm
Reputation: 42

Re: Astroneer

Post by EnterpriseNL »

squall0833 wrote:
Mon Jul 08, 2019 12:58 pm
EnterpriseNL wrote:
Sat Jul 06, 2019 1:20 am
squall0833 wrote:
Sun Aug 26, 2018 8:24 am
UPDATED 23 June 2019 : Astroneer 1.2.8.0 v2 (Works on 1.2.9.0)



Thanks for this, hope craft for free will be part of it one day, just encountered a very frustrating bug where our large rover just dissapeared with 2RTG gens and 2 medium batteries on it,
Was that caused by the cheat table? :shock:

it's been a while to see rover bug like that in the game :lol:
No, the table is fine, it's a game bug, that's why the free craft was needed.

SilverKaiser
Novice Cheater
Novice Cheater
Posts: 15
Joined: Wed Aug 15, 2018 9:51 pm
Reputation: 0

Re: Astroneer

Post by SilverKaiser »

Well now its on 1.2.10 and the table no longer works at all apparently.

SilverKaiser
Novice Cheater
Novice Cheater
Posts: 15
Joined: Wed Aug 15, 2018 9:51 pm
Reputation: 0

Re: Astroneer

Post by SilverKaiser »

SilverKaiser wrote:
Sat Jul 13, 2019 2:51 am
Well now its on 1.2.10 and the table no longer works at all apparently.
Just realized im on the microsoft store one whoops.

Ashar
Expert Cheater
Expert Cheater
Posts: 276
Joined: Mon May 01, 2017 7:04 pm
Reputation: 33

Re: Astroneer

Post by Ashar »

table still works fine for me, btw the free crafting is a game changer, i can make an entire base without moving, build a small crafter for free, then a medium, then a large, platforms everything, its insane.

squall0833
Table Makers
Table Makers
Posts: 196
Joined: Sat Mar 04, 2017 1:46 pm
Reputation: 81

Re: Astroneer

Post by squall0833 »

Ashar wrote:
Sat Jul 13, 2019 11:42 pm
table still works fine for me, btw the free crafting is a game changer, i can make an entire base without moving, build a small crafter for free, then a medium, then a large, platforms everything, its insane.
it turns ur game into creative mode already :lol:

Ashar
Expert Cheater
Expert Cheater
Posts: 276
Joined: Mon May 01, 2017 7:04 pm
Reputation: 33

Re: Astroneer

Post by Ashar »

needs update plz, lunar patch out today, massive power option wont even activate

PrimalByte
Noobzor
Noobzor
Posts: 9
Joined: Sun Mar 19, 2017 11:55 am
Reputation: 0

Re: Astroneer

Post by PrimalByte »

I'm lost with the whole paste into CE main screen, I paste but nothing appears!
Is the Free Craft included in the latest, cos I can't see a trigger for it. Help!

lantash39
Noobzor
Noobzor
Posts: 13
Joined: Fri Jul 19, 2019 3:06 pm
Reputation: 0

Re: Astroneer

Post by lantash39 »

Which option should i uncheck to normally use soil centrifuge? ver. 1.2.8.0 Anybody please?
I cannot use trade platform too :( what am i doing wrong?
Last edited by lantash39 on Sat Jul 27, 2019 5:25 pm, edited 2 times in total.

Ashar
Expert Cheater
Expert Cheater
Posts: 276
Joined: Mon May 01, 2017 7:04 pm
Reputation: 33

Re: Astroneer

Post by Ashar »

free crafting, it effects everything that makes anything.

PrimalByte
Noobzor
Noobzor
Posts: 9
Joined: Sun Mar 19, 2017 11:55 am
Reputation: 0

Re: Astroneer

Post by PrimalByte »

Still can't Free Craft to work. This is killing me!

squall0833
Table Makers
Table Makers
Posts: 196
Joined: Sat Mar 04, 2017 1:46 pm
Reputation: 81

Re: Astroneer

Post by squall0833 »

updated infinite power for 1.3.11.0


other cheats are still working on 1.3.11.0

take note only for Steam version Astroneer

does not work for microsoft store version

Ashar wrote:
Fri Jul 19, 2019 10:39 pm
free crafting, it effects everything that makes anything.

yes, it works on everything that craft stuff, including ur backpack

it somewhat disables some modules to work normally, for example shredder

nothing we can do because it is how the code works

so, use only when u need to craft something for free, turn it off when u're not using it.

Post Reply

Who is online

Users browsing this forum: AhrefsBot, baboy22, DotBot, Eccentricitet, Google [Bot], Google Adsense [Bot], loci22, Odessax, thievery, xHidan