DerpyFox

yex

Aug 25th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local credits = Instance.new("TextLabel")
  6. local clear = Instance.new("TextButton")
  7. local frames2 = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local X = Instance.new("TextButton")
  10. local ScrollingFrame = Instance.new("ScrollingFrame")
  11. local TextBox = Instance.new("TextBox")
  12. local execute = Instance.new("TextButton")
  13. local key = Instance.new("Frame")
  14. local Frame_2 = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local name = Instance.new("TextBox")
  17. local password = Instance.new("TextBox")
  18. local login = Instance.new("TextButton")
  19.  
  20. -- Properties
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Frame.Parent = ScreenGui
  26. Frame.Active = true
  27. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  28. Frame.Position = UDim2.new(0.406229645, 0, 0.124859802, 0)
  29. Frame.Size = UDim2.new(0, 502, 0, 381)
  30. Frame.Visible = false
  31. Frame.Draggable = true
  32.  
  33. credits.Name = "credits"
  34. credits.Parent = Frame
  35. credits.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  36. credits.BorderSizePixel = 0
  37. credits.Position = UDim2.new(0, 0, 0.92909956, 0)
  38. credits.Size = UDim2.new(0, 502, 0, 27)
  39. credits.Font = Enum.Font.SourceSans
  40. credits.Text = "Made by 0x45#8396"
  41. credits.TextColor3 = Color3.new(1, 1, 1)
  42. credits.TextSize = 14
  43.  
  44. clear.Name = "clear"
  45. clear.Parent = Frame
  46. clear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  47. clear.BorderSizePixel = 0
  48. clear.Position = UDim2.new(0.529198825, 0, 0.7590729, 0)
  49. clear.Size = UDim2.new(0, 200, 0, 50)
  50. clear.Font = Enum.Font.SourceSans
  51. clear.Text = "Clear"
  52. clear.TextColor3 = Color3.new(1, 1, 1)
  53. clear.TextSize = 14
  54.  
  55. frames2.Name = "frames2"
  56. frames2.Parent = Frame
  57. frames2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  58. frames2.BorderSizePixel = 0
  59. frames2.Size = UDim2.new(0, 502, 0, 49)
  60.  
  61. TextLabel.Parent = frames2
  62. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  63. TextLabel.BorderSizePixel = 0
  64. TextLabel.Position = UDim2.new(0.298123121, 0, 0.0510471873, 0)
  65. TextLabel.Size = UDim2.new(0, 200, 0, 46)
  66. TextLabel.Font = Enum.Font.SourceSans
  67. TextLabel.Text = "Cerebrum X SS - Private Premium"
  68. TextLabel.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  69. TextLabel.TextSize = 22
  70.  
  71. X.Name = "X"
  72. X.Parent = frames2
  73. X.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  74. X.BorderSizePixel = 0
  75. X.Position = UDim2.new(0.90967685, 0, 0.143453434, 0)
  76. X.Size = UDim2.new(0, 32, 0, 36)
  77. X.Font = Enum.Font.SourceSans
  78. X.Text = "X"
  79. X.TextColor3 = Color3.new(1, 1, 1)
  80. X.TextSize = 14
  81.  
  82. ScrollingFrame.Parent = Frame
  83. ScrollingFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  84. ScrollingFrame.BorderSizePixel = 0
  85. ScrollingFrame.Position = UDim2.new(0.0677290857, 0, 0.173228353, 0)
  86. ScrollingFrame.Size = UDim2.new(0, 430, 0, 211)
  87. ScrollingFrame.CanvasPosition = Vector2.new(0, 0.896451414)
  88.  
  89. TextBox.Parent = ScrollingFrame
  90. TextBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  91. TextBox.BorderSizePixel = 0
  92. TextBox.Size = UDim2.new(0, 414, 0, 999976)
  93. TextBox.Font = Enum.Font.SourceSans
  94. TextBox.Text = "Paste Here Ur ServerSided Require Script!"
  95. TextBox.TextColor3 = Color3.new(1, 1, 1)
  96. TextBox.TextSize = 20
  97. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  98. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  99.  
  100. execute.Name = "execute"
  101. execute.Parent = Frame
  102. execute.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. execute.BorderSizePixel = 0
  104. execute.Position = UDim2.new(0.071031481, 0, 0.7590729, 0)
  105. execute.Size = UDim2.new(0, 200, 0, 50)
  106. execute.Font = Enum.Font.SourceSans
  107. execute.Text = "Execute"
  108. execute.TextColor3 = Color3.new(1, 1, 1)
  109. execute.TextSize = 14
  110.  
  111. key.Name = "key"
  112. key.Parent = ScreenGui
  113. key.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  114. key.Position = UDim2.new(0.195151508, 0, 0.12741752, 0)
  115. key.Size = UDim2.new(0, 324, 0, 378)
  116.  
  117. Frame_2.Parent = key
  118. Frame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  119. Frame_2.BorderSizePixel = 0
  120. Frame_2.Size = UDim2.new(0, 324, 0, 46)
  121.  
  122. TextLabel_2.Parent = Frame_2
  123. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  124. TextLabel_2.BorderSizePixel = 0
  125. TextLabel_2.Position = UDim2.new(0.19135803, 0, -0.0217391308, 0)
  126. TextLabel_2.Size = UDim2.new(0, 200, 0, 46)
  127. TextLabel_2.Font = Enum.Font.SourceSans
  128. TextLabel_2.Text = "Cerebrum X SS - Private Key"
  129. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  130. TextLabel_2.TextSize = 22
  131.  
  132. name.Name = "name"
  133. name.Parent = key
  134. name.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  135. name.BorderSizePixel = 0
  136. name.Position = UDim2.new(0.19135803, 0, 0.256613761, 0)
  137. name.Size = UDim2.new(0, 191, 0, 52)
  138. name.Font = Enum.Font.SourceSans
  139. name.Text = "Put Name Here"
  140. name.TextColor3 = Color3.new(1, 1, 1)
  141. name.TextSize = 14
  142. name.TextXAlignment = Enum.TextXAlignment.Left
  143.  
  144. password.Name = "password"
  145. password.Parent = key
  146. password.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  147. password.BorderSizePixel = 0
  148. password.Position = UDim2.new(0.189360276, 0, 0.468154669, 0)
  149. password.Size = UDim2.new(0, 191, 0, 52)
  150. password.Font = Enum.Font.SourceSans
  151. password.Text = "Put Password Here"
  152. password.TextColor3 = Color3.new(1, 1, 1)
  153. password.TextSize = 14
  154. password.TextXAlignment = Enum.TextXAlignment.Left
  155.  
  156. login.Name = "login"
  157. login.Parent = key
  158. login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  159. login.BorderSizePixel = 0
  160. login.Position = UDim2.new(0.243870974, 0, 0.690289855, 0)
  161. login.Size = UDim2.new(0, 154, 0, 45)
  162. login.Font = Enum.Font.SourceSans
  163. login.Text = "Login"
  164. login.TextColor3 = Color3.new(1, 1, 1)
  165. login.TextSize = 14
  166.  
  167. -- : Code INBOX : --
  168.  
  169.  
  170. login.MouseButton1Down:connect(function()
  171.  
  172. if name.Text == "1x1x1xPrivate" and password.Text == "PremiumSSExecutor" then
  173. Frame.Visible = true
  174. key.Visible = false
  175. end
  176.  
  177. end)
  178.  
  179. X.MouseButton1Click:connect(function()
  180. Frame.Visible = false
  181. end)
  182. clear.MouseButton1Click:connect(function()
  183. TextBox.Text = ""
  184. end)
  185. execute.MouseButton1Click:connect(function()
  186. game.ReplicatedStorage.RemoteEvent:FireServer(TextBox.Text)
  187. end)
  188.  
  189. local remote = script.Parent.gay
  190.  
  191. remote.OnServerEvent:Connect(function(idk, lol)
  192. require(script.Loadstring)(lol)()
  193. end)
  194.  
  195. local execute = script.Parent.Parent.execute
  196. local text = script.Parent.Parent("Put require here!")
  197. local remote = script.Parent.gay
Add Comment
Please, Sign In to add comment