[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 22 of 70 FirstFirst ... 181920212223242526 ... LastLast
Results 316 to 330 of 1048
  1. #316
    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)
    Bah, getting another headache. I'm in a raid with 3 (!) arms warriors, so naturally its ****ing up my macros. If -MY- Rend isnt first, then it will spam cast it thinking that its not up. I need it to check all the debuffs (i think) and cast rend only if NONE of those buffs are both not mine and not rend. I am not sure how to approach it.

    EDIT: Never mind. Had a friend help me out and got this.
    Code:
    /run i=1 while(i<=40)do a={UnitDebuff("target",i)} if(a[1]=="Rend" and a[8]=="player")then break elseif(i==40)then CastSpellByName("Rend") i=i+1 else i=i+1 end end
    Last edited by Ssateneth; 11-21-2009 at 05:09 AM.

    [Release] LuaNinja - Run protected Lua code
  2. #317
    Azelyn's Avatar Corporal
    Reputation
    12
    Join Date
    Oct 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you its so much fun being able to play with the code inside wow.

  3. #318
    crixu's Avatar Member
    Reputation
    5
    Join Date
    Feb 2009
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, imagine a bot running of macros..

  4. #319
    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)
    So, I've already come across a lot of people using this.. and the only reason I can identify them using it, is because I use it When a mage instantly spell steals my buffs, then I rebuff and instantly stolen again.. luaNINJA!

  5. #320
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Does /click StaticPopup1Button1 just press the center button? Because IF you die, it will click 'Release', which I had an unfortunate experience learning. :|
    has anyone a solution for this problem?

  6. #321
    morgalis's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So if i remember good the addons like Lazy Rogue / pala / mage ... if fixed to newest wow lua functions , we have that working again ?

    That was already a perfect bot spamming only 1 key 6):

  7. #322
    elcios's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by osbornx22 View Post
    has anyone a solution for this problem?
    Code:
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
    this will close only the window without click any buttons.
    Last edited by elcios; 11-26-2009 at 09:53 AM. Reason: fixed typo

  8. #323
    elcios's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    Curious...

    I'll be busy tonight, however remind me tomorrow (bump the thread or something) and I'll write up a quick test build to see if I can diagnose the issue for you.

    Thanks.
    Any luck on test build?
    I couldn't find any reason myself. :/
    Thank you so much.
    Last edited by elcios; 11-26-2009 at 09:54 AM.

  9. #324
    rknDA1337's Avatar Member
    Reputation
    12
    Join Date
    Apr 2008
    Posts
    144
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very interesting indeed, anyone got anything cool for palas going?
    Edit: Skimming through the topic I found http://www.mmowned.com/forums/ui-mac...ion-macro.html
    Last edited by rknDA1337; 11-26-2009 at 05:01 AM.

  10. #325
    Barrt73Rus's Avatar Banned
    Reputation
    171
    Join Date
    May 2009
    Posts
    1,272
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rknDA1337 View Post
    Very interesting indeed, anyone got anything cool for palas going?
    http://www.mmowned.com/forums/search.php

  11. #326
    zys924's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2009
    Posts
    113
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is a very cool patch ... very stable ... iv already written a very strong addon to create many different spell logics on GUI by this thing~

  12. #327
    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)
    Originally Posted by zys924 View Post
    this is a very cool patch ... very stable ... iv already written a very strong addon to create many different spell logics on GUI by this thing~
    Why not share it?

  13. #328
    Barrt73Rus's Avatar Banned
    Reputation
    171
    Join Date
    May 2009
    Posts
    1,272
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jimanvlad View Post
    Why not share it?

    Join Date: Nov 2009
    Posts: 1
    Reputation: 1
    may be because he has no this addon?


  14. #329
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elcios View Post
    Code:
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN"");
    this will close only the window without click any buttons.
    thank you very much

  15. #330
    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)
    I tried to hide the pop-up box with /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN"");
    but it wouldnt work for me, it only gave luaerror

Page 22 of 70 FirstFirst ... 181920212223242526 ... 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 02:44 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