[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 17 of 70 FirstFirst ... 13141516171819202167 ... LastLast
Results 241 to 255 of 1048
  1. #241
    Eff's Avatar Active Member
    Reputation
    18
    Join Date
    Jul 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noctural View Post
    Are you running 64bit windows 7? I'm wondering if the IA-32 injector works with 64bit?
    I'm running Windows 7 64bit and have no issues with the loader at all

    [Release] LuaNinja - Run protected Lua code
  2. #242
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fantastic release like always! Great work, thank you! : D


  3. #243
    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)
    Yes, the IA-32 loader works fine with AMD64 operating systems. You only need the AMD64 loader for AMD64 target processes. WoW always runs as an IA32 process, so the IA-32 loader is always the right one.

    Originally Posted by XAutomation View Post
    Ahhhh missed that ><

    But my WoW crashes 9/10 times when injecting.
    Please post full crash dumps (and, if available, minidumps).

    I can't diagnose the problem without detailed information.

  4. #244
    alexownzyou@'s Avatar Member
    Reputation
    2
    Join Date
    Oct 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone explain to me what this does. i dont understad the "purpose" section. i dont know much about computers

  5. #245
    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 alexownzyou@ View Post
    can someone explain to me what this does. i dont understad the "purpose" section. i dont know much about computers
    It disables the protection checks on the LUA APIs.

  6. #246
    marlboroman1982's Avatar Member
    Reputation
    100
    Join Date
    Jul 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to use this but I get a message that pops up in wow saying that a macro has been blocked by a protected fuction blah blah
    Something

  7. #247
    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 marlboroman1982 View Post
    I'm trying to use this but I get a message that pops up in wow saying that a macro has been blocked by a protected fuction blah blah
    Try with a known function:
    /script MoveForwardStart();

    If that doesn't work, then the hack isn't enabled, and you've probably done something wrong when launching it.

    If it DOES work, then please tell me the name(s) of the functions which are failing.

  8. #248
    marlboroman1982's Avatar Member
    Reputation
    100
    Join Date
    Jul 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok /script MoveForwardStart(); worked, and I'm trying to use

    http://www.mmowned.com/forums/ui-mac...ion-macro.html

    I copied and pasted them exactly
    Something

  9. #249
    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 marlboroman1982 View Post
    Ok /script MoveForwardStart(); worked, and I'm trying to use

    http://www.mmowned.com/forums/ui-mac...ion-macro.html

    I copied and pasted them exactly
    Please narrow it to the specific function that's failing if possible please.

  10. #250
    marlboroman1982's Avatar Member
    Reputation
    100
    Join Date
    Jul 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Please narrow it to the specific function that's failing if possible please.
    Well since I get the popup as soon as i hit the macro I guess it would be

    "/run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro"25" end"
    Something

  11. #251
    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)
    That uses several functions and potentially runs a second macro. I want to know when SPECIFIC function fails. Just test all the APIs you use manually.

    If it only fires when executed as above (with conditionals etc) then let me know. Otherwise advise me as to which function specifically is failing.

  12. #252
    marlboroman1982's Avatar Member
    Reputation
    100
    Join Date
    Jul 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm retarded and don't quite understand what you are telling me
    Something

  13. #253
    jimanvlad's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Test every function separately and see which one throws you the error >.<.

    Test GetSpellCooldown("spell_name")
    then CastSpellByName("spell_name")
    then test the ones in your other macro (25).

    For those of you out there that don't understand what this is for, you probably won't have any use for it.

  14. #254
    deadca7's Avatar Elite User
    Reputation
    461
    Join Date
    Nov 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your macro
    Code:
    "/run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro"25" end"
    My Fix
    Code:
    /run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro("MACRONAME") end
    /click StaticPopup1Button1
    You need to add
    /click StaticPopup1Button1 on a new line after your macro

    Enjoy!


  15. #255
    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)
    Funny how you can help people and get 0 Rep for it. I should have gotten +200 Rep by now. xP

    ANYWAYS! Does /click StaticPopup1Button1 just press the center button? Because IF you die, it will click 'Release', which I had an unfortunate experience learning. :|

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:29 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