Lua Protection Remover menu

User Tag List

Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 90
  1. #46
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    It had nothing to do with Windows 7 or what version of Windows you were running.

    Blizzard pushed new code to Scan.dll which mapped NTDLL into memory as a data file, pulled out the raw instructions from ZwQueryVirtualMemory, then used them to do a direct syscall, hence bypassing any user mode API hooks.

    Please get your facts straight or just keep silent. It gets old having to constantly correct people who feel the need to go around and spread misinformation to make themselves look more knowledgeable/informed. Not saying that's what you in particular are doing, it may just be an honest mistake, but it turns out to be the case more often than not.
    I remember that someone had windows 7 and in the result the program which watched warden's flagging (or something like that) didn't work at all and like you said, blizz had done some nasty things and everyone were happily using luaninja even thought warden was flagging all the users. This is what I remember of the incident and not 100% sure if it is accurate.
    Last edited by Zaphry; 05-15-2011 at 08:24 AM.

    Playing a game for the graphics is like watching porn for the storyline.


    Lua Protection Remover
  2. #47
    run32.dll's Avatar Contributor
    Reputation
    98
    Join Date
    May 2007
    Posts
    53
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't use public stuff but here are a few macros/scripts that I use with my private Lua-unprotector. I hope this public thing does not modify the the same address that I use -.-

    All these macros were created very fast and they are far away from perfect.

    Paladin AoE tanking (Bloodelf lvl 85 in my case):
    PHP Code:
    #showtooltip Hammer of the Righteous
    /use 14
    #COOLDOWNS HOLY
    /run _,arcanetorrentCD =GetSpellCooldown("Arcane Torrent")
    /
    run _,consecrationCD =GetSpellCooldown("Consecration")
    /
    run _,divinepleaCD =GetSpellCooldown("Divine Plea")
    /
    run _,holyradianceCD =GetSpellCooldown("Holy Radiance")
    /
    run _,holywrathCD =GetSpellCooldown("Holy Wrath")
    /
    run _,layonhandsCD =GetSpellCooldown("Lay on Hands")
    /
    run _,wordofgloryCD =GetSpellCooldown("Word of Glory")
    #COOLDOWNS PROTECTION
    /run _,ardentdefenderCD =GetSpellCooldown("Ardent Defender")
    /
    run _,avengersshieldCD =GetSpellCooldown("Avenger's Shield")
    /
    run _,divineprotectionCD =GetSpellCooldown("Divine Protection")
    #/run _,divineshieldCD =GetSpellCooldown("Divine Shield")
    /run _,guardianofancientkingsCD =GetSpellCooldown("Guardian of Ancient Kings")
    /
    run _,hammerofjusticeCD =GetSpellCooldown("Hammer of Justice")
    /
    run _,hammeroftherighteousCD =GetSpellCooldown("Hammer of the Righteous")
    /
    run _,handoffreedomCD =GetSpellCooldown("Hand of Freedom")
    #/run _,handofprotectionCD =GetSpellCooldown("Hand of Protection")
    #/run _,handofreckoningCD =GetSpellCooldown("Hand of Reckoning")
    #/run _,handofsacrificeCD =GetSpellCooldown("Hand of Sacrifice")
    #/run _,handofsalcationCD =GetSpellCooldown("Hand of Salvation")
    #/run _,righteousdefenseCD =GetSpellCooldown("Righteous Defense")
    #COOLDOWNS RETRIBUTION
    /run _,avengingwrathCD =GetSpellCooldown("Avenging Wrath")
    /
    run _,crusaderstrikeCD =GetSpellCooldown("Crusader Strike")
    /
    run _,hammerofwrathCD =GetSpellCooldown("Hammer of Wrath")
    /
    run _,judgementCD =GetSpellCooldown("Judgement")
    /
    run _,rebukeCD =GetSpellCooldown("Rebuke")

    #PROCS
    #/run _,_,_,sacreddutyBUFF,_,timeleftsdBUFF=UnitBuff("player","Sacred Duty")

    #BUFFS
    /run if not UnitBuff("player","Seal of Truth"then CastSpellByName("Seal of Truth") print("Seal of Truth"end

    #DEBUFFS
    /run forbearanceDEBUFF=UnitDebuff("player","Forbearance")

    #INFOS
    /run pHPpct=UnitHealth("player")/UnitHealthMax("player")
    /
    run pMANApct=UnitMana("player")/UnitManaMax("player")
    /
    run holypower=UnitPower("player",SPELL_POWER_HOLY_POWER)
    /
    run tHPpct=UnitHealth("target")/UnitHealthMax("target")

    #COUNTER/KICK/SILENCE
    /run tcast=UnitCastingInfo("target") if tcast=="Electrical Storm" or tcast=="Toxic Link" or tcast=="Brutal Strike" or tcast=="Flame Breath" or tcast=="Water Totem" or tcast=="Spirit Bolts" or tcast=="Siphon Soul" or tcast=="Breath of Hethiss" or tcast=="Devastating Slam" or tcast=="Lash of Anguish" or tcast=="Wave of Agony" or tcast=="Zanzili Fire" or tcast=="Zanzil's Graveyard Gas" or tcast=="Zanzil's Resurrection Elixir" then dontkick=else dontkick=0 end
    /run if UnitCastingInfo("target") and dontkick==0 then if rebukeCD==0 then SpellStopCasting() CastSpellByName("Rebuke") elseif arcanetorrentCD==and pMANApct 0.9 then CastSpellByName("Arcane Torrent") elseif avengersshieldCD==0 then CastSpellByName("Avenger's Shield"end end

    #SPECIALS
    /run if layonhandsCD==and not forbearanceDEBUFF and pHPpct 0.23 then CastSpellByName("Lay on Hands") print("Lay on Hands"end
    /run if divineprotectionCD==and pHPpct 0.5 then CastSpellByName("Divine Protection"end
    /run if pHPpct<0.5 and holypower>2 then CastSpellByName("Word of Glory"printf("Word of Glory"end
    /run if ardentdefenderCD==and pHPpct 0.38 then CastSpellByName("Ardent Defender"end
    /run if pHPpct<0.6 and guardianofancientkingsCD==0 then CastSpellByName("Guardian of Ancient Kings"end
    /run if arcanetorrentCD==and pMANApct 0.7 then CastSpellByName("Arcane Torrent"end
    /run if divinepleaCD==and pMANApct 0.5 then CastSpellByName("Divine Plea"end
    /run if avengingwrathCD==and tHPpct 0.2 then CastSpellByName("Avenging Wrath"end

    #ATTACKS
    /run if hammerofwrathCD==and tHPpct 0.2 then SpellStopCasting() CastSpellByName("Hammer of Wrath"end
    /run if UnitBuff("player","Grand Crusader") and judgementCD>and UnitMana("player")>4000 then CastSpellByName("Avenger's Shield"end
    /run if judgementCD==0 then CastSpellByName("Judgement") elseif hammeroftherighteousCD==0 then CastSpellByName("Hammer of the Righteous") elseif UnitBuff("player","Sacred Duty") and holypower>1 then CastSpellByName("Shield of the Righteous") elseif holypower==3 then CastSpellByName("Inquisition") elseif holywrathCD==and pMANApct 0.6 then CastSpellByName("Holy Wrath") elseif consecrationCD==and pMANApct 0.5 then CastSpellByName("Consecration"end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN"); 
    Firemage (lvl 85 undead in my case):
    still has problems with casting scorch to much
    PHP Code:
    #showtooltip Fireball
    /use 10
    /run _,willoftheforsakenCD=GetSpellCooldown("Will of the Forsaken")
    /
    run _,counterspellCD=GetSpellCooldown("Counterspell")
    /
    run _,magewardCD=GetSpellCooldown("Mage Ward")
    /
    run _,manashieldCD=GetSpellCooldown("Mana Shield")
    /
    run _,mirrorCD=GetSpellCooldown("Mirror Image")
    /
    run _,combustionCD=GetSpellCooldown("Combustion")
    /
    run _,fireblastCD=GetSpellCooldown("Fire Blast")
    /
    run _,iceblockCD=GetSpellCooldown("Ice Block")

    /
    run _,_,_,hotstreakBUFF=UnitBuff("player","Hot Streak");
    /
    run _,_,_,impactBUFF=UnitBuff("player","Impact")

    /
    run _,_,_,_,_,_,_,own=UnitDebuff("target","Living Bomb") if own=="player" then livingbombDEBUFF=else livingbombDEBUFF=nil end
    /run _,_,_,_,_,_,_,own=UnitDebuff("target","Critical Mass") if own=="player" then criticalmassDEBUFF=else criticalmassDEBUFF=nil end
    /run _,_,_,_,_,_,_,own=UnitDebuff("target","Ignite") if own=="player" then igniteDEBUFF=else igniteDEBUFF=nil end
    /run _,_,_,_,_,_,_,own=UnitDebuff("target","Pyroblast!") if own=="player" then pyroblastDEBUFF=else pyroblastDEBUFF=nil end
    /run if not pyroblastDEBUFF then _,_,_,_,_,_,_,own=UnitDebuff("target","Pyroblast") if own=="player" then pyroblastDEBUFF=else pyroblastDEBUFF=nil end end

    /run if UnitHealth("target")>1500000 then tBOSS=else tBOSS=0 end
    /run pHPpct=UnitHealth("player")/UnitHealthMax("player")
    /
    run if UnitHealth("target")/UnitHealthMax("target")<0.12 or UnitHealth("target")<20000 or UnitMana("player")<3800 then tlowHP=else tlowHP=0 end

    /run if pHPpct<0.2 and iceblockCD==0 then CastSpellByName("Ice Block"end
    /run if pHPpct<0.5 and manashieldCD==0 then CastSpellByName("Mana Shield"end
    /run if pHPpct<0.4 and magewardCD==0 then CastSpellByName("Mage Ward"end

    /run tcast=UnitCastingInfo("target") if tcast=="Electrical Storm" or tcast=="Toxic Link" or tcast=="Brutal Strike" or tcast=="Flame Breath" or tcast=="Water Totem" or tcast=="Spirit Bolts" or tcast=="Siphon Soul" or tcast=="Breath of Hethiss" or tcast=="Devastating Slam" or tcast=="Lash of Anguish" or tcast=="Wave of Agony" or tcast=="Zanzili Fire" or tcast=="Zanzil's Graveyard Gas" or tcast=="Zanzil's Resurrection Elixir" then dontkick=else dontkick=0 end

    /run if UnitCastingInfo("target") and counterspellCD==and dontkick==0 then SpellStopCasting() CastSpellByName("Counterspell"end
    /run if tBOSS==and mirrorCD==and UnitMana("player")>2000 then CastSpellByName("Mirror Image"end
    /run if combustionCD==and UnitHealth("target")>200000 and livingbombDEBUFF and criticalmassDEBUFF and pyroblastDEBUFF and igniteDEBUFF then CastSpellByName("Combustion"end

    /run if tlowHP==1 then if hotstreakBUFF then CastSpellByName("Pyroblast") elseif impactBUFF and UnitMana("player")>3657 then CastSpellByName("Fire Blast") else CastSpellByName("Scorch"end end
    /run if tlowHP==0 then if criticalmassDEBUFF==nil then print("USE SCORCH!"end if livingbombDEBUFF==nil then CastSpellByName("Living Bomb") elseif hotstreakBUFF then CastSpellByName("Pyroblast") elseif impactBUFF and pyroblastDEBUFF then CastSpellByName("Fire Blast") elseif fireblastCD==0 then CastSpellByName("Fire Blast") else CastSpellByName("Fireball"end end 
    Warrior Tank (lvl 70 Goblin Twink in my Case):
    PHP Code:
    #showtooltip Heroic Strike
    /run _,rocketbarrageCD =GetSpellCooldown("Rocket Barrage")
    /
    run _,heroicstrikeCD =GetSpellCooldown("Heroic Strike")
    /
    run _,strikeCD =GetSpellCooldown("Strike")
    /
    run _,thunderclapCD =GetSpellCooldown("Thunder Clap")
    /
    run _,shieldslamCD =GetSpellCooldown("Shield Slam")
    /
    run _,shieldblockCD =GetSpellCooldown("Shield Block")
    /
    run _,cleaveCD =GetSpellCooldown("Cleave")
    /
    run _,cbCD =GetSpellCooldown("Concussion Blow")
    /
    run _,pummelCD =GetSpellCooldown("Pummel")
    /
    run _,revengeCD =GetSpellCooldown("Revenge")
    /
    run _,chargeCD =GetSpellCooldown("Charge")
    /
    run _,shieldwallCD =GetSpellCooldown("Shield Wall")
    /
    run _,battleshoutCD =GetSpellCooldown("Battle Shout")
    /
    run _,cmdshoutCD =GetSpellCooldown("Commanding Shout")
    /
    run _,shockwaveCD =GetSpellCooldown("Shockwave")

    /
    run rage=UnitPower('player')
    /
    run pHPpct=UnitHealth("player")/UnitHealthMax("player")
    /
    run if IsUsableSpell("Revenge"then canuserevenge=else canuserevenge=0 end
    /run if UnitDebuff("player","Power Word: Fortitude") or UnitDebuff("player","Blood Pact"then usecmdshout=else usecmdshout=1 end
    /run _,_,_,_,_,_,_,own=UnitDebuff("target","Rend") if own=="player" then rendDEBUFF=else rendDEBUFF=0 end
    /run _,_,_,_,_,_,_,own=UnitDebuff("target","Thunder Clap") if own=="player" then tcDEBUFF=else tcDEBUFF=0 end
    /run _,_,_,_,_,_,_,own=UnitDebuff("target","Demoralizing Shout") if own=="player" then demoshoutDEBUFF=else demoshoutDEBUFF=0 end
    /run _,_,_,count,_,_,_,own=UnitDebuff("target","Sunder Armor") if not count then count=0 end if own=="player" then sunderSTACKS=count else sunderSTACKS=count end

    #BUFFS
    #/run if usecmdshout==1 then if not UnitBuff("player","Commanding Shout") and cmdshoutCD==0 then CastSpellByName("Commanding Shout") elseif not UnitBuff("player","Battle Shout") and battleshoutCD==0 then CastSpellByName("Battle Shout") end end
    /run if not UnitBuff("player","Battle Shout") and battleshoutCD==0 then CastSpellByName("Battle Shout"end
    /run if UnitBuff("player","Victorious"then victoryrushBUFF=else victoryrushBUFF=0 end

    #COUNTER/KICK/SILENCE
    /run tcast=UnitCastingInfo("target") if tcast=="Whirlwind" then dontkick=else dontkick=0 end
    /run if UnitCastingInfo("target") and dontkick==0 then if rage>=10 and pummelCD==0 then CastSpellByName("Pummel") elseif cbCD==and rage>=15 then CastSpellByName("Concussion Blow") elseif rage>=15 and shockwaveCD==0 then CastSpellByName("Shockwave"end end

    #COOLDOWNS
    /run if pHPpct<0.55 and shieldwallCD==0 then CastSpellByName("Shield Wall"end
    /run if pHPpct<0.7 and rage>=10 and shieldblockCD==0 then CastSpellByName("Shield Block"end

    /startattack
    /run if (IsSpellInRange('Charge','target')==and GetSpellCooldown('Charge')==0then CastSpellByName('Charge'end
    /run if rage>=10 and rendDEBUFF==0 then CastSpellByName("Rend"end
    /run if tcDEBUFF==and rendDEBUFF==and demoshoutDEBUFF==and rage>=10 then CastSpellByName("Demoralizing Shout"end
    /run if rage>=15 and thunderclapCD==0 then CastSpellByName("Thunder Clap") elseif victoryrushBUFF==1 then CastSpellByName("Victory Rush") elseif rage>=20 and shieldslamCD==0 then CastSpellByName("Shield Slam") elseif rage>=and revengeCD==and canuserevenge==1 then CastSpellByName("Revenge") elseif rage>=and sunderSTACKS<3 then CastSpellByName("Sunder Armor") elseif rage>=40 and sunderSTACKS==3 then CastSpellByName("Devastate") elseif rage>=20 and strikeCD==0 then CastSpellByName("Strike") elseif rage>=30 and heroicstrikeCD==0 then CastSpellByName("Heroic Strike") elseif rage>=30 and cleaveCD==0 then CastSpellByName("Cleave"end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN"
    If you use them and improve them let me know. The one for the Paladin is probably the best one - I've been using it aloooot and it works fine with bosstanking too - however it uses the *Hammer of the R.* ... probably not the best for single target tanking.

  3. #48
    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)
    Originally Posted by Zaphry View Post
    I remember that someone had windows 7 and in the result the program which watched warden's flagging (or something like that) didn't work at all and like you said, blizz had done some nasty things and everyone were happily using luaninja even thought warden was flagging all the users. This is what I remember of the incident and not 100% sure if it is accurate.
    What the **** are you babbling about?

    How clearly do I have to tell you this:
    The detection of LuaNinja had nothing to do with whether or not you were running Windows 7.

    I assume the person you are referring to is Kynox, who happens to be a close personal friend of mine. During the banwave we worked on investigating the cause together, and so did Harko.

    The 'Windows 7 incompatibility' was an initial theory when we were looking into how Warden detected LuaNinja, but that initial theory was wrong and we threw it out the window once we investigated further and discovered the real cause (which I outlined in detail in my earlier post).

    For reference, here's Kynox's original post:
    Dribble » Blog Archive » Banwave in effect - Just another WordPress weblog

    P.S. I was the person who wrote the damn hack, and I was also one of the people who was on the team which discovered how Warden bypassed the protection. I think I MAY know what I'm talking about. >_>

  4. #49
    emulcube's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /run if not Unitbuff ("target", "SpellID 139") then CastSpellByID "139" end ?

    help me

  5. #50
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    What the **** are you babbling about?

    How clearly do I have to tell you this:
    The detection of LuaNinja had nothing to do with whether or not you were running Windows 7.

    I assume the person you are referring to is Kynox, who happens to be a close personal friend of mine. During the banwave we worked on investigating the cause together, and so did Harko.

    The 'Windows 7 incompatibility' was an initial theory when we were looking into how Warden detected LuaNinja, but that initial theory was wrong and we threw it out the window once we investigated further and discovered the real cause (which I outlined in detail in my earlier post).

    For reference, here's Kynox's original post:
    Dribble » Blog Archive » Banwave in effect - Just another WordPress weblog

    P.S. I was the person who wrote the damn hack, and I was also one of the people who was on the team which discovered how Warden bypassed the protection. I think I MAY know what I'm talking about. >_>

    I know it is you who wrote LuaNinja, You're the unique one on MMOwned
    So yeah, I prolly was around when there were rumors going on 'bout windows 7 incompatibility and after that I settled down from everything what was linked to wow so there is no way that I could've known 'bout that.

    Sorry that I've spread miss-information >_<

    Playing a game for the graphics is like watching porn for the storyline.


  6. #51
    Tazojin's Avatar Sergeant
    Reputation
    7
    Join Date
    Feb 2010
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by emulcube View Post
    /run if not Unitbuff ("target", "SpellID 139") then CastSpellByID "139" end ?

    help me
    /run if not UnitBuff("target","Renew") then CastSpellByName("Renew") end

    Try that.

  7. #52
    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)
    nothing to do with this post, but how come Cypher knows everything?

  8. #53
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jackus View Post
    nothing to do with this post, but how come Cypher knows everything?
    bcus hes a blizzard employee

  9. #54
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jackus View Post
    nothing to do with this post, but how come Cypher knows everything?
    Originally Posted by Weird0 View Post
    bcus hes a blizzard employee
    Because unlike most, he works on his answers before posting them
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  10. #55
    ApostleO's Avatar Private
    Reputation
    4
    Join Date
    May 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very odd issue, and I hope I get some help here.

    OS: Windows 7 64 bit.
    WoW Retail
    SlimDX installed properly.

    I open the program.
    I open WoW.
    I alt-tab and press "Inject!" WoW pops back up automatically.
    I can move with my movement keys, but I hear a constant Windows "ding" of "you are holding down a key outside of an input field."
    F5 successfully minimizes the Injector console screen.
    If I click, the game screen freezes.
    If I alt-tab, the game screen freezes.
    If I Ctrl-Alt-Del, I get my normal prompt screen, and when I select "Open Task Manager" I briefly see the appropriate Window before WoW takes the screen again. Above issues persist.
    Alt-F4 takes multiple presses to finally close WoW. Other windows previously opened are now closed.

    It seems obvious that somehow WoW is not properly taking input focus. What is not obvious is why, or how to correct this.

    Any ideas?

    EDIT: Found a work-around. Playing in Windowed-Fullscreen. No problem, thus far.

    It is funny that my initial reason for being interested in this hack is so asinine: Blizzard has protected ToggleRun() for whatever reason, so, as a Roleplayer, I can't create an Add-on to toggle Run immediately on entering/leaving combat. Obviously not worth risking an ban-hammer, but piqued my interest, at least.
    Last edited by ApostleO; 05-23-2011 at 04:37 AM.

  11. #56
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2984
    Join Date
    Apr 2006
    Posts
    9,811
    Thanks G/R
    353/298
    Trade Feedback
    9 (100%)
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by cypher View Post
    what the **** are you babbling about?

    How clearly do i have to tell you this:
    the detection of luaninja had nothing to do with whether or not you were running windows 7.

    i assume the person you are referring to is kynox, who happens to be a close personal friend of mine. During the banwave we worked on investigating the cause together, and so did harko.

    The 'windows 7 incompatibility' was an initial theory when we were looking into how warden detected luaninja, but that initial theory was wrong and we threw it out the window once we investigated further and discovered the real cause (which i outlined in detail in my earlier post).

    For reference, here's kynox's original post:
    dribble » blog archive » banwave in effect - just another wordpress weblog

    p.s. I was the person who wrote the damn hack, and i was also one of the people who was on the team which discovered how warden bypassed the protection. I think i may know what i'm talking about. >_>
    no u

  12. #57
    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)
    Originally Posted by KuRIoS View Post
    no u
    Shush you nub. Lol.

  13. #58
    ossuaire's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2009
    Posts
    65
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there

    anyone know the exact syntax for gettoteminfo to recast a fire totem when fade plz?

    Thank you gays ;-)
    Last edited by ossuaire; 05-24-2011 at 10:48 AM.

  14. #59
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome stuff as always Juju, I am not going to release my addon (it actually uses an endscene hook for executing the CastSpellByID, so it wouldnt really be helpful out of the box anyways, but with this you cut out a bit of the learning curve) but for anyone that wants to get started on a raid DPS addon look at an addon called PriorityQueue (PriorityQueue - WoW AddOns - WowAce.com).

    The addon is for WoW 3.3.5, so the spells and stuff are out of date, but it will provide you will a good framework for setting up a priority system that is easily configurable. Once you have updated your class to 4.1 adding the CastSpellByID is the easy part.

    Example of my update for ret paladins: Clip #YHV
    For you to use this Paladin.lua you will either need to (1) Write a function that determines the current spec so the GCD spell is set, or 2) Hardcode your GCD spell, add a few strings to the localization file, and update the struct used for the spells in the main PrioritQueue.lua with the new fields I added (spid and actn).
    Last edited by Xelper; 05-24-2011 at 11:15 AM.

  15. #60
    Owneth's Avatar Active Member
    Reputation
    56
    Join Date
    Feb 2011
    Posts
    362
    Thanks G/R
    6/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JuJuBoSc View Post
    Execute all LUA function in game, evenn the protected one, and so make 1 DPS button
    Ever considered incorporating this into your multi hack?

Page 4 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 04:29 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