Advertisement
jech

Untitled

Jun 16th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. if Player then
  4. Instance.new("Message HAHA HA", game.Workspace)
  5. local Injecta = game.Players.LocalPlayer
  6. local InjectaPlayerGui = Injecta.PlayerGui
  7.  
  8. if Injecta then
  9. Script = game:GetService("InsertService"):LoadAsset(421804643)
  10. Script.Parent = InjectaPlayerGui
  11. print("MGVX HAS BEEN REQUESTED TO LOAD...")
  12. end
  13.  
  14. if not InjectaPlayerGui:FindFirstChild("MGVX") then
  15. local Scriptt = game:GetService("InsertService"):LoadAsset(421804643)
  16. Scriptt.Parent = InjectaPlayerGui
  17. Script:Destroy();
  18. print("MGVX NOT FOUND REQUESTING AGAIN...")
  19. end
  20.  
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement