Advertisement
Meliodas0_0

auto atach

Mar 19th, 2020
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Process[] roblox = Process.GetProcessesByName("RobloxPlayerBeta");
  2. if (roblox.Length > 0)
  3. {
  4. Thread.Sleep(10000);
  5. //Attach method here
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement