View difference between Paste ID: 0Gf2Kcd0 and c2UP7TRh
SHOW: | | - or go back to the newest paste.
1-
-----------------------
1+
-- Farewell infortality 
2-
--WhAT ANOTHER ONE????????!--
2+
-- Revamp by ImFrostic, Version 2.8 
3-
-------------------------------------------------------
3+
4-
--A script By makhail07
4+
 -- Objects
5
6-
--Discord Creterisk#2958 
6+
local Executor = Instance.new("ScreenGui")
7
local Main = Instance.new("Frame")
8
local bar1 = Instance.new("Frame")
9-
--https://cdn.discordapp.com/attachments/424766294303309844/424769047436197888/e41a6cbd-23cb-4553-bd39-1338429743a7.png
9+
local bar1_2 = Instance.new("Frame")
10-
-------------------------------------------------------
10+
local ScriptGenerator = Instance.new("ScrollingFrame")
11
local Input = Instance.new("TextBox")
12-
local FavIDs = {
12+
local Execute = Instance.new("TextButton")
13-
	340106355, --Nefl Crystals
13+
local Clear = Instance.new("TextButton")
14-
	927529620, --Dimension
14+
15-
	876981900, --Fantasy
15+
-- Properties
16-
	398987889, --Ordinary Days
16+
17-
	1117396305, --Oh wait, it's you.
17+
Executor.Name = "Executor"
18-
	885996042, --Action Winter Journey
18+
Executor.Parent = game.Players.LocalPlayer.PlayerGui
19-
	919231299, --Sprawling Idiot Effigy
19+
20-
	743466274, --Good Day Sunshine
20+
Main.Name = "Main"
21-
	727411183, --Knife Fight
21+
Main.Parent = Executor
22-
	1402748531, --The Earth Is Counting On You!
22+
Main.BackgroundColor3 = Color3.new(1, 1, 1)
23-
	595230126 --Robot Language
23+
Main.BorderSizePixel = 0
24-
	}
24+
Main.Position = UDim2.new(0.680951059, 0, 0.392525077, 0)
25
Main.Size = UDim2.new(0, 441, 0, 392)
26
27
bar1.Name = "bar1"
28-
--The reality of my life isn't real but a Universe -makhail07
28+
bar1.Parent = Main
29-
wait()
29+
bar1.BackgroundColor3 = Color3.new(0.745098, 0, 0)
30-
local plr = game:service'Players'.LocalPlayer
30+
bar1.BorderSizePixel = 0
31-
print('Local User is '..plr.Name)
31+
bar1.Size = UDim2.new(0, 442, 0, 22)
32-
local char = plr.Character
32+
33-
local hum = char.Humanoid
33+
bar1_2.Name = "bar1"
34-
local ra = char["Right Arm"]
34+
bar1_2.Parent = Main
35-
local la= char["Left Arm"]
35+
bar1_2.BackgroundColor3 = Color3.new(0.45098, 0, 0)
36-
local rl= char["Right Leg"]
36+
bar1_2.BorderSizePixel = 0
37-
local ll = char["Left Leg"]
37+
bar1_2.Position = UDim2.new(0, 0, 0.0561224483, 0)
38-
local hed = char.Head
38+
bar1_2.Size = UDim2.new(0, 442, 0, 10)
39-
local root = char.HumanoidRootPart
39+
40-
local rootj = root.RootJoint
40+
ScriptGenerator.Name = "ScriptGenerator"
41-
local tors = char.Torso
41+
ScriptGenerator.Parent = Main
42-
local mouse = plr:GetMouse()
42+
ScriptGenerator.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
43-
local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
43+
ScriptGenerator.BorderSizePixel = 0
44-
local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
44+
ScriptGenerator.Position = UDim2.new(0.10997732, 0, 0.153849542, 0)
45-
local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
45+
ScriptGenerator.Size = UDim2.new(0, 344, 0, 228)
46-
local EdgyMode = false
46+
ScriptGenerator.CanvasSize = UDim2.new(0, 0, 100000, 0)
47-
local Divinity = false
47+
48-
local Fighter = false
48+
Input.Name = "Input"
49-
local Purity = false
49+
Input.Parent = ScriptGenerator
50-
local Destruction = false
50+
Input.BackgroundColor3 = Color3.new(1, 1, 1)
51-
local helpme = false
51+
Input.BackgroundTransparency = 1
52-
local Planetary = false
52+
Input.BorderSizePixel = 0
53-
local maincolor = BrickColor.new("Institutional white")
53+
Input.Size = UDim2.new(0, 328, 0, 999)
54-
-------------------------------------------------------
54+
Input.ClearTextOnFocus = false
55-
--Start Good Stuff--
55+
Input.Font = Enum.Font.SourceSans
56-
-------------------------------------------------------
56+
Input.MultiLine = true
57-
CF = CFrame.new
57+
Input.Text = "--Script Here"
58-
angles = CFrame.Angles
58+
Input.TextColor3 = Color3.new(1, 1, 1)
59-
attack = false
59+
Input.TextSize = 14
60-
Euler = CFrame.fromEulerAnglesXYZ
60+
Input.TextXAlignment = Enum.TextXAlignment.Left
61-
Rad = math.rad
61+
Input.TextYAlignment = Enum.TextYAlignment.Top
62-
IT = Instance.new
62+
63-
BrickC = BrickColor.new
63+
Execute.Name = "Execute"
64-
Cos = math.cos
64+
Execute.Parent = Main
65-
Acos = math.acos
65+
Execute.BackgroundColor3 = Color3.new(0.45098, 0, 0)
66-
Sin = math.sin
66+
Execute.BorderColor3 = Color3.new(0.745098, 0, 0)
67-
Asin = math.asin
67+
Execute.BorderSizePixel = 5
68-
Abs = math.abs
68+
Execute.Position = UDim2.new(0.111111112, 0, 0.80292201, 0)
69-
Mrandom = math.random
69+
Execute.Size = UDim2.new(0, 200, 0, 50)
70-
Floor = math.floor
70+
Execute.Font = Enum.Font.Cartoon
71-
-------------------------------------------------------
71+
Execute.Text = "Execute"
72-
--End Good Stuff--
72+
Execute.TextColor3 = Color3.new(1, 1, 0.498039)
73-
-------------------------------------------------------
73+
Execute.TextScaled = true
74-
necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
74+
Execute.TextSize = 14
75-
RSH, LSH = nil, nil 
75+
Execute.TextWrapped = true
76-
RW = Instance.new("Weld") 
76+
77-
LW = Instance.new("Weld")
77+
Clear.Name = "Clear"
78-
RH = tors["Right Hip"]
78+
Clear.Parent = Main
79-
LH = tors["Left Hip"]
79+
Clear.BackgroundColor3 = Color3.new(0.45098, 0, 0)
80-
RSH = tors["Right Shoulder"] 
80+
Clear.BorderColor3 = Color3.new(0.745098, 0, 0)
81-
LSH = tors["Left Shoulder"] 
81+
Clear.BorderSizePixel = 5
82-
RSH.Parent = nil 
82+
Clear.Position = UDim2.new(0.687239528, 0, 0.803571403, 0)
83-
LSH.Parent = nil 
83+
Clear.Size = UDim2.new(0, 90, 0, 50)
84-
RW.Name = "RW"
84+
Clear.Font = Enum.Font.Cartoon
85-
RW.Part0 = tors 
85+
Clear.Text = "Clear"
86-
RW.C0 = CF(1.5, 0.5, 0)
86+
Clear.TextColor3 = Color3.new(1, 1, 0.498039)
87-
RW.C1 = CF(0, 0.5, 0) 
87+
Clear.TextScaled = true
88-
RW.Part1 = ra
88+
Clear.TextSize = 14
89-
RW.Parent = tors 
89+
Clear.TextWrapped = true
90-
LW.Name = "LW"
90+
91-
LW.Part0 = tors 
91+
-- Scripts 
92-
LW.C0 = CF(-1.5, 0.5, 0)
92+
93-
LW.C1 = CF(0, 0.5, 0) 
93+
Execute.MouseButton1Down:Connect(function()
94-
LW.Part1 = la
94+
	loadstring(Input.Text)
95-
LW.Parent = tors
95+
96-
Effects = {}
96+
97
Clear.MouseButton1Down:Connect(function()
98-
-------------------------------------------------------
98+
	Input.Text = "--Script Here"
99-
--Start HeartBeat--
99+
end)