1 | local ScreenGui = Instance.new("ScreenGui") |
2 | local Main = Instance.new("Frame") |
3 | local Container = Instance.new("Frame") |
4 | local UICorner = Instance.new("UICorner") |
5 | local UIGradient = Instance.new("UIGradient") |
6 | local ScrollingFrame = Instance.new("ScrollingFrame") |
7 | local TextBox = Instance.new("TextBox") |
8 | local Topbar = Instance.new("Frame") |
9 | local Icon = Instance.new("ImageLabel") |
10 | local Exit = Instance.new("TextButton") |
11 | local ImageLabel = Instance.new("ImageLabel") |
12 | local Minimize = Instance.new("TextButton") |
13 | local ImageLabel_2 = Instance.new("ImageLabel") |
14 | local TopBar = Instance.new("Frame") |
15 | local ImageLabel_3 = Instance.new("ImageLabel") |
16 | local ImageLabel_4 = Instance.new("ImageLabel") |
17 | local Title = Instance.new("TextLabel") |
18 | local UICorner_2 = Instance.new("UICorner") |
19 | local UIGradient_2 = Instance.new("UIGradient") |
20 | |
21 | |
22 | |
23 | ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") |
24 | ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling |
25 | |
26 | Main.Name = "Main" |
27 | Main.Parent = ScreenGui |
28 | Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
29 | Main.BackgroundTransparency = 0.140 |
30 | Main.BorderColor3 = Color3.fromRGB(139, 139, 139) |
31 | Main.BorderSizePixel = 0 |
32 | Main.Position = UDim2.new(0.636001766, 0, 0.461804599, 0) |
33 | Main.Size = UDim2.new(0, 402, 0, 235) |
34 | |
35 | Container.Name = "Container" |
36 | Container.Parent = Main |
37 | Container.AnchorPoint = Vector2.new(0.5, 1) |
38 | Container.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
39 | Container.BackgroundTransparency = 0.500 |
40 | Container.BorderColor3 = Color3.fromRGB(255, 255, 255) |
41 | Container.BorderSizePixel = 0 |
42 | Container.ClipsDescendants = true |
43 | Container.Position = UDim2.new(0.5, 0, 0.996153831, -5) |
44 | Container.Size = UDim2.new(1, -10, 1.00769234, -30) |
45 | |
46 | UICorner.CornerRadius = UDim.new(0, 9) |
47 | UICorner.Parent = Container |
48 | |
49 | UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(12, 4, 20)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(12, 4, 20)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(12, 4, 20))} |
50 | UIGradient.Parent = Container |
51 | |
52 | ScrollingFrame.Parent = Container |
53 | ScrollingFrame.Active = true |
54 | ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
55 | ScrollingFrame.BackgroundTransparency = 1.000 |
56 | ScrollingFrame.BorderSizePixel = 0 |
57 | ScrollingFrame.Position = UDim2.new(-1.55701926e-07, 0, 0, 0) |
58 | ScrollingFrame.Size = UDim2.new(0, 386, 0, 202) |
59 | ScrollingFrame.ScrollBarThickness = 3 |
60 | ScrollingFrame.AutomaticCanvasSize = "XY" |
61 | |
62 | TextBox.Parent = ScrollingFrame |
63 | TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
64 | TextBox.BackgroundTransparency = 1.000 |
65 | TextBox.Position = UDim2.new(0.0103625357, 0, 0.0120885866, 0) |
66 | TextBox.Size = UDim2.new(0, 376, 0, 201) |
67 | TextBox.ClearTextOnFocus = false |
68 | TextBox.Font = Enum.Font.SourceSans |
69 | TextBox.MultiLine = true |
70 | TextBox.PlaceholderText = "Enter you text here." |
71 | TextBox.Text = "" |
72 | TextBox.TextColor3 = Color3.fromRGB(255, 255, 255) |
73 | TextBox.TextSize = 18.000 |
74 | TextBox.TextXAlignment = Enum.TextXAlignment.Left |
75 | TextBox.TextYAlignment = Enum.TextYAlignment.Top |
76 | TextBox.AutomaticSize = "XY" |
77 | |
78 | Topbar.Name = "Topbar" |
79 | Topbar.Parent = Main |
80 | Topbar.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
81 | Topbar.BackgroundTransparency = 1.000 |
82 | Topbar.Size = UDim2.new(1, 0, 0, 25) |
83 | |
84 | Icon.Name = "Icon" |
85 | Icon.Parent = Topbar |
86 | Icon.AnchorPoint = Vector2.new(0, 0.5) |
87 | Icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
88 | Icon.BackgroundTransparency = 1.000 |
89 | Icon.Position = UDim2.new(0, 10, 0.5, 0) |
90 | Icon.Size = UDim2.new(0, 13, 0, 13) |
91 | Icon.Image = "rbxgameasset://Images/menuIcon" |
92 | |
93 | Exit.Name = "Exit" |
94 | Exit.Parent = Topbar |
95 | Exit.BackgroundColor3 = Color3.fromRGB(12, 4, 20) |
96 | Exit.BackgroundTransparency = 0.500 |
97 | Exit.BorderSizePixel = 0 |
98 | Exit.Position = UDim2.new(0.870000005, 0, 0, 0) |
99 | Exit.Size = UDim2.new(-0.00899999961, 40, 1.04299998, -10) |
100 | Exit.Font = Enum.Font.Gotham |
101 | Exit.Text = "X" |
102 | Exit.TextColor3 = Color3.fromRGB(255, 255, 255) |
103 | Exit.TextSize = 13.000 |
104 | |
105 | ImageLabel.Parent = Exit |
106 | ImageLabel.BackgroundColor3 = Color3.fromRGB(36, 36, 36) |
107 | ImageLabel.BackgroundTransparency = 1.000 |
108 | ImageLabel.Position = UDim2.new(0.999998331, 0, 0, 0) |
109 | ImageLabel.Size = UDim2.new(0, 9, 0, 16) |
110 | ImageLabel.Image = "http://www.roblox.com/asset/?id=8650484523" |
111 | ImageLabel.ImageColor3 = Color3.fromRGB(12, 4, 20) |
112 | ImageLabel.ImageTransparency = 0.500 |
113 | |
114 | Minimize.Name = "Minimize" |
115 | Minimize.Parent = Topbar |
116 | Minimize.BackgroundColor3 = Color3.fromRGB(12, 4, 20) |
117 | Minimize.BackgroundTransparency = 0.500 |
118 | Minimize.BorderSizePixel = 0 |
119 | Minimize.Position = UDim2.new(0.804174006, 0, 0, 0) |
120 | Minimize.Size = UDim2.new(0.00100000005, 27, 1.04299998, -10) |
121 | Minimize.Font = Enum.Font.Gotham |
122 | Minimize.Text = "-" |
123 | Minimize.TextColor3 = Color3.fromRGB(255, 255, 255) |
124 | Minimize.TextSize = 18.000 |
125 | |
126 | ImageLabel_2.Parent = Minimize |
127 | ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
128 | ImageLabel_2.BackgroundTransparency = 1.000 |
129 | ImageLabel_2.Position = UDim2.new(-0.441000015, 0, 0, 0) |
130 | ImageLabel_2.Size = UDim2.new(0, 12, 0, 16) |
131 | ImageLabel_2.Image = "http://www.roblox.com/asset/?id=10555881849" |
132 | ImageLabel_2.ImageColor3 = Color3.fromRGB(12, 4, 20) |
133 | ImageLabel_2.ImageTransparency = 0.500 |
134 | |
135 | TopBar.Name = "TopBar" |
136 | TopBar.Parent = Topbar |
137 | TopBar.BackgroundColor3 = Color3.fromRGB(12, 4, 20) |
138 | TopBar.BackgroundTransparency = 0.500 |
139 | TopBar.BorderSizePixel = 0 |
140 | TopBar.Position = UDim2.new(0.265715331, 0, -0.00352294743, 0) |
141 | TopBar.Size = UDim2.new(0, 186, 0, 16) |
142 | |
143 | ImageLabel_3.Parent = TopBar |
144 | ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
145 | ImageLabel_3.BackgroundTransparency = 1.000 |
146 | ImageLabel_3.Position = UDim2.new(1, 0, 0.0590000004, 0) |
147 | ImageLabel_3.Size = UDim2.new(0, 12, 0, 15) |
148 | ImageLabel_3.Image = "http://www.roblox.com/asset/?id=8650484523" |
149 | ImageLabel_3.ImageColor3 = Color3.fromRGB(12, 4, 20) |
150 | ImageLabel_3.ImageTransparency = 0.500 |
151 | |
152 | ImageLabel_4.Parent = TopBar |
153 | ImageLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
154 | ImageLabel_4.BackgroundTransparency = 1.000 |
155 | ImageLabel_4.Position = UDim2.new(-0.0817726701, 0, 0, 0) |
156 | ImageLabel_4.Size = UDim2.new(0, 16, 0, 16) |
157 | ImageLabel_4.Image = "http://www.roblox.com/asset/?id=10555881849" |
158 | ImageLabel_4.ImageColor3 = Color3.fromRGB(12, 4, 20) |
159 | ImageLabel_4.ImageTransparency = 0.500 |
160 | |
161 | Title.Name = "Title" |
162 | Title.Parent = TopBar |
163 | Title.AnchorPoint = Vector2.new(0, 0.5) |
164 | Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
165 | Title.BackgroundTransparency = 1.000 |
166 | Title.BorderSizePixel = 0 |
167 | Title.Position = UDim2.new(-0.150533721, 32, 0.415876389, 0) |
168 | Title.Size = UDim2.new(0.522161067, 80, 1.11675644, -7) |
169 | Title.Font = Enum.Font.SourceSansLight |
170 | Title.Text = "Notepad" |
171 | Title.TextColor3 = Color3.fromRGB(255, 255, 255) |
172 | Title.TextSize = 17.000 |
173 | Title.TextWrapped = true |
174 | |
175 | UICorner_2.CornerRadius = UDim.new(0, 9) |
176 | UICorner_2.Parent = Main |
177 | |
178 | UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(12, 4, 20)), ColorSequenceKeypoint.new(0.38, Color3.fromRGB(4, 4, 4)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(4, 4, 4)), ColorSequenceKeypoint.new(0.68, Color3.fromRGB(4, 4, 4)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(12, 4, 20))} |
179 | UIGradient_2.Parent = Main |
180 | |
181 | |
182 | |
183 | local function NNFX_fake_script() |
184 | local script = Instance.new('LocalScript', Exit) |
185 | |
186 | script.Parent.MouseButton1Click:Connect(function() |
187 | script.Parent.Parent.Parent.Parent:Destroy() |
188 | end) |
189 | end |
190 | coroutine.wrap(NNFX_fake_script)() |
191 | local function PBGVSI_fake_script() |
192 | local script = Instance.new('LocalScript', Main) |
193 | |
194 | script.Parent.Active = true |
195 | script.Parent.Parent.ResetOnSpawn = false |
196 | script.Parent.Draggable = true |
197 | end |
198 | coroutine.wrap(PBGVSI_fake_script)() |