Advertisement
Guest User

Untitled

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