[Archive] [OSX][3.3.5a] LUA Unlocker and JPS
[Archive] [OSX][3.3.5a] LUA Unlocker and JPS
Quote: Hey guys. I'm sharing a Protected LUA unlocker for OSX and a version of JPS for 3.3.5a.
For those who used Pocket Gnome, you'll probably remember JPS. It was the popular rotation add-on before PE was made. It's not as good as PE, but I'm much more familiar with it, and I don't really have the know how to reconfigure PE to work with WOTLK. Hit me up if you do have that know how
JPS used a function to find your spec that didn't exist before Cata, so it now detects your spec based on spells that you know. My only 3.3.5a character is a paladin, so that's the only class that really has support, but you can post here or PM me and we can set it up for other classes.
Here's how the spec finding looks:
Code:
function jps.lolfindspec()
--Do you know Crusader Strike? Then you're a Ret Pally.
if IsSpellKnown(35395) == true then return 18 end
--Do you know Holy Shock? Then you're a Holy Pally.
if IsSpellKnown(48825) == true then return 16 end
--Do you know Avenger's Shield? Then you're a Prot Pally.
if IsSpellKnown(31935) == true then return 17 end
--Do you know Holy Light, Rank 1?
--Do you not have enough talents to really be defined in a spec?
--Then you're a nub Pally.
if IsSpellKnown(635) == true and not (IsSpellKnown(35395) == true or IsSpellKnown(48825) == true or IsSpellKnown(31935) == true) then return 10 end
Anyway, you'll have to have Xcode and the command line tools installed to run the unlocker because it uses LLDB. The Unlocker is here: Dropbox - Error
And virus scan: Antivirus scan for b7d51417e33b6282f5478abf55ea5a60d99761223d4a7bd1a0bd5ee1e6e0dc5a at2014-03-14 17:23:16 UTC - VirusTotal
JPS is on my Github: GitHub - shadowstepster57/JPS: for 3.3.5a private servers
Archived author: thefrese • Posted: 2025-11-04T13:44:59.220788
Original source
Quote: Hey guys. I'm sharing a Protected LUA unlocker for OSX and a version of JPS for 3.3.5a.
For those who used Pocket Gnome, you'll probably remember JPS. It was the popular rotation add-on before PE was made. It's not as good as PE, but I'm much more familiar with it, and I don't really have the know how to reconfigure PE to work with WOTLK. Hit me up if you do have that know how
JPS used a function to find your spec that didn't exist before Cata, so it now detects your spec based on spells that you know. My only 3.3.5a character is a paladin, so that's the only class that really has support, but you can post here or PM me and we can set it up for other classes.
Here's how the spec finding looks:
Code:
function jps.lolfindspec()
--Do you know Crusader Strike? Then you're a Ret Pally.
if IsSpellKnown(35395) == true then return 18 end
--Do you know Holy Shock? Then you're a Holy Pally.
if IsSpellKnown(48825) == true then return 16 end
--Do you know Avenger's Shield? Then you're a Prot Pally.
if IsSpellKnown(31935) == true then return 17 end
--Do you know Holy Light, Rank 1?
--Do you not have enough talents to really be defined in a spec?
--Then you're a nub Pally.
if IsSpellKnown(635) == true and not (IsSpellKnown(35395) == true or IsSpellKnown(48825) == true or IsSpellKnown(31935) == true) then return 10 end
Anyway, you'll have to have Xcode and the command line tools installed to run the unlocker because it uses LLDB. The Unlocker is here: Dropbox - Error
And virus scan: Antivirus scan for b7d51417e33b6282f5478abf55ea5a60d99761223d4a7bd1a0bd5ee1e6e0dc5a at2014-03-14 17:23:16 UTC - VirusTotal
JPS is on my Github: GitHub - shadowstepster57/JPS: for 3.3.5a private servers
Quote: Do you have a Mac unlocker for 5.4.7?
Archived author: Razza13 • Posted: 2025-11-04T13:44:59.220788
Original source
Quote: Do you have a Mac unlocker for 5.4.7?
Quote: Originally Posted by Razza13
Do you have a Mac unlocker for 5.4.7?
I did try for a moment, but didn't pursue because I don't play on retail. I'll look into it tonight after I get out of class.
If a mod wants to move this to private server programs thats fine with me.
Archived author: thefrese • Posted: 2025-11-04T13:44:59.220788
Original source
Quote: Originally Posted by Razza13
Do you have a Mac unlocker for 5.4.7?
I did try for a moment, but didn't pursue because I don't play on retail. I'll look into it tonight after I get out of class.
If a mod wants to move this to private server programs thats fine with me.
Quote: Originally Posted by Serpious
I thought we had a private server section? o.O
GET OUT PRIVATE SERVERS NABS
i dont see where it says this section is for no privet server use
Archived author: Clotic • Posted: 2025-11-04T13:44:59.220788
Original source
Quote: Originally Posted by Serpious
I thought we had a private server section? o.O
GET OUT PRIVATE SERVERS NABS
i dont see where it says this section is for no privet server use
Quote: Does any1 have the link to that lua unlocker? I REALLY need a 3.3.5a unlocker for OSX..
Archived author: Shadezz • Posted: 2025-11-04T13:44:59.220788
Original source
Quote: Does any1 have the link to that lua unlocker? I REALLY need a 3.3.5a unlocker for OSX..
Quote: Originally Posted by Shadezz
Does any1 have the link to that lua unlocker? I REALLY need a 3.3.5a unlocker for OSX..
Seconding this, does anyone still have a working link to the unlocker?
Archived author: Euphemiaz • Posted: 2025-11-04T13:44:59.220788
Original source
Quote: Originally Posted by Shadezz
Does any1 have the link to that lua unlocker? I REALLY need a 3.3.5a unlocker for OSX..
Seconding this, does anyone still have a working link to the unlocker?
Quote: Originally Posted by Shadezz
Does any1 have the link to that lua unlocker? I REALLY need a 3.3.5a unlocker for OSX..
Tutorial:
3.3.5 LUA OFFSET is 0x50dd63
So
1) Download and install BitSlicer (https://zgcoder.net/software/bitslic...t%20Slicer.dmg) Mac 10.8+
2) Select the World of Warcraft process from the Target dropdown.
3) Add a byte array entry like so: Right click in the table and click Add Variable > Byte Array
4) Double click to edit the offset address, paste the supplied offset here and click Ok
5) Change the first byte of the added array to EB
5) Lua is now unlocked!
Archived author: Ravenh • Posted: 2025-11-04T13:44:59.220788
Original source
Quote: Originally Posted by Shadezz
Does any1 have the link to that lua unlocker? I REALLY need a 3.3.5a unlocker for OSX..
Tutorial:
3.3.5 LUA OFFSET is 0x50dd63
So
1) Download and install BitSlicer (https://zgcoder.net/software/bitslic...t%20Slicer.dmg) Mac 10.8+
2) Select the World of Warcraft process from the Target dropdown.
3) Add a byte array entry like so: Right click in the table and click Add Variable > Byte Array
4) Double click to edit the offset address, paste the supplied offset here and click Ok
5) Change the first byte of the added array to EB
5) Lua is now unlocked!