Results 1 to 9 of 9
  1. #1
    DeltaP's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Sector 144, Mars
    Posts
    4
    Reputation
    10
    Thanks
    57

    UUID Tool v3.0 (View and generate UUIDs)

    My first contribution to the MPGH Community ^^

    What is this?
    This is a simple tool that can be used to view your Terraria client's UUID and change it. It can also 'generate' a new one by simply generating some random string and concatenate them together with the format of XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (default UUID format).

    I'm not that good at coding with C# so the code may have some inefficient parts but it works

    What is this tool used for?
    A simple use for this tool would be to "evade" normal bans by changing the UUID and switching to another character name. This tool can also be used to impersonate someone and gain their login at some server if you know their UUID and character name.

    Impersonation can be achieved because of the way Terraria Servers work. Servers check the client's UUID and character name to determine whether they are logged in or not, and if you can get the UUID and character name to be the same as a server admin you will be able to just type /login without any password to login into that character since the server recognizes the UUID as a safe one.

    Features :
    - View your Terraria client's current UUID
    - Generate a new UUID for your Terraria client
    - Change your UUID to anything you want

    Usage :
    1) Open the app
    2) Type in any UUID you want or press Generate UUID
    3) Press the Change UUID button to change your UUID to the new one
    Attached Thumbnails Attached Thumbnails
    gutool.png  

    gutooldet.png  

    <b>Downloadable Files</b> Downloadable Files
    Last edited by DeltaP; 01-09-2016 at 01:16 AM. Reason: Added some images.

  2. The Following 51 Users Say Thank You to DeltaP For This Useful Post:

    A Banana (01-24-2016),aarrmmaann (06-04-2016),Adios10 (10-12-2019),alekx1235 (03-23-2016),AREOOOO (02-22-2019),bditt (04-24-2016),blackangellb (01-09-2016),blackcrest (07-30-2018),bobob1234 (08-09-2022),cool g (11-19-2016),daivadaiva (08-01-2016),dasdasdasdasfa (12-11-2021),Derpstep (01-13-2016),duocnham (02-21-2016),Eruqal (07-16-2016),ExaltedKnight (04-18-2019),Fak05 (08-17-2018),franklyn1801 (12-14-2019),gary23548 (01-13-2016),GearSage (04-11-2017),ggoooogoggga (10-31-2023),hans1999 (01-27-2016),iJayusJay (03-27-2023),kkkhk (03-26-2023),Kyleninja47master (01-02-2021),lanhdongls (08-24-2018),LiarZone (01-08-2019),lzmjlrt (08-29-2016),Mahre (06-05-2016),matthewkreuz (04-05-2017),mde2834 (07-27-2018),mikhail-dom (01-04-2018),molla08 (03-30-2016),MrDoomBring_r (11-24-2019),MR_Hamid (06-13-2020),ngghate (11-24-2022),niikoo (06-04-2016),NOP3 (01-17-2016),sackboy90210V (02-06-2016),shadowflame6969 (02-25-2017),spe3dy12 (08-18-2017),SpencerisAnnoy (08-17-2023),sy070904 (11-26-2019),takita (07-07-2022),TheKillRo (01-22-2016),thomja (02-13-2016),vercedie (05-10-2019),Vynamth (01-11-2016),WeRRoo (04-07-2017),xSh4dowXSniPerx (07-30-2018),xzw505183670 (02-04-2016)

  3. #2
    DeltaP's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Sector 144, Mars
    Posts
    4
    Reputation
    10
    Thanks
    57

    Source Code

    What is this?

    This is the source code of my tool. Well, part of it. I attached the .cs file here for those who want to know how I made this thing. This thing won't do anything by itself though.

    I don't really mind if anyone copy or use this code in their project or whatever but credit me if you can

    Functions Explanation

    uuidReload()
    Is used to read your config.json file, get the current UUID, and write that in the upper textbox.
    MainWindow()
    Is used to run uuidReload() when the application starts.
    genRand()
    Is used to generate a set of random text.
    butGen_click()
    Is used when you click the Generate UUID button. It generates 5 strings with different lengths (8, 4, 4, 4, 12) and stick them together into a UUID, then write the UUID in the lower textbox.
    butChange_click()
    Is used when you click the Change UUID button. It checks for some stuffs, take what's in the lower textbox, then make the string all lowercase. After that it opens your config.json file to find the text "ClientUUID": "(uuid here)" and replace the old UUID with the new one. Finally, it calls uuidReload() again to refresh the current UUID.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by DeltaP; 01-08-2016 at 10:10 AM. Reason: Something was broken.

  4. The Following 6 Users Say Thank You to DeltaP For This Useful Post:

    aarrmmaann (06-04-2016),bditt (01-10-2016),iJayusJay (03-27-2023),JamesTwt (07-12-2019),truongchauhien (02-09-2016),Zara1312 (08-25-2022)

  5. #3
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,280
    My Mood
    Devilish
    Files are safe, also next time please include virus scans for any archive that contains a binary.

  6. #4
    DeltaP's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Sector 144, Mars
    Posts
    4
    Reputation
    10
    Thanks
    57
    I tried to but it says that I can't post links :I did I do something wrong? o-o

  7. #5
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,280
    My Mood
    Devilish
    Quote Originally Posted by DeltaP View Post
    I tried to but it says that I can't post links :I did I do something wrong? o-o
    Just put a space in the link.

  8. #6
    rassgamer's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    577
    My Mood
    Busy
    not working?
    the program doesnt display anything after you y'know double click it

  9. #7
    DeltaP's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Sector 144, Mars
    Posts
    4
    Reputation
    10
    Thanks
    57
    I forgot to say this but you will need the latest .Net Framework. Just google ".net framework download".

  10. #8
    NOP3's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Honestly this uuid generator doesn't work for me,

  11. #9
    Anarchy0's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    literally the only thing this does is change 1 line in a config file and reload it. Do it yourself if it doesn't work or run it as admin.

Similar Threads

  1. Replies: 2
    Last Post: 10-06-2014, 07:12 PM
  2. [Tutorial] How to change the current Landing Page to the new one
    By Cataclypse in forum League of Legends Guides
    Replies: 17
    Last Post: 08-27-2014, 10:17 PM
  3. Replies: 0
    Last Post: 01-19-2014, 04:48 AM
  4. [WTT] SELLING YOUTUBE VIEWS! First Client i give them one key free!!
    By Bhezion in forum DayZ Selling / Trading / Buying
    Replies: 1
    Last Post: 01-22-2013, 03:49 AM
  5. Dark Orbit Hack Bot Tool Cheat 2011-Uridium Credits EP GBP Generator
    By TimWatersmu in forum DarkOrbit Hacks & Cheats
    Replies: 2
    Last Post: 05-17-2012, 12:55 PM