Search found 2 matches

by nativedavid33
Sat Oct 14, 2017 2:03 am
Forum: Cheat Engine
Topic: How Do I Merge Code In Cheat Engine
Replies: 2
Views: 3757

Re: How Do I Merge Code In Cheat Engine

You never allocate newmem2, that is one issue here... There's more though, first of all you're just nopping stuff, you don't need memory for that. Then in the first injection the "jump below"-code will change and lead to a crash, that's the reasons why you use aob in the first place :P If you wante...
by nativedavid33
Thu Oct 12, 2017 11:27 am
Forum: Cheat Engine
Topic: How Do I Merge Code In Cheat Engine
Replies: 2
Views: 3757

How Do I Merge Code In Cheat Engine

So I saw a few topics on how I could merge code in Cheat Engine. I tried what it told me, yet it only causes a crash. The first script does what I need it to do with no issues, but the second script I attempted to merge it with, causes the game to crash. Any idea what it could be? I feel like it is ...