Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.43 KB | None | 0 0
  1.  
  2. 3.local Kohls = Instance.new("ScreenGui")
  3.  
  4.  
  5. 4.local MFrame = Instance.new("Frame")
  6.  
  7.  
  8. 5.local TFrame = Instance.new("Frame")
  9.  
  10.  
  11. 6.local Tiddle = Instance.new("TextLabel")
  12.  
  13.  
  14. 7.local Tutup = Instance.new("TextButton")
  15.  
  16.  
  17. 8.local Tunda = Instance.new("TextButton")
  18.  
  19.  
  20. 9.local Nama = Instance.new("TextBox")
  21.  
  22.  
  23. 10.local Ban = Instance.new("TextButton")
  24.  
  25.  
  26. 11.local Kick = Instance.new("TextButton")
  27.  
  28.  
  29. 12.local Madwe = Instance.new("TextLabel")
  30.  
  31.  
  32. 13.local Unlock = Instance.new("TextButton")
  33.  
  34.  
  35. 14.local Admin = Instance.new("TextButton")
  36.  
  37.  
  38. 15.local Noclip = Instance.new("TextButton")
  39.  
  40.  
  41. 16.local Data = Instance.new("TextBox")
  42.  
  43.  
  44. 17.
  45.  
  46.  
  47. 18.-- Properties
  48.  
  49.  
  50. 19.
  51.  
  52.  
  53. 20.Kohls.Name = "Kohls"
  54.  
  55.  
  56. 21.Kohls.Parent = game.CoreGui
  57.  
  58.  
  59. 22.
  60.  
  61.  
  62. 23.MFrame.Name = "MFrame"
  63.  
  64.  
  65. 24.MFrame.Parent = Kohls
  66.  
  67.  
  68. 25.MFrame.Active = true
  69.  
  70.  
  71. 26.MFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  72.  
  73.  
  74. 27.MFrame.BackgroundTransparency = 0.10000000149012
  75.  
  76.  
  77. 28.MFrame.BorderColor3 = Color3.new(0.333333, 1, 0)
  78.  
  79.  
  80. 29.MFrame.BorderSizePixel = 2
  81.  
  82.  
  83. 30.MFrame.Position = UDim2.new(0.138755977, 0, 0.139393941, 0)
  84.  
  85.  
  86. 31.MFrame.Size = UDim2.new(0, 497, 0, 289)
  87.  
  88.  
  89. 32.MFrame.Draggable = true
  90.  
  91.  
  92. 33.
  93.  
  94.  
  95. 34.TFrame.Name = "TFrame"
  96.  
  97.  
  98. 35.TFrame.Parent = MFrame
  99.  
  100.  
  101. 36.TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  102.  
  103.  
  104. 37.TFrame.BorderColor3 = Color3.new(0, 1, 0)
  105.  
  106.  
  107. 38.TFrame.BorderSizePixel = 2
  108.  
  109.  
  110. 39.TFrame.Size = UDim2.new(0, 497, 0, 30)
  111.  
  112.  
  113. 40.
  114.  
  115.  
  116. 41.Tiddle.Name = "Tiddle"
  117.  
  118.  
  119. 42.Tiddle.Parent = TFrame
  120.  
  121.  
  122. 43.Tiddle.BackgroundColor3 = Color3.new(1, 1, 1)
  123.  
  124.  
  125. 44.Tiddle.BackgroundTransparency = 1
  126.  
  127.  
  128. 45.Tiddle.Size = UDim2.new(0, 497, 0, 30)
  129.  
  130.  
  131. 46.Tiddle.Font = Enum.Font.SciFi
  132.  
  133.  
  134. 47.Tiddle.Text = "Kohls Admin House Gui"
  135.  
  136.  
  137. 48.Tiddle.TextColor3 = Color3.new(0.333333, 1, 0)
  138.  
  139.  
  140. 49.Tiddle.TextSize = 25
  141.  
  142.  
  143. 50.
  144.  
  145.  
  146. 51.Tutup.Name = "Tutup"
  147.  
  148.  
  149. 52.Tutup.Parent = TFrame
  150.  
  151.  
  152. 53.Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  153.  
  154.  
  155. 54.Tutup.BorderColor3 = Color3.new(0.333333, 1, 0)
  156.  
  157.  
  158. 55.Tutup.BorderSizePixel = 2
  159.  
  160.  
  161. 56.Tutup.Position = UDim2.new(0.93664664, 0, 0, 0)
  162.  
  163.  
  164. 57.Tutup.Size = UDim2.new(0, 31, 0, 30)
  165.  
  166.  
  167. 58.Tutup.Font = Enum.Font.SciFi
  168.  
  169.  
  170. 59.Tutup.Text = "X"
  171.  
  172.  
  173. 60.Tutup.TextColor3 = Color3.new(0, 1, 0)
  174.  
  175.  
  176. 61.Tutup.TextSize = 25
  177.  
  178.  
  179. 62.Tutup.MouseButton1Down:connect(function()
  180.  
  181.  
  182. 63.Kohls:Destroy()
  183.  
  184.  
  185. 64.end)
  186.  
  187.  
  188. 65.
  189.  
  190.  
  191. 66.
  192.  
  193.  
  194. 67.Tunda.Name = "Tunda"
  195.  
  196.  
  197. 68.Tunda.Parent = TFrame
  198.  
  199.  
  200. 69.Tunda.BackgroundColor3 = Color3.new(0, 0, 0)
  201.  
  202.  
  203. 70.Tunda.BorderColor3 = Color3.new(0.333333, 1, 0)
  204.  
  205.  
  206. 71.Tunda.BorderSizePixel = 2
  207.  
  208.  
  209. 72.Tunda.Position = UDim2.new(0.875305355, 0, 0, 0)
  210.  
  211.  
  212. 73.Tunda.Size = UDim2.new(0, 31, 0, 30)
  213.  
  214.  
  215. 74.Tunda.Font = Enum.Font.SciFi
  216.  
  217.  
  218. 75.Tunda.Text = "-"
  219.  
  220.  
  221. 76.Tunda.TextColor3 = Color3.new(0, 1, 0)
  222.  
  223.  
  224. 77.Tunda.TextSize = 25
  225.  
  226.  
  227. 78.
  228.  
  229.  
  230. 79.tunda = false
  231.  
  232.  
  233. 80.
  234.  
  235.  
  236. 81.Tunda.MouseButton1Down:connect(function()
  237.  
  238.  
  239. 82.if tunda == false then
  240.  
  241.  
  242. 83.MFrame:TweenSize(UDim2.new(0, 497, 0, 27),"In","Sine",1,true)
  243.  
  244.  
  245. 84.wait(1)
  246.  
  247.  
  248. 85.Kick.Visible = false
  249.  
  250.  
  251. 86.Ban.Visible = false
  252.  
  253.  
  254. 87.Unlock.Visible = false
  255.  
  256.  
  257. 88.Noclip.Visible = false
  258.  
  259.  
  260. 89.Admin.Visible = false
  261.  
  262.  
  263. 90.Nama.Visible = false
  264.  
  265.  
  266. 91.Data.Visible = false
  267.  
  268.  
  269. 92.Madwe.Visible = false
  270.  
  271.  
  272. 93.tunda = true
  273.  
  274.  
  275. 94.else
  276.  
  277.  
  278. 95.MFrame:TweenSize(UDim2.new(0, 497, 0, 289),"In","Sine",1,true)
  279.  
  280.  
  281. 96.wait(1)
  282.  
  283.  
  284. 97.Kick.Visible = true
  285.  
  286.  
  287. 98.Ban.Visible = true
  288.  
  289.  
  290. 99.Unlock.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement