-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having trouble with the lua script for Cheat Engine #1
Comments
I didn't look into this very long, but as far as I can tell However, if you look his Lua, you have all the necessary information to figure out these values manually;
In the Lua file, you see he's reading 20 bytes at the destination address (EDI) and 20 bytes at the source address (ESI) from the breakpoint. So right click the breakpoint address and follow it with SPACE, right-click that address and select "Copy to clipboard" -> "Addresses only", this will give you a relative address (e.g. Now go back to the original breakpoint address by hitting BACKSPACE, then hit BACKSPACE again to go to the source address, right-click the address and "Copy to clipboard" -> "Addresses only". Save the address somewhere. Now you can use CEs built in Lua engine (CTRL+ALT+L) to read those bytes for you. Something like this: Replace
Remember the keys and relative addresses will change with each session, if you'll need to do this a lot, I'd highly recommend automating it. |
Wow @akaCoyote you are amazing! Thank you so much. |
Hi hi, Sorry for the late reply. Although what @akaCoyote explained might work, the script has been designed to avoid all of these. Here are more detailed instructions:
That is odd. Which version of Wireshark are you using? I mention in the documentation the following:
If your version is newer, you might need to compile the DLL yourself. Hope it helps. |
Thank you for the answer! Before doing all the stuff with CheatEngine and your LUA script i wanted to make sure the Wireshark plugin worked so i started by getting Wireshark 3.0.2 64bit and saw that it doesn't have your plugin. Do you know what might cause this? Wireshark does still open, but when i go under Preferences -> Protocols -> WOWW I would greatly appreciate it if you could help me further <3 |
You have 2 options:
It looks like you wanted to go with the first option, so just copy the DLL in the appropriate location. |
First of all your project here is heaven-sent.
I know it has been a long af time since you made this and have probably forgotten about it already but i would really appreciate it if you could help me out. I have set up my own Trinity Core Server for WoW 3.3.5a and am trying out a bunch of stuff with it.
I am trying to get your dissector to work, but i'm having a few issues:
I don't know which file you mean.... what exactly should i put in there? Sorry for being dumb.
This is the normal output i get:
I called the function at the end of the script like this:
This seems more like the output i should get:
As you can see my preferences tab is missing many things for some reason.
Thank you for reading and i really hope you can help me out.
The text was updated successfully, but these errors were encountered: