[Hack] Lua Protection Disabler For Private Servers (3.3.5a & 2.4.3)

06/19/2011 01:28 Ramonoo#1
My first hacking program, heck even my first memory editting program.
I was gonna release the source code at first, but I dont think theres any need for, the offsets are already availible for view in the program itself (select custom adress).

[Only registered and activated users can see links. Click Here To Register...]

- [Only registered and activated users can see links. Click Here To Register...]

- [Only registered and activated users can see links. Click Here To Register...]
- [Only registered and activated users can see links. Click Here To Register...]

ps. Yes I know theres something similair around, although that doesnt work with 2.4.3.

more info:
[Only registered and activated users can see links. Click Here To Register...]

which is mm owned.com, for some reason isnt allowed here.
No support from me here.
06/24/2011 22:16 kagga#2
What is this for?
06/26/2011 01:03 russki#3
funktioniert wunderbar
muss ab jetzt nur eine taste drücken um die rota durchzubringen
06/26/2011 21:11 Schick3r#4
Ich kann bei mir keinen Spell eintragen, also ich kann nichts aus der Zeile löschen weder einfügen.
06/27/2011 11:33 russki#5
kann mir einer helfen?

castet Feuersbrunst nicht....

hier das macro
Quote:
/run if UnitHealth("player") > 7000 and (UnitPower("Player") < 3000 or not UnitBuff("player", "Aderlass")) then CastSpellByName("Aderlass") end
/run if UnitBuff("player", "Dezimierung") then CastSpellByName("Seelenfeuer") end
#/run if UnitHealthMax("target") > 10000 then i=1 while(i<=10)do a={UnitDebuff("target",i)} if a[1]=="Verderbnis" and a[8]=="player" then break else i=i+1 end end; if i>40 and UnitHealth("target") > 10000 then CastSpellByName("Verderbnis") end end
/run i=1 while(i<=40)do a={UnitDebuff("target",i)} if a[1]=="Verderbnis" and a[8]=="player" then break else i=i+1 end end; if i>40 and UnitHealth("target") > 5000 then CastSpellByName("Verderbnis") end
/run if UnitHealthMax("target") > 200000 then i=1 while(i<=40)do a={UnitDebuff("target",i)} if a[1]=="Fluch der Pein" and a[8]=="player" then break else i=i+1 end end; if i>40 and UnitHealth("target") > 100000 then CastSpellByName("Fluch der Pein") end end
/run i=1 while(i<=40)do a={UnitDebuff("target",i)} if a[1]=="Feuerbrand" and a[8]=="player" then break else i=i+1 end end; if i>40 and UnitHealth("target") > 5000 then CastSpellByName("Feuerbrand") end
/run if UnitBuff("target", "Feuerbrand") then CastSpellByName("Feuersbrunst") end
/run CastSpellByName("Verbrennen")
06/28/2011 23:48 ˆ°º•BlaZeR•º°ˆ#6
was macht das programm überhaupt?

what does that program do?
07/01/2011 20:11 dajmon#7
This enables automaticly casting and doing actions by scripts
07/11/2011 17:45 forerun#8
Try this : /run TargetNearestEnemy(); and read msgbox with don't ever do it info ... works/partially maybe but u cannot do anything really good ...