Advertisement
VeeTomato

PraXerHub

Jul 20th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Gradient = Instance.new("Frame")
  9. local UIGradient = Instance.new("UIGradient")
  10. local WelcomeSign = Instance.new("TextLabel")
  11. local bitdarker = Instance.new("Frame")
  12. local ImportantText = Instance.new("TextLabel")
  13. local MadeBy = Instance.new("TextLabel")
  14. local CloseButtoni = Instance.new("TextButton")
  15. local Frame2 = Instance.new("Frame")
  16. local Gradient_2 = Instance.new("Frame")
  17. local UIGradient_2 = Instance.new("UIGradient")
  18. local darker = Instance.new("Frame")
  19. local ScriptsLabel = Instance.new("TextLabel")
  20. local RobeatsScript = Instance.new("TextButton")
  21. local TextLabel = Instance.new("TextLabel")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TowerOfHellScript = Instance.new("TextButton")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. Frame.Parent = ScreenGui
  32. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  33. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. Frame.BorderSizePixel = 0
  35. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  36. Frame.Size = UDim2.new(0, 496, 0, 311)
  37.  
  38. Gradient.Name = "Gradient"
  39. Gradient.Parent = Frame
  40. Gradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. Gradient.BorderColor3 = Color3.fromRGB(27, 42, 53)
  42. Gradient.BorderSizePixel = 0
  43. Gradient.Size = UDim2.new(0, 496, 0, 311)
  44.  
  45. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(102, 45, 113)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(197, 66, 110))}
  46. UIGradient.Parent = Gradient
  47.  
  48. WelcomeSign.Name = "WelcomeSign"
  49. WelcomeSign.Parent = Frame
  50. WelcomeSign.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. WelcomeSign.BackgroundTransparency = 1.000
  52. WelcomeSign.BorderSizePixel = 0
  53. WelcomeSign.Position = UDim2.new(-0.00286314078, 0, 0.0209959596, 0)
  54. WelcomeSign.Size = UDim2.new(0, 496, 0, 45)
  55. WelcomeSign.Font = Enum.Font.GothamBlack
  56. WelcomeSign.Text = "WELCOME"
  57. WelcomeSign.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. WelcomeSign.TextScaled = true
  59. WelcomeSign.TextSize = 14.000
  60. WelcomeSign.TextWrapped = true
  61.  
  62. bitdarker.Name = "bitdarker"
  63. bitdarker.Parent = Frame
  64. bitdarker.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  65. bitdarker.BackgroundTransparency = 0.750
  66. bitdarker.Position = UDim2.new(0.0282258056, 0, 0.18649517, 0)
  67. bitdarker.Size = UDim2.new(0, 468, 0, 236)
  68.  
  69. ImportantText.Name = "ImportantText"
  70. ImportantText.Parent = Frame
  71. ImportantText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. ImportantText.BackgroundTransparency = 1.000
  73. ImportantText.BorderSizePixel = 0
  74. ImportantText.Position = UDim2.new(0.0282258056, 0, 0.18649517, 0)
  75. ImportantText.Size = UDim2.new(0, 468, 0, 152)
  76. ImportantText.Font = Enum.Font.SourceSans
  77. ImportantText.Text = "Hi and welcome to PraXer, This is a GUI that has scripts for some games, If u want a GUi that has Most of the Roblox games on Roblox i would like that u use another GUI. None Of These Scripts Are Made By Me"
  78. ImportantText.TextColor3 = Color3.fromRGB(255, 255, 255)
  79. ImportantText.TextScaled = true
  80. ImportantText.TextSize = 14.000
  81. ImportantText.TextWrapped = true
  82.  
  83. MadeBy.Name = "MadeBy"
  84. MadeBy.Parent = Frame
  85. MadeBy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. MadeBy.BackgroundTransparency = 1.000
  87. MadeBy.BorderSizePixel = 0
  88. MadeBy.Position = UDim2.new(0.0120967701, 0, 0.868167162, 0)
  89. MadeBy.Size = UDim2.new(0, 89, 0, 24)
  90. MadeBy.Font = Enum.Font.SourceSans
  91. MadeBy.Text = "MadeBy Vee"
  92. MadeBy.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. MadeBy.TextSize = 14.000
  94.  
  95. CloseButtoni.Name = "CloseButtoni"
  96. CloseButtoni.Parent = ScreenGui
  97. CloseButtoni.AnchorPoint = Vector2.new(0.5, 2.0)
  98. CloseButtoni.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. CloseButtoni.BackgroundTransparency = 1.000
  100. CloseButtoni.BorderSizePixel = 0
  101. CloseButtoni.Position = UDim2.new(0.5, 0, 0.626062334, 0)
  102. CloseButtoni.Size = UDim2.new(0, 74, 0, 50)
  103. CloseButtoni.Font = Enum.Font.GothamBlack
  104. CloseButtoni.Text = "OK"
  105. CloseButtoni.TextColor3 = Color3.fromRGB(255, 255, 255)
  106. CloseButtoni.TextScaled = true
  107. CloseButtoni.TextSize = 14.000
  108. CloseButtoni.TextWrapped = true
  109. CloseButtoni.MouseButton1Down:Connect(function()
  110. RobeatsScript.Visible = true
  111. TowerOfHellScript.Visible = true
  112. Frame2.Visible = true
  113. CloseButtoni.Visible = false
  114. Frame.Visible = false
  115. end)
  116.  
  117. Frame2.Name = "Frame2"
  118. Frame2.Parent = ScreenGui
  119. Frame2.AnchorPoint = Vector2.new(0.5, 0.5)
  120. Frame2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. Frame2.BorderSizePixel = 0
  122. Frame2.Position = UDim2.new(0.5, 0, 0.5, 0)
  123. Frame2.Selectable = true
  124. Frame2.Size = UDim2.new(0, 681, 0, 354)
  125. Frame2.Visible = false
  126.  
  127. Gradient_2.Name = "Gradient"
  128. Gradient_2.Parent = Frame2
  129. Gradient_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. Gradient_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  131. Gradient_2.BorderSizePixel = 0
  132. Gradient_2.Size = UDim2.new(0, 681, 0, 354)
  133.  
  134. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(102, 45, 113)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(197, 66, 110))}
  135. UIGradient_2.Parent = Gradient_2
  136.  
  137. darker.Name = "darker"
  138. darker.Parent = Gradient_2
  139. darker.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  140. darker.BackgroundTransparency = 0.750
  141. darker.BorderSizePixel = 0
  142. darker.Position = UDim2.new(0.030837005, 0, 0.224576265, 0)
  143. darker.Size = UDim2.new(0, 638, 0, 253)
  144.  
  145. ScriptsLabel.Name = "ScriptsLabel"
  146. ScriptsLabel.Parent = Gradient_2
  147. ScriptsLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. ScriptsLabel.BackgroundTransparency = 1.000
  149. ScriptsLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
  150. ScriptsLabel.BorderSizePixel = 0
  151. ScriptsLabel.Position = UDim2.new(-0.0220264308, 0, 0, 0)
  152. ScriptsLabel.Size = UDim2.new(0, 696, 0, 60)
  153. ScriptsLabel.Font = Enum.Font.GothamBlack
  154. ScriptsLabel.Text = "SCRIPTS"
  155. ScriptsLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. ScriptsLabel.TextScaled = true
  157. ScriptsLabel.TextSize = 14.000
  158. ScriptsLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  159. ScriptsLabel.TextWrapped = true
  160.  
  161. RobeatsScript.Name = "RobeatsScript"
  162. RobeatsScript.Parent = ScreenGui
  163. RobeatsScript.AnchorPoint = Vector2.new(0.5, 0.5)
  164. RobeatsScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. RobeatsScript.BorderSizePixel = 0
  166. RobeatsScript.Position = UDim2.new(0.498702317, 0, 0.528145432, 0)
  167. RobeatsScript.Size = UDim2.new(0, 159, 0, 45)
  168. RobeatsScript.Visible = false
  169. RobeatsScript.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  170. RobeatsScript.Font = Enum.Font.GothamBlack
  171. RobeatsScript.Text = "Robeats"
  172. RobeatsScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. RobeatsScript.TextScaled = true
  174. RobeatsScript.TextSize = 14.000
  175. RobeatsScript.TextWrapped = true
  176. RobeatsScript.MouseButton1Down:Connect(function()
  177. loadstring(game:HttpGet("https://raw.githubusercontent.com/notclosure/Robeats-autoplayer/master/Code.lua"))()
  178. RobeatsScript.Visible = false
  179. TowerOfHellScript.Visible = false
  180. Frame2.Visible = false
  181. end)
  182.  
  183. TextLabel.Parent = RobeatsScript
  184. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  185. TextLabel.BackgroundTransparency = 1.000
  186. TextLabel.BorderSizePixel = 0
  187. TextLabel.Position = UDim2.new(-0.238993734, 0, 0.466666698, 0)
  188. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  189. TextLabel.Font = Enum.Font.SourceSans
  190. TextLabel.Text = "(Paid Exploits Only)"
  191. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. TextLabel.TextSize = 14.000
  193.  
  194. TextLabel_2.Parent = RobeatsScript
  195. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  196. TextLabel_2.BackgroundTransparency = 1.000
  197. TextLabel_2.BorderSizePixel = 0
  198. TextLabel_2.Position = UDim2.new(0.0297851674, 0, 1.25629616, 0)
  199. TextLabel_2.Size = UDim2.new(0, 131, 0, 50)
  200. TextLabel_2.Font = Enum.Font.SourceSans
  201. TextLabel_2.Text = "Credits to closure#5212"
  202. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. TextLabel_2.TextSize = 14.000
  204.  
  205. TowerOfHellScript.Name = "TowerOfHellScript"
  206. TowerOfHellScript.Parent = ScreenGui
  207. TowerOfHellScript.AnchorPoint = Vector2.new(0.1, 0.5)
  208. TowerOfHellScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  209. TowerOfHellScript.BorderSizePixel = 0
  210. TowerOfHellScript.Position = UDim2.new(0.3537319, 0, 0.528145432, 0)
  211. TowerOfHellScript.Size = UDim2.new(0, 159, 0, 45)
  212. TowerOfHellScript.Visible = false
  213. TowerOfHellScript.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  214. TowerOfHellScript.Font = Enum.Font.GothamBlack
  215. TowerOfHellScript.Text = "Tower Of Hell"
  216. TowerOfHellScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  217. TowerOfHellScript.TextScaled = true
  218. TowerOfHellScript.TextSize = 14.000
  219. TowerOfHellScript.TextWrapped = true
  220. TowerOfHellScript.MouseButton1Down:Connect(function()
  221. loadstring(game:HttpGet("https://pastebin.com/raw/ARLDsSBB"))()
  222. RobeatsScript.Visible = false
  223. TowerOfHellScript.Visible = false
  224. Frame2.Visible = false
  225. end)
  226.  
  227.  
  228. TextLabel_3.Parent = TowerOfHellScript
  229. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. TextLabel_3.BackgroundTransparency = 1.000
  231. TextLabel_3.BorderSizePixel = 0
  232. TextLabel_3.Position = UDim2.new(-0.238993734, 0, 0.466666698, 0)
  233. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  234. TextLabel_3.Font = Enum.Font.SourceSans
  235. TextLabel_3.Text = "(Not Mine)"
  236. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. TextLabel_3.TextSize = 14.000
  238.  
  239. -- Scripts:
  240.  
  241. local function HZVC_fake_script() -- CloseButtoni.LocalScript
  242. local script = Instance.new('LocalScript', CloseButtoni)
  243.  
  244. script.Parent.MouseButton1Click:Connect(function()
  245. script.Parent.Parent.Frame.Visible = false
  246. script.Parent.Parent.CloseButtoni.Visible = false
  247. script.Parent.Parent.Frame2.Visible = true
  248. script.Parent.Parent.RobeatsScript.Visible = true
  249. end)
  250. end
  251. coroutine.wrap(HZVC_fake_script)()
  252. local function VLGS_fake_script() -- RobeatsScript.LocalScript
  253. local script = Instance.new('LocalScript', RobeatsScript)
  254.  
  255. script.Parent.MouseButton1Click:Connect(function()
  256. script.Parent.Parent.Frame2.Visible = false
  257. script.Parent.Parent.RobeatsScript.Visible = false
  258. end)
  259. end
  260. coroutine.wrap(VLGS_fake_script)()
  261. local function SQGWIL_fake_script() -- TowerOfHellScript.LocalScript
  262. local script = Instance.new('LocalScript', TowerOfHellScript)
  263.  
  264. script.Parent.MouseButton1Click:Connect(function()
  265. script.Parent.Parent.RobeatsScript.Visible = false
  266. script.Parent.Parent.TowerOfHellScript.Visible = false
  267. script.Parent.Parent.Frame2.Visible = false
  268. end)
  269. end
  270. coroutine.wrap(SQGWIL_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement