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.
https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png
https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png
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
Cancel
Post
ã€Ëœâ€*°•.Ëœâ€*°• ð•šð•Ÿð••ð•šð•˜ð•šð•« •°*â€Ëœ.•°*â€Ëœã€‘
ã€Ëœâ€*°•.Ëœâ€*°• ð•šð•Ÿð••ð•šð•˜ð•šð•« •°*â€Ëœ.•°*â€Ëœã€‘
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:
Cancel
Post
no
Error: The signature must be between 3-200 characters
Replied
Why did you delete the thread on Joe22?
Cancel
Post
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)
Cancel
Post
Learning C++, C#, JavaScript Developer
I develop random stuff
Discord: Unidentified#1091
Learning C++, C#, JavaScript Developer
I develop random stuff
Discord: Unidentified#1091
Learning C++, C#, JavaScript Developer
I develop random stuff
Discord: Unidentified#1091
hello there i am an lemon C:
Replied
@37266imagine not knowing c# but coding in it (xd)
Cancel
Post
hi123
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post