[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 29 of 70 FirstFirst ... 252627282930313233 ... LastLast
Results 421 to 435 of 1048
  1. #421
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by armen View Post
    I don't think I made myself clear. Runtime injection works, I am referring to either using a batch file (Loader_IA32.exe --launch="C:\WoW\WoW.exe" --module="LuaNinja.dll" --export="Initialize") or even your own GUI loader and its 'Launch' radio option.

    Edit: The WOW process just hangs when I do either of the methods above.
    What error do you get when trying to use the launch method?

    [Release] LuaNinja - Run protected Lua code
  2. #422
    armen's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Problem Event Name: AppHangB1
    Application Name: Wow.exe
    Application Version: 3.3.0.10958
    Application Timestamp: 4b157b80
    Hang Signature: 9bc1
    Hang Type: 16897
    OS Version: 6.1.7600.2.0.0.256.1
    Locale ID: 1033
    Additional Hang Signature 1: 9bc13c8411136884be1e7113e005485f
    Additional Hang Signature 2: 2ce0
    Additional Hang Signature 3: 2ce0791acc37132c285ffe6f7f64a73f
    Additional Hang Signature 4: 9bc1
    Additional Hang Signature 5: 9bc13c8411136884be1e7113e005485f
    Additional Hang Signature 6: 2ce0
    Additional Hang Signature 7: 2ce0791acc37132c285ffe6f7f64a73f

  3. #423
    CrazyCactuaR's Avatar Contributor
    Reputation
    84
    Join Date
    Sep 2008
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using the setting's you have on the front page wow.exe will open but the program stay's as a white screen and requires task manager to close. That's using the launch process and IA32.

    Choosing AMD64 will produce the following error;
    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.21006.1 (B2Rel.021006-0100)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.21006/mscorlib.dll
    ----------------------------------------
    LoaderGui
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///E:/World%20of%20Warcraft/LoaderGui.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.21006.1 built by: B2Rel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.21006.1 built by: B2Rel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.21006.1 built by: B2Rel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    Accessibility
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.21006.1 built by: B2Rel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Logging into the game manually, selecting the char and then using the Process on your launcher applies its self fine and lua code's work great.

    On a side note, is it possible you could have it auto save the Module detail's on your Loader? Save's having to select the dll and type Initialize every time

    Hope the report helps.

  4. #424
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everytime i run this the injection seems to work but when i log onto wow it gives me an error message and it doesn't allow me to log into wow and then wow just closes.

  5. #425
    armen's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cypher, on an unrelated topic, do you know of a way to switch which framework is being used for specific apps?

    One of the apps I have been using lately (coded for 3.5) is no longer working post 4 install.

  6. #426
    armen's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Never mind, I realized I could just create an app.config with the supportedRuntime version in the same directory.

    Edit: Hrm, still no lovin'. Cypher, was there a particular reason you had to use .Net 4 beta for this release? It seems no matter what I try, CLR 4 rewrites over existing versions and thus won't allow apps that rely on the current CLR to work (even if I explicitly call out the 'older' Runtime in the app.config).
    Last edited by armen; 12-09-2009 at 01:47 PM.

  7. #427
    tombg's Avatar Private
    Reputation
    2
    Join Date
    Nov 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so the new version is tested and it works. 1st i run wow, log and chose char. then i run loader, choose process and path to dll, write Initialize and press inject. its ok, but do we really need to manually enter path, write Initialize and choose process? any chance to have it automated? .bat scripts were much better, just 1 click and i was rdy to go.

  8. #428
    pubicbear's Avatar Member
    Reputation
    13
    Join Date
    Aug 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fantastic Release!

  9. #429
    Prodian0013's Avatar Corporal
    Reputation
    13
    Join Date
    Nov 2009
    Posts
    30
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tombg View Post
    ok so the new version is tested and it works. 1st i run wow, log and chose char. then i run loader, choose process and path to dll, write Initialize and press inject. its ok, but do we really need to manually enter path, write Initialize and choose process? any chance to have it automated? .bat scripts were much better, just 1 click and i was rdy to go.
    Put this in a bat script

    Code:
    Loader_IA32.exe --launch="C:\Program Files\World Of Warcraft\Wow.exe" --module="LuaNinja.dll" --export="Initialize"
    It will launch wow and run the injection all at once.

  10. #430
    armen's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Prodian0013 View Post
    Put this in a bat script

    Code:
    Loader_IA32.exe --launch="C:\Program Files\World Of Warcraft\Wow.exe" --module="LuaNinja.dll" --export="Initialize"
    It will launch wow and run the injection all at once.
    It certainly doesn't work for me (see my previous posts). I am on Win7 x64.

  11. #431
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Prolly have to change the directory in that code to where your WoW is dude. That's for XP. Vista or Win 7 is prolly different.

  12. #432
    armen's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Prolly have to change the directory in that code to where your WoW is dude. That's for XP. Vista or Win 7 is prolly different.
    Sikas, was that a reply to me? I certainly know where my WoW instance is deployed to

  13. #433
    Prodian0013's Avatar Corporal
    Reputation
    13
    Join Date
    Nov 2009
    Posts
    30
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Prolly have to change the directory in that code to where your WoW is dude. That's for XP. Vista or Win 7 is prolly different.
    Im running Windows 7, it works fine. Directory path is the same for me.

  14. #434
    masteramoebe's Avatar Member
    Reputation
    2
    Join Date
    Mar 2009
    Posts
    29
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you cypher ! awesome !!!

  15. #435
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, it doesn't launch WoW for it as it usually does.. but it works jus fine. Launch WoW manually, hit the batch script.. good to go.

Page 29 of 70 FirstFirst ... 252627282930313233 ... LastLast

Similar Threads

  1. Replies: 8
    Last Post: 07-13-2010, 01:36 AM
  2. [3.3.2] AUTOIT - Run Protected LUA
    By satia in forum WoW Memory Editing
    Replies: 46
    Last Post: 06-19-2010, 08:58 AM
  3. Run Protected Lua in 3.3.3a
    By thefarmer in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 04-30-2010, 08:03 PM
  4. Protected LUA Code and Chat Addons
    By Ultraviolence in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 04-20-2010, 12:01 AM
  5. [Release] LuaHobo - Run protected LUA
    By Seifer in forum World of Warcraft Bots and Programs
    Replies: 50
    Last Post: 01-18-2010, 06:06 PM
All times are GMT -5. The time now is 05:33 AM. 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