[question] BlackMagic lua_dostring EndScene hook menu

User Tag List

Results 1 to 2 of 2
  1. #1
    BersAcc's Avatar Member
    Reputation
    3
    Join Date
    Mar 2012
    Posts
    13
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [question] BlackMagic lua_dostring EndScene hook

    Dear experts. I missed a lot. Before doing voodoo, I want to know. is it worth it?
    There used to be a wonderful way. [BlackMagic lua_dostring EndScene hook] thx RivaLfr
    Why don't they even post offsets now? no new bots for rotation?
    is the hook method still working? or lua can't be used at all now?

    my crooked writing served from the lich to the end of the legion. from 100 accounts 0 bans. so I would like to rewrite it for x64. But my skills are not as good as I would like.
    maybe it's impudence. but if anyone has an example for x64. please let us know.


    Sorry for the bad English.

    [question] BlackMagic lua_dostring EndScene hook
  2. #2
    GlittPrizes's Avatar Active Member CoreCoins Purchaser Authenticator enabled
    Reputation
    58
    Join Date
    Nov 2019
    Posts
    104
    Thanks G/R
    53/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BersAcc View Post
    Dear experts. I missed a lot. Before doing voodoo, I want to know. is it worth it?
    There used to be a wonderful way. [BlackMagic lua_dostring EndScene hook] thx RivaLfr
    Why don't they even post offsets now? no new bots for rotation?
    is the hook method still working? or lua can't be used at all now?

    my crooked writing served from the lich to the end of the legion. from 100 accounts 0 bans. so I would like to rewrite it for x64. But my skills are not as good as I would like.
    maybe it's impudence. but if anyone has an example for x64. please let us know.


    Sorry for the bad English.
    XXX accounts is legend way to go. Unbanned is extraordinary.

    I think BlackMagic was x86 during the legion obfuscation patch apocalypse. You can detour/hook the render for your point of entry. There are several standalones out there as repositories, and you can add in your calls. At this point you can speak internally to the client. You can spend a lot of time making something like this more elaborate, or you can get your foot in the door. You can also do something simpler like below and avoid endscene or the render pipeline unless you want to draw.

    Here is a pseudo start:

    Code:
    unsigned int Lua::EnumVisibleObjCb(int64_t objectPtr, int64_t filter)
    {
             // iterate the game's object's and store the player
    }
    
    void Lua:: WriteTaint()
    {
    	// prevent lua taint from being assigned
    }
    
    void Lua::SetAddon(const char* script)
    {
    	WriteTaint();
    
    	// work your addon into the lua stack now so the game sees it
    }
    
    void Lua::Register()
    {
    	GameMethods::FrameScriptRegister("MyLuaHandler", LuaCall);    // lua can now call MyLuaHandler
    
    	SetAddon(ADDON_FILE);
    }
    
    void Lua::Init()
    {
    	// defeat invalid pointer check here with changing min/max
    
    	GameMethods::EnumVisibleObjects(EnumVisibleObjCb, 0);
    
    	Register();
    }
    
    int Lua::LuaCall(int64_t L)
    {
            // ...	take commands from lua addon here from the lua state
    }
    Last edited by GlittPrizes; 11-22-2020 at 06:46 PM. Reason: lua

  3. Thanks BersAcc (1 members gave Thanks to GlittPrizes for this useful post)

Similar Threads

  1. [Sample Code] EndScene Hook with ASM and blackmagic
    By RivaLfr in forum WoW Memory Editing
    Replies: 89
    Last Post: 05-13-2021, 03:26 PM
  2. [2.4.3][c#]Some questions about endscene hooking
    By squiggy in forum WoW Memory Editing
    Replies: 2
    Last Post: 06-11-2016, 12:24 PM
  3. [Question] CTM & EndScene Hook Safety
    By MadCoder in forum WoW Memory Editing
    Replies: 2
    Last Post: 03-01-2012, 09:35 AM
  4. EndScene hooking, question
    By shikyo in forum WoW Memory Editing
    Replies: 4
    Last Post: 02-02-2012, 03:02 PM
  5. [C#] [Question] Running TraceLine from an Endscene Hook
    By Kaziko. in forum WoW Memory Editing
    Replies: 7
    Last Post: 02-01-2011, 05:28 AM
All times are GMT -5. The time now is 12:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search