View difference between Paste ID: GAs1zW8D and SMP0jgAj
SHOW: | | - or go back to the newest paste.
1-
-- Objects
1+
-- Farewell Infortality.
2
-- Version: 2.82
3-
local KohlsAdminGui = Instance.new("ScreenGui")
3+
-- Instances:
4-
local Frame = Instance.new("Frame")
4+
local KSANHEGUI = Instance.new("ScreenGui")
5-
local KAHTitle = Instance.new("TextLabel")
5+
local Starter = Instance.new("Frame")
6-
local Nama = Instance.new("TextBox")
6+
local image = Instance.new("ImageButton")
7-
local Ban = Instance.new("TextButton")
7+
local kohls = Instance.new("TextLabel")
8-
local Kick = Instance.new("TextButton")
8+
local Main = Instance.new("Frame")
9-
local Unlock = Instance.new("TextButton")
9+
local made = Instance.new("TextLabel")
10-
local Admin = Instance.new("TextButton")
10+
local kohlsmain = Instance.new("TextLabel")
11-
local Data = Instance.new("TextBox")
11+
local ban = Instance.new("TextButton")
12-
local Tutup = Instance.new("TextButton")
12+
local kick = Instance.new("TextButton")
13
local nama = Instance.new("TextBox")
14-
-- Properties
14+
local consoletitan = Instance.new("TextLabel")
15
local unlock = Instance.new("TextButton")
16-
KohlsAdminGui.Name = "KohlsAdminGui"
16+
local admin = Instance.new("TextButton")
17-
KohlsAdminGui.Parent = game.CoreGui
17+
local data = Instance.new("TextBox")
18
--Properties:
19-
Frame.Parent = KohlsAdminGui
19+
KSANHEGUI.Name = "KSANHEGUI"
20-
Frame.Active = true
20+
KSANHEGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
21-
Frame.BackgroundColor3 = Color3.new(0.333333, 1, 0)
21+
KSANHEGUI.ResetOnSpawn = false
22-
Frame.BackgroundTransparency = 0.20000000298023
22+
23-
Frame.Position = UDim2.new(0.162679419, 0, 0.222444892, 0)
23+
Starter.Name = "Starter"
24-
Frame.Size = UDim2.new(0, 422, 0, 300)
24+
Starter.Parent = KSANHEGUI
25-
Frame.Draggable = true
25+
Starter.Active = true
26
Starter.BackgroundColor3 = Color3.new(1, 1, 1)
27-
KAHTitle.Name = "KAHTitle"
27+
Starter.BorderSizePixel = 0
28-
KAHTitle.Parent = Frame
28+
Starter.Position = UDim2.new(0.0607164539, 0, 0.355828226, 0)
29-
KAHTitle.BackgroundColor3 = Color3.new(1, 1, 1)
29+
Starter.Size = UDim2.new(0, 425, 0, 378)
30-
KAHTitle.BackgroundTransparency = 1
30+
Starter.Draggable = true
31-
KAHTitle.Size = UDim2.new(0, 422, 0, 36)
31+
32-
KAHTitle.Font = Enum.Font.SourceSansBold
32+
image.Name = "image"
33-
KAHTitle.Text = "KOHLS ADMIN GUI"
33+
image.Parent = Starter
34-
KAHTitle.TextColor3 = Color3.new(0, 0, 0)
34+
image.BackgroundColor3 = Color3.new(1, 1, 1)
35-
KAHTitle.TextSize = 25
35+
image.BackgroundTransparency = 1
36
image.BorderSizePixel = 0
37-
Nama.Name = "Nama"
37+
image.Position = UDim2.new(0, 0, 0.182539687, 0)
38-
Nama.Parent = Frame
38+
image.Size = UDim2.new(0, 425, 0, 309)
39-
Nama.BackgroundColor3 = Color3.new(0, 0, 0)
39+
image.Image = "rbxassetid://322922289"
40-
Nama.BorderColor3 = Color3.new(0.333333, 1, 1)
40+
41-
Nama.BorderSizePixel = 2
41+
kohls.Name = "kohls"
42-
Nama.Position = UDim2.new(0.120853081, 0, 0.156956524, 0)
42+
kohls.Parent = Starter
43-
Nama.Size = UDim2.new(0, 319, 0, 50)
43+
kohls.BackgroundColor3 = Color3.new(1, 1, 1)
44-
Nama.Font = Enum.Font.SourceSansBold
44+
kohls.BackgroundTransparency = 1
45-
Nama.Text = "Nama Player"
45+
kohls.BorderSizePixel = 0
46-
Nama.TextColor3 = Color3.new(1, 1, 1)
46+
kohls.Size = UDim2.new(0, 425, 0, 69)
47-
Nama.TextSize = 25
47+
kohls.Font = Enum.Font.Cartoon
48
kohls.Text = "Welcome, To Kohls Admin House (Click Image To Start)"
49-
Ban.Name = "Ban"
49+
kohls.TextColor3 = Color3.new(0.321569, 0.729412, 1)
50-
Ban.Parent = Frame
50+
kohls.TextSize = 18
51-
Ban.BackgroundColor3 = Color3.new(0, 0, 0)
51+
kohls.TextWrapped = true
52-
Ban.BorderColor3 = Color3.new(0.333333, 1, 1)
52+
53-
Ban.BorderSizePixel = 2
53+
Main.Name = "Main"
54-
Ban.Position = UDim2.new(0.01421801, 0, 0.352753609, 0)
54+
Main.Parent = KSANHEGUI
55-
Ban.Size = UDim2.new(0, 200, 0, 50)
55+
Main.Active = true
56-
Ban.Font = Enum.Font.SourceSansBold
56+
Main.BackgroundColor3 = Color3.new(1, 1, 1)
57-
Ban.Text = "Banned !"
57+
Main.BorderSizePixel = 0
58-
Ban.TextColor3 = Color3.new(1, 1, 1)
58+
Main.Position = UDim2.new(0.416514874, 0, 0.122699387, 0)
59-
Ban.TextSize = 25
59+
Main.Size = UDim2.new(0, 456, 0, 459)
60
Main.Visible = false
61-
Kick.Name = "Kick"
61+
Main.Draggable = true
62-
Kick.Parent = Frame
62+
63-
Kick.BackgroundColor3 = Color3.new(0, 0, 0)
63+
made.Name = "made"
64-
Kick.BorderColor3 = Color3.new(0.333333, 1, 1)
64+
made.Parent = Main
65-
Kick.BorderSizePixel = 2
65+
made.BackgroundColor3 = Color3.new(1, 1, 1)
66-
Kick.Position = UDim2.new(0.51184833, 0, 0.352753609, 0)
66+
made.BackgroundTransparency = 1
67-
Kick.Size = UDim2.new(0, 200, 0, 50)
67+
made.BorderSizePixel = 0
68-
Kick.Font = Enum.Font.SourceSansBold
68+
made.Position = UDim2.new(0, 0, 0.912854016, 0)
69-
Kick.Text = "Kick !"
69+
made.Size = UDim2.new(0, 181, 0, 40)
70-
Kick.TextColor3 = Color3.new(1, 1, 1)
70+
made.Font = Enum.Font.Cartoon
71-
Kick.TextSize = 25
71+
made.Text = "Made by baldiwrds"
72
made.TextColor3 = Color3.new(0.8, 0.262745, 0.215686)
73-
Unlock.Name = "Unlock"
73+
made.TextSize = 24
74-
Unlock.Parent = Frame
74+
75-
Unlock.BackgroundColor3 = Color3.new(0, 0, 0)
75+
kohlsmain.Name = "kohlsmain"
76-
Unlock.BorderColor3 = Color3.new(0.333333, 1, 1)
76+
kohlsmain.Parent = Main
77-
Unlock.BorderSizePixel = 2
77+
kohlsmain.BackgroundColor3 = Color3.new(1, 1, 1)
78-
Unlock.Position = UDim2.new(0.48815167, 0, 0.569999993, 0)
78+
kohlsmain.BackgroundTransparency = 1
79-
Unlock.Size = UDim2.new(0, 199, 0, 50)
79+
kohlsmain.BorderSizePixel = 0
80-
Unlock.Font = Enum.Font.SourceSansBold
80+
kohlsmain.Size = UDim2.new(0, 456, 0, 62)
81-
Unlock.Text = "Buka Workspace"
81+
kohlsmain.Font = Enum.Font.Cartoon
82-
Unlock.TextColor3 = Color3.new(1, 1, 1)
82+
kohlsmain.Text = "Welcome, To Main Starter, To Use U Need Click Get Admin And Get Btools And U Can Start Ban All!!"
83-
Unlock.TextSize = 25
83+
kohlsmain.TextColor3 = Color3.new(0, 0, 0)
84
kohlsmain.TextSize = 20
85-
Admin.Name = "Admin"
85+
kohlsmain.TextWrapped = true
86-
Admin.Parent = Frame
86+
87-
Admin.BackgroundColor3 = Color3.new(0, 0, 0)
87+
ban.Name = "ban"
88-
Admin.BorderColor3 = Color3.new(0.333333, 1, 1)
88+
ban.Parent = Main
89-
Admin.BorderSizePixel = 2
89+
ban.BackgroundColor3 = Color3.new(0.619608, 0.396078, 1)
90-
Admin.Position = UDim2.new(0.48815167, 0, 0.779999971, 0)
90+
ban.BorderSizePixel = 0
91-
Admin.Size = UDim2.new(0, 198, 0, 50)
91+
ban.Position = UDim2.new(0.0855263174, 0, 0.357298493, 0)
92-
Admin.Font = Enum.Font.SourceSansBold
92+
ban.Size = UDim2.new(0, 170, 0, 50)
93-
Admin.Text = "GET ADMIN !"
93+
ban.Font = Enum.Font.Cartoon
94-
Admin.TextColor3 = Color3.new(1, 1, 1)
94+
ban.Text = "Banned"
95-
Admin.TextSize = 25
95+
ban.TextColor3 = Color3.new(0, 0, 0)
96
ban.TextSize = 24
97-
Data.Name = "Data"
97+
98-
Data.Parent = Frame
98+
kick.Name = "kick"
99-
Data.BackgroundColor3 = Color3.new(0, 0, 0)
99+
kick.Parent = Main
100-
Data.BorderColor3 = Color3.new(0.333333, 1, 1)
100+
kick.BackgroundColor3 = Color3.new(0.619608, 0.396078, 1)
101-
Data.BorderSizePixel = 2
101+
kick.BorderSizePixel = 0
102-
Data.Position = UDim2.new(0.0450236946, 0, 0.569999993, 0)
102+
kick.Position = UDim2.new(0.541666687, 0, 0.357298493, 0)
103-
Data.Size = UDim2.new(0, 156, 0, 103)
103+
kick.Size = UDim2.new(0, 170, 0, 50)
104-
Data.Font = Enum.Font.SourceSansBold
104+
kick.Font = Enum.Font.Cartoon
105-
Data.Text = "Data"
105+
kick.Text = "Kick"
106-
Data.TextColor3 = Color3.new(1, 1, 1)
106+
kick.TextColor3 = Color3.new(0, 0, 0)
107-
Data.TextSize = 15
107+
kick.TextSize = 24
108
109-
Tutup.Name = "Tutup"
109+
nama.Name = "nama"
110-
Tutup.Parent = Frame
110+
nama.Parent = Main
111-
Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
111+
nama.BackgroundColor3 = Color3.new(0.505882, 1, 0.32549)
112-
Tutup.BorderColor3 = Color3.new(0.333333, 1, 1)
112+
nama.BorderSizePixel = 0
113-
Tutup.BorderSizePixel = 2
113+
nama.Position = UDim2.new(0.0855263174, 0, 0.167755991, 0)
114-
Tutup.Position = UDim2.new(0.876777232, 0, 0, 0)
114+
nama.Size = UDim2.new(0, 378, 0, 50)
115-
Tutup.Size = UDim2.new(0, 52, 0, 36)
115+
nama.Font = Enum.Font.Cartoon
116-
Tutup.Font = Enum.Font.SourceSansBold
116+
nama.Text = "Player Name Here"
117-
Tutup.Text = "X"
117+
nama.TextColor3 = Color3.new(0, 0, 0)
118-
Tutup.TextColor3 = Color3.new(1, 1, 1)
118+
nama.TextSize = 24
119-
Tutup.TextSize = 25
119+
120
consoletitan.Name = "consoletitan"
121-
-- ANWARUN SECURITY CODE
121+
consoletitan.Parent = Main
122
consoletitan.BackgroundColor3 = Color3.new(1, 0.619608, 0.345098)
123-
Tutup.MouseButton1Down:connect(function()
123+
consoletitan.BackgroundTransparency = 1
124-
Frame.Visible = false
124+
consoletitan.BorderSizePixel = 0
125
consoletitan.Position = UDim2.new(0.0855263174, 0, 0.518518507, 0)
126
consoletitan.Size = UDim2.new(0, 170, 0, 36)
127-
Unlock.MouseButton1Down:connect(function()
127+
consoletitan.Font = Enum.Font.Cartoon
128
consoletitan.Text = "Developer Console"
129
consoletitan.TextColor3 = Color3.new(0.196078, 0.458824, 0.776471)
130
consoletitan.TextSize = 21
131
consoletitan.TextWrapped = true
132-
Data.Text = "Unlocked" .. v.Name
132+
133
unlock.Name = "unlock"
134
unlock.Parent = Main
135
unlock.BackgroundColor3 = Color3.new(0.227451, 0.858824, 1)
136-
Admin.MouseButton1Down:connect(function()
136+
unlock.BorderSizePixel = 0
137
unlock.Position = UDim2.new(0.541666687, 0, 0.542483628, 0)
138
unlock.Size = UDim2.new(0, 170, 0, 50)
139
unlock.Font = Enum.Font.Cartoon
140
unlock.Text = "UnLock Workspace"
141
unlock.TextColor3 = Color3.new(0, 0, 0)
142
unlock.TextSize = 24
143
unlock.TextWrapped = true
144
145
admin.Name = "admin"
146
admin.Parent = Main
147
admin.BackgroundColor3 = Color3.new(0.498039, 1, 0.470588)
148
admin.BorderSizePixel = 0
149
admin.Position = UDim2.new(0.541666687, 0, 0.727668881, 0)
150
admin.Size = UDim2.new(0, 170, 0, 50)
151
admin.Font = Enum.Font.Cartoon
152
admin.Text = "Tp To Admin Pad And Get Btools"
153
admin.TextColor3 = Color3.new(0, 0, 0)
154
admin.TextScaled = true
155
admin.TextSize = 24
156
admin.TextWrapped = true
157
158
data.Name = "data"
159-
Ban.MouseButton1Down:connect(function()
159+
data.Parent = Main
160-
	local target = GetPlayer(Nama.Text)
160+
data.BackgroundColor3 = Color3.new(0.486275, 1, 0.588235)
161
data.BorderSizePixel = 0
162
data.Position = UDim2.new(0.0855263174, 0, 0.629629612, 0)
163
data.Size = UDim2.new(0, 170, 0, 95)
164
data.Font = Enum.Font.Cartoon
165-
Data.Text = "Banned ! Player Name :" .. Nama.Text
165+
data.Text = ""
166-
print('Banned ! Player Name : ',Nama.Text)
166+
data.TextColor3 = Color3.new(0.419608, 0.517647, 0.956863)
167
data.TextSize = 24
168
-- Scripts:
169
function SCRIPT_VYKZ79_FAKESCRIPT() -- Starter.LocalScript 
170-
Kick.MouseButton1Down:connect(function()
170+
	getfenv().script = Instance.new('LocalScript', Starter)
171-
	local target = GetPlayer(Nama.Text)
171+
172
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
173
	
174-
Data.Text = "Kicked ! Player Name :" .. Nama.Text
174+
	counter = 0
175-
print("Kicked ! Player Name: ", Nama.Text)
175+
	
176
	while wait(0.1)do
177
	 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
178
	 
179
	 counter = counter + 0.01
180
	end
181
182
end
183
coroutine.resume(coroutine.create(SCRIPT_VYKZ79_FAKESCRIPT))
184
function SCRIPT_LYFC67_FAKESCRIPT() -- Main.LocalScript 
185
	getfenv().script = Instance.new('LocalScript', Main)
186
187
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
188
	
189
	counter = 0
190
	
191
	while wait(0.1)do
192
	 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
193
	 
194
	 counter = counter + 0.01
195
	end
196
197
end
198
coroutine.resume(coroutine.create(SCRIPT_LYFC67_FAKESCRIPT))
199
200
unlock.MouseButton1Down:connect(function()
201
for i,v in pairs(game.Workspace:GetDescendants()) do
202
if v:IsA("Part") then 
203
v.Locked = false
204
print("Unlocked" .. v.Name)
205
data.Text = "Unlocked" .. v.Name
206
end end
207
end)
208
209
admin.MouseButton1Down:connect(function()
210
now = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
211
212
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
213
=
214
game.Workspace.Terrain.GameFolder.Admin.Pads['Touch to get admin'].Head.CFrame
215
216
wait(0.2)
217
218
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = now
219
end)
220
221
function GetPlayer(plrname)
222
	for _,player in pairs(game.Players:GetPlayers()) do
223
		if plrname:lower() == player.Name:sub(1,plrname:len()):lower() then
224
			return player
225
		end
226
	end
227
	return nil
228
end
229
230
local Banned = {}
231
232
ban.MouseButton1Down:connect(function()
233
	local target = GetPlayer(nama.Text)
234
	if target then
235
		table.insert(Banned,target.Name)
236
		wait(0.5)
237
		game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
238
data.Text = "Banned ! Player Name : " .. nama.Text
239
print('Banned ! Player Name : ',nama.Text)
240
	end
241
end)
242
kick.MouseButton1Down:connect(function()
243
	local target = GetPlayer(nama.Text)
244
	if target then
245
		game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
246
data.Text = "Kicked ! Player Name : " .. nama.Text
247
print("Kicked ! Player Name : ", nama.Text)
248
	end
249
end)
250
251
image.MouseButton1Down:connect(function()
252
Main.Visible = true
253
Starter.Visible = false
254
end)
255
256
game.Players.PlayerAdded:connect(function(plr)
257
	for i = 1,#Banned do
258
		if Banned[i] == plr.Name then
259
			game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(plr)
260
		end
261
	end
262
end)
263
264
while true do
265
	wait(1)
266
	if not game.Players.LocalPlayer.Backpack:FindFirstChild("Delete") then
267
		game:GetService'Players':Chat(":btools me")
268
	end
269
end