Advertisement
Guest User

Untitled

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