Forum > General >

[FIX] 268 Error Fixer ( not mine )

hookfunction

fake wumat

vip

Posts: 119

Threads: 15

Joined: Aug, 2021

Reputation: 18

Posted

found it in some discord server, its not obfuscated.

 

download : https://cdn.discordapp.com/attachments/891658835729743882/893096672203268106/268Fixer.exe

virus total : https://www.virustotal.com/gui/file/5c0eae69c04568618d874c17c5583685685f49b84054b34a085f758d1b7db413?nocache=1

 

source ( bad code )

 

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

namespace _268Fixer
{
    class Program
    {
        public static void typewrite(string txt, int waitTime)
        {
            foreach (char character in txt)
            {
                Console.Write(character);
                Thread.Sleep(waitTime);
            }
            Console.WriteLine();
        }

        public static void change(string txt)
        {
            Console.Title = txt;
        }

        static void Main(string[] args)
        {
            string d1 = @"%AppData%";
            string d2 = @"%AppData%";
            d1 = Environment.ExpandEnvironmentVariables(d1);
            d2 = Environment.ExpandEnvironmentVariables(d2);
            d1 = d1.Replace("Roaming", @"Local\Roblox\AnalysticsSettings.xml");
            d2 = d2.Replace("Roaming", @"Local\Roblox\GlobalBasicSettings_13.xml");

            change("268 Error Fixer");
            typewrite("Welcome to 268 Error fixer! Press enter to start fixing!", 25);
            Console.ReadLine();
            typewrite("Fixing the error... Please wait!", 25);
            change("268 Error Fixer - Fixing...");

            if (File.Exists(d1))
            {
                File.Delete(d1);
            }
            if (File.Exists(d2))
            {
                File.Delete(d2);
            }
            change("268 Error Fixer");
            typewrite("We are done! Press enter to close...", 25);
            Console.ReadLine();
        }
    }
}
  • 0

                                                                        https://cdn.discordapp.com/attachments/909012795851407390/927492917394821140/siggy.png

Posts: 166

Threads: 9

Joined: Feb, 2021

Reputation: 9

Replied

imma follow laxion yk what im saying

foreach (var FileList in new[] { "AnalysticsSettings.xml", "GlobalBasicSettings_13.xml" })
{
    var path = Path.GetFullPath(Environment.GetEnvironmentVariable("appdata") + "\\..\\Local\\Roblox\\" + FileList);
    
    if (File.Exists(path))
    { File.Delete(path); }
}
  • 0

Im netral, not evil, not too kind either.

Users viewing this thread:

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