Advertisement
VKOPSKS

Untitled

Jan 16th, 2024 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. print("> LupperHub beta")
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local LupperHub_vRP = Instance.new("ScreenGui")
  9. local BHRP = Instance.new("Frame")
  10. local UICorner = Instance.new("UICorner")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextButton = Instance.new("TextButton")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local TextButton_2 = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local TextButton_3 = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local LBB = Instance.new("Frame")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21. local TextButton_4 = Instance.new("TextButton")
  22. local UICorner_6 = Instance.new("UICorner")
  23. local TextButton_5 = Instance.new("TextButton")
  24. local UICorner_7 = Instance.new("UICorner")
  25. local Main = Instance.new("Frame")
  26. local UICorner_8 = Instance.new("UICorner")
  27. local TextLabel_3 = Instance.new("TextLabel")
  28. local TextButton_6 = Instance.new("TextButton")
  29. local UICorner_9 = Instance.new("UICorner")
  30. local TextButton_7 = Instance.new("TextButton")
  31. local UICorner_10 = Instance.new("UICorner")
  32. local TextButton_8 = Instance.new("TextButton")
  33. local UICorner_11 = Instance.new("UICorner")
  34.  
  35. --Properties:
  36.  
  37. LupperHub_vRP.Name = "LupperHub_vRP"
  38. LupperHub_vRP.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  39. LupperHub_vRP.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40.  
  41. BHRP.Name = "BHRP"
  42. BHRP.Parent = LupperHub_vRP
  43. BHRP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. BHRP.BorderColor3 = Color3.fromRGB(0, 0, 0)
  45. BHRP.BorderSizePixel = 0
  46. BHRP.Position = UDim2.new(0.330969274, 0, 0.285087705, 0)
  47. BHRP.Size = UDim2.new(0, 343, 0, 196)
  48. BHRP.Visible = false
  49.  
  50. UICorner.Parent = BHRP
  51.  
  52. TextLabel.Parent = BHRP
  53. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. TextLabel.BackgroundTransparency = 1.000
  55. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  56. TextLabel.BorderSizePixel = 0
  57. TextLabel.Position = UDim2.new(-0.046647232, 0, -0.147959188, 0)
  58. TextLabel.Size = UDim2.new(0, 375, 0, 50)
  59. TextLabel.Font = Enum.Font.Unknown
  60. TextLabel.Text = "Luppper Hub"
  61. TextLabel.TextColor3 = Color3.fromRGB(0, 255, 238)
  62. TextLabel.TextScaled = true
  63. TextLabel.TextSize = 14.000
  64. TextLabel.TextWrapped = true
  65.  
  66. TextButton.Parent = BHRP
  67. TextButton.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  68. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  69. TextButton.BorderSizePixel = 0
  70. TextButton.Position = UDim2.new(0.0845481083, 0, 0.163265303, 0)
  71. TextButton.Size = UDim2.new(0, 110, 0, 29)
  72. TextButton.Font = Enum.Font.SourceSans
  73. TextButton.Text = "Mini Avatar"
  74. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. TextButton.TextScaled = true
  76. TextButton.TextSize = 14.000
  77. TextButton.TextWrapped = true
  78.  
  79. UICorner_2.Parent = TextButton
  80.  
  81. TextButton_2.Parent = BHRP
  82. TextButton_2.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  83. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  84. TextButton_2.BorderSizePixel = 0
  85. TextButton_2.Position = UDim2.new(0.568513095, 0, 0.163265303, 0)
  86. TextButton_2.Size = UDim2.new(0, 110, 0, 29)
  87. TextButton_2.Font = Enum.Font.SourceSans
  88. TextButton_2.Text = "Anti-Ban (beta)"
  89. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. TextButton_2.TextScaled = true
  91. TextButton_2.TextSize = 14.000
  92. TextButton_2.TextWrapped = true
  93.  
  94. UICorner_3.Parent = TextButton_2
  95.  
  96. TextButton_3.Parent = BHRP
  97. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  98. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  99. TextButton_3.BorderSizePixel = 0
  100. TextButton_3.Position = UDim2.new(0.953352749, 0, 0.918367326, 0)
  101. TextButton_3.Size = UDim2.new(0, 32, 0, 29)
  102. TextButton_3.Font = Enum.Font.SourceSansBold
  103. TextButton_3.Text = "X"
  104. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. TextButton_3.TextScaled = true
  106. TextButton_3.TextSize = 14.000
  107. TextButton_3.TextWrapped = true
  108.  
  109. UICorner_4.Parent = TextButton_3
  110.  
  111. LBB.Name = "LBB"
  112. LBB.Parent = LupperHub_vRP
  113. LBB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. LBB.BorderColor3 = Color3.fromRGB(0, 0, 0)
  115. LBB.BorderSizePixel = 0
  116. LBB.Position = UDim2.new(0.330969274, 0, 0.285087705, 0)
  117. LBB.Size = UDim2.new(0, 343, 0, 196)
  118. LBB.Visible = false
  119.  
  120. UICorner_5.Parent = LBB
  121.  
  122. TextLabel_2.Parent = LBB
  123. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. TextLabel_2.BackgroundTransparency = 1.000
  125. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  126. TextLabel_2.BorderSizePixel = 0
  127. TextLabel_2.Position = UDim2.new(-0.046647232, 0, -0.147959188, 0)
  128. TextLabel_2.Size = UDim2.new(0, 375, 0, 50)
  129. TextLabel_2.Font = Enum.Font.Unknown
  130. TextLabel_2.Text = "Luppper Hub"
  131. TextLabel_2.TextColor3 = Color3.fromRGB(0, 255, 238)
  132. TextLabel_2.TextScaled = true
  133. TextLabel_2.TextSize = 14.000
  134. TextLabel_2.TextWrapped = true
  135.  
  136. TextButton_4.Parent = LBB
  137. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 218, 69)
  138. TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  139. TextButton_4.BorderSizePixel = 0
  140. TextButton_4.Position = UDim2.new(0.131195337, 0, 0.346938789, 0)
  141. TextButton_4.Size = UDim2.new(0, 253, 0, 57)
  142. TextButton_4.Font = Enum.Font.SourceSans
  143. TextButton_4.Text = "Open Lucky Block"
  144. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  145. TextButton_4.TextScaled = true
  146. TextButton_4.TextSize = 14.000
  147. TextButton_4.TextWrapped = true
  148.  
  149. UICorner_6.Parent = TextButton_4
  150.  
  151. TextButton_5.Parent = LBB
  152. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  153. TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  154. TextButton_5.BorderSizePixel = 0
  155. TextButton_5.Position = UDim2.new(0.953352749, 0, 0.918367326, 0)
  156. TextButton_5.Size = UDim2.new(0, 32, 0, 29)
  157. TextButton_5.Font = Enum.Font.SourceSansBold
  158. TextButton_5.Text = "X"
  159. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  160. TextButton_5.TextScaled = true
  161. TextButton_5.TextSize = 14.000
  162. TextButton_5.TextWrapped = true
  163.  
  164. UICorner_7.Parent = TextButton_5
  165.  
  166. Main.Name = "Main"
  167. Main.Parent = LupperHub_vRP
  168. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  170. Main.BorderSizePixel = 0
  171. Main.Position = UDim2.new(0.330969274, 0, 0.285087705, 0)
  172. Main.Size = UDim2.new(0, 343, 0, 196)
  173.  
  174. UICorner_8.Parent = Main
  175.  
  176. TextLabel_3.Parent = Main
  177. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  178. TextLabel_3.BackgroundTransparency = 1.000
  179. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  180. TextLabel_3.BorderSizePixel = 0
  181. TextLabel_3.Position = UDim2.new(-0.046647232, 0, -0.147959188, 0)
  182. TextLabel_3.Size = UDim2.new(0, 375, 0, 50)
  183. TextLabel_3.Font = Enum.Font.Unknown
  184. TextLabel_3.Text = "Luppper Hub"
  185. TextLabel_3.TextColor3 = Color3.fromRGB(0, 255, 238)
  186. TextLabel_3.TextScaled = true
  187. TextLabel_3.TextSize = 14.000
  188. TextLabel_3.TextWrapped = true
  189.  
  190. TextButton_6.Parent = Main
  191. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 218, 69)
  192. TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  193. TextButton_6.BorderSizePixel = 0
  194. TextButton_6.Position = UDim2.new(0.0379008763, 0, 0.107142858, 0)
  195. TextButton_6.Size = UDim2.new(0, 151, 0, 41)
  196. TextButton_6.Font = Enum.Font.SourceSans
  197. TextButton_6.Text = "Lucky Blocks Battlegrounds"
  198. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  199. TextButton_6.TextScaled = true
  200. TextButton_6.TextSize = 14.000
  201. TextButton_6.TextWrapped = true
  202.  
  203. UICorner_9.Parent = TextButton_6
  204.  
  205. TextButton_7.Parent = Main
  206. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  207. TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  208. TextButton_7.BorderSizePixel = 0
  209. TextButton_7.Position = UDim2.new(0.953352749, 0, 0.918367326, 0)
  210. TextButton_7.Size = UDim2.new(0, 32, 0, 29)
  211. TextButton_7.Font = Enum.Font.SourceSansBold
  212. TextButton_7.Text = "X"
  213. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  214. TextButton_7.TextScaled = true
  215. TextButton_7.TextSize = 14.000
  216. TextButton_7.TextWrapped = true
  217.  
  218. UICorner_10.Parent = TextButton_7
  219.  
  220. TextButton_8.Parent = Main
  221. TextButton_8.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  222. TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
  223. TextButton_8.BorderSizePixel = 0
  224. TextButton_8.Position = UDim2.new(0.513119519, 0, 0.107142858, 0)
  225. TextButton_8.Size = UDim2.new(0, 151, 0, 41)
  226. TextButton_8.Font = Enum.Font.SourceSans
  227. TextButton_8.Text = "BrookHaven RP"
  228. TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  229. TextButton_8.TextScaled = true
  230. TextButton_8.TextSize = 14.000
  231. TextButton_8.TextWrapped = true
  232.  
  233. UICorner_11.Parent = TextButton_8
  234.  
  235. -- Scripts:
  236.  
  237. local function CIQKOK_fake_script() -- TextButton.LocalScript
  238. local script = Instance.new('LocalScript', TextButton)
  239.  
  240. script.Parent.MouseButton1Click:Connect(function()
  241. local args = {
  242. [1] = "CharacterSizeDown",
  243. [2] = 1
  244. }
  245.  
  246. game:GetService("ReplicatedStorage"):WaitForChild("RE"):WaitForChild("1Clothe1s"):FireServer(unpack(args))
  247. end)
  248. end
  249. coroutine.wrap(CIQKOK_fake_script)()
  250. local function TPKA_fake_script() -- TextButton_2.LocalScript
  251. local script = Instance.new('LocalScript', TextButton_2)
  252.  
  253. script.Parent.MouseButton1Click:Connect(function()
  254. game.ReplicatedStorage.BannedLots:Destroy()
  255. end)
  256. end
  257. coroutine.wrap(TPKA_fake_script)()
  258. local function HJUDUKH_fake_script() -- TextButton_3.LocalScript
  259. local script = Instance.new('LocalScript', TextButton_3)
  260.  
  261. script.Parent.MouseButton1Click:Connect(function()
  262. script.Parent.Parent.Parent:Destroy()
  263. end)
  264. end
  265. coroutine.wrap(HJUDUKH_fake_script)()
  266. local function NKHF_fake_script() -- TextButton_4.LocalScript
  267. local script = Instance.new('LocalScript', TextButton_4)
  268.  
  269. script.Parent.MouseButton1Click:Connect(function()
  270. game:GetService("ReplicatedStorage"):WaitForChild("SpawnLuckyBlock"):FireServer()
  271. end)
  272. end
  273. coroutine.wrap(NKHF_fake_script)()
  274. local function SFNNGN_fake_script() -- TextButton_5.LocalScript
  275. local script = Instance.new('LocalScript', TextButton_5)
  276.  
  277. script.Parent.MouseButton1Click:Connect(function()
  278. script.Parent.Parent.Parent:Destroy()
  279. end)
  280. end
  281. coroutine.wrap(SFNNGN_fake_script)()
  282. local function QDVPPV_fake_script() -- TextButton_6.LocalScript
  283. local script = Instance.new('LocalScript', TextButton_6)
  284.  
  285. script.Parent.MouseButton1Click:Connect(function()
  286. script.Parent.Parent.Parent.LBB.Visible = true
  287. script.Parent.Parent.Visible = false
  288. end)
  289. end
  290. coroutine.wrap(QDVPPV_fake_script)()
  291. local function CGVH_fake_script() -- TextButton_7.LocalScript
  292. local script = Instance.new('LocalScript', TextButton_7)
  293.  
  294. script.Parent.MouseButton1Click:Connect(function()
  295. script.Parent.Parent.Parent:Destroy()
  296. end)
  297. end
  298. coroutine.wrap(CGVH_fake_script)()
  299. local function WXIN_fake_script() -- TextButton_8.LocalScript
  300. local script = Instance.new('LocalScript', TextButton_8)
  301.  
  302. script.Parent.MouseButton1Click:Connect(function()
  303. script.Parent.Parent.Parent.BHRP.Visible = true
  304. script.Parent.Parent.Visible = false
  305. end)
  306. end
  307. coroutine.wrap(WXIN_fake_script)()
  308.  
  309.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement