Carbonite Addon 1.68 menu

Shout-Out

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 65
  1. #16
    foolie's Avatar Member
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i uploaded another config under a different link in op if you guys could try that and see, sorry!!

    Carbonite Addon 1.68
  2. #17
    Moritz-M's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm maybe someone wants to try this:
    1) Decrypt the file using the script in my above post: (You'll need a lua.exe, for example from h**p://sourceforge dot net/projects/lua511wow (not able to post links, post count too low), then put the script below in a file named i.e. test.lua and call "lua.exe test.lua", the original Carbonite.lua has to be in the same folder.)
    Code:
    mo = io.open("Carbonite.lua", "rb+");
    mor = mo:read("*all");
    mor = string.gsub(mor, "loadstring", "moritz");
    mori=io.open('output.txt', 'w');
    function moritz(data)
    if (string.sub(data, 1, 3) == "z='") then
    	print("resending");
    	data = string.gsub(data, "loadstring", "moritz");
    	loadstring(data)();
    	return function() end;
    end
    mori:write(data.."\n");
    return function() end;
    end
    
    loadstring(mor)();
    mori:close()
    mo:close();
    2) Use this script (call in the comman line) after you changed name and server for your char:
    Code:
    	local realmName="TestRealm"
    	local playerName="TestName"
    
    	--create for ordoself
    	local notbreaklol=""
    	local thenor=12-#playerName
    	thenor=thenor>5 and 5 or thenor
    	for count=1,thenor do
    		local byteRealm=strbyte(realmName,count) or 0x55
    		notbreaklol=notbreaklol .. strchar(bit.bxor(bit.bxor(byteRealm,0xaa),count))
    	end
    	for count=thenor+1,12 do
    		local byteRealm=strbyte(realmName,count) or 0x55
    		local bytePlayer=strbyte(playerName,count-thenor) or 0xaa
    		local whilenot=bit.bxor(bit.bxor(byteRealm,bytePlayer),count)
    		if whilenot<0 or whilenot>255 then
    			break
    		end
    		notbreaklol=notbreaklol .. strchar(bit.bxor(bit.bxor(byteRealm,bytePlayer),count))
    	end
    	
    	s=""
    	m = notbreaklol
    	for i=1,12 do
    		x = strbyte(m, i);
    		a = math.floor(x/16);
    		b = x%16;
    		a=a+87>=97 and a+87 or a+48
    		b=b+87>=97 and b+87 or b+48
    		s=s..strchar(a)..strchar(b)
    	end
    	print(s);
    3) Open output.txt and search for "ecdddbdbcd34111014f5f4f3" replace with the code you got above.

    4) Also in output.txt:
    Search for
    Code:
    function Nx.localxor:doforself() return 'Gurubashi', 'Sept' end
    and replace with your server / name, although i think this maybe just for displaying the Error message that it is registered to another person.

    4) To remove the time limit (well I guess) search for:
    Code:
    local thisendnot=990000+0100+01 local thisendnot=080000+0600+03
    and remove the last part which i think makes it expire on 3rd june 2008 to make it look like
    Code:
    local thisendnot=990000+0100+01
    (their development time expire date i guess )

    Now rename output.txt to Carbonite.lua and replace the original one. I don't know if this works (no wow account atm) but a freind reported no error msg of any kind on startup. (This is for the 1.68 version posted in this thread only.)

    Edit: (Just btw there is a second 12 char string like the one in 3) I guess this is some kind of a download unique string so that you cannot use a config.wtf from a different download that the same person made, i.e. when a new version is released old config.wtf's stop working).
    Edit2: I of course know I could have put all that into one file, making some kind of autopatch, but since I don't even know if it really works correct I have splitted it into as many parts as needed to make it easier to understand.
    Edit3: corrected mori:write(data.."\n"); to mori:write(data.."\\n"); because the \ needs to be escaped in the forum code sections
    Last edited by Moritz-M; 05-11-2008 at 06:06 PM.

  3. #18
    Rishnak's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome!
    It works, thanks Moritz-M.. +rep

  4. #19
    Moritz-M's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Patchumz View Post
    How does the config file change anything? I bought this AddOn months ago, just wondering how this 'crack' works?
    From looking at the code I am guessing what they do:

    1) They check your Character and Server Name, which they coded into the AddOn (I think they are also checking if the functions used to get those informations are still secure, so that simply overloading those won't work, I didn't go after that way though - I think that isn't secure either, but since you'd still would have to give out your Character Name and Server they can still revoke your account on their website - pretty much the same as with the "crack" on the first page.)

    2) Then they write some info into the Config.wtf under fake Blizzard CVars (like changing a l to a 1 and m to n so that they look like Blizzard CVars)

    3) They need to do this so that the AddOn works on your alts too (these CVar's can be accessed by any char)

    4) The "crack" now simply lets you run the AddOn in "I'm on my alt" mode.

  5. #20
    SirKrimskull's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i'm getting the unvalidated message, but somohow i can't see any quest in my log. o_0 Is this one of the functions turned off or is this a bug because i'm using a german client?

  6. #21
    Andeby's Avatar Active Member
    Reputation
    29
    Join Date
    Nov 2007
    Posts
    500
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SirKrimskull View Post
    Hi, i'm getting the unvalidated message, but somohow i can't see any quest in my log. o_0 Is this one of the functions turned off or is this a bug because i'm using a german client?
    Says on their website that it doesn't work fully on German clients, so it's probably a bug.
    Pigpoo//Sleep~Away:
    One day I try to get it on, nothing happens

  7. #22
    Andeby's Avatar Active Member
    Reputation
    29
    Join Date
    Nov 2007
    Posts
    500
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for doubblepost, but I can't get ny cracks to work. I've used ConTEXT, NotePad++ and NotePad2 to copy the text, none worked. I've used both the cracks here, the crack from the 1.67 post and a 1.64 post, still didn't work. Is there any other cracks for this?
    Pigpoo//Sleep~Away:
    One day I try to get it on, nothing happens

  8. #23
    voodoo8808's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok that makes my head hurt... lol can anyone just post a cracked version pls?? I just can't figure out all that lua stuff.

  9. #24
    Turfy's Avatar Member
    Reputation
    5
    Join Date
    Jul 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice addon.

    Didnt really get this part though:

    2) Use this script (call in the comman line) after you changed name and server for your char

    Anyone care to explain?

  10. #25
    Moritz-M's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Turfy View Post
    Nice addon.

    Didnt really get this part though:

    2) Use this script (call in the comman line) after you changed name and server for your char

    Anyone care to explain?
    bring up the command line ( start -> run -> "cmd" ), change to the directory where the lua.exe and the script is, and run "lua myscript.lua" or whatever you named the file it will then write a 12 character long sting in that commanline, which you then use to replace the one in the next step.

  11. #26
    jackyg's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mm cant even seem to get the carbonite thingy decrypted giving some errors leaving the output.txt blank

  12. #27
    Moritz-M's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jackyg View Post
    giving some errors
    that's not gonna help me while trying to help you... can you please list the errors?

  13. #28
    jackyg's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    screenshot of my cmd window

  14. #29
    Moritz-M's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try to download the lua.exe from the link i posted.. the wow lua engine has the bit.* library included which your lua doesn't have (i guess).

  15. #30
    jackyg's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the lua-wow wont start for me. giving an error thats identical to when you remove the dll files from the lua interpreter i used. but the lua-wow doesnt come with any dll files

    edit: just let a friend run the lua-wow and it does start for him :/
    edit2: finally got the wow lua version working but gives me an almost identical error as in the screenshot above only now instead of bit it says attempt to index global 'mo' and the whole string -- carbonite part is left out.
    edit3: IT WORKS i forgot to place the carbonite.lua in the folder

    just changed it and i now have a full working carbonite 1.68 + REP FOR YOU Moritz-M
    Last edited by jackyg; 05-12-2008 at 01:01 PM.

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. FREE Carbonite Addon!!
    By Gash in forum World of Warcraft Guides
    Replies: 16
    Last Post: 05-11-2009, 08:04 PM
  2. Carbonite addon
    By AMFD in forum World of Warcraft General
    Replies: 3
    Last Post: 10-18-2008, 01:12 AM
All times are GMT -5. The time now is 12:36 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search