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
<3 N4ri
---
Exploits i use: Comet
Scripts i use: anything cool
Replied
vouch, very cool man
Cancel
Post
https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png
https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png
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}");
}
}
}
}Cancel
Post
Discord : Doctor Doom#0550
Replied
take my rep
actually dont
Cancel
Post
soy pro
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post