View difference between Paste ID: amugkeiY and m1rG2cV2
SHOW: | | - or go back to the newest paste.
1-
TextProperties = {"ClassName", "Name", "Value", "Text", "Reflectance", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "AccountAge", "RobloxLocked", "TeamColor", "userId", "Brightness", "Ambient", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource"}
1+
-- Farewell Infortality.
2-
BoolProperties = {"Anchored", "CanCollide", "Disabled", "Jump", "Sit", "Visible", "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows"}
2+
-- Version: 2.82
3-
BrickColorProperties = {"BrickColor", "Color", "TeamColor", "Texture", "Value"}
3+
-- Instances:
4-
s = Instance.new("ScreenGui", game.CoreGui)
4+
local icebreakerv2 = Instance.new("ScreenGui")
5-
pgr = Instance.new("TextButton")
5+
local Frame = Instance.new("Frame")
6-
pgr.Parent = s
6+
local title = Instance.new("TextLabel")
7-
pgr.Size = UDim2.new(0,100,0,40)
7+
local instantfreeze = Instance.new("TextButton")
8-
pgr.Position = UDim2.new(0,30,0,440)
8+
local coins = Instance.new("TextButton")
9-
pgr.Text="Explorer"
9+
local freevipchest = Instance.new("TextButton")
10-
pgr.BackgroundTransparency = 0.3
10+
--Properties:
11-
pgr.TextColor = BrickColor.new("White")
11+
icebreakerv2.Name = "icebreakerv2"
12-
pgr.BackgroundColor = BrickColor.new("Really Black")
12+
icebreakerv2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
13-
pgr.BorderColor = BrickColor.new("Black")
13+
14-
pgr.Font = "ArialBold"
14+
Frame.Parent = icebreakerv2
15-
pgr.FontSize = "Size14"
15+
Frame.Active = true
16-
pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
16+
Frame.BackgroundColor3 = Color3.new(0, 0, 0)
17-
pgr.TextStrokeTransparency = 0.3
17+
Frame.BackgroundTransparency = 0.5
18-
pgr.BorderSizePixel = 1
18+
Frame.Draggable = true
19-
pgr.BorderColor = BrickColor.new("White")
19+
Frame.Position = UDim2.new(0, 341, 0, 41)
20
Frame.Size = UDim2.new(0, 244, 0, 299)
21-
if game.CoreGui:findFirstChild("Explorer") then 
21+
22-
game.CoreGui:findFirstChild("Explorer"):Remove() 
22+
title.Name = "title"
23
title.Parent = Frame
24
title.BackgroundColor3 = Color3.new(0, 0, 0)
25-
local Cloned
25+
title.BackgroundTransparency = 0.5
26-
local Deleted
26+
title.Size = UDim2.new(0, 244, 0, 51)
27-
local DeleteParent
27+
title.Font = Enum.Font.SciFi
28-
local Player
28+
title.Text = "IceBreaker V2 Gui"
29-
local Search
29+
title.TextColor3 = Color3.new(0, 1, 1)
30-
local ScriptSearch
30+
title.TextSize = 24
31-
local Gui
31+
title.TextWrapped = true
32-
local Cloned = nil
32+
33-
local Deleted = nil
33+
instantfreeze.Name = "instantfreeze"
34-
local DeleteParent = nil
34+
instantfreeze.Parent = Frame
35-
local Current = 0
35+
instantfreeze.BackgroundColor3 = Color3.new(0, 0, 0)
36-
local CurrentOption = 0
36+
instantfreeze.BackgroundTransparency = 0.5
37
instantfreeze.Position = UDim2.new(0.204918027, 0, 0.220735788, 0)
38-
function Clear()
38+
instantfreeze.Size = UDim2.new(0, 144, 0, 51)
39-
if Gui then 
39+
instantfreeze.Font = Enum.Font.SciFi
40-
Gui:Remove() 
40+
instantfreeze.Text = "Instant Freeze + Thaw"
41
instantfreeze.TextColor3 = Color3.new(0, 1, 1)
42-
Current = 0
42+
instantfreeze.TextSize = 18
43-
CurrentOption = 0
43+
instantfreeze.TextWrapped = true
44
45
coins.Name = "coins"
46-
function AddButton(N, Function, Color, Copy)
46+
coins.Parent = Frame
47-
if not N then 
47+
coins.BackgroundColor3 = Color3.new(0, 0, 0)
48-
error("RenderButton - No Name Specified")
48+
coins.BackgroundTransparency = 0.5
49
coins.Position = UDim2.new(0.204918027, 0, 0.471571892, 0)
50-
if not Function then 
50+
coins.Size = UDim2.new(0, 144, 0, 51)
51-
error("RenderButton - No Function Specified") 
51+
coins.Font = Enum.Font.SciFi
52
coins.Text = "Coins [Not Working]"
53-
if not Color then 
53+
coins.TextColor3 = Color3.new(0, 1, 1)
54-
Color = Color3.new(1, 1, 1) 
54+
coins.TextSize = 18
55
coins.TextWrapped = true
56-
if Copy == nil then 
56+
57-
Copy = true 
57+
freevipchest.Name = "freevipchest"
58
freevipchest.Parent = Frame
59-
P = Instance.new("TextButton")
59+
freevipchest.BackgroundColor3 = Color3.new(0, 0, 0)
60-
if Copy then
60+
freevipchest.BackgroundTransparency = 0.5
61-
P.Size = UDim2.new(0, 110, 0, 20)
61+
freevipchest.Position = UDim2.new(0.203643739, 0, 0.732441545, 0)
62-
else
62+
freevipchest.Size = UDim2.new(0, 144, 0, 51)
63-
P.Size = UDim2.new(0, 130, 0, 20)
63+
freevipchest.Font = Enum.Font.SciFi
64
freevipchest.Text = "Free Vip Chest [Need 2000 Coins To Purchase]"
65-
P.Text = N.Name
65+
freevipchest.TextColor3 = Color3.new(0, 1, 1)
66-
P.Name = N.Name
66+
freevipchest.TextSize = 18
67-
P.Parent = Gui
67+
freevipchest.TextWrapped = true
68-
P.BackgroundColor3 = Color
68+
-- Scripts:
69-
P.TextColor3 = Color3.new(0, 0, 0)
69+
instantfreeze.MouseButton1Click:connect(function()
70-
P.BackgroundTransparency = 0.5
70+
local Player = game.Players.LocalPlayer
71-
P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
71+
for _, player in pairs(game.Players:GetPlayers()) do
72-
P.MouseButton1Click:connect(function() 
72+
	Player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
73-
Function(P) 
73+
	wait(0.2)
74
	game.ReplicatedStorage.Hit:FireServer(player)
75-
D = Instance.new("TextButton")
75+
	game.ReplicatedStorage.Hit:FireServer(player)
76-
D.Size = UDim2.new(0, 20, 0, 20)
76+
	game.ReplicatedStorage.Hit:FireServer(player)
77-
D.Text = "X"
77+
	game.ReplicatedStorage.Hit:FireServer(player)
78-
D.Name = N.Name
78+
79-
D.Parent = Gui
79+
80-
D.BackgroundColor3 = Color3.new(1, 0, 0)
80+
81-
D.TextColor3 = Color3.new(0, 0, 0)
81+
coins.MouseButton1Click:connect(function()
82-
D.BackgroundTransparency = 0.5
82+
while wait() do
83-
D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
83+
84-
D.MouseButton1Click:connect(function()
84+
game.ReplicatedStorage.removeDebris:FireServer(30)
85-
Deleted = N
85+
86-
DeleteParent = N.Parent
86+
87-
N.Parent = nil
87+
88-
Clear()
88+
89-
Search(DeleteParent)
89+
freevipchest.MouseButton1Click:connect(function()
90
game.ReplicatedStorage.purchaseItem:FireServer("VIP", 1)
91-
if Copy then
91+