imaKid
Activity Feed
Replied to thread : Flame Sploit
bro i posted his server bc bhe was asking me for like a week. so i did. but i swear, now i dont support his token logging, his skids and things.
Replied to thread : Flame Sploit
Bro im really ingoring him. I can even show screenshare of our dms.
Created a new thread : Flame Sploit
This is my first Terrible WPF Executor. Kid FLAME SPLOIT.
dsc -> dsc.gg/grphub
Rate it out of 10... [Rate it as a first wpf of someone, dont compare with those powerful nightmare executors]
https://media.discordapp.net/attachments/1038321873244659762/1083594636427284501/image.png
Created a new thread : [RL] Auto Launch On Startup
This setting is useless for most of the dudes. But it's useful for those, who opens their pc and starts exploiting in roblox!
So this Auto launch works on a checkbox.
1. Make a checkbox named autolaunchCB.
2. add this code to the checkbox:
private void autolaunchCB_CheckedChanged(object sender, EventArgs e) { RegistryKey rk = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true); bool idk = autolaunchCB.Checked; if (idk) { rk.SetValue("executorName.exe", Application.ExecutablePath); } else { rk.SetValue("executorName.exe", false); } }
3. And also add a sys that if you check the autolaunch and closed your executor. when you open executor again the auto launch will be checked! I ALR MADE THIS SYS (But Not Giving, Its Easy Make Yourself)
Replied to thread : [RL] Simple Checkbox Auto Attach/Inject (WRD Only)
@heckerdude, i tried but others didnt inject. btw i used
if(krnl.checked == true)
{
krnlapi.inject();
}
else
{
wrdapi.Launchexploit();
}
but didint work for krnl
Replied to thread : [RL] Simple Checkbox Auto Attach/Inject (WRD Only)
@Shintayo, when i asked for a better autoattach bruh
Replied to thread : [RL] Simple Checkbox Auto Attach/Inject (WRD Only)
@Alawrpar,
ima try your code. but the problem for other apis is, they doesnt even automatically inject :\
and roblox.lenght > 0 means if roblox process is more than 0. so shouldnt itt inject on the 1st one?
Replied to thread : [RL] Simple Checkbox Auto Attach/Inject (WRD Only)
@Aetheron, i tried myself, but other apis doesnt work for it. even they must auto attach bc of the code, but they dont
Created a new thread : [RL] Simple Checkbox Auto Attach/Inject (WRD Only)
So i think this thread is usefull for new exploiters! This is a simple checkbox auto attach system that only works for wearedevs_api.
CODE:
private async void autoattachCB_CheckedChanged(object sender, EventArgs e) { Process[] roblox = Process.GetProcessesByName("RobloxPlayerBeta"); if (roblox.Length > 0) { await Task.Delay(1000); api.LaunchExploit(); } }
If you want to make a advanced one, make it yourself ;)
Replied to thread : [COMING SOON FOR REALS THIS TIME] Pekkasploit
Bro you also said me this 1k times