Forum > Coding >

WPF auto Inject

RealChronics

Roblox Trafficker

vip

Posts: 218

Threads: 26

Joined: Dec, 2020

Reputation: 20

Posted

ye so ok i have a wpf exploit (D4rK) near 2k users and its time for an upgrade and ive been look into this for so long and still cant seem to figure out how tf to add a auto inject lol (with a Checkbox, Not button) so yea any help is highly appreciated.

  • 0

https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png

https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png

 

indigiz

google is best

Posts: 248

Threads: 8

Joined: Feb, 2021

Reputation: 0

Replied

here is v3rm thread about it: v3rmillion.net/showthread.php?tid=631673

here is wrd thread about it: https://wearedevs.net/forum/t/9798

  • 0

【˜”*°•.˜”*°• 𝕚𝕟𝕕𝕚𝕘𝕚𝕫 •°*”˜.•°*”˜】

 

davidTube

not inactive

noticed

Posts: 1628

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

@indigiz lol old me not knowing how to make basic auto inject xd

  • 0

indigiz

google is best

Posts: 248

Threads: 8

Joined: Feb, 2021

Reputation: 0

Replied

@davidTube
yes im 12345678910 years old

  • 0

【˜”*°•.˜”*°• 𝕚𝕟𝕕𝕚𝕘𝕚𝕫 •°*”˜.•°*”˜】

 

Posts: 613

Threads: 53

Joined: Feb, 2021

Reputation: 3

Replied

E-GIRL ON WRD ALERT!
Hello, you have subsribed to a mailing list to let you know that there is a e-girl on the loose!

This is there profile:

@RealChronics

  • 0

no

Error: The signature must be between 3-200 characters

Moon

Moon

vip

Posts: 6166

Threads: 262

Joined: Aug, 2020

Reputation: 78

Replied

Why did you delete the thread on Joe22? 

  • 0

Unidentified

nobody do wut i do

Posts: 320

Threads: 9

Joined: Feb, 2021

Reputation: 2

Replied

This is damn easy. 

 

Step 1, Open Settings.settings in Visual Studio (PATH: ProjectName/ProjectName/Properties/Settings.settings)

Step 2, create a new uh how do you call it, Entry? and name it AutoInject and hit enter.

Step 3, create an CheckBox place it somewhere in your Window.

Step 4, copy pasta this in your mainwindow code

        public MainWindow()
        {
            InitializeComponent();
            dispatcherTimer.Tick += new EventHandler(dispatcherTimer_Tick);
            dispatcherTimer.Interval = new TimeSpan(0, 0, 0, 5);
            if(Properties.Settings.Default.AutoInject == "YesDaddy")
            {
                dispatcherTimer.Start();
            }
        }

        DispatcherTimer dispatcherTimer = new System.Windows.Threading.DispatcherTimer();

        private void dispatcherTimer_Tick(object sender, EventArgs e)
        {
            Process[] processes = Process.GetProcessesByName("RobloxPlayerBeta");
            if (processes.Length > 0)
            {
                yourapi.Inject();
            }

            // Forcing the CommandManager to raise the RequerySuggested event
            CommandManager.InvalidateRequerySuggested();
        }

Step 5, add an Click event to your Checkbox

Step 6, just paste this into your Click Event

            if ((bool)(yourcheckbox.IsChecked)) 
            { 
                Topmost = true; Properties.Settings.Default.AutoInject = "YesDaddy"; Properties.Settings.Default.Save();
                if (Properties.Settings.Default.AutoInject == "YesDaddy")
                {
                    
                    yourcheckbox.IsChecked = true;
                }
            }
            if ((bool)(yourcheckbox.IsChecked == false)) { Properties.Settings.Default.AutoInject = "NoDaddy"; Properties.Settings.Default.Save(); }

If i am not totally an total retard today, this should work (i didn't test it)

 

  • 0

Learning C++, C#, JavaScript Developer

I develop random stuff

Discord: Unidentified#1091

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

  • 0

Unidentified

nobody do wut i do

Posts: 320

Threads: 9

Joined: Feb, 2021

Reputation: 2

Replied

@MaximusExploit Yes i know i coded this in 5 mins

  • 0

Learning C++, C#, JavaScript Developer

I develop random stuff

Discord: Unidentified#1091

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

@Unidentified still horrible

  • 0

Unidentified

nobody do wut i do

Posts: 320

Threads: 9

Joined: Feb, 2021

Reputation: 2

Replied

@MaximusExploit What the hell do you expect from an 5 minute code snippet?

  • 0

Learning C++, C#, JavaScript Developer

I develop random stuff

Discord: Unidentified#1091

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

@Unidentified a better one? duh

  • 0

TheLemonity

I am an lemon c:

Posts: 4

Threads: 1

Joined: Mar, 2021

Reputation: 0

Replied

@MaximusExploit kinda toxic + sussy bud :/

  • 0

hello there i am an lemon C:

MINISHXP

minishxp

Posts: 813

Threads: 5

Joined: Jan, 2021

Reputation: 9

Replied

@37266imagine not knowing c# but coding in it (xd)

  • 0

hi123

Users viewing this thread:

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