View difference between Paste ID: 7d3cp3Ca and CS13EfXw
SHOW: | | - or go back to the newest paste.
1
-- Gui to Lua
2
-- Version: 3.2
3
4
-- Instances:
5
6
local Whack = Instance.new("ScreenGui")
7
local StartLumber = Instance.new("Frame")
8
local StartBut = Instance.new("TextButton")
9
local closelogin = Instance.new("TextButton")
10
local TextLabel = Instance.new("TextLabel")
11
local Main = Instance.new("Frame")
12
local closemain = Instance.new("TextButton")
13
local TextLabel_2 = Instance.new("TextLabel")
14
local TextLabel_3 = Instance.new("TextLabel")
15
local Menubut = Instance.new("TextButton")
16
local TextLabel_4 = Instance.new("TextLabel")
17
local Menu = Instance.new("Frame")
18
local TextLabel_5 = Instance.new("TextLabel")
19
local TextButton = Instance.new("TextButton")
20
local TextButton_2 = Instance.new("TextButton")
21
local TextButton_3 = Instance.new("TextButton")
22
local creds = Instance.new("TextButton")
23
local closeMenu = Instance.new("TextButton")
24
local TextButton_4 = Instance.new("TextButton")
25
local Open = Instance.new("TextButton")
26
local TeleportFrame = Instance.new("Frame")
27
local closetele = Instance.new("TextButton")
28
local TextLabel_6 = Instance.new("TextLabel")
29
local Menubut_2 = Instance.new("TextButton")
30
local Teles = Instance.new("ScrollingFrame")
31
local WoodRUs = Instance.new("TextButton")
32
local Spawn = Instance.new("TextButton")
33
local LandStore = Instance.new("TextButton")
34
local LinksLogic = Instance.new("TextButton")
35
local Cave = Instance.new("TextButton")
36
local Volcano = Instance.new("TextButton")
37
local Swamp = Instance.new("TextButton")
38
local PalmIsland = Instance.new("TextButton")
39
local FancyFurnish = Instance.new("TextButton")
40
local BoxedCars = Instance.new("TextButton")
41
local BobsShack = Instance.new("TextButton")
42
local ShrineOfSight = Instance.new("TextButton")
43
local SkiLodge = Instance.new("TextButton")
44
local FineArtsShop = Instance.new("TextButton")
45
local Dock = Instance.new("TextButton")
46
local EndTime = Instance.new("TextButton")
47
local Bridge = Instance.new("TextButton")
48
local StrangeMan = Instance.new("TextButton")
49
local MainStuffFrame = Instance.new("Frame")
50
local closeCreds = Instance.new("TextButton")
51
local Menubut_3 = Instance.new("TextButton")
52
local TextLabel_7 = Instance.new("TextLabel")
53
local GodAxe = Instance.new("TextButton")
54
local Ws = Instance.new("TextButton")
55
local TextButton_5 = Instance.new("TextButton")
56
local CarFrame = Instance.new("Frame")
57
local closetele_2 = Instance.new("TextButton")
58
local TextLabel_8 = Instance.new("TextLabel")
59
local Menubut_4 = Instance.new("TextButton")
60
local CarFly = Instance.new("TextButton")
61
local OtherGui = Instance.new("Frame")
62
local closetele_3 = Instance.new("TextButton")
63
local TextLabel_9 = Instance.new("TextLabel")
64
local Menubut_5 = Instance.new("TextButton")
65
local k = Instance.new("ScrollingFrame")
66
local RamHub = Instance.new("TextButton")
67
local LuminiHub = Instance.new("TextButton")
68
local CreditsFrame = Instance.new("Frame")
69
local closeCreds_2 = Instance.new("TextButton")
70
local TextLabel_10 = Instance.new("TextLabel")
71
local Menubut_6 = Instance.new("TextButton")
72
local TextLabel_11 = Instance.new("TextLabel")
73
local TextLabel_12 = Instance.new("TextLabel")
74
local TextLabel_13 = Instance.new("TextLabel")
75
76
--Properties:
77
78
Whack.Name = "Whack"
79
Whack.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
80
81
StartLumber.Name = "StartLumber"
82
StartLumber.Parent = Whack
83
StartLumber.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
84
StartLumber.BorderSizePixel = 0
85
StartLumber.Position = UDim2.new(0.3840231, 0, 0.40239042, 0)
86
StartLumber.Size = UDim2.new(0, 240, 0, 98)
87
88
StartBut.Name = "StartBut"
89
StartBut.Parent = StartLumber
90
StartBut.BackgroundColor3 = Color3.fromRGB(102, 102, 102)
91
StartBut.BorderSizePixel = 0
92
StartBut.Position = UDim2.new(0.0712164268, 0, 0.394057214, 0)
93
StartBut.Size = UDim2.new(0, 203, 0, 41)
94
StartBut.Font = Enum.Font.Arial
95
StartBut.Text = "Start"
96
StartBut.TextColor3 = Color3.fromRGB(255, 255, 255)
97
StartBut.TextSize = 30.000
98
StartBut.TextWrapped = true
99
100
closelogin.Name = "close login"
101
closelogin.Parent = StartLumber
102
closelogin.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
103
closelogin.BorderSizePixel = 0
104
closelogin.Position = UDim2.new(0.874060571, 0, -0.00297156046, 0)
105
closelogin.Size = UDim2.new(0, 30, 0, 24)
106
closelogin.Font = Enum.Font.Arial
107
closelogin.Text = "X"
108
closelogin.TextColor3 = Color3.fromRGB(255, 0, 0)
109
closelogin.TextScaled = true
110
closelogin.TextSize = 30.000
111
closelogin.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
112
closelogin.TextWrapped = true
113
114
TextLabel.Parent = StartLumber
115
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
116
TextLabel.BackgroundTransparency = 1.000
117
TextLabel.BorderSizePixel = 0
118
TextLabel.Position = UDim2.new(-0.00412597647, 0, -9.0929927e-05, 0)
119
TextLabel.Size = UDim2.new(0, 130, 0, 25)
120
TextLabel.Font = Enum.Font.Arial
121
TextLabel.Text = "Lumber Tycoon 2"
122
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
123
TextLabel.TextScaled = true
124
TextLabel.TextSize = 14.000
125
TextLabel.TextWrapped = true
126
127
Main.Name = "Main"
128
Main.Parent = Whack
129
Main.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
130
Main.BorderSizePixel = 0
131
Main.Position = UDim2.new(0.406159729, 0, 0.296812713, 0)
132
Main.Size = UDim2.new(0, 338, 0, 201)
133
Main.Visible = false
134
135
closemain.Name = "close main"
136
closemain.Parent = Main
137
closemain.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
138
closemain.BorderSizePixel = 0
139
closemain.Position = UDim2.new(0.909855008, 0, 0.00607693195, 0)
140
closemain.Size = UDim2.new(0, 30, 0, 24)
141
closemain.Font = Enum.Font.Arial
142
closemain.Text = "X"
143
closemain.TextColor3 = Color3.fromRGB(255, 0, 0)
144
closemain.TextScaled = true
145
closemain.TextSize = 30.000
146
closemain.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
147
closemain.TextWrapped = true
148
149
TextLabel_2.Parent = Main
150
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
151
TextLabel_2.BackgroundTransparency = 1.000
152
TextLabel_2.BorderSizePixel = 0
153
TextLabel_2.Position = UDim2.new(0.327235103, 0, -0.00506605441, 0)
154
TextLabel_2.Size = UDim2.new(0, 98, 0, 23)
155
TextLabel_2.Font = Enum.Font.Arial
156
TextLabel_2.Text = "Derp Hub"
157
TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
158
TextLabel_2.TextScaled = true
159
TextLabel_2.TextSize = 14.000
160
TextLabel_2.TextWrapped = true
161
162
TextLabel_3.Parent = Main
163
TextLabel_3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
164
TextLabel_3.BorderSizePixel = 0
165
TextLabel_3.Position = UDim2.new(0.124260403, 0, 0.25373134, 0)
166
TextLabel_3.Size = UDim2.new(0, 237, 0, 28)
167
TextLabel_3.Font = Enum.Font.Arial
168
TextLabel_3.Text = "Welcome USER"
169
TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
170
TextLabel_3.TextScaled = true
171
TextLabel_3.TextSize = 14.000
172
TextLabel_3.TextWrapped = true
173
174
Menubut.Name = "Menubut"
175
Menubut.Parent = Main
176
Menubut.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
177
Menubut.BorderSizePixel = 0
178
Menubut.Position = UDim2.new(0, 0, 0.00497512426, 0)
179
Menubut.Size = UDim2.new(0, 42, 0, 23)
180
Menubut.Font = Enum.Font.Arial
181
Menubut.Text = "Menu"
182
Menubut.TextColor3 = Color3.fromRGB(255, 255, 255)
183
Menubut.TextScaled = true
184
Menubut.TextSize = 14.000
185
Menubut.TextWrapped = true
186
187
TextLabel_4.Parent = Main
188
TextLabel_4.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
189
TextLabel_4.BorderSizePixel = 0
190
TextLabel_4.Position = UDim2.new(0.124260403, 0, 0.462686539, 0)
191
TextLabel_4.Size = UDim2.new(0, 237, 0, 28)
192
TextLabel_4.Font = Enum.Font.Arial
193
TextLabel_4.Text = "Press Menu To Begin"
194
TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
195
TextLabel_4.TextScaled = true
196
TextLabel_4.TextSize = 14.000
197
TextLabel_4.TextWrapped = true
198
199
Menu.Name = "Menu"
200
Menu.Parent = Whack
201
Menu.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
202
Menu.BorderSizePixel = 0
203
Menu.Position = UDim2.new(0.349374413, 0, 0.300796777, 0)
204
Menu.Size = UDim2.new(0, 109, 0, 202)
205
Menu.Visible = false
206
207
TextLabel_5.Parent = Menu
208
TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
209
TextLabel_5.BackgroundTransparency = 1.000
210
TextLabel_5.Position = UDim2.new(-6.99944422e-08, 0, 0, 0)
211
TextLabel_5.Size = UDim2.new(0, 78, 0, 23)
212
TextLabel_5.Font = Enum.Font.Arial
213
TextLabel_5.Text = "Menu"
214
TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
215
TextLabel_5.TextScaled = true
216
TextLabel_5.TextSize = 14.000
217
TextLabel_5.TextWrapped = true
218
219
TextButton.Parent = Menu
220
TextButton.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
221
TextButton.Position = UDim2.new(0.0733944923, 0, 0.153465346, 0)
222
TextButton.Size = UDim2.new(0, 93, 0, 25)
223
TextButton.Font = Enum.Font.Arial
224
TextButton.Text = "Teleports"
225
TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
226
TextButton.TextScaled = true
227
TextButton.TextSize = 14.000
228
TextButton.TextWrapped = true
229
230
TextButton_2.Parent = Menu
231
TextButton_2.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
232
TextButton_2.Position = UDim2.new(0.0733944923, 0, 0.306930691, 0)
233
TextButton_2.Size = UDim2.new(0, 93, 0, 25)
234
TextButton_2.Font = Enum.Font.Arial
235
TextButton_2.Text = "Car"
236
TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
237
TextButton_2.TextScaled = true
238
TextButton_2.TextSize = 14.000
239
TextButton_2.TextWrapped = true
240
241
TextButton_3.Parent = Menu
242
TextButton_3.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
243
TextButton_3.Position = UDim2.new(0.0733944923, 0, 0.475247502, 0)
244
TextButton_3.Size = UDim2.new(0, 93, 0, 25)
245
TextButton_3.Font = Enum.Font.Arial
246
TextButton_3.Text = "Other Guis"
247
TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
248
TextButton_3.TextScaled = true
249
TextButton_3.TextSize = 14.000
250
TextButton_3.TextWrapped = true
251
252
creds.Name = "creds"
253
creds.Parent = Menu
254
creds.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
255
creds.Position = UDim2.new(0.0642201826, 0, 0.821782172, 0)
256
creds.Size = UDim2.new(0, 93, 0, 25)
257
creds.Font = Enum.Font.Arial
258
creds.Text = "Credits"
259
creds.TextColor3 = Color3.fromRGB(255, 255, 255)
260
creds.TextScaled = true
261
creds.TextSize = 14.000
262
creds.TextWrapped = true
263
264
closeMenu.Name = "closeMenu"
265
closeMenu.Parent = Menu
266
closeMenu.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
267
closeMenu.BorderSizePixel = 0
268
closeMenu.Position = UDim2.new(0.643799961, 0, 0.00607693195, 0)
269
closeMenu.Size = UDim2.new(0, 30, 0, 24)
270
closeMenu.Font = Enum.Font.Arial
271
closeMenu.Text = "X"
272
closeMenu.TextColor3 = Color3.fromRGB(255, 0, 0)
273
closeMenu.TextScaled = true
274
closeMenu.TextSize = 30.000
275
closeMenu.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
276
closeMenu.TextWrapped = true
277
278
TextButton_4.Parent = Menu
279
TextButton_4.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
280
TextButton_4.Position = UDim2.new(0.0642201826, 0, 0.63861388, 0)
281
TextButton_4.Size = UDim2.new(0, 93, 0, 25)
282
TextButton_4.Font = Enum.Font.Arial
283
TextButton_4.Text = "Main"
284
TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
285
TextButton_4.TextScaled = true
286
TextButton_4.TextSize = 14.000
287
TextButton_4.TextWrapped = true
288
289
Open.Name = "Open"
290
Open.Parent = Whack
291
Open.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
292
Open.BorderSizePixel = 0
293
Open.Position = UDim2.new(0.455245435, 0, 0.926294804, 0)
294
Open.Size = UDim2.new(0, 93, 0, 37)
295
Open.Visible = false
296
Open.Font = Enum.Font.Arial
297
Open.Text = "Open"
298
Open.TextColor3 = Color3.fromRGB(255, 255, 255)
299
Open.TextScaled = true
300
Open.TextSize = 14.000
301
Open.TextWrapped = true
302
303
TeleportFrame.Name = "TeleportFrame"
304
TeleportFrame.Parent = Whack
305
TeleportFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
306
TeleportFrame.BorderSizePixel = 0
307
TeleportFrame.Position = UDim2.new(0.371511042, 0, 0.268924266, 0)
308
TeleportFrame.Size = UDim2.new(0, 338, 0, 201)
309
TeleportFrame.Visible = false
310
311
closetele.Name = "close tele"
312
closetele.Parent = TeleportFrame
313
closetele.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
314
closetele.BorderSizePixel = 0
315
closetele.Position = UDim2.new(0.909855008, 0, 0.00607693195, 0)
316
closetele.Size = UDim2.new(0, 30, 0, 24)
317
closetele.Font = Enum.Font.Arial
318
closetele.Text = "X"
319
closetele.TextColor3 = Color3.fromRGB(255, 0, 0)
320
closetele.TextScaled = true
321
closetele.TextSize = 30.000
322
closetele.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
323
closetele.TextWrapped = true
324
325
TextLabel_6.Parent = TeleportFrame
326
TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
327
TextLabel_6.BackgroundTransparency = 1.000
328
TextLabel_6.BorderSizePixel = 0
329
TextLabel_6.Position = UDim2.new(0.327235103, 0, -0.00506605441, 0)
330
TextLabel_6.Size = UDim2.new(0, 98, 0, 23)
331
TextLabel_6.Font = Enum.Font.Arial
332
TextLabel_6.Text = "Teleports"
333
TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
334
TextLabel_6.TextScaled = true
335
TextLabel_6.TextSize = 14.000
336
TextLabel_6.TextWrapped = true
337
338
Menubut_2.Name = "Menubut"
339
Menubut_2.Parent = TeleportFrame
340
Menubut_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
341
Menubut_2.BorderSizePixel = 0
342
Menubut_2.Position = UDim2.new(0, 0, 0.00497512426, 0)
343
Menubut_2.Size = UDim2.new(0, 42, 0, 23)
344
Menubut_2.Font = Enum.Font.Arial
345
Menubut_2.Text = "Menu"
346
Menubut_2.TextColor3 = Color3.fromRGB(255, 255, 255)
347
Menubut_2.TextScaled = true
348
Menubut_2.TextSize = 14.000
349
Menubut_2.TextWrapped = true
350
351
Teles.Name = "Teles"
352
Teles.Parent = TeleportFrame
353
Teles.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
354
Teles.BorderSizePixel = 0
355
Teles.Position = UDim2.new(0.0325443819, 0, 0.154228866, 0)
356
Teles.Size = UDim2.new(0, 316, 0, 164)
357
Teles.CanvasSize = UDim2.new(0, 0, 3, 0)
358
359
WoodRUs.Name = "WoodRUs"
360
WoodRUs.Parent = Teles
361
WoodRUs.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
362
WoodRUs.BorderSizePixel = 0
363
WoodRUs.Position = UDim2.new(0.03164557, 0, 0.00497512333, 0)
364
WoodRUs.Size = UDim2.new(0, 112, 0, 42)
365
WoodRUs.Font = Enum.Font.Arial
366
WoodRUs.Text = "Wood R Us"
367
WoodRUs.TextColor3 = Color3.fromRGB(255, 255, 255)
368
WoodRUs.TextScaled = true
369
WoodRUs.TextSize = 14.000
370
WoodRUs.TextWrapped = true
371
372
Spawn.Name = "Spawn"
373
Spawn.Parent = Teles
374
Spawn.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
375
Spawn.BorderSizePixel = 0
376
Spawn.Position = UDim2.new(0.465189874, 0, 0.00497512333, 0)
377
Spawn.Size = UDim2.new(0, 112, 0, 42)
378
Spawn.Font = Enum.Font.Arial
379
Spawn.Text = "Spawn"
380
Spawn.TextColor3 = Color3.fromRGB(255, 255, 255)
381
Spawn.TextScaled = true
382
Spawn.TextSize = 14.000
383
Spawn.TextWrapped = true
384
385
LandStore.Name = "LandStore"
386
LandStore.Parent = Teles
387
LandStore.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
388
LandStore.BorderSizePixel = 0
389
LandStore.Position = UDim2.new(0.03164557, 0, 0.0912106112, 0)
390
LandStore.Size = UDim2.new(0, 112, 0, 42)
391
LandStore.Font = Enum.Font.Arial
392
LandStore.Text = "Land Store"
393
LandStore.TextColor3 = Color3.fromRGB(255, 255, 255)
394
LandStore.TextScaled = true
395
LandStore.TextSize = 14.000
396
LandStore.TextWrapped = true
397
398
LinksLogic.Name = "LinksLogic"
399
LinksLogic.Parent = Teles
400
LinksLogic.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
401
LinksLogic.BorderSizePixel = 0
402
LinksLogic.Position = UDim2.new(0.465189874, 0, 0.0912106112, 0)
403
LinksLogic.Size = UDim2.new(0, 112, 0, 42)
404
LinksLogic.Font = Enum.Font.Arial
405
LinksLogic.Text = "Links Logic"
406
LinksLogic.TextColor3 = Color3.fromRGB(255, 255, 255)
407
LinksLogic.TextScaled = true
408
LinksLogic.TextSize = 14.000
409
LinksLogic.TextWrapped = true
410
411
Cave.Name = "Cave"
412
Cave.Parent = Teles
413
Cave.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
414
Cave.BorderSizePixel = 0
415
Cave.Position = UDim2.new(0.465189874, 0, 0.174129352, 0)
416
Cave.Size = UDim2.new(0, 112, 0, 42)
417
Cave.Font = Enum.Font.Arial
418
Cave.Text = "Cave"
419
Cave.TextColor3 = Color3.fromRGB(255, 255, 255)
420
Cave.TextScaled = true
421
Cave.TextSize = 14.000
422
Cave.TextWrapped = true
423
424
Volcano.Name = "Volcano"
425
Volcano.Parent = Teles
426
Volcano.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
427
Volcano.BorderSizePixel = 0
428
Volcano.Position = UDim2.new(0.0316455662, 0, 0.175787732, 0)
429
Volcano.Size = UDim2.new(0, 112, 0, 42)
430
Volcano.Font = Enum.Font.Arial
431
Volcano.Text = "Volcano"
432
Volcano.TextColor3 = Color3.fromRGB(255, 255, 255)
433
Volcano.TextScaled = true
434
Volcano.TextSize = 14.000
435
Volcano.TextWrapped = true
436
437
Swamp.Name = "Swamp"
438
Swamp.Parent = Teles
439
Swamp.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
440
Swamp.BorderSizePixel = 0
441
Swamp.Position = UDim2.new(0.0316455662, 0, 0.266998351, 0)
442
Swamp.Size = UDim2.new(0, 112, 0, 42)
443
Swamp.Font = Enum.Font.Arial
444
Swamp.Text = "Swamp"
445
Swamp.TextColor3 = Color3.fromRGB(255, 255, 255)
446
Swamp.TextScaled = true
447
Swamp.TextSize = 14.000
448
Swamp.TextWrapped = true
449
450
PalmIsland.Name = "PalmIsland"
451
PalmIsland.Parent = Teles
452
PalmIsland.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
453
PalmIsland.BorderSizePixel = 0
454
PalmIsland.Position = UDim2.new(0.462025315, 0, 0.268656731, 0)
455
PalmIsland.Size = UDim2.new(0, 112, 0, 42)
456
PalmIsland.Font = Enum.Font.Arial
457
PalmIsland.Text = "Palm Island"
458
PalmIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
459
PalmIsland.TextScaled = true
460
PalmIsland.TextSize = 14.000
461
PalmIsland.TextWrapped = true
462
463
FancyFurnish.Name = "FancyFurnish"
464
FancyFurnish.Parent = Teles
465
FancyFurnish.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
466
FancyFurnish.BorderSizePixel = 0
467
FancyFurnish.Position = UDim2.new(0.462025315, 0, 0.364842474, 0)
468
FancyFurnish.Size = UDim2.new(0, 112, 0, 42)
469
FancyFurnish.Font = Enum.Font.Arial
470
FancyFurnish.Text = "Fancy Furnishings"
471
FancyFurnish.TextColor3 = Color3.fromRGB(255, 255, 255)
472
FancyFurnish.TextScaled = true
473
FancyFurnish.TextSize = 14.000
474
FancyFurnish.TextWrapped = true
475
476
BoxedCars.Name = "BoxedCars"
477
BoxedCars.Parent = Teles
478
BoxedCars.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
479
BoxedCars.BorderSizePixel = 0
480
BoxedCars.Position = UDim2.new(0.0316455662, 0, 0.364842474, 0)
481
BoxedCars.Size = UDim2.new(0, 112, 0, 42)
482
BoxedCars.Font = Enum.Font.Arial
483
BoxedCars.Text = "Boxed  Cars"
484
BoxedCars.TextColor3 = Color3.fromRGB(255, 255, 255)
485
BoxedCars.TextScaled = true
486
BoxedCars.TextSize = 14.000
487
BoxedCars.TextWrapped = true
488
489
BobsShack.Name = "BobsShack"
490
BobsShack.Parent = Teles
491
BobsShack.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
492
BobsShack.BorderSizePixel = 0
493
BobsShack.Position = UDim2.new(0.0316455662, 0, 0.452736348, 0)
494
BobsShack.Size = UDim2.new(0, 112, 0, 42)
495
BobsShack.Font = Enum.Font.Arial
496
BobsShack.Text = "Bobs Shack"
497
BobsShack.TextColor3 = Color3.fromRGB(255, 255, 255)
498
BobsShack.TextScaled = true
499
BobsShack.TextSize = 14.000
500
BobsShack.TextWrapped = true
501
502
ShrineOfSight.Name = "ShrineOfSight"
503
ShrineOfSight.Parent = Teles
504
ShrineOfSight.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
505
ShrineOfSight.BorderSizePixel = 0
506
ShrineOfSight.Position = UDim2.new(0.462025315, 0, 0.452736348, 0)
507
ShrineOfSight.Size = UDim2.new(0, 112, 0, 42)
508
ShrineOfSight.Font = Enum.Font.Arial
509
ShrineOfSight.Text = "Shrine Of Sight"
510
ShrineOfSight.TextColor3 = Color3.fromRGB(255, 255, 255)
511
ShrineOfSight.TextScaled = true
512
ShrineOfSight.TextSize = 14.000
513
ShrineOfSight.TextWrapped = true
514
515
SkiLodge.Name = "SkiLodge"
516
SkiLodge.Parent = Teles
517
SkiLodge.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
518
SkiLodge.BorderSizePixel = 0
519
SkiLodge.Position = UDim2.new(0.465189874, 0, 0.548922062, 0)
520
SkiLodge.Size = UDim2.new(0, 112, 0, 42)
521
SkiLodge.Font = Enum.Font.Arial
522
SkiLodge.Text = "Ski Lodge"
523
SkiLodge.TextColor3 = Color3.fromRGB(255, 255, 255)
524
SkiLodge.TextScaled = true
525
SkiLodge.TextSize = 14.000
526
SkiLodge.TextWrapped = true
527
528
FineArtsShop.Name = "FineArtsShop"
529
FineArtsShop.Parent = Teles
530
FineArtsShop.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
531
FineArtsShop.BorderSizePixel = 0
532
FineArtsShop.Position = UDim2.new(0.0316455662, 0, 0.548922062, 0)
533
FineArtsShop.Size = UDim2.new(0, 112, 0, 42)
534
FineArtsShop.Font = Enum.Font.Arial
535
FineArtsShop.Text = "Fine Arts Shop"
536
FineArtsShop.TextColor3 = Color3.fromRGB(255, 255, 255)
537
FineArtsShop.TextScaled = true
538
FineArtsShop.TextSize = 14.000
539
FineArtsShop.TextWrapped = true
540
541
Dock.Name = "Dock"
542
Dock.Parent = Teles
543
Dock.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
544
Dock.BorderSizePixel = 0
545
Dock.Position = UDim2.new(0.0316455662, 0, 0.631840825, 0)
546
Dock.Size = UDim2.new(0, 112, 0, 42)
547
Dock.Font = Enum.Font.Arial
548
Dock.Text = "Dock"
549
Dock.TextColor3 = Color3.fromRGB(255, 255, 255)
550
Dock.TextScaled = true
551
Dock.TextSize = 14.000
552
Dock.TextWrapped = true
553
554
EndTime.Name = "EndTime"
555
EndTime.Parent = Teles
556
EndTime.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
557
EndTime.BorderSizePixel = 0
558
EndTime.Position = UDim2.new(0.465189874, 0, 0.631840825, 0)
559
EndTime.Size = UDim2.new(0, 112, 0, 42)
560
EndTime.Font = Enum.Font.Arial
561
EndTime.Text = "End Times"
562
EndTime.TextColor3 = Color3.fromRGB(255, 255, 255)
563
EndTime.TextScaled = true
564
EndTime.TextSize = 14.000
565
EndTime.TextWrapped = true
566
567
Bridge.Name = "Bridge"
568
Bridge.Parent = Teles
569
Bridge.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
570
Bridge.BorderSizePixel = 0
571
Bridge.Position = UDim2.new(0.462025315, 0, 0.731343329, 0)
572
Bridge.Size = UDim2.new(0, 112, 0, 42)
573
Bridge.Font = Enum.Font.Arial
574
Bridge.Text = "Bridge"
575
Bridge.TextColor3 = Color3.fromRGB(255, 255, 255)
576
Bridge.TextScaled = true
577
Bridge.TextSize = 14.000
578
Bridge.TextWrapped = true
579
580
StrangeMan.Name = "StrangeMan"
581
StrangeMan.Parent = Teles
582
StrangeMan.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
583
StrangeMan.BorderSizePixel = 0
584
StrangeMan.Position = UDim2.new(0.0316455662, 0, 0.731343329, 0)
585
StrangeMan.Size = UDim2.new(0, 112, 0, 42)
586
StrangeMan.Font = Enum.Font.Arial
587
StrangeMan.Text = "Strange Man"
588
StrangeMan.TextColor3 = Color3.fromRGB(255, 255, 255)
589
StrangeMan.TextScaled = true
590
StrangeMan.TextSize = 14.000
591
StrangeMan.TextWrapped = true
592
593
MainStuffFrame.Name = "MainStuffFrame"
594
MainStuffFrame.Parent = Whack
595
MainStuffFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
596
MainStuffFrame.BorderSizePixel = 0
597
MainStuffFrame.Position = UDim2.new(0.462945133, 0, 0.2988047, 0)
598
MainStuffFrame.Size = UDim2.new(0, 338, 0, 201)
599
MainStuffFrame.Visible = false
600
601
closeCreds.Name = "close Creds"
602
closeCreds.Parent = MainStuffFrame
603
closeCreds.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
604
closeCreds.BorderSizePixel = 0
605
closeCreds.Position = UDim2.new(0.909855008, 0, 0.00607693195, 0)
606
closeCreds.Size = UDim2.new(0, 30, 0, 24)
607
closeCreds.Font = Enum.Font.Arial
608
closeCreds.Text = "X"
609
closeCreds.TextColor3 = Color3.fromRGB(255, 0, 0)
610
closeCreds.TextScaled = true
611
closeCreds.TextSize = 30.000
612
closeCreds.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
613
closeCreds.TextWrapped = true
614
615
Menubut_3.Name = "Menubut"
616
Menubut_3.Parent = MainStuffFrame
617
Menubut_3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
618
Menubut_3.BorderSizePixel = 0
619
Menubut_3.Position = UDim2.new(0, 0, 0.00497512426, 0)
620
Menubut_3.Size = UDim2.new(0, 42, 0, 23)
621
Menubut_3.Font = Enum.Font.Arial
622
Menubut_3.Text = "Menu"
623
Menubut_3.TextColor3 = Color3.fromRGB(255, 255, 255)
624
Menubut_3.TextScaled = true
625
Menubut_3.TextSize = 14.000
626
Menubut_3.TextWrapped = true
627
628
TextLabel_7.Parent = MainStuffFrame
629
TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
630
TextLabel_7.BackgroundTransparency = 1.000
631
TextLabel_7.BorderSizePixel = 0
632
TextLabel_7.Position = UDim2.new(0.327235103, 0, -0.00506605441, 0)
633
TextLabel_7.Size = UDim2.new(0, 98, 0, 23)
634
TextLabel_7.Font = Enum.Font.Arial
635
TextLabel_7.Text = "Main"
636
TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
637
TextLabel_7.TextScaled = true
638
TextLabel_7.TextSize = 14.000
639
TextLabel_7.TextWrapped = true
640
641
GodAxe.Name = "GodAxe"
642
GodAxe.Parent = MainStuffFrame
643
GodAxe.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
644
GodAxe.Position = UDim2.new(0.041420117, 0, 0.144278601, 0)
645
GodAxe.Size = UDim2.new(0, 121, 0, 31)
646
GodAxe.Font = Enum.Font.SourceSans
647
GodAxe.Text = "God Axe"
648
GodAxe.TextColor3 = Color3.fromRGB(255, 255, 255)
649
GodAxe.TextSize = 14.000
650
651
Ws.Name = "Ws"
652
Ws.Parent = MainStuffFrame
653
Ws.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
654
Ws.BorderSizePixel = 0
655
Ws.Position = UDim2.new(0.617175937, 0, 0.144278601, 0)
656
Ws.Size = UDim2.new(0, 116, 0, 31)
657
Ws.Font = Enum.Font.Arial
658
Ws.Text = "Walkspeed"
659
Ws.TextColor3 = Color3.fromRGB(255, 255, 255)
660
Ws.TextSize = 14.000
661
662
TextButton_5.Parent = MainStuffFrame
663
TextButton_5.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
664
TextButton_5.BorderSizePixel = 0
665
TextButton_5.Position = UDim2.new(0.617175937, 0, 0.353233844, 0)
666
TextButton_5.Size = UDim2.new(0, 116, 0, 31)
667
TextButton_5.Font = Enum.Font.Arial
668
TextButton_5.Text = "Jump Power"
669
TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
670
TextButton_5.TextSize = 14.000
671
672
CarFrame.Name = "CarFrame"
673
CarFrame.Parent = Whack
674
CarFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
675
CarFrame.BorderSizePixel = 0
676
CarFrame.Position = UDim2.new(0.372473538, 0, 0.268924266, 0)
677
CarFrame.Size = UDim2.new(0, 338, 0, 201)
678
CarFrame.Visible = false
679
680
closetele_2.Name = "close tele"
681
closetele_2.Parent = CarFrame
682
closetele_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
683
closetele_2.BorderSizePixel = 0
684
closetele_2.Position = UDim2.new(0.909855008, 0, 0.00607693195, 0)
685
closetele_2.Size = UDim2.new(0, 30, 0, 24)
686
closetele_2.Font = Enum.Font.Arial
687
closetele_2.Text = "X"
688
closetele_2.TextColor3 = Color3.fromRGB(255, 0, 0)
689
closetele_2.TextScaled = true
690
closetele_2.TextSize = 30.000
691
closetele_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
692
closetele_2.TextWrapped = true
693
694
TextLabel_8.Parent = CarFrame
695
TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
696
TextLabel_8.BackgroundTransparency = 1.000
697
TextLabel_8.BorderSizePixel = 0
698
TextLabel_8.Position = UDim2.new(0.327235103, 0, -0.00506605441, 0)
699
TextLabel_8.Size = UDim2.new(0, 98, 0, 23)
700
TextLabel_8.Font = Enum.Font.Arial
701
TextLabel_8.Text = "Car Stuff"
702
TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
703
TextLabel_8.TextScaled = true
704
TextLabel_8.TextSize = 14.000
705
TextLabel_8.TextWrapped = true
706
707
Menubut_4.Name = "Menubut"
708
Menubut_4.Parent = CarFrame
709
Menubut_4.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
710
Menubut_4.BorderSizePixel = 0
711
Menubut_4.Position = UDim2.new(0, 0, 0.00497512426, 0)
712
Menubut_4.Size = UDim2.new(0, 42, 0, 23)
713
Menubut_4.Font = Enum.Font.Arial
714
Menubut_4.Text = "Menu"
715
Menubut_4.TextColor3 = Color3.fromRGB(255, 255, 255)
716
Menubut_4.TextScaled = true
717
Menubut_4.TextSize = 14.000
718
Menubut_4.TextWrapped = true
719
720
CarFly.Name = "CarFly"
721
CarFly.Parent = CarFrame
722
CarFly.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
723
CarFly.BorderSizePixel = 0
724
CarFly.Position = UDim2.new(0.242603555, 0, 0.189054713, 0)
725
CarFly.Size = UDim2.new(0, 154, 0, 35)
726
CarFly.Font = Enum.Font.SourceSans
727
CarFly.Text = "Car Flight"
728
CarFly.TextColor3 = Color3.fromRGB(255, 255, 255)
729
CarFly.TextScaled = true
730
CarFly.TextSize = 14.000
731
CarFly.TextWrapped = true
732
733
OtherGui.Name = "OtherGui"
734
OtherGui.Parent = Whack
735
OtherGui.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
736
OtherGui.BorderSizePixel = 0
737
OtherGui.Position = UDim2.new(0.336862355, 0, 0.29880476, 0)
738
OtherGui.Size = UDim2.new(0, 338, 0, 201)
739
OtherGui.Visible = false
740
741
closetele_3.Name = "close tele"
742
closetele_3.Parent = OtherGui
743
closetele_3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
744
closetele_3.BorderSizePixel = 0
745
closetele_3.Position = UDim2.new(0.909855008, 0, 0.00607693195, 0)
746
closetele_3.Size = UDim2.new(0, 30, 0, 24)
747
closetele_3.Font = Enum.Font.Arial
748
closetele_3.Text = "X"
749
closetele_3.TextColor3 = Color3.fromRGB(255, 0, 0)
750
closetele_3.TextScaled = true
751
closetele_3.TextSize = 30.000
752
closetele_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
753
closetele_3.TextWrapped = true
754
755
TextLabel_9.Parent = OtherGui
756
TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
757
TextLabel_9.BackgroundTransparency = 1.000
758
TextLabel_9.BorderSizePixel = 0
759
TextLabel_9.Position = UDim2.new(0.327235103, 0, -0.00506605441, 0)
760
TextLabel_9.Size = UDim2.new(0, 98, 0, 23)
761
TextLabel_9.Font = Enum.Font.Arial
762
TextLabel_9.Text = "Other Guis"
763
TextLabel_9.TextColor3 = Color3.fromRGB(255, 255, 255)
764
TextLabel_9.TextScaled = true
765
TextLabel_9.TextSize = 14.000
766
TextLabel_9.TextWrapped = true
767
768
Menubut_5.Name = "Menubut"
769
Menubut_5.Parent = OtherGui
770
Menubut_5.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
771
Menubut_5.BorderSizePixel = 0
772
Menubut_5.Position = UDim2.new(0, 0, 0.00497512426, 0)
773
Menubut_5.Size = UDim2.new(0, 42, 0, 23)
774
Menubut_5.Font = Enum.Font.Arial
775
Menubut_5.Text = "Menu"
776
Menubut_5.TextColor3 = Color3.fromRGB(255, 255, 255)
777
Menubut_5.TextScaled = true
778
Menubut_5.TextSize = 14.000
779
Menubut_5.TextWrapped = true
780
781
k.Name = "k"
782
k.Parent = OtherGui
783
k.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
784
k.BorderSizePixel = 0
785
k.Position = UDim2.new(0.0295857992, 0, 0.154228851, 0)
786
k.Size = UDim2.new(0, 317, 0, 153)
787
k.CanvasSize = UDim2.new(0, 0, 3, 0)
788
789
RamHub.Name = "RamHub"
790
RamHub.Parent = k
791
RamHub.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
792
RamHub.BorderSizePixel = 0
793
RamHub.Position = UDim2.new(0.0252365954, 0, 0.00985269714, 0)
794
RamHub.Size = UDim2.new(0, 116, 0, 36)
795
RamHub.Font = Enum.Font.Arial
796
RamHub.Text = "Ram Hub"
797
RamHub.TextColor3 = Color3.fromRGB(255, 255, 255)
798
RamHub.TextScaled = true
799
RamHub.TextSize = 14.000
800
RamHub.TextWrapped = true
801
802
LuminiHub.Name = "LuminiHub"
803
LuminiHub.Parent = k
804
LuminiHub.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
805
LuminiHub.BorderSizePixel = 0
806
LuminiHub.Position = UDim2.new(0.501577258, 0, 0.00985269714, 0)
807
LuminiHub.Size = UDim2.new(0, 116, 0, 36)
808
LuminiHub.Font = Enum.Font.Arial
809
LuminiHub.Text = "Luminous Hub"
810
LuminiHub.TextColor3 = Color3.fromRGB(255, 255, 255)
811
LuminiHub.TextScaled = true
812
LuminiHub.TextSize = 14.000
813
LuminiHub.TextWrapped = true
814
815
CreditsFrame.Name = "CreditsFrame"
816
CreditsFrame.Parent = Whack
817
CreditsFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
818
CreditsFrame.BorderSizePixel = 0
819
CreditsFrame.Position = UDim2.new(0.462945104, 0, 0.296812713, 0)
820
CreditsFrame.Size = UDim2.new(0, 338, 0, 201)
821
CreditsFrame.Visible = false
822
823
closeCreds_2.Name = "close Creds"
824
closeCreds_2.Parent = CreditsFrame
825
closeCreds_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
826
closeCreds_2.BorderSizePixel = 0
827
closeCreds_2.Position = UDim2.new(0.909855008, 0, 0.00607693195, 0)
828
closeCreds_2.Size = UDim2.new(0, 30, 0, 24)
829
closeCreds_2.Font = Enum.Font.Arial
830
closeCreds_2.Text = "X"
831
closeCreds_2.TextColor3 = Color3.fromRGB(255, 0, 0)
832
closeCreds_2.TextScaled = true
833
closeCreds_2.TextSize = 30.000
834
closeCreds_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
835
closeCreds_2.TextWrapped = true
836
837
TextLabel_10.Parent = CreditsFrame
838
TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
839
TextLabel_10.BackgroundTransparency = 1.000
840
TextLabel_10.BorderSizePixel = 0
841
TextLabel_10.Position = UDim2.new(0.327235103, 0, -0.00506605441, 0)
842
TextLabel_10.Size = UDim2.new(0, 98, 0, 23)
843
TextLabel_10.Font = Enum.Font.Arial
844
TextLabel_10.Text = "Credits"
845
TextLabel_10.TextColor3 = Color3.fromRGB(255, 255, 255)
846
TextLabel_10.TextScaled = true
847
TextLabel_10.TextSize = 14.000
848
TextLabel_10.TextWrapped = true
849
850
Menubut_6.Name = "Menubut"
851
Menubut_6.Parent = CreditsFrame
852
Menubut_6.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
853
Menubut_6.BorderSizePixel = 0
854
Menubut_6.Position = UDim2.new(0, 0, 0.00497512426, 0)
855
Menubut_6.Size = UDim2.new(0, 42, 0, 23)
856
Menubut_6.Font = Enum.Font.Arial
857
Menubut_6.Text = "Menu"
858
Menubut_6.TextColor3 = Color3.fromRGB(255, 255, 255)
859
Menubut_6.TextScaled = true
860
Menubut_6.TextSize = 14.000
861
Menubut_6.TextWrapped = true
862
863
TextLabel_11.Parent = CreditsFrame
864
TextLabel_11.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
865
TextLabel_11.BorderSizePixel = 0
866
TextLabel_11.Position = UDim2.new(0.00887573976, 0, 0.199004978, 0)
867
TextLabel_11.Size = UDim2.new(0, 258, 0, 19)
868
TextLabel_11.ZIndex = 3
869
TextLabel_11.Font = Enum.Font.Arial
870
TextLabel_11.Text = "PostmanPat#6520: Ui/Owner"
871
TextLabel_11.TextColor3 = Color3.fromRGB(255, 255, 255)
872
TextLabel_11.TextScaled = true
873
TextLabel_11.TextSize = 14.000
874
TextLabel_11.TextWrapped = true
875
TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
876
877
TextLabel_12.Parent = CreditsFrame
878
TextLabel_12.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
879
TextLabel_12.BorderSizePixel = 0
880
TextLabel_12.Position = UDim2.new(0.0266272184, 0, 0.293532342, 0)
881
TextLabel_12.Size = UDim2.new(0, 316, 0, 19)
882
TextLabel_12.ZIndex = 3
883
TextLabel_12.Font = Enum.Font.Arial
884
TextLabel_12.Text = "Averias#9622 also z_8#7489: Teleports"
885
TextLabel_12.TextColor3 = Color3.fromRGB(255, 255, 255)
886
TextLabel_12.TextScaled = true
887
TextLabel_12.TextSize = 14.000
888
TextLabel_12.TextWrapped = true
889
TextLabel_12.TextXAlignment = Enum.TextXAlignment.Left
890
891
TextLabel_13.Parent = CreditsFrame
892
TextLabel_13.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
893
TextLabel_13.BorderSizePixel = 0
894
TextLabel_13.Position = UDim2.new(0.00887573976, 0, 0.388059705, 0)
895
TextLabel_13.Size = UDim2.new(0, 334, 0, 19)
896
TextLabel_13.ZIndex = 3
897
TextLabel_13.Font = Enum.Font.Arial
898
TextLabel_13.Text = "Aaliyah#0001/ice_age2019: Ram Hub"
899
TextLabel_13.TextColor3 = Color3.fromRGB(255, 255, 255)
900
TextLabel_13.TextScaled = true
901
TextLabel_13.TextSize = 14.000
902
TextLabel_13.TextWrapped = true
903
TextLabel_13.TextXAlignment = Enum.TextXAlignment.Left
904
905
-- Scripts:
906
907
local function UIDIELV_fake_script() -- StartBut.RainbowTheStart 
908
	local script = Instance.new('LocalScript', StartBut)
909
910
	--//SHADZYDEV//--
911
	local r = {
912
		Color3.fromRGB(254, 0, 0);		--red
913
		Color3.fromRGB(255, 127, 0);	--orange
914
		Color3.fromRGB(255, 221, 1);	--yellow
915
		Color3.fromRGB(0, 200, 0);		--green
916
		Color3.fromRGB(0, 160, 199);	--light blue
917
		Color3.fromRGB(0, 55, 230);		--dark blue
918
		Color3.fromRGB(129, 16, 210)}	--purple
919
	local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
920
	script.Parent.TextColor3 = r[1]
921
	i = 1
922
	while true do
923
	local tween = game:GetService("TweenService"):Create(script.Parent, info, {
924
		TextColor3 = r[i]})
925
	tween:Play()
926
	repeat wait() until tween.Completed
927
	wait(0.1)
928
	if i == #r then i = 1 else i = i + 1 end
929
	end
930
end
931
coroutine.wrap(UIDIELV_fake_script)()
932
local function ETHOQ_fake_script() -- StartBut.LocalScript 
933
	local script = Instance.new('LocalScript', StartBut)
934
935
	script.Parent.MouseButton1Down:Connect(function()
936
		script.Parent.Parent.Parent.Main.Visible = true
937
		script.Parent.Parent.Parent.StartLumber.Visible = false
938
	end)
939
end
940
coroutine.wrap(ETHOQ_fake_script)()
941
local function TIPTJU_fake_script() -- closelogin.LocalScript 
942
	local script = Instance.new('LocalScript', closelogin)
943
944
	script.Parent.MouseButton1Down:Connect(function()
945
		script.Parent.Parent.Parent.StartLumber.Visible = false
946
	end)
947
end
948
coroutine.wrap(TIPTJU_fake_script)()
949
local function MVCPJT_fake_script() -- StartLumber.LocalScript 
950
	local script = Instance.new('LocalScript', StartLumber)
951
952
	script.Parent.Active = true
953
	script.Parent.Draggable = true
954
end
955
coroutine.wrap(MVCPJT_fake_script)()
956
local function TZEF_fake_script() -- closemain.LocalScript 
957
	local script = Instance.new('LocalScript', closemain)
958
959
	script.Parent.MouseButton1Down:Connect(function()
960
		script.Parent.Parent.Parent.Main.Visible = false
961
		script.Parent.Parent.Parent.Open.Visible = true
962
	end)
963
end
964
coroutine.wrap(TZEF_fake_script)()
965
local function VIXKG_fake_script() -- TextLabel_3.LocalScript 
966
	local script = Instance.new('LocalScript', TextLabel_3)
967
968
	local plr = game.Players.LocalPlayer
969
	
970
	script.Parent.Text = "Welcome"
971
	wait (1)
972
	script.Parent.Text = plr
973
	
974
end
975
coroutine.wrap(VIXKG_fake_script)()
976
local function WXGQNR_fake_script() -- Menubut.LocalScript 
977
	local script = Instance.new('LocalScript', Menubut)
978
979
	script.Parent.MouseButton1Down:Connect(function()
980
		script.Parent.Parent.Parent.Menu.Visible = true
981
	end)
982
end
983
coroutine.wrap(WXGQNR_fake_script)()
984
local function OQKFF_fake_script() -- Main.LocalScript 
985
	local script = Instance.new('LocalScript', Main)
986
987
	script.Parent.Active = true
988
	script.Parent.Draggable = true
989
end
990
coroutine.wrap(OQKFF_fake_script)()
991
local function EVIRC_fake_script() -- TextButton.LocalScript 
992
	local script = Instance.new('LocalScript', TextButton)
993
994
	script.Parent.MouseButton1Down:Connect(function()
995
		script.Parent.Parent.Parent.TeleportFrame.Visible = true
996
		script.Parent.Parent.Parent.CarFrame.Visible = false
997
		script.Parent.Parent.Parent.Main.Visible = false
998
		script.Parent.Parent.Parent.OtherGui.Visible = false
999
		script.Parent.Parent.Parent.CreditsFrame.Visible = false
1000
		script.Parent.Parent.Parent.MainStuffFrame.Visible = false
1001
	end)
1002
end
1003
coroutine.wrap(EVIRC_fake_script)()
1004
local function RUCUXLS_fake_script() -- TextButton_2.LocalScript 
1005
	local script = Instance.new('LocalScript', TextButton_2)
1006
1007
	script.Parent.MouseButton1Down:Connect(function()
1008
		script.Parent.Parent.Parent.TeleportFrame.Visible = false
1009
		script.Parent.Parent.Parent.CarFrame.Visible = true
1010
		script.Parent.Parent.Parent.Main.Visible = false
1011
		script.Parent.Parent.Parent.OtherGui.Visible = false
1012
		script.Parent.Parent.Parent.CreditsFrame.Visible = false
1013
		script.Parent.Parent.Parent.MainStuffFrame.Visible = false
1014
	end)
1015
end
1016
coroutine.wrap(RUCUXLS_fake_script)()
1017
local function OYCXQNB_fake_script() -- TextButton_3.LocalScript 
1018
	local script = Instance.new('LocalScript', TextButton_3)
1019
1020
	script.Parent.MouseButton1Down:Connect(function()
1021
		script.Parent.Parent.Parent.TeleportFrame.Visible = false
1022
		script.Parent.Parent.Parent.CarFrame.Visible = false
1023
		script.Parent.Parent.Parent.Main.Visible = false
1024
		script.Parent.Parent.Parent.OtherGui.Visible = true
1025
		script.Parent.Parent.Parent.CreditsFrame.Visible = false
1026
		script.Parent.Parent.Parent.MainStuffFrame.Visible = false
1027
	end)
1028
end
1029
coroutine.wrap(OYCXQNB_fake_script)()
1030
local function XKQYAT_fake_script() -- creds.LocalScript 
1031
	local script = Instance.new('LocalScript', creds)
1032
1033
	script.Parent.MouseButton1Down:Connect(function()
1034
		script.Parent.Parent.Parent.TeleportFrame.Visible = false
1035
		script.Parent.Parent.Parent.CarFrame.Visible = false
1036
		script.Parent.Parent.Parent.Main.Visible = false
1037
		script.Parent.Parent.Parent.OtherGui.Visible = false
1038
		script.Parent.Parent.Parent.CreditsFrame.Visible = true
1039
	end)
1040
end
1041
coroutine.wrap(XKQYAT_fake_script)()
1042
local function XOTOF_fake_script() -- closeMenu.LocalScript 
1043
	local script = Instance.new('LocalScript', closeMenu)
1044
1045
	script.Parent.MouseButton1Down:Connect(function()
1046
		script.Parent.Parent.Parent.Menu.Visible = false
1047
	end)
1048
end
1049
coroutine.wrap(XOTOF_fake_script)()
1050
local function LAPK_fake_script() -- Menu.LocalScript 
1051
	local script = Instance.new('LocalScript', Menu)
1052
1053
	script.Parent.Active = true
1054
	script.Parent.Draggable = true
1055
end
1056
coroutine.wrap(LAPK_fake_script)()
1057
local function CXVCUKT_fake_script() -- TextButton_4.LocalScript 
1058
	local script = Instance.new('LocalScript', TextButton_4)
1059
1060
	script.Parent.MouseButton1Down:Connect(function()
1061
		script.Parent.Parent.Parent.TeleportFrame.Visible = false
1062
		script.Parent.Parent.Parent.CarFrame.Visible = false
1063
		script.Parent.Parent.Parent.Main.Visible = false
1064
		script.Parent.Parent.Parent.OtherGui.Visible = false
1065
		script.Parent.Parent.Parent.CreditsFrame.Visible = false
1066
		script.Parent.Parent.Parent.MainStuffFrame.Visible = true
1067
	end)
1068
end
1069
coroutine.wrap(CXVCUKT_fake_script)()
1070
local function UVKSVR_fake_script() -- Open.RainbowTheOpen 
1071
	local script = Instance.new('LocalScript', Open)
1072
1073
	--//SHADZYDEV//--
1074
	local r = {
1075
		Color3.fromRGB(254, 0, 0);		--red
1076
		Color3.fromRGB(255, 127, 0);	--orange
1077
		Color3.fromRGB(255, 221, 1);	--yellow
1078
		Color3.fromRGB(0, 200, 0);		--green
1079
		Color3.fromRGB(0, 160, 199);	--light blue
1080
		Color3.fromRGB(0, 55, 230);		--dark blue
1081
		Color3.fromRGB(129, 16, 210)}	--purple
1082
	local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
1083
	script.Parent.TextColor3 = r[1]
1084
	i = 1
1085
	while true do
1086
	local tween = game:GetService("TweenService"):Create(script.Parent, info, {
1087
		TextColor3 = r[i]})
1088
	tween:Play()
1089
	repeat wait() until tween.Completed
1090
	wait(0.1)
1091
	if i == #r then i = 1 else i = i + 1 end
1092
	end
1093
end
1094
coroutine.wrap(UVKSVR_fake_script)()
1095
local function COIYBPG_fake_script() -- Open.LocalScript 
1096
	local script = Instance.new('LocalScript', Open)
1097
1098
	script.Parent.MouseButton1Down:Connect(function()
1099
		script.Parent.Parent.Main.Visible = true
1100
		script.Parent.Parent.Open.Visible = false
1101
	end)
1102
end
1103
coroutine.wrap(COIYBPG_fake_script)()
1104
local function JXGTHHQ_fake_script() -- closetele.LocalScript 
1105
	local script = Instance.new('LocalScript', closetele)
1106
1107
	script.Parent.MouseButton1Down:Connect(function()
1108
		script.Parent.Parent.Parent.TeleportFrame.Visible = false
1109
		script.Parent.Parent.Parent.Open.Visible = true
1110
	end)
1111
end
1112
coroutine.wrap(JXGTHHQ_fake_script)()
1113
local function WMJSV_fake_script() -- Menubut_2.LocalScript 
1114
	local script = Instance.new('LocalScript', Menubut_2)
1115
1116
	script.Parent.MouseButton1Down:Connect(function()
1117
		script.Parent.Parent.Parent.Menu.Visible = true
1118
	end)
1119
end
1120
coroutine.wrap(WMJSV_fake_script)()
1121
local function ZUIXD_fake_script() -- TeleportFrame.LocalScript 
1122
	local script = Instance.new('LocalScript', TeleportFrame)
1123
1124
	script.Parent.Active = true
1125
	script.Parent.Draggable = true
1126
end
1127
coroutine.wrap(ZUIXD_fake_script)()
1128
local function ZBFNHT_fake_script() -- WoodRUs.LocalScript 
1129
	local script = Instance.new('LocalScript', WoodRUs)
1130
1131
	script.Parent.MouseButton1Down:Connect(function()
1132
		function Tlprt(Cframe)
1133
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1134
	    wait(0.1)
1135
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1136
	end
1137
	Tlprt(CFrame.new(265, 5, 57))
1138
	end)
1139
end
1140
coroutine.wrap(ZBFNHT_fake_script)()
1141
local function OODA_fake_script() -- Spawn.LocalScript 
1142
	local script = Instance.new('LocalScript', Spawn)
1143
1144
	script.Parent.MouseButton1Down:Connect(function()
1145
	function Tlprt(Cframe)
1146
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1147
	    wait(0.1)
1148
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1149
	end
1150
	Tlprt(CFrame.new(155, 5, 74))
1151
	end)
1152
end
1153
coroutine.wrap(OODA_fake_script)()
1154
local function ZFHKHJ_fake_script() -- LandStore.LocalScript 
1155
	local script = Instance.new('LocalScript', LandStore)
1156
1157
	script.Parent.MouseButton1Down:Connect(function()
1158
	function Tlprt(Cframe)
1159
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1160
	    wait(0.1)
1161
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1162
	end
1163
	Tlprt(CFrame.new(258, 5, -99))
1164
	end)
1165
end
1166
coroutine.wrap(ZFHKHJ_fake_script)()
1167
local function GEOMW_fake_script() -- LinksLogic.LocalScript 
1168
	local script = Instance.new('LocalScript', LinksLogic)
1169
1170
	script.Parent.MouseButton1Down:Connect(function()
1171
	function Tlprt(Cframe)
1172
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1173
	    wait(0.1)
1174
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1175
	end
1176
	Tlprt(CFrame.new(4607, 9, -798))
1177
	end)
1178
end
1179
coroutine.wrap(GEOMW_fake_script)()
1180
local function MHAIHR_fake_script() -- Cave.LocalScript 
1181
	local script = Instance.new('LocalScript', Cave)
1182
1183
	script.Parent.MouseButton1Down:Connect(function()
1184
	function Tlprt(Cframe)
1185
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1186
	    wait(0.1)
1187
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1188
	end
1189
	Tlprt(CFrame.new(3581, -177, 430))
1190
	end)
1191
end
1192
coroutine.wrap(MHAIHR_fake_script)()
1193
local function FDCJAOH_fake_script() -- Volcano.LocalScript 
1194
	local script = Instance.new('LocalScript', Volcano)
1195
1196
	script.Parent.MouseButton1Down:Connect(function()
1197
	function Tlprt(Cframe)
1198
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1199
	    wait(0.1)
1200
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1201
	end
1202
	Tlprt(CFrame.new(-1585, 625, 1140))
1203
	end)
1204
end
1205
coroutine.wrap(FDCJAOH_fake_script)()
1206
local function KCRFH_fake_script() -- Swamp.LocalScript 
1207
	local script = Instance.new('LocalScript', Swamp)
1208
1209
	script.Parent.MouseButton1Down:Connect(function()
1210
	function Tlprt(Cframe)
1211
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1212
	    wait(0.1)
1213
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1214
	end
1215
	Tlprt(CFrame.new(-1209, 138, -801))
1216
	end)
1217
end
1218
coroutine.wrap(KCRFH_fake_script)()
1219
local function CTCIB_fake_script() -- PalmIsland.LocalScript 
1220
	local script = Instance.new('LocalScript', PalmIsland)
1221
1222
	script.Parent.MouseButton1Down:Connect(function()
1223
	function Tlprt(Cframe)
1224
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1225
	    wait(0.1)
1226
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1227
	end
1228
	Tlprt(CFrame.new(2549, 5, -42))
1229
	end)
1230
end
1231
coroutine.wrap(CTCIB_fake_script)()
1232
local function TKZS_fake_script() -- FancyFurnish.LocalScript 
1233
	local script = Instance.new('LocalScript', FancyFurnish)
1234
1235
	script.Parent.MouseButton1Down:Connect(function()
1236
	function Tlprt(Cframe)
1237
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1238
	    wait(0.1)
1239
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1240
	end
1241
	Tlprt(CFrame.new(491, 13, -1720))
1242
	end)
1243
end
1244
coroutine.wrap(TKZS_fake_script)()
1245
local function DBILOGP_fake_script() -- BoxedCars.LocalScript 
1246
	local script = Instance.new('LocalScript', BoxedCars)
1247
1248
	script.Parent.MouseButton1Down:Connect(function()
1249
	function Tlprt(Cframe)
1250
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1251
	    wait(0.1)
1252
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1253
	end
1254
	Tlprt(CFrame.new(509, 5.2, -1463))
1255
	end)
1256
end
1257
coroutine.wrap(DBILOGP_fake_script)()
1258
local function UIXOE_fake_script() -- BobsShack.LocalScript 
1259
	local script = Instance.new('LocalScript', BobsShack)
1260
1261
	script.Parent.MouseButton1Down:Connect(function()
1262
	function Tlprt(Cframe)
1263
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1264
	    wait(0.1)
1265
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1266
	end
1267
	Tlprt(CFrame.new(260, 10, -2542))
1268
	end)
1269
end
1270
coroutine.wrap(UIXOE_fake_script)()
1271
local function DFIT_fake_script() -- ShrineOfSight.LocalScript 
1272
	local script = Instance.new('LocalScript', ShrineOfSight)
1273
1274
	script.Parent.MouseButton1Down:Connect(function()
1275
	function Tlprt(Cframe)
1276
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1277
	    wait(0.1)
1278
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1279
	end
1280
	Tlprt(CFrame.new(-1600, 205, 919))
1281
	end)
1282
end
1283
coroutine.wrap(DFIT_fake_script)()
1284
local function AHQGHL_fake_script() -- SkiLodge.LocalScript 
1285
	local script = Instance.new('LocalScript', SkiLodge)
1286
1287
	script.Parent.MouseButton1Down:Connect(function()
1288
	function Tlprt(Cframe)
1289
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1290
	    wait(0.1)
1291
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1292
	end
1293
	Tlprt(CFrame.new(1244, 66, 2306))
1294
	end)
1295
end
1296
coroutine.wrap(AHQGHL_fake_script)()
1297
local function TBUD_fake_script() -- FineArtsShop.LocalScript 
1298
	local script = Instance.new('LocalScript', FineArtsShop)
1299
1300
	script.Parent.MouseButton1Down:Connect(function()
1301
	function Tlprt(Cframe)
1302
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1303
	    wait(0.1)
1304
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1305
	end
1306
	Tlprt(CFrame.new(5207, -156, 719))
1307
	end)
1308
end
1309
coroutine.wrap(TBUD_fake_script)()
1310
local function CWCZPA_fake_script() -- Dock.LocalScript 
1311
	local script = Instance.new('LocalScript', Dock)
1312
1313
	script.Parent.MouseButton1Down:Connect(function()
1314
	function Tlprt(Cframe)
1315
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1316
	    wait(0.1)
1317
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1318
	end
1319
	Tlprt(CFrame.new(1114, 3.2, -197))
1320
	end)
1321
end
1322
coroutine.wrap(CWCZPA_fake_script)()
1323
local function XNOF_fake_script() -- EndTime.LocalScript 
1324
	local script = Instance.new('LocalScript', EndTime)
1325
1326
	script.Parent.MouseButton1Down:Connect(function()
1327
	function Tlprt(Cframe)
1328
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1329
	    wait(0.1)
1330
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1331
	end
1332
	Tlprt(CFrame.new(113, -204, -951))
1333
	end)
1334
end
1335
coroutine.wrap(XNOF_fake_script)()
1336
local function LSNMUNG_fake_script() -- Bridge.LocalScript 
1337
	local script = Instance.new('LocalScript', Bridge)
1338
1339
	script.Parent.MouseButton1Down:Connect(function()
1340
	function Tlprt(Cframe)
1341
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1342
	    wait(0.1)
1343
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1344
	end
1345
	Tlprt(CFrame.new(113, -204, -951))
1346
	end)
1347
end
1348
coroutine.wrap(LSNMUNG_fake_script)()
1349
local function KXFER_fake_script() -- StrangeMan.LocalScript 
1350
	local script = Instance.new('LocalScript', StrangeMan)
1351
1352
	script.Parent.MouseButton1Down:Connect(function()
1353
	function Tlprt(Cframe)
1354
	    game.Players.LocalPlayer.Character.Humanoid.Jump = true
1355
	    wait(0.1)
1356
	    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
1357
	end
1358
	Tlprt(CFrame.new(1061, 20, 1131))
1359
	end)
1360
end
1361
coroutine.wrap(KXFER_fake_script)()
1362
local function YZJS_fake_script() -- closeCreds.LocalScript 
1363
	local script = Instance.new('LocalScript', closeCreds)
1364
1365
	script.Parent.MouseButton1Down:Connect(function()
1366
		script.Parent.Parent.Parent.MainStuffFrame.Visible = false
1367
		script.Parent.Parent.Parent.Open.Visible = true
1368
	end)
1369
end
1370
coroutine.wrap(YZJS_fake_script)()
1371
local function MBJL_fake_script() -- Menubut_3.LocalScript 
1372
	local script = Instance.new('LocalScript', Menubut_3)
1373
1374
	script.Parent.MouseButton1Down:Connect(function()
1375
		script.Parent.Parent.Parent.Menu.Visible = true
1376
	end)
1377
end
1378
coroutine.wrap(MBJL_fake_script)()
1379
local function IVAWF_fake_script() -- MainStuffFrame.LocalScript 
1380
	local script = Instance.new('LocalScript', MainStuffFrame)
1381
1382
	script.Parent.Active = true
1383
	script.Parent.Draggable = true
1384
end
1385
coroutine.wrap(IVAWF_fake_script)()
1386
local function CETOW_fake_script() -- GodAxe.LocalScript 
1387
	local script = Instance.new('LocalScript', GodAxe)
1388
1389
	script.Parent.MouseButton1Down:Connect(function()
1390
		function GetAxe()
1391
	if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
1392
	return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
1393
	end
1394
	end
1395
	
1396
	local HitPoints={
1397
	['GoldAxe']= 50;
1398
	['BasicHatchet']= 0.2;
1399
	['Axe1']= 0.55;
1400
	['Axe2']= 0.93;
1401
	['AxeAlphaTesters']= 1.5;
1402
	['Rukiryaxe']= 1.68;
1403
	['Axe3']= 1.45;
1404
	['AxeBetaTesters']= 1.45;
1405
	['FireAxe']= 0.6;
1406
	['SilverAxe']= 1.6;
1407
	['EndTimesAxe']= 10000000;
1408
	['AxeChicken']= 0.1;
1409
	['CandyCaneAxe']= 0;
1410
	}
1411
	
1412
	local Pressing = false
1413
	
1414
	local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
1415
	mouse1.Button1Down:connect(function(key)
1416
	       Pressing=true
1417
	       poop(GetAxe())
1418
	end)
1419
	
1420
	local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
1421
	mouse1.Button1Down:connect(function(key)
1422
	       Pressing=false
1423
	end)
1424
	
1425
	function cut(Height,Tool)
1426
	local Tree=game.Players.LocalPlayer:GetMouse().Target
1427
	game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
1428
	["cuttingClass"] = "Axe",
1429
	["cooldown"] = 0,
1430
	["hitPoints"] = HitPoints[Tool.ToolName.Value],
1431
	["sectionId"] = 1,
1432
	["tool"] = Tool,
1433
	["faceVector"] = Vector3.new(-1,0,0),
1434
	["height"] = Height})
1435
	end
1436
	
1437
	function poop(Tool)
1438
	   while Pressing do
1439
	       for i=1,100 do
1440
	wait()
1441
	cut(_G.SIZE,Tool)
1442
	cut(1,Tool)
1443
	end
1444
	   end
1445
	end
1446
	end)
1447
	
1448
	
1449
	CustomLocationSet = false
1450
	
1451
	CustomLocationSet = false
1452
	
1453
	
1454
	
1455
	StealA.MouseButton1Click:connect(function()
1456
		local plr = TextBox.Text
1457
	local StealType = "Tool"
1458
	
1459
	local Times = 0
1460
	for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
1461
	if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == plr then
1462
	if StealType ~= "TreeClass" then
1463
	if v:FindFirstChild("Type") and tostring(v.Type.Value) == StealType then
1464
	if v.PrimaryPart then
1465
	v.PrimaryPart.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
1466
	game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
1467
	v.PrimaryPart.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
1468
	game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
1469
	v.PrimaryPart.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
1470
	Times = Times + 1
1471
	if Times == 10 then
1472
	Times = 0
1473
	wait(0.1)
1474
	end
1475
	end
1476
	end
1477
	else
1478
	if v:FindFirstChild("TreeClass") then
1479
	if v.WoodSection then
1480
	v.WoodSection.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
1481
	game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.WoodSection)
1482
	v.WoodSection.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
1483
	game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.WoodSection)
1484
	v.WoodSection.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
1485
	Times = Times + 1
1486
	if Times == 10 then
1487
	Times = 0
1488
	wait(0.1)
1489
	end
1490
	end
1491
	end
1492
	end
1493
	end
1494
	end
1495
	end)
1496
end
1497
coroutine.wrap(CETOW_fake_script)()
1498
local function CGHMJ_fake_script() -- Ws.LocalScript 
1499
	local script = Instance.new('LocalScript', Ws)
1500
1501
	script.Parent.MouseButton1Down:Connect(function()
1502
			plr.Humanoid.WalkSpeed = 100
1503
			wait(7)
1504
			plr.Humanoid.WalkSpeed = 16
1505
	end)
1506
end
1507
coroutine.wrap(CGHMJ_fake_script)()
1508
local function FCPISH_fake_script() -- TextButton_5.LocalScript 
1509
	local script = Instance.new('LocalScript', TextButton_5)
1510
1511
	script.Parent.MouseButton1Down:Connect(function()
1512
			plr.Humanoid.JumpPower = 200
1513
			wait(7)
1514
			plr.Humanoid.JumpPower = 50
1515
	end)
1516
end
1517
coroutine.wrap(FCPISH_fake_script)()
1518
local function BRLJEBP_fake_script() -- closetele_2.LocalScript 
1519
	local script = Instance.new('LocalScript', closetele_2)
1520
1521
	script.Parent.MouseButton1Down:Connect(function()
1522
		script.Parent.Parent.Parent.CarFrame.Visible = false
1523
		script.Parent.Parent.Parent.Open.Visible = true
1524
	end)
1525
end
1526
coroutine.wrap(BRLJEBP_fake_script)()
1527
local function NRLLA_fake_script() -- Menubut_4.LocalScript 
1528
	local script = Instance.new('LocalScript', Menubut_4)
1529
1530
	script.Parent.MouseButton1Down:Connect(function()
1531
		script.Parent.Parent.Parent.Menu.Visible = true
1532
	end)
1533
end
1534
coroutine.wrap(NRLLA_fake_script)()
1535
local function BXHVIMZ_fake_script() -- CarFrame.LocalScript 
1536
	local script = Instance.new('LocalScript', CarFrame)
1537
1538
	script.Parent.Active = true
1539
	script.Parent.Draggable = true
1540
end
1541
coroutine.wrap(BXHVIMZ_fake_script)()
1542
local function XLWTJ_fake_script() -- CarFly.LocalScript 
1543
	local script = Instance.new('LocalScript', CarFly)
1544
1545
	script.Parent.MouseButton1Down:Connect(function()
1546
			   local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
1547
	   hint.Text = "Press Z To Toggle"
1548
	   hint.Name = game.JobId
1549
	repeat wait()
1550
	    until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
1551
	local mouse = game.Players.LocalPlayer:GetMouse()
1552
	repeat wait() until mouse
1553
	local plr = game.Players.LocalPlayer
1554
	local torso = plr.Character.Torso
1555
	local flying = true
1556
	local deb = true
1557
	local ctrl = {f = 0, b = 0, l = 0, r = 0}
1558
	local lastctrl = {f = 0, b = 0, l = 0, r = 0}
1559
	local maxspeed = 500
1560
	local speed = 0
1561
	 
1562
	function Fly()
1563
	local bg = Instance.new("BodyGyro", torso)
1564
	bg.P = 9e4
1565
	bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1566
	bg.cframe = torso.CFrame
1567
	local bv = Instance.new("BodyVelocity", torso)
1568
	bv.velocity = Vector3.new(0,0.1,0)
1569
	bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
1570
	repeat wait()
1571
	plr.Character.Humanoid.PlatformStand = false
1572
	if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
1573
	speed = speed+125.0+(speed/maxspeed)
1574
	if speed > maxspeed then
1575
	speed = maxspeed
1576
	end
1577
	elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
1578
	speed = speed-250
1579
	if speed < 0 then
1580
	speed = 0
1581
	end
1582
	end
1583
	if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
1584
	bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1585
	lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
1586
	elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
1587
	bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1588
	else
1589
	bv.velocity = Vector3.new(0,0.1,0)
1590
	end
1591
	bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
1592
	until not flying
1593
	ctrl = {f = 0, b = 0, l = 0, r = 0}
1594
	lastctrl = {f = 0, b = 0, l = 0, r = 0}
1595
	speed = 0
1596
	bg:Destroy()
1597
	bv:Destroy()
1598
	plr.Character.Humanoid.PlatformStand = false
1599
	end
1600
	mouse.KeyDown:connect(function(key)
1601
	if key:lower() == "z" then
1602
	if flying then flying = false
1603
	else
1604
	flying = true
1605
	Fly()
1606
	end
1607
	elseif key:lower() == "w" then
1608
	ctrl.f = 1
1609
	elseif key:lower() == "s" then
1610
	ctrl.b = -1
1611
	elseif key:lower() == "a" then
1612
	ctrl.l = -1
1613
	elseif key:lower() == "d" then
1614
	ctrl.r = 1
1615
	end
1616
	end)
1617
	mouse.KeyUp:connect(function(key)
1618
	if key:lower() == "w" then
1619
	ctrl.f = 0
1620
	elseif key:lower() == "s" then
1621
	ctrl.b = 0
1622
	elseif key:lower() == "a" then
1623
	ctrl.l = 0
1624
	elseif key:lower() == "d" then
1625
	ctrl.r = 0
1626
	end
1627
	wait(5)
1628
	hint:Destroy()
1629
	end)
1630
	Fly()
1631
	end)
1632
end
1633
coroutine.wrap(XLWTJ_fake_script)()
1634
local function LNFABJK_fake_script() -- closetele_3.LocalScript 
1635
	local script = Instance.new('LocalScript', closetele_3)
1636
1637
	script.Parent.MouseButton1Down:Connect(function()
1638
		script.Parent.Parent.Parent.OtherGui.Visible = false
1639
		script.Parent.Parent.Parent.Open.Visible = true
1640
	end)
1641
end
1642
coroutine.wrap(LNFABJK_fake_script)()
1643
local function QJFEXX_fake_script() -- Menubut_5.LocalScript 
1644
	local script = Instance.new('LocalScript', Menubut_5)
1645
1646
	script.Parent.MouseButton1Down:Connect(function()
1647
		script.Parent.Parent.Parent.Menu.Visible = true
1648
	end)
1649
end
1650
coroutine.wrap(QJFEXX_fake_script)()
1651
local function RKTQJTL_fake_script() -- OtherGui.LocalScript 
1652
	local script = Instance.new('LocalScript', OtherGui)
1653
1654
	script.Parent.Active = true
1655
	script.Parent.Draggable = true
1656
end
1657
coroutine.wrap(RKTQJTL_fake_script)()
1658
local function TOTQSQ_fake_script() -- RamHub.LocalScript 
1659
	local script = Instance.new('LocalScript', RamHub)
1660
1661
	script.Parent.MouseButton1Down:Connect(function()
1662
		loadstring(game:GetObjects("rbxassetid://4515871345")[1].Source)()
1663
	end)
1664
end
1665
coroutine.wrap(TOTQSQ_fake_script)()
1666
local function STTDEED_fake_script() -- LuminiHub.LocalScript 
1667
	local script = Instance.new('LocalScript', LuminiHub)
1668
1669
	script.Parent.MouseButton1Down:Connect(function()
1670
		-- Made by: Colyn#1234, Godz_Hi on YT go sub and also go sub to JJK on YT
1671
	-- Instances:
1672
	
1673
	local ScreenGui = Instance.new("ScreenGui")
1674
	local homemain = Instance.new("Frame")
1675
	local BAR = Instance.new("TextButton")
1676
	local GUIS = Instance.new("TextButton")
1677
	local GUIS_Roundify_12px = Instance.new("ImageLabel")
1678
	local Teleports = Instance.new("TextButton")
1679
	local Scripts_Roundify_12px = Instance.new("ImageLabel")
1680
	local Home = Instance.new("TextButton")
1681
	local Home_Roundify_12px = Instance.new("ImageLabel")
1682
	local close = Instance.new("TextButton")
1683
	local close_Roundify_12px = Instance.new("ImageLabel")
1684
	local destroy = Instance.new("TextButton")
1685
	local destroy_Roundify_12px = Instance.new("ImageLabel")
1686
	local DiscordLogo = Instance.new("ImageLabel")
1687
	local Discordname = Instance.new("TextLabel")
1688
	local LuminousHub = Instance.new("TextLabel")
1689
	local Local = Instance.new("TextButton")
1690
	local GUIS_Roundify_12px_2 = Instance.new("ImageLabel")
1691
	local YoutubeLogo = Instance.new("ImageLabel")
1692
	local Youtubename = Instance.new("TextLabel")
1693
	local JJKLogo = Instance.new("ImageLabel")
1694
	local JJKName1 = Instance.new("TextLabel")
1695
	local JJKName2 = Instance.new("TextLabel")
1696
	local JJKName3 = Instance.new("TextLabel")
1697
	local JJKName4 = Instance.new("TextLabel")
1698
	local JJKName5 = Instance.new("TextLabel")
1699
	local openmain = Instance.new("Frame")
1700
	local open = Instance.new("TextButton")
1701
	local Roundify = Instance.new("ImageLabel")
1702
	local guimain = Instance.new("Frame")
1703
	local BAR_2 = Instance.new("TextButton")
1704
	local GUIS_2 = Instance.new("TextButton")
1705
	local GUIS_Roundify_12px_3 = Instance.new("ImageLabel")
1706
	local Teleports_2 = Instance.new("TextButton")
1707
	local Scripts_Roundify_12px_2 = Instance.new("ImageLabel")
1708
	local Home_2 = Instance.new("TextButton")
1709
	local Home_Roundify_12px_2 = Instance.new("ImageLabel")
1710
	local close_2 = Instance.new("TextButton")
1711
	local close_Roundify_12px_2 = Instance.new("ImageLabel")
1712
	local destroy_2 = Instance.new("TextButton")
1713
	local destroy_Roundify_12px_2 = Instance.new("ImageLabel")
1714
	local GUIS_3 = Instance.new("TextLabel")
1715
	local Local_2 = Instance.new("TextButton")
1716
	local GUIS_Roundify_12px_4 = Instance.new("ImageLabel")
1717
	local Dirt = Instance.new("TextButton")
1718
	local Dirt_Roundify_12px = Instance.new("ImageLabel")
1719
	local BLOOD = Instance.new("TextButton")
1720
	local BLOOD_Roundify_12px = Instance.new("ImageLabel")
1721
	local FERRY = Instance.new("TextButton")
1722
	local Ferry_Roundify_12px = Instance.new("ImageLabel")
1723
	local Syntax = Instance.new("TextButton")
1724
	local Syntax_Roundify_12px = Instance.new("ImageLabel")
1725
	local Venyx = Instance.new("TextButton")
1726
	local Venyx_Roundify_12px = Instance.new("ImageLabel")
1727
	local Dark = Instance.new("TextButton")
1728
	local DarkLumber_Roundify_12px = Instance.new("ImageLabel")
1729
	local Extreme = Instance.new("TextButton")
1730
	local ExtremeLumber_Roundify_12px = Instance.new("ImageLabel")
1731
	local Walls = Instance.new("TextButton")
1732
	local Walls_Roundify_12px = Instance.new("ImageLabel")
1733
	local BringUp = Instance.new("TextButton")
1734
	local BringUp_Roundify_12px = Instance.new("ImageLabel")
1735
	local LOCAL = Instance.new("Frame")
1736
	local BAR_3 = Instance.new("TextButton")
1737
	local GUIS_4 = Instance.new("TextButton")
1738
	local GUIS_Roundify_12px_5 = Instance.new("ImageLabel")
1739
	local Teleports_3 = Instance.new("TextButton")
1740
	local Scripts_Roundify_12px_3 = Instance.new("ImageLabel")
1741
	local Home_3 = Instance.new("TextButton")
1742
	local Home_Roundify_12px_3 = Instance.new("ImageLabel")
1743
	local close_3 = Instance.new("TextButton")
1744
	local close_Roundify_12px_3 = Instance.new("ImageLabel")
1745
	local destroy_3 = Instance.new("TextButton")
1746
	local destroy_Roundify_12px_3 = Instance.new("ImageLabel")
1747
	local Local_3 = Instance.new("TextLabel")
1748
	local Local_4 = Instance.new("TextButton")
1749
	local GUIS_Roundify_12px_6 = Instance.new("ImageLabel")
1750
	local Walkspeed = Instance.new("TextButton")
1751
	local walktext = Instance.new("TextBox")
1752
	local Jumpower = Instance.new("TextButton")
1753
	local jumptext = Instance.new("TextBox")
1754
	local TELEPORTS = Instance.new("Frame")
1755
	local GUIS_5 = Instance.new("TextButton")
1756
	local GUIS_Roundify_12px_7 = Instance.new("ImageLabel")
1757
	local Teleports_4 = Instance.new("TextButton")
1758
	local Scripts_Roundify_12px_4 = Instance.new("ImageLabel")
1759
	local Home_4 = Instance.new("TextButton")
1760
	local Home_Roundify_12px_4 = Instance.new("ImageLabel")
1761
	local close_4 = Instance.new("TextButton")
1762
	local close_Roundify_12px_4 = Instance.new("ImageLabel")
1763
	local destroy_4 = Instance.new("TextButton")
1764
	local destroy_Roundify_12px_4 = Instance.new("ImageLabel")
1765
	local Teleports_5 = Instance.new("TextLabel")
1766
	local Local_5 = Instance.new("TextButton")
1767
	local GUIS_Roundify_12px_8 = Instance.new("ImageLabel")
1768
	local TeleportScroll = Instance.new("ScrollingFrame")
1769
	local Player4 = Instance.new("TextButton")
1770
	local BLOOD_Roundify_12px_2 = Instance.new("ImageLabel")
1771
	local LinksLogic = Instance.new("TextButton")
1772
	local BringUp_Roundify_12px_2 = Instance.new("ImageLabel")
1773
	local LandStore = Instance.new("TextButton")
1774
	local DarkLumber_Roundify_12px_2 = Instance.new("ImageLabel")
1775
	local Player1 = Instance.new("TextButton")
1776
	local Dirt_Roundify_12px_2 = Instance.new("ImageLabel")
1777
	local Fancy = Instance.new("TextButton")
1778
	local ExtremeLumber_Roundify_12px_2 = Instance.new("ImageLabel")
1779
	local Player3 = Instance.new("TextButton")
1780
	local Ferry_Roundify_12px_2 = Instance.new("ImageLabel")
1781
	local Spawn = Instance.new("TextButton")
1782
	local Syntax_Roundify_12px_2 = Instance.new("ImageLabel")
1783
	local WoodRUS = Instance.new("TextButton")
1784
	local Venyx_Roundify_12px_2 = Instance.new("ImageLabel")
1785
	local BoxedCars = Instance.new("TextButton")
1786
	local Walls_Roundify_12px_2 = Instance.new("ImageLabel")
1787
	local PlayerTp = Instance.new("TextLabel")
1788
	local Player2 = Instance.new("TextButton")
1789
	local BLOOD_Roundify_12px_3 = Instance.new("ImageLabel")
1790
	local Player5 = Instance.new("TextButton")
1791
	local BLOOD_Roundify_12px_4 = Instance.new("ImageLabel")
1792
	local Player6 = Instance.new("TextButton")
1793
	local BLOOD_Roundify_12px_5 = Instance.new("ImageLabel")
1794
	local PlayerName = Instance.new("TextLabel")
1795
	local Volcano = Instance.new("TextButton")
1796
	local BringUp_Roundify_12px_3 = Instance.new("ImageLabel")
1797
	local TPTO = Instance.new("TextButton")
1798
	local BLOOD_Roundify_12px_6 = Instance.new("ImageLabel")
1799
	local TPTOBASE = Instance.new("TextButton")
1800
	local BLOOD_Roundify_12px_7 = Instance.new("ImageLabel")
1801
	local FineArts = Instance.new("TextButton")
1802
	local BringUp_Roundify_12px_4 = Instance.new("ImageLabel")
1803
	local BobsShack = Instance.new("TextButton")
1804
	local BringUp_Roundify_12px_5 = Instance.new("ImageLabel")
1805
	local StrangeMan = Instance.new("TextButton")
1806
	local BringUp_Roundify_12px_6 = Instance.new("ImageLabel")
1807
	local Dock = Instance.new("TextButton")
1808
	local BringUp_Roundify_12px_7 = Instance.new("ImageLabel")
1809
	local SkiLodge = Instance.new("TextButton")
1810
	local BringUp_Roundify_12px_8 = Instance.new("ImageLabel")
1811
	local TheDen = Instance.new("TextButton")
1812
	local BringUp_Roundify_12px_9 = Instance.new("ImageLabel")
1813
	local Cave = Instance.new("TextButton")
1814
	local BringUp_Roundify_12px_10 = Instance.new("ImageLabel")
1815
	local Frost = Instance.new("TextButton")
1816
	local BringUp_Roundify_12px_11 = Instance.new("ImageLabel")
1817
	local Swamp = Instance.new("TextButton")
1818
	local BringUp_Roundify_12px_12 = Instance.new("ImageLabel")
1819
	local SnowGlow = Instance.new("TextButton")
1820
	local BringUp_Roundify_12px_13 = Instance.new("ImageLabel")
1821
	local Palm = Instance.new("TextButton")
1822
	local BringUp_Roundify_12px_14 = Instance.new("ImageLabel")
1823
	local Phantom = Instance.new("TextButton")
1824
	local BringUp_Roundify_12px_15 = Instance.new("ImageLabel")
1825
	local BAR_4 = Instance.new("TextButton")
1826
	
1827
	--Properties:
1828
	
1829
	ScreenGui.Parent = game.CoreGui
1830
	
1831
	homemain.Name = "homemain"
1832
	homemain.Parent = ScreenGui
1833
	homemain.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
1834
	homemain.Position = UDim2.new(0.569401622, 0, 0.265224874, 0)
1835
	homemain.Size = UDim2.new(0, 657, 0, 412)
1836
	homemain.Visible = false
1837
	homemain.Active = true
1838
	homemain.Draggable = true
1839
	
1840
	BAR.Name = "BAR"
1841
	BAR.Parent = homemain
1842
	BAR.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
1843
	BAR.BorderSizePixel = 0
1844
	BAR.Position = UDim2.new(0, 34, 0, 39)
1845
	BAR.Selectable = false
1846
	BAR.Size = UDim2.new(0, 588, 0, 328)
1847
	BAR.AutoButtonColor = false
1848
	BAR.Font = Enum.Font.SourceSans
1849
	BAR.Text = ""
1850
	BAR.TextColor3 = Color3.new(0, 0, 0)
1851
	BAR.TextSize = 14
1852
	
1853
	JJKLogo.Name = "JJK Logo"
1854
	JJKLogo.Parent = homemain
1855
	JJKLogo.BackgroundColor3 = Color3.new(1, 1, 1)
1856
	JJKLogo.BorderColor3 = Color3.new(1, 1, 1)
1857
	JJKLogo.Position = UDim2.new(0.383918941, 0, 0.238160074, 0)
1858
	JJKLogo.Size = UDim2.new(0, 150, 0, 120)
1859
	JJKLogo.Image = "rbxassetid://4514628974"
1860
	
1861
	JJKName1.Name = "JJK Name 1"
1862
	JJKName1.Parent = homemain
1863
	JJKName1.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1864
	JJKName1.BackgroundTransparency = 1
1865
	JJKName1.BorderSizePixel = 0
1866
	JJKName1.Position = UDim2.new(0.383918941, 0, 0.531642199, 0)
1867
	JJKName1.Size = UDim2.new(0, 150, 0, 33)
1868
	JJKName1.Font = Enum.Font.Cartoon
1869
	JJKName1.Text = "Big thanks to JJK"
1870
	JJKName1.TextColor3 = Color3.new(1, 0.886275, 0)
1871
	JJKName1.TextSize = 18
1872
	
1873
	JJKName2.Name = "JJK Name 2"
1874
	JJKName2.Parent = homemain
1875
	JJKName2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1876
	JJKName2.BackgroundTransparency = 1
1877
	JJKName2.BorderSizePixel = 0
1878
	JJKName2.Position = UDim2.new(0.383918941, 0, 0.611739337, 0)
1879
	JJKName2.Size = UDim2.new(0, 150, 0, 33)
1880
	JJKName2.Font = Enum.Font.Cartoon
1881
	JJKName2.Text = "for showcasing my GUI"
1882
	JJKName2.TextColor3 = Color3.new(1, 0.886275, 0)
1883
	JJKName2.TextSize = 18
1884
	
1885
	JJKName3.Name = "JJK Name 3"
1886
	JJKName3.Parent = homemain
1887
	JJKName3.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1888
	JJKName3.BackgroundTransparency = 1
1889
	JJKName3.BorderSizePixel = 0
1890
	JJKName3.Position = UDim2.new(0.383918941, 0, 0.691836417, 0)
1891
	JJKName3.Size = UDim2.new(0, 150, 0, 33)
1892
	JJKName3.Font = Enum.Font.Cartoon
1893
	JJKName3.Text = "and for being a awesome"
1894
	JJKName3.TextColor3 = Color3.new(1, 0.886275, 0)
1895
	JJKName3.TextSize = 18
1896
	
1897
	JJKName4.Name = "JJK Name 4"
1898
	JJKName4.Parent = homemain
1899
	JJKName4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1900
	JJKName4.BackgroundTransparency = 1
1901
	JJKName4.BorderSizePixel = 0
1902
	JJKName4.Position = UDim2.new(0.383918941, 0, 0.771933496, 0)
1903
	JJKName4.Size = UDim2.new(0, 150, 0, 33)
1904
	JJKName4.Font = Enum.Font.Cartoon
1905
	JJKName4.Text = "Youtuber. Make sure to"
1906
	JJKName4.TextColor3 = Color3.new(1, 0.886275, 0)
1907
	JJKName4.TextSize = 18
1908
	
1909
	JJKName5.Name = "JJK Name 5"
1910
	JJKName5.Parent = homemain
1911
	JJKName5.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1912
	JJKName5.BackgroundTransparency = 1
1913
	JJKName5.BorderSizePixel = 0
1914
	JJKName5.Position = UDim2.new(0.383918941, 0, 0.820477188, 0)
1915
	JJKName5.Size = UDim2.new(0, 150, 0, 33)
1916
	JJKName5.Font = Enum.Font.Cartoon
1917
	JJKName5.Text = "subscribe to him!"
1918
	JJKName5.TextColor3 = Color3.new(1, 0.886275, 0)
1919
	JJKName5.TextSize = 18
1920
	
1921
	
1922
	GUIS.Name = "GUIS"
1923
	GUIS.Parent = homemain
1924
	GUIS.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1925
	GUIS.BackgroundTransparency = 1
1926
	GUIS.BorderSizePixel = 0
1927
	GUIS.Position = UDim2.new(0.282014757, 0, 0.902581155, 0)
1928
	GUIS.Size = UDim2.new(0, 135, 0, 35)
1929
	GUIS.ZIndex = 6
1930
	GUIS.Font = Enum.Font.Cartoon
1931
	GUIS.Text = "GUIS"
1932
	GUIS.TextColor3 = Color3.new(1, 0.886275, 0)
1933
	GUIS.TextSize = 30
1934
	GUIS.MouseButton1Down:connect(function()
1935
	guimain.Visible = true
1936
	homemain.Visible = false	
1937
	end)
1938
	
1939
	GUIS_Roundify_12px.Name = "GUIS_Roundify_12px"
1940
	GUIS_Roundify_12px.Parent = GUIS
1941
	GUIS_Roundify_12px.Active = true
1942
	GUIS_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
1943
	GUIS_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
1944
	GUIS_Roundify_12px.BackgroundTransparency = 1
1945
	GUIS_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
1946
	GUIS_Roundify_12px.Selectable = true
1947
	GUIS_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
1948
	GUIS_Roundify_12px.ZIndex = 5
1949
	GUIS_Roundify_12px.Image = "rbxassetid://3570695787"
1950
	GUIS_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1951
	GUIS_Roundify_12px.ScaleType = Enum.ScaleType.Slice
1952
	GUIS_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
1953
	
1954
	Teleports.Name = "Teleports"
1955
	Teleports.Parent = homemain
1956
	Teleports.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1957
	Teleports.BackgroundTransparency = 1
1958
	Teleports.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
1959
	Teleports.BorderSizePixel = 0
1960
	Teleports.Position = UDim2.new(0.512433946, 0, 0.902581096, 0)
1961
	Teleports.Size = UDim2.new(0, 135, 0, 35)
1962
	Teleports.ZIndex = 2
1963
	Teleports.Font = Enum.Font.Cartoon
1964
	Teleports.Text = "Teleports"
1965
	Teleports.TextColor3 = Color3.new(1, 0.886275, 0)
1966
	Teleports.TextSize = 30
1967
	Teleports.MouseButton1Down:connect(function()
1968
	TELEPORTS.Visible = true
1969
	homemain.Visible = false	
1970
	end)
1971
	
1972
	Scripts_Roundify_12px.Name = "Scripts_Roundify_12px"
1973
	Scripts_Roundify_12px.Parent = Teleports
1974
	Scripts_Roundify_12px.Active = true
1975
	Scripts_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
1976
	Scripts_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
1977
	Scripts_Roundify_12px.BackgroundTransparency = 1
1978
	Scripts_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
1979
	Scripts_Roundify_12px.Selectable = true
1980
	Scripts_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
1981
	Scripts_Roundify_12px.Image = "rbxassetid://3570695787"
1982
	Scripts_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1983
	Scripts_Roundify_12px.ScaleType = Enum.ScaleType.Slice
1984
	Scripts_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
1985
	
1986
	Home.Name = "Home"
1987
	Home.Parent = homemain
1988
	Home.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
1989
	Home.BackgroundTransparency = 1
1990
	Home.BorderSizePixel = 0
1991
	Home.Position = UDim2.new(0.0512947068, 0, 0.902581155, 0)
1992
	Home.Size = UDim2.new(0, 135, 0, 35)
1993
	Home.ZIndex = 2
1994
	Home.Font = Enum.Font.Cartoon
1995
	Home.Text = "Home"
1996
	Home.TextColor3 = Color3.new(1, 0.886275, 0)
1997
	Home.TextSize = 30
1998
	Home.MouseButton1Down:connect(function()
1999
	homemain.Visible = true	
2000
	end)
2001
	
2002
	Home_Roundify_12px.Name = "Home_Roundify_12px"
2003
	Home_Roundify_12px.Parent = Home
2004
	Home_Roundify_12px.Active = true
2005
	Home_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2006
	Home_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2007
	Home_Roundify_12px.BackgroundTransparency = 1
2008
	Home_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
2009
	Home_Roundify_12px.Selectable = true
2010
	Home_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
2011
	Home_Roundify_12px.Image = "rbxassetid://3570695787"
2012
	Home_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2013
	Home_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2014
	Home_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2015
	
2016
	close.Name = "close"
2017
	close.Parent = homemain
2018
	close.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2019
	close.BackgroundTransparency = 1
2020
	close.BorderSizePixel = 0
2021
	close.Position = UDim2.new(0.717252195, 0, 0.00965547562, 0)
2022
	close.Size = UDim2.new(0, 150, 0, 30)
2023
	close.ZIndex = 2
2024
	close.Font = Enum.Font.Cartoon
2025
	close.Text = "CLOSE"
2026
	close.TextColor3 = Color3.new(1, 0, 0)
2027
	close.TextSize = 30
2028
	close.MouseButton1Down:connect(function()
2029
	homemain.Visible = false
2030
	openmain.Visible = true
2031
	end)
2032
	
2033
	close_Roundify_12px.Name = "close_Roundify_12px"
2034
	close_Roundify_12px.Parent = close
2035
	close_Roundify_12px.Active = true
2036
	close_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2037
	close_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2038
	close_Roundify_12px.BackgroundTransparency = 1
2039
	close_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
2040
	close_Roundify_12px.Selectable = true
2041
	close_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
2042
	close_Roundify_12px.Image = "rbxassetid://3570695787"
2043
	close_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2044
	close_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2045
	close_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2046
	
2047
	destroy.Name = "destroy"
2048
	destroy.Parent = homemain
2049
	destroy.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2050
	destroy.BackgroundTransparency = 1
2051
	destroy.BorderSizePixel = 0
2052
	destroy.Position = UDim2.new(0.0505855829, 0, 0.00847127475, 0)
2053
	destroy.Size = UDim2.new(0, 150, 0, 30)
2054
	destroy.ZIndex = 2
2055
	destroy.Font = Enum.Font.Cartoon
2056
	destroy.Text = "DESTROY"
2057
	destroy.TextColor3 = Color3.new(1, 0, 0)
2058
	destroy.TextSize = 30
2059
	destroy.MouseButton1Down:connect(function()
2060
	ScreenGui:Destroy()	
2061
	end)
2062
	
2063
	destroy_Roundify_12px.Name = "destroy_Roundify_12px"
2064
	destroy_Roundify_12px.Parent = destroy
2065
	destroy_Roundify_12px.Active = true
2066
	destroy_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2067
	destroy_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2068
	destroy_Roundify_12px.BackgroundTransparency = 1
2069
	destroy_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
2070
	destroy_Roundify_12px.Selectable = true
2071
	destroy_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
2072
	destroy_Roundify_12px.Image = "rbxassetid://3570695787"
2073
	destroy_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2074
	destroy_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2075
	destroy_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2076
	
2077
	DiscordLogo.Name = "Discord Logo"
2078
	DiscordLogo.Parent = homemain
2079
	DiscordLogo.BackgroundColor3 = Color3.new(1, 1, 1)
2080
	DiscordLogo.BorderColor3 = Color3.new(1, 1, 1)
2081
	DiscordLogo.Position = UDim2.new(0.694421232, 0, 0.240587249, 0)
2082
	DiscordLogo.Size = UDim2.new(0, 150, 0, 120)
2083
	DiscordLogo.Image = "rbxassetid://4510822560"
2084
	
2085
	Discordname.Name = "Discord name"
2086
	Discordname.Parent = homemain
2087
	Discordname.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2088
	Discordname.BackgroundTransparency = 1
2089
	Discordname.BorderSizePixel = 0
2090
	Discordname.Position = UDim2.new(0.583310127, 0, 0.531642199, 0)
2091
	Discordname.Size = UDim2.new(0, 296, 0, 33)
2092
	Discordname.Font = Enum.Font.Cartoon
2093
	Discordname.Text = "Discord: Colyn#1234"
2094
	Discordname.TextColor3 = Color3.new(1, 0.886275, 0)
2095
	Discordname.TextSize = 18
2096
	
2097
	LuminousHub.Name = "Luminous Hub"
2098
	LuminousHub.Parent = homemain
2099
	LuminousHub.BackgroundColor3 = Color3.new(1, 1, 1)
2100
	LuminousHub.BackgroundTransparency = 1
2101
	LuminousHub.BorderSizePixel = 0
2102
	LuminousHub.Position = UDim2.new(0.34667474, 0, 0.00245677261, 0)
2103
	LuminousHub.Size = UDim2.new(0, 200, 0, 34)
2104
	LuminousHub.Font = Enum.Font.Cartoon
2105
	LuminousHub.Text = "Luminous Hub"
2106
	LuminousHub.TextColor3 = Color3.new(1, 0.533333, 0)
2107
	LuminousHub.TextSize = 36
2108
	
2109
	Local.Name = "Local"
2110
	Local.Parent = homemain
2111
	Local.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2112
	Local.BackgroundTransparency = 1
2113
	Local.BorderSizePixel = 0
2114
	Local.Position = UDim2.new(0.740157843, 0, 0.902581096, 0)
2115
	Local.Size = UDim2.new(0, 135, 0, 35)
2116
	Local.ZIndex = 2
2117
	Local.Font = Enum.Font.Cartoon
2118
	Local.Text = "Local"
2119
	Local.TextColor3 = Color3.new(1, 0.886275, 0)
2120
	Local.TextSize = 30
2121
	Local.MouseButton1Down:connect(function()
2122
	LOCAL.Visible = true
2123
	homemain.Visible = false	
2124
	end)
2125
	
2126
	GUIS_Roundify_12px_2.Name = "GUIS_Roundify_12px"
2127
	GUIS_Roundify_12px_2.Parent = Local
2128
	GUIS_Roundify_12px_2.Active = true
2129
	GUIS_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
2130
	GUIS_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
2131
	GUIS_Roundify_12px_2.BackgroundTransparency = 1
2132
	GUIS_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
2133
	GUIS_Roundify_12px_2.Selectable = true
2134
	GUIS_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
2135
	GUIS_Roundify_12px_2.Image = "rbxassetid://3570695787"
2136
	GUIS_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2137
	GUIS_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
2138
	GUIS_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
2139
	
2140
	YoutubeLogo.Name = "Youtube Logo"
2141
	YoutubeLogo.Parent = homemain
2142
	YoutubeLogo.BackgroundColor3 = Color3.new(1, 1, 1)
2143
	YoutubeLogo.BorderColor3 = Color3.new(1, 1, 1)
2144
	YoutubeLogo.Position = UDim2.new(0.0764607936, 0, 0.240587264, 0)
2145
	YoutubeLogo.Size = UDim2.new(0, 150, 0, 120)
2146
	YoutubeLogo.Image = "rbxassetid://4510609956"
2147
	
2148
	Youtubename.Name = "Youtube name"
2149
	Youtubename.Parent = homemain
2150
	Youtubename.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2151
	Youtubename.BackgroundTransparency = 1
2152
	Youtubename.BorderSizePixel = 0
2153
	Youtubename.Position = UDim2.new(-0.034650296, 0, 0.531642199, 0)
2154
	Youtubename.Size = UDim2.new(0, 296, 0, 33)
2155
	Youtubename.Font = Enum.Font.Cartoon
2156
	Youtubename.Text = "Youtube: Godz_Hi"
2157
	Youtubename.TextColor3 = Color3.new(1, 0.886275, 0)
2158
	Youtubename.TextSize = 24
2159
	
2160
	openmain.Name = "openmain"
2161
	openmain.Parent = ScreenGui
2162
	openmain.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2163
	openmain.BorderSizePixel = 0
2164
	openmain.Position = UDim2.new(0.00740283914, 0, 0.420204967, 0)
2165
	openmain.Size = UDim2.new(0, 60, 0, 20)
2166
	openmain.Active = true
2167
	openmain.Draggable = true
2168
	
2169
	open.Name = "open"
2170
	open.Parent = openmain
2171
	open.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2172
	open.BorderColor3 = Color3.new(0.415686, 0, 0)
2173
	open.BorderSizePixel = 0
2174
	open.Position = UDim2.new(-0.01402843, 0, -0.00467264652, 0)
2175
	open.Size = UDim2.new(0, 60, 0, 20)
2176
	open.ZIndex = 3
2177
	open.Font = Enum.Font.Cartoon
2178
	open.Text = "OPEN"
2179
	open.TextColor3 = Color3.new(1, 0, 0)
2180
	open.TextSize = 16
2181
	open.MouseButton1Down:connect(function()
2182
	openmain.Visible = false
2183
	homemain.Visible = true	
2184
	end)
2185
	
2186
	Roundify.Name = "Roundify"
2187
	Roundify.Parent = open
2188
	Roundify.AnchorPoint = Vector2.new(0.5, 0.5)
2189
	Roundify.BackgroundColor3 = Color3.new(1, 1, 1)
2190
	Roundify.BackgroundTransparency = 1
2191
	Roundify.Position = UDim2.new(0.5, 0, 0.5, 0)
2192
	Roundify.Size = UDim2.new(1, 8, 1, 8)
2193
	Roundify.ZIndex = 2
2194
	Roundify.Image = "rbxassetid://3570695787"
2195
	Roundify.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2196
	Roundify.ScaleType = Enum.ScaleType.Slice
2197
	Roundify.SliceCenter = Rect.new(100, 100, 100, 100)
2198
	
2199
	guimain.Name = "guimain"
2200
	guimain.Parent = ScreenGui
2201
	guimain.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
2202
	guimain.BorderSizePixel = 0
2203
	guimain.Position = UDim2.new(0.569093168, 0, 0.26840052, 0)
2204
	guimain.Size = UDim2.new(0, 657, 0, 412)
2205
	guimain.Visible = false
2206
	guimain.Active = true
2207
	guimain.Draggable = true
2208
	
2209
	BAR_2.Name = "BAR"
2210
	BAR_2.Parent = guimain
2211
	BAR_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
2212
	BAR_2.BorderSizePixel = 0
2213
	BAR_2.Position = UDim2.new(0, 35, 0, 41)
2214
	BAR_2.Selectable = false
2215
	BAR_2.Size = UDim2.new(0, 588, 0, 328)
2216
	BAR_2.AutoButtonColor = false
2217
	BAR_2.Font = Enum.Font.SourceSans
2218
	BAR_2.Text = ""
2219
	BAR_2.TextColor3 = Color3.new(0, 0, 0)
2220
	BAR_2.TextSize = 14
2221
	
2222
	GUIS_2.Name = "GUIS"
2223
	GUIS_2.Parent = guimain
2224
	GUIS_2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2225
	GUIS_2.BackgroundTransparency = 1
2226
	GUIS_2.BorderSizePixel = 0
2227
	GUIS_2.Position = UDim2.new(0.282014757, 0, 0.902581155, 0)
2228
	GUIS_2.Size = UDim2.new(0, 135, 0, 35)
2229
	GUIS_2.ZIndex = 2
2230
	GUIS_2.Font = Enum.Font.Cartoon
2231
	GUIS_2.Text = "GUIS"
2232
	GUIS_2.TextColor3 = Color3.new(1, 0.886275, 0)
2233
	GUIS_2.TextSize = 30
2234
	GUIS_2.MouseButton1Down:connect(function()
2235
	guimain.Visible = true	
2236
	end)
2237
	
2238
	GUIS_Roundify_12px_3.Name = "GUIS_Roundify_12px"
2239
	GUIS_Roundify_12px_3.Parent = GUIS_2
2240
	GUIS_Roundify_12px_3.Active = true
2241
	GUIS_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
2242
	GUIS_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
2243
	GUIS_Roundify_12px_3.BackgroundTransparency = 1
2244
	GUIS_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
2245
	GUIS_Roundify_12px_3.Selectable = true
2246
	GUIS_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
2247
	GUIS_Roundify_12px_3.Image = "rbxassetid://3570695787"
2248
	GUIS_Roundify_12px_3.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2249
	GUIS_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
2250
	GUIS_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
2251
	
2252
	Teleports_2.Name = "Teleports"
2253
	Teleports_2.Parent = guimain
2254
	Teleports_2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2255
	Teleports_2.BackgroundTransparency = 1
2256
	Teleports_2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2257
	Teleports_2.BorderSizePixel = 0
2258
	Teleports_2.Position = UDim2.new(0.512433946, 0, 0.902581096, 0)
2259
	Teleports_2.Size = UDim2.new(0, 135, 0, 35)
2260
	Teleports_2.ZIndex = 2
2261
	Teleports_2.Font = Enum.Font.Cartoon
2262
	Teleports_2.Text = "Teleports"
2263
	Teleports_2.TextColor3 = Color3.new(1, 0.886275, 0)
2264
	Teleports_2.TextSize = 30
2265
	Teleports_2.MouseButton1Down:connect(function()
2266
	TELEPORTS.Visible = true
2267
	guimain.Visible = false	
2268
	end)
2269
	
2270
	Scripts_Roundify_12px_2.Name = "Scripts_Roundify_12px"
2271
	Scripts_Roundify_12px_2.Parent = Teleports_2
2272
	Scripts_Roundify_12px_2.Active = true
2273
	Scripts_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
2274
	Scripts_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
2275
	Scripts_Roundify_12px_2.BackgroundTransparency = 1
2276
	Scripts_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
2277
	Scripts_Roundify_12px_2.Selectable = true
2278
	Scripts_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
2279
	Scripts_Roundify_12px_2.Image = "rbxassetid://3570695787"
2280
	Scripts_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2281
	Scripts_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
2282
	Scripts_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
2283
	
2284
	Home_2.Name = "Home"
2285
	Home_2.Parent = guimain
2286
	Home_2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2287
	Home_2.BackgroundTransparency = 1
2288
	Home_2.BorderSizePixel = 0
2289
	Home_2.Position = UDim2.new(0.0512947068, 0, 0.902581155, 0)
2290
	Home_2.Size = UDim2.new(0, 135, 0, 35)
2291
	Home_2.ZIndex = 2
2292
	Home_2.Font = Enum.Font.Cartoon
2293
	Home_2.Text = "Home"
2294
	Home_2.TextColor3 = Color3.new(1, 0.886275, 0)
2295
	Home_2.TextSize = 30
2296
	Home_2.MouseButton1Down:connect(function()
2297
	homemain.Visible = true
2298
	guimain.Visible = false	
2299
	end)
2300
	
2301
	Home_Roundify_12px_2.Name = "Home_Roundify_12px"
2302
	Home_Roundify_12px_2.Parent = Home_2
2303
	Home_Roundify_12px_2.Active = true
2304
	Home_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
2305
	Home_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
2306
	Home_Roundify_12px_2.BackgroundTransparency = 1
2307
	Home_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
2308
	Home_Roundify_12px_2.Selectable = true
2309
	Home_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
2310
	Home_Roundify_12px_2.Image = "rbxassetid://3570695787"
2311
	Home_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2312
	Home_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
2313
	Home_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
2314
	
2315
	close_2.Name = "close"
2316
	close_2.Parent = guimain
2317
	close_2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2318
	close_2.BackgroundTransparency = 1
2319
	close_2.BorderSizePixel = 0
2320
	close_2.Position = UDim2.new(0.717252195, 0, 0.00965547562, 0)
2321
	close_2.Size = UDim2.new(0, 150, 0, 30)
2322
	close_2.ZIndex = 2
2323
	close_2.Font = Enum.Font.Cartoon
2324
	close_2.Text = "CLOSE"
2325
	close_2.TextColor3 = Color3.new(1, 0, 0)
2326
	close_2.TextSize = 30
2327
	close_2.MouseButton1Down:connect(function()
2328
	guimain.Visible = false
2329
	homemain.Visible = true	
2330
	end)
2331
	
2332
	close_Roundify_12px_2.Name = "close_Roundify_12px"
2333
	close_Roundify_12px_2.Parent = close_2
2334
	close_Roundify_12px_2.Active = true
2335
	close_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
2336
	close_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
2337
	close_Roundify_12px_2.BackgroundTransparency = 1
2338
	close_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
2339
	close_Roundify_12px_2.Selectable = true
2340
	close_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
2341
	close_Roundify_12px_2.Image = "rbxassetid://3570695787"
2342
	close_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2343
	close_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
2344
	close_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
2345
	
2346
	destroy_2.Name = "destroy"
2347
	destroy_2.Parent = guimain
2348
	destroy_2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2349
	destroy_2.BackgroundTransparency = 1
2350
	destroy_2.BorderSizePixel = 0
2351
	destroy_2.Position = UDim2.new(0.0536297224, 0, 0.00847127475, 0)
2352
	destroy_2.Size = UDim2.new(0, 150, 0, 30)
2353
	destroy_2.ZIndex = 2
2354
	destroy_2.Font = Enum.Font.Cartoon
2355
	destroy_2.Text = "DESTROY"
2356
	destroy_2.TextColor3 = Color3.new(1, 0, 0)
2357
	destroy_2.TextSize = 30
2358
	destroy_2.MouseButton1Down:connect(function()
2359
	ScreenGui:Destroy()	
2360
	end)
2361
	
2362
	destroy_Roundify_12px_2.Name = "destroy_Roundify_12px"
2363
	destroy_Roundify_12px_2.Parent = destroy_2
2364
	destroy_Roundify_12px_2.Active = true
2365
	destroy_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
2366
	destroy_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
2367
	destroy_Roundify_12px_2.BackgroundTransparency = 1
2368
	destroy_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
2369
	destroy_Roundify_12px_2.Selectable = true
2370
	destroy_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
2371
	destroy_Roundify_12px_2.Image = "rbxassetid://3570695787"
2372
	destroy_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2373
	destroy_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
2374
	destroy_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
2375
	
2376
	GUIS_3.Name = "GUIS"
2377
	GUIS_3.Parent = guimain
2378
	GUIS_3.BackgroundColor3 = Color3.new(1, 1, 1)
2379
	GUIS_3.BackgroundTransparency = 1
2380
	GUIS_3.BorderSizePixel = 0
2381
	GUIS_3.Position = UDim2.new(0.34667474, 0, 2.95881182e-05, 0)
2382
	GUIS_3.Size = UDim2.new(0, 200, 0, 34)
2383
	GUIS_3.Font = Enum.Font.Cartoon
2384
	GUIS_3.Text = "GUIS"
2385
	GUIS_3.TextColor3 = Color3.new(1, 0.533333, 0)
2386
	GUIS_3.TextSize = 36
2387
	
2388
	
2389
	Local_2.Name = "Local"
2390
	Local_2.Parent = guimain
2391
	Local_2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2392
	Local_2.BackgroundTransparency = 1
2393
	Local_2.BorderSizePixel = 0
2394
	Local_2.Position = UDim2.new(0.740157843, 0, 0.902581096, 0)
2395
	Local_2.Size = UDim2.new(0, 135, 0, 35)
2396
	Local_2.ZIndex = 2
2397
	Local_2.Font = Enum.Font.Cartoon
2398
	Local_2.Text = "Local"
2399
	Local_2.TextColor3 = Color3.new(1, 0.886275, 0)
2400
	Local_2.TextSize = 30
2401
	Local_2.MouseButton1Down:connect(function()
2402
	LOCAL.Visible = true
2403
	guimain.Visible = false	
2404
	end)
2405
	
2406
	GUIS_Roundify_12px_4.Name = "GUIS_Roundify_12px"
2407
	GUIS_Roundify_12px_4.Parent = Local_2
2408
	GUIS_Roundify_12px_4.Active = true
2409
	GUIS_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
2410
	GUIS_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
2411
	GUIS_Roundify_12px_4.BackgroundTransparency = 1
2412
	GUIS_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
2413
	GUIS_Roundify_12px_4.Selectable = true
2414
	GUIS_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
2415
	GUIS_Roundify_12px_4.Image = "rbxassetid://3570695787"
2416
	GUIS_Roundify_12px_4.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2417
	GUIS_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
2418
	GUIS_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
2419
	
2420
	Dirt.Name = "Dirt"
2421
	Dirt.Parent = guimain
2422
	Dirt.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2423
	Dirt.BackgroundTransparency = 1
2424
	Dirt.BorderSizePixel = 0
2425
	Dirt.Position = UDim2.new(0.106544904, 0, 0.169902906, 0)
2426
	Dirt.Size = UDim2.new(0, 150, 0, 50)
2427
	Dirt.ZIndex = 5
2428
	Dirt.Selected = true
2429
	Dirt.Font = Enum.Font.Cartoon
2430
	Dirt.Text = "DIRT"
2431
	Dirt.TextColor3 = Color3.new(1, 0.886275, 0)
2432
	Dirt.TextSize = 30
2433
	Dirt.MouseButton1Down:connect(function()
2434
	loadstring(game:HttpGet(('https://lumbertycoon2scripts.weebly.com/uploads/1/2/4/4/124402806/dirt3.0_obfus.txt'),true))()	
2435
	end) 
2436
	
2437
	Dirt_Roundify_12px.Name = "Dirt_Roundify_12px"
2438
	Dirt_Roundify_12px.Parent = Dirt
2439
	Dirt_Roundify_12px.Active = true
2440
	Dirt_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2441
	Dirt_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2442
	Dirt_Roundify_12px.BackgroundTransparency = 1
2443
	Dirt_Roundify_12px.Position = UDim2.new(0.49777776, 0, 0.494999647, 0)
2444
	Dirt_Roundify_12px.Selectable = true
2445
	Dirt_Roundify_12px.Size = UDim2.new(0.999999702, 0, 1.00999999, 0)
2446
	Dirt_Roundify_12px.ZIndex = 2
2447
	Dirt_Roundify_12px.Image = "rbxassetid://3570695787"
2448
	Dirt_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2449
	Dirt_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2450
	Dirt_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2451
	
2452
	BLOOD.Name = "BLOOD"
2453
	BLOOD.Parent = guimain
2454
	BLOOD.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2455
	BLOOD.BackgroundTransparency = 1
2456
	BLOOD.BorderSizePixel = 0
2457
	BLOOD.Position = UDim2.new(0.386098355, 0, 0.169902906, 0)
2458
	BLOOD.Size = UDim2.new(0, 150, 0, 50)
2459
	BLOOD.ZIndex = 5
2460
	BLOOD.Selected = true
2461
	BLOOD.Font = Enum.Font.Cartoon
2462
	BLOOD.Text = "BLOOD"
2463
	BLOOD.TextColor3 = Color3.new(1, 0.886275, 0)
2464
	BLOOD.TextSize = 30
2465
	BLOOD.MouseButton1Down:connect(function()
2466
	loadstring(game:HttpGet(('https://lumbertycoon2scripts.weebly.com/uploads/1/2/4/4/124402806/blood.txt'),true))()
2467
	end)
2468
	
2469
	BLOOD_Roundify_12px.Name = "BLOOD_Roundify_12px"
2470
	BLOOD_Roundify_12px.Parent = BLOOD
2471
	BLOOD_Roundify_12px.Active = true
2472
	BLOOD_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2473
	BLOOD_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2474
	BLOOD_Roundify_12px.BackgroundTransparency = 1
2475
	BLOOD_Roundify_12px.Position = UDim2.new(0.494444579, 0, 0.494999707, 0)
2476
	BLOOD_Roundify_12px.Selectable = true
2477
	BLOOD_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2478
	BLOOD_Roundify_12px.ZIndex = 2
2479
	BLOOD_Roundify_12px.Image = "rbxassetid://3570695787"
2480
	BLOOD_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2481
	BLOOD_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2482
	BLOOD_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2483
	
2484
	FERRY.Name = "FERRY"
2485
	FERRY.Parent = guimain
2486
	FERRY.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2487
	FERRY.BackgroundTransparency = 1
2488
	FERRY.BorderSizePixel = 0
2489
	FERRY.Position = UDim2.new(0.664637208, 0, 0.169902906, 0)
2490
	FERRY.Size = UDim2.new(0, 150, 0, 50)
2491
	FERRY.ZIndex = 5
2492
	FERRY.Selected = true
2493
	FERRY.Font = Enum.Font.Cartoon
2494
	FERRY.Text = "FERRY"
2495
	FERRY.TextColor3 = Color3.new(1, 0.886275, 0)
2496
	FERRY.TextSize = 30
2497
	FERRY.MouseButton1Down:connect(function()
2498
	loadstring(game:HttpGet(('https://lumbertycoon2scripts.weebly.com/uploads/1/2/4/4/124402806/ferry_gui.txt'),true))()	
2499
	end)
2500
	
2501
	Ferry_Roundify_12px.Name = "Ferry_Roundify_12px"
2502
	Ferry_Roundify_12px.Parent = FERRY
2503
	Ferry_Roundify_12px.Active = true
2504
	Ferry_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2505
	Ferry_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2506
	Ferry_Roundify_12px.BackgroundTransparency = 1
2507
	Ferry_Roundify_12px.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
2508
	Ferry_Roundify_12px.Selectable = true
2509
	Ferry_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2510
	Ferry_Roundify_12px.ZIndex = 2
2511
	Ferry_Roundify_12px.Image = "rbxassetid://3570695787"
2512
	Ferry_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2513
	Ferry_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2514
	Ferry_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2515
	
2516
	Syntax.Name = "Syntax"
2517
	Syntax.Parent = guimain
2518
	Syntax.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2519
	Syntax.BackgroundTransparency = 1
2520
	Syntax.BorderSizePixel = 0
2521
	Syntax.Position = UDim2.new(0.106037505, 0, 0.436893225, 0)
2522
	Syntax.Size = UDim2.new(0, 150, 0, 50)
2523
	Syntax.ZIndex = 5
2524
	Syntax.Selected = true
2525
	Syntax.Font = Enum.Font.Cartoon
2526
	Syntax.Text = "SYNTAX"
2527
	Syntax.TextColor3 = Color3.new(1, 0.886275, 0)
2528
	Syntax.TextSize = 30
2529
	Syntax.MouseButton1Down:connect(function()
2530
	loadstring(game:HttpGet(('https://lumbertycoon2scripts.weebly.com/uploads/1/2/4/4/124402806/syntax.txt'),true))()
2531
	end)
2532
	
2533
	Syntax_Roundify_12px.Name = "Syntax_Roundify_12px"
2534
	Syntax_Roundify_12px.Parent = Syntax
2535
	Syntax_Roundify_12px.Active = true
2536
	Syntax_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2537
	Syntax_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2538
	Syntax_Roundify_12px.BackgroundTransparency = 1
2539
	Syntax_Roundify_12px.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
2540
	Syntax_Roundify_12px.Selectable = true
2541
	Syntax_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2542
	Syntax_Roundify_12px.ZIndex = 2
2543
	Syntax_Roundify_12px.Image = "rbxassetid://3570695787"
2544
	Syntax_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2545
	Syntax_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2546
	Syntax_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2547
	
2548
	Venyx.Name = "Venyx"
2549
	Venyx.Parent = guimain
2550
	Venyx.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2551
	Venyx.BackgroundTransparency = 1
2552
	Venyx.BorderSizePixel = 0
2553
	Venyx.Position = UDim2.new(0.386098385, 0, 0.439320415, 0)
2554
	Venyx.Size = UDim2.new(0, 150, 0, 50)
2555
	Venyx.ZIndex = 5
2556
	Venyx.Selected = true
2557
	Venyx.Font = Enum.Font.Cartoon
2558
	Venyx.Text = "CARFLY"
2559
	Venyx.TextColor3 = Color3.new(1, 0.886275, 0)
2560
	Venyx.TextSize = 30
2561
	Venyx.MouseButton1Down:connect(function()
2562
	  local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
2563
	   hint.Text = "Press Z To Toggle"
2564
	   hint.Name = game.JobId
2565
	repeat wait()
2566
	    until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
2567
	local mouse = game.Players.LocalPlayer:GetMouse()
2568
	repeat wait() until mouse
2569
	local plr = game.Players.LocalPlayer
2570
	local torso = plr.Character.Torso
2571
	local flying = true
2572
	local deb = true
2573
	local ctrl = {f = 0, b = 0, l = 0, r = 0}
2574
	local lastctrl = {f = 0, b = 0, l = 0, r = 0}
2575
	local maxspeed = 250
2576
	local speed = 0
2577
	 
2578
	function Fly()
2579
	local bg = Instance.new("BodyGyro", torso)
2580
	bg.P = 9e4
2581
	bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2582
	bg.cframe = torso.CFrame
2583
	local bv = Instance.new("BodyVelocity", torso)
2584
	bv.velocity = Vector3.new(0,0.1,0)
2585
	bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
2586
	repeat wait()
2587
	plr.Character.Humanoid.PlatformStand = false
2588
	if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
2589
	speed = speed+125.0+(speed/maxspeed)
2590
	if speed > maxspeed then
2591
	speed = maxspeed
2592
	end
2593
	elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
2594
	speed = speed-250
2595
	if speed < 0 then
2596
	speed = 0
2597
	end
2598
	end
2599
	if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
2600
	bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
2601
	lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
2602
	elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
2603
	bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
2604
	else
2605
	bv.velocity = Vector3.new(0,0.1,0)
2606
	end
2607
	bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
2608
	until not flying
2609
	ctrl = {f = 0, b = 0, l = 0, r = 0}
2610
	lastctrl = {f = 0, b = 0, l = 0, r = 0}
2611
	speed = 0
2612
	bg:Destroy()
2613
	bv:Destroy()
2614
	plr.Character.Humanoid.PlatformStand = false
2615
	end
2616
	mouse.KeyDown:connect(function(key)
2617
	if key:lower() == "z" then
2618
	if flying then flying = false
2619
	else
2620
	flying = true
2621
	Fly()
2622
	end
2623
	elseif key:lower() == "w" then
2624
	ctrl.f = 1
2625
	elseif key:lower() == "s" then
2626
	ctrl.b = -1
2627
	elseif key:lower() == "a" then
2628
	ctrl.l = -1
2629
	elseif key:lower() == "d" then
2630
	ctrl.r = 1
2631
	end
2632
	end)
2633
	mouse.KeyUp:connect(function(key)
2634
	if key:lower() == "w" then
2635
	ctrl.f = 0
2636
	elseif key:lower() == "s" then
2637
	ctrl.b = 0
2638
	elseif key:lower() == "a" then
2639
	ctrl.l = 0
2640
	elseif key:lower() == "d" then
2641
	ctrl.r = 0
2642
	end
2643
	wait(5)
2644
	hint:Destroy()
2645
	end)
2646
	Fly()
2647
	end)
2648
	
2649
	
2650
	Venyx_Roundify_12px.Name = "Venyx_Roundify_12px"
2651
	Venyx_Roundify_12px.Parent = Venyx
2652
	Venyx_Roundify_12px.Active = true
2653
	Venyx_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2654
	Venyx_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2655
	Venyx_Roundify_12px.BackgroundTransparency = 1
2656
	Venyx_Roundify_12px.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
2657
	Venyx_Roundify_12px.Selectable = true
2658
	Venyx_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2659
	Venyx_Roundify_12px.ZIndex = 2
2660
	Venyx_Roundify_12px.Image = "rbxassetid://3570695787"
2661
	Venyx_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2662
	Venyx_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2663
	Venyx_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2664
	
2665
	Dark.Name = "Dark"
2666
	Dark.Parent = guimain
2667
	Dark.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2668
	Dark.BackgroundTransparency = 1
2669
	Dark.BorderSizePixel = 0
2670
	Dark.Position = UDim2.new(0.664637208, 0, 0.441747606, 0)
2671
	Dark.Size = UDim2.new(0, 150, 0, 50)
2672
	Dark.ZIndex = 5
2673
	Dark.Selected = true
2674
	Dark.Font = Enum.Font.Cartoon
2675
	Dark.Text = "DARK LT2"
2676
	Dark.TextColor3 = Color3.new(1, 0.886275, 0)
2677
	Dark.TextSize = 30
2678
	Dark.MouseButton1Down:connect(function()
2679
	loadstring(game:HttpGet(('https://lumbertycoon2scripts.weebly.com/uploads/1/2/4/4/124402806/dark_lumber.txt'),true))()
2680
	end)
2681
	
2682
	DarkLumber_Roundify_12px.Name = "Dark Lumber_Roundify_12px"
2683
	DarkLumber_Roundify_12px.Parent = Dark
2684
	DarkLumber_Roundify_12px.Active = true
2685
	DarkLumber_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2686
	DarkLumber_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2687
	DarkLumber_Roundify_12px.BackgroundTransparency = 1
2688
	DarkLumber_Roundify_12px.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
2689
	DarkLumber_Roundify_12px.Selectable = true
2690
	DarkLumber_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2691
	DarkLumber_Roundify_12px.ZIndex = 2
2692
	DarkLumber_Roundify_12px.Image = "rbxassetid://3570695787"
2693
	DarkLumber_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2694
	DarkLumber_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2695
	DarkLumber_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2696
	
2697
	Extreme.Name = "Extreme"
2698
	Extreme.Parent = guimain
2699
	Extreme.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2700
	Extreme.BackgroundTransparency = 1
2701
	Extreme.BorderSizePixel = 0
2702
	Extreme.Position = UDim2.new(0.106037512, 0, 0.70873785, 0)
2703
	Extreme.Size = UDim2.new(0, 150, 0, 50)
2704
	Extreme.ZIndex = 5
2705
	Extreme.Selected = true
2706
	Extreme.Font = Enum.Font.Cartoon
2707
	Extreme.Text = "EXTREME"
2708
	Extreme.TextColor3 = Color3.new(1, 0.886275, 0)
2709
	Extreme.TextSize = 30
2710
	Extreme.MouseButton1Down:connect(function()
2711
	loadstring(game:GetObjects("rbxassetid://4041497300")[1].Source)()	
2712
	end)
2713
	
2714
	ExtremeLumber_Roundify_12px.Name = "ExtremeLumber_Roundify_12px"
2715
	ExtremeLumber_Roundify_12px.Parent = Extreme
2716
	ExtremeLumber_Roundify_12px.Active = true
2717
	ExtremeLumber_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2718
	ExtremeLumber_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2719
	ExtremeLumber_Roundify_12px.BackgroundTransparency = 1
2720
	ExtremeLumber_Roundify_12px.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
2721
	ExtremeLumber_Roundify_12px.Selectable = true
2722
	ExtremeLumber_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2723
	ExtremeLumber_Roundify_12px.ZIndex = 2
2724
	ExtremeLumber_Roundify_12px.Image = "rbxassetid://3570695787"
2725
	ExtremeLumber_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2726
	ExtremeLumber_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2727
	ExtremeLumber_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2728
	
2729
	Walls.Name = "Walls"
2730
	Walls.Parent = guimain
2731
	Walls.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2732
	Walls.BackgroundTransparency = 1
2733
	Walls.BorderSizePixel = 0
2734
	Walls.Position = UDim2.new(0.384576321, 0, 0.70873785, 0)
2735
	Walls.Size = UDim2.new(0, 150, 0, 50)
2736
	Walls.ZIndex = 5
2737
	Walls.Selected = true
2738
	Walls.Font = Enum.Font.Cartoon
2739
	Walls.Text = "WALLS"
2740
	Walls.TextColor3 = Color3.new(1, 0.886275, 0)
2741
	Walls.TextSize = 30
2742
	Walls.MouseButton1Down:connect(function()
2743
	loadstring(game:HttpGet(('https://lumbertycoon2scripts.weebly.com/uploads/1/2/4/4/124402806/blueprint_art_raw.txt'),true))()	
2744
	end)
2745
	
2746
	Walls_Roundify_12px.Name = "Walls_Roundify_12px"
2747
	Walls_Roundify_12px.Parent = Walls
2748
	Walls_Roundify_12px.Active = true
2749
	Walls_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2750
	Walls_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2751
	Walls_Roundify_12px.BackgroundTransparency = 1
2752
	Walls_Roundify_12px.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
2753
	Walls_Roundify_12px.Selectable = true
2754
	Walls_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2755
	Walls_Roundify_12px.ZIndex = 2
2756
	Walls_Roundify_12px.Image = "rbxassetid://3570695787"
2757
	Walls_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2758
	Walls_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2759
	Walls_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2760
	
2761
	BringUp.Name = "BringUp"
2762
	BringUp.Parent = guimain
2763
	BringUp.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2764
	BringUp.BackgroundTransparency = 1
2765
	BringUp.BorderSizePixel = 0
2766
	BringUp.Position = UDim2.new(0.664637208, 0, 0.70873785, 0)
2767
	BringUp.Size = UDim2.new(0, 150, 0, 50)
2768
	BringUp.ZIndex = 5
2769
	BringUp.Selected = true
2770
	BringUp.Font = Enum.Font.Cartoon
2771
	BringUp.Text = "BRINGUP"
2772
	BringUp.TextColor3 = Color3.new(1, 0.886275, 0)
2773
	BringUp.TextSize = 30
2774
	BringUp.MouseButton1Down:connect(function()
2775
	loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()	
2776
	end)
2777
	
2778
	BringUp_Roundify_12px.Name = "BringUp_Roundify_12px"
2779
	BringUp_Roundify_12px.Parent = BringUp
2780
	BringUp_Roundify_12px.Active = true
2781
	BringUp_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
2782
	BringUp_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
2783
	BringUp_Roundify_12px.BackgroundTransparency = 1
2784
	BringUp_Roundify_12px.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
2785
	BringUp_Roundify_12px.Selectable = true
2786
	BringUp_Roundify_12px.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
2787
	BringUp_Roundify_12px.ZIndex = 2
2788
	BringUp_Roundify_12px.Image = "rbxassetid://3570695787"
2789
	BringUp_Roundify_12px.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2790
	BringUp_Roundify_12px.ScaleType = Enum.ScaleType.Slice
2791
	BringUp_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
2792
	
2793
	LOCAL.Name = "LOCAL"
2794
	LOCAL.Parent = ScreenGui
2795
	LOCAL.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
2796
	LOCAL.BorderSizePixel = 0
2797
	LOCAL.Position = UDim2.new(0.5684762, 0, 0.265085995, 0)
2798
	LOCAL.Size = UDim2.new(0, 657, 0, 412)
2799
	LOCAL.Visible = false
2800
	LOCAL.Active = true
2801
	LOCAL.Draggable = true
2802
	
2803
	BAR_3.Name = "BAR"
2804
	BAR_3.Parent = LOCAL
2805
	BAR_3.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
2806
	BAR_3.BorderSizePixel = 0
2807
	BAR_3.Position = UDim2.new(0, 35, 0, 41)
2808
	BAR_3.Selectable = false
2809
	BAR_3.Size = UDim2.new(0, 588, 0, 328)
2810
	BAR_3.AutoButtonColor = false
2811
	BAR_3.Font = Enum.Font.SourceSans
2812
	BAR_3.Text = ""
2813
	BAR_3.TextColor3 = Color3.new(0, 0, 0)
2814
	BAR_3.TextSize = 14
2815
	
2816
	GUIS_4.Name = "GUIS"
2817
	GUIS_4.Parent = LOCAL
2818
	GUIS_4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2819
	GUIS_4.BackgroundTransparency = 1
2820
	GUIS_4.BorderSizePixel = 0
2821
	GUIS_4.Position = UDim2.new(0.282014757, 0, 0.902581155, 0)
2822
	GUIS_4.Size = UDim2.new(0, 135, 0, 35)
2823
	GUIS_4.ZIndex = 2
2824
	GUIS_4.Font = Enum.Font.Cartoon
2825
	GUIS_4.Text = "GUIS"
2826
	GUIS_4.TextColor3 = Color3.new(1, 0.886275, 0)
2827
	GUIS_4.TextSize = 30
2828
	GUIS_4.MouseButton1Down:connect(function()
2829
	guimain.Visible = true
2830
	LOCAL.Visible= false	
2831
	end)
2832
	
2833
	GUIS_Roundify_12px_5.Name = "GUIS_Roundify_12px"
2834
	GUIS_Roundify_12px_5.Parent = GUIS_4
2835
	GUIS_Roundify_12px_5.Active = true
2836
	GUIS_Roundify_12px_5.AnchorPoint = Vector2.new(0.5, 0.5)
2837
	GUIS_Roundify_12px_5.BackgroundColor3 = Color3.new(1, 1, 1)
2838
	GUIS_Roundify_12px_5.BackgroundTransparency = 1
2839
	GUIS_Roundify_12px_5.Position = UDim2.new(0.5, 0, 0.5, 0)
2840
	GUIS_Roundify_12px_5.Selectable = true
2841
	GUIS_Roundify_12px_5.Size = UDim2.new(1, 0, 1, 0)
2842
	GUIS_Roundify_12px_5.Image = "rbxassetid://3570695787"
2843
	GUIS_Roundify_12px_5.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2844
	GUIS_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
2845
	GUIS_Roundify_12px_5.SliceCenter = Rect.new(100, 100, 100, 100)
2846
	
2847
	Teleports_3.Name = "Teleports"
2848
	Teleports_3.Parent = LOCAL
2849
	Teleports_3.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2850
	Teleports_3.BackgroundTransparency = 1
2851
	Teleports_3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2852
	Teleports_3.BorderSizePixel = 0
2853
	Teleports_3.Position = UDim2.new(0.512433946, 0, 0.902581096, 0)
2854
	Teleports_3.Size = UDim2.new(0, 135, 0, 35)
2855
	Teleports_3.ZIndex = 2
2856
	Teleports_3.Font = Enum.Font.Cartoon
2857
	Teleports_3.Text = "Teleports"
2858
	Teleports_3.TextColor3 = Color3.new(1, 0.886275, 0)
2859
	Teleports_3.TextSize = 30
2860
	Teleports_3.MouseButton1Down:connect(function()
2861
	TELEPORTS.Visible = true
2862
	LOCAL.Visible = false	
2863
	end)
2864
	
2865
	Scripts_Roundify_12px_3.Name = "Scripts_Roundify_12px"
2866
	Scripts_Roundify_12px_3.Parent = Teleports_3
2867
	Scripts_Roundify_12px_3.Active = true
2868
	Scripts_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
2869
	Scripts_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
2870
	Scripts_Roundify_12px_3.BackgroundTransparency = 1
2871
	Scripts_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
2872
	Scripts_Roundify_12px_3.Selectable = true
2873
	Scripts_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
2874
	Scripts_Roundify_12px_3.Image = "rbxassetid://3570695787"
2875
	Scripts_Roundify_12px_3.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2876
	Scripts_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
2877
	Scripts_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
2878
	
2879
	Home_3.Name = "Home"
2880
	Home_3.Parent = LOCAL
2881
	Home_3.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2882
	Home_3.BackgroundTransparency = 1
2883
	Home_3.BorderSizePixel = 0
2884
	Home_3.Position = UDim2.new(0.0512947068, 0, 0.902581155, 0)
2885
	Home_3.Size = UDim2.new(0, 135, 0, 35)
2886
	Home_3.ZIndex = 2
2887
	Home_3.Font = Enum.Font.Cartoon
2888
	Home_3.Text = "Home"
2889
	Home_3.TextColor3 = Color3.new(1, 0.886275, 0)
2890
	Home_3.TextSize = 30
2891
	Home_3.MouseButton1Down:connect(function()
2892
	homemain.Visible = true
2893
	LOCAL.Visible = false	
2894
	end)
2895
	
2896
	Home_Roundify_12px_3.Name = "Home_Roundify_12px"
2897
	Home_Roundify_12px_3.Parent = Home_3
2898
	Home_Roundify_12px_3.Active = true
2899
	Home_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
2900
	Home_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
2901
	Home_Roundify_12px_3.BackgroundTransparency = 1
2902
	Home_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
2903
	Home_Roundify_12px_3.Selectable = true
2904
	Home_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
2905
	Home_Roundify_12px_3.Image = "rbxassetid://3570695787"
2906
	Home_Roundify_12px_3.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2907
	Home_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
2908
	Home_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
2909
	
2910
	close_3.Name = "close"
2911
	close_3.Parent = LOCAL
2912
	close_3.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2913
	close_3.BackgroundTransparency = 1
2914
	close_3.BorderSizePixel = 0
2915
	close_3.Position = UDim2.new(0.717252195, 0, 0.00965547562, 0)
2916
	close_3.Size = UDim2.new(0, 150, 0, 30)
2917
	close_3.ZIndex = 2
2918
	close_3.Font = Enum.Font.Cartoon
2919
	close_3.Text = "CLOSE"
2920
	close_3.TextColor3 = Color3.new(1, 0, 0)
2921
	close_3.TextSize = 30
2922
	close_3.MouseButton1Down:connect(function()
2923
	LOCAL.Visible = false
2924
	homemain.Visible = true	
2925
	end)
2926
	
2927
	close_Roundify_12px_3.Name = "close_Roundify_12px"
2928
	close_Roundify_12px_3.Parent = close_3
2929
	close_Roundify_12px_3.Active = true
2930
	close_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
2931
	close_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
2932
	close_Roundify_12px_3.BackgroundTransparency = 1
2933
	close_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
2934
	close_Roundify_12px_3.Selectable = true
2935
	close_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
2936
	close_Roundify_12px_3.Image = "rbxassetid://3570695787"
2937
	close_Roundify_12px_3.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2938
	close_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
2939
	close_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
2940
	
2941
	destroy_3.Name = "destroy"
2942
	destroy_3.Parent = LOCAL
2943
	destroy_3.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2944
	destroy_3.BackgroundTransparency = 1
2945
	destroy_3.BorderSizePixel = 0
2946
	destroy_3.Position = UDim2.new(0.0536297224, 0, 0.00847127475, 0)
2947
	destroy_3.Size = UDim2.new(0, 150, 0, 30)
2948
	destroy_3.ZIndex = 2
2949
	destroy_3.Font = Enum.Font.Cartoon
2950
	destroy_3.Text = "DESTROY"
2951
	destroy_3.TextColor3 = Color3.new(1, 0, 0)
2952
	destroy_3.TextSize = 30
2953
	destroy_3.MouseButton1Down:connect(function()
2954
	ScreenGui:Destroy()
2955
	end)
2956
	
2957
	destroy_Roundify_12px_3.Name = "destroy_Roundify_12px"
2958
	destroy_Roundify_12px_3.Parent = destroy_3
2959
	destroy_Roundify_12px_3.Active = true
2960
	destroy_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
2961
	destroy_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
2962
	destroy_Roundify_12px_3.BackgroundTransparency = 1
2963
	destroy_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
2964
	destroy_Roundify_12px_3.Selectable = true
2965
	destroy_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
2966
	destroy_Roundify_12px_3.Image = "rbxassetid://3570695787"
2967
	destroy_Roundify_12px_3.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2968
	destroy_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
2969
	destroy_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
2970
	
2971
	Local_3.Name = "Local"
2972
	Local_3.Parent = LOCAL
2973
	Local_3.BackgroundColor3 = Color3.new(1, 1, 1)
2974
	Local_3.BackgroundTransparency = 1
2975
	Local_3.BorderSizePixel = 0
2976
	Local_3.Position = UDim2.new(0.34667474, 0, 2.95881182e-05, 0)
2977
	Local_3.Size = UDim2.new(0, 200, 0, 34)
2978
	Local_3.Font = Enum.Font.Cartoon
2979
	Local_3.Text = "Local"
2980
	Local_3.TextColor3 = Color3.new(1, 0.533333, 0)
2981
	Local_3.TextSize = 36
2982
	
2983
	Local_4.Name = "Local"
2984
	Local_4.Parent = LOCAL
2985
	Local_4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
2986
	Local_4.BackgroundTransparency = 1
2987
	Local_4.BorderSizePixel = 0
2988
	Local_4.Position = UDim2.new(0.740157843, 0, 0.902581096, 0)
2989
	Local_4.Size = UDim2.new(0, 135, 0, 35)
2990
	Local_4.ZIndex = 2
2991
	Local_4.Font = Enum.Font.Cartoon
2992
	Local_4.Text = "Local"
2993
	Local_4.TextColor3 = Color3.new(1, 0.886275, 0)
2994
	Local_4.TextSize = 30
2995
	Local_4.MouseButton1Down:connect(function()
2996
	LOCAL.Visible = true	
2997
	end)
2998
	
2999
	GUIS_Roundify_12px_6.Name = "GUIS_Roundify_12px"
3000
	GUIS_Roundify_12px_6.Parent = Local_4
3001
	GUIS_Roundify_12px_6.Active = true
3002
	GUIS_Roundify_12px_6.AnchorPoint = Vector2.new(0.5, 0.5)
3003
	GUIS_Roundify_12px_6.BackgroundColor3 = Color3.new(1, 1, 1)
3004
	GUIS_Roundify_12px_6.BackgroundTransparency = 1
3005
	GUIS_Roundify_12px_6.Position = UDim2.new(0.5, 0, 0.5, 0)
3006
	GUIS_Roundify_12px_6.Selectable = true
3007
	GUIS_Roundify_12px_6.Size = UDim2.new(1, 0, 1, 0)
3008
	GUIS_Roundify_12px_6.Image = "rbxassetid://3570695787"
3009
	GUIS_Roundify_12px_6.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3010
	GUIS_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
3011
	GUIS_Roundify_12px_6.SliceCenter = Rect.new(100, 100, 100, 100)
3012
	
3013
	Walkspeed.Name = "Walkspeed"
3014
	Walkspeed.Parent = LOCAL
3015
	Walkspeed.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3016
	Walkspeed.Position = UDim2.new(0.231354639, 0, 0.174757287, 0)
3017
	Walkspeed.Size = UDim2.new(0, 200, 0, 50)
3018
	Walkspeed.Font = Enum.Font.Cartoon
3019
	Walkspeed.Text = "WALKSPEED"
3020
	Walkspeed.TextColor3 = Color3.new(1, 0.886275, 0)
3021
	Walkspeed.TextSize = 30
3022
	
3023
	walktext.Name = "walktext"
3024
	walktext.Parent = Walkspeed
3025
	walktext.BackgroundColor3 = Color3.new(1, 1, 1)
3026
	walktext.BackgroundTransparency = 1
3027
	walktext.BorderSizePixel = 0
3028
	walktext.Position = UDim2.new(1, 0, 0, 0)
3029
	walktext.Size = UDim2.new(0, 50, 0, 50)
3030
	walktext.Font = Enum.Font.Cartoon
3031
	walktext.Text = "50"
3032
	walktext.TextColor3 = Color3.new(1, 1, 1)
3033
	walktext.TextSize = 25
3034
	
3035
	Jumpower.Name = "Jumpower"
3036
	Jumpower.Parent = LOCAL
3037
	Jumpower.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3038
	Jumpower.Position = UDim2.new(0.231354639, 0, 0.701456308, 0)
3039
	Jumpower.Size = UDim2.new(0, 200, 0, 50)
3040
	Jumpower.Font = Enum.Font.Cartoon
3041
	Jumpower.Text = "JUMPPOWER"
3042
	Jumpower.TextColor3 = Color3.new(1, 0.886275, 0)
3043
	Jumpower.TextSize = 30
3044
	
3045
	jumptext.Name = "jumptext"
3046
	jumptext.Parent = Jumpower
3047
	jumptext.BackgroundColor3 = Color3.new(1, 1, 1)
3048
	jumptext.BackgroundTransparency = 1
3049
	jumptext.BorderSizePixel = 0
3050
	jumptext.Position = UDim2.new(1, 0, 0, 0)
3051
	jumptext.Size = UDim2.new(0, 50, 0, 50)
3052
	jumptext.Font = Enum.Font.Cartoon
3053
	jumptext.Text = "50"
3054
	jumptext.TextColor3 = Color3.new(1, 1, 1)
3055
	jumptext.TextSize = 25
3056
	
3057
	TELEPORTS.Name = "TELEPORTS"
3058
	TELEPORTS.Parent = ScreenGui
3059
	TELEPORTS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
3060
	TELEPORTS.BorderSizePixel = 0
3061
	TELEPORTS.Position = UDim2.new(0.569093108, 0, 0.267172039, 0)
3062
	TELEPORTS.Size = UDim2.new(0, 657, 0, 412)
3063
	TELEPORTS.Visible = false
3064
	TELEPORTS.Active = true
3065
	TELEPORTS.Draggable = true
3066
	
3067
	GUIS_5.Name = "GUIS"
3068
	GUIS_5.Parent = TELEPORTS
3069
	GUIS_5.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3070
	GUIS_5.BackgroundTransparency = 1
3071
	GUIS_5.BorderSizePixel = 0
3072
	GUIS_5.Position = UDim2.new(0.282014757, 0, 0.902581155, 0)
3073
	GUIS_5.Size = UDim2.new(0, 135, 0, 35)
3074
	GUIS_5.ZIndex = 2
3075
	GUIS_5.Font = Enum.Font.Cartoon
3076
	GUIS_5.Text = "GUIS"
3077
	GUIS_5.TextColor3 = Color3.new(1, 0.886275, 0)
3078
	GUIS_5.TextSize = 30
3079
	GUIS_5.MouseButton1Down:connect(function()
3080
	guimain.Visible = true
3081
	TELEPORTS.Visible = false	
3082
	end)
3083
	
3084
	GUIS_Roundify_12px_7.Name = "GUIS_Roundify_12px"
3085
	GUIS_Roundify_12px_7.Parent = GUIS_5
3086
	GUIS_Roundify_12px_7.Active = true
3087
	GUIS_Roundify_12px_7.AnchorPoint = Vector2.new(0.5, 0.5)
3088
	GUIS_Roundify_12px_7.BackgroundColor3 = Color3.new(1, 1, 1)
3089
	GUIS_Roundify_12px_7.BackgroundTransparency = 1
3090
	GUIS_Roundify_12px_7.Position = UDim2.new(0.5, 0, 0.5, 0)
3091
	GUIS_Roundify_12px_7.Selectable = true
3092
	GUIS_Roundify_12px_7.Size = UDim2.new(1, 0, 1, 0)
3093
	GUIS_Roundify_12px_7.Image = "rbxassetid://3570695787"
3094
	GUIS_Roundify_12px_7.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3095
	GUIS_Roundify_12px_7.ScaleType = Enum.ScaleType.Slice
3096
	GUIS_Roundify_12px_7.SliceCenter = Rect.new(100, 100, 100, 100)
3097
	
3098
	Teleports_4.Name = "Teleports"
3099
	Teleports_4.Parent = TELEPORTS
3100
	Teleports_4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3101
	Teleports_4.BackgroundTransparency = 1
3102
	Teleports_4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
3103
	Teleports_4.BorderSizePixel = 0
3104
	Teleports_4.Position = UDim2.new(0.512433946, 0, 0.902581096, 0)
3105
	Teleports_4.Size = UDim2.new(0, 135, 0, 35)
3106
	Teleports_4.ZIndex = 2
3107
	Teleports_4.Font = Enum.Font.Cartoon
3108
	Teleports_4.Text = "Teleports"
3109
	Teleports_4.TextColor3 = Color3.new(1, 0.886275, 0)
3110
	Teleports_4.TextSize = 30
3111
	Teleports_4.MouseButton1Down:connect(function()
3112
	TELEPORTS.Visible = true		
3113
	end)
3114
	
3115
	Scripts_Roundify_12px_4.Name = "Scripts_Roundify_12px"
3116
	Scripts_Roundify_12px_4.Parent = Teleports_4
3117
	Scripts_Roundify_12px_4.Active = true
3118
	Scripts_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
3119
	Scripts_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
3120
	Scripts_Roundify_12px_4.BackgroundTransparency = 1
3121
	Scripts_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
3122
	Scripts_Roundify_12px_4.Selectable = true
3123
	Scripts_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
3124
	Scripts_Roundify_12px_4.Image = "rbxassetid://3570695787"
3125
	Scripts_Roundify_12px_4.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3126
	Scripts_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
3127
	Scripts_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
3128
	
3129
	Home_4.Name = "Home"
3130
	Home_4.Parent = TELEPORTS
3131
	Home_4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3132
	Home_4.BackgroundTransparency = 1
3133
	Home_4.BorderSizePixel = 0
3134
	Home_4.Position = UDim2.new(0.0512947068, 0, 0.902581155, 0)
3135
	Home_4.Size = UDim2.new(0, 135, 0, 35)
3136
	Home_4.ZIndex = 2
3137
	Home_4.Font = Enum.Font.Cartoon
3138
	Home_4.Text = "Home"
3139
	Home_4.TextColor3 = Color3.new(1, 0.886275, 0)
3140
	Home_4.TextSize = 30
3141
	Home_4.MouseButton1Down:connect(function()
3142
	homemain.Visible = true
3143
	TELEPORTS.Visible = false	
3144
	end)
3145
	
3146
	Home_Roundify_12px_4.Name = "Home_Roundify_12px"
3147
	Home_Roundify_12px_4.Parent = Home_4
3148
	Home_Roundify_12px_4.Active = true
3149
	Home_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
3150
	Home_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
3151
	Home_Roundify_12px_4.BackgroundTransparency = 1
3152
	Home_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
3153
	Home_Roundify_12px_4.Selectable = true
3154
	Home_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
3155
	Home_Roundify_12px_4.Image = "rbxassetid://3570695787"
3156
	Home_Roundify_12px_4.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3157
	Home_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
3158
	Home_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
3159
	
3160
	close_4.Name = "close"
3161
	close_4.Parent = TELEPORTS
3162
	close_4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3163
	close_4.BackgroundTransparency = 1
3164
	close_4.BorderSizePixel = 0
3165
	close_4.Position = UDim2.new(0.717252195, 0, 0.00965547562, 0)
3166
	close_4.Size = UDim2.new(0, 150, 0, 30)
3167
	close_4.ZIndex = 2
3168
	close_4.Font = Enum.Font.Cartoon
3169
	close_4.Text = "CLOSE"
3170
	close_4.TextColor3 = Color3.new(1, 0, 0)
3171
	close_4.TextSize = 30
3172
	close_4.MouseButton1Down:connect(function()
3173
	TELEPORTS.Visible = false
3174
	homemain.Visible = true	
3175
	end)
3176
	
3177
	close_Roundify_12px_4.Name = "close_Roundify_12px"
3178
	close_Roundify_12px_4.Parent = close_4
3179
	close_Roundify_12px_4.Active = true
3180
	close_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
3181
	close_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
3182
	close_Roundify_12px_4.BackgroundTransparency = 1
3183
	close_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
3184
	close_Roundify_12px_4.Selectable = true
3185
	close_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
3186
	close_Roundify_12px_4.Image = "rbxassetid://3570695787"
3187
	close_Roundify_12px_4.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3188
	close_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
3189
	close_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
3190
	
3191
	destroy_4.Name = "destroy"
3192
	destroy_4.Parent = TELEPORTS
3193
	destroy_4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3194
	destroy_4.BackgroundTransparency = 1
3195
	destroy_4.BorderSizePixel = 0
3196
	destroy_4.Position = UDim2.new(0.0536297224, 0, 0.00847127475, 0)
3197
	destroy_4.Size = UDim2.new(0, 150, 0, 30)
3198
	destroy_4.ZIndex = 2
3199
	destroy_4.Font = Enum.Font.Cartoon
3200
	destroy_4.Text = "DESTROY"
3201
	destroy_4.TextColor3 = Color3.new(1, 0, 0)
3202
	destroy_4.TextSize = 30
3203
	destroy_4.MouseButton1Down:connect(function()
3204
	ScreenGui:Destroy()	
3205
	end)
3206
	
3207
	destroy_Roundify_12px_4.Name = "destroy_Roundify_12px"
3208
	destroy_Roundify_12px_4.Parent = destroy_4
3209
	destroy_Roundify_12px_4.Active = true
3210
	destroy_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
3211
	destroy_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
3212
	destroy_Roundify_12px_4.BackgroundTransparency = 1
3213
	destroy_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
3214
	destroy_Roundify_12px_4.Selectable = true
3215
	destroy_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
3216
	destroy_Roundify_12px_4.Image = "rbxassetid://3570695787"
3217
	destroy_Roundify_12px_4.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3218
	destroy_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
3219
	destroy_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
3220
	
3221
	Teleports_5.Name = "Teleports"
3222
	Teleports_5.Parent = TELEPORTS
3223
	Teleports_5.BackgroundColor3 = Color3.new(1, 1, 1)
3224
	Teleports_5.BackgroundTransparency = 1
3225
	Teleports_5.BorderSizePixel = 0
3226
	Teleports_5.Position = UDim2.new(0.34667474, 0, 2.95881182e-05, 0)
3227
	Teleports_5.Size = UDim2.new(0, 200, 0, 34)
3228
	Teleports_5.Font = Enum.Font.Cartoon
3229
	Teleports_5.Text = "Teleports"
3230
	Teleports_5.TextColor3 = Color3.new(1, 0.533333, 0)
3231
	Teleports_5.TextSize = 36
3232
	
3233
	Local_5.Name = "Local"
3234
	Local_5.Parent = TELEPORTS
3235
	Local_5.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3236
	Local_5.BackgroundTransparency = 1
3237
	Local_5.BorderSizePixel = 0
3238
	Local_5.Position = UDim2.new(0.740157843, 0, 0.902581096, 0)
3239
	Local_5.Size = UDim2.new(0, 135, 0, 35)
3240
	Local_5.ZIndex = 2
3241
	Local_5.Font = Enum.Font.Cartoon
3242
	Local_5.Text = "Local"
3243
	Local_5.TextColor3 = Color3.new(1, 0.886275, 0)
3244
	Local_5.TextSize = 30
3245
	Local_5.MouseButton1Down:connect(function()
3246
	LOCAL.Visible = true
3247
	TELEPORTS.Visible = false	
3248
	end)
3249
	
3250
	GUIS_Roundify_12px_8.Name = "GUIS_Roundify_12px"
3251
	GUIS_Roundify_12px_8.Parent = Local_5
3252
	GUIS_Roundify_12px_8.Active = true
3253
	GUIS_Roundify_12px_8.AnchorPoint = Vector2.new(0.5, 0.5)
3254
	GUIS_Roundify_12px_8.BackgroundColor3 = Color3.new(1, 1, 1)
3255
	GUIS_Roundify_12px_8.BackgroundTransparency = 1
3256
	GUIS_Roundify_12px_8.Position = UDim2.new(0.5, 0, 0.5, 0)
3257
	GUIS_Roundify_12px_8.Selectable = true
3258
	GUIS_Roundify_12px_8.Size = UDim2.new(1, 0, 1, 0)
3259
	GUIS_Roundify_12px_8.Image = "rbxassetid://3570695787"
3260
	GUIS_Roundify_12px_8.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3261
	GUIS_Roundify_12px_8.ScaleType = Enum.ScaleType.Slice
3262
	GUIS_Roundify_12px_8.SliceCenter = Rect.new(100, 100, 100, 100)
3263
	
3264
	TeleportScroll.Name = "TeleportScroll"
3265
	TeleportScroll.Parent = TELEPORTS
3266
	TeleportScroll.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
3267
	TeleportScroll.BorderSizePixel = 0
3268
	TeleportScroll.Position = UDim2.new(0.0512947068, 0, 0.0995145664, 0)
3269
	TeleportScroll.Size = UDim2.new(0, 588, 0, 328)
3270
	TeleportScroll.CanvasSize = UDim2.new(0, 0, 4, 0)
3271
	
3272
	Player4.Name = "Player4"
3273
	Player4.Parent = TeleportScroll
3274
	Player4.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3275
	Player4.BackgroundTransparency = 1
3276
	Player4.BorderSizePixel = 0
3277
	Player4.Position = UDim2.new(0.0442616493, 0, 0.111043684, 0)
3278
	Player4.Size = UDim2.new(0, 150, 0, 50)
3279
	Player4.ZIndex = 5
3280
	Player4.Selected = true
3281
	Player4.Font = Enum.Font.Cartoon
3282
	Player4.Text = ""
3283
	Player4.TextColor3 = Color3.new(1, 0.886275, 0)
3284
	Player4.TextSize = 20
3285
	
3286
	BLOOD_Roundify_12px_2.Name = "BLOOD_Roundify_12px"
3287
	BLOOD_Roundify_12px_2.Parent = Player4
3288
	BLOOD_Roundify_12px_2.Active = true
3289
	BLOOD_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3290
	BLOOD_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3291
	BLOOD_Roundify_12px_2.BackgroundTransparency = 1
3292
	BLOOD_Roundify_12px_2.Position = UDim2.new(0.494444728, 0, 0.494999528, 0)
3293
	BLOOD_Roundify_12px_2.Selectable = true
3294
	BLOOD_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3295
	BLOOD_Roundify_12px_2.ZIndex = 2
3296
	BLOOD_Roundify_12px_2.Image = "rbxassetid://3570695787"
3297
	BLOOD_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3298
	BLOOD_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3299
	BLOOD_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3300
	
3301
	LinksLogic.Name = "LinksLogic"
3302
	LinksLogic.Parent = TeleportScroll
3303
	LinksLogic.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3304
	LinksLogic.BackgroundTransparency = 1
3305
	LinksLogic.BorderSizePixel = 0
3306
	LinksLogic.Position = UDim2.new(0.686746061, 0, 0.304611564, 0)
3307
	LinksLogic.Size = UDim2.new(0, 150, 0, 50)
3308
	LinksLogic.ZIndex = 5
3309
	LinksLogic.Selected = true
3310
	LinksLogic.Font = Enum.Font.Cartoon
3311
	LinksLogic.Text = "LINKS"
3312
	LinksLogic.TextColor3 = Color3.new(1, 0.886275, 0)
3313
	LinksLogic.TextSize = 30
3314
	
3315
	BringUp_Roundify_12px_2.Name = "BringUp_Roundify_12px"
3316
	BringUp_Roundify_12px_2.Parent = LinksLogic
3317
	BringUp_Roundify_12px_2.Active = true
3318
	BringUp_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3319
	BringUp_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3320
	BringUp_Roundify_12px_2.BackgroundTransparency = 1
3321
	BringUp_Roundify_12px_2.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3322
	BringUp_Roundify_12px_2.Selectable = true
3323
	BringUp_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3324
	BringUp_Roundify_12px_2.ZIndex = 2
3325
	BringUp_Roundify_12px_2.Image = "rbxassetid://3570695787"
3326
	BringUp_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3327
	BringUp_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3328
	BringUp_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3329
	
3330
	LandStore.Name = "LandStore"
3331
	LandStore.Parent = TeleportScroll
3332
	LandStore.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3333
	LandStore.BackgroundTransparency = 1
3334
	LandStore.BorderSizePixel = 0
3335
	LandStore.Position = UDim2.new(0.686746061, 0, 0.241504878, 0)
3336
	LandStore.Size = UDim2.new(0, 150, 0, 50)
3337
	LandStore.ZIndex = 5
3338
	LandStore.Selected = true
3339
	LandStore.Font = Enum.Font.Cartoon
3340
	LandStore.Text = "LANDSTORE"
3341
	LandStore.TextColor3 = Color3.new(1, 0.886275, 0)
3342
	LandStore.TextSize = 30
3343
	
3344
	DarkLumber_Roundify_12px_2.Name = "Dark Lumber_Roundify_12px"
3345
	DarkLumber_Roundify_12px_2.Parent = LandStore
3346
	DarkLumber_Roundify_12px_2.Active = true
3347
	DarkLumber_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3348
	DarkLumber_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3349
	DarkLumber_Roundify_12px_2.BackgroundTransparency = 1
3350
	DarkLumber_Roundify_12px_2.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3351
	DarkLumber_Roundify_12px_2.Selectable = true
3352
	DarkLumber_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3353
	DarkLumber_Roundify_12px_2.ZIndex = 2
3354
	DarkLumber_Roundify_12px_2.Image = "rbxassetid://3570695787"
3355
	DarkLumber_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3356
	DarkLumber_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3357
	DarkLumber_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3358
	
3359
	Player1.Name = "Player1"
3360
	Player1.Parent = TeleportScroll
3361
	Player1.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3362
	Player1.BackgroundTransparency = 1
3363
	Player1.BorderSizePixel = 0
3364
	Player1.Position = UDim2.new(0.045320414, 0, 0.0412621312, 0)
3365
	Player1.Size = UDim2.new(0, 150, 0, 50)
3366
	Player1.ZIndex = 5
3367
	Player1.Selected = true
3368
	Player1.Font = Enum.Font.Cartoon
3369
	Player1.Text = ""
3370
	Player1.TextColor3 = Color3.new(1, 0.886275, 0)
3371
	Player1.TextSize = 20
3372
	
3373
	Dirt_Roundify_12px_2.Name = "Dirt_Roundify_12px"
3374
	Dirt_Roundify_12px_2.Parent = Player1
3375
	Dirt_Roundify_12px_2.Active = true
3376
	Dirt_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3377
	Dirt_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3378
	Dirt_Roundify_12px_2.BackgroundTransparency = 1
3379
	Dirt_Roundify_12px_2.Position = UDim2.new(0.49777776, 0, 0.494999647, 0)
3380
	Dirt_Roundify_12px_2.Selectable = true
3381
	Dirt_Roundify_12px_2.Size = UDim2.new(0.999999702, 0, 1.00999999, 0)
3382
	Dirt_Roundify_12px_2.ZIndex = 2
3383
	Dirt_Roundify_12px_2.Image = "rbxassetid://3570695787"
3384
	Dirt_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3385
	Dirt_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3386
	Dirt_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3387
	
3388
	Fancy.Name = "Fancy"
3389
	Fancy.Parent = TeleportScroll
3390
	Fancy.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3391
	Fancy.BackgroundTransparency = 1
3392
	Fancy.BorderSizePixel = 0
3393
	Fancy.Position = UDim2.new(0.0431123413, 0, 0.304004818, 0)
3394
	Fancy.Size = UDim2.new(0, 150, 0, 50)
3395
	Fancy.ZIndex = 5
3396
	Fancy.Selected = true
3397
	Fancy.Font = Enum.Font.Cartoon
3398
	Fancy.Text = "FANCY"
3399
	Fancy.TextColor3 = Color3.new(1, 0.886275, 0)
3400
	Fancy.TextSize = 30
3401
	
3402
	ExtremeLumber_Roundify_12px_2.Name = "ExtremeLumber_Roundify_12px"
3403
	ExtremeLumber_Roundify_12px_2.Parent = Fancy
3404
	ExtremeLumber_Roundify_12px_2.Active = true
3405
	ExtremeLumber_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3406
	ExtremeLumber_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3407
	ExtremeLumber_Roundify_12px_2.BackgroundTransparency = 1
3408
	ExtremeLumber_Roundify_12px_2.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3409
	ExtremeLumber_Roundify_12px_2.Selectable = true
3410
	ExtremeLumber_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3411
	ExtremeLumber_Roundify_12px_2.ZIndex = 2
3412
	ExtremeLumber_Roundify_12px_2.Image = "rbxassetid://3570695787"
3413
	ExtremeLumber_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3414
	ExtremeLumber_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3415
	ExtremeLumber_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3416
	
3417
	Player3.Name = "Player3"
3418
	Player3.Parent = TeleportScroll
3419
	Player3.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3420
	Player3.BackgroundTransparency = 1
3421
	Player3.BorderSizePixel = 0
3422
	Player3.Position = UDim2.new(0.691848099, 0, 0.0400485396, 0)
3423
	Player3.Size = UDim2.new(0, 150, 0, 50)
3424
	Player3.ZIndex = 5
3425
	Player3.Selected = true
3426
	Player3.Font = Enum.Font.Cartoon
3427
	Player3.Text = ""
3428
	Player3.TextColor3 = Color3.new(1, 0.886275, 0)
3429
	Player3.TextSize = 20
3430
	
3431
	Ferry_Roundify_12px_2.Name = "Ferry_Roundify_12px"
3432
	Ferry_Roundify_12px_2.Parent = Player3
3433
	Ferry_Roundify_12px_2.Active = true
3434
	Ferry_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3435
	Ferry_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3436
	Ferry_Roundify_12px_2.BackgroundTransparency = 1
3437
	Ferry_Roundify_12px_2.Position = UDim2.new(0.494444609, 0, 0.514999688, 0)
3438
	Ferry_Roundify_12px_2.Selectable = true
3439
	Ferry_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3440
	Ferry_Roundify_12px_2.ZIndex = 2
3441
	Ferry_Roundify_12px_2.Image = "rbxassetid://3570695787"
3442
	Ferry_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3443
	Ferry_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3444
	Ferry_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3445
	
3446
	Spawn.Name = "Spawn"
3447
	Spawn.Parent = TeleportScroll
3448
	Spawn.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3449
	Spawn.BackgroundTransparency = 1
3450
	Spawn.BorderSizePixel = 0
3451
	Spawn.Position = UDim2.new(0.0414116532, 0, 0.240898043, 0)
3452
	Spawn.Size = UDim2.new(0, 150, 0, 50)
3453
	Spawn.ZIndex = 5
3454
	Spawn.Selected = true
3455
	Spawn.Font = Enum.Font.Cartoon
3456
	Spawn.Text = "SPAWN"
3457
	Spawn.TextColor3 = Color3.new(1, 0.886275, 0)
3458
	Spawn.TextSize = 30
3459
	
3460
	Syntax_Roundify_12px_2.Name = "Syntax_Roundify_12px"
3461
	Syntax_Roundify_12px_2.Parent = Spawn
3462
	Syntax_Roundify_12px_2.Active = true
3463
	Syntax_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3464
	Syntax_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3465
	Syntax_Roundify_12px_2.BackgroundTransparency = 1
3466
	Syntax_Roundify_12px_2.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3467
	Syntax_Roundify_12px_2.Selectable = true
3468
	Syntax_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3469
	Syntax_Roundify_12px_2.ZIndex = 2
3470
	Syntax_Roundify_12px_2.Image = "rbxassetid://3570695787"
3471
	Syntax_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3472
	Syntax_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3473
	Syntax_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3474
	
3475
	WoodRUS.Name = "WoodRUS"
3476
	WoodRUS.Parent = TeleportScroll
3477
	WoodRUS.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3478
	WoodRUS.BackgroundTransparency = 1
3479
	WoodRUS.BorderSizePixel = 0
3480
	WoodRUS.Position = UDim2.new(0.374193639, 0, 0.240898088, 0)
3481
	WoodRUS.Size = UDim2.new(0, 150, 0, 50)
3482
	WoodRUS.ZIndex = 5
3483
	WoodRUS.Selected = true
3484
	WoodRUS.Font = Enum.Font.Cartoon
3485
	WoodRUS.Text = "WOODRUS"
3486
	WoodRUS.TextColor3 = Color3.new(1, 0.886275, 0)
3487
	WoodRUS.TextSize = 30
3488
	
3489
	Venyx_Roundify_12px_2.Name = "Venyx_Roundify_12px"
3490
	Venyx_Roundify_12px_2.Parent = WoodRUS
3491
	Venyx_Roundify_12px_2.Active = true
3492
	Venyx_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3493
	Venyx_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3494
	Venyx_Roundify_12px_2.BackgroundTransparency = 1
3495
	Venyx_Roundify_12px_2.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3496
	Venyx_Roundify_12px_2.Selectable = true
3497
	Venyx_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3498
	Venyx_Roundify_12px_2.ZIndex = 2
3499
	Venyx_Roundify_12px_2.Image = "rbxassetid://3570695787"
3500
	Venyx_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3501
	Venyx_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3502
	Venyx_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3503
	
3504
	BoxedCars.Name = "BoxedCars"
3505
	BoxedCars.Parent = TeleportScroll
3506
	BoxedCars.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3507
	BoxedCars.BackgroundTransparency = 1
3508
	BoxedCars.BorderSizePixel = 0
3509
	BoxedCars.Position = UDim2.new(0.374372244, 0, 0.304004818, 0)
3510
	BoxedCars.Size = UDim2.new(0, 150, 0, 50)
3511
	BoxedCars.ZIndex = 5
3512
	BoxedCars.Selected = true
3513
	BoxedCars.Font = Enum.Font.Cartoon
3514
	BoxedCars.Text = "BOXED"
3515
	BoxedCars.TextColor3 = Color3.new(1, 0.886275, 0)
3516
	BoxedCars.TextSize = 30
3517
	
3518
	Walls_Roundify_12px_2.Name = "Walls_Roundify_12px"
3519
	Walls_Roundify_12px_2.Parent = BoxedCars
3520
	Walls_Roundify_12px_2.Active = true
3521
	Walls_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
3522
	Walls_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
3523
	Walls_Roundify_12px_2.BackgroundTransparency = 1
3524
	Walls_Roundify_12px_2.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3525
	Walls_Roundify_12px_2.Selectable = true
3526
	Walls_Roundify_12px_2.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3527
	Walls_Roundify_12px_2.ZIndex = 2
3528
	Walls_Roundify_12px_2.Image = "rbxassetid://3570695787"
3529
	Walls_Roundify_12px_2.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3530
	Walls_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
3531
	Walls_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
3532
	
3533
	PlayerTp.Name = "PlayerTp"
3534
	PlayerTp.Parent = TeleportScroll
3535
	PlayerTp.BackgroundColor3 = Color3.new(1, 1, 1)
3536
	PlayerTp.BackgroundTransparency = 1
3537
	PlayerTp.BorderSizePixel = 0
3538
	PlayerTp.Position = UDim2.new(0.331368625, 0, 0.00367036485, 0)
3539
	PlayerTp.Size = UDim2.new(0, 200, 0, 34)
3540
	PlayerTp.Font = Enum.Font.Cartoon
3541
	PlayerTp.Text = "Players"
3542
	PlayerTp.TextColor3 = Color3.new(1, 0.533333, 0)
3543
	PlayerTp.TextSize = 36
3544
	
3545
	Player2.Name = "Player2"
3546
	Player2.Parent = TeleportScroll
3547
	Player2.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3548
	Player2.BackgroundTransparency = 1
3549
	Player2.BorderSizePixel = 0
3550
	Player2.Position = UDim2.new(0.374193639, 0, 0.0412621349, 0)
3551
	Player2.Size = UDim2.new(0, 150, 0, 50)
3552
	Player2.ZIndex = 5
3553
	Player2.Selected = true
3554
	Player2.Font = Enum.Font.Cartoon
3555
	Player2.Text = ""
3556
	Player2.TextColor3 = Color3.new(1, 0.886275, 0)
3557
	Player2.TextSize = 20
3558
	
3559
	BLOOD_Roundify_12px_3.Name = "BLOOD_Roundify_12px"
3560
	BLOOD_Roundify_12px_3.Parent = Player2
3561
	BLOOD_Roundify_12px_3.Active = true
3562
	BLOOD_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
3563
	BLOOD_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
3564
	BLOOD_Roundify_12px_3.BackgroundTransparency = 1
3565
	BLOOD_Roundify_12px_3.Position = UDim2.new(0.494444698, 0, 0.474999696, 0)
3566
	BLOOD_Roundify_12px_3.Selectable = true
3567
	BLOOD_Roundify_12px_3.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3568
	BLOOD_Roundify_12px_3.ZIndex = 2
3569
	BLOOD_Roundify_12px_3.Image = "rbxassetid://3570695787"
3570
	BLOOD_Roundify_12px_3.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3571
	BLOOD_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
3572
	BLOOD_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
3573
	
3574
	Player5.Name = "Player5"
3575
	Player5.Parent = TeleportScroll
3576
	Player5.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3577
	Player5.BackgroundTransparency = 1
3578
	Player5.BorderSizePixel = 0
3579
	Player5.Position = UDim2.new(0.37079227, 0, 0.111043684, 0)
3580
	Player5.Size = UDim2.new(0, 150, 0, 50)
3581
	Player5.ZIndex = 5
3582
	Player5.Selected = true
3583
	Player5.Font = Enum.Font.Cartoon
3584
	Player5.Text = ""
3585
	Player5.TextColor3 = Color3.new(1, 0.886275, 0)
3586
	Player5.TextSize = 20
3587
	
3588
	BLOOD_Roundify_12px_4.Name = "BLOOD_Roundify_12px"
3589
	BLOOD_Roundify_12px_4.Parent = Player5
3590
	BLOOD_Roundify_12px_4.Active = true
3591
	BLOOD_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
3592
	BLOOD_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
3593
	BLOOD_Roundify_12px_4.BackgroundTransparency = 1
3594
	BLOOD_Roundify_12px_4.Position = UDim2.new(0.494444728, 0, 0.494999528, 0)
3595
	BLOOD_Roundify_12px_4.Selectable = true
3596
	BLOOD_Roundify_12px_4.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3597
	BLOOD_Roundify_12px_4.ZIndex = 2
3598
	BLOOD_Roundify_12px_4.Image = "rbxassetid://3570695787"
3599
	BLOOD_Roundify_12px_4.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3600
	BLOOD_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
3601
	BLOOD_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
3602
	
3603
	Player6.Name = "Player6"
3604
	Player6.Parent = TeleportScroll
3605
	Player6.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3606
	Player6.BackgroundTransparency = 1
3607
	Player6.BorderSizePixel = 0
3608
	Player6.Position = UDim2.new(0.688819468, 0, 0.110436894, 0)
3609
	Player6.Size = UDim2.new(0, 150, 0, 50)
3610
	Player6.ZIndex = 5
3611
	Player6.Selected = true
3612
	Player6.Font = Enum.Font.Cartoon
3613
	Player6.Text = ""
3614
	Player6.TextColor3 = Color3.new(1, 0.886275, 0)
3615
	Player6.TextSize = 20
3616
	
3617
	BLOOD_Roundify_12px_5.Name = "BLOOD_Roundify_12px"
3618
	BLOOD_Roundify_12px_5.Parent = Player6
3619
	BLOOD_Roundify_12px_5.Active = true
3620
	BLOOD_Roundify_12px_5.AnchorPoint = Vector2.new(0.5, 0.5)
3621
	BLOOD_Roundify_12px_5.BackgroundColor3 = Color3.new(1, 1, 1)
3622
	BLOOD_Roundify_12px_5.BackgroundTransparency = 1
3623
	BLOOD_Roundify_12px_5.Position = UDim2.new(0.494444728, 0, 0.494999528, 0)
3624
	BLOOD_Roundify_12px_5.Selectable = true
3625
	BLOOD_Roundify_12px_5.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3626
	BLOOD_Roundify_12px_5.ZIndex = 2
3627
	BLOOD_Roundify_12px_5.Image = "rbxassetid://3570695787"
3628
	BLOOD_Roundify_12px_5.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3629
	BLOOD_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
3630
	BLOOD_Roundify_12px_5.SliceCenter = Rect.new(100, 100, 100, 100)
3631
	
3632
	PlayerName.Name = "PlayerName"
3633
	PlayerName.Parent = TeleportScroll
3634
	PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
3635
	PlayerName.BackgroundTransparency = 1
3636
	PlayerName.BorderSizePixel = 0
3637
	PlayerName.Position = UDim2.new(0.331368625, 0, 0.180854827, 0)
3638
	PlayerName.Size = UDim2.new(0, 200, 0, 34)
3639
	PlayerName.Font = Enum.Font.Cartoon
3640
	PlayerName.Text = ""
3641
	PlayerName.TextColor3 = Color3.new(1, 0.533333, 0)
3642
	PlayerName.TextSize = 25
3643
	
3644
	Volcano.Name = "Volcano"
3645
	Volcano.Parent = TeleportScroll
3646
	Volcano.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3647
	Volcano.BackgroundTransparency = 1
3648
	Volcano.BorderSizePixel = 0
3649
	Volcano.Position = UDim2.new(0.0353854299, 0, 0.503640771, 0)
3650
	Volcano.Size = UDim2.new(0, 150, 0, 50)
3651
	Volcano.ZIndex = 5
3652
	Volcano.Selected = true
3653
	Volcano.Font = Enum.Font.Cartoon
3654
	Volcano.Text = "VOLCANO"
3655
	Volcano.TextColor3 = Color3.new(1, 0.886275, 0)
3656
	Volcano.TextSize = 30
3657
	
3658
	BringUp_Roundify_12px_3.Name = "BringUp_Roundify_12px"
3659
	BringUp_Roundify_12px_3.Parent = Volcano
3660
	BringUp_Roundify_12px_3.Active = true
3661
	BringUp_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
3662
	BringUp_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
3663
	BringUp_Roundify_12px_3.BackgroundTransparency = 1
3664
	BringUp_Roundify_12px_3.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3665
	BringUp_Roundify_12px_3.Selectable = true
3666
	BringUp_Roundify_12px_3.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3667
	BringUp_Roundify_12px_3.ZIndex = 2
3668
	BringUp_Roundify_12px_3.Image = "rbxassetid://3570695787"
3669
	BringUp_Roundify_12px_3.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3670
	BringUp_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
3671
	BringUp_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
3672
	
3673
	TPTO.Name = "TPTO"
3674
	TPTO.Parent = TeleportScroll
3675
	TPTO.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3676
	TPTO.BackgroundTransparency = 1
3677
	TPTO.BorderSizePixel = 0
3678
	TPTO.Position = UDim2.new(0.0425609685, 0, 0.175970852, 0)
3679
	TPTO.Size = UDim2.new(0, 150, 0, 50)
3680
	TPTO.ZIndex = 5
3681
	TPTO.Selected = true
3682
	TPTO.Font = Enum.Font.Cartoon
3683
	TPTO.Text = "TP"
3684
	TPTO.TextColor3 = Color3.new(1, 0.886275, 0)
3685
	TPTO.TextSize = 30
3686
	
3687
	BLOOD_Roundify_12px_6.Name = "BLOOD_Roundify_12px"
3688
	BLOOD_Roundify_12px_6.Parent = TPTO
3689
	BLOOD_Roundify_12px_6.Active = true
3690
	BLOOD_Roundify_12px_6.AnchorPoint = Vector2.new(0.5, 0.5)
3691
	BLOOD_Roundify_12px_6.BackgroundColor3 = Color3.new(1, 1, 1)
3692
	BLOOD_Roundify_12px_6.BackgroundTransparency = 1
3693
	BLOOD_Roundify_12px_6.Position = UDim2.new(0.494444728, 0, 0.494999528, 0)
3694
	BLOOD_Roundify_12px_6.Selectable = true
3695
	BLOOD_Roundify_12px_6.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3696
	BLOOD_Roundify_12px_6.ZIndex = 2
3697
	BLOOD_Roundify_12px_6.Image = "rbxassetid://3570695787"
3698
	BLOOD_Roundify_12px_6.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3699
	BLOOD_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
3700
	BLOOD_Roundify_12px_6.SliceCenter = Rect.new(100, 100, 100, 100)
3701
	
3702
	TPTOBASE.Name = "TP TO BASE"
3703
	TPTOBASE.Parent = TeleportScroll
3704
	TPTOBASE.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3705
	TPTOBASE.BackgroundTransparency = 1
3706
	TPTOBASE.BorderSizePixel = 0
3707
	TPTOBASE.Position = UDim2.new(0.687118769, 0, 0.175364077, 0)
3708
	TPTOBASE.Size = UDim2.new(0, 150, 0, 50)
3709
	TPTOBASE.ZIndex = 5
3710
	TPTOBASE.Selected = true
3711
	TPTOBASE.Font = Enum.Font.Cartoon
3712
	TPTOBASE.Text = "TP TO BASE"
3713
	TPTOBASE.TextColor3 = Color3.new(1, 0.886275, 0)
3714
	TPTOBASE.TextSize = 30
3715
	
3716
	BLOOD_Roundify_12px_7.Name = "BLOOD_Roundify_12px"
3717
	BLOOD_Roundify_12px_7.Parent = TPTOBASE
3718
	BLOOD_Roundify_12px_7.Active = true
3719
	BLOOD_Roundify_12px_7.AnchorPoint = Vector2.new(0.5, 0.5)
3720
	BLOOD_Roundify_12px_7.BackgroundColor3 = Color3.new(1, 1, 1)
3721
	BLOOD_Roundify_12px_7.BackgroundTransparency = 1
3722
	BLOOD_Roundify_12px_7.Position = UDim2.new(0.494444728, 0, 0.494999528, 0)
3723
	BLOOD_Roundify_12px_7.Selectable = true
3724
	BLOOD_Roundify_12px_7.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3725
	BLOOD_Roundify_12px_7.ZIndex = 2
3726
	BLOOD_Roundify_12px_7.Image = "rbxassetid://3570695787"
3727
	BLOOD_Roundify_12px_7.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3728
	BLOOD_Roundify_12px_7.ScaleType = Enum.ScaleType.Slice
3729
	BLOOD_Roundify_12px_7.SliceCenter = Rect.new(100, 100, 100, 100)
3730
	
3731
	FineArts.Name = "FineArts"
3732
	FineArts.Parent = TeleportScroll
3733
	FineArts.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3734
	FineArts.BackgroundTransparency = 1
3735
	FineArts.BorderSizePixel = 0
3736
	FineArts.Position = UDim2.new(0.038786836, 0, 0.367718428, 0)
3737
	FineArts.Size = UDim2.new(0, 150, 0, 50)
3738
	FineArts.ZIndex = 5
3739
	FineArts.Selected = true
3740
	FineArts.Font = Enum.Font.Cartoon
3741
	FineArts.Text = "FINEART"
3742
	FineArts.TextColor3 = Color3.new(1, 0.886275, 0)
3743
	FineArts.TextSize = 30
3744
	
3745
	BringUp_Roundify_12px_4.Name = "BringUp_Roundify_12px"
3746
	BringUp_Roundify_12px_4.Parent = FineArts
3747
	BringUp_Roundify_12px_4.Active = true
3748
	BringUp_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
3749
	BringUp_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
3750
	BringUp_Roundify_12px_4.BackgroundTransparency = 1
3751
	BringUp_Roundify_12px_4.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3752
	BringUp_Roundify_12px_4.Selectable = true
3753
	BringUp_Roundify_12px_4.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3754
	BringUp_Roundify_12px_4.ZIndex = 2
3755
	BringUp_Roundify_12px_4.Image = "rbxassetid://3570695787"
3756
	BringUp_Roundify_12px_4.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3757
	BringUp_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
3758
	BringUp_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
3759
	
3760
	BobsShack.Name = "Bob's Shack"
3761
	BobsShack.Parent = TeleportScroll
3762
	BobsShack.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3763
	BobsShack.BackgroundTransparency = 1
3764
	BobsShack.BorderSizePixel = 0
3765
	BobsShack.Position = UDim2.new(0.373820871, 0, 0.368325204, 0)
3766
	BobsShack.Size = UDim2.new(0, 150, 0, 50)
3767
	BobsShack.ZIndex = 5
3768
	BobsShack.Selected = true
3769
	BobsShack.Font = Enum.Font.Cartoon
3770
	BobsShack.Text = "BOBSHACK"
3771
	BobsShack.TextColor3 = Color3.new(1, 0.886275, 0)
3772
	BobsShack.TextSize = 30
3773
	
3774
	BringUp_Roundify_12px_5.Name = "BringUp_Roundify_12px"
3775
	BringUp_Roundify_12px_5.Parent = BobsShack
3776
	BringUp_Roundify_12px_5.Active = true
3777
	BringUp_Roundify_12px_5.AnchorPoint = Vector2.new(0.5, 0.5)
3778
	BringUp_Roundify_12px_5.BackgroundColor3 = Color3.new(1, 1, 1)
3779
	BringUp_Roundify_12px_5.BackgroundTransparency = 1
3780
	BringUp_Roundify_12px_5.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3781
	BringUp_Roundify_12px_5.Selectable = true
3782
	BringUp_Roundify_12px_5.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3783
	BringUp_Roundify_12px_5.ZIndex = 2
3784
	BringUp_Roundify_12px_5.Image = "rbxassetid://3570695787"
3785
	BringUp_Roundify_12px_5.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3786
	BringUp_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
3787
	BringUp_Roundify_12px_5.SliceCenter = Rect.new(100, 100, 100, 100)
3788
	
3789
	StrangeMan.Name = "StrangeMan"
3790
	StrangeMan.Parent = TeleportScroll
3791
	StrangeMan.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3792
	StrangeMan.BackgroundTransparency = 1
3793
	StrangeMan.BorderSizePixel = 0
3794
	StrangeMan.Position = UDim2.new(0.686746001, 0, 0.368325233, 0)
3795
	StrangeMan.Size = UDim2.new(0, 150, 0, 50)
3796
	StrangeMan.ZIndex = 5
3797
	StrangeMan.Selected = true
3798
	StrangeMan.Font = Enum.Font.Cartoon
3799
	StrangeMan.Text = "MAN"
3800
	StrangeMan.TextColor3 = Color3.new(1, 0.886275, 0)
3801
	StrangeMan.TextSize = 30
3802
	
3803
	BringUp_Roundify_12px_6.Name = "BringUp_Roundify_12px"
3804
	BringUp_Roundify_12px_6.Parent = StrangeMan
3805
	BringUp_Roundify_12px_6.Active = true
3806
	BringUp_Roundify_12px_6.AnchorPoint = Vector2.new(0.5, 0.5)
3807
	BringUp_Roundify_12px_6.BackgroundColor3 = Color3.new(1, 1, 1)
3808
	BringUp_Roundify_12px_6.BackgroundTransparency = 1
3809
	BringUp_Roundify_12px_6.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3810
	BringUp_Roundify_12px_6.Selectable = true
3811
	BringUp_Roundify_12px_6.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3812
	BringUp_Roundify_12px_6.ZIndex = 2
3813
	BringUp_Roundify_12px_6.Image = "rbxassetid://3570695787"
3814
	BringUp_Roundify_12px_6.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3815
	BringUp_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
3816
	BringUp_Roundify_12px_6.SliceCenter = Rect.new(100, 100, 100, 100)
3817
	
3818
	Dock.Name = "Dock"
3819
	Dock.Parent = TeleportScroll
3820
	Dock.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3821
	Dock.BackgroundTransparency = 1
3822
	Dock.BorderSizePixel = 0
3823
	Dock.Position = UDim2.new(0.0370861292, 0, 0.434466064, 0)
3824
	Dock.Size = UDim2.new(0, 150, 0, 50)
3825
	Dock.ZIndex = 5
3826
	Dock.Selected = true
3827
	Dock.Font = Enum.Font.Cartoon
3828
	Dock.Text = "DOCK"
3829
	Dock.TextColor3 = Color3.new(1, 0.886275, 0)
3830
	Dock.TextSize = 30
3831
	
3832
	BringUp_Roundify_12px_7.Name = "BringUp_Roundify_12px"
3833
	BringUp_Roundify_12px_7.Parent = Dock
3834
	BringUp_Roundify_12px_7.Active = true
3835
	BringUp_Roundify_12px_7.AnchorPoint = Vector2.new(0.5, 0.5)
3836
	BringUp_Roundify_12px_7.BackgroundColor3 = Color3.new(1, 1, 1)
3837
	BringUp_Roundify_12px_7.BackgroundTransparency = 1
3838
	BringUp_Roundify_12px_7.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3839
	BringUp_Roundify_12px_7.Selectable = true
3840
	BringUp_Roundify_12px_7.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3841
	BringUp_Roundify_12px_7.ZIndex = 2
3842
	BringUp_Roundify_12px_7.Image = "rbxassetid://3570695787"
3843
	BringUp_Roundify_12px_7.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3844
	BringUp_Roundify_12px_7.ScaleType = Enum.ScaleType.Slice
3845
	BringUp_Roundify_12px_7.SliceCenter = Rect.new(100, 100, 100, 100)
3846
	
3847
	SkiLodge.Name = "SkiLodge"
3848
	SkiLodge.Parent = TeleportScroll
3849
	SkiLodge.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3850
	SkiLodge.BackgroundTransparency = 1
3851
	SkiLodge.BorderSizePixel = 0
3852
	SkiLodge.Position = UDim2.new(0.373820812, 0, 0.434466094, 0)
3853
	SkiLodge.Size = UDim2.new(0, 150, 0, 50)
3854
	SkiLodge.ZIndex = 5
3855
	SkiLodge.Selected = true
3856
	SkiLodge.Font = Enum.Font.Cartoon
3857
	SkiLodge.Text = "SKILODGE"
3858
	SkiLodge.TextColor3 = Color3.new(1, 0.886275, 0)
3859
	SkiLodge.TextSize = 30
3860
	
3861
	BringUp_Roundify_12px_8.Name = "BringUp_Roundify_12px"
3862
	BringUp_Roundify_12px_8.Parent = SkiLodge
3863
	BringUp_Roundify_12px_8.Active = true
3864
	BringUp_Roundify_12px_8.AnchorPoint = Vector2.new(0.5, 0.5)
3865
	BringUp_Roundify_12px_8.BackgroundColor3 = Color3.new(1, 1, 1)
3866
	BringUp_Roundify_12px_8.BackgroundTransparency = 1
3867
	BringUp_Roundify_12px_8.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3868
	BringUp_Roundify_12px_8.Selectable = true
3869
	BringUp_Roundify_12px_8.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3870
	BringUp_Roundify_12px_8.ZIndex = 2
3871
	BringUp_Roundify_12px_8.Image = "rbxassetid://3570695787"
3872
	BringUp_Roundify_12px_8.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3873
	BringUp_Roundify_12px_8.ScaleType = Enum.ScaleType.Slice
3874
	BringUp_Roundify_12px_8.SliceCenter = Rect.new(100, 100, 100, 100)
3875
	
3876
	TheDen.Name = "TheDen"
3877
	TheDen.Parent = TeleportScroll
3878
	TheDen.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3879
	TheDen.BackgroundTransparency = 1
3880
	TheDen.BorderSizePixel = 0
3881
	TheDen.Position = UDim2.new(0.6901474, 0, 0.434466094, 0)
3882
	TheDen.Size = UDim2.new(0, 150, 0, 50)
3883
	TheDen.ZIndex = 5
3884
	TheDen.Selected = true
3885
	TheDen.Font = Enum.Font.Cartoon
3886
	TheDen.Text = "DEN"
3887
	TheDen.TextColor3 = Color3.new(1, 0.886275, 0)
3888
	TheDen.TextSize = 30
3889
	
3890
	BringUp_Roundify_12px_9.Name = "BringUp_Roundify_12px"
3891
	BringUp_Roundify_12px_9.Parent = TheDen
3892
	BringUp_Roundify_12px_9.Active = true
3893
	BringUp_Roundify_12px_9.AnchorPoint = Vector2.new(0.5, 0.5)
3894
	BringUp_Roundify_12px_9.BackgroundColor3 = Color3.new(1, 1, 1)
3895
	BringUp_Roundify_12px_9.BackgroundTransparency = 1
3896
	BringUp_Roundify_12px_9.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3897
	BringUp_Roundify_12px_9.Selectable = true
3898
	BringUp_Roundify_12px_9.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3899
	BringUp_Roundify_12px_9.ZIndex = 2
3900
	BringUp_Roundify_12px_9.Image = "rbxassetid://3570695787"
3901
	BringUp_Roundify_12px_9.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3902
	BringUp_Roundify_12px_9.ScaleType = Enum.ScaleType.Slice
3903
	BringUp_Roundify_12px_9.SliceCenter = Rect.new(100, 100, 100, 100)
3904
	
3905
	Cave.Name = "Cave"
3906
	Cave.Parent = TeleportScroll
3907
	Cave.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3908
	Cave.BackgroundTransparency = 1
3909
	Cave.BorderSizePixel = 0
3910
	Cave.Position = UDim2.new(0.373820812, 0, 0.503640771, 0)
3911
	Cave.Size = UDim2.new(0, 150, 0, 50)
3912
	Cave.ZIndex = 5
3913
	Cave.Selected = true
3914
	Cave.Font = Enum.Font.Cartoon
3915
	Cave.Text = "CAVE"
3916
	Cave.TextColor3 = Color3.new(1, 0.886275, 0)
3917
	Cave.TextSize = 30
3918
	
3919
	BringUp_Roundify_12px_10.Name = "BringUp_Roundify_12px"
3920
	BringUp_Roundify_12px_10.Parent = Cave
3921
	BringUp_Roundify_12px_10.Active = true
3922
	BringUp_Roundify_12px_10.AnchorPoint = Vector2.new(0.5, 0.5)
3923
	BringUp_Roundify_12px_10.BackgroundColor3 = Color3.new(1, 1, 1)
3924
	BringUp_Roundify_12px_10.BackgroundTransparency = 1
3925
	BringUp_Roundify_12px_10.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3926
	BringUp_Roundify_12px_10.Selectable = true
3927
	BringUp_Roundify_12px_10.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3928
	BringUp_Roundify_12px_10.ZIndex = 2
3929
	BringUp_Roundify_12px_10.Image = "rbxassetid://3570695787"
3930
	BringUp_Roundify_12px_10.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3931
	BringUp_Roundify_12px_10.ScaleType = Enum.ScaleType.Slice
3932
	BringUp_Roundify_12px_10.SliceCenter = Rect.new(100, 100, 100, 100)
3933
	
3934
	Frost.Name = "Frost"
3935
	Frost.Parent = TeleportScroll
3936
	Frost.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3937
	Frost.BackgroundTransparency = 1
3938
	Frost.BorderSizePixel = 0
3939
	Frost.Position = UDim2.new(0.69014734, 0, 0.503640771, 0)
3940
	Frost.Size = UDim2.new(0, 150, 0, 50)
3941
	Frost.ZIndex = 5
3942
	Frost.Selected = true
3943
	Frost.Font = Enum.Font.Cartoon
3944
	Frost.Text = "FROST"
3945
	Frost.TextColor3 = Color3.new(1, 0.886275, 0)
3946
	Frost.TextSize = 30
3947
	
3948
	BringUp_Roundify_12px_11.Name = "BringUp_Roundify_12px"
3949
	BringUp_Roundify_12px_11.Parent = Frost
3950
	BringUp_Roundify_12px_11.Active = true
3951
	BringUp_Roundify_12px_11.AnchorPoint = Vector2.new(0.5, 0.5)
3952
	BringUp_Roundify_12px_11.BackgroundColor3 = Color3.new(1, 1, 1)
3953
	BringUp_Roundify_12px_11.BackgroundTransparency = 1
3954
	BringUp_Roundify_12px_11.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3955
	BringUp_Roundify_12px_11.Selectable = true
3956
	BringUp_Roundify_12px_11.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3957
	BringUp_Roundify_12px_11.ZIndex = 2
3958
	BringUp_Roundify_12px_11.Image = "rbxassetid://3570695787"
3959
	BringUp_Roundify_12px_11.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3960
	BringUp_Roundify_12px_11.ScaleType = Enum.ScaleType.Slice
3961
	BringUp_Roundify_12px_11.SliceCenter = Rect.new(100, 100, 100, 100)
3962
	
3963
	Swamp.Name = "Swamp"
3964
	Swamp.Parent = TeleportScroll
3965
	Swamp.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3966
	Swamp.BackgroundTransparency = 1
3967
	Swamp.BorderSizePixel = 0
3968
	Swamp.Position = UDim2.new(0.0370860919, 0, 0.574029148, 0)
3969
	Swamp.Size = UDim2.new(0, 150, 0, 50)
3970
	Swamp.ZIndex = 5
3971
	Swamp.Selected = true
3972
	Swamp.Font = Enum.Font.Cartoon
3973
	Swamp.Text = "SWAMP"
3974
	Swamp.TextColor3 = Color3.new(1, 0.886275, 0)
3975
	Swamp.TextSize = 30
3976
	
3977
	BringUp_Roundify_12px_12.Name = "BringUp_Roundify_12px"
3978
	BringUp_Roundify_12px_12.Parent = Swamp
3979
	BringUp_Roundify_12px_12.Active = true
3980
	BringUp_Roundify_12px_12.AnchorPoint = Vector2.new(0.5, 0.5)
3981
	BringUp_Roundify_12px_12.BackgroundColor3 = Color3.new(1, 1, 1)
3982
	BringUp_Roundify_12px_12.BackgroundTransparency = 1
3983
	BringUp_Roundify_12px_12.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
3984
	BringUp_Roundify_12px_12.Selectable = true
3985
	BringUp_Roundify_12px_12.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
3986
	BringUp_Roundify_12px_12.ZIndex = 2
3987
	BringUp_Roundify_12px_12.Image = "rbxassetid://3570695787"
3988
	BringUp_Roundify_12px_12.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3989
	BringUp_Roundify_12px_12.ScaleType = Enum.ScaleType.Slice
3990
	BringUp_Roundify_12px_12.SliceCenter = Rect.new(100, 100, 100, 100)
3991
	
3992
	SnowGlow.Name = "SnowGlow"
3993
	SnowGlow.Parent = TeleportScroll
3994
	SnowGlow.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
3995
	SnowGlow.BackgroundTransparency = 1
3996
	SnowGlow.BorderSizePixel = 0
3997
	SnowGlow.Position = UDim2.new(0.373820782, 0, 0.574635923, 0)
3998
	SnowGlow.Size = UDim2.new(0, 150, 0, 50)
3999
	SnowGlow.ZIndex = 5
4000
	SnowGlow.Selected = true
4001
	SnowGlow.Font = Enum.Font.Cartoon
4002
	SnowGlow.Text = "SNOWGLOW"
4003
	SnowGlow.TextColor3 = Color3.new(1, 0.886275, 0)
4004
	SnowGlow.TextSize = 30
4005
	
4006
	BringUp_Roundify_12px_13.Name = "BringUp_Roundify_12px"
4007
	BringUp_Roundify_12px_13.Parent = SnowGlow
4008
	BringUp_Roundify_12px_13.Active = true
4009
	BringUp_Roundify_12px_13.AnchorPoint = Vector2.new(0.5, 0.5)
4010
	BringUp_Roundify_12px_13.BackgroundColor3 = Color3.new(1, 1, 1)
4011
	BringUp_Roundify_12px_13.BackgroundTransparency = 1
4012
	BringUp_Roundify_12px_13.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
4013
	BringUp_Roundify_12px_13.Selectable = true
4014
	BringUp_Roundify_12px_13.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
4015
	BringUp_Roundify_12px_13.ZIndex = 2
4016
	BringUp_Roundify_12px_13.Image = "rbxassetid://3570695787"
4017
	BringUp_Roundify_12px_13.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
4018
	BringUp_Roundify_12px_13.ScaleType = Enum.ScaleType.Slice
4019
	BringUp_Roundify_12px_13.SliceCenter = Rect.new(100, 100, 100, 100)
4020
	
4021
	Palm.Name = "Palm"
4022
	Palm.Parent = TeleportScroll
4023
	Palm.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
4024
	Palm.BackgroundTransparency = 1
4025
	Palm.BorderSizePixel = 0
4026
	Palm.Position = UDim2.new(0.690147281, 0, 0.575242698, 0)
4027
	Palm.Size = UDim2.new(0, 150, 0, 50)
4028
	Palm.ZIndex = 5
4029
	Palm.Selected = true
4030
	Palm.Font = Enum.Font.Cartoon
4031
	Palm.Text = "PALM"
4032
	Palm.TextColor3 = Color3.new(1, 0.886275, 0)
4033
	Palm.TextSize = 30
4034
	
4035
	BringUp_Roundify_12px_14.Name = "BringUp_Roundify_12px"
4036
	BringUp_Roundify_12px_14.Parent = Palm
4037
	BringUp_Roundify_12px_14.Active = true
4038
	BringUp_Roundify_12px_14.AnchorPoint = Vector2.new(0.5, 0.5)
4039
	BringUp_Roundify_12px_14.BackgroundColor3 = Color3.new(1, 1, 1)
4040
	BringUp_Roundify_12px_14.BackgroundTransparency = 1
4041
	BringUp_Roundify_12px_14.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
4042
	BringUp_Roundify_12px_14.Selectable = true
4043
	BringUp_Roundify_12px_14.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
4044
	BringUp_Roundify_12px_14.ZIndex = 2
4045
	BringUp_Roundify_12px_14.Image = "rbxassetid://3570695787"
4046
	BringUp_Roundify_12px_14.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
4047
	BringUp_Roundify_12px_14.ScaleType = Enum.ScaleType.Slice
4048
	BringUp_Roundify_12px_14.SliceCenter = Rect.new(100, 100, 100, 100)
4049
	
4050
	Phantom.Name = "Phantom"
4051
	Phantom.Parent = TeleportScroll
4052
	Phantom.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
4053
	Phantom.BackgroundTransparency = 1
4054
	Phantom.BorderSizePixel = 0
4055
	Phantom.Position = UDim2.new(0.0387867056, 0, 0.644417405, 0)
4056
	Phantom.Size = UDim2.new(0, 150, 0, 50)
4057
	Phantom.ZIndex = 5
4058
	Phantom.Selected = true
4059
	Phantom.Font = Enum.Font.Cartoon
4060
	Phantom.Text = "PHANTOM"
4061
	Phantom.TextColor3 = Color3.new(1, 0.886275, 0)
4062
	Phantom.TextSize = 30
4063
	
4064
	BringUp_Roundify_12px_15.Name = "BringUp_Roundify_12px"
4065
	BringUp_Roundify_12px_15.Parent = Phantom
4066
	BringUp_Roundify_12px_15.Active = true
4067
	BringUp_Roundify_12px_15.AnchorPoint = Vector2.new(0.5, 0.5)
4068
	BringUp_Roundify_12px_15.BackgroundColor3 = Color3.new(1, 1, 1)
4069
	BringUp_Roundify_12px_15.BackgroundTransparency = 1
4070
	BringUp_Roundify_12px_15.Position = UDim2.new(0.501111269, 0, 0.514999688, 0)
4071
	BringUp_Roundify_12px_15.Selectable = true
4072
	BringUp_Roundify_12px_15.Size = UDim2.new(1.00666654, 0, 1.00999999, 0)
4073
	BringUp_Roundify_12px_15.ZIndex = 2
4074
	BringUp_Roundify_12px_15.Image = "rbxassetid://3570695787"
4075
	BringUp_Roundify_12px_15.ImageColor3 = Color3.new(0.631373, 0.631373, 0.631373)
4076
	BringUp_Roundify_12px_15.ScaleType = Enum.ScaleType.Slice
4077
	BringUp_Roundify_12px_15.SliceCenter = Rect.new(100, 100, 100, 100)
4078
	
4079
	BAR_4.Name = "BAR"
4080
	BAR_4.Parent = TELEPORTS
4081
	BAR_4.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
4082
	BAR_4.BorderSizePixel = 0
4083
	BAR_4.Position = UDim2.new(0, 35, 0, 41)
4084
	BAR_4.Selectable = false
4085
	BAR_4.Size = UDim2.new(0, 588, 0, 328)
4086
	BAR_4.ZIndex = 0
4087
	BAR_4.AutoButtonColor = false
4088
	BAR_4.Font = Enum.Font.SourceSans
4089
	BAR_4.Text = ""
4090
	BAR_4.TextColor3 = Color3.new(0, 0, 0)
4091
	BAR_4.TextSize = 14
4092
	
4093
	--Scripts
4094
	
4095
	player = game.Players.LocalPlayer
4096
	Walk = 16
4097
	Walkspeed.MouseButton1Down:connect(function()
4098
	Walk = walktext.Text	
4099
	end)
4100
	player.Character.Humanoid.WalkSpeed = Walk
4101
	player.Character.Humanoid.Changed:connect(function()
4102
	player.Character.Humanoid.WalkSpeed = Walk	
4103
	end)
4104
	player = game.Players.LocalPlayer
4105
	Jump = 50
4106
		
4107
	Jumpower.MouseButton1Down:connect(function()
4108
	Jump = jumptext.Text	
4109
	end)
4110
	
4111
	player.Character.Humanoid.JumpPower = Jump
4112
	
4113
	player.Character.Humanoid.Changed:connect(function()
4114
	player.Character.Humanoid.JumpPower = Jump	
4115
	end)
4116
	
4117
	--Trees:
4118
	Volcano.MouseButton1Down:connect(function()
4119
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585,622,1140))
4120
	end)
4121
	
4122
	Swamp.MouseButton1Down:connect(function()
4123
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209,132,-801))
4124
	end)
4125
	
4126
	Cave.MouseButton1Down:connect(function()
4127
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,-179,500))
4128
	end)
4129
	
4130
	Palm.MouseButton1Down:connect(function()
4131
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))
4132
	end)
4133
	
4134
	Phantom.MouseButton1Down:connect(function()
4135
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -214, -951))
4136
	end)
4137
	
4138
	SnowGlow.MouseButton1Down:connect(function()
4139
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1049,-5.9 ,-934.7))
4140
	end)
4141
	
4142
	Frost.MouseButton1Down:connect(function()
4143
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1505.7,412.4 ,3253))
4144
	end)
4145
	
4146
	--Shops:
4147
	BoxedCars.MouseButton1Down:connect(function()
4148
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
4149
	end)
4150
	
4151
	LinksLogic.MouseButton1Down:connect(function()
4152
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))
4153
	end)
4154
	
4155
	WoodRUS.MouseButton1Down:connect(function()
4156
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))
4157
	end)
4158
	
4159
	BobsShack.MouseButton1Down:connect(function()
4160
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
4161
	end)
4162
	
4163
	Fancy.MouseButton1Down:connect(function()
4164
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1720))
4165
	end)
4166
	
4167
	FineArts.MouseButton1Down:connect(function()
4168
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))
4169
	end)
4170
	
4171
	LandStore.MouseButton1Down:connect(function()
4172
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(258, 5, -99))
4173
	end)
4174
	
4175
	--Others:
4176
	Spawn.MouseButton1Down:connect(function()
4177
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))
4178
	end)
4179
	
4180
	SkiLodge.MouseButton1Down:connect(function()
4181
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))
4182
	end)
4183
	
4184
	StrangeMan.MouseButton1Down:connect(function()
4185
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))
4186
	end)
4187
	
4188
	TheDen.MouseButton1Down:connect(function()
4189
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
4190
	end)
4191
	
4192
	Dock.MouseButton1Down:connect(function()
4193
		game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1114, 3.2, -197))
4194
	end)
4195
	
4196
		local buttons = {
4197
			Player1,
4198
			Player2,
4199
			Player3,
4200
			Player4,
4201
			Player5,
4202
			Player6
4203
		}
4204
		spawn(function()
4205
			while true do
4206
				Player1.Text = ""
4207
				Player2.Text = ""
4208
				Player3.Text = ""
4209
				Player4.Text = ""
4210
				Player5.Text = ""
4211
				Player6.Text = ""
4212
				for i, v in pairs(game.Players:GetChildren()) do
4213
					buttons[i].Text = v.Name
4214
					buttons[i].Visible = true
4215
				end
4216
				wait(0.5)
4217
			end
4218
		end)
4219
	
4220
		Player1.MouseButton1Down:connect(function()
4221
	      PlayerName.Text = Player1.Text
4222
	    end)
4223
	    Player2.MouseButton1Down:connect(function()
4224
	      PlayerName.Text = Player2.Text
4225
	    end)
4226
	    Player3.MouseButton1Down:connect(function()
4227
	      PlayerName.Text = Player3.Text
4228
	    end)
4229
	    Player4.MouseButton1Down:connect(function()
4230
	      PlayerName.Text = Player4.Text
4231
	    end)
4232
	    Player5.MouseButton1Down:connect(function()
4233
	      PlayerName.Text = Player5.Text
4234
	    end)
4235
	    Player6.MouseButton1Down:connect(function()
4236
	      PlayerName.Text = Player6.Text
4237
	    end)
4238
		
4239
		TPTO.MouseButton1Down:connect(function()
4240
	      if PlayerName.Text == "" then
4241
	        warn("Select A Player")
4242
	      else 
4243
	        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlayerName.Text].HumanoidRootPart.CFrame
4244
	      end
4245
	    end)
4246
	    TPTOBASE.MouseButton1Down:connect(function()
4247
	      for i, v in pairs(game.Workspace.Properties:GetChildren()) do
4248
	        if v.Owner.Value == game.Players[PlayerName.Text] then
4249
				local p= CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z)
4250
				game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p
4251
	        end
4252
	      end
4253
	    end)
4254
	end)
4255
end
4256
coroutine.wrap(STTDEED_fake_script)()
4257
local function INRFZG_fake_script() -- closeCreds_2.LocalScript 
4258
	local script = Instance.new('LocalScript', closeCreds_2)
4259
4260
	script.Parent.MouseButton1Down:Connect(function()
4261
		script.Parent.Parent.Parent.CreditsFrame.Visible = false
4262
		script.Parent.Parent.Parent.Open.Visible = true
4263
	end)
4264
end
4265
coroutine.wrap(INRFZG_fake_script)()
4266
local function ZIMO_fake_script() -- Menubut_6.LocalScript 
4267
	local script = Instance.new('LocalScript', Menubut_6)
4268
4269
	script.Parent.MouseButton1Down:Connect(function()
4270
		script.Parent.Parent.Parent.Menu.Visible = true
4271
	end)
4272
end
4273
coroutine.wrap(ZIMO_fake_script)()
4274
local function BWGM_fake_script() -- CreditsFrame.LocalScript 
4275
	local script = Instance.new('LocalScript', CreditsFrame)
4276
4277
	script.Parent.Active = true
4278
	script.Parent.Draggable = true
4279
end
4280
coroutine.wrap(BWGM_fake_script)()