[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 23 of 70 FirstFirst ... 192021222324252627 ... LastLast
Results 331 to 345 of 1048
  1. #331
    Kryso's Avatar Active Member
    Reputation
    40
    Join Date
    Jul 2009
    Posts
    97
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cuz there is typo:

    StaticPopup_Hide("MACRO_ACTION_FORBIDDEN"");

    [Release] LuaNinja - Run protected Lua code
  2. #332
    Hirb's Avatar Active Member
    Reputation
    29
    Join Date
    Aug 2006
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i hope you can help me..

    i want to use this macro on my focus target:

    Code:
    #showtooltip Gedankenfrost
    /dump loadstring("DevTools_DumpCommand = (function(msg) loadstring(msg)() end)")()
    /dump loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitCastingInfo(\"target\"); if UnitCastingInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Gedankenfrost\") end")()
    /dump loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitChannelInfo(\"target\"); if UnitChannelInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Gedankenfrost\") end")()
    /click StaticPopup1Button2
    like this one:

    Code:
    /cast [target=focus, exists]Gedankenfrost; Gedankenfrost;
    Last edited by Hirb; 11-26-2009 at 11:08 AM.

  3. #333
    Zantas's Avatar Contributor
    Reputation
    258
    Join Date
    Dec 2007
    Posts
    1,114
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still gives luaerror so the there's something else wrong except for the typo

    Edit. Got it working now

  4. #334
    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)
    Hey, sorry, I'll try and put together that test built today or on the weekend, been really busy lately.

  5. #335
    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)
    Originally Posted by Hirb View Post
    Hi, i hope you can help me..

    i want to use this macro on my focus target:

    Code:
    #showtooltip Gedankenfrost
    /dump loadstring("DevTools_DumpCommand = (function(msg) loadstring(msg)() end)")()
    /dump loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitCastingInfo(\"target\"); if UnitCastingInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Gedankenfrost\") end")()
    /dump loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitChannelInfo(\"target\"); if UnitChannelInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Gedankenfrost\") end")()
    /click StaticPopup1Button2
    like this one:

    Code:
    /cast [target=focus, exists]Gedankenfrost; Gedankenfrost;
    Your macros are using obsolete commands and apparently clunky formatting. Your macros can be fixed (and shortened) to..
    Code:
    #showtooltip Gedankenfrost
    /run i={UnitCastingInfo("target")} if i[9]==(false) then SpellStopCasting() CastSpellByName("Gedankenfrost") end
    /run j={UnitChannelInfo("target")} if j[8]==(false) then SpellStopCasting() CastSpellByName("Gedankenfrost") end
    /click StaticPopup1Button2
    I only have one concern though. If the interrupt spell fails to fire by any means (range, LoS, mana/RP/rage/energy, cooldown, etc) your current spell will stop casting which can be bad if you blindly spam it along with your normal spells. I suggest adding conditionals for range checks, cooldown checks, and resource checks
    Last edited by Ssateneth; 11-26-2009 at 01:22 PM.

  6. #336
    aukatrau's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this! I was able to find macros that work using this that allow me to single button rotate for moonkin dps. Works great. Can anybody make me a macro, or a way to single button rotate for bear form tanking? I would greatly appreciate it and have no idea how to accomplish it.

    1) Use mangle when not in CD
    2) Use Maul always
    3) Keep 5 stack of lacerate up
    4) Use FeralFaeireFire to fill in and not in CD.
    5) Use swipe to fill in.

    Thanks in advance if anybody could do that!

  7. #337
    khaled1994's Avatar Active Member
    Reputation
    23
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please i need help alwas not working -,- can anyone make a video tut for this?

  8. #338
    romor24's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by khaled1994 View Post
    please i need help alwas not working -,- can anyone make a video tut for this?

    Ya.... i really dont know how to do anything with this soooo a vid tut or just an explanation would be nice

  9. #339
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using about every way to load it and still getting "blizzard blocked .." bullshit on the screen. I was so excited to use this too!

  10. #340
    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)
    Hooray, finally uncapped which means my internet is again usable. I'm going skydiving tomorrow assuming the weather holds, but after that I should be able to fix the problems people are having.

  11. #341
    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)
    I got to the file but i have no idea how to download it :/ Stupdi rayfile... I could help you localize it if you tell me what each button does. (As i do not know Chinese )
    Last edited by jimanvlad; 11-27-2009 at 12:44 PM.

  12. #342
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Hooray, finally uncapped which means my internet is again usable. I'm going skydiving tomorrow assuming the weather holds, but after that I should be able to fix the problems people are having.

    Please don't die or I'll never be able to use luaninja again Even if it's not working right now... if you hit the ground without your shute... LuaNinja is all gone and over.

  13. #343
    jjaa's Avatar Contributor
    Reputation
    245
    Join Date
    Dec 2006
    Posts
    562
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Hooray, finally uncapped which means my internet is again usable. I'm going skydiving tomorrow assuming the weather holds, but after that I should be able to fix the problems people are having.

    Skydiving is one of those things i've always wanted to try but i think when i actually had to jump i would be too chicken . So...vertical wind tunnel for me!

    P.S. Don't die, and get better internet...

  14. #344
    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 romor24 View Post
    Can someone scan this and post a link to the scan?

    I would do it but im not at my house right now and i wont be for a while
    (Dont need any chance of anything going wrong on this computer)
    Virustotal. MD5: 78999bd777a99d6b0218a691f4574e85

    Clean. Still have no idea how to use it.
    Last edited by Albedo; 11-27-2009 at 11:56 PM.

  15. #345
    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)
    I never really understood why people always want a VT scan of stuff. If you're using VT as your AV solution you're a ****ing idiot. In about 10 minutes I can take any piece of malware and make it come up 100% clean on VT (well, actually, nowadays its more like 10 seconds, but that's because I wrote a packer).

    Seriously, either run a full blown AV solution, or just use some sort of VM layering system. If you're using VT to decide whether to run stuff or not you're asking for trouble.

    VT only does on-disk scans, so you loose all of the most powerful scanning capabilities present in most modern AV solutions.

Page 23 of 70 FirstFirst ... 192021222324252627 ... 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 09:25 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