· last year · Apr 17, 2024, 07:45 AM
1--[[
2The internet [v1.0.0]
3close enough?
4
5OUXIE DISCORD SERVER: https://discord.gg/6a3rAf9r8k
6
7 .d88888b. d8b 888
8d88P" "Y88b Y8P 888
9888 888 888
10888 888 888 888 888 888 888 .d88b. 888
11888 888 888 888 `Y8bd8P' 888 d8P Y8b 888
12888 888 888 888 X88K 888 88888888 Y8P
13Y88b. .d88P Y88b 888 .d8""8b. 888 Y8b. "
14 "Y88888P" "Y88888 888 888 888 "Y8888 888
15
16
17888b d888 888 888888b.
188888b d8888 888 888 "88b
1988888b.d88888 888 888 .88P
20888Y88888P888 8888b. .d88888 .d88b. 8888888K. 888 888 d8b
21888 Y888P 888 "88b d88" 888 d8P Y8b 888 "Y88b 888 888 Y8P
22888 Y8P 888 .d888888 888 888 88888888 888 888 888 888
23888 " 888 888 888 Y88b 888 Y8b. 888 d88P Y88b 888 d8b
24888 888 "Y888888 "Y88888 "Y8888 8888888P" "Y88888 Y8P
25 888
26 Y8b d88P
27 "Y88P"
28
29 .d8888b. 888 d8b
30d88P Y88b 888 Y8P
31Y88b. 888
32 "Y888b. 888 888 888 888d888 .d88b.
33 "Y88b. 888 .88P 888 888P" d8P Y8b
34 "888 888888K 888 888 88888888 888888
35Y88b d88P 888 "88b 888 888 Y8b.
36 "Y8888P" 888 888 888 888 "Y8888
37
38
39
40 .d88 .d8888b. .d8888b. 88b. 888
41 d88P" d88P Y88b d88P Y88b "Y88b 888
42d88P 888 888 888 Y88b 888
43888 888 888 888d888b. 888 888 888 888 888 888
44888 `Y8bd8P' 888P "Y88b `Y8bd8P' 888 888 888 888
45Y88b X88K 888 888 X88K 888 888 d88P Y8P
46 Y88b. .d8""8b. Y88b d88P .d8""8b. Y88b d88P .d88P "
47 "Y88 888 888 "Y8888P" 888 888 88888888 "Y8888P" 88P" 888
48
49
50]]
51
52
53local CoreGui = game:GetService("CoreGui")
54local HttpService = game:GetService("HttpService")
55
56local ui = {}
57
58function ui:access(access_key)
59 local WebTest = Instance.new("ScreenGui")
60 local UI = Instance.new("Frame")
61 local UICorner = Instance.new("UICorner")
62 local UIStroke = Instance.new("UIStroke")
63 local Options = Instance.new("Frame")
64 local UIStroke_2 = Instance.new("UIStroke")
65 local UICorner_2 = Instance.new("UICorner")
66 local Label = Instance.new("TextLabel")
67 local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
68 local UIPadding = Instance.new("UIPadding")
69 local ImageButton = Instance.new("ImageButton")
70 local UrL = Instance.new("Frame")
71 local UIStroke_3 = Instance.new("UIStroke")
72 local UICorner_3 = Instance.new("UICorner")
73 local Box = Instance.new("TextBox")
74 local UIPadding_2 = Instance.new("UIPadding")
75 local Display = Instance.new("Frame")
76 local UICorner_4 = Instance.new("UICorner")
77 local UIStroke_4 = Instance.new("UIStroke")
78 local Html = Instance.new("TextLabel")
79 local UIPadding_3 = Instance.new("UIPadding")
80 local Alert = Instance.new("TextLabel")
81 local ImageLabel = Instance.new("ImageLabel")
82 local OptionsMenu = Instance.new("Frame")
83 local UIListLayout = Instance.new("UIListLayout")
84 local WebView = Instance.new("Frame")
85 local UIStroke_5 = Instance.new("UIStroke")
86 local UICorner_5 = Instance.new("UICorner")
87 local Label_2 = Instance.new("TextLabel")
88 local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
89 local UIPadding_4 = Instance.new("UIPadding")
90 local ImageButton_2 = Instance.new("ImageButton")
91 local UIPadding_5 = Instance.new("UIPadding")
92 local UIStroke_6 = Instance.new("UIStroke")
93 local UICorner_6 = Instance.new("UICorner")
94 local Html_2 = Instance.new("Frame")
95 local UIStroke_7 = Instance.new("UIStroke")
96 local UICorner_7 = Instance.new("UICorner")
97 local Label_3 = Instance.new("TextLabel")
98 local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
99 local UIPadding_6 = Instance.new("UIPadding")
100 local ImageButton_3 = Instance.new("ImageButton")
101 local Clear = Instance.new("Frame")
102 local UIStroke_8 = Instance.new("UIStroke")
103 local UICorner_8 = Instance.new("UICorner")
104 local Label_4 = Instance.new("TextLabel")
105 local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
106 local UIPadding_7 = Instance.new("UIPadding")
107 local ImageButton_4 = Instance.new("ImageButton")
108 local Copy = Instance.new("Frame")
109 local UIStroke_9 = Instance.new("UIStroke")
110 local UICorner_9 = Instance.new("UICorner")
111 local Label_5 = Instance.new("TextLabel")
112 local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
113 local UIPadding_8 = Instance.new("UIPadding")
114 local ImageButton_5 = Instance.new("ImageButton")
115 local Close = Instance.new("Frame")
116 local UIStroke_10 = Instance.new("UIStroke")
117 local UICorner_10 = Instance.new("UICorner")
118 local Label_6 = Instance.new("TextLabel")
119 local UITextSizeConstraint_6 = Instance.new("UITextSizeConstraint")
120 local UIPadding_9 = Instance.new("UIPadding")
121 local ImageButton_6 = Instance.new("ImageButton")
122
123 WebTest.Name = "WebTest"
124 WebTest.Parent = CoreGui
125 WebTest.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
126 WebTest.ResetOnSpawn = false
127 WebTest.IgnoreGuiInset = true
128
129 UI.Name = "UI"
130 UI.Parent = WebTest
131 UI.AnchorPoint = Vector2.new(0.5, 0.5)
132 UI.BackgroundColor3 = Color3.fromRGB(49, 51, 56)
133 UI.BorderColor3 = Color3.fromRGB(0, 0, 0)
134 UI.BorderSizePixel = 0
135 UI.Position = UDim2.new(0.5, 0, 0.5, 0)
136 UI.Size = UDim2.new(0, 423, 0, 287)
137 UI.ZIndex = 999999999
138
139 UICorner.CornerRadius = UDim.new(0, 5)
140 UICorner.Parent = UI
141
142 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
143 UIStroke.Color = Color3.fromRGB(69, 72, 79)
144 UIStroke.Thickness = 2
145 UIStroke.Parent = UI
146
147 Options.Name = "Options"
148 Options.Parent = UI
149 Options.BackgroundColor3 = Color3.fromRGB(119, 133, 204)
150 Options.BorderColor3 = Color3.fromRGB(0, 0, 0)
151 Options.BorderSizePixel = 0
152 Options.Position = UDim2.new(0.77123028, 0, 0.841825783, 0)
153 Options.Size = UDim2.new(0, 86, 0, 35)
154 Options.ZIndex = 999999999
155
156 UIStroke_2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
157 UIStroke_2.Color = Color3.fromRGB(73, 82, 125)
158 UIStroke_2.Thickness = 2
159 UIStroke_2.Parent = Options
160
161 UICorner_2.CornerRadius = UDim.new(0, 3)
162 UICorner_2.Parent = Options
163
164 Label.Name = "Label"
165 Label.RichText = true
166 Label.Parent = Options
167 Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
168 Label.BackgroundTransparency = 1.000
169 Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
170 Label.BorderSizePixel = 0
171 Label.Size = UDim2.new(1, 0, 1, 0)
172 Label.ZIndex = 999999999
173 Label.Text = "<b>Options</b>"
174 Label.TextColor3 = Color3.fromRGB(255, 255, 255)
175 Label.TextScaled = true
176 Label.TextSize = 20.000
177 Label.TextWrapped = true
178
179 UITextSizeConstraint.Parent = Label
180 UITextSizeConstraint.MaxTextSize = 11
181
182 UIPadding.Parent = Label
183 UIPadding.PaddingBottom = UDim.new(0, 3)
184 UIPadding.PaddingLeft = UDim.new(0, 3)
185 UIPadding.PaddingRight = UDim.new(0, 3)
186 UIPadding.PaddingTop = UDim.new(0, 3)
187
188 ImageButton.Parent = Options
189 ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
190 ImageButton.BackgroundTransparency = 1.000
191 ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
192 ImageButton.BorderSizePixel = 0
193 ImageButton.Size = UDim2.new(1, 0, 1, 0)
194 ImageButton.ZIndex = 999999999
195
196 UrL.Name = "UrL"
197 UrL.Parent = UI
198 UrL.AnchorPoint = Vector2.new(0.5, 0)
199 UrL.BackgroundColor3 = Color3.fromRGB(119, 133, 204)
200 UrL.BorderColor3 = Color3.fromRGB(0, 0, 0)
201 UrL.BorderSizePixel = 0
202 UrL.Position = UDim2.new(0.384931415, 0, 0.841999948, 0)
203 UrL.Size = UDim2.new(0, 305, 0, 35)
204 UrL.ZIndex = 999999999
205
206 UIStroke_3.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
207 UIStroke_3.Color = Color3.fromRGB(73, 82, 125)
208 UIStroke_3.Thickness = 2
209 UIStroke_3.Parent = UrL
210
211 UICorner_3.CornerRadius = UDim.new(0, 3)
212 UICorner_3.Parent = UrL
213
214 Box.Name = "Box"
215 Box.RichText = true
216 Box.Parent = UrL
217 Box.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
218 Box.BackgroundTransparency = 1.000
219 Box.BorderColor3 = Color3.fromRGB(0, 0, 0)
220 Box.BorderSizePixel = 0
221 Box.ClipsDescendants = true
222 Box.Size = UDim2.new(1, 0, 1, 0)
223 Box.Font = Enum.Font.Arial
224 Box.PlaceholderColor3 = Color3.fromRGB(230, 230, 230)
225 Box.PlaceholderText = "url"
226 Box.Text = "<b>https://example.com</b>"
227 Box.TextColor3 = Color3.fromRGB(255, 255, 255)
228 Box.TextSize = 14.000
229 Box.TextXAlignment = Enum.TextXAlignment.Left
230
231 UIPadding_2.Parent = Box
232 UIPadding_2.PaddingLeft = UDim.new(0, 8)
233 UIPadding_2.PaddingRight = UDim.new(0, 8)
234
235 Display.Name = "Display"
236 Display.Parent = UI
237 Display.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
238 Display.BorderColor3 = Color3.fromRGB(0, 0, 0)
239 Display.BorderSizePixel = 0
240 Display.Position = UDim2.new(0.0240000002, 0, 0.0450000018, 0)
241 Display.Size = UDim2.new(0, 401, 0, 219)
242 Display.ZIndex = 999999999
243
244 UICorner_4.CornerRadius = UDim.new(0, 3)
245 UICorner_4.Parent = Display
246
247 UIStroke_4.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
248 UIStroke_4.Color = Color3.fromRGB(73, 82, 125)
249 UIStroke_4.Thickness = 2
250 UIStroke_4.Parent = Display
251
252 Html.Name = "Html"
253 Html.Parent = Display
254 Html.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
255 Html.BackgroundTransparency = 1.000
256 Html.BorderColor3 = Color3.fromRGB(0, 0, 0)
257 Html.BorderSizePixel = 0
258 Html.ClipsDescendants = true
259 Html.Size = UDim2.new(1, 0, 1, 0)
260 Html.Visible = false
261 Html.ZIndex = 999999999
262 Html.Font = Enum.Font.ArialBold
263 Html.Text = "print(\"Html\")"
264 Html.TextColor3 = Color3.fromRGB(255, 255, 255)
265 Html.TextSize = 11.000
266 Html.TextXAlignment = Enum.TextXAlignment.Left
267 Html.TextYAlignment = Enum.TextYAlignment.Top
268
269 UIPadding_3.Parent = Html
270 UIPadding_3.PaddingBottom = UDim.new(0, 6)
271 UIPadding_3.PaddingLeft = UDim.new(0, 6)
272 UIPadding_3.PaddingRight = UDim.new(0, 6)
273 UIPadding_3.PaddingTop = UDim.new(0, 6)
274
275 Alert.Name = "Alert"
276 Alert.Parent = Display
277 Alert.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
278 Alert.BackgroundTransparency = 1.000
279 Alert.BorderColor3 = Color3.fromRGB(0, 0, 0)
280 Alert.BorderSizePixel = 0
281 Alert.ClipsDescendants = true
282 Alert.Size = UDim2.new(1, 0, 1, 0)
283 Alert.Visible = false
284 Alert.ZIndex = 999999999
285 Alert.Font = Enum.Font.ArialBold
286 Alert.Text = "Switching..."
287 Alert.TextColor3 = Color3.fromRGB(255, 255, 255)
288 Alert.TextSize = 17.000
289
290 ImageLabel.Parent = Display
291 ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
292 ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
293 ImageLabel.BorderSizePixel = 0
294 ImageLabel.ScaleType = Enum.ScaleType.Stretch
295 ImageLabel.Size = UDim2.new(1, 0, 1, 0)
296 ImageLabel.ZIndex = 999999999
297 ImageLabel.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
298
299 OptionsMenu.Name = "OptionsMenu"
300 OptionsMenu.Parent = UI
301 OptionsMenu.BackgroundColor3 = Color3.fromRGB(49, 51, 56)
302 OptionsMenu.BorderColor3 = Color3.fromRGB(0, 0, 0)
303 OptionsMenu.BorderSizePixel = 0
304 OptionsMenu.Position = UDim2.new(1.03309691, 0, 0, 0)
305 OptionsMenu.Size = UDim2.new(0, 167, 0, 287)
306 OptionsMenu.Visible = false
307 OptionsMenu.ZIndex = 999999999
308
309 UIListLayout.Parent = OptionsMenu
310 UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
311 UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
312 UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Bottom
313 UIListLayout.Padding = UDim.new(0, 10)
314
315 WebView.Name = "WebView"
316 WebView.Parent = OptionsMenu
317 WebView.BackgroundColor3 = Color3.fromRGB(119, 133, 204)
318 WebView.BorderColor3 = Color3.fromRGB(0, 0, 0)
319 WebView.BorderSizePixel = 0
320 WebView.Position = UDim2.new(-0.148320541, 0, 0.868913829, 0)
321 WebView.Size = UDim2.new(0, 151, 0, 35)
322 WebView.ZIndex = 999999999
323
324 UIStroke_5.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
325 UIStroke_5.Color = Color3.fromRGB(73, 82, 125)
326 UIStroke_5.Thickness = 2
327 UIStroke_5.Parent = WebView
328
329 UICorner_5.CornerRadius = UDim.new(0, 3)
330 UICorner_5.Parent = WebView
331
332 Label_2.Name = "Label"
333 Label_2.RichText = true
334 Label_2.Parent = WebView
335 Label_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
336 Label_2.BackgroundTransparency = 1.000
337 Label_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
338 Label_2.BorderSizePixel = 0
339 Label_2.Size = UDim2.new(1, 0, 1, 0)
340 Label_2.ZIndex = 999999999
341 Label_2.Text = "<b>See WebVIew</b>"
342 Label_2.TextColor3 = Color3.fromRGB(255, 255, 255)
343 Label_2.TextScaled = true
344 Label_2.TextSize = 20.000
345 Label_2.TextWrapped = true
346
347 UITextSizeConstraint_2.Parent = Label_2
348 UITextSizeConstraint_2.MaxTextSize = 11
349
350 UIPadding_4.Parent = Label_2
351 UIPadding_4.PaddingBottom = UDim.new(0, 3)
352 UIPadding_4.PaddingLeft = UDim.new(0, 3)
353 UIPadding_4.PaddingRight = UDim.new(0, 3)
354 UIPadding_4.PaddingTop = UDim.new(0, 3)
355
356 ImageButton_2.Parent = WebView
357 ImageButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
358 ImageButton_2.BackgroundTransparency = 1.000
359 ImageButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
360 ImageButton_2.BorderSizePixel = 0
361 ImageButton_2.Size = UDim2.new(1, 0, 1, 0)
362 ImageButton_2.ZIndex = 999999999
363
364 UIPadding_5.Parent = OptionsMenu
365 UIPadding_5.PaddingBottom = UDim.new(0, 10)
366 UIPadding_5.PaddingTop = UDim.new(0, 10)
367
368 UIStroke_6.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
369 UIStroke_6.Color = Color3.fromRGB(69, 72, 79)
370 UIStroke_6.Thickness = 2
371 UIStroke_6.Parent = OptionsMenu
372
373 UICorner_6.CornerRadius = UDim.new(0, 5)
374 UICorner_6.Parent = OptionsMenu
375
376 Html_2.Name = "Html"
377 Html_2.Parent = OptionsMenu
378 Html_2.BackgroundColor3 = Color3.fromRGB(119, 133, 204)
379 Html_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
380 Html_2.BorderSizePixel = 0
381 Html_2.Position = UDim2.new(-0.148320541, 0, 0.868913829, 0)
382 Html_2.Size = UDim2.new(0, 151, 0, 35)
383 Html_2.ZIndex = 999999999
384
385 UIStroke_7.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
386 UIStroke_7.Color = Color3.fromRGB(73, 82, 125)
387 UIStroke_7.Thickness = 2
388 UIStroke_7.Parent = Html_2
389
390 UICorner_7.CornerRadius = UDim.new(0, 3)
391 UICorner_7.Parent = Html_2
392
393 Label_3.Name = "Label"
394 Label_3.RichText = true
395 Label_3.Parent = Html_2
396 Label_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
397 Label_3.BackgroundTransparency = 1.000
398 Label_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
399 Label_3.BorderSizePixel = 0
400 Label_3.Size = UDim2.new(1, 0, 1, 0)
401 Label_3.ZIndex = 999999999
402 Label_3.Text = "<b>See Html</b>"
403 Label_3.TextColor3 = Color3.fromRGB(255, 255, 255)
404 Label_3.TextScaled = true
405 Label_3.TextSize = 20.000
406 Label_3.TextWrapped = true
407
408 UITextSizeConstraint_3.Parent = Label_3
409 UITextSizeConstraint_3.MaxTextSize = 11
410
411 UIPadding_6.Parent = Label_3
412 UIPadding_6.PaddingBottom = UDim.new(0, 3)
413 UIPadding_6.PaddingLeft = UDim.new(0, 3)
414 UIPadding_6.PaddingRight = UDim.new(0, 3)
415 UIPadding_6.PaddingTop = UDim.new(0, 3)
416
417 ImageButton_3.Parent = Html_2
418 ImageButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
419 ImageButton_3.BackgroundTransparency = 1.000
420 ImageButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
421 ImageButton_3.BorderSizePixel = 0
422 ImageButton_3.Size = UDim2.new(1, 0, 1, 0)
423 ImageButton_3.ZIndex = 999999999
424
425 Clear.Name = "Clear"
426 Clear.Parent = OptionsMenu
427 Clear.BackgroundColor3 = Color3.fromRGB(119, 133, 204)
428 Clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
429 Clear.BorderSizePixel = 0
430 Clear.Position = UDim2.new(-0.148320541, 0, 0.868913829, 0)
431 Clear.Size = UDim2.new(0, 151, 0, 35)
432 Clear.ZIndex = 999999999
433
434 UIStroke_8.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
435 UIStroke_8.Color = Color3.fromRGB(73, 82, 125)
436 UIStroke_8.Thickness = 2
437 UIStroke_8.Parent = Clear
438
439 UICorner_8.CornerRadius = UDim.new(0, 3)
440 UICorner_8.Parent = Clear
441
442 Label_4.Name = "Label"
443 Label_4.RichText = true
444 Label_4.Parent = Clear
445 Label_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
446 Label_4.BackgroundTransparency = 1.000
447 Label_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
448 Label_4.BorderSizePixel = 0
449 Label_4.Size = UDim2.new(1, 0, 1, 0)
450 Label_4.ZIndex = 999999999
451 Label_4.Text = "<b>Clear</b>"
452 Label_4.TextColor3 = Color3.fromRGB(255, 255, 255)
453 Label_4.TextScaled = true
454 Label_4.TextSize = 20.000
455 Label_4.TextWrapped = true
456
457 UITextSizeConstraint_4.Parent = Label_4
458 UITextSizeConstraint_4.MaxTextSize = 11
459
460 UIPadding_7.Parent = Label_4
461 UIPadding_7.PaddingBottom = UDim.new(0, 3)
462 UIPadding_7.PaddingLeft = UDim.new(0, 3)
463 UIPadding_7.PaddingRight = UDim.new(0, 3)
464 UIPadding_7.PaddingTop = UDim.new(0, 3)
465
466 ImageButton_4.Parent = Clear
467 ImageButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
468 ImageButton_4.BackgroundTransparency = 1.000
469 ImageButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
470 ImageButton_4.BorderSizePixel = 0
471 ImageButton_4.Size = UDim2.new(1, 0, 1, 0)
472 ImageButton_4.ZIndex = 999999999
473
474 Copy.Name = "Copy"
475 Copy.Parent = OptionsMenu
476 Copy.BackgroundColor3 = Color3.fromRGB(119, 133, 204)
477 Copy.BorderColor3 = Color3.fromRGB(0, 0, 0)
478 Copy.BorderSizePixel = 0
479 Copy.Position = UDim2.new(-0.148320541, 0, 0.868913829, 0)
480 Copy.Size = UDim2.new(0, 151, 0, 35)
481 Copy.ZIndex = 999999999
482
483 UIStroke_9.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
484 UIStroke_9.Color = Color3.fromRGB(73, 82, 125)
485 UIStroke_9.Thickness = 2
486 UIStroke_9.Parent = Copy
487
488 UICorner_9.CornerRadius = UDim.new(0, 3)
489 UICorner_9.Parent = Copy
490
491 Label_5.Name = "Label"
492 Label_5.RichText = true
493 Label_5.Parent = Copy
494 Label_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
495 Label_5.BackgroundTransparency = 1.000
496 Label_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
497 Label_5.BorderSizePixel = 0
498 Label_5.Size = UDim2.new(1, 0, 1, 0)
499 Label_5.ZIndex = 999999999
500 Label_5.Text = "<b>Copy Html</b>"
501 Label_5.TextColor3 = Color3.fromRGB(255, 255, 255)
502 Label_5.TextScaled = true
503 Label_5.TextSize = 20.000
504 Label_5.TextWrapped = true
505
506 UITextSizeConstraint_5.Parent = Label_5
507 UITextSizeConstraint_5.MaxTextSize = 11
508
509 UIPadding_8.Parent = Label_5
510 UIPadding_8.PaddingBottom = UDim.new(0, 3)
511 UIPadding_8.PaddingLeft = UDim.new(0, 3)
512 UIPadding_8.PaddingRight = UDim.new(0, 3)
513 UIPadding_8.PaddingTop = UDim.new(0, 3)
514
515 ImageButton_5.Parent = Copy
516 ImageButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
517 ImageButton_5.BackgroundTransparency = 1.000
518 ImageButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
519 ImageButton_5.BorderSizePixel = 0
520 ImageButton_5.Size = UDim2.new(1, 0, 1, 0)
521 ImageButton_5.ZIndex = 999999999
522
523 Close.Name = "Close"
524 Close.Parent = OptionsMenu
525 Close.BackgroundColor3 = Color3.fromRGB(204, 86, 88)
526 Close.BorderColor3 = Color3.fromRGB(0, 0, 0)
527 Close.BorderSizePixel = 0
528 Close.Position = UDim2.new(-0.148320541, 0, 0.868913829, 0)
529 Close.Size = UDim2.new(0, 151, 0, 35)
530 Close.ZIndex = 999999999
531
532 UIStroke_10.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
533 UIStroke_10.Color = Color3.fromRGB(125, 36, 38)
534 UIStroke_10.Thickness = 2
535 UIStroke_10.Parent = Close
536
537 UICorner_10.CornerRadius = UDim.new(0, 3)
538 UICorner_10.Parent = Close
539
540 Label_6.Name = "Label"
541 Label_6.RichText = true
542 Label_6.Parent = Close
543 Label_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
544 Label_6.BackgroundTransparency = 1.000
545 Label_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
546 Label_6.BorderSizePixel = 0
547 Label_6.Size = UDim2.new(1, 0, 1, 0)
548 Label_6.ZIndex = 999999999
549 Label_6.Text = "<b>Close</b>"
550 Label_6.TextColor3 = Color3.fromRGB(255, 255, 255)
551 Label_6.TextScaled = true
552 Label_6.TextSize = 20.000
553 Label_6.TextWrapped = true
554
555 UITextSizeConstraint_6.Parent = Label_6
556 UITextSizeConstraint_6.MaxTextSize = 11
557
558 UIPadding_9.Parent = Label_6
559 UIPadding_9.PaddingBottom = UDim.new(0, 3)
560 UIPadding_9.PaddingLeft = UDim.new(0, 3)
561 UIPadding_9.PaddingRight = UDim.new(0, 3)
562 UIPadding_9.PaddingTop = UDim.new(0, 3)
563
564 ImageButton_6.Parent = Close
565 ImageButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
566 ImageButton_6.BackgroundTransparency = 1.000
567 ImageButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
568 ImageButton_6.BorderSizePixel = 0
569 ImageButton_6.Size = UDim2.new(1, 0, 1, 0)
570 ImageButton_6.ZIndex = 999999999
571
572
573
574 local function getWebsite(link)
575
576 ImageLabel.Visible = false
577 Alert.Visible = true
578 Html.Visible = false
579 ImageLabel.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
580 Alert.Text = "Switching..."
581 wait(1)
582 Alert.Visible = false
583 ImageLabel.Visible = true
584
585 if access_key == "api flash access key" or access_key == "" then
586 access_key = "b9aa91fb8b094ca68b32db34e0b0cf1a"
587 end
588
589 local acc = "https://api.apiflash.com/v1/urltoimage?access_key="..access_key.."&wait_until=page_loaded&url="
590
591 local url = acc .. link
592
593 local fileName = "Web/Website.png"
594
595 local success, imageData = pcall(function()
596 return game:HttpGet(url)
597 end)
598
599 if success then
600
601 if not isfolder("Web") then
602 makefolder("Web")
603 end
604
605 writefile(fileName, imageData)
606 ImageLabel.Image = getcustomasset(fileName)
607 else
608 warn("Failed to fetch image:", imageData)
609 end
610
611 end
612
613 local function getHtml(link)
614
615 Html.Visible = false
616 ImageLabel.Visible = false
617 Alert.Visible = true
618 Html.Text = ""
619 Alert.Text = "Switching..."
620 wait(1)
621 Alert.Visible = false
622 Html.Visible = true
623
624 local url = tostring(link)
625
626 local success, cc = pcall(function()
627 return game:HttpGet(url)
628 end)
629
630 if success then
631 Html.Text = tostring(cc)
632 end
633
634 end
635
636 local function clear()
637 Box.Text = ""
638 Html.Text = ""
639 ImageLabel.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
640 end
641
642 Box.Focused:Connect(function()
643 wait()
644 Box.Text = "https://"
645 end)
646
647 ImageButton_6.MouseButton1Click:Connect(function()
648 WebTest:Destroy()
649 end)
650
651 ImageButton_5.MouseButton1Click:Connect(function()
652 local code = Html.Text
653 setclipboard(code)
654 end)
655
656 ImageButton_4.MouseButton1Click:Connect(function()
657 clear()
658 end)
659
660 ImageButton_3.MouseButton1Click:Connect(function()
661 getHtml(Box.Text)
662 end)
663
664 ImageButton_2.MouseButton1Click:Connect(function()
665 getWebsite(Box.Text)
666 end)
667
668 ImageButton.MouseButton1Click:Connect(function()
669 OptionsMenu.Visible = not OptionsMenu.Visible
670 end)
671
672
673
674 local function TFBW_fake_script() -- UI.Dragify
675 local script = Instance.new('LocalScript', UI)
676
677 local UserInputService = game:GetService("UserInputService")
678
679 local gui = script.Parent
680
681 local dragging
682 local dragInput
683 local dragStart
684 local startPos
685
686 local function update(input)
687 local delta = input.Position - dragStart
688 gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
689 end
690
691 gui.InputBegan:Connect(function(input)
692 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
693 dragging = true
694 dragStart = input.Position
695 startPos = gui.Position
696
697 input.Changed:Connect(function()
698 if input.UserInputState == Enum.UserInputState.End then
699 dragging = false
700 end
701 end)
702 end
703 end)
704
705 gui.InputChanged:Connect(function(input)
706 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
707 dragInput = input
708 end
709 end)
710
711 UserInputService.InputChanged:Connect(function(input)
712 if input == dragInput and dragging then
713 update(input)
714 end
715 end)
716 end
717 coroutine.wrap(TFBW_fake_script)()
718end
719
720return ui