LuaDoString detected by Warden? menu

User Tag List

Results 1 to 6 of 6
  1. #1
    yellow82's Avatar Site Donator
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    22
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    LuaDoString detected by Warden?

    Hi poeple!

    Is this detected by Warden?

    Code:
    public static void DoString(string command)
            {
                // Allocate memory
                uint DoStringArg_Codecave = Memory.AllocateMemory(Encoding.UTF8.GetBytes(command).Length + 1);
    
                // Write value:
                Memory.WriteBytes(DoStringArg_Codecave, Encoding.UTF8.GetBytes(command));
    
                // Write the asm stuff for Lua_DoString
                String[] asm = new String[] 
                {
                    "mov eax, " + DoStringArg_Codecave,
                    "push 0",
                    "push eax",
                    "push eax",
                    "mov eax, " + ((uint)Memory.BaseAddress + (uint) Pointers.Lua_DoString), // Lua_DoString
                    "call eax",
                    "add esp, 0xC",
                    "retn",    
                };
    
                // Inject
                InjectAndExecute(asm);
                // Free memory allocated 
                Memory.FreeMemory(DoStringArg_Codecave);
            }
    thanks in advance

    LuaDoString detected by Warden?
  2. #2
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WardenMon is your safe bet, check it by yourself
    Anthraxbot & SPQR Creator / Administrator

  3. #3
    danwins's Avatar Contributor
    Reputation
    189
    Join Date
    Mar 2013
    Posts
    143
    Thanks G/R
    6/62
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you asking because you have reason to be suspicious?

    Because unless something has changed, That method of calling DoString isn't detected by warden, It's simply a codecave used to call the function.

  4. #4
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1515
    Join Date
    May 2008
    Posts
    2,433
    Thanks G/R
    81/336
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I don't know if the Honorbuddy detection packet still exists, but it used to perform a stack trace on lua_load to check if the caller (two levels up) is in .text.

  5. #5
    yellow82's Avatar Site Donator
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    22
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    WardenMon is your safe bet, check it by yourself
    sorry, but I have absolutely no idea what I can do wardenmon me!

  6. #6
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1515
    Join Date
    May 2008
    Posts
    2,433
    Thanks G/R
    81/336
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yellow82 View Post
    sorry, but I have absolutely no idea what I can do wardenmon me!
    WardenMon

Similar Threads

  1. Bot written by self will detect by warden?
    By h.u chen in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 11-26-2015, 03:36 AM
  2. Replies: 25
    Last Post: 01-02-2014, 06:29 AM
  3. What action will detect by warden?
    By hata1234 in forum Diablo 3 Memory Editing
    Replies: 4
    Last Post: 06-12-2012, 12:28 AM
  4. Hacks Detected -New Warden Offsets - Instant Ban - Banwave 27.1.2012
    By LuckLuka in forum World of Warcraft General
    Replies: 68
    Last Post: 02-07-2012, 12:11 PM
  5. Private server on another computer...detectable by Warden etc?
    By Poker4Living in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 09-11-2010, 09:48 AM
All times are GMT -5. The time now is 11:29 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search