// Decompiled with JetBrains decompiler
// Type: WindowsFormsApp14.COMMANDS
// Assembly: WindowsFormsApp14, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 668FC989-16AA-406C-A2B3-F7689D1D3C48
// Assembly location: C:\Program Files (x86)\DeX\[LIMITED LUA & CLICK TP] DeX.exe
using FlatUI;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;
using WeAreDevs_API;
namespace WindowsFormsApp14
{
 public class COMMANDS : Form
 {
  private ExploitAPI api = new ExploitAPI();
  private IContainer components = (IContainer) null;
  private Thread th;
  private FormSkin formSkin1;
  private FlatButton flatButton1;
  private FlatButton flatButton10;
  private FlatButton flatButton9;
  private FlatButton flatButton8;
  private FlatButton flatButton7;
  private FlatButton flatButton6;
  private FlatButton flatButton5;
  private FlatButton flatButton4;
  private FlatButton flatButton3;
  private FlatButton flatButton2;
  private FlatTextBox flatTextBox1;
  private FlatButton flatButton11;
  public COMMANDS()
  {
   this.InitializeComponent();
  }
  private void flatButton1_Click(object sender, EventArgs e)
  {
   this.Close();
   this.th = new Thread(new ParameterizedThreadStart(this.opennewform3));
   this.th.SetApartmentState(ApartmentState.STA);
   this.th.Start();
  }
  private void opennewform3(object obj)
  {
   Application.Run((Form) new Exploit());
  }
  private void flatButton10_Click(object sender, EventArgs e)
  {
   this.api.SendScript("getglobal print\npushstring " + this.flatTextBox1.Text + "\npcall 1 0 0");
  }
  private void flatButton2_Click(object sender, EventArgs e)
  {
   this.api.DoBTools("username");
  }
  private void flatButton3_Click(object sender, EventArgs e)
  {
   this.api.DoFloat("username");
  }
  private void flatButton4_Click(object sender, EventArgs e)
  {
   this.api.AddFire("username");
  }
  private void flatButton7_Click(object sender, EventArgs e)
  {
   this.api.AddSmoke("username");
  }
  private void flatButton6_Click(object sender, EventArgs e)
  {
   this.api.AddSparkles("username");
  }
  private void flatButton5_Click(object sender, EventArgs e)
  {
   this.api.CreateForceField("username");
  }
  private void flatButton8_Click(object sender, EventArgs e)
  {
   this.api.DoKill("username");
  }
  private void flatButton9_Click(object sender, EventArgs e)
  {
   this.api.RemoveLimbs("username");
  }
Cancel
Post