Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Issue

Featured Replies

Hello everybody, I'm trying to connect to exist wow window and manage it but i ran into a problem. 
I read process memory by id, and try to read data from memory, but when i try to use Lua.DoString(cmd); it doesn't work, what did i miss?

   

            var process = System.Diagnostics.Process.GetProcessesByName("Wow").FirstOrDefault(p => p.Id != wManager.Wow.Memory.WowMemory.Memory.ProcessId);
             if (process != null)
            {
                Logging.Write("Open process id = " + process.Id);
                wManager.Wow.Memory.WowMemory.Memory.Open(process.Id);
                Logging.Write("current ProcessId = " + wManager.Wow.Memory.WowMemory.Memory.ProcessId);
               var realmname = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(0x00C79B9E); //work

                Logging.Write("realmname = " + realmname);
                Lua.LuaDoString("print('123'"); //it does not work
                wManager.Wow.Memory.WowMemory.Memory.Close();
            }

 

You are missing the hook that droidz uses….. you need the hook to execute functions on the main thread….. you should read ownedcore.

 

 

ps : reading the memory address is easy, you just need to open the process and use ReadMemory from kernal32. 
 

injecting lua requires a hook to a function that allowed execution on the main thread. Which droids I think hooks the games Endscene then write assembly code with his own detour . 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.