[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 33 of 70 FirstFirst ... 293031323334353637 ... LastLast
Results 481 to 495 of 1048
  1. #481
    noctural's Avatar Active Member Captain Copypasta CoreCoins Purchaser
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    76
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Gonna try out your addon Noctural, but does this do what writing macros would do itself?
    No.. a macro is something you have to press for it to execute. This loops through on the form "tick" , so every 17ms or so, it runs the cast 'logic'. You basically turn it on and let it heal away.

    [Release] LuaNinja - Run protected Lua code
  2. #482
    noctural's Avatar Active Member Captain Copypasta CoreCoins Purchaser
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    76
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    New build added to first page. Needs testing.
    Works ... used it in 25 raid for about 2 hours...no crash. Of course, I only use a few of the protected methods.

  3. #483
    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)
    That sounds awesome dude. xD I have a Ret/Healadin too.. so.. Heehee.

  4. #484
    wormuz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    noctural, please update your link for Healzor Addon

    The limit of Rapidshare downloads is reached

  5. #485
    noctural's Avatar Active Member Captain Copypasta CoreCoins Purchaser
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    76
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wormuz View Post
    noctural, please update your link for Healzor Addon

    The limit of Rapidshare downloads is reached
    I updated it.. maybe I should put it somewhere better than rapid share? It's super small.. 6kb.

  6. #486
    Albedo's Avatar Contributor
    Reputation
    171
    Join Date
    Apr 2008
    Posts
    562
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noctural View Post
    I updated it.. maybe I should put it somewhere better than rapid share? It's super small.. 6kb.
    Filebeam. *fill*

  7. #487
    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 do this it just closes my wow out. Iv been using this for the longest time ever and iv tryied everything to make this work for me but when i load it up and inject it runs like it's usually suppose to but then it just crashes it, soon as the injection process end my wow just closes on me. Help please.

    EDIT: Iv re-download netframe and re download the latest lua ninja all over again and even restarted my computer and everything and the same thing always happens iv even ran them all under administrator. Asoon as i run the lua ninja the black window runs down a huge line of work then closes out with my wow at the same time.
    Last edited by pkaa4eva_jr; 12-15-2009 at 05:31 PM.

  8. #488
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need some help making a specific macro. Currently I have this set up.
    Code:
    #showtooltip Pummel
    /run i={UnitCastingInfo("target")} if i[9]==(false) and GetSpellCooldown("Pummel")==0 and IsSpellInRange("Pummel","target") and (GetShapeshiftForm())==3 and (UnitPower("player"))>=10 then CastSpellByName("Pummel") if (GetCVar("pummel")=="offcd") then SetCVar("pummel","bam") end end
    /run i={UnitChannelInfo("target")} if i[8]==(false) and GetSpellCooldown("Pummel")==0 and IsSpellInRange("Pummel","target") and (GetShapeshiftForm())==3 and (UnitPower("player"))>=10 then CastSpellByName("Pummel") if (GetCVar("pummel")=="offcd") then SetCVar("pummel","bam") end end
    /run if (GetCVar("pummel")=="bam") then RunMacro("BAM") SetCVar("pummel","cd") end
    
    ("BAM" Macro)
    /say SMACKED IN THE FACE! [Interrupted]
    /in 9 /run SetCVar("pummel","offcd")
    /in 10 /say Ready to Pummel!
    ..which interrupts all interruptable casts and channels. Works flawlessly. (I kind of messed up my edit, so bear with me) What I wanted was for it to /say a phrase when I pummled and 10 sec later announce that my cooldown was up. This macros works -unless- it somehow fails due to lag because the server thinks the target is out of range when the client thinks it isn't. Is there a way for it to trigger the /say on successful spellcast?
    Last edited by Ssateneth; 12-15-2009 at 11:18 PM.

  9. #489
    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)
    Originally Posted by pkaa4eva_jr View Post
    Everytime i do this it just closes my wow out. Iv been using this for the longest time ever and iv tryied everything to make this work for me but when i load it up and inject it runs like it's usually suppose to but then it just crashes it, soon as the injection process end my wow just closes on me. Help please.

    EDIT: Iv re-download netframe and re download the latest lua ninja all over again and even restarted my computer and everything and the same thing always happens iv even ran them all under administrator. Asoon as i run the lua ninja the black window runs down a huge line of work then closes out with my wow at the same time.
    I still can't get this to work its been 2 hours of trying, I'm opening wow logging into it in game and then running the injection like it is said to in the first page on that picture and it just closes my wow when its done running, I did it in the loading screen and it closes wow also and when I do it at log in screen it doesn't let me log in and it gives me an error.

  10. #490
    angusm's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After today's maintenance im getting the same thing, WoW just closes after Inject ... ive been using LuaNinja for some time now and never had any kind of problem
    Last edited by angusm; 12-15-2009 at 10:19 PM.

  11. #491
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It doesn't seem to be working on 3.3.0a tried just about everything.
    I'm widely known as TheUltimateParadox

  12. #492
    yopilax's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    64
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tells me wow version mismatch. correct link and 3.3.0a
    The mob "Jesus" was only on PTR. It never hit the real world servers and sure as hell won't RESPAWN. For some reason though, people still camp it.:confused:

  13. #493
    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)
    ): cypher, you should make like a video tutorial so we don't have to bug you everytime but this really means alot to us we have become so reliant on this.

  14. #494
    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)
    Bah, someone told me it works.

    Sigh, I'll log on and check. What the issue is.

  15. #495
    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)
    Just checked, injects fine for me and there are no version mismatch errors.

    Can anyone confirm please that 11159 is the build number of WoW v3.3.0a? (It's on the login screen in the bottom left hand corner)

Page 33 of 70 FirstFirst ... 293031323334353637 ... 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 03:41 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