any news on rested? cheers for the work mate
Fair enough mate, as I've said previously im still happy with Zygor but wanted to see what all the hype was about this rested :D I'll grab that one as that's the one I can see uploaded and see what the crack is :)Quote:
No idea. People want something for free and question it.
But when exploited they say nothing.
I provided what I was given.
If they want it in full, They can support the Developers :)
Quote:
hi
here is how to fix the scuffed account sharing DRM
open GameLoader.lua file in a code editor or notepad
look at line 279
local base = select(2,_G[Serialize(addon.base)]())
change that to
local base = "bnetid#1337"
substitute bnetid#1337 for the bnet id tied to the string you are using, now save the file, open wow and import the corresponding string. confirmed works.
and you're done.
explanation:
local base = select(2,_G[Serialize(addon.base)]())
this is creating a variable called base which is actually calling the blizzard API (represented as _G) running the command GetBNetInfo and selecting the 2nd value from the returned array, which is the player's realid.
addon.base is instantiated and obfuscated in shared.lua line 151
addon.base = {66,78,71,101,116,73,110,102,111}
when the serialize function is run on this it converts those ascii character codes to letters and you get GetBNetInfo. this is so someone couldnt just search for where that command was being run in the code and do what i did but easier.
i've never coded in lua before nor looked in addon development so yeah this is pretty scuffed drm took about 2 hours to find.
if someone sends me their omega guide string and realid number i can post a compressed version of this for all to use.
hope this helps and hope that some paying users are able to now use the guide properly between their accounts and share the product they payed for with whomever they wish.
it's sad to see these guys went this route rather than just spending their money making a really awesome product that people will voluntarily pay for if they have the expendable income, but what's done is done.
download the one Sky provided and find outQuote:
@[Only registered and activated users can see links. Click Here To Register...] Thanks for ur great work , is there an update for RXP WOTLK guides ?
I'm confused on what you mean when you say people are exploiting your answers, they have just been asking what is the difference from the official release and the addon you provided, but you keep saying people are "exploiting" your answers. Quite a few of us have been trying to get an the 'omega pack' code for you with a working battle tag, but even when people ask what the difference is between the addons you attack them. Sup with dat?Quote:
No idea. People want something for free and question it.
But when exploited they say nothing.
I provided what I was given.
If they want it in full, They can support the Developers :)