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
https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png
https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png
Replied
cool...
nice?
i dont know what to say
Cancel
Post
JustMarie#0709
Â
Replied
My eyes..... are hurting
Cancel
Post
Discord : Doctor Doom#0550
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.
Cancel
Post
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
Cancel
Post
https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png
https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png
https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png
https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png
Replied
@RealChronics are you retarded if you even read the code it will stop once the process is detected.
Cancel
Post
Replied
Process Watcher exists
Cancel
Post
Learning C++, C#, JavaScript Developer
I develop random stuff
Discord: Unidentified#1091
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post