RodrihidenX

Untitled

May 14th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. ew-- ( ͡° ͜ʖ ͡°)
  2. -- ) SERVERSIDE ENGINE - THE POWER OF LEGO EXPLOIT
  3. -- / \
  4.  
  5.  
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local ScrollingFrame = Instance.new("ScrollingFrame")
  10. local GrabKnife = Instance.new("TextButton")
  11. local AntiBan = Instance.new("TextButton")
  12. local RoseHub = Instance.new("TextButton")
  13. local R6 = Instance.new("TextButton")
  14. local TextBox = Instance.new("TextBox")
  15. local Title = Instance.new("TextLabel")
  16. local _1 = Instance.new("TextLabel")
  17. local Version = Instance.new("TextLabel")
  18. local Execute = Instance.new("TextButton")
  19. local Clear = Instance.new("TextButton")
  20. local ScriptHub = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Frame.Parent = ScreenGui
  28. Frame.BackgroundColor3 = Color3.fromRGB(255, 201, 106)
  29. Frame.BorderColor3 = Color3.fromRGB(149, 149, 149)
  30. Frame.Position = UDim2.new(0.0460878909, 0, 0.339805841, 0)
  31. Frame.Selectable = true
  32. Frame.Size = UDim2.new(0, 493, 0, 263)
  33. Frame.Draggable = true
  34.  
  35. ScrollingFrame.Parent = Frame
  36. ScrollingFrame.Active = true
  37. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 201, 106)
  38. ScrollingFrame.BorderColor3 = Color3.fromRGB(122, 122, 122)
  39. ScrollingFrame.Position = UDim2.new(1, 0, -0.00760456268, 0)
  40. ScrollingFrame.Size = UDim2.new(0, 174, 0, 293)
  41. ScrollingFrame.Visible = false
  42.  
  43. GrabKnife.Name = "GrabKnife"
  44. GrabKnife.Parent = ScrollingFrame
  45. GrabKnife.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. GrabKnife.BorderColor3 = Color3.fromRGB(152, 152, 152)
  47. GrabKnife.Position = UDim2.new(0, 0, 0.124213427, 0)
  48. GrabKnife.Size = UDim2.new(0, 134, 0, 34)
  49. GrabKnife.Font = Enum.Font.GothamBlack
  50. GrabKnife.Text = "Grab Knife"
  51. GrabKnife.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. GrabKnife.TextSize = 14.000
  53. GrabKnife.MouseButton1Click:connect(function()
  54. loadstring(game:HttpGet(('https://pastebin.com/raw/3r43rUGj'),true))()
  55. end)
  56.  
  57. AntiBan.Name = "Anti-Ban"
  58. AntiBan.Parent = ScrollingFrame
  59. AntiBan.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. AntiBan.BorderColor3 = Color3.fromRGB(152, 152, 152)
  61. AntiBan.Position = UDim2.new(0, 0, 0.221171603, 0)
  62. AntiBan.Size = UDim2.new(0, 134, 0, 34)
  63. AntiBan.Font = Enum.Font.GothamBlack
  64. AntiBan.Text = "Anti Ban"
  65. AntiBan.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. AntiBan.TextSize = 14.000
  67.  
  68. RoseHub.Name = "Rose Hub"
  69. RoseHub.Parent = ScrollingFrame
  70. RoseHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. RoseHub.BorderColor3 = Color3.fromRGB(152, 152, 152)
  72. RoseHub.Position = UDim2.new(0, 0, 0.329536617, 0)
  73. RoseHub.Size = UDim2.new(0, 134, 0, 34)
  74. RoseHub.Font = Enum.Font.GothamBlack
  75. RoseHub.Text = "Rose Hub SS"
  76. RoseHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. RoseHub.TextSize = 14.000
  78. RoseHub.MouseButton1Click:connect(function()
  79. loadstring(game:HttpGet(('https://pastebin.com/raw/9q2nraUs'),true))()
  80. end)
  81.  
  82. R6.Name = "R6"
  83. R6.Parent = ScrollingFrame
  84. R6.BackgroundColor3 = Color3.fromRGB(243, 243, 243)
  85. R6.BorderColor3 = Color3.fromRGB(152, 152, 152)
  86. R6.Position = UDim2.new(0, 0, 0.0291564148, 0)
  87. R6.Size = UDim2.new(0, 134, 0, 34)
  88. R6.Font = Enum.Font.GothamBlack
  89. R6.Text = "R6"
  90. R6.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. R6.TextSize = 14.000
  92. R6.MouseButton1Click:connect(function()
  93. loadstring(game:HttpGet(('https://pastebin.com/raw/Rz4xpi5Y'),true))()
  94. end)
  95.  
  96. TextBox.Parent = Frame
  97. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. TextBox.BorderSizePixel = 2
  99. TextBox.Position = UDim2.new(0.0709939152, 0, 0.110266156, 0)
  100. TextBox.Size = UDim2.new(0, 438, 0, 184)
  101. TextBox.Font = Enum.Font.Highway
  102. TextBox.PlaceholderColor3 = Color3.fromRGB(84, 176, 27)
  103. TextBox.PlaceholderText = "[ -- Enter here your script-- ]"
  104. TextBox.Text = ""
  105. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  106. TextBox.TextSize = 14.000
  107. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  108. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  109.  
  110. Title.Name = "Title"
  111. Title.Parent = Frame
  112. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  113. Title.BackgroundTransparency = 1.000
  114. Title.Position = UDim2.new(-0.0669371262, 0, -0.0456273779, 0)
  115. Title.Size = UDim2.new(0, 200, 0, 50)
  116. Title.Font = Enum.Font.GothamBlack
  117. Title.Text = "Rodri SS"
  118. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. Title.TextSize = 16.000
  120.  
  121. _1.Name = "1"
  122. _1.Parent = Frame
  123. _1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. _1.BackgroundTransparency = 1.000
  125. _1.Position = UDim2.new(-0.152129814, 0, 0.0532319397, 0)
  126. _1.Size = UDim2.new(0, 200, 0, 50)
  127. _1.Font = Enum.Font.SourceSansBold
  128. _1.Text = "1."
  129. _1.TextColor3 = Color3.fromRGB(255, 255, 255)
  130. _1.TextSize = 14.000
  131.  
  132. Version.Name = "Version"
  133. Version.Parent = Frame
  134. Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. Version.BackgroundTransparency = 1.000
  136. Version.Position = UDim2.new(0.612576067, 0, -0.00760456268, 0)
  137. Version.Size = UDim2.new(0, 221, 0, 29)
  138. Version.Font = Enum.Font.Cartoon
  139. Version.Text = "v2"
  140. Version.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. Version.TextSize = 16.000
  142.  
  143. Execute.Name = "Execute"
  144. Execute.Parent = Frame
  145. Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. Execute.BorderColor3 = Color3.fromRGB(153, 153, 153)
  147. Execute.Position = UDim2.new(0.0202839766, 0, 0.847908735, 0)
  148. Execute.Size = UDim2.new(0, 157, 0, 32)
  149. Execute.Font = Enum.Font.GothamBlack
  150. Execute.Text = "Execute"
  151. Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. Execute.TextSize = 14.000
  153.  
  154. Clear.Name = "Clear"
  155. Clear.Parent = Frame
  156. Clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  157. Clear.BorderColor3 = Color3.fromRGB(153, 153, 153)
  158. Clear.Position = UDim2.new(0.36511156, 0, 0.847908735, 0)
  159. Clear.Size = UDim2.new(0, 147, 0, 32)
  160. Clear.Font = Enum.Font.GothamBlack
  161. Clear.Text = "Clear"
  162. Clear.TextColor3 = Color3.fromRGB(0, 0, 0)
  163. Clear.TextSize = 14.000
  164.  
  165. ScriptHub.Name = "ScriptHub"
  166. ScriptHub.Parent = Frame
  167. ScriptHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. ScriptHub.BorderColor3 = Color3.fromRGB(153, 153, 153)
  169. ScriptHub.Position = UDim2.new(0.683569968, 0, 0.847908735, 0)
  170. ScriptHub.Size = UDim2.new(0, 136, 0, 32)
  171. ScriptHub.Font = Enum.Font.GothamBlack
  172. ScriptHub.Text = "Script Hub"
  173. ScriptHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  174. ScriptHub.TextSize = 14.000
  175. ScriptHub.MouseButton1Click:connect(function()
  176. ScrollingFrame.Visible = true
  177. end)
Add Comment
Please, Sign In to add comment