Advertisement
Guest User

Ro-Xploit v6 Script!

a guest
Sep 5th, 2016
3,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --load pepe
  2. local ID = "277830346"
  3. local GFolder = "GUI"
  4. local SFolder = "Scripts"
  5. local Destination = game.CoreGui
  6.  
  7. game:GetObjects("rbxassetid://"..ID)[1].Parent = Destination
  8.  
  9. if Destination:FindFirstChild("PEPE") ~= nil then
  10. if Destination:FindFirstChild("PEPE"):FindFirstChild(GFolder) ~= nil then
  11. for i,v in pairs(Destination:FindFirstChild("PEPE"):FindFirstChild(GFolder):GetChildren()) do
  12. v.Parent = Destination
  13. end
  14. end
  15. if Destination:FindFirstChild("PEPE"):FindFirstChild(SFolder) ~= nil then
  16. for i,v in pairs(Destination:FindFirstChild("PEPE"):FindFirstChild(SFolder):GetChildren()) do
  17. ypcall(function() loadstring(v.Source)(); end)
  18. end
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement