Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Yes.

ok

how do i patch trustcheck?

Deleted 2 years ago

Use a x86 ASM debugger to jump the trustcheck instances.

when u say jump do u then mean delete?

and does it make a difference if i use an x32 debugger instead of an x86 debugger

(+1)

k so here is a trustcheck patching guide (april 2011 and below)

open the client in x32dbg

search string trust check failed for %s

go up 7 or 6 lines and change the jne to jmp (press the space bar)

patch the file 

done

so i opened roblox.exe in x32dbg, but where do i search "trust check failed"? i now understand what is meant by jmp but not how to find the string

(+1)

i will make a full guide on it in my site soon :P

btw i will not forget about this

(+1)

i was too lazy to add it to my site so i did it in github gists

https://gist.github.com/idkwhattoget/2fc2a0ae3b3b0e6b94e7f0c464c8b3e6

thanks a lot for this!

but since you're not doing the trustcheck tutorial can you please send me a link to a good tutorial for it

why is it gone now

IT WORKED, thank you so much, you can't imagine how thanful i am!