Carbonite Addon 1.68 menu

Shout-Out

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 65
  1. #46
    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)
    Do

    /script ChatFrame1:AddMessage(GetRealmName())

    ingame, put in there whatever it returns.
    I don't think Blizzard acutally names their realms "-EU", but I don't know.

    Edit: To everybody who is trying and has only seen my post with all the lua code in it: Please find the post where I posted a file, in there should be a simple to understand readme. If that is not working for you, post what is not working (i.e. which step you are at, what happens, and not just "i'm a total nub plz hlp"). Thank You.
    Last edited by Moritz-M; 05-21-2008 at 09:43 AM.

    Carbonite Addon 1.68
  2. #47
    Irbaboon's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello and thank you for your great contribution, Mortiz-M!
    But there's a problem for me with this stupid lua First it just didnt start, it was saying an error "The system cannot execute the specified program". As i uderstood, it was because i didnt have some lib or bin files. Well then i finally was able to start register.bat, after wasted 4 hours and there came up another error - "lua.exe: register.lua:7: unexpected symbol near `#' "
    Because of that it doesnt create a carbonite.lua . Please, can you help me? I would be very thankful. <3

  3. #48
    junkboy's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Funny

    Originally Posted by Irbaboon View Post
    Hello and thank you for your great contribution, Mortiz-M!
    But there's a problem for me with this stupid lua First it just didnt start, it was saying an error "The system cannot execute the specified program". As i uderstood, it was because i didnt have some lib or bin files. Well then i finally was able to start register.bat, after wasted 4 hours and there came up another error - "lua.exe: register.lua:7: unexpected symbol near `#' "
    Because of that it doesnt create a carbonite.lua . Please, can you help me? I would be very thankful. <3
    You could just buy 12 months of update for like 11.79. Funny how much effort you guys will go through to save that.

  4. #49
    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)
    Maybe try it as described in the other thread: http://www.mmowned.com/forums/wow-gu...-moritz-m.html

  5. #50
    Beatsta's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The download is locked.

  6. #51
    Irbaboon's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mortiz-Z
    I've tried it and it doesnt help...

  7. #52
    mordex's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I liked this much thanks

  8. #53
    kloni's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any news about 1.69 ^^

  9. #54
    RiZLA's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been using 1.68 successfully since you posted this amazing method.

    I just tried decrypting the v1.69.1 posted here:
    mmowned/forums/ui-macro-discussions/128817-carbonite.html

    I havent yet tested to see if it works, but I notice a few problems already.
    Rather than seeing lots of "Resending" lines in the command window, I get some errors.
    Code:
    lua.exe: [string "-- Carbonite Copyright 2007-2008 Carbon Bas..."]:2: attempt to call global 'l' (a nil value)
    stack traceback:
            [string "-- Carbonite Copyright 2007-2008 Carbon Bas..."]:2: in main chunk
            test.lua:16: in main chunk
            [C]: ?
    although this just looks like its not correctly ignoring the Copyright comment at the start, but the Filesize of output.txt makes me worry. and v1.68 had the exact same Copyright Comment at the beginning, yet there are no such errors.

    To compare:
    Code:
    Original Carbonite.lua
    v1.68      2,143 KB
    v1.69.1   2,153 KB
    
    Decrypted output.txt
    v1.68      1,690 KB
    v1.69.1   1,123 KB
    so, even tho the original Carbonite.lua for the newer v1.69.1 has grown by around 10 KB, the resultant output.txt is a considerable 567 KB smaller than the older v1.68.

    This is how the file ends:
    Code:
    [120]="Magisters' Terrace!70!70!3!5!119!>º0õ!5",
    [121]="Sunwell Plateau!70!70!3!5!119!7*7´!25",
    }
    
    math.randomseed(math.random(0,0x7ffffff)+(GetTime()*1000))
    if math.random()>.1 then Nx.rname=GetRealmName()end
    if math.random()>.1 then Nx.cname=UnitName("player")end
    if math.random()>.1 then bit.band(math.random(),math.random())end
    Either they have changed the way it stores the important details, or they have somehow found a way to make the decryption fail before reaching the end.

    This is as far as I can go with the investigation, hopefuly Moritz can step in & do his magic!

    /beg

  10. #55
    RiZLA's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Check out the new Cartographer 3 in development, you might get a little excited about what you see

  11. #56
    natfoth's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a 1.73 updated version of this?

  12. #57
    XeDuX's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fantastic this worked straight away, thanks for this!

  13. #58
    Eujinu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a problem:
    all of sudden carbonite (1.6 does not work with one of my chars, i tested it with other chars and it works, just with THE one i'm leveling it does not work anymore and i dont know why - the problem is that i cannot watch the quest on the list anymore
    can someone help me?

    thx

  14. #59
    *Phaze's Avatar Active Member
    Reputation
    17
    Join Date
    Jul 2008
    Posts
    250
    Thanks G/R
    2/1
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked fine for me, thanks!


  15. #60
    kloni's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would be great if someone could update the crack for 1.81

Page 4 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 03:50 PM. 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