Search found 2 matches

by ahmadmahrous_1
Fri May 24, 2019 4:53 pm
Forum: Tables
Topic: Astroneer
Replies: 507
Views: 369277

Re: Astroneer

Hi, I am trying to make a free crafting cheat I got a 4 byte value to be 1 if crafting requirements is met and 0 if not met then i found what access this address and got this code mov [rax],ecx by code injection i injected mov [rax],1 but when activate script the game close I tried that, not gonna ...
by ahmadmahrous_1
Thu May 23, 2019 10:59 pm
Forum: Tables
Topic: Astroneer
Replies: 507
Views: 369277

Re: Astroneer

Hi,
I am trying to make a free crafting cheat
I got a 4 byte value to be 1 if crafting requirements is met and 0 if not met
then i found what access this address and got this code
mov [rax],ecx
by code injection i injected
mov [rax],1
but when activate script the game close