Categories > Exploiting > Roblox >

Need some help with BUTTONS

Posts: 198

Threads: 39

Joined: May, 2020

Reputation: 3

Posted

I need help on some buttons :3 :

Execute FIle

Open File

Save FIle

Clear

Auto Attach

And also im using FTB(FastColoredTextBox)

if you could provide the scripts for the buttons above

i would appreciate it! :3

  • 1

Road to 200 posts

3+ rep LETS GOOOOOOO

jex

yes

Posts: 1985

Threads: 128

Joined: Nov, 2019

Reputation: 13

Replied

wow nice c# knowledge you got

bruh

  • 0

yes

Posts: 198

Threads: 39

Joined: May, 2020

Reputation: 3

Replied

@jex

im literally dumb as a 10/11 year old

  • 0

Road to 200 posts

3+ rep LETS GOOOOOOO

Hectique

Hectique

Posts: 1307

Threads: 186

Joined: Nov, 2019

Reputation: 14

Replied

@Juan_Fazbear really cus i would think a 10/11 year old is smart

I almost had a 10 year old hack me

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

Posts: 198

Threads: 39

Joined: May, 2020

Reputation: 3

Replied

  • 0

Road to 200 posts

3+ rep LETS GOOOOOOO

jex

yes

Posts: 1985

Threads: 128

Joined: Nov, 2019

Reputation: 13

Replied

@Azalve loool

  

{

// on window_loaded

Timer lol = new Timer();

lol.Tick += x_Tick;

}

// checkbox

if(checkBox1.Checked == true)
{

lol.Start();

}

else

{

lol.Stop();
}



// x_Tick
 Process[] xd = Process.GetProcessesByName("RobloxPlayerBeta");

            if (xd.Length == 0)

            {

            }

            else

            {

                api.LaunchExploit();

            }

}

 

  • 0

yes

Posts: 83

Threads: 14

Joined: Jun, 2020

Reputation: 0

Replied

@Azalve bruh just check if RobloxPlayerBeta is running and then inject? jez

  • 0

Join my Discord Server: https://discord.gg/Rd8hYbR

Posts: 3

Threads: 1

Joined: Jun, 2020

Reputation: 0

Replied

WHAT injector/executor do u use?

 

  • 0

Posts: 198

Threads: 39

Joined: May, 2020

Reputation: 3

Replied

@steerme2112

easy exploits

  • 0

Road to 200 posts

3+ rep LETS GOOOOOOO

Posts: 848

Threads: 72

Joined: May, 2020

Reputation: 9

Replied

@Juan_Fazbear omfg please watch a tutorial if you dont know how it works you shouldnt be making these things but here since ima nice guyish tutorial here

  • 0

Don't buy exploits its not worth it your gonna quit anyway

Taking accountability will help you excel in life

Posts: 198

Threads: 39

Joined: May, 2020

Reputation: 3

Replied

@ZaphireHacks

im gonna watch it later cause i found a thread with some information

  • 0

Added

SOMEONE PLEASE GIVE ME THE SCRIPT FOR EXECUTE FILE

ITS A BUTTON THAT SHOWS A OPENFILE DIALOG WHEN THE USER WANTS TO EXECUTE A TXT OR LUA IMMEDIATELY

PLEASEEE GIMME THE SCRIPT!

  • 0

Road to 200 posts

3+ rep LETS GOOOOOOO

Posts: 848

Threads: 72

Joined: May, 2020

Reputation: 9

Replied

@Juan_Fazbear Please learn some basic c# use w3schools to learn the basics 

  • 0

Don't buy exploits its not worth it your gonna quit anyway

Taking accountability will help you excel in life

Azalve

「kyler」#0314

Posts: 13

Threads: 3

Joined: May, 2020

Reputation: 0

Replied

@jex

well f*ck me

 

WPF is gonna pay for my retardness

  • 0

“A healthy person has a hundred wishes, but a sick person has only one.”

jex

yes

Posts: 1985

Threads: 128

Joined: Nov, 2019

Reputation: 13

Replied

@Azalve wpf auto attach = easy

 

here

 


 


public partial class MainWindow : Window

    {

        DispatcherTimer AutoInject = new DispatcherTimer();

      public MainWindow()

        {

            InitializeComponent();

            AutoInject.Tick += hehe_Tick;

 

        }

 private void hehe_Tick(object sender, EventArgs e)

        {

            Process[] xd = Process.GetProcessesByName("RobloxPlayerBeta");

            if (xd.Length == 0)

            {

            }

            else

            {

                Inject();

 

            }

  private void AutoAttach_Checked(object sender, RoutedEventArgs e)

        {

            AutoInject.Start();

 

        }

 private void AutoAttach_Unchecked(object sender, RoutedEventArgs e)

        {

            AutoInject.Stop();

 

        }

now you are good to go lol

 

 

 

 

 

 

  • 0

yes

Next >>>

Users viewing this thread:

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