Advertisement
VincentYee

ServerSide X (ROBLOX)

Jun 10th, 2021
7,444
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.66 KB | None | 1 0
  1. -- Made by CreySoundYT
  2.  
  3. -- Instances:
  4.  
  5. local ServersideX = Instance.new("ScreenGui")
  6. local Topbar = Instance.new("Frame")
  7. local App = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local Shadow = Instance.new("Frame")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local ScrollingFrame = Instance.new("ScrollingFrame")
  12. local Code = Instance.new("TextBox")
  13. local Execute = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local Clear = Instance.new("TextButton")
  16. local UICorner_4 = Instance.new("UICorner")
  17. local UICorner_5 = Instance.new("UICorner")
  18. local Title = Instance.new("TextLabel")
  19. local TextButton = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. ServersideX.Name = "Serverside X"
  24. ServersideX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. ServersideX.ResetOnSpawn = false
  26.  
  27. Topbar.Name = "Topbar"
  28. Topbar.Parent = ServersideX
  29. Topbar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. Topbar.BorderSizePixel = 0
  31. Topbar.Position = UDim2.new(0.244197786, 0, 0.139784947, 0)
  32. Topbar.Size = UDim2.new(0, 520, 0, 24)
  33. Topbar.ZIndex = 2
  34. Topbar.Active = true
  35. Topbar.Draggable = true
  36.  
  37. App.Name = "App"
  38. App.Parent = Topbar
  39. App.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  40. App.BorderSizePixel = 0
  41. App.Position = UDim2.new(-0.00132733583, 0, -0.036290288, 0)
  42. App.Size = UDim2.new(0, 520, 0, 283)
  43.  
  44. UICorner.CornerRadius = UDim.new(0, 10)
  45. UICorner.Parent = App
  46.  
  47. Shadow.Name = "Shadow"
  48. Shadow.Parent = App
  49. Shadow.BackgroundColor3 = Color3.fromRGB(27, 27, 27)
  50. Shadow.BorderSizePixel = 0
  51. Shadow.Position = UDim2.new(-0.000958636403, 0, -0.00110186636, 0)
  52. Shadow.Size = UDim2.new(0, 520, 0, 293)
  53. Shadow.ZIndex = 0
  54.  
  55. UICorner_2.CornerRadius = UDim.new(0, 10)
  56. UICorner_2.Parent = Shadow
  57.  
  58. ScrollingFrame.Parent = App
  59. ScrollingFrame.Active = true
  60. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  61. ScrollingFrame.Position = UDim2.new(0.0269230772, 0, 0.113074206, 0)
  62. ScrollingFrame.Size = UDim2.new(0, 493, 0, 196)
  63. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 999, 999)
  64.  
  65. Code.Name = "Code"
  66. Code.Parent = ScrollingFrame
  67. Code.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  68. Code.Position = UDim2.new(-0.00350289792, 0, -3.53710607e-06, 0)
  69. Code.Size = UDim2.new(0, 493, 999, 999)
  70. Code.ClearTextOnFocus = false
  71. Code.Font = Enum.Font.Code
  72. Code.PlaceholderColor3 = Color3.fromRGB(0, 138, 0)
  73. Code.PlaceholderText = "--Made by CreySoundYT"
  74. Code.Text = ""
  75. Code.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. Code.TextSize = 14.000
  77. Code.TextWrapped = true
  78. Code.TextXAlignment = Enum.TextXAlignment.Left
  79. Code.TextYAlignment = Enum.TextYAlignment.Top
  80.  
  81. Execute.Name = "Execute"
  82. Execute.Parent = App
  83. Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. Execute.Position = UDim2.new(0.0269230772, 0, 0.837455869, 0)
  85. Execute.Size = UDim2.new(0, 200, 0, 37)
  86. Execute.Font = Enum.Font.GothamSemibold
  87. Execute.Text = "Execute"
  88. Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. Execute.TextScaled = true
  90. Execute.TextSize = 14.000
  91. Execute.TextWrapped = true
  92.  
  93. UICorner_3.CornerRadius = UDim.new(0, 10)
  94. UICorner_3.Parent = Execute
  95.  
  96. Clear.Name = "Clear"
  97. Clear.Parent = App
  98. Clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. Clear.Position = UDim2.new(0.588461578, 0, 0.837455809, 0)
  100. Clear.Size = UDim2.new(0, 201, 0, 37)
  101. Clear.Font = Enum.Font.GothamSemibold
  102. Clear.Text = "Clear"
  103. Clear.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. Clear.TextScaled = true
  105. Clear.TextSize = 14.000
  106. Clear.TextWrapped = true
  107.  
  108. UICorner_4.CornerRadius = UDim.new(0, 10)
  109. UICorner_4.Parent = Clear
  110.  
  111. UICorner_5.CornerRadius = UDim.new(0, 10)
  112. UICorner_5.Parent = Topbar
  113.  
  114. Title.Name = "Title"
  115. Title.Parent = Topbar
  116. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. Title.BackgroundTransparency = 1.000
  118. Title.BorderSizePixel = 0
  119. Title.Size = UDim2.new(0, 200, 0, 24)
  120. Title.ZIndex = 2
  121. Title.Font = Enum.Font.GothamSemibold
  122. Title.Text = "ServerSide X"
  123. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. Title.TextScaled = true
  125. Title.TextSize = 14.000
  126. Title.TextWrapped = true
  127.  
  128. TextButton.Parent = Topbar
  129. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. TextButton.BackgroundTransparency = 1.000
  131. TextButton.Position = UDim2.new(0.94615382, 0, -0.0416666679, 0)
  132. TextButton.Size = UDim2.new(0, 26, 0, 25)
  133. TextButton.ZIndex = 2
  134. TextButton.Font = Enum.Font.GothamSemibold
  135. TextButton.Text = "X"
  136. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  137. TextButton.TextScaled = true
  138. TextButton.TextSize = 14.000
  139. TextButton.TextWrapped = true
  140.  
  141. --Scripts:
  142.  
  143. Execute.MouseButton1Down:Connect(function()
  144.     loadstring(Code.Text)
  145. end)
  146.  
  147. Clear.MouseButton1Down:Connect(function()
  148.     Code.Text = ""
  149. end)
  150.  
  151. TextButton.MouseButton1Down:Connect(function()
  152.     ServersideX:Destroy()
  153. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement