Forum > General >

Unexpected Client fix that doesn't reset your settings

N4ri

truly gamer pro :suncool:

contentCreator

Posts: 507

Threads: 75

Joined: Mar, 2020

Reputation: 44

Posted

so lets say someone named monty told me a way to fix unexpected client like a month ago

and you thought you had to change the entire string

no you didnt

you got an epiphany

and the A gods told you to add an A

and that's how it all comes together :stonks:

 

oh yh i did post it on v3rm too

and some of this skidded off stack overflow i'm not a real c# dev :kek:

stinkoverflow link: stinkoverflow

 

this is the uncompiled version of the finished project:
pastebin
replace with "pastebinp" if you're turkish

complied version:
download

virustotal:
virustotal
dw it's just false positives you can dnspy the thing yourself oh wait the one i released in the comet server is obfuscated :sob:

 

no anyrun because this is open source as you can see mods don't kill me :sob:

 

ok love you <3 bye

  • 0

<3 N4ri
---

Exploits i use: Comet
Scripts i use: anything cool

RealChronics

Roblox Trafficker

vip

Posts: 218

Threads: 26

Joined: Dec, 2020

Reputation: 20

Replied

vouch, very cool man

  • 0

https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png

https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png

 

Posts: 1659

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

using System;
using System.IO;

namespace ConsoleApp1
{
    class Program
    {
        static void Main(string[] args)
        {
            string _settingsDir = $"C:\\Users\\{Environment.UserName}\\AppData\\Local\\Roblox\\GlobalBasicSettings_13.xml";

            if (!File.Exists(_settingsDir)) return;

            try
            {
                string _newSettings = File.ReadAllText(_settingsDir);
                _newSettings = _newSettings.Replace("<Item class=\"UserGameSettings\" referent=\"", "<Item class=\"UserGameSettings\" referent=\"A");

                File.WriteAllText(_settingsDir, _newSettings);
            }
            catch (IOException ex)
            { 
                Console.WriteLine($"Error occured : {ex.Message}");
            }
        }
    }
}
  • 0

Discord : Doctor Doom#0550

Posts: 251

Threads: 44

Joined: Oct, 2020

Reputation: 7

Replied

take my rep

 

actually dont

  • 0

soy pro

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )