ProlExploiter

Robux Simulator GUI

Dec 28th, 2017
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Tutorial = Instance.new("ScreenGui")
  4. local Opener = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local TutorialFrame = Instance.new("Frame")
  7. local Welcome = Instance.new("TextLabel")
  8. local MadebyN_evo = Instance.new("TextLabel")
  9. local Tprobux = Instance.new("TextButton")
  10. local AutoPunch = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. Tutorial.Name = "Tutorial"
  16. Tutorial.Parent = game.CoreGui
  17.  
  18. Opener.Name = "Opener"
  19. Opener.Parent = Tutorial
  20. Opener.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Opener.Position = UDim2.new(0, 0, 0.323429555, 0)
  22. Opener.Size = UDim2.new(0, 119, 0, 120)
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = Opener
  26. Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  27. Open.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  28. Open.Size = UDim2.new(0, 119, 0, 120)
  29. Open.Font = Enum.Font.SourceSansBold
  30. Open.FontSize = Enum.FontSize.Size32
  31. Open.Text = "Open"
  32. Open.TextColor3 = Color3.new(1, 1, 1)
  33. Open.TextSize = 30
  34.  
  35. TutorialFrame.Name = "TutorialFrame"
  36. TutorialFrame.Parent = Tutorial
  37. TutorialFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  38. TutorialFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  39. TutorialFrame.Draggable = true
  40. TutorialFrame.Position = UDim2.new(0.204509705, 0, 0.411714762, 0)
  41. TutorialFrame.Size = UDim2.new(0, 656, 0, 501)
  42. TutorialFrame.Visible = false
  43.  
  44. Welcome.Name = "Welcome"
  45. Welcome.Parent = TutorialFrame
  46. Welcome.BackgroundColor3 = Color3.new(0, 0, 0)
  47. Welcome.BorderColor3 = Color3.new(0, 0, 0)
  48. Welcome.Size = UDim2.new(0, 656, 0, 50)
  49. Welcome.Font = Enum.Font.SourceSansBold
  50. Welcome.FontSize = Enum.FontSize.Size32
  51. Welcome.Text = "Welcome to Robux Simulator Gui! have fun :D"
  52. Welcome.TextColor3 = Color3.new(1, 1, 1)
  53. Welcome.TextSize = 30
  54.  
  55. MadebyN_evo.Name = "Made by N_evo"
  56. MadebyN_evo.Parent = TutorialFrame
  57. MadebyN_evo.BackgroundColor3 = Color3.new(0, 0, 0)
  58. MadebyN_evo.BorderColor3 = Color3.new(0, 0, 0)
  59. MadebyN_evo.Position = UDim2.new(0, 0, 0.900199592, 0)
  60. MadebyN_evo.Size = UDim2.new(0, 200, 0, 50)
  61. MadebyN_evo.Font = Enum.Font.SourceSansBold
  62. MadebyN_evo.FontSize = Enum.FontSize.Size24
  63. MadebyN_evo.Text = "Made by N_evo in roblox"
  64. MadebyN_evo.TextColor3 = Color3.new(1, 1, 1)
  65. MadebyN_evo.TextSize = 20
  66. MadebyN_evo.TextWrapped = true
  67.  
  68. Tprobux.Name = "Tprobux"
  69. Tprobux.Parent = TutorialFrame
  70. Tprobux.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Tprobux.BorderColor3 = Color3.new(0, 0, 0)
  72. Tprobux.Position = UDim2.new(0, 0, 0.185628742, 0)
  73. Tprobux.Size = UDim2.new(0, 168, 0, 90)
  74. Tprobux.Font = Enum.Font.SourceSansBold
  75. Tprobux.FontSize = Enum.FontSize.Size14
  76. Tprobux.Text = "Tp all robux on the ground to you"
  77. Tprobux.TextColor3 = Color3.new(1, 1, 1)
  78. Tprobux.TextScaled = true
  79. Tprobux.TextSize = 14
  80. Tprobux.TextWrapped = true
  81.  
  82. AutoPunch.Name = "Auto Punch"
  83. AutoPunch.Parent = TutorialFrame
  84. AutoPunch.BackgroundColor3 = Color3.new(0, 0, 0)
  85. AutoPunch.BorderColor3 = Color3.new(0, 0, 0)
  86. AutoPunch.Position = UDim2.new(0.743902445, 0, 0.185628742, 0)
  87. AutoPunch.Size = UDim2.new(0, 168, 0, 90)
  88. AutoPunch.Font = Enum.Font.SourceSansBold
  89. AutoPunch.FontSize = Enum.FontSize.Size32
  90. AutoPunch.Text = "Auto Punch"
  91. AutoPunch.TextColor3 = Color3.new(1, 1, 1)
  92. AutoPunch.TextSize = 30
  93.  
  94. Close.Name = "Close"
  95. Close.Parent = TutorialFrame
  96. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  97. Close.BorderColor3 = Color3.new(0, 0, 0)
  98. Close.Position = UDim2.new(0.92530489, 0, 0, 0)
  99. Close.Size = UDim2.new(0, 49, 0, 50)
  100. Close.Font = Enum.Font.SourceSansBold
  101. Close.FontSize = Enum.FontSize.Size32
  102. Close.Text = "X"
  103. Close.TextColor3 = Color3.new(1, 1, 1)
  104. Close.TextSize = 30
  105.  
  106. Open.MouseButton1Click:connect(function()
  107. game.CoreGui.Tutorial.Opener.Visible = false
  108. game.CoreGui.Tutorial.TutorialFrame.Visible = true
  109. end)
  110.  
  111. Close.MouseButton1Click:connect(function()
  112. game.CoreGui.Tutorial.Opener.Visible = true
  113. game.CoreGui.Tutorial.TutorialFrame.Visible = false
  114. end)
  115.  
  116. Tprobux.MouseButton1Click:connect(function()
  117. for i,v in pairs(workspace.RobuxHolder:children'') do
  118. v.Position=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position
  119. wait(.1)
  120. end
  121. end)
  122.  
  123. AutoPunch.MouseButton1Click:connect(function()
  124. while wait() do
  125. for i = 1,10 do
  126. game.ReplicatedStorage.Events.Punch:InvokeServer()
  127. end
  128. end
  129. end)
Add Comment
Please, Sign In to add comment