Forum > General >

WPF Auto Inject

RealChronics

Roblox Trafficker

vip

Posts: 218

Threads: 26

Joined: Dec, 2020

Reputation: 20

Posted

hello. so im just here to share a simple WPF auto inject code made by me and kyron mostly kyron i just made it compatible with wpf anywhere here how to use it 

 

I AM VERY BAD AT EXPLAINING THINGS!

 

ok go to initialize component and paste this in between the brackets 

 

 

dispatcherTimer.Tick += new EventHandler(dispatcherTimer_Tick);

 

then you gotta make a checkbox and name it whatever and in the Checked event put this 

dispatcherTimer.Start();

 

then right underneath the Checked event paste this 

 

private async void dispatcherTimer_Tick(object sender, EventArgs e)

        {

            if (AutoIn.IsChecked == true)
            {
                await Task.Delay(1000);
                Process[] rbxProcess = Process.GetProcessesByName("RobloxPlayerBeta");
                if (rbxProcess.Length == 1)
                {
                    bool flag = NamedPipes.NamedPipeExist(NamedPipes.luapipename);
                    if (!flag)
                    {
                        await Task.Delay(1500);
                        try
                        {
                            Functions.Inject();
                        }
                        catch { };
                    }
                }
            }
        }

 

thats it.

if you need further help RealChronics#0420

       

  • 0

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

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

 

TaxiDriver08

JustMarie

Posts: 1188

Threads: 31

Joined: Dec, 2020

Reputation: 6

Replied

cool...

 

nice?

 

i dont know what to say

  • 0

JustMarie#0709

 

Posts: 1658

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

My eyes.....  are hurting

  • 0

Discord : Doctor Doom#0550

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

Ffs use process watcher. This can only guess how long it takes for someone to load into roblox. The process watcher by breakshoot or maximus can tell you when to inject. 

 

If you inject before roblox loads you into the game you're f*cked.

  • 0

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

honestly no one will contact you for help because your code is terrible. good suggestion: dont spoonfeed when ur bad at coding

 

fun fact: you straight up copy pasted a code from dnspy

  • 0

RealChronics

Roblox Trafficker

vip

Posts: 218

Threads: 26

Joined: Dec, 2020

Reputation: 20

Replied

@MaximusExploit i dont even have dnspy on my pc :kekw:

  • 0

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

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

 

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

  • 0

RealChronics

Roblox Trafficker

vip

Posts: 218

Threads: 26

Joined: Dec, 2020

Reputation: 20

Replied

@MaximusExploit that code is gonna keep injecting O.O

  • 0

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

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

 

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

@RealChronics are you retarded if you even read the code it will stop once the process is detected.

  • 0

Unidentified

nobody do wut i do

Posts: 320

Threads: 9

Joined: Feb, 2021

Reputation: 2

Replied

Process Watcher exists 

  • 0

Learning C++, C#, JavaScript Developer

I develop random stuff

Discord: Unidentified#1091

Users viewing this thread:

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