Author |
Message |
Topic: Other ways for Lua |
beatzzz23
Replies: 0
Views: 7290
|
Forum: LUA Tutorials Posted: Sat Aug 31, 2024 8:42 am Subject: Other ways for Lua |
hi!guys i have been using CE for a while now.Now just started using lua been learing from the internet.But the only thing i could learn is using timer. Are there other ways to us lua for like health a ... |
Topic: lua tutoriail script |
beatzzz23
Replies: 5
Views: 3527
|
Forum: Cheat Engine Lua Scripting Posted: Sat Jun 01, 2024 1:10 pm Subject: lua tutoriail script |
This code runs in the main thread.
Window messages get handled when the function exits, which it never does.
you can either run the code in a different thread using
createThread(function&# ... |
Topic: How to find stealth value ac odyssey |
beatzzz23
Replies: 0
Views: 1851
|
Forum: General Gamehacking Posted: Wed May 29, 2024 5:47 am Subject: How to find stealth value ac odyssey |
hello everyone if anyone can tell how to find the stealth value |
Topic: sekiro with lua |
beatzzz23
Replies: 0
Views: 1806
|
Forum: Cheat Engine Lua Scripting Posted: Sat May 25, 2024 6:04 am Subject: sekiro with lua |
hello everyone can anyone tell what i did wrong here cause it works.. but i can't disable it so were i went wrong
{$lua}
[ENABLE]
a = ('[["sekiro.exe"+03D5AAC0]+0]+1868')
create ... |
Topic: lua tutoriail script |
beatzzz23
Replies: 5
Views: 3527
|
Forum: Cheat Engine Lua Scripting Posted: Fri May 24, 2024 3:13 am Subject: lua tutoriail script |
-- Can anyone tell what's wrong here cause the code works for hlt & not for bullets when i press the (VK_8) it dose not break and keeps running? some times it dosen't work for bullets & keeps ... |
Topic: lua tutoriail script |
beatzzz23
Replies: 5
Views: 3527
|
Forum: Cheat Engine Lua Scripting Posted: Thu May 23, 2024 9:14 am Subject: lua tutoriail script |
local h = ('["Tutorial-x86_64.exe"+00325AA0]+818')
local b = ('["Tutorial-x86_64.exe"+00325AA0]+820')
if readFloat(h) <= 5000 then writeFloat(h,5000) end
if readDouble(b) < ... |
Topic: lua tutoriail script |
beatzzz23
Replies: 5
Views: 3527
|
Forum: Cheat Engine Lua Scripting Posted: Sun May 19, 2024 7:00 am Subject: lua tutoriail script |
Hello! everyone can anyone guide me how can i make this scripte a infinte loop cause when ever i try it! works only once
{$lua}
[ENABLE]
local hlt = ('["Tutorial-x86_64.exe"+00325A ... |
Topic: carry weight |
beatzzz23
Replies: 0
Views: 2044
|
Forum: General Discussions Posted: Tue Mar 05, 2024 8:14 am Subject: carry weight |
hello everyone! i have been playing witcher3 recently & then i came across a scenario were i wasn't able to find a address at all i searched all type byte to float but still couldn't find it that' ... |
|