Search found 3 matches

by iosufdhgd
Wed Apr 03, 2024 1:13 am
Forum: Cheat Engine Lua Scripting
Topic: AOB Scan and Replace All script
Replies: 0
Views: 867

AOB Scan and Replace All script

Every script I make crashes my Cheat Engine, so I thought I'd start fresh and get some help here. Looking to scan for an AOB and replace all results with a null terminator at the end. There's also an unknown byte in the AOB, so need an if statement embedded in a for loop so that depending on what th...
by iosufdhgd
Mon Jun 06, 2022 2:28 pm
Forum: Cheat Engine Lua Scripting
Topic: Read from text file and input to address
Replies: 5
Views: 7240

Re: Read from text file and input to address

LeFiXER wrote:
Mon Jun 06, 2022 1:58 pm
You want to read a file every second?
same file, just a new line. also, yeah, new line every second would be optimal
by iosufdhgd
Sun Jun 05, 2022 1:28 pm
Forum: Cheat Engine Lua Scripting
Topic: Read from text file and input to address
Replies: 5
Views: 7240

Read from text file and input to address

Looking for a script that reads from a text file, and inputs each line in said text file to a certain address every second or so. Does anything know how to do that?