xScytheGetKey

Saints Admin GUI

Dec 12th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. --Made by Th3RedVoid
  2.  
  3.  
  4. -- Objects
  5.  
  6. local Kohls = Instance.new("ScreenGui")
  7. local MFrame = Instance.new("Frame")
  8. local TFrame = Instance.new("Frame")
  9. local Tiddle = Instance.new("TextLabel")
  10. local Tutup = Instance.new("TextButton")
  11. local Tunda = Instance.new("TextButton")
  12. local Nama = Instance.new("TextBox")
  13. local Ban = Instance.new("TextButton")
  14. local Kick = Instance.new("TextButton")
  15. local Madwe = Instance.new("TextLabel")
  16. local Unlock = Instance.new("TextButton")
  17. local Admin = Instance.new("TextButton")
  18. local Noclip = Instance.new("TextButton")
  19. local Data = Instance.new("TextBox")
  20.  
  21. -- Properties
  22.  
  23. Kohls.Name = "Kohls"
  24. Kohls.Parent = game.CoreGui
  25.  
  26. MFrame.Name = "MFrame"
  27. MFrame.Parent = Kohls
  28. MFrame.Active = true
  29. MFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  30. MFrame.BackgroundTransparency = 0.10000000149012
  31. MFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  32. MFrame.BorderSizePixel = 2
  33. MFrame.Position = UDim2.new(0.138755977, 0, 0.139393941, 0)
  34. MFrame.Size = UDim2.new(0, 497, 0, 289)
  35. MFrame.Draggable = true
  36.  
  37. TFrame.Name = "TFrame"
  38. TFrame.Parent = MFrame
  39. TFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  40. TFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  41. TFrame.BorderSizePixel = 2
  42. TFrame.Size = UDim2.new(0, 497, 0, 30)
  43.  
  44. Tiddle.Name = "Tiddle"
  45. Tiddle.Parent = TFrame
  46. Tiddle.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Tiddle.BackgroundTransparency = 1
  48. Tiddle.Size = UDim2.new(0, 497, 0, 30)
  49. Tiddle.Font = Enum.Font.Cartoon
  50. Tiddle.Text = "Saints Admin GUI"
  51. Tiddle.TextColor3 = Color3.new(1, 1, 1)
  52. Tiddle.TextSize = 25
  53.  
  54. Tutup.Name = "Tutup"
  55. Tutup.Parent = TFrame
  56. Tutup.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  57. Tutup.BorderColor3 = Color3.new(1, 0.666667, 0)
  58. Tutup.BorderSizePixel = 3
  59. Tutup.Position = UDim2.new(0.93664664, 0, 0, 0)
  60. Tutup.Size = UDim2.new(0, 31, 0, 30)
  61. Tutup.Font = Enum.Font.SourceSans
  62. Tutup.Text = "X"
  63. Tutup.TextColor3 = Color3.new(1, 1, 1)
  64. Tutup.TextSize = 25
  65. Tutup.MouseButton1Down:connect(function()
  66. Kohls:Destroy()
  67. end)
  68.  
  69.  
  70. Tunda.Name = "Tunda"
  71. Tunda.Parent = TFrame
  72. Tunda.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  73. Tunda.BorderColor3 = Color3.new(1, 0.666667, 0)
  74. Tunda.BorderSizePixel = 2
  75. Tunda.Position = UDim2.new(0.875305355, 0, 0, 0)
  76. Tunda.Size = UDim2.new(0, 31, 0, 30)
  77. Tunda.Font = Enum.Font.SourceSans
  78. Tunda.Text = "-"
  79. Tunda.TextColor3 = Color3.new(1, 1, 1)
  80. Tunda.TextSize = 25
  81.  
  82. tunda = false
  83.  
  84. Tunda.MouseButton1Down:connect(function()
  85. if tunda == false then
  86. MFrame:TweenSize(UDim2.new(0, 497, 0, 27),"In","Sine",1,true)
  87. wait(1)
  88. Kick.Visible = false
  89. Ban.Visible = false
  90. Unlock.Visible = false
  91. Noclip.Visible = false
  92. Admin.Visible = false
  93. Nama.Visible = false
  94. Data.Visible = false
  95. Madwe.Visible = false
  96. tunda = true
  97. else
  98. MFrame:TweenSize(UDim2.new(0, 497, 0, 289),"In","Sine",1,true)
  99. wait(1)
  100. Kick.Visible = true
  101. Ban.Visible = true
  102. Unlock.Visible = true
  103. Noclip.Visible = true
  104. Admin.Visible = true
  105. Nama.Visible = true
  106. Data.Visible = true
  107. Madwe.Visible = true
  108. tunda = false
  109. end
  110. end)
  111.  
  112. Nama.Name = "Nama"
  113. Nama.Parent = MFrame
  114. Nama.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  115. Nama.BorderColor3 = Color3.new(1, 0.666667, 0)
  116. Nama.BorderSizePixel = 2
  117. Nama.Position = UDim2.new(0.0824949667, 0, 0.138408303, 0)
  118. Nama.Size = UDim2.new(0, 410, 0, 50)
  119. Nama.Font = Enum.Font.Cartoon
  120. Nama.Text = "Enter Player Name"
  121. Nama.TextColor3 = Color3.new(1, 1, 1)
  122. Nama.TextSize = 20
  123.  
  124. Ban.Name = "Ban"
  125. Ban.Parent = MFrame
  126. Ban.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  127. Ban.BorderColor3 = Color3.new(1, 0.666667, 0)
  128. Ban.BorderSizePixel = 2
  129. Ban.Position = UDim2.new(0.145241275, 0, 0.356401384, 0)
  130. Ban.Size = UDim2.new(0, 169, 0, 50)
  131. Ban.Font = Enum.Font.Cartoon
  132. Ban.Text = "Banned"
  133. Ban.TextColor3 = Color3.new(1, 1, 1)
  134. Ban.TextSize = 25
  135.  
  136. Kick.Name = "Kick"
  137. Kick.Parent = MFrame
  138. Kick.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  139. Kick.BorderColor3 = Color3.new(1, 0.666667, 0)
  140. Kick.BorderSizePixel = 2
  141. Kick.Position = UDim2.new(0.540145934, 0, 0.356401384, 0)
  142. Kick.Size = UDim2.new(0, 169, 0, 50)
  143. Kick.Font = Enum.Font.Cartoon
  144. Kick.Text = "Kick"
  145. Kick.TextColor3 = Color3.new(1, 1, 1)
  146. Kick.TextSize = 25
  147.  
  148. Madwe.Name = "Madwe"
  149. Madwe.Parent = MFrame
  150. Madwe.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  151. Madwe.BackgroundTransparency = 1
  152. Madwe.Position = UDim2.new(0, 0, 0.899653971, 0)
  153. Madwe.Size = UDim2.new(0, 165, 0, 29)
  154. Madwe.Font = Enum.Font.Cartoon
  155. Madwe.Text = "Made By Th3RedVoid"
  156. Madwe.TextColor3 = Color3.new(1, 1, 1)
  157. Madwe.TextSize = 20
  158.  
  159. Unlock.Name = "Unlock"
  160. Unlock.Parent = MFrame
  161. Unlock.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  162. Unlock.BorderColor3 = Color3.new(1, 0.666667, 0)
  163. Unlock.BorderSizePixel = 2
  164. Unlock.Position = UDim2.new(0.513078451, 0, 0.58477509, 0)
  165. Unlock.Size = UDim2.new(0, 225, 0, 50)
  166. Unlock.Font = Enum.Font.Cartoon
  167. Unlock.Text = "Unlock"
  168. Unlock.TextColor3 = Color3.new(1, 1, 1)
  169. Unlock.TextSize = 25
  170.  
  171. Admin.Name = "Admin"
  172. Admin.Parent = MFrame
  173. Admin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  174. Admin.BorderColor3 = Color3.new(1, 0.666667, 0)
  175. Admin.BorderSizePixel = 2
  176. Admin.Position = UDim2.new(0.0321931541, 0, 0.58477509, 0)
  177. Admin.Size = UDim2.new(0, 225, 0, 50)
  178. Admin.Font = Enum.Font.Cartoon
  179. Admin.Text = "Get Admin"
  180. Admin.TextColor3 = Color3.new(1, 1, 1)
  181. Admin.TextSize = 25
  182.  
  183. Noclip.Name = "Noclip"
  184. Noclip.Parent = MFrame
  185. Noclip.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  186. Noclip.BorderColor3 = Color3.new(1, 0.666667, 0)
  187. Noclip.BorderSizePixel = 2
  188. Noclip.Position = UDim2.new(0.619718313, 0, 0.795847774, 0)
  189. Noclip.Size = UDim2.new(0, 172, 0, 41)
  190. Noclip.Font = Enum.Font.Cartoon
  191. Noclip.Text = "Noclip"
  192. Noclip.TextColor3 = Color3.new(1, 1, 1)
  193. Noclip.TextSize = 25
  194.  
  195. Data.Name = "Data"
  196. Data.Parent = MFrame
  197. Data.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  198. Data.BorderColor3 = Color3.new(1, 0.666667, 0)
  199. Data.BorderSizePixel = 2
  200. Data.Position = UDim2.new(0.372233391, 0, 0.795847774, 0)
  201. Data.Size = UDim2.new(0, 112, 0, 50)
  202. Data.Font = Enum.Font.Cartoon
  203. Data.Text = "Data Unlocked"
  204. Data.TextColor3 = Color3.new(1, 1, 1)
  205. Data.TextScaled = true
  206. Data.TextSize = 14
  207. Data.TextWrapped = true
  208.  
  209. -- Scripts
  210.  
  211. Admin.MouseButton1Down:connect(function()
  212. now = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  213.  
  214. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  215. =
  216. game.Workspace.Terrain.GameFolder.Admin.Pads['Touch to get admin'].Head.CFrame
  217.  
  218. wait(0.2)
  219.  
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = now
  221. end)
  222.  
  223. noclip = false
  224. game:GetService('RunService').Stepped:connect(function()
  225. if noclip then
  226. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  227. Noclip.Text = "Noclip (ON)"
  228. end
  229. end)
  230. Noclip.MouseButton1Down:connect(function()
  231. noclip = not noclip
  232. Noclip.Text = "Noclip (OFF)"
  233. end)
  234.  
  235. Unlock.MouseButton1Down:connect(function()
  236. for i,v in pairs(game.Workspace:GetDescendants()) do
  237. if v:IsA("Part") then
  238. v.Locked = false
  239. print("Unlocked" .. v.Name)
  240. Data.Text = "Unlocked" .. v.Name
  241. end end
  242. end)
  243.  
  244. function GetPlayer(plrname)
  245. for _,player in pairs(game.Players:GetPlayers()) do
  246. if plrname:lower() == player.Name:sub(1,plrname:len()):lower() then
  247. return player
  248. end
  249. end
  250. return nil
  251. end
  252.  
  253. local Banned = {}
  254.  
  255. Ban.MouseButton1Down:connect(function()
  256. local target = GetPlayer(Nama.Text)
  257. if target then
  258. table.insert(Banned,target.Name)
  259. wait(0.5)
  260. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  261. Nama.Text = "Banned ! Player Name :" .. Nama.Text
  262. print('Banned ! Player Name : ',Nama.Text)
  263. end
  264. end)
  265.  
  266. Kick.MouseButton1Down:connect(function()
  267. local target = GetPlayer(Nama.Text)
  268. if target then
  269. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  270. Nama.Text = "Kicked ! Player Name :" .. Nama.Text
  271. print("Kicked ! Player Name: ", Nama.Text)
  272. end
  273. end)
  274.  
  275. game.Players.PlayerAdded:connect(function(plr)
  276. for i = 1,#Banned do
  277. if Banned[i] == plr.Name then
  278. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(plr)
  279. end
  280. end
  281. end)
  282.  
  283. while true do
  284. wait(1)
  285. if not game.Players.LocalPlayer.Backpack:FindFirstChild("Delete") then
  286. game:GetService'Players':Chat(":btools me")
  287. end
  288. end
Add Comment
Please, Sign In to add comment