Advertisement
Guest User

Khols Admin House Gui

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