winyxi How do I cheat?
Reputation: 0
Joined: 15 Feb 2025 Posts: 1
|
Posted: Sat Feb 15, 2025 2:17 am Post subject: Hi all, I would like someone to correct this code |
|
|
Code: | define(address, Terraria.GameContent.Creative.ItemsSacrificedUnlocksTracker::FillListOfItemsThatCanBeObtainedInfinitely)
define(bytes, 55 8B EC 57 56)
[ENABLE]
assert(address, bytes)
alloc(newmem, $10000)
newmem:
// INJECTION CODE HERE ->
// Literally fills list from ID 0 to Last ITEM ID ( Defined bellow )
push ebp
mov ebp,esp
push edi
push esi
mov edi,edx
xor esi,esi
db EB 0C
mov ecx,edi
mov edx,esi
cmp [ecx],ecx
call mscorlib.ni.dll+3E2B60
inc esi
cmp esi,#5455 // Last ITEM ID
setle al
movzx eax,al
test eax,eax
db 75 E4
pop esi
pop edi
pop ebp
ret
address:
jmp newmem
return:
[DISABLE]
address:
db bytes
{push ebp
mov ebp,esp
push edi
push esi}
dealloc(*) |
When this code is activated, the game crashes, most likely due to the fact that a lot of items are loaded at one time. Can someone help me to make the items load gradually?
|
|