Search found 3 matches

by jmkdev
Sat Oct 10, 2020 1:07 am
Forum: Cheat Engine Lua Scripting
Topic: Can I Nop Opcode from script?
Replies: 6
Views: 9579

Re: Can I Nop Opcode from script?

Hello. I was able to use what you said to nop a certain address, but now I'm having a different issue. The opcode address changes every time the game resets. I need to look at what opcodes are accessing an address, like when you right click on an address and click "Find out what writes to this addre...
by jmkdev
Fri Oct 09, 2020 12:54 pm
Forum: Cheat Engine Lua Scripting
Topic: Can I Nop Opcode from script?
Replies: 6
Views: 9579

Re: Can I Nop Opcode from script?

Can you explain what exactly this is doing? From what I gather you are NOPing address 2C40. Is that correct?
by jmkdev
Fri Oct 09, 2020 12:14 am
Forum: Cheat Engine Lua Scripting
Topic: Can I Nop Opcode from script?
Replies: 6
Views: 9579

Can I Nop Opcode from script?

Hello. I'm working on a freecam mod for an emulated PS2 game. It works fine so far, but I have to manually Nop certain Opcodes that set the camera position. The addresses for these opcodes always stay the same. How do I Nop an opcode from within a Lua script?