View difference between Paste ID: czTMfxyQ and viiPMhYB
SHOW: | | - or go back to the newest paste.
1-
--Made By aansaid#5966
1+
-- Farewell Infortality.
2
-- Version: 2.82
3-
local ScreenGui = Instance.new("ScreenGui")
3+
-- Instances:
4-
local Frame = Instance.new("Frame")
4+
local Gui = Instance.new("ScreenGui")
5-
local Killall = Instance.new("TextButton")
5+
local SaveToolsLoadTools = Instance.new("Frame")
6-
local credit = Instance.new("TextLabel")
6+
local saveload = Instance.new("TextLabel")
7-
local credit2 = Instance.new("TextLabel")
7+
local save = Instance.new("TextButton")
8-
local title = Instance.new("TextLabel")
8+
local load = Instance.new("TextButton")
9
--Properties:
10-
ScreenGui.Parent = game.CoreGui
10+
Gui.Name = "Gui"
11
Gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
12-
Frame.Parent = ScreenGui
12+
Gui.ResetOnSpawn = false
13-
Frame.Active = true
13+
14-
Frame.BackgroundColor3 = Color3.new(0, 0, 0)
14+
SaveToolsLoadTools.Name = "SaveTools/LoadTools"
15-
Frame.BackgroundTransparency = 0.44999998807907
15+
SaveToolsLoadTools.Parent = Gui
16-
Frame.ClipsDescendants = true
16+
SaveToolsLoadTools.BackgroundColor3 = Color3.new(1, 1, 1)
17-
Frame.Draggable = true
17+
SaveToolsLoadTools.Position = UDim2.new(0.556769907, 0, 0.0981595069, 0)
18-
Frame.Position = UDim2.new(0, 669, 0, 394)
18+
SaveToolsLoadTools.Size = UDim2.new(0, 558, 0, 188)
19-
Frame.Selectable = true
19+
SaveToolsLoadTools.Active = true
20-
Frame.Size = UDim2.new(0, 280, 0, 196)
20+
SaveToolsLoadTools.Draggable = true
21
22-
Killall.Name = "Kill all"
22+
saveload.Name = "save/load"
23-
Killall.Parent = Frame
23+
saveload.Parent = SaveToolsLoadTools
24-
Killall.BackgroundColor3 = Color3.new(0, 0, 0)
24+
saveload.BackgroundColor3 = Color3.new(0.623529, 1, 0.219608)
25-
Killall.BackgroundTransparency = 0.60000002384186
25+
saveload.BorderColor3 = Color3.new(0.623529, 1, 0.219608)
26-
Killall.Position = UDim2.new(0, 40, 0, 123)
26+
saveload.Size = UDim2.new(0, 558, 0, 74)
27-
Killall.Size = UDim2.new(0, 200, 0, 50)
27+
saveload.Font = Enum.Font.Cartoon
28-
Killall.Font = Enum.Font.Fantasy
28+
saveload.Text = "Save Tools/Load Tools Gui"
29-
Killall.Text = "Kill All"
29+
saveload.TextColor3 = Color3.new(0, 0, 0)
30-
Killall.TextColor3 = Color3.new(1, 0, 0)
30+
saveload.TextScaled = true
31-
Killall.TextScaled = true
31+
saveload.TextSize = 14
32-
Killall.TextSize = 14
32+
saveload.TextWrapped = true
33-
Killall.TextWrapped = true
33+
34
save.Name = "save"
35-
credit.Name = "credit"
35+
save.Parent = SaveToolsLoadTools
36-
credit.Parent = Frame
36+
save.BackgroundColor3 = Color3.new(1, 0.215686, 0.658824)
37-
credit.BackgroundColor3 = Color3.new(0, 0, 0)
37+
save.BorderColor3 = Color3.new(1, 0.215686, 0.658824)
38-
credit.BackgroundTransparency = 0.5
38+
save.Position = UDim2.new(0.0591397844, 0, 0.53191489, 0)
39-
credit.Position = UDim2.new(0, 0, 0, 48)
39+
save.Size = UDim2.new(0, 225, 0, 50)
40-
credit.Size = UDim2.new(0, 280, 0, 24)
40+
save.Font = Enum.Font.Cartoon
41-
credit.Font = Enum.Font.SciFi
41+
save.Text = "Save Tools (Save Your Tools And Load)"
42-
credit.Text = "Script made by RetardoGeraldo#6164"
42+
save.TextColor3 = Color3.new(0, 0, 0)
43-
credit.TextColor3 = Color3.new(1, 0, 0)
43+
save.TextSize = 14
44-
credit.TextSize = 16
44+
45-
credit.TextWrapped = true
45+
load.Name = "load"
46
load.Parent = SaveToolsLoadTools
47-
credit2.Name = "credit2"
47+
load.BackgroundColor3 = Color3.new(1, 0.658824, 0.184314)
48-
credit2.Parent = Frame
48+
load.BorderColor3 = Color3.new(1, 0.658824, 0.184314)
49-
credit2.BackgroundColor3 = Color3.new(0, 0, 0)
49+
load.Position = UDim2.new(0.532258034, 0, 0.53191489, 0)
50-
credit2.BackgroundTransparency = 0.5
50+
load.Size = UDim2.new(0, 228, 0, 50)
51-
credit2.Position = UDim2.new(0, 0, 0, 74)
51+
load.Font = Enum.Font.Cartoon
52-
credit2.Size = UDim2.new(0, 280, 0, 24)
52+
load.Text = "Load Tools (Get Your Tools Back)"
53-
credit2.Font = Enum.Font.SciFi
53+
load.TextColor3 = Color3.new(0, 0, 0)
54-
credit2.Text = "Gui Made by aansaid#5966"
54+
load.TextSize = 14
55-
credit2.TextColor3 = Color3.new(1, 0, 0)
55+
load.TextWrapped = true
56-
credit2.TextSize = 16
56+
-- Scripts:
57-
credit2.TextWrapped = true
57+
function SCRIPT_VTLI76_FAKESCRIPT() -- SaveToolsLoadTools.LocalScript 
58
	getfenv().script = Instance.new('LocalScript', SaveToolsLoadTools)
59-
title.Name = "title"
59+
60-
title.Parent = Frame
60+
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
61-
title.BackgroundColor3 = Color3.new(0, 0, 0)
61+
	
62-
title.BackgroundTransparency = 0.5
62+
	counter = 0
63-
title.Size = UDim2.new(0, 280, 0, 50)
63+
	
64-
title.Font = Enum.Font.Fantasy
64+
	while wait(0.1)do
65-
title.Text = "Kill All In Top Roblox Runway Model"
65+
	 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
66-
title.TextColor3 = Color3.new(1, 0, 0)
66+
	 
67-
title.TextScaled = true
67+
	 counter = counter + 0.01
68-
title.TextSize = 14
68+
	end
69-
title.TextWrapped = true
69+
70
end
71-
Killall.MouseButton1Click:connect(function()
71+
coroutine.resume(coroutine.create(SCRIPT_VTLI76_FAKESCRIPT))
72-
 for i=1, 5 do   	
72+
73-
 local player = game:GetService('Players').LocalPlayer
73+
save.MouseButton1Click:connect(function()
74-
 local kill = 22
74+
for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
75-
 local Event = player.PlayerGui.VoteFix ["OPEN/CLOSE"].RemoteEvent
75+
if (v:IsA("Tool")) then
76-
 Event:FireServer(kill)
76+
v.Parent = game.Players.LocalPlayer
77
end
78
end
79
end)
80
81
load.MouseButton1Click:connect(function()
82
for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
83
if (v:IsA("Tool")) then
84
v.Parent = game.Players.LocalPlayer.Backpack
85
end
86
end
87
end)