ManlyFoes

Untitled

Apr 23rd, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. local totallyfun = 0
  2. local injected = 0
  3. local startomg = false
  4. X=function(f)
  5. return coroutine.resume(coroutine.create(f))
  6. end
  7.  
  8. --print'Wait 5 more second.'
  9. --wait(2)
  10. print'Executing'
  11. game:GetObjects("rbxassetid://175873944")[1].Parent = game.CoreGui
  12. game:GetObjects("rbxassetid://175380200")[1].Parent = game.CoreGui
  13. wait()
  14. X(function()
  15. while wait() do
  16. if startomg == false then
  17. if game.CoreGui:FindFirstChild("Load")~= nil then
  18. game.CoreGui:FindFirstChild("Load").Frame:TweenPosition(UDim2.new(0.5,-200,0,0), "Out", "Quad", 1)
  19. startomg = true
  20. end
  21. end
  22. if game.CoreGui:FindFirstChild("Load")~= nil then
  23. game.CoreGui:FindFirstChild("Load").Frame.Frame.Size = UDim2.new( (injected / totallyfun) , 0, 1, -20)
  24. if injected ~= totallyfun then
  25. game.CoreGui:FindFirstChild("Load").Frame.load.Text = "LOADING: " .. injected .. "/" .. totallyfun
  26. else
  27. game.CoreGui:FindFirstChild("Load").Frame.load.Text = "LOADING COMPLETED!"
  28. end
  29. if injected >= totallyfun then
  30. game.CoreGui:FindFirstChild("Ro-Xploit 4.0").Open.Visible = true
  31. wait(2)
  32. game.CoreGui:FindFirstChild("Load").Frame:TweenPosition(UDim2.new(0.5,-200,0,-50), "Out", "Quad", 1)
  33. wait(1)
  34. game.CoreGui:FindFirstChild("Load"):Remove()
  35. break
  36. end
  37. end
  38. end
  39. end)
  40.  
  41.  
  42. if game.CoreGui:FindFirstChild("Model")~= nil then
  43. for i,v in pairs(game.CoreGui.Model:GetChildren())do
  44. totallyfun = totallyfun + 1
  45. end
  46. end
  47. for i,v in pairs(game.CoreGui.Model:GetChildren())do
  48. if v.ClassName == "ScreenGui" then
  49. v.Parent = game.CoreGui
  50. print('GUI LOADED: '.. v.Name)
  51. injected = injected + 1
  52. end
  53. end
  54. wait()
  55. for i,v in pairs(game.CoreGui.Model:GetChildren())do
  56. if v.ClassName == "LocalScript" then
  57. print(i .."- ".. v.Name)
  58. loadstring(v.Source)()
  59. injected = injected + 1
  60. end
  61. end
  62. wait(1)
  63. game.CoreGui:FindFirstChild("Ro-Xploit 4.0").Open.Visible = true
  64. game.StarterGui:SetCoreGuiEnabled("All",true)
Add Comment
Please, Sign In to add comment