Lua Protection Remover menu

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 90
  1. #16
    Nyst's Avatar Member
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    40
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a link to a good fury warrior script? I'd make one myself but I have no experience with lua.

    Lua Protection Remover
  2. #17
    backburn's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whipped up a quick Warrior script for 4.1 at work:
    (and my first contribution to mmowned )
    Code:
    /run if UnitCastingInfo("target") and GetSpellCooldown("Pummel")==0 then SpellStopCasting() CastSpellByName("Pummel") end
    /run if not UnitDebuff("target", "Sunder Armor") then CastSpellByName("Sunder Armor") end
    /run if GetSpellCooldown("Colossus Smash")==0 then CastSpellByName("Colossus Smash") end
    /run if UnitBuff("player", "Enrage") and GetSpellCooldown("Raging Blow")==0 then CastSpellByName("Raging Blow") end
    /run if GetSpellCooldown("Battle Shout")==0 and UnitPower("Player")<50 then CastSpellByName("Battle Shout") end
    /run if GetSpellCooldown("Execute")==0 and (UnitHealth("target")/UnitHealthMax("target")<=0.2) then CastSpellByName("Execute") end
    /run if GetSpellCooldown("Bloodthirst")==0 then CastSpellByName("Bloodthirst") end
    /run if UnitBuff("player", "Bloodsurge") then CastSpellByName("Slam") end
    /run if UnitPower("Player")>70 and UnitBuff("player", "Battle Trance") then CastSpellByName("Inner Rage") CastSpellByName("Heroic Strike") end
    Use Super Duper Macros addon and spam away.
    Have fun until this hack gets detected, blizz seems to be quick to fix these for obvious reasons. XD

  3. #18
    joboy_67's Avatar Active Member Super Wiener CoreCoins Purchaser
    Reputation
    43
    Join Date
    May 2009
    Posts
    212
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by backburn View Post
    Whipped up a quick Warrior script for 4.1 at work:
    (and my first contribution to mmowned )
    Code:
    /run if UnitCastingInfo("target") and GetSpellCooldown("Pummel")==0 then SpellStopCasting() CastSpellByName("Pummel") end
    /run if not UnitDebuff("target", "Sunder Armor") then CastSpellByName("Sunder Armor") end
    /run if GetSpellCooldown("Colossus Smash")==0 then CastSpellByName("Colossus Smash") end
    /run if UnitBuff("player", "Enrage") and GetSpellCooldown("Raging Blow")==0 then CastSpellByName("Raging Blow") end
    /run if GetSpellCooldown("Battle Shout")==0 and UnitPower("Player")<50 then CastSpellByName("Battle Shout") end
    /run if GetSpellCooldown("Execute")==0 and (UnitHealth("target")/UnitHealthMax("target")<=0.2) then CastSpellByName("Execute") end
    /run if GetSpellCooldown("Bloodthirst")==0 then CastSpellByName("Bloodthirst") end
    /run if UnitBuff("player", "Bloodsurge") then CastSpellByName("Slam") end
    /run if UnitPower("Player")>70 and UnitBuff("player", "Battle Trance") then CastSpellByName("Inner Rage") CastSpellByName("Heroic Strike") end
    Use Super Duper Macros addon and spam away.
    Have fun until this hack gets detected, blizz seems to be quick to fix these for obvious reasons. XD
    Do you think you could whip up a feral druid one too =)? 1. Feralfire 2. mangle 3.rip 4.at 5 combopoints shred, if shred active 5.ferocious bite.

  4. #19
    backburn's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jonni67 View Post
    Do you think you could whip up a feral druid one too =)? 1. Feralfire 2. mangle 3.rip 4.at 5 combopoints shred, if shred active 5.ferocious bite.
    try this jonni6

    Code:
    /run if GetSpellCooldown("Faerie Fire (Feral)")==0 and not UnitDebuff("target", "Faerie Fire") then CastSpellByName("Faerie Fire (Feral)") end
    /run if GetSpellCooldown("Mangle")==0 then CastSpellByName("Mangle") end
    /run if GetSpellCooldown("Rip")==0 then CastSpellByName("Rip") end
    /run if GetSpellCooldown("Shred")==0 and GetComboPoints(“player”)>=5 then CastSpellByName("Shred") end
    /run if GetSpellCooldown("Ferocious Bite")==0 then CastSpellByName("Ferocious Bite") end
    very simple feral druid rotation macro per jonni6's specs. Untested and spell names could be wrong.

  5. #20
    scarith1's Avatar Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by backburn View Post
    try this jonni6

    Code:
    /run if GetSpellCooldown("Faerie Fire (Feral)")==0 and not UnitDebuff("target", "Faerie Fire") then CastSpellByName("Faerie Fire (Feral)") end
    /run if GetSpellCooldown("Mangle")==0 then CastSpellByName("Mangle") end
    /run if GetSpellCooldown("Rip")==0 then CastSpellByName("Rip") end
    /run if GetSpellCooldown("Shred")==0 and GetComboPoints(“player”)>=5 then CastSpellByName("Shred") end
    /run if GetSpellCooldown("Ferocious Bite")==0 then CastSpellByName("Ferocious Bite") end
    very simple feral druid rotation macro per jonni6's specs. Untested and spell names could be wrong.
    Any chance for a Balance Druid?

  6. #21
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, if someone could make a macro for a frost dk, with this priority, i would be glad. Or just make a skeleton and instruct us macro noobies at how to make our own.

    Diseases
    Obliterate if both Frost/Unholy pairs and/or both Death runes are up, or if Killing Machine is procced
    Frost Strike
    if RP capped
    Rime
    Obliterate
    Frost Strike
    Horn of Winter
    [source: elitistjerks.com]
    Last edited by Discipline; 05-12-2011 at 02:03 AM.

  7. #22
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is so cool But it will get you ban within 1-2 months TOP

  8. #23
    demisehi's Avatar Member
    Reputation
    50
    Join Date
    Jun 2009
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Better have a secondary account handy because the ones you use this on will be back in Blizzard's hands shortly.

  9. #24
    cdmichaelb's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Jan 2011
    Posts
    368
    Thanks G/R
    21/5
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm assuming you don't, but does this have any protection against warden?

  10. #25
    backburn's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by D1sc1pl1n3 View Post
    Hey, if someone could make a macro for a frost dk, with this priority, i would be glad. Or just make a skeleton and instruct us macro noobies at how to make our own.

    Diseases
    Obliterate if both Frost/Unholy pairs and/or both Death runes are up, or if Killing Machine is procced
    Frost Strike
    if RP capped
    Rime
    Obliterate
    Frost Strike
    Horn of Winter
    [source: elitistjerks.com]
    Hmm a DK, a much more involved class to code for it seems.

    FROST DK Single Target:
    Code:
    /run if not UnitDebuff("target", "Blood Plague") then CastSpellByName("Plague Strike") end
    /run if not UnitDebuff("target", "Frost Fever") then CastSpellByName("Icy Touch") end
    /run if UnitBuff("player", "Killing Machine") then CastSpellByName("Obliterate") end
    /run if ((GetRuneCooldown("3")==true and GetRuneCooldown("4")==true) or (GetRuneCooldown("5")==true and GetRuneCooldown("6")==true)) then CastSpellByName("Obliterate") end
    /run if UnitPower("player")>=95 then CastSpellByName("Frost Strike") end
    /run if UnitBuff("player", "Freezing Fog") then CastSpellByName("Howling Blast") end
    /run if ((GetRuneCooldown("3")==true or GetRuneCooldown("4")==true) and (GetRuneCooldown("5")==true or GetRuneCooldown("6")==true)) then CastSpellByName("Obliterate") end
    /run if ((GetRuneCooldown("1")==false and GetRuneCooldown("2")==false) or (GetRuneCooldown("3")==false and GetRuneCooldown("4")==false) or (GetRuneCooldown("5")==false and GetRuneCooldown("6")==false)) and UnitPower("Player")>=40 then CastSpellByName("Frost Strike") end
    /run if not UnitDebuff("player", "Horn of Winter") and GetSpellCooldown("Horn of Winter")==0 then CastSpellByName("Horn of Winter") end
    Very simple macro, untested, and doesn't account for death runes. (I’ve never played a DK) You’ll want to play with GetRuneType() to find out, information for those functions are in the WoW LUA API. This will make your obliterates far more optimised.

    This macro could be WAY better. e.g. declare a global and read all the rune status to the array and test from that rather than calling the cooldown/type functions 8 million times. Additionally we should be using a variable to track progress through the priority queue; that way we wait for runes that are about to come up).

    At any rate, it should accomplish a pretty damn good rotation. Good luck!

    Ive had numerous PMs asking for a tutorial of sorts, ill try and comment on what each line of the macro is doing below. Keep in mind that the order of the macro matters, the order of execution is from top to bottom. If a condition is met early in the script it will fire the ability effectively locking out more spells until the GCD is over therefore the macro is somewhat spam-able, though, pressing it once every GCD is advised.

    Code:
    /run if not UnitDebuff("target", "Blood Plague") then CastSpellByName("Plague Strike") end
    If the “target” doesnt have BP then cast PS to get it up.

    Code:
    /run if UnitBuff("player", "Killing Machine") then CastSpellByName("Obliterate") end
    If the “player” (you) has the Buff “Killing Machine” then lets spam obliterate till it goes away.

    Code:
    /run if ((GetRuneCooldown("3")==true and GetRuneCooldown("4")==true) or (GetRuneCooldown("5")==true and GetRuneCooldown("6")==true)) then CastSpellByName("Obliterate") end
    A little more fun; If we have 2 frost or 2 unholy runes then cast Obliterate.
    (Runes 1 & 2 are blood, 3 & 4 are frost, 5 & 6 are unholy)

    Code:
    /run if UnitPower("player")>=95 then CastSpellByName("Frost Strike") end
    If we have more than or equal to 95 Runic Power then cast Frost Strike.

    Code:
    /run if ((GetRuneCooldown("3")==true or GetRuneCooldown("4")==true) and (GetRuneCooldown("5")==true or GetRuneCooldown("6")==true)) then CastSpellByName("Obliterate") end
    If we have at least 1 frost and 1 unholy rune then cast Obliterate.

    Code:
    /run if ((GetRuneCooldown("1")==false and GetRuneCooldown("2")==false) or (GetRuneCooldown("3")==false and GetRuneCooldown("4")==false) or (GetRuneCooldown("5")==false and GetRuneCooldown("6")==false)) and UnitPower("Player")>=40 then CastSpellByName("Icy Touch") end
    If at least one pair of runes is on CD and we have greater than or equal to 40 runic power then cast Frost Strike.

    Code:
    /run if not UnitDebuff("player", "Horn of Winter") and GetSpellCooldown("Horn of Winter")==0 then CastSpellByName("Horn of Winter") end
    If we dont have the Horn of Winter buff on ourselves (and thus the raid) and its not on cooldown then cast it.

    ---------- Post added at 11:59 AM ---------- Previous post was at 11:45 AM ----------

    Originally Posted by scarith1 View Post
    Any chance for a Balance Druid?
    Balance Druid looks like fun to code for, so many conditionals.
    Ill get something together when i get a chance and will edit this post.
    Last edited by backburn; 05-12-2011 at 03:59 PM.

  11. #26
    muhanna's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the hack doesn't inject wow
    when i click inject nothing happens + i've installed slimdx and run as admin

  12. #27
    backburn's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by muhanna View Post
    the hack doesn't inject wow
    when i click inject nothing happens + i've installed slimdx and run as admin
    Read up, you should be in dx9 mode. It seems that with 4.1 blizz set dx11 to default on systems with capable hardware.

  13. #28
    muhanna's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  14. #29
    backburn's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try disabling UAC entirely. Click start and in the search box type UAC then click "Change User Account Control settings"
    Move the slider to the bottom, save and restart.

  15. #30
    demisehi's Avatar Member
    Reputation
    50
    Join Date
    Jun 2009
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Backburn - I applaud your efforts for the DK macro., for quick and dirty, it is decent. Not optimised however. I will give you a little insight, not sure if you do this or not, or part of the NA community. If you are, you should know me, and I can help you optimize it.

Page 2 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Lua Script] Lua Protection Remover
    By Verosk in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 11-09-2012, 11:38 AM
  2. Removal of LUA Protection on Macs
    By mojom in forum WoW Bots Questions & Requests
    Replies: 10
    Last Post: 07-28-2011, 09:08 PM
  3. LUA Protected CODE
    By vabatta in forum WoW Bots Questions & Requests
    Replies: 6
    Last Post: 04-04-2011, 12:13 PM
  4. Use of Lua Protected Commands on a 3.2.0 and 3.3.3a Server
    By grimmjow200 in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 06-14-2010, 11:35 PM
  5. [Release] LuaFoo - Use Lua Protected Commands
    By Apoc in forum World of Warcraft Bots and Programs
    Replies: 46
    Last Post: 10-19-2009, 06:18 PM
All times are GMT -5. The time now is 12:30 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