Posted
hi this may seem very stupid but how do u make a c# auto execute
Replied
try
{
Process[] pname = Process.GetProcessesByName("RobloxPlayerBeta");
if (pname.Length > 0)
{
Task delay = Task.Delay(6000);
await delay;
if (NamedPipeExist(luapipename))
{
p.LaunchExploit();
Task delay2 = Task.Delay(3000);
await delay2;
}
}
}
catch
{
A.Show("Error", AlertType.warning);
}
Edit : In A Timer Of Course
Cancel
Post
Replied
just attaches :/ ut useful!
Cancel
Post
Replied
@52105whoops thought you meant auto attach
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post