-
Member
I'm running a basic OS X unlocker. PE works fine.
echo -e "process attach -p `ps ax|grep MacOS/World|awk '{print $1}'`\nmemory write 0x100bd563a 0xeb\nprocess detach\nquit" > /tmp/luaunlock && lldb -s /tmp/luaunlock
Last edited by Smithharder; 01-12-2016 at 03:54 PM.
-
Active Member
What would it take to convert the stuff that requires Firehack to use EWT? Does it call FH commands that I could replace with the ewt dot commands?
-
Contributor
Originally Posted by
rukkus
What would it take to convert the stuff that requires Firehack to use EWT? Does it call FH commands that I could replace with the ewt dot commands?
Its not possivel atm.
EWT needs to create the APIs.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
-
Member
hi the program isnt looting how do i make it auto loot mobs that i kill????
-
Member
This doesn't work for me at all. Regardless of what unlocker I use or what profile, it just hangs up, makes a bunch of clicking noises, and then brings up the dialog to disable it or ignore it. Great profiles when they were part of pe. Useless to me now.
-
Member
Thanks for this wonderful update.
I want to learn to make my own rotations and learn programming. Is it best to start learning LUA and programming science? Or where do I start? I am a completely newbie and willing to put alot of time into it
-
Is it fine to discuss LUA unlockers here? I've been looking around, but does it make a difference which one you use? Thinking safety wise.
Yes some LUA unlockers work diffrence, some of them are detected by warden client.
choos wise and safely!
-
Contributor
Originally Posted by
s1gnal
Thanks for this wonderful update.
I want to learn to make my own rotations and learn programming. Is it best to start learning LUA and programming science? Or where do I start? I am a completely newbie and willing to put alot of time into it

DSL makes xreating CRs pretty easy, you can pretty much figure out how it works simply by looking at other CRs.
For LUA and any other language, you can google some Examples and HowTo's.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
-
Contributor
Originally Posted by
cs0267
This doesn't work for me at all. Regardless of what unlocker I use or what profile, it just hangs up, makes a bunch of clicking noises, and then brings up the dialog to disable it or ignore it. Great profiles when they were part of pe. Useless to me now.
What unlockers are you trying?
EWT, you need to execute '.ewt' in-game wich opens a window, then you enable Lua Unlock and reload the game '/reload'.
oLua, only requires you to execute '/reload'.
FireHack, requires nothing.
If you belive you're truly unlocked enable Lua Errors in WoW settings and see whats going on.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
-
Contributor
Originally Posted by
omnigold
hi the program isnt looting how do i make it auto loot mobs that i kill????
There is no looting feature, might be something i'm willing to add in the future.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
-
Member
Originally Posted by
MrTheSoulz
DSL makes xreating CRs pretty easy, you can pretty much figure out how it works simply by looking at other CRs.
For LUA and any other language, you can google some Examples and HowTo's.
I am really struggling to know why so many standards in programming languages. Like why use DSL, if LUA will be needed? and what cant DSL do that LUA can do? etc etc.
-
Contributor
Originally Posted by
s1gnal
I am really struggling to know why so many standards in programming languages. Like why use DSL, if LUA will be needed? and what cant DSL do that LUA can do? etc etc.
DSL ( Domain Specific Language ):
https://en.wikipedia.org/wiki/Domain-specific_language
In this case its used to hide all Lua stuff so you can just create strings wich are used as conditions.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
-
Post Thanks / Like - 1 Thanks
adisri (1 members gave Thanks to MrTheSoulz for this useful post)
-
Member
Originally Posted by
omnigold
hi the program isnt looting how do i make it auto loot mobs that i kill????
/use Findle's Loot-A-Rang
-
Member
Ok, so I got it working (my error, not yours) but now I can't seem to figure out how to edit the routines. I just want to make a few tweaks to the gladiator portion of the prot routine, but everytime i do it disappears from my rotation list in game. I'm using notepad++. What am I doing wrong? How should we go about editing these things?
-
Contributor
Originally Posted by
cs0267
Ok, so I got it working (my error, not yours) but now I can't seem to figure out how to edit the routines. I just want to make a few tweaks to the gladiator portion of the prot routine, but everytime i do it disappears from my rotation list in game. I'm using notepad++. What am I doing wrong? How should we go about editing these things?
If it stops showing, its probably a syntax error.
Enable "Lua errors" in WoW settings and see wich line to fix.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.