Search found 4 matches

by Mordok
Tue May 21, 2024 3:42 pm
Forum: Cheat Engine Lua Scripting
Topic: basic script tutorials?
Replies: 5
Views: 547

Re: basic script tutorials?

im not sure ill look into what that is. I ran into the same problem with AOB injection, eventually the injection address changed I guess and it stopped working =\ so back to not having a good enough pointer maybe I dont know.
by Mordok
Tue May 21, 2024 2:32 pm
Forum: Cheat Engine Lua Scripting
Topic: basic script tutorials?
Replies: 5
Views: 547

Re: basic script tutorials?

I was able to use AOB injection to find the pointer when I use stamina, and did the same for finding items when I click on them. I guess this is the way to go most times when you cant easily find a base pointer like in the tutorial? or when addresses seem to always change with new instances.
by Mordok
Tue May 21, 2024 8:26 am
Forum: Cheat Engine Lua Scripting
Topic: basic script tutorials?
Replies: 5
Views: 547

Re: basic script tutorials?

thanks, that was really helpful and I as able to find some other tutorials from there. im still hitting a wall where im trying to find a value which is a float, I can find it, then I use pointer scan to work down to find the pointer, which I can get it to like 10 or so options. all of which point to...
by Mordok
Mon May 20, 2024 11:25 pm
Forum: Cheat Engine Lua Scripting
Topic: basic script tutorials?
Replies: 5
Views: 547

basic script tutorials?

Hello, i'm looking for a tutorial on how to script for basic things. Once I find a value by scanning that I can then edit as needed, how do you script so it finds it on it's own? are there tutorials on how to start learning this?