Register for your free account! | Forgot your password?

You last visited: Today at 17:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Program] WoW Lua Enabler

Discussion on [Program] WoW Lua Enabler within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1
 
Pand0r's Avatar
 
elite*gold: 1438
Join Date: Jun 2007
Posts: 3,214
Received Thanks: 758
[Program] WoW Lua Enabler

Blizzard actually updated Warden !
DO NOT USE THIS AT THIS TIME


Hey,

Just finished my latest little project, which simply enables the use of any LUA function in the game. (CastSpellByName, etc).

This release requires you to have .NET 3.5 installed.

This is currently undetected, but as a added security measure i would disable server side addon caching.

Readme:

Quote:
WoW Lua Enabler 1.0

Usage: The application requires no input to function,
simply run it and your lua functions are unlocked.

This version is intended to function only on WoW version 3.0.8,
any other versions WILL NOT WORK.

Download:

Btw

Beispiele
Quote:
This program enables stuff like "/script MoveForwardStart(GetTime()*1000 + 1000);" for example, which is blocked.

- ForceLogout() (Instantly logs you out, bypassing the usual 20 seconds countdown)

- /run if (select(4,UnitDebuff("target","Scorch")) or 0)~=5 then CastSpellByName("Scorch") else CastSpellByName("Fireball") end

- /script if UnitBuff("player","Freezing Fog") then CastSpellByName("Howling Blast") else CastSpellByName("Obliterate") end

- #showtooltip Counterspell
/run if UnitCastingInfo("target") ~=nil or UnitChannelInfo("target") ~=nil then SpellStopCasting and CastSpellByName("Counterspell") end end

- /run local runes={0,0,0,0} for i=1,6,1 do local start, duration, runeReady=GetRuneCooldown(i) if not UnitDebuff("target","Frost Fever") then CastSpellByName("Icy Touch") elseif not UnitDebuff("target","Blood Plague") then CastSpellByName("Plague Strike") elseif runes[1]>0 then CastSpellByName("Blood Strike") end end end

- /run local runes = {0,0,0,0} for i=1,6,1 do local start, duration, runeReady=GetRuneCooldown(i) local runeType = GetRuneType(i) if runeReady then runes[runeType] = runes[runeType] + 1 end end local runic = UnitPower("Player") if UnitCastingInfo("target") or UnitChannelInfo("target") then if runic>=20 and GetTime()-10>10 and IsSpellInRange(GetSpellInfo(47528), "target") == 1 then CastSpellByName("Mind Freeze") end if runes[1]>0 or runes[4]>0 then if GetTime()-120>120 and IsSpellInRange(GetSpellInfo(47476), "target")==1 then CastSpellByName("Strangulate") end end end
Pand0r is offline  
Thanks
3 Users
Old 01/22/2009, 17:45   #2
 
Lanak's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 201
Received Thanks: 14
Sorry, ich versteh nicht genau was man damit machen kann.
Könntest du das evtl. kurz erklären ?
Lanak is offline  
Old 01/22/2009, 17:47   #3
 
Pand0r's Avatar
 
elite*gold: 1438
Join Date: Jun 2007
Posts: 3,214
Received Thanks: 758
Mit dem Programm kannst du alle LUA befehle benutzen, die normalerweise gesperrt sind!
Steht aber auch oben ..

Zeit cast befehle gehen auch damit wieder
Pand0r is offline  
Old 01/22/2009, 18:08   #4
 
Kinu's Avatar
 
elite*gold: 10
Join Date: May 2006
Posts: 2,786
Received Thanks: 773
ololo altes decursive =(
Kinu is offline  
Old 01/22/2009, 19:09   #5
 
elite*gold: 30
Join Date: Feb 2006
Posts: 1,724
Received Thanks: 465
Mass Dispell mit decursive! yay!

Ok hatte das prog schon vorher...aber altes decursive is trotzdem toll
kaiN_92 is offline  
Old 01/24/2009, 11:55   #6
 
Pand0r's Avatar
 
elite*gold: 1438
Join Date: Jun 2007
Posts: 3,214
Received Thanks: 758
Blizzard actually updated Warden !
DO NOT USE THIS AT THIS TIME

Momentan nicht benutzen, kann detected sein.
Pand0r is offline  
Old 01/25/2009, 11:15   #7
 
Kinu's Avatar
 
elite*gold: 10
Join Date: May 2006
Posts: 2,786
Received Thanks: 773
no risk no fun!
Kinu is offline  
Old 01/25/2009, 12:35   #8
 
Los's Avatar
 
elite*gold: 0
Join Date: Aug 2006
Posts: 445
Received Thanks: 520
Quote:
Originally Posted by R3d Dr4gon View Post
no risk no fun!
Da warden luascripte und den chat eig eh schon überprüft is das wohl n bisl zu viel risk
Los is offline  
Thanks
1 User
Old 01/25/2009, 13:07   #9
 
Pand0r's Avatar
 
elite*gold: 1438
Join Date: Jun 2007
Posts: 3,214
Received Thanks: 758
Quote:
Originally Posted by Los View Post
Da warden luascripte und den chat eig eh schon überprüft is das wohl n bisl zu viel risk
Vor dem letzten Warden Update war es nicht riskant!
Pand0r is offline  
Reply


Similar Threads Similar Threads
[TOOL] Interactions Enabler
01/25/2011 - CO2 Exploits, Hacks & Tools - 8 Replies
using This guide I have made an interactions enabler to automatically enable the actions "removed" by TQ. Simple to use, just put it in your Conquer Online 2.0 directory ("C:\Program Files\Conquer Online 2.0" by default) and run. Scan if you want. Made using C# and .NET 2.0 so if you STILL don't have the .NET framework shoot yourself in the face. using System; using System.Collections.Generic;
Gunz Dev Mode Enabler
07/02/2005 - GunZ - 4 Replies
The following patches are in this new EXE: -Remove Debugger check (IsDebuggerPresent, TSearch, etc) -Enable "IsLaunchDevelop" mode Stuff you can do with the second one: -Alt Enter works -Press F9 in-game to cycle between some debug screens -enables the commands "/gtgod" and a few others, which claim to enable god mode and such, but really don't (the code was removed)
Lin2Rich Enabler *updated*
12/12/2004 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 10 Replies
der enabler ist als enforcer ersatz gedacht, funktioniert soweit ich weiss nur bei der gecrackten lin2mate funktion von fuk-paul testen plz
Enabler für Lin2Rich
08/20/2004 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 1 Replies
Also, die meisten benutzen ja den Enforcer für Lin2Rich, aber es gibt auch noch meinen injector ;) --> http://www.geocities.com/pengpong2004/linrich.html Gleich mal als Warnung vornweg: Ihr braucht erst ein license file von mir, bevor ihr das teil benutzen könnt, der Zweck des ganzen ist, dass ich verhindern wollte, dass das teil überall auftaucht... Aber mehr Infos zum license file gibts auf der URL oben... Ich hab zwar noch nie den Enforcer benutzt, aber von dem was ich gelesen hab...



All times are GMT +2. The time now is 17:21.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.