Page 1 of 1

Shapez 2 Blueprint Cheat Table

Posted: Thu May 09, 2024 12:02 am
by iTheGreatJokeri
I couldn't find this game's hack anywhere so i did it by myself and thought more people might be searching this , so here you go.

Use Numerical 1 to get the table going :)

Game Version : Alpha 15.3 (2023.3.10.14226) :D

This is the original code =

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,1321ADF3FA2) 
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
mov [rax],rcx
mov rax,[rsi+10]

exit:
jmp returnhere

1321ADF3FA2:
jmp newmem
nop 2
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
1321ADF3FA2:
db 48 89 08 48 8B 46 10
//mov [rax],rcx
//mov rax,[rsi+10]