[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 3 of 70 FirstFirst 123456753 ... LastLast
Results 31 to 45 of 1048
  1. #31
    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)
    Sorry, I figured it out. Was using sloppy code.

    Now I jus need to find/make a working Ret Pally macro...

    EDIT: Seems I got a working Ret Pally PvE rotation going, does CS, JoW, DS, Consecrate and even Art of War proc to Exorcism.. dunno how to write if it can detect HP below 20%.. some help?

    2nd EDIT: /run local p = ((UnitHealth("Target") / UnitHealthMax("Target")) * 100) if (p < 20) then CastSpellByName("Hammer of Wrath") else RunMacro"24" end

    Would that work?
    Last edited by Sikas; 10-20-2009 at 09:07 PM.

    [Release] LuaNinja - Run protected Lua code
  2. #32
    darnnames's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sikas could you post an example of your script im having a hard time gettting it working

  3. #33
    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)
    I had to learn the hard way to make it work. lol I looked at other people's examples in the forum.. edited to make it work better and presto. One button press rotation.. not sure if HoW works, but I can always press that myself. xD

    Not too hard to learn from examples, try it. I wasn't fed much info.. so yea. Google or search forums. xD

  4. #34
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry I don't really know Lua so I'm going to be of little help there.

  5. #35
    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)
    Reminds me of Java, when I worked with it in Grade 12. Did really bad though, but managed to troubleshoot my problem and fixed it. xD

  6. #36
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Reminds me of Java, when I worked with it in Grade 12. Did really bad though, but managed to troubleshoot my problem and fixed it. xD
    Java sucks though.

  7. #37
    jt12852's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As always, if you are using protected Lua functions in macros, you should ensure that your macros are not being stored on Blizzard's servers. While Blizzard can't tell if you've been exploiting this just from looking at the text of your macros, it can certainly raise a red flag for them if another player reports you for suspicious behavior.

    To prevent your macros from being stored on Blizzard's servers, just use:
    /console synchronizeMacros 0

    This only needs to be done one time per WoW installation. You can confirm this change is in effect by looking for the line SET synchronizeMacros "0" in your config.wtf file.

  8. #38
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jt12852 View Post
    As always, if you are using protected Lua functions in macros, you should ensure that your macros are not being stored on Blizzard's servers. While Blizzard can't tell if you've been exploiting this just from looking at the text of your macros, it can certainly raise a red flag for them if another player reports you for suspicious behavior.

    To prevent your macros from being stored on Blizzard's servers, just use:
    /console synchronizeMacros 0

    This only needs to be done one time per WoW installation. You can confirm this change is in effect by looking for the line SET synchronizeMacros "0" in your config.wtf file.
    Great idea. I didn't think of that. It's been so long since I've actually played WoW I've forgotten about a lot of the changes they've made, lol.

  9. #39
    ~OddBall~'s Avatar Contributor
    Reputation
    207
    Join Date
    Jan 2008
    Posts
    1,156
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great release Cypher.

    @Others, a good example of this in use is to find a scrollingCombatText addon and edit it to cast spells for you.

    If you think about it, SCT addons have a check to see if a spell can be used, if the spell can be used then it alerts you on the screen. All you'd have to do is find the bit where it shows the alert on the screen and add "castSpellbyName()" or whatever the shit it is and OddBall's your ****ing hot uncle.
    https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU

    PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?

  10. #40
    spudstar99's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think this should work ( i'm at work an can't test it)

    http://www.mmowned.com/forums/ui-mac...on-wip-mo.html

    just instead /dump use /run...

    have fun

  11. #41
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well done, looks nice. Now let's see how the warden guy handles this

  12. #42
    earthFlower's Avatar mmmmm CoreCoins Purchaser
    Reputation
    399
    Join Date
    Sep 2007
    Posts
    449
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice +4

  13. #43
    toxicsnipe's Avatar Member
    Reputation
    11
    Join Date
    Mar 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's spamming nil now?

  14. #44
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nesox View Post
    Well done, looks nice. Now let's see how the warden guy handles this
    Indeed. It will certainly be interesting.

  15. #45
    Akira123's Avatar Member
    Reputation
    4
    Join Date
    Jul 2007
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spudstar99 View Post
    i think this should work ( i'm at work an can't test it)

    http://www.mmowned.com/forums/ui-mac...on-wip-mo.html

    just instead /dump use /run...

    have fun
    Some code works , some doesn't.. but i get it now on how to thanks !

Page 3 of 70 FirstFirst 123456753 ... 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 12:06 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search