Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Special thanks to Fortin Slug Developers for this script.
- // You need to edit some scripts, it will take you'll 5 minutes.
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- using APIInetria;
- using EasyExploits;
- using WeAreDevs_API;
- using ICSharpCode;
- using Bunifu;
- using System.IO;
- using System.Diagnostics;
- namespace Fortin_Slug__1._5___UPDATED_
- {
- public partial class Form1 : Form
- {
- EasyExploits.Module module = new EasyExploits.Module();
- public Form1()
- {
- InitializeComponent();
- }
- private void button1_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Please wait some time till the exploit is attaching!");
- Process.Start("https://discord.gg/qYv7Y6x");
- module.LaunchExploit();
- }
- private void button2_Click(object sender, EventArgs e)
- {
- //wassup
- OpenFileDialog opendialogfile = new OpenFileDialog();
- opendialogfile.Filter = "Lua File (*.lua)|*.lua|Text File (*.txt)|*.txt";
- opendialogfile.FilterIndex = 2;
- opendialogfile.RestoreDirectory = true;
- if (opendialogfile.ShowDialog() != DialogResult.OK)
- return;
- try
- {
- fastColoredTextBox1.Text = "";
- System.IO.Stream stream;
- if ((stream = opendialogfile.OpenFile()) == null)
- return;
- using (stream)
- this.fastColoredTextBox1.Text = System.IO.File.ReadAllText(opendialogfile.FileName);
- }
- catch (Exception)
- {
- int num = (int)MessageBox.Show("An unexpected error has occured", "OOF!", MessageBoxButtons.OK, MessageBoxIcon.Information);
- }
- }
- private void button3_Click(object sender, EventArgs e)
- {
- SaveFileDialog sfd = new SaveFileDialog();
- sfd.Filter = "Txt Files (*.txt)|*.txt|Lua Files (*.lua)|*.lua|All Files (*.*)|*.*";
- if (sfd.ShowDialog() == DialogResult.OK)
- {
- Stream s = sfd.OpenFile();
- StreamWriter sw = new StreamWriter(s);
- sw.Write(fastColoredTextBox1.Text);
- sw.Close();
- }
- }
- private void bunifuFlatButton1_Click(object sender, EventArgs e)
- {
- Process.Start("https://discord.gg/qYv7Y6x");
- MessageBox.Show("Please join our Discord Server so you can download the new release exploit as first!");
- }
- private void bunifuFlatButton2_Click(object sender, EventArgs e)
- {
- Process.Start("https://www.youtube.com/channel/UCjFZbx0B2ZEpTa95c9UohwA?view_as=subscriber");
- MessageBox.Show("Please subscribe to the owner to support us!");
- }
- private void button5_Click(object sender, EventArgs e)
- {
- module.ExecuteScript(fastColoredTextBox1.Text);
- }
- private void button4_Click(object sender, EventArgs e)
- {
- fastColoredTextBox1.Text = "";
- MessageBox.Show("Succesfully Cleared Script Box!");
- }
- private void Form1_Load(object sender, EventArgs e)
- {
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement