Advertisement
jech

Untitled

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