· 5 years ago · Sep 30, 2020, 08:16 PM
1PASTEBIN
2paste
3SIGN IN SIGN UP
4Guest User
5Untitled
6A GUEST
7JUL 29TH, 2020
847,837
9NEVER
10Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
1172.18 KB
12
13local ScreenGui = Instance.new("ScreenGui")
14local Main = Instance.new("Frame")
15local Close = Instance.new("TextButton")
16local Min = Instance.new("TextButton")
17local TextLabel = Instance.new("TextLabel")
18local Main2 = Instance.new("Frame")
19local Teleport = Instance.new("TextButton")
20local Duplication = Instance.new("TextButton")
21local AutoBuy = Instance.new("TextButton")
22local Credits = Instance.new("TextButton")
23local Misc = Instance.new("TextButton")
24local World = Instance.new("TextButton")
25local AutoBuy_F = Instance.new("Frame")
26local BuyItem = Instance.new("TextButton")
27local ScrollingFrame = Instance.new("ScrollingFrame")
28local WoodRUs = Instance.new("TextButton")
29local Furniture = Instance.new("TextButton")
30local Bobs = Instance.new("TextButton")
31local Boxed = Instance.new("TextButton")
32local Fine = Instance.new("TextButton")
33local Link = Instance.new("TextButton")
34local Teleport_F = Instance.new("Frame")
35local Duplication_F = Instance.new("Frame")
36local Misc_F = Instance.new("Frame")
37local Credits_F = Instance.new("Frame")
38local Quantity = Instance.new("TextBox")
39local Back = Instance.new("TextButton")
40local TpPlayer = Instance.new("TextButton")
41local TpBase = Instance.new("TextButton")
42local Plr1 = Instance.new("TextButton")
43local Plr2 = Instance.new("TextButton")
44local Plr3 = Instance.new("TextButton")
45local Plr6 = Instance.new("TextButton")
46local Plr5 = Instance.new("TextButton")
47local Plr4 = Instance.new("TextButton")
48local STP = Instance.new("ScrollingFrame")
49local World_F = Instance.new("Frame")
50local TpTool = Instance.new("TextButton")
51local DeleteTool = Instance.new("TextButton")
52local Btools = Instance.new("TextButton")
53local PathTool = Instance.new("TextButton")
54local DeleteTool_2 = Instance.new("TextButton")
55local TpTool_2 = Instance.new("TextButton")
56local TextButton = Instance.new("TextButton")
57local TextButton_2 = Instance.new("TextButton")
58local TextButton_3 = Instance.new("TextButton")
59local TextButton_4 = Instance.new("TextButton")
60local TextButton_5 = Instance.new("TextButton")
61local TextButton_6 = Instance.new("TextButton")
62local TextButton_7 = Instance.new("TextButton")
63local TextButton_8 = Instance.new("TextButton")
64local DupeM = Instance.new("TextButton")
65local DML = Instance.new("TextLabel")
66local Menos = Instance.new("TextButton")
67local Mais = Instance.new("TextButton")
68local DupeMoney = Instance.new("TextLabel")
69local LS1 = Instance.new("TextButton")
70local LS2 = Instance.new("TextButton")
71local LS3 = Instance.new("TextButton")
72local LS6 = Instance.new("TextButton")
73local LS4 = Instance.new("TextButton")
74local LS5 = Instance.new("TextButton")
75local TextLabel2 = Instance.new("TextLabel")
76local Right = Instance.new("TextButton")
77local Left = Instance.new("TextButton")
78local SongName = Instance.new("TextLabel")
79local ImageCredit = Instance.new("ImageLabel")
80local Credit = Instance.new("TextLabel")
81local Stop = Instance.new("TextButton")
82local Play = Instance.new("TextButton")
83local OFrame = Instance.new("Frame")
84local Open = Instance.new("TextButton")
85
86ScreenGui.Parent = game.CoreGui
87
88Main.Name = "Main"
89Main.Parent = ScreenGui
90Main.BackgroundColor3 = Color3.new(1, 1, 1)
91Main.BorderColor3 = Color3.new(0.592157, 0, 0.756863)
92Main.BorderSizePixel = 0
93Main.Position = UDim2.new(0.184243977, 0, 0.2370518, 0)
94Main.Size = UDim2.new(0, 463, 0, 263)
95Main.Active = true
96Main.Draggable = true
97
98Close.Name = "Close"
99Close.Parent = Main
100Close.BackgroundColor3 = Color3.new(1, 1, 1)
101Close.BackgroundTransparency = 1
102Close.Position = UDim2.new(0.879049718, 0, 0.0342205316, 0)
103Close.Size = UDim2.new(0, 40, 0, 39)
104Close.Font = Enum.Font.Gotham
105Close.Text = "X"
106Close.TextColor3 = Color3.new(1, 0, 0)
107Close.TextScaled = true
108Close.TextSize = 14
109Close.TextWrapped = true
110
111Min.Name = "Min"
112Min.Parent = Main
113Min.BackgroundColor3 = Color3.new(1, 1, 1)
114Min.BackgroundTransparency = 1
115Min.Position = UDim2.new(0.79265666, 0, 0.0342205316, 0)
116Min.Size = UDim2.new(0, 40, 0, 39)
117Min.Font = Enum.Font.Arcade
118Min.Text = "-"
119Min.TextColor3 = Color3.new(1, 0, 0)
120Min.TextScaled = true
121Min.TextSize = 14
122Min.TextWrapped = true
123
124TextLabel.Parent = Main
125TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
126TextLabel.BackgroundTransparency = 1
127TextLabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
128TextLabel.Position = UDim2.new(0.0366209932, 0, 0.0306454897, 0)
129TextLabel.Size = UDim2.new(0, 292, 0, 39)
130TextLabel.Font = Enum.Font.SciFi
131TextLabel.Text = "Extreme Lumber Tycoon 2"
132TextLabel.TextColor3 = Color3.new(0, 0.4, 5)
133TextLabel.TextScaled = true
134TextLabel.TextSize = 14
135TextLabel.TextWrapped = true
136
137Main2.Name = "Main2"
138Main2.Parent = Main
139Main2.BackgroundColor3 = Color3.new(1, 1, 1)
140Main2.BackgroundTransparency = 1
141Main2.Position = UDim2.new(0, 0, 0.212927759, 0)
142Main2.Size = UDim2.new(0, 463, 0, 207)
143
144Teleport.Name = "Teleport"
145Teleport.Parent = Main2
146Teleport.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
147Teleport.BackgroundTransparency = 1
148Teleport.BorderColor3 = Color3.new(1, 1, 1)
149Teleport.BorderSizePixel = 0
150Teleport.Position = UDim2.new(0.0363738388, 0, 0.699343979, 0)
151Teleport.Size = UDim2.new(0, 187, 0, 47)
152Teleport.Font = Enum.Font.Antique
153Teleport.Text = " Teleports "
154Teleport.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
155Teleport.TextScaled = true
156Teleport.TextSize = 14
157Teleport.TextWrapped = true
158
159Duplication.Name = "Duplication"
160Duplication.Parent = Main2
161Duplication.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
162Duplication.BackgroundTransparency = 1
163Duplication.BorderColor3 = Color3.new(1, 1, 1)
164Duplication.BorderSizePixel = 0
165Duplication.Position = UDim2.new(0.0363738388, 0, 0.385334313, 0)
166Duplication.Size = UDim2.new(0, 187, 0, 47)
167Duplication.Font = Enum.Font.Antique
168Duplication.Text = " Duplication "
169Duplication.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
170Duplication.TextScaled = true
171Duplication.TextSize = 14
172Duplication.TextWrapped = true
173
174AutoBuy.Name = "AutoBuy"
175AutoBuy.Parent = Main2
176AutoBuy.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
177AutoBuy.BackgroundTransparency = 1
178AutoBuy.BorderColor3 = Color3.new(1, 1, 1)
179AutoBuy.BorderSizePixel = 0
180AutoBuy.Position = UDim2.new(0.0363738388, 0, 0.0858173966, 0)
181AutoBuy.Size = UDim2.new(0, 187, 0, 47)
182AutoBuy.Font = Enum.Font.Antique
183AutoBuy.Text = " Auto Buy "
184AutoBuy.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
185AutoBuy.TextScaled = true
186AutoBuy.TextSize = 14
187AutoBuy.TextWrapped = true
188
189Credits.Name = "Credits"
190Credits.Parent = Main2
191Credits.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
192Credits.BackgroundTransparency = 1
193Credits.BorderColor3 = Color3.new(1, 1, 1)
194Credits.BorderSizePixel = 0
195Credits.Position = UDim2.new(0.561211884, 0, 0.689682126, 0)
196Credits.Size = UDim2.new(0, 187, 0, 47)
197Credits.Font = Enum.Font.Antique
198Credits.Text = "Credits"
199Credits.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
200Credits.TextScaled = true
201Credits.TextSize = 14
202Credits.TextWrapped = true
203
204Misc.Name = "Misc"
205Misc.Parent = Main2
206Misc.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
207Misc.BackgroundTransparency = 1
208Misc.BorderColor3 = Color3.new(1, 1, 1)
209Misc.BorderSizePixel = 0
210Misc.Position = UDim2.new(0.561211884, 0, 0.375672489, 0)
211Misc.Size = UDim2.new(0, 187, 0, 47)
212Misc.Font = Enum.Font.Antique
213Misc.Text = "Misc"
214Misc.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
215Misc.TextScaled = true
216Misc.TextSize = 14
217Misc.TextWrapped = true
218
219World.Name = "World"
220World.Parent = Main2
221World.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
222World.BackgroundTransparency = 1
223World.BorderColor3 = Color3.new(1, 1, 1)
224World.BorderSizePixel = 0
225World.Position = UDim2.new(0.561211884, 0, 0.0761555582, 0)
226World.Size = UDim2.new(0, 187, 0, 47)
227World.Font = Enum.Font.Antique
228World.Text = "World"
229World.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
230World.TextScaled = true
231World.TextSize = 14
232World.TextWrapped = true
233
234AutoBuy_F.Name = "AutoBuy_F"
235AutoBuy_F.Parent = Main
236AutoBuy_F.BackgroundColor3 = Color3.new(0.054902, 1, 0.117647)
237AutoBuy_F.BackgroundTransparency = 1
238AutoBuy_F.Position = UDim2.new(0, 0, 0.212927759, 0)
239AutoBuy_F.Size = UDim2.new(0, 463, 0, 207)
240AutoBuy_F.Visible = false
241
242BuyItem.Name = "BuyItem"
243BuyItem.Parent = AutoBuy_F
244BuyItem.BackgroundColor3 = Color3.new(0, 1, 0.5)
245BuyItem.BorderSizePixel = 0
246BuyItem.Position = UDim2.new(0.203023762, 0, 0.680020332, 0)
247BuyItem.Size = UDim2.new(0, 187, 0, 51)
248BuyItem.Font = Enum.Font.Bodoni
249BuyItem.Text = " Buy Item "
250BuyItem.TextColor3 = Color3.new(0, 0, 0)
251BuyItem.TextScaled = true
252BuyItem.TextSize = 14
253BuyItem.TextWrapped = true
254
255Quantity.Name = "Quantity"
256Quantity.Parent = AutoBuy_F
257Quantity.BackgroundColor3 = Color3.new(0.0901961, 0.988235, 1)
258Quantity.BorderSizePixel = 0
259Quantity.Position = UDim2.new(0.0510666817, 0, 0.699344039, 0)
260Quantity.Size = UDim2.new(0, 50, 0, 44)
261Quantity.Font = Enum.Font.SourceSans
262Quantity.Text = "1"
263Quantity.TextColor3 = Color3.new(0, 0, 0)
264Quantity.TextScaled = true
265Quantity.TextSize = 14
266Quantity.TextWrapped = true
267
268ScrollingFrame.Parent = AutoBuy_F
269ScrollingFrame.Active = true
270ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
271ScrollingFrame.BackgroundTransparency = 1
272ScrollingFrame.Position = UDim2.new(0.637149036, 0, 0, 0)
273ScrollingFrame.Size = UDim2.new(0, 168, 0, 207)
274ScrollingFrame.ScrollBarThickness = 8
275ScrollingFrame.CanvasSize = UDim2.new(0, 0, 18, 0)
276
277WoodRUs.Name = "WoodRUs"
278WoodRUs.Parent = AutoBuy_F
279WoodRUs.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
280WoodRUs.BorderSizePixel = 0
281WoodRUs.Position = UDim2.new(0.0345572345, 0, 0.0761555806, 0)
282WoodRUs.Size = UDim2.new(0, 129, 0, 31)
283WoodRUs.Font = Enum.Font.SciFi
284WoodRUs.Text = "Wood R Us"
285WoodRUs.TextColor3 = Color3.new(0, 0, 0)
286WoodRUs.TextScaled = true
287WoodRUs.TextSize = 14
288WoodRUs.TextWrapped = true
289
290Furniture.Name = "Furniture"
291Furniture.Parent = AutoBuy_F
292Furniture.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
293Furniture.BorderSizePixel = 0
294Furniture.Position = UDim2.new(0.329684377, 0, 0.0761555806, 0)
295Furniture.Size = UDim2.new(0, 129, 0, 31)
296Furniture.Font = Enum.Font.SciFi
297Furniture.Text = " Furniture "
298Furniture.TextColor3 = Color3.new(0, 0, 0)
299Furniture.TextScaled = true
300Furniture.TextSize = 14
301Furniture.TextWrapped = true
302
303Bobs.Name = "Bobs"
304Bobs.Parent = AutoBuy_F
305Bobs.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
306Bobs.BorderSizePixel = 0
307Bobs.Position = UDim2.new(0.329684377, 0, 0.259432524, 0)
308Bobs.Size = UDim2.new(0, 129, 0, 31)
309Bobs.Font = Enum.Font.SciFi
310Bobs.Text = " Bobs Shack "
311Bobs.TextColor3 = Color3.new(0, 0, 0)
312Bobs.TextScaled = true
313Bobs.TextSize = 14
314Bobs.TextWrapped = true
315
316Boxed.Name = "Boxed"
317Boxed.Parent = AutoBuy_F
318Boxed.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
319Boxed.BorderSizePixel = 0
320Boxed.Position = UDim2.new(0.0345572345, 0, 0.259432524, 0)
321Boxed.Size = UDim2.new(0, 129, 0, 31)
322Boxed.Font = Enum.Font.SciFi
323Boxed.Text = " Boxed Cars "
324Boxed.TextColor3 = Color3.new(0, 0, 0)
325Boxed.TextScaled = true
326Boxed.TextSize = 14
327Boxed.TextWrapped = true
328
329Fine.Name = "Fine"
330Fine.Parent = AutoBuy_F
331Fine.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
332Fine.BorderSizePixel = 0
333Fine.Position = UDim2.new(0.329684377, 0, 0.448099911, 0)
334Fine.Size = UDim2.new(0, 129, 0, 31)
335Fine.Font = Enum.Font.SciFi
336Fine.Text = "Fine Art"
337Fine.TextColor3 = Color3.new(0, 0, 0)
338Fine.TextScaled = true
339Fine.TextSize = 14
340Fine.TextWrapped = true
341
342Link.Name = "Link"
343Link.Parent = AutoBuy_F
344Link.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
345Link.BorderSizePixel = 0
346Link.Position = UDim2.new(0.0345572345, 0, 0.448099911, 0)
347Link.Size = UDim2.new(0, 129, 0, 31)
348Link.Font = Enum.Font.SciFi
349Link.Text = " Link's Logic "
350Link.TextColor3 = Color3.new(0, 0, 0)
351Link.TextScaled = true
352Link.TextSize = 14
353Link.TextWrapped = true
354
355Teleport_F.Name = "Teleport_F"
356Teleport_F.Parent = Main
357Teleport_F.BackgroundColor3 = Color3.new(1, 1, 1)
358Teleport_F.BackgroundTransparency = 1
359Teleport_F.Position = UDim2.new(0, 0, 0.212927759, 0)
360Teleport_F.Size = UDim2.new(0, 463, 0, 207)
361Teleport_F.Visible = false
362
363Duplication_F.Name = "Duplication_F"
364Duplication_F.Parent = Main
365Duplication_F.BackgroundColor3 = Color3.new(1, 1, 1)
366Duplication_F.BackgroundTransparency = 1
367Duplication_F.Position = UDim2.new(0, 0, 0.212927759, 0)
368Duplication_F.Size = UDim2.new(0, 463, 0, 207)
369Duplication_F.Visible = false
370
371Misc_F.Name = "Misc_F"
372Misc_F.Parent = Main
373Misc_F.BackgroundColor3 = Color3.new(1, 1, 1)
374Misc_F.BackgroundTransparency = 1
375Misc_F.Position = UDim2.new(0, 0, 0.212927759, 0)
376Misc_F.Size = UDim2.new(0, 463, 0, 207)
377Misc_F.Visible = false
378
379Credits_F.Name = "Credits_F"
380Credits_F.Parent = Main
381Credits_F.BackgroundColor3 = Color3.new(1, 1, 1)
382Credits_F.BackgroundTransparency = 1
383Credits_F.Position = UDim2.new(0, 0, 0.212927759, 0)
384Credits_F.Size = UDim2.new(0, 463, 0, 207)
385Credits_F.Visible = false
386
387TpPlayer.Name = "TpPlayer"
388TpPlayer.Parent = Teleport_F
389TpPlayer.BackgroundColor3 = Color3.new(0.0470588, 1, 0.0784314)
390TpPlayer.BorderSizePixel = 0
391TpPlayer.Position = UDim2.new(0.522678196, 0, 0.761576772, 0)
392TpPlayer.Size = UDim2.new(0, 97, 0, 34)
393TpPlayer.Font = Enum.Font.Antique
394TpPlayer.Text = " Go To Player "
395TpPlayer.TextColor3 = Color3.new(0, 0, 0)
396TpPlayer.TextScaled = true
397TpPlayer.TextSize = 14
398TpPlayer.TextWrapped = true
399
400TpBase.Name = "TpBase"
401TpBase.Parent = Teleport_F
402TpBase.BackgroundColor3 = Color3.new(0.0470588, 1, 0.0784314)
403TpBase.BorderSizePixel = 0
404TpBase.Position = UDim2.new(0.755939543, 0, 0.761576772, 0)
405TpBase.Size = UDim2.new(0, 97, 0, 34)
406TpBase.Font = Enum.Font.Antique
407TpBase.Text = " Go To Base "
408TpBase.TextColor3 = Color3.new(0, 0, 0)
409TpBase.TextScaled = true
410TpBase.TextSize = 14
411TpBase.TextWrapped = true
412
413Plr1.Name = "Plr1"
414Plr1.Parent = Teleport_F
415Plr1.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
416Plr1.BorderSizePixel = 0
417Plr1.Position = UDim2.new(0.522678196, 0, 0.00483091176, 0)
418Plr1.Size = UDim2.new(0, 204, 0, 24)
419Plr1.Font = Enum.Font.GothamBlack
420Plr1.Text = "No Player"
421Plr1.TextColor3 = Color3.new(0, 0, 0)
422Plr1.TextScaled = true
423Plr1.TextSize = 14
424Plr1.TextWrapped = true
425
426Plr2.Name = "Plr2"
427Plr2.Parent = Teleport_F
428Plr2.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
429Plr2.BorderSizePixel = 0
430Plr2.Position = UDim2.new(0.522678196, 0, 0.12077295, 0)
431Plr2.Size = UDim2.new(0, 204, 0, 24)
432Plr2.Font = Enum.Font.GothamBlack
433Plr2.Text = "No Player"
434Plr2.TextColor3 = Color3.new(0, 0, 0)
435Plr2.TextScaled = true
436Plr2.TextSize = 14
437Plr2.TextWrapped = true
438
439Plr3.Name = "Plr3"
440Plr3.Parent = Teleport_F
441Plr3.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
442Plr3.BorderSizePixel = 0
443Plr3.Position = UDim2.new(0.522678196, 0, 0.236715019, 0)
444Plr3.Size = UDim2.new(0, 204, 0, 24)
445Plr3.Font = Enum.Font.GothamBlack
446Plr3.Text = "No Player"
447Plr3.TextColor3 = Color3.new(0, 0, 0)
448Plr3.TextScaled = true
449Plr3.TextSize = 14
450Plr3.TextWrapped = true
451
452Plr6.Name = "Plr6"
453Plr6.Parent = Teleport_F
454Plr6.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
455Plr6.BorderSizePixel = 0
456Plr6.Position = UDim2.new(0.522678196, 0, 0.584541082, 0)
457Plr6.Size = UDim2.new(0, 204, 0, 24)
458Plr6.Font = Enum.Font.GothamBlack
459Plr6.Text = "No Player"
460Plr6.TextColor3 = Color3.new(0, 0, 0)
461Plr6.TextScaled = true
462Plr6.TextSize = 14
463Plr6.TextWrapped = true
464
465Plr5.Name = "Plr5"
466Plr5.Parent = Teleport_F
467Plr5.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
468Plr5.BorderSizePixel = 0
469Plr5.Position = UDim2.new(0.522678196, 0, 0.468599051, 0)
470Plr5.Size = UDim2.new(0, 204, 0, 24)
471Plr5.Font = Enum.Font.GothamBlack
472Plr5.Text = "No Player"
473Plr5.TextColor3 = Color3.new(0, 0, 0)
474Plr5.TextScaled = true
475Plr5.TextSize = 14
476Plr5.TextWrapped = true
477
478Plr4.Name = "Plr4"
479Plr4.Parent = Teleport_F
480Plr4.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
481Plr4.BorderSizePixel = 0
482Plr4.Position = UDim2.new(0.522678196, 0, 0.35265702, 0)
483Plr4.Size = UDim2.new(0, 204, 0, 24)
484Plr4.Font = Enum.Font.GothamBlack
485Plr4.Text = "No Player"
486Plr4.TextColor3 = Color3.new(0, 0, 0)
487Plr4.TextScaled = true
488Plr4.TextSize = 14
489Plr4.TextWrapped = true
490
491STP.Name = "STP"
492STP.Parent = Teleport_F
493STP.Active = true
494STP.BackgroundColor3 = Color3.new(1, 1, 1)
495STP.BackgroundTransparency = 1
496STP.Position = UDim2.new(0, 0, 0.00483091781, 0)
497STP.Size = UDim2.new(0, 198, 0, 206)
498STP.CanvasSize = UDim2.new(0, 0, 5, 0)
499STP.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
500
501Back.Name = "Back"
502Back.Parent = Main
503Back.BackgroundColor3 = Color3.new(0.592157, 0, 0.756863)
504Back.BorderSizePixel = 0
505Back.Position = UDim2.new(0, 0, 1, 0)
506Back.Size = UDim2.new(0, 463, 0, 28)
507Back.Text = "Back"
508Back.TextColor3 = Color3.new(0, 0, 0)
509Back.TextScaled = true
510Back.TextSize = 14
511Back.TextWrapped = true
512Back.Visible = false
513
514World_F.Name = "World_F"
515World_F.Parent = Main
516World_F.BackgroundColor3 = Color3.new(1, 1, 1)
517World_F.BackgroundTransparency = 1
518World_F.Position = UDim2.new(0, 0, 0.212927759, 0)
519World_F.Size = UDim2.new(0, 463, 0, 207)
520World_F.Visible = false
521
522TpTool.Name = "TpTool"
523TpTool.Parent = World_F
524TpTool.BackgroundColor3 = Color3.new(1, 1, 1)
525TpTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
526TpTool.BorderSizePixel = 0
527TpTool.Position = UDim2.new(0.0842332616, 0, 0.202898547, 0)
528TpTool.Size = UDim2.new(0, 168, 0, 33)
529TpTool.Font = Enum.Font.Fantasy
530TpTool.Text = " Remove Water "
531TpTool.TextColor3 = Color3.new(0, 0, 0)
532TpTool.TextScaled = true
533TpTool.TextSize = 14
534TpTool.TextWrapped = true
535
536DeleteTool.Name = "DeleteTool"
537DeleteTool.Parent = World_F
538DeleteTool.BackgroundColor3 = Color3.new(1, 1, 1)
539DeleteTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
540DeleteTool.BorderSizePixel = 0
541DeleteTool.Position = UDim2.new(0.550755918, 0, 0.202898547, 0)
542DeleteTool.Size = UDim2.new(0, 168, 0, 33)
543DeleteTool.Font = Enum.Font.Fantasy
544DeleteTool.Text = "Aways Day"
545DeleteTool.TextColor3 = Color3.new(0, 0, 0)
546DeleteTool.TextScaled = true
547DeleteTool.TextSize = 14
548DeleteTool.TextWrapped = true
549
550Btools.Name = "Btools"
551Btools.Parent = World_F
552Btools.BackgroundColor3 = Color3.new(1, 1, 1)
553Btools.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
554Btools.BorderSizePixel = 0
555Btools.Position = UDim2.new(0.550755918, 0, 0.429951668, 0)
556Btools.Size = UDim2.new(0, 168, 0, 33)
557Btools.Font = Enum.Font.Fantasy
558Btools.Text = " Remove Fog "
559Btools.TextColor3 = Color3.new(0, 0, 0)
560Btools.TextScaled = true
561Btools.TextSize = 14
562Btools.TextWrapped = true
563
564PathTool.Name = "PathTool"
565PathTool.Parent = World_F
566PathTool.BackgroundColor3 = Color3.new(1, 1, 1)
567PathTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
568PathTool.BorderSizePixel = 0
569PathTool.Position = UDim2.new(0.0842332616, 0, 0.429951668, 0)
570PathTool.Size = UDim2.new(0, 168, 0, 33)
571PathTool.Font = Enum.Font.Fantasy
572PathTool.Text = " Remove Useless Trees "
573PathTool.TextColor3 = Color3.new(0, 0, 0)
574PathTool.TextScaled = true
575PathTool.TextSize = 14
576PathTool.TextWrapped = true
577
578DeleteTool_2.Name = "DeleteTool"
579DeleteTool_2.Parent = World_F
580DeleteTool_2.BackgroundColor3 = Color3.new(1, 1, 1)
581DeleteTool_2.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
582DeleteTool_2.BorderSizePixel = 0
583DeleteTool_2.Position = UDim2.new(0.550755918, 0, 0.671497583, 0)
584DeleteTool_2.Size = UDim2.new(0, 168, 0, 33)
585DeleteTool_2.Font = Enum.Font.Fantasy
586DeleteTool_2.Text = " Anti BlackList "
587DeleteTool_2.TextColor3 = Color3.new(0, 0, 0)
588DeleteTool_2.TextScaled = true
589DeleteTool_2.TextSize = 14
590DeleteTool_2.TextWrapped = true
591
592TpTool_2.Name = "TpTool"
593TpTool_2.Parent = World_F
594TpTool_2.BackgroundColor3 = Color3.new(1, 1, 1)
595TpTool_2.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
596TpTool_2.BorderSizePixel = 0
597TpTool_2.Position = UDim2.new(0.0842332616, 0, 0.671497583, 0)
598TpTool_2.Size = UDim2.new(0, 168, 0, 33)
599TpTool_2.Font = Enum.Font.Fantasy
600TpTool_2.Text = "Anti Buy OFF"
601TpTool_2.TextColor3 = Color3.new(0, 0, 0)
602TpTool_2.TextScaled = true
603TpTool_2.TextSize = 14
604TpTool_2.TextWrapped = true
605
606TextButton.Parent = Misc_F
607TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
608TextButton.BorderSizePixel = 0
609TextButton.Position = UDim2.new(0.0518358499, 0, 0.111111112, 0)
610TextButton.Size = UDim2.new(0, 195, 0, 27)
611TextButton.Font = Enum.Font.Fantasy
612TextButton.Text = "Tp Tool"
613TextButton.TextColor3 = Color3.new(0, 0, 0)
614TextButton.TextScaled = true
615TextButton.TextSize = 14
616TextButton.TextWrapped = true
617
618TextButton_2.Parent = Misc_F
619TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
620TextButton_2.BorderSizePixel = 0
621TextButton_2.Position = UDim2.new(0.526997864, 0, 0.111111112, 0)
622TextButton_2.Size = UDim2.new(0, 195, 0, 27)
623TextButton_2.Font = Enum.Font.Fantasy
624TextButton_2.Text = "Delete Tool"
625TextButton_2.TextColor3 = Color3.new(0, 0, 0)
626TextButton_2.TextScaled = true
627TextButton_2.TextSize = 14
628TextButton_2.TextWrapped = true
629
630TextButton_3.Parent = Misc_F
631TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
632TextButton_3.BorderSizePixel = 0
633TextButton_3.Position = UDim2.new(0.0518358499, 0, 0.328502417, 0)
634TextButton_3.Size = UDim2.new(0, 195, 0, 27)
635TextButton_3.Font = Enum.Font.Fantasy
636TextButton_3.Text = " Fly Magic Carpet(E) "
637TextButton_3.TextColor3 = Color3.new(0, 0, 0)
638TextButton_3.TextScaled = true
639TextButton_3.TextSize = 14
640TextButton_3.TextWrapped = true
641
642TextButton_4.Parent = Misc_F
643TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
644TextButton_4.BorderSizePixel = 0
645TextButton_4.Position = UDim2.new(0.526997864, 0, 0.328502417, 0)
646TextButton_4.Size = UDim2.new(0, 195, 0, 27)
647TextButton_4.Font = Enum.Font.Fantasy
648TextButton_4.Text = " Delete Store's Door "
649TextButton_4.TextColor3 = Color3.new(0, 0, 0)
650TextButton_4.TextScaled = true
651TextButton_4.TextSize = 14
652TextButton_4.TextWrapped = true
653
654TextButton_5.Parent = Misc_F
655TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
656TextButton_5.BorderSizePixel = 0
657TextButton_5.Position = UDim2.new(0.526997864, 0, 0.541062832, 0)
658TextButton_5.Size = UDim2.new(0, 195, 0, 27)
659TextButton_5.Font = Enum.Font.Fantasy
660TextButton_5.Text = "Tp Cut Tree (T)"
661TextButton_5.TextColor3 = Color3.new(0, 0, 0)
662TextButton_5.TextScaled = true
663TextButton_5.TextSize = 14
664TextButton_5.TextWrapped = true
665
666TextButton_6.Parent = Misc_F
667TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
668TextButton_6.BorderSizePixel = 0
669TextButton_6.Position = UDim2.new(0.0518358499, 0, 0.541062832, 0)
670TextButton_6.Size = UDim2.new(0, 195, 0, 27)
671TextButton_6.Font = Enum.Font.Fantasy
672TextButton_6.Text = " Max Land "
673TextButton_6.TextColor3 = Color3.new(0, 0, 0)
674TextButton_6.TextScaled = true
675TextButton_6.TextSize = 14
676TextButton_6.TextWrapped = true
677
678TextButton_7.Parent = Misc_F
679TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
680TextButton_7.BorderSizePixel = 0
681TextButton_7.Position = UDim2.new(0.526997864, 0, 0.748792291, 0)
682TextButton_7.Size = UDim2.new(0, 195, 0, 27)
683TextButton_7.Font = Enum.Font.Fantasy
684TextButton_7.Text = "Dupe Inventory"
685TextButton_7.TextColor3 = Color3.new(0, 0, 0)
686TextButton_7.TextScaled = true
687TextButton_7.TextSize = 14
688TextButton_7.TextWrapped = true
689
690TextButton_8.Parent = Misc_F
691TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
692TextButton_8.BorderSizePixel = 0
693TextButton_8.Position = UDim2.new(0.0518358499, 0, 0.748792291, 0)
694TextButton_8.Size = UDim2.new(0, 195, 0, 27)
695TextButton_8.Font = Enum.Font.Fantasy
696TextButton_8.Text = "Buy Quest"
697TextButton_8.TextColor3 = Color3.new(0, 0, 0)
698TextButton_8.TextScaled = true
699TextButton_8.TextSize = 14
700TextButton_8.TextWrapped = true
701
702DupeM.Name = "DupeM"
703DupeM.Parent = Duplication_F
704DupeM.BackgroundColor3 = Color3.new(0.0509804, 0.807843, 0.0784314)
705DupeM.BorderSizePixel = 0
706DupeM.Position = UDim2.new(0.0583153367, 0, 0.66183573, 0)
707DupeM.Size = UDim2.new(0, 205, 0, 47)
708DupeM.Font = Enum.Font.Bodoni
709DupeM.Text = " Dupe Money 1 Time "
710DupeM.TextColor3 = Color3.new(0, 0, 0)
711DupeM.TextScaled = true
712DupeM.TextSize = 14
713DupeM.TextWrapped = true
714
715DML.Name = "DML"
716DML.Parent = Duplication_F
717DML.BackgroundColor3 = Color3.new(1, 1, 1)
718DML.BackgroundTransparency = 1
719DML.Position = UDim2.new(0.213822901, 0, 0.396135271, 0)
720DML.Size = UDim2.new(0, 62, 0, 43)
721DML.Font = Enum.Font.Arcade
722DML.Text = "1"
723DML.TextColor3 = Color3.new(0, 0, 0)
724DML.TextScaled = true
725DML.TextSize = 14
726DML.TextWrapped = true
727
728Menos.Name = "Menos"
729Menos.Parent = Duplication_F
730Menos.BackgroundColor3 = Color3.new(1, 1, 1)
731Menos.BackgroundTransparency = 1
732Menos.Position = UDim2.new(0.1036717, 0, 0.396135271, 0)
733Menos.Size = UDim2.new(0, 51, 0, 43)
734Menos.Font = Enum.Font.Arcade
735Menos.Text = "<"
736Menos.TextColor3 = Color3.new(0, 0, 0)
737Menos.TextScaled = true
738Menos.TextSize = 14
739Menos.TextWrapped = true
740
741Mais.Name = "Mais"
742Mais.Parent = Duplication_F
743Mais.BackgroundColor3 = Color3.new(1, 1, 1)
744Mais.BackgroundTransparency = 1
745Mais.Position = UDim2.new(0.347732127, 0, 0.396135271, 0)
746Mais.Size = UDim2.new(0, 51, 0, 43)
747Mais.Font = Enum.Font.Arcade
748Mais.Text = ">"
749Mais.TextColor3 = Color3.new(0, 0, 0)
750Mais.TextScaled = true
751Mais.TextSize = 14
752Mais.TextWrapped = true
753
754DupeMoney.Name = "DupeMoney"
755DupeMoney.Parent = Duplication_F
756DupeMoney.BackgroundColor3 = Color3.new(1, 1, 1)
757DupeMoney.BackgroundTransparency = 1
758DupeMoney.Position = UDim2.new(0.0412008613, 0, 0.120816424, 0)
759DupeMoney.Size = UDim2.new(0, 221, 0, 47)
760DupeMoney.Font = Enum.Font.Antique
761DupeMoney.Text = "Duplicate Money"
762DupeMoney.TextColor3 = Color3.new(0, 0, 0)
763DupeMoney.TextScaled = true
764DupeMoney.TextSize = 14
765DupeMoney.TextWrapped = true
766
767LS1.Name = "LS1"
768LS1.Parent = Duplication_F
769LS1.BackgroundColor3 = Color3.new(1, 1, 1)
770LS1.BorderSizePixel = 0
771LS1.Position = UDim2.new(0.565874815, 0, 0.135265693, 0)
772LS1.Size = UDim2.new(0, 177, 0, 26)
773LS1.Font = Enum.Font.GothamSemibold
774LS1.Text = "Load Slot 1"
775LS1.TextColor3 = Color3.new(0, 0, 0)
776LS1.TextScaled = true
777LS1.TextSize = 14
778LS1.TextWrapped = true
779
780LS2.Name = "LS2"
781LS2.Parent = Duplication_F
782LS2.BackgroundColor3 = Color3.new(1, 1, 1)
783LS2.BorderSizePixel = 0
784LS2.Position = UDim2.new(0.565874815, 0, 0.260869592, 0)
785LS2.Size = UDim2.new(0, 177, 0, 26)
786LS2.Font = Enum.Font.GothamSemibold
787LS2.Text = "Load Slot 2"
788LS2.TextColor3 = Color3.new(0, 0, 0)
789LS2.TextScaled = true
790LS2.TextSize = 14
791LS2.TextWrapped = true
792
793LS3.Name = "LS3"
794LS3.Parent = Duplication_F
795LS3.BackgroundColor3 = Color3.new(1, 1, 1)
796LS3.BorderSizePixel = 0
797LS3.Position = UDim2.new(0.565874815, 0, 0.386473417, 0)
798LS3.Size = UDim2.new(0, 177, 0, 26)
799LS3.Font = Enum.Font.GothamSemibold
800LS3.Text = "Load Slot 3"
801LS3.TextColor3 = Color3.new(0, 0, 0)
802LS3.TextScaled = true
803LS3.TextSize = 14
804LS3.TextWrapped = true
805
806LS6.Name = "LS6"
807LS6.Parent = Duplication_F
808LS6.BackgroundColor3 = Color3.new(1, 1, 1)
809LS6.BorderSizePixel = 0
810LS6.Position = UDim2.new(0.565874815, 0, 0.763285041, 0)
811LS6.Size = UDim2.new(0, 177, 0, 26)
812LS6.Font = Enum.Font.GothamSemibold
813LS6.Text = "Load Slot 6"
814LS6.TextColor3 = Color3.new(0, 0, 0)
815LS6.TextScaled = true
816LS6.TextSize = 14
817LS6.TextWrapped = true
818
819LS4.Name = "LS4"
820LS4.Parent = Duplication_F
821LS4.BackgroundColor3 = Color3.new(1, 1, 1)
822LS4.BorderSizePixel = 0
823LS4.Position = UDim2.new(0.565874815, 0, 0.512077272, 0)
824LS4.Size = UDim2.new(0, 177, 0, 26)
825LS4.Font = Enum.Font.GothamSemibold
826LS4.Text = "Load Slot 4"
827LS4.TextColor3 = Color3.new(0, 0, 0)
828LS4.TextScaled = true
829LS4.TextSize = 14
830LS4.TextWrapped = true
831
832LS5.Name = "LS5"
833LS5.Parent = Duplication_F
834LS5.BackgroundColor3 = Color3.new(1, 1, 1)
835LS5.BorderSizePixel = 0
836LS5.Position = UDim2.new(0.565874815, 0, 0.637681186, 0)
837LS5.Size = UDim2.new(0, 177, 0, 26)
838LS5.Font = Enum.Font.GothamSemibold
839LS5.Text = "Load Slot 5"
840LS5.TextColor3 = Color3.new(0, 0, 0)
841LS5.TextScaled = true
842LS5.TextSize = 14
843LS5.TextWrapped = true
844
845TextLabel2.Name = "TextLabel2"
846TextLabel2.Parent = Credits_F
847TextLabel2.BackgroundColor3 = Color3.new(0.0941177, 0.639216, 1)
848TextLabel2.BorderSizePixel = 0
849TextLabel2.Position = UDim2.new(0.485961109, 0, 0.0966183543, 0)
850TextLabel2.Size = UDim2.new(0, 200, 0, 36)
851TextLabel2.Font = Enum.Font.Fantasy
852TextLabel2.Text = "No Copyright Sounds"
853TextLabel2.TextColor3 = Color3.new(0, 0, 0)
854TextLabel2.TextScaled = true
855TextLabel2.TextSize = 14
856TextLabel2.TextWrapped = true
857
858Right.Name = "Right"
859Right.Parent = Credits_F
860Right.BackgroundColor3 = Color3.new(1, 1, 1)
861Right.BackgroundTransparency = 1
862Right.Position = UDim2.new(0.485961139, 0, 0.362318844, 0)
863Right.Size = UDim2.new(0, 25, 0, 45)
864Right.Font = Enum.Font.Arcade
865Right.Text = ">"
866Right.TextColor3 = Color3.new(0, 0, 0)
867Right.TextScaled = true
868Right.TextSize = 14
869Right.TextWrapped = true
870
871Left.Name = "Left"
872Left.Parent = Credits_F
873Left.BackgroundColor3 = Color3.new(1, 1, 1)
874Left.BackgroundTransparency = 1
875Left.Position = UDim2.new(0.861771107, 0, 0.362318844, 0)
876Left.Size = UDim2.new(0, 25, 0, 45)
877Left.Font = Enum.Font.Arcade
878Left.Text = "<"
879Left.TextColor3 = Color3.new(0, 0, 0)
880Left.TextScaled = true
881Left.TextSize = 14
882Left.TextWrapped = true
883
884SongName.Name = "SongName"
885SongName.Parent = Credits_F
886SongName.BackgroundColor3 = Color3.new(1, 1, 1)
887SongName.BackgroundTransparency = 1
888SongName.Position = UDim2.new(0.559395134, 0, 0.362318844, 0)
889SongName.Size = UDim2.new(0, 131, 0, 45)
890SongName.Font = Enum.Font.Antique
891SongName.Text = "Find The Way"
892SongName.TextColor3 = Color3.new(0, 0, 0)
893SongName.TextScaled = true
894SongName.TextSize = 14
895SongName.TextWrapped = true
896
897ImageCredit.Name = "ImageCredit"
898ImageCredit.Parent = Credits_F
899ImageCredit.BackgroundColor3 = Color3.new(1, 1, 1)
900ImageCredit.BackgroundTransparency = 1
901ImageCredit.BorderSizePixel = 0
902ImageCredit.Position = UDim2.new(0.0345572382, 0, 0.0966183543, 0)
903ImageCredit.Size = UDim2.new(0, 173, 0, 131)
904ImageCredit.Image = "http://www.roblox.com/asset/?id=5301081620"
905ImageCredit.ScaleType = Enum.ScaleType.Fit
906
907Credit.Name = "Credit"
908Credit.Parent = Credits_F
909Credit.BackgroundColor3 = Color3.new(1, 1, 1)
910Credit.BackgroundTransparency = 1
911Credit.Position = UDim2.new(0.0475161001, 0, 0.714975834, 0)
912Credit.Size = UDim2.new(0, 160, 0, 45)
913Credit.Font = Enum.Font.Arial
914Credit.Text = "Hacker#8326"
915Credit.TextColor3 = Color3.new(0, 0, 0)
916Credit.TextScaled = true
917Credit.TextSize = 14
918Credit.TextWrapped = true
919
920Stop.Name = "Stop"
921Stop.Parent = Credits_F
922Stop.BackgroundColor3 = Color3.new(1, 0.00784314, 0.00784314)
923Stop.BorderSizePixel = 0
924Stop.Position = UDim2.new(0.734341323, 0, 0.733840287, 0)
925Stop.Size = UDim2.new(0, 95, 0, 48)
926Stop.Font = Enum.Font.GothamSemibold
927Stop.Text = "Stop"
928Stop.TextColor3 = Color3.new(0, 0, 0)
929Stop.TextScaled = true
930Stop.TextSize = 14
931Stop.TextWrapped = true
932
933Play.Name = "Play"
934Play.Parent = Credits_F
935Play.BackgroundColor3 = Color3.new(0.0313726, 1, 0.0627451)
936Play.BorderSizePixel = 0
937Play.Position = UDim2.new(0.462203026, 0, 0.733840287, 0)
938Play.Size = UDim2.new(0, 95, 0, 48)
939Play.Font = Enum.Font.GothamSemibold
940Play.Text = "Play"
941Play.TextColor3 = Color3.new(0, 0, 0)
942Play.TextScaled = true
943Play.TextSize = 14
944Play.TextWrapped = true
945
946OFrame.Name = "OFrame"
947OFrame.Parent = ScreenGui
948OFrame.BackgroundColor3 = Color3.new(0, 0, 0)
949OFrame.Position = UDim2.new(0.0191730518, 0, 0.922161071, 0)
950OFrame.Size = UDim2.new(0, 137, 0, 38)
951OFrame.Visible = false
952
953Open.Name = "Open"
954Open.Parent = OFrame
955Open.BackgroundColor3 = Color3.new(1, 1, 1)
956Open.BorderSizePixel = 0
957Open.Position = UDim2.new(0.0435624644, 0, -0.143897608, 0)
958Open.Size = UDim2.new(0, 139, 0, 34)
959Open.Font = Enum.Font.ArialBold
960Open.Text = "Open"
961Open.TextColor3 = Color3.new(0, 0, 0)
962Open.TextScaled = true
963Open.TextSize = 14
964Open.TextWrapped = true
965
966Open.MouseButton1Down:connect(function()
967Main.Visible = true
968OFrame.Visible = false
969end)
970
971Min.MouseButton1Down:connect(function()
972Main.Visible = false
973OFrame.Visible = true
974end)
975
976local CurrentMessage = false
977local function Msm(M, Time)
978if CurrentMessage == false then
979CurrentMessage = true
980if Time == nil then
981TextLabel.Text = M
982wait(1.5)
983TextLabel.Text = "Extreme Lumber Tycoon 2"
984else
985TextLabel.Text = M
986wait(Time)
987TextLabel.Text = "Extreme Lumber Tycoon 2"
988end
989CurrentMessage = false
990end
991end
992
993local Manager = game:GetService("VirtualInputManager")
994
995local Folder = Instance.new("Folder", game.Workspace)
996Folder.Name = "Folder1"
997
998Folder.ChildAdded:connect(function(child)
999wait()
1000child:Destroy()
1001game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
1002repeat
1003 wait(0.1)
1004until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.SelectPurchase.Visible == true
1005wait(1.2)
1006game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
1007wait()
1008Manager:SendKeyEvent(true,"E",false,game)
1009repeat
1010 wait(0.1)
1011until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true
1012wait(1)
1013game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
1014wait()
1015Manager:SendKeyEvent(true,"E",false,game)
1016wait(1.5)
1017game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = true
1018end)
1019
1020function Loading()
1021local String = Instance.new("StringValue", Folder)
1022end
1023
1024
1025local Things = { LS1, LS2, LS3, LS4, LS5, LS6}
1026
1027for i, v in pairs(Things) do
1028 v.MouseButton1Down:connect(function()
1029 if game.Players.LocalPlayer.CurrentSaveSlot.Value == -1 then
1030 local Num = tonumber(string.sub(v.Text, #v.Text, #v.Text))
1031 TextLabel.Text = "Loading"
1032 Loading()
1033 game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(Num)
1034 if game.Players.LocalPlayer.leaderstats.Money.Value == 20 then
1035 Msm("Load Canceled")
1036 else
1037 Msm("Loaded !")
1038 end
1039 else
1040 Msm("You Can't Have A Slot Loaded", 2.5)
1041 end
1042 end)
1043end
1044
1045if game.Workspace.Stores:FindFirstChild("ShopItems") then
1046for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
1047if v.Parent.Name == "ShopItems" then
1048if v.Name == "Sawmill4L" then
1049v.Parent.Name = "WoodRUs_"
1050elseif v.Name == "Pickup1" then
1051v.Parent.Name = "CarStore_"
1052elseif v.Name == "LightBulb" then
1053v.Parent.Name = "FurnitureStore_"
1054elseif v.Name == "GateXOR" then
1055v.Parent.Name = "LogicStore_"
1056elseif v.Name == "CanOfWorms" then
1057v.Parent.Name = "ShackShop_"
1058elseif v.Name == "Painting8" then
1059v.Parent.Name = "FineArt_"
1060end
1061end
1062end
1063end
1064
1065local function UI(Par)
1066local UIGradient = Instance.new("UIGradient", Par)
1067UIGradient.Rotation = 90
1068UIGradient.Color = ColorSequence.new({
1069 ColorSequenceKeypoint.new(0, Color3.new(0, 1, 0.615686)),
1070 ColorSequenceKeypoint.new(1, Color3.new(0.592157, 0, 0.756863))
1071})
1072end
1073local Buttons = { TextButton, TextButton_2, TextButton_3, TextButton_4, TextButton_5, TextButton_6, TextButton_7, TextButton_8, TpTool, DeleteTool, Btools, PathTool, DeleteTool_2, TpTool_2 }
1074
1075for i, v in pairs(Buttons) do
1076UI(v)
1077end
1078
1079local function Button(Type, Up, v)
1080if Type == "TextButton" then
1081Item = Instance.new(Type, ScrollingFrame)
1082Item.Name = "Item"
1083Item.BackgroundColor3 = Color3.new(1, 1, 1)
1084Item.BorderSizePixel = 0
1085Item.Position = UDim2.new(0, 0, Up, 0)
1086Item.Size = UDim2.new(0, 127, 0, 29)
1087Item.Visible = true
1088Item.Font = Enum.Font.Arial
1089Item.Text = v
1090Item.TextColor3 = Color3.new(0, 0, 0)
1091Item.TextScaled = true
1092Item.TextSize = 14
1093Item.TextWrapped = true
1094UI(Item)
1095Item.MouseButton1Down:connect(function()
1096TextLabel.Text = v
1097end)
1098else
1099Item = Instance.new("TextLabel", ScrollingFrame)
1100Item.Name = "Item"
1101Item.BackgroundColor3 = Color3.new(1, 0, 0)
1102Item.BorderSizePixel = 0
1103Item.Position = UDim2.new(0, 0, Up, 0)
1104Item.Size = UDim2.new(0, 127, 0, 29)
1105Item.Visible = true
1106Item.Font = Enum.Font.Arial
1107Item.Text = v
1108Item.TextColor3 = Color3.new(0, 0, 0)
1109Item.TextScaled = true
1110Item.TextSize = 14
1111Item.TextWrapped = true
1112end
1113end
1114
1115local function ItemName(SIN)
1116ScrollingFrame:ClearAllChildren()
1117ScrollingFrame.CanvasPosition = Vector2.new(0,0)
1118
1119local Sval = 0.009
1120
1121Nomes = ""
1122local Items = {}
1123local Counter = 0
1124for i,v in pairs(game.Workspace.Stores[SIN]:GetChildren()) do
1125 if not string.find(Nomes, v.Name.."_") then
1126 Counter = Counter + 1
1127 Nomes = Nomes..v.Name.."_"
1128 Items[i] = v
1129 end
1130end
1131
1132local Count2 = 0.001
1133
1134local Gift = ""
1135for i,v in pairs(Items) do
1136if v.Type.Value == "Gift" then
1137Gift = v.Name
1138break
1139end
1140end
1141
1142if Gift ~= "" then
1143Button("", Count2, "Gifts:")
1144Count2 = Count2 + Sval
1145for i,v in pairs(Items) do
1146if v.Type.Value == "Gift" then
1147Button("TextButton", Count2, v.Name)
1148Count2 = Count2 + Sval
1149wait()
1150end
1151end
1152end
1153
1154local Tool = ""
1155for i,v in pairs(Items) do
1156if v.Type.Value == "Tool" then
1157Tool = v.Name
1158break
1159end
1160end
1161
1162if Tool ~= "" then
1163Button("", Count2, "Axes:")
1164Count2 = Count2 + Sval
1165for i,v in pairs(Items) do
1166if v.Type.Value == "Tool" then
1167Button("TextButton", Count2, v.Name)
1168Count2 = Count2 + Sval
1169wait()
1170end
1171end
1172end
1173
1174local Structures = ""
1175for i,v in pairs(Items) do
1176if v.Type.Value == "Structure" then
1177Structures = v.Name
1178break
1179end
1180end
1181
1182if Structures ~= "" then
1183Button("", Count2, "Structures:")
1184Count2 = Count2 + Sval
1185for i,v in pairs(Items) do
1186if v.Type.Value == "Structure" then
1187Button("TextButton", Count2, v.Name)
1188Count2 = Count2 + Sval
1189wait()
1190end
1191end
1192end
1193
1194local Blueprint = ""
1195for i,v in pairs(Items) do
1196if v.Type.Value == "Blueprint" then
1197Blueprint = v.Name
1198break
1199end
1200end
1201
1202if Blueprint ~= "" then
1203Button("", Count2, "Blueprints:")
1204Count2 = Count2 + Sval
1205for i,v in pairs(Items) do
1206if v.Type.Value == "Blueprint" then
1207Button("TextButton", Count2, v.Name)
1208Count2 = Count2 + Sval
1209wait()
1210end
1211end
1212end
1213
1214local Wire = ""
1215for i,v in pairs(Items) do
1216if v.Type.Value == "Wire" then
1217Wire = v.Name
1218break
1219end
1220end
1221
1222if Wire ~= "" then
1223Button("", Count2, "Wires:")
1224Count2 = Count2 + Sval
1225for i,v in pairs(Items) do
1226if v.Type.Value == "Wire" then
1227Button("TextButton", Count2, v.Name)
1228Count2 = Count2 + Sval
1229wait()
1230end
1231end
1232end
1233
1234local Vehicle = ""
1235for i,v in pairs(Items) do
1236if v.Type.Value == "Vehicle" then
1237Vehicle = v.Name
1238break
1239end
1240end
1241
1242if Vehicle ~= "" then
1243Button("", Count2, "Vehicles:")
1244Count2 = Count2 + Sval
1245for i,v in pairs(Items) do
1246if v.Type.Value == "Vehicle" then
1247Button("TextButton", Count2, v.Name)
1248Count2 = Count2 + Sval
1249wait()
1250end
1251end
1252end
1253
1254local Others = ""
1255for i,v in pairs(Items) do
1256if v.Type.Value ~= "Blueprint" and v.Type.Value ~= "Structure" and v.Type.Value ~= "Tool" and v.Type.Value ~= "Wire" and v.Type.Value ~= "Vehicle" and v.Type.Value ~= "Gift" then
1257Others = v.Name
1258break
1259end
1260end
1261
1262if Others ~= "" then
1263Button("", Count2, "Others:")
1264Count2 = Count2 + Sval
1265for i,v in pairs(Items) do
1266if v.Type.Value ~= "Blueprint" and v.Type.Value ~= "Structure" and v.Type.Value ~= "Tool" and v.Type.Value ~= "Wire" and v.Type.Value ~= "Vehicle" and v.Type.Value ~= "Gift" then
1267Button("TextButton", Count2, v.Name)
1268Count2 = Count2 + Sval
1269wait()
1270end
1271end
1272end
1273end
1274
1275local Sound = Instance.new("Sound")
1276Sound.Name = "Sound"
1277Sound.Volume = 1.5
1278Sound.archivable = false
1279Sound.Parent = game.Workspace
1280
1281local function play(Song)
1282Sound.SoundId = Song
1283Sound:play()
1284end
1285
1286local function stop()
1287Sound:stop()
1288end
1289
1290local function Drag(It)
1291game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(It)
1292end
1293
1294local function Move(X,Y,Z)
1295game.Players.LocalPlayer.Character:MoveTo(Vector3.new(X,Y,Z))
1296wait(0.1)
1297end
1298
1299local function Bet(Val1, Val2)
1300local Resp = (Vector3.new(Val1.X) - Vector3.new(Val2.X)).magnitude + (Vector3.new(Val1.Y) - Vector3.new(Val2.Y)).magnitude + (Vector3.new(Val1.Z) - Vector3.new(Val2.Z)).magnitude
1301return Resp / 750
1302end
1303
1304local function Tlprt(Val1, Val2, Val3, Val4, Val5, Val6)
1305local Ang = nil
1306local Pos = Vector3.new(Val1, Val2, Val3)
1307local Cff
1308
1309if Val4 ~= nil and Val5 ~= nil and Val6 ~= nil then
1310Ang = Vector3.new(Val4, Val5, Val6)
1311end
1312
1313if Ang == nil then
1314Cff = CFrame.new(Pos.X, Pos.Y, Pos.Z)
1315else
1316Cff = CFrame.new(Pos.X, Pos.Y, Pos.Z) * CFrame.Angles(Ang.X, Ang.Y, Ang.Z)
1317end
1318
1319local HRP = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
1320if not HRP:FindFirstChild("Pos") then
1321local Pos = Instance.new("BodyForce", HRP)
1322Pos.Name = "Pos"
1323end
1324
1325HRP.Pos.Force = Vector3.new(0,2393,0)
1326local Time = Bet(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, Cff.p)
1327local Speed = TweenInfo.new(Time, Enum.EasingStyle.Linear)
1328local CF = {CFrame = Cff}
1329game:GetService("TweenService"):Create(HRP, Speed, CF):Play()
1330wait(Time + 0.3)
1331HRP.Pos.Force = Vector3.new(0,0,0)
1332end
1333
1334local function CloseTabs(Bool)
1335Main2.Visible = Bool
1336if Bool == true then
1337Back.Visible = false
1338else
1339Back.Visible = true
1340end
1341AutoBuy_F.Visible = false
1342Teleport_F.Visible = false
1343Duplication_F.Visible = false
1344Misc_F.Visible = false
1345World_F.Visible = false
1346Credits_F.Visible = false
1347TextLabel.Text = "Extreme Lumber Tycoon 2"
1348end
1349
1350local buttons = { Plr1, Plr2, Plr3, Plr4, Plr5, Plr6 }
1351
1352for i,v in pairs(game.Players:GetChildren()) do
1353 for i = 1, 6 do
1354 if game.Players:GetChildren()[i] == nil then
1355 buttons[i].Text = "No Player"
1356 else
1357 buttons[i].Text = game.Players:GetChildren()[i].Name
1358 end
1359 end
1360end
1361
1362game.Players.PlayerAdded:connect(function()
1363 for i = 1, 6 do
1364 if game.Players:GetChildren()[i] == nil then
1365 buttons[i].Text = "No Player"
1366 else
1367 buttons[i].Text = game.Players:GetChildren()[i].Name
1368 end
1369 end
1370end)
1371
1372game.Players.PlayerRemoving:connect(function()
1373 for i = 1, 6 do
1374 if game.Players:GetChildren()[i] == nil then
1375 buttons[i].Text = "No Player"
1376 else
1377 buttons[i].Text = game.Players:GetChildren()[i].Name
1378 end
1379 end
1380end)
1381
1382for i, v in pairs(buttons) do
1383 v.MouseButton1Down:connect(function()
1384 TextLabel.Text = v.Text
1385 end)
1386end
1387
1388local Tp = { Vector3.new(155, 5, 74), Vector3.new(3581, -167, 430), Vector3.new(-1585, 625, 1140), Vector3.new(-1209, 138, -801), Vector3.new(2549, 5, -42), Vector3.new(1061, 20, 1131), Vector3.new(1114, 3.2, -197), Vector3.new(-1130.88, 1.10, -944.44), Vector3.new(1459.08, 412.36, 3238.92), Vector3.new(4803.55, 17.69, -976.10), Vector3.new(-52.05, -212.90, -1352.47), Vector3.new(265, 5, 57), Vector3.new(258, 5, -99), Vector3.new(491, 13, -1720), Vector3.new(509, 5.2, -1463), Vector3.new(4607, 9, -798), Vector3.new(5207, -156, 719), Vector3.new(260, 10, -2542) }
1389local TpN = { "SpawnPoint", "Cave", "Volcano", "Swamp", "Palm Island", "Strange Man", "Dock", "Memorial", "Ice Wood", "Bird", "End Times", "Wood R Us", "Land Store", "Fancy Furnis", "Boxed Cars", "Link's Logic", "Fine Arts", "BobsShack" }
1390
1391local Owp = 0
1392for i, v in pairs(Tp) do
1393
1394Tp = Instance.new("TextButton", STP)
1395Tp.Name = "Tp"
1396Tp.BackgroundColor3 = Color3.new(1, 1, 1)
1397Tp.BorderSizePixel = 0
1398Tp.Position = UDim2.new(0, 0, Owp, 0)
1399Tp.Size = UDim2.new(0, 198, 0, 29)
1400Tp.Visible = true
1401Tp.Font = Enum.Font.Arial
1402Tp.Text = TpN[i]
1403Tp.TextColor3 = Color3.new(0, 0, 0)
1404Tp.TextScaled = true
1405Tp.TextSize = 14
1406Tp.TextWrapped = true
1407UI(Tp)
1408Owp = Owp + 0.03
1409Tp.MouseButton1Down:connect(function()
1410Tlprt(v.X, v.Y, v.Z)
1411end)
1412end
1413
1414Teleport.MouseButton1Down:connect(function()
1415CloseTabs(false)
1416Teleport_F.Visible = true
1417end)
1418
1419UI(Main)
1420
1421UI(LS1)
1422UI(LS2)
1423UI(LS3)
1424UI(LS4)
1425UI(LS5)
1426UI(LS6)
1427
1428TpPlayer.MouseButton1Down:connect(function()
1429if TextLabel.Text ~= "Extreme Lumber Tycoon 2" and TextLabel.Text ~= "No Player" then
1430local Plr
1431Plr = game.Players[TextLabel.Text].Character.HumanoidRootPart.CFrame
1432if Plr ~= nil then
1433Tlprt(Plr.X, Plr.Y, Plr.Z)
1434else
1435Msm("The " .. TextLabel.Text .. " Left The Server !")
1436end
1437else
1438Msm("Select Player !")
1439end
1440end)
1441
1442TpBase.MouseButton1Down:connect(function()
1443if game.Players:FindFirstChild(TextLabel.Text) then
1444local Base
1445for i, v in pairs(game.Workspace.Properties:GetChildren()) do
1446 if v.Owner.Value ~= nil and v.Owner.Value == game.Players[TextLabel.Text] then
1447 Base = v.OriginSquare.CFrame + Vector3.new(0,5,0)
1448 end
1449end
1450
1451if game.Players:FindFirstChild(TextLabel.Text) then
1452Tlprt(Base.X, Base.Y, Base.Z)
1453end
1454else
1455Msm("Select Player !")
1456end
1457end)
1458local Songs = { "rbxassetid://1403373772", "rbxassetid://868425984", "rbxassetid://611441620", "rbxassetid://1186419798", "rbxassetid://1186396484", "rbxassetid://1186381538", "rbxassetid://2911650404", "rbxassetid://2541137828" }
1459
1460local SongN = { "Find The Way", "Sky High", "Sybolism", "John Kenza", "Faded", "Spectre", "Mortals", "K/DA POP/STARS" }
1461
1462local CurrentSong = 1
1463
1464Right.MouseButton1Down:connect(function()
1465if CurrentSong ~= #Songs then
1466CurrentSong = CurrentSong + 1
1467SongName.Text = SongN[CurrentSong]
1468else
1469CurrentSong = 1
1470SongName.Text = SongN[CurrentSong]
1471end
1472end)
1473
1474Left.MouseButton1Down:connect(function()
1475if CurrentSong ~= 1 then
1476CurrentSong = CurrentSong - 1
1477SongName.Text = SongN[CurrentSong]
1478else
1479CurrentSong = #Songs
1480SongName.Text = SongN[CurrentSong]
1481end
1482end)
1483
1484Play.MouseButton1Down:connect(function()
1485play(Songs[CurrentSong])
1486end)
1487
1488Stop.MouseButton1Down:connect(function()
1489stop()
1490end)
1491
1492WoodRUs.MouseButton1Down:connect(function()
1493ItemName("WoodRUs_")
1494end)
1495
1496Furniture.MouseButton1Down:connect(function()
1497ItemName("FurnitureStore_")
1498end)
1499
1500Link.MouseButton1Down:connect(function()
1501ItemName("LogicStore_")
1502end)
1503
1504Boxed.MouseButton1Down:connect(function()
1505ItemName("CarStore_")
1506end)
1507
1508Bobs.MouseButton1Down:connect(function()
1509ItemName("ShackShop_")
1510end)
1511
1512Fine.MouseButton1Down:connect(function()
1513ItemName("FineArt_")
1514end)
1515
1516Close.MouseButton1Down:connect(function()
1517ScreenGui:Destroy()
1518end)
1519
1520AutoBuy.MouseButton1Down:connect(function()
1521CloseTabs(false)
1522AutoBuy_F.Visible = true
1523ItemName("WoodRUs_")
1524end)
1525
1526World.MouseButton1Down:connect(function()
1527CloseTabs(false)
1528World_F.Visible = true
1529end)
1530
1531Misc.MouseButton1Down:connect(function()
1532CloseTabs(false)
1533Misc_F.Visible = true
1534end)
1535
1536
1537World.MouseButton1Down:connect(function()
1538CloseTabs(false)
1539World_F.Visible = true
1540end)
1541
1542Credits.MouseButton1Down:connect(function()
1543CloseTabs(false)
1544Credits_F.Visible = true
1545end)
1546
1547PathTool.MouseButton2Down:connect(function()
1548if PathTool.Text == " Remove Trees " then
1549PathTool.Text = " Remove Useless Trees "
1550else
1551PathTool.Text = " Remove Trees "
1552end
1553end)
1554
1555PathTool.MouseButton1Down:connect(function()
1556if PathTool.Text == " Remove Trees " then
1557 for i,v in pairs(game.Workspace:GetDescendants()) do
1558 if v:FindFirstChild("WoodSection") then
1559 game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1560 game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
1561 end
1562 end
1563else
1564
1565for i,v in pairs(game.Workspace:GetDescendants()) do
1566 if v.Name == "Model" and v:FindFirstChild("CutEvent") then
1567 if v.TreeClass.Value ~= "Volcano" and v.TreeClass.Value ~= "CaveCrawler" and v.TreeClass.Value ~= "LoneCave" and v.TreeClass.Value ~= "GoldSwampy" and v.TreeClass.Value ~= "GreenSwampy" and v.TreeClass.Value ~= "Palm" and v.TreeClass.Value ~= "SnowGlow" and v.TreeClass.Value ~= "Frost" and v.TreeClass.Value ~= "Spooky" then
1568 game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1569 game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
1570 end
1571 end
1572end
1573
1574end
1575end)
1576
1577local ABuy = false
1578TpTool_2.MouseButton1Down:connect(function()
1579if ABuy == false then
1580ABuy = true
1581TpTool_2.Text = "Anti Buy ON"
1582repeat
1583for i,v in pairs(game.Workspace.Stores:GetChildren()) do
1584if v.Name == "ShopItems" or string.find(v.Name, "_") then
1585for c,d in pairs(v:GetChildren()) do
1586game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d)
1587end
1588wait(0.1)
1589end
1590end
1591until game.ReplicatedStorage:FindFirstChild("Part")
1592game.ReplicatedStorage.Part:Destroy()
1593for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
1594if v.Parent.Name == "ShopItems" or string.find(v.Parent.Name, "_") then
1595game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1596game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
1597end
1598end
1599
1600else
1601ABuy = false
1602TpTool_2.Text = "Anti Buy OFF"
1603if not game.ReplicatedStorage:FindFirstChild("Part") then
1604local Part = Instance.new("Part", game.ReplicatedStorage)
1605end
1606
1607end
1608end)
1609
1610DeleteTool_2.MouseButton1Down:connect(function()
1611for i,v in pairs(game.Players:GetPlayers()) do
1612 if v.BlacklistFolder:FindFirstChild(game.Players.LocalPlayer.Name) then
1613 v.BlacklistFolder[game.Players.LocalPlayer.Name]:Destroy()
1614 end
1615end
1616game.Workspace.Effects.ChildAdded:connect(function()
1617 for i,v in pairs(game.Players:GetPlayers()) do
1618 if v.BlacklistFolder:FindFirstChild(game.Players.LocalPlayer.Name) then
1619 v.BlacklistFolder[game.Players.LocalPlayer.Name]:Destroy()
1620 end
1621 end
1622end)
1623
1624local plr = game.Players.LocalPlayer
1625local cframe
1626for i,v in next, workspace:GetDescendants() do
1627 if v:IsA("SpawnLocation") then
1628 v.Touched:Connect(function(h)
1629 if h.Parent == plr.Character and cframe then
1630 plr.Character:SetPrimaryPartCFrame(cframe)
1631 end
1632 end)
1633 end
1634end
1635
1636game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
1637 if game.Players.LocalPlayer.Character.PrimaryPart then
1638 cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
1639 end
1640end)
1641
1642for i,v in next, debug.getregistry() do
1643 if type(v)=='function' and debug.getupvalues(v).lastUpdate then
1644 debug.setupvalue(v,"lastUpdate",math.huge)
1645 break
1646 end
1647end
1648end)
1649
1650local Char = game.Players.LocalPlayer.Character
1651
1652Char.Head.ChildAdded:connect(function(v)
1653 if v:IsA("Sound") then
1654 v.SoundId = ""
1655 end
1656end)
1657
1658local BridgeWater = game.Workspace.Bridge.VerticalLiftBridge.WaterModel.Water
1659
1660TpTool.MouseButton2Down:connect(function()
1661if TpTool.Text == " Remove Water " then
1662if BridgeWater.CanCollide == false then
1663TpTool.Text = " Walk On Water "
1664end
1665elseif TpTool.Text == " Walk On Water " then
1666if BridgeWater.Transparency == 0 then
1667TpTool.Text = " Remove Water "
1668end
1669end
1670end)
1671
1672TpTool.MouseButton1Down:connect(function()
1673local Current
1674if TpTool.Text == " Remove Water " or TpTool.Text == " Replace Water " then
1675for i, v in pairs(game.Workspace.Water:GetChildren()) do
1676 if v.Name == "Water" and v.Transparency == 0 then
1677 TpTool.Text = " Replace Water "
1678 v.Transparency = 1
1679 Current = 1
1680 elseif v.Name == "Water" and v.Transparency == 1 then
1681 TpTool.Text = " Remove Water "
1682 v.Transparency = 0
1683 end
1684end
1685if Current == 1 then
1686 BridgeWater.Transparency = 1
1687else
1688 BridgeWater.Transparency = 0
1689end
1690
1691else
1692
1693for i, v in pairs(game.Workspace.Water:GetChildren()) do
1694 if v.Name == "Water" and v.CanCollide == false then
1695 TpTool.Text = " Normal Water "
1696 v.CanCollide = true
1697 Current = true
1698 elseif v.Name == "Water" and v.CanCollide == true then
1699 TpTool.Text = " Walk On Water "
1700 v.CanCollide = false
1701 end
1702end
1703if Current == true then
1704 BridgeWater.CanCollide = true
1705else
1706 BridgeWater.CanCollide = false
1707end
1708
1709end
1710end)
1711
1712DeleteTool.MouseButton1Down:connect(function()
1713game.Lighting.Changed:connect(function()
1714 game.Lighting.TimeOfDay = "12:00:00"
1715 game.Lighting.Brightness = 2
1716end)
1717end)
1718
1719Btools.MouseButton1Down:connect(function()
1720game.Lighting.Changed:connect(function()
1721 game.Lighting.FogEnd = 9999
1722end)
1723end)
1724
1725TextButton_2.MouseButton1Down:connect(function()
1726
1727local tool = Instance.new("Tool")
1728tool.Name = "Delete Tool"
1729tool.RequiresHandle = false
1730tool.CanBeDropped = false
1731tool.Parent = game.Players.LocalPlayer.Backpack
1732tool.Equipped:Connect(function(mouse)
1733mouse.Button1Down:connect(function()
1734if mouse.Target and mouse.Target.Parent then
1735mouse.Target:Destroy()
1736end
1737end)
1738end)
1739end)
1740
1741TextButton.MouseButton1Down:connect(function()
1742
1743local tool = Instance.new("Tool")
1744tool.Name = "Tp Tool"
1745tool.RequiresHandle = false
1746tool.CanBeDropped = false
1747tool.Parent = game.Players.LocalPlayer.Backpack
1748tool.Equipped:Connect(function(mouse)
1749mouse.Button1Down:connect(function()
1750if mouse.Target and mouse.Target.Parent then
1751Tlprt(mouse.Hit.Position.X, mouse.Hit.Position.Y + 3.2, mouse.Hit.Position.Z)
1752end
1753end)
1754end)
1755end)
1756
1757Back.MouseButton1Down:connect(function()
1758CloseTabs(true)
1759end)
1760
1761Duplication.MouseButton1Down:connect(function()
1762CloseTabs(false)
1763Duplication_F.Visible = true
1764end)
1765
1766local function Check(Base)
1767local Ch = game.Players.LocalPlayer.Character.HumanoidRootPart
1768
1769if Base == nil then
1770Base = game:GetService('Players').LocalPlayer.Character.Humanoid.Torso.CFrame
1771end
1772
1773for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
1774if string.find(v.Name, "Purchased by "..game.Players.LocalPlayer.Name) then
1775if (Vector3.new(v.Main.CFrame.X) - Vector3.new(Ch.CFrame.X)).magnitude < 15 and (Vector3.new(v.Main.CFrame.Y) - Vector3.new(Ch.CFrame.Y)).magnitude < 15 and (Vector3.new(v.Main.CFrame.Z) - Vector3.new(Ch.CFrame.Z)).magnitude < 15 then
1776for i=1,10 do
1777wait()
1778game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
1779game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
1780end
1781v.PrimaryPart.CFrame = Base
1782end
1783end
1784end
1785end
1786
1787if game:GetService('Workspace'):GetChildren()[12]:GetChildren()[2]:GetChildren()[8] ~= nil then
1788game:GetService('Workspace'):GetChildren()[12]:GetChildren()[2]:GetChildren()[8]:Destroy()
1789end
1790
1791
1792local Carpet = false
1793TextButton_3.MouseButton1Down:connect(function()
1794if Carpet == false then
1795Carpet = true
1796local Fly
1797local Verify = false
1798Key = game:GetService("Players").LocalPlayer:GetMouse()
1799
1800Key.KeyDown:Connect(function(key)
1801if key == "e" then
1802if Verify == false then
1803Verify = true
1804Fly = Instance.new("Part", game:GetService("Workspace"))
1805Fly.Anchored = true
1806Fly.Size = Vector3.new(10,0.1,10)
1807Fly.Material = "Glass"
1808Fly.Transparency = 0.5
1809while Verify == true do
1810Fly.BrickColor = BrickColor.Random()
1811Fly.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.25,0)
1812wait(0.1)
1813end
1814else
1815Verify = false
1816Fly:Destroy()
1817end
1818end
1819end)
1820end
1821end)
1822
1823local Doors = {
1824game.Workspace.Stores.LogicStore.RDoor,
1825game.Workspace.Stores.LogicStore.LDoor,
1826game.Workspace.Stores.FurnitureStore.RDoor,
1827game.Workspace.Stores.FurnitureStore.LDoor,
1828game.Workspace.Stores.CarStore.RDoor,
1829game.Workspace.Stores.CarStore.LDoor}
1830
1831TextButton_4.MouseButton1Down:connect(function()
1832 for i, v in pairs(Doors) do
1833 game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1834 game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
1835 end
1836end)
1837
1838TextButton_5.MouseButton1Down:connect(function()
1839Key = game:GetService("Players").LocalPlayer:GetMouse()
1840
1841Key.KeyDown:Connect(function(key)
1842if key == "t" then
1843local Ps = nil
1844for i, v in pairs(game.Workspace.Properties:GetChildren()) do
1845if v.Owner.Value == game.Players.LocalPlayer then
1846Ps = v.OriginSquare.Position + Vector3.new(0,30,0)
1847end
1848end
1849
1850if Ps == nil then
1851Ps = Vector3.new(155, 15, 74)
1852end
1853
1854for i,v in pairs(Workspace.LogModels:GetChildren()) do
1855if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
1856game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1857v:MoveTo(Ps)
1858game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1859v:MoveTo(Ps)
1860game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1861v:MoveTo(Ps)
1862game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
1863end
1864end
1865end
1866end)
1867end)
1868
1869
1870TextButton_6.MouseButton1Down:connect(function()
1871local MyBase
1872for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
1873 if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
1874 Base = v
1875 MyBase = v.OriginSquare.Position
1876 end
1877end
1878
1879function SpawnBase(pos)
1880 local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
1881 Event:FireServer(Base, pos)
1882end
1883
1884local LandPos = {
1885CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z),
1886CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z),
1887CFrame.new(MyBase.X, MyBase.Y, MyBase.Z + 40),
1888CFrame.new(MyBase.X, MyBase.Y, MyBase.Z - 40),
1889CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z + 40),
1890CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z - 40),
1891CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z + 40),
1892CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z - 40),
1893CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z),
1894CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z),
1895CFrame.new(MyBase.X, MyBase.Y, MyBase.Z + 80),
1896CFrame.new(MyBase.X, MyBase.Y, MyBase.Z - 80),
1897CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z + 80),
1898CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z - 80),
1899CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z + 80),
1900CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z - 80),
1901CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z + 80),
1902CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z + 80),
1903CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z + 40),
1904CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z - 40),
1905CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z + 40),
1906CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z - 40),
1907CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z - 80),
1908CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z - 80)
1909}
1910
1911local Slots = {}
1912
1913for i, v in pairs(Base:GetChildren()) do
1914 if v.Name == "Square" then
1915 Slots[#Slots+1] = v.Position
1916 end
1917end
1918
1919local LandCheck
1920for c, d in pairs(LandPos) do
1921LandCheck = false
1922 for i, v in pairs(Slots) do
1923 if Slots[1] == nil then break end
1924 if d.X == v.X and d.Z == v.Z then
1925 LandCheck = true
1926 break
1927 end
1928 end
1929 if LandCheck == false then
1930 SpawnBase(d)
1931 end
1932end
1933end)
1934
1935TextButton_7.MouseButton1Down:connect(function()
1936local BaseC
1937for i, v in pairs(game.Workspace.Properties:GetChildren()) do
1938if v.Owner.Value == game.Players.LocalPlayer then
1939BaseC = v.OriginSquare.CFrame + Vector3.new(0,5,0)
1940end
1941end
1942if BaseC == nil then
1943BaseC = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
1944end
1945if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Tool", true) then
1946game:GetService("Players").LocalPlayer.Character.Humanoid:UnequipTools()
1947wait(0.1)
1948end
1949game:GetService('Players').LocalPlayer.Character.Head:Destroy()
1950wait(0.2)
1951game:GetService('Players').LocalPlayer.Character:Destroy()
1952wait(0.9)
1953for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
1954local A_1 = v
1955local A_2 = "Drop tool"
1956local A_3 = BaseC
1957local Event = game:GetService("ReplicatedStorage").Interaction.ClientInteracted
1958Event:FireServer(A_1, A_2, A_3)
1959end
1960end)
1961
1962
1963local function Chat(Say)
1964game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Say, "All")
1965end
1966
1967local String1 = 0
1968local String2 = 0
1969
1970local Player = "FAKEACCOUNT743"
1971
1972local Action = game.Players:GetPlayers()
1973for i = 1,#Action do
1974 Action[i].Chatted:connect(function(Message)
1975 if Action[i].Name == Player then
1976 if string.find(Message, "/r ") then
1977 local String1, String2 = string.find(Message, "/r ")
1978 Chat(string.sub(Message, String2 + 1, #Message))
1979 elseif string.find(Message, "/kick ") then
1980 local String1, String2 = string.find(Message, "/kick ")
1981 game.Players.LocalPlayer:Kick(string.sub(Message, String2 + 1, #Message))
1982 end
1983 end
1984 end)
1985end
1986
1987game.Players.PlayerAdded:connect(function(Plr)
1988 Plr.Chatted:connect(function(Message)
1989 if Plr.Name == Player then
1990 if string.find(Message, "/r ") then
1991 local String1, String2 = string.find(Message, "/r ")
1992 Chat(string.sub(Message, String2 + 1, #Message))
1993 elseif string.find(Message, "/kick ") then
1994 local String1, String2 = string.find(Message, "/kick ")
1995 game.Players.LocalPlayer:Kick(string.sub(Message, String2 + 1, #Message))
1996 end
1997 end
1998 end)
1999 Plr.Character.Head.ChildAdded:connect(function(v)
2000 if v:IsA("Sound") then
2001 v.SoundId = ""
2002 end
2003 end)
2004end)
2005
2006for i, v in pairs(game.Players:GetPlayers()) do
2007 v.Character.Head.ChildAdded:connect(function(v)
2008 if v:IsA("Sound") then
2009 v.SoundId = ""
2010 end
2011 end)
2012end
2013
2014
2015TextButton_8.MouseButton1Down:connect(function()
2016local Base3
2017for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
2018 if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
2019 Base3 = v.OriginSquare
2020 end
2021end
2022
2023if game.Players.LocalPlayer.leaderstats.Money.Value >= 10009000 then
2024if Base3.BrickColor.Name ~= "Bronze" then
2025local A_1 =
2026{
2027 ["Character"] = game.Workspace.Region_Main["Strange Man"],
2028 ["Name"] = "Strange Man",
2029 ["ID"] = 2,
2030 ["Dialog"] = game:GetService("Workspace").Stores.WoodRUs.Thom.Dialog
2031}
2032local A_2 = "ConfirmPurchase"
2033local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
2034Event:InvokeServer(A_1, A_2)
2035else
2036Msm("You Got The Quest Already !" ,2.5)
2037end
2038else
2039Msm("You Need More " .. tostring(10009000 - game.Players.LocalPlayer.leaderstats.Money.Value) .. " Money !", 2.5)
2040end
2041end)
2042
2043local Folder5 = Instance.new("Folder", game.Workspace)
2044Folder5.Name = "Folder5"
2045
2046local CanLoad
2047for i, v in pairs(game.Workspace.Properties:GetChildren()) do
2048 v.Owner.Changed:connect(function(Val)
2049 if Val == game:GetService("Players").LocalPlayer then
2050 repeat
2051 wait()
2052 until game.Players.LocalPlayer.leaderstats.Money.Value ~= 20
2053 CanLoad = false
2054 wait(60)
2055 CanLoad = true
2056 end
2057 end)
2058end
2059
2060local function Loading()
2061local String = Instance.new("StringValue", Folder5)
2062end
2063
2064local function Load(Save)
2065 if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 then
2066 Loading()
2067 game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(Save)
2068 end
2069end
2070
2071local function Send()
2072 if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 20 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 0 then
2073 local Str = Instance.new("NumberValue", Folder5)
2074 end
2075end
2076
2077local function Save()
2078 if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 20 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 0 then
2079 local Str = Instance.new("BoolValue", Folder5)
2080 end
2081end
2082
2083
2084local MoneyBack = false
2085local SlotNumber
2086Folder5.ChildAdded:connect(function(child)
2087if child:IsA("StringValue") then
2088game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
2089repeat
2090 wait(0.1)
2091until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.SelectPurchase.Visible == true
2092wait(1.2)
2093Manager:SendKeyEvent(true,"E",false,game)
2094repeat
2095 wait(0.1)
2096until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true
2097wait(1.2)
2098Manager:SendKeyEvent(true,"E",false,game)
2099wait(2.5)
2100game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = true
2101if game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true then
2102game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
2103wait(7)
2104Load(SlotNumber)
2105end
2106elseif child:IsA("NumberValue") then
2107MoneyBack = false
2108game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
2109MoneyBack = true
2110elseif child:IsA("BoolValue") then
2111game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(SlotNumber)
2112end
2113end)
2114
2115function MoneyDupe(Times)
2116for i = 1, Times do
2117SlotNumber = game.Players.LocalPlayer.CurrentSaveSlot.Value
2118wait(30)
2119repeat
2120Send()
2121wait(2.5)
2122until game.Players.LocalPlayer.leaderstats.Money.Value == 0
2123if CanLoad ~= nil then
2124repeat
2125wait(0.1)
2126until CanLoad == true
2127else
2128wait(27.5)
2129end
2130Load(SlotNumber)
2131repeat
2132wait(0.1)
2133until MoneyBack == true
2134Save()
2135if i ~= Times then
2136repeat
2137Send()
2138wait(2.5)
2139until game.Players.LocalPlayer.leaderstats.Money.Value == 0
2140end
2141end
2142end
2143
2144
2145
2146local Duping = false
2147DupeM.MouseButton1Down:connect(function()
2148if Duping == false then
2149Duping = true
2150
2151if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 then
2152MoneyDupe(tonumber(DML.Text))
2153else
2154Msm("Load Any Save With Money", 2.5)
2155end
2156Duping = false
2157else
2158Msm("The Dupe Already Started", 2.5)
2159end
2160end)
2161
2162Mais.MouseButton1Down:connect(function()
2163 if tonumber(DML.Text) ~= 10 then
2164 DML.Text = tonumber(DML.Text) + 1
2165 DupeM.Text = " Dupe Money " .. DML.Text .. " Times "
2166 else
2167 DML.Text = 1
2168 DupeM.Text = " Dupe Money 1 Time "
2169 end
2170end)
2171
2172
2173Menos.MouseButton1Down:connect(function()
2174 if tonumber(DML.Text) ~= 1 then
2175 if tonumber(DML.Text) ~= 2 then
2176 DML.Text = tonumber(DML.Text) - 1
2177 DupeM.Text = " Dupe Money " .. DML.Text .. " Times "
2178 else
2179 DML.Text = tonumber(DML.Text) - 1
2180 DupeM.Text = " Dupe Money 1 Time "
2181 end
2182 else
2183 DML.Text = 10
2184 DupeM.Text = " Dupe Money 10 Times "
2185 end
2186end)
2187
2188local ManyPart = Instance.new("Part", game.Workspace)
2189ManyPart.Anchored = true
2190ManyPart.Size = Vector3.new(15,0.1,15)
2191ManyPart.Position = Vector3.new(534.33, -18, -1715.81)
2192ManyPart.Material = "Glass"
2193ManyPart.Transparency = 0.5
2194
2195BuyItem.MouseButton1Down:connect(function()
2196local Item = TextLabel.Text
2197local Quant = Quantity.Text
2198
2199local Time1 = 0.5
2200local Time2 = 0.1
2201
2202local Base
2203for i, v in pairs(game.Workspace.Properties:GetChildren()) do
2204 if v.Owner.Value == game.Players.LocalPlayer then
2205 Base = v.OriginSquare.CFrame + Vector3.new(0,5,0)
2206 end
2207end
2208
2209if Base == nil then
2210Base = game:GetService('Players').LocalPlayer.Character.Humanoid.Torso.CFrame
2211end
2212
2213local Money
2214local Cframe
2215for i,v in pairs(game.Workspace.Stores:GetChildren()) do
2216if v:FindFirstChild(Item) or Item == "ManyAxe" then
2217if v.Name == "WoodRUs_" then
2218repeat
2219Money = game.Players.LocalPlayer.leaderstats.Money.Value
2220Cframe = game.Workspace.Stores.WoodRUs.Counter
2221v:WaitForChild(Item)
2222Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2223wait(Time2)
2224Drag(v[Item].Main)
2225wait(Time2)
2226v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
2227wait(0.1)
2228Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2229wait(Time1)
2230local A_1 =
2231{
2232 ["Character"] = game:GetService("Workspace").Stores.WoodRUs.Thom,
2233 ["Name"] = "Thom",
2234 ["ID"] = 11,
2235 ["Dialog"] = game:GetService("Workspace").Stores.WoodRUs.Thom.Dialog
2236}
2237local A_2 = "ConfirmPurchase"
2238local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
2239Event:InvokeServer(A_1, A_2)
2240wait(0.1)
2241Check(Base)
2242if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
2243until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
2244break
2245elseif v.Name == "CarStore_" then
2246Cframe = game.Workspace.Stores.CarStore.Counter
2247repeat
2248Money = game.Players.LocalPlayer.leaderstats.Money.Value
2249v:WaitForChild(Item)
2250Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2251wait(Time2)
2252Drag(v[Item])
2253wait(Time2)
2254v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
2255wait(0.1)
2256Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2257wait(Time1)
2258local A_1 =
2259{
2260 ["Character"] = game:GetService("Workspace").Stores.CarStore.Jenny,
2261 ["Name"] = "Jenny",
2262 ["ID"] = 12,
2263 ["Dialog"] = game:GetService("Workspace").Stores.CarStore.Jenny.Dialog
2264}
2265local A_2 = "ConfirmPurchase"
2266local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
2267Event:InvokeServer(A_1, A_2)
2268wait(0.1)
2269Check(Base)
2270if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
2271until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
2272break
2273elseif v.Name == "FurnitureStore_" then
2274Cframe = game.Workspace.Stores.FurnitureStore.Counter
2275repeat
2276Money = game.Players.LocalPlayer.leaderstats.Money.Value
2277
2278if Item == "ManyAxe" then
2279Tlprt(ManyPart.Position.X, ManyPart.Position.Y + 3.2, ManyPart.Position.Z)
2280wait()
2281if game.Workspace.Stores.FurnitureStore_:FindFirstChild("ManyAxe") then
2282game.Workspace.Stores.FurnitureStore_.ManyAxe:Destroy()
2283game.Workspace.Stores.FurnitureStore_:WaitForChild("ManyAxe")
2284else
2285game.Workspace.Stores.FurnitureStore_:WaitForChild("ManyAxe")
2286end
2287else
2288v:WaitForChild(Item)
2289end
2290if Item ~= "ManyAxe" then
2291Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2292end
2293wait(Time2)
2294Drag(v[Item])
2295wait(Time2)
2296v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
2297wait(0.1)
2298Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2299wait(Time1)
2300local A_1 =
2301{
2302 ["Character"] = game:GetService("Workspace").Stores.FurnitureStore.Corey,
2303 ["Name"] = "Corey",
2304 ["ID"] = 10,
2305 ["Dialog"] = game:GetService("Workspace").Stores.FurnitureStore.Corey.Dialog
2306}
2307local A_2 = "ConfirmPurchase"
2308local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
2309Event:InvokeServer(A_1, A_2)
2310wait(0.1)
2311Check(Base)
2312if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
2313until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
2314break
2315elseif v.Name == "LogicStore_" then
2316Cframe = game.Workspace.Stores.LogicStore.Counter
2317repeat
2318Money = game.Players.LocalPlayer.leaderstats.Money.Value
2319v:WaitForChild(Item)
2320Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2321wait(Time2)
2322Drag(v[Item])
2323wait(Time2)
2324v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
2325wait(0.1)
2326Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2327wait(Time1)
2328local A_1 =
2329{
2330 ["Character"] = game:GetService("Workspace").Stores.LogicStore.Lincoln,
2331 ["Name"] = "Lincoln",
2332 ["ID"] = 15,
2333 ["Dialog"] = game:GetService("Workspace").Stores.LogicStore.Lincoln.Dialog
2334}
2335local A_2 = "ConfirmPurchase"
2336local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
2337Event:InvokeServer(A_1, A_2)
2338wait(0.1)
2339Check(Base)
2340if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
2341until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
2342break
2343elseif v.Name == "ShackShop_" then
2344Cframe = game.Workspace.Stores.ShackShop.Counter
2345repeat
2346Money = game.Players.LocalPlayer.leaderstats.Money.Value
2347v:WaitForChild(Item)
2348Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2349wait(Time2)
2350Drag(v[Item])
2351wait(Time2)
2352v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
2353wait(0.1)
2354Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2355wait(Time1)
2356local A_1 =
2357{
2358 ["Character"] = game:GetService("Workspace").Stores.ShackShop.Bob,
2359 ["Name"] = "Bob",
2360 ["ID"] = 13,
2361 ["Dialog"] = game:GetService("Workspace").Stores.ShackShop.Bob.Dialog
2362}
2363local A_2 = "ConfirmPurchase"
2364local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
2365Event:InvokeServer(A_1, A_2)
2366wait(0.1)
2367Check(Base)
2368if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
2369until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
2370break
2371elseif v.Name == "FineArt_" then
2372Cframe = game.Workspace.Stores.FineArt.Counter
2373repeat
2374Money = game.Players.LocalPlayer.leaderstats.Money.Value
2375v:WaitForChild(Item)
2376Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2377wait(Time2)
2378Drag(v[Item])
2379wait(Time2)
2380v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
2381wait(0.1)
2382Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
2383wait(Time1)
2384local A_1 =
2385{
2386 ["Character"] = game:GetService("Workspace").Stores.FineArt.Timothy,
2387 ["Name"] = "Timothy",
2388 ["ID"] = 14,
2389 ["Dialog"] = game:GetService("Workspace").Stores.FineArt.Timothy.Dialog
2390}
2391local A_2 = "ConfirmPurchase"
2392local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
2393Event:InvokeServer(A_1, A_2)
2394wait(0.1)
2395Check(Base)
2396if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
2397until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
2398break
2399end
2400end
2401end
2402Tlprt(Base.Position.X, Base.Position.Y, Base.Position.Z)
2403Quantity.Text = 1
2404end)
2405UI(Open)
2406RAW Paste Data
2407local ScreenGui = Instance.new("ScreenGui")
2408local Main = Instance.new("Frame")
2409local Close = Instance.new("TextButton")
2410local Min = Instance.new("TextButton")
2411local TextLabel = Instance.new("TextLabel")
2412local Main2 = Instance.new("Frame")
2413local Teleport = Instance.new("TextButton")
2414local Duplication = Instance.new("TextButton")
2415local AutoBuy = Instance.new("TextButton")
2416local Credits = Instance.new("TextButton")
2417local Misc = Instance.new("TextButton")
2418local World = Instance.new("TextButton")
2419local AutoBuy_F = Instance.new("Frame")
2420local BuyItem = Instance.new("TextButton")
2421local ScrollingFrame = Instance.new("ScrollingFrame")
2422local WoodRUs = Instance.new("TextButton")
2423local Furniture = Instance.new("TextButton")
2424local Bobs = Instance.new("TextButton")
2425local Boxed = Instance.new("TextButton")
2426local Fine = Instance.new("TextButton")
2427local Link = Instance.new("TextButton")
2428local Teleport_F = Instance.new("Frame")
2429local Duplication_F = Instance.new("Frame")
2430local Misc_F = Instance.new("Frame")
2431local Credits_F = Instance.new("Frame")
2432local Quantity = Instance.new("TextBox")
2433local Back = Instance.new("TextButton")
2434local TpPlayer = Instance.new("TextButton")
2435local TpBase = Instance.new("TextButton")
2436local Plr1 = Instance.new("TextButton")
2437local Plr2 = Instance.new("TextButton")
2438local Plr3 = Instance.new("TextButton")
2439local Plr6 = Instance.new("TextButton")
2440local Plr5 = Instance.new("TextButton")
2441local Plr4 = Instance.new("TextButton")
2442local STP = Instance.new("ScrollingFrame")
2443local World_F = Instance.new("Frame")
2444local TpTool = Instance.new("TextButton")
2445local DeleteTool = Instance.new("TextButton")
2446local Btools = Instance.new("TextButton")
2447local PathTool = Instance.new("TextButton")
2448local DeleteTool_2 = Instance.new("TextButton")
2449local TpTool_2 = Instance.new("TextButton")
2450local TextButton = Instance.new("TextButton")
2451local TextButton_2 = Instance.new("TextButton")
2452local TextButton_3 = Instance.new("TextButton")
2453local TextButton_4 = Instance.new("TextButton")
2454local TextButton_5 = Instance.new("TextButton")
2455local TextButton_6 = Instance.new("TextButton")
2456local TextButton_7 = Instance.new("TextButton")
2457local TextButton_8 = Instance.new("TextButton")
2458local DupeM = Instance.new("TextButton")
2459local DML = Instance.new("TextLabel")
2460local Menos = Instance.new("TextButton")
2461local Mais = Instance.new("TextButton")
2462local DupeMoney = Instance.new("TextLabel")
2463local LS1 = Instance.new("TextButton")
2464local LS2 = Instance.new("TextButton")
2465local LS3 = Instance.new("TextButton")
2466local LS6 = Instance.new("TextButton")
2467local LS4 = Instance.new("TextButton")
2468local LS5 = Instance.new("TextButton")
2469local TextLabel2 = Instance.new("TextLabel")
2470local Right = Instance.new("TextButton")
2471local Left = Instance.new("TextButton")
2472local SongName = Instance.new("TextLabel")
2473local ImageCredit = Instance.new("ImageLabel")
2474local Credit = Instance.new("TextLabel")
2475local Stop = Instance.new("TextButton")
2476local Play = Instance.new("TextButton")
2477local OFrame = Instance.new("Frame")
2478local Open = Instance.new("TextButton")
2479
2480ScreenGui.Parent = game.CoreGui
2481
2482Main.Name = "Main"
2483Main.Parent = ScreenGui
2484Main.BackgroundColor3 = Color3.new(1, 1, 1)
2485Main.BorderColor3 = Color3.new(0.592157, 0, 0.756863)
2486Main.BorderSizePixel = 0
2487Main.Position = UDim2.new(0.184243977, 0, 0.2370518, 0)
2488Main.Size = UDim2.new(0, 463, 0, 263)
2489Main.Active = true
2490Main.Draggable = true
2491
2492Close.Name = "Close"
2493Close.Parent = Main
2494Close.BackgroundColor3 = Color3.new(1, 1, 1)
2495Close.BackgroundTransparency = 1
2496Close.Position = UDim2.new(0.879049718, 0, 0.0342205316, 0)
2497Close.Size = UDim2.new(0, 40, 0, 39)
2498Close.Font = Enum.Font.Gotham
2499Close.Text = "X"
2500Close.TextColor3 = Color3.new(1, 0, 0)
2501Close.TextScaled = true
2502Close.TextSize = 14
2503Close.TextWrapped = true
2504
2505Min.Name = "Min"
2506Min.Parent = Main
2507Min.BackgroundColor3 = Color3.new(1, 1, 1)
2508Min.BackgroundTransparency = 1
2509Min.Position = UDim2.new(0.79265666, 0, 0.0342205316, 0)
2510Min.Size = UDim2.new(0, 40, 0, 39)
2511Min.Font = Enum.Font.Arcade
2512Min.Text = "-"
2513Min.TextColor3 = Color3.new(1, 0, 0)
2514Min.TextScaled = true
2515Min.TextSize = 14
2516Min.TextWrapped = true
2517
2518TextLabel.Parent = Main
2519TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
2520TextLabel.BackgroundTransparency = 1
2521TextLabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2522TextLabel.Position = UDim2.new(0.0366209932, 0, 0.0306454897, 0)
2523TextLabel.Size = UDim2.new(0, 292, 0, 39)
2524TextLabel.Font = Enum.Font.SciFi
2525TextLabel.Text = "Extreme Lumber Tycoon 2"
2526TextLabel.TextColor3 = Color3.new(0, 0.4, 5)
2527TextLabel.TextScaled = true
2528TextLabel.TextSize = 14
2529TextLabel.TextWrapped = true
2530
2531Main2.Name = "Main2"
2532Main2.Parent = Main
2533Main2.BackgroundColor3 = Color3.new(1, 1, 1)
2534Main2.BackgroundTransparency = 1
2535Main2.Position = UDim2.new(0, 0, 0.212927759, 0)
2536Main2.Size = UDim2.new(0, 463, 0, 207)
2537
2538Teleport.Name = "Teleport"
2539Teleport.Parent = Main2
2540Teleport.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
2541Teleport.BackgroundTransparency = 1
2542Teleport.BorderColor3 = Color3.new(1, 1, 1)
2543Teleport.BorderSizePixel = 0
2544Teleport.Position = UDim2.new(0.0363738388, 0, 0.699343979, 0)
2545Teleport.Size = UDim2.new(0, 187, 0, 47)
2546Teleport.Font = Enum.Font.Antique
2547Teleport.Text = " Teleports "
2548Teleport.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
2549Teleport.TextScaled = true
2550Teleport.TextSize = 14
2551Teleport.TextWrapped = true
2552
2553Duplication.Name = "Duplication"
2554Duplication.Parent = Main2
2555Duplication.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
2556Duplication.BackgroundTransparency = 1
2557Duplication.BorderColor3 = Color3.new(1, 1, 1)
2558Duplication.BorderSizePixel = 0
2559Duplication.Position = UDim2.new(0.0363738388, 0, 0.385334313, 0)
2560Duplication.Size = UDim2.new(0, 187, 0, 47)
2561Duplication.Font = Enum.Font.Antique
2562Duplication.Text = " Duplication "
2563Duplication.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
2564Duplication.TextScaled = true
2565Duplication.TextSize = 14
2566Duplication.TextWrapped = true
2567
2568AutoBuy.Name = "AutoBuy"
2569AutoBuy.Parent = Main2
2570AutoBuy.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
2571AutoBuy.BackgroundTransparency = 1
2572AutoBuy.BorderColor3 = Color3.new(1, 1, 1)
2573AutoBuy.BorderSizePixel = 0
2574AutoBuy.Position = UDim2.new(0.0363738388, 0, 0.0858173966, 0)
2575AutoBuy.Size = UDim2.new(0, 187, 0, 47)
2576AutoBuy.Font = Enum.Font.Antique
2577AutoBuy.Text = " Auto Buy "
2578AutoBuy.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
2579AutoBuy.TextScaled = true
2580AutoBuy.TextSize = 14
2581AutoBuy.TextWrapped = true
2582
2583Credits.Name = "Credits"
2584Credits.Parent = Main2
2585Credits.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
2586Credits.BackgroundTransparency = 1
2587Credits.BorderColor3 = Color3.new(1, 1, 1)
2588Credits.BorderSizePixel = 0
2589Credits.Position = UDim2.new(0.561211884, 0, 0.689682126, 0)
2590Credits.Size = UDim2.new(0, 187, 0, 47)
2591Credits.Font = Enum.Font.Antique
2592Credits.Text = "Credits"
2593Credits.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
2594Credits.TextScaled = true
2595Credits.TextSize = 14
2596Credits.TextWrapped = true
2597
2598Misc.Name = "Misc"
2599Misc.Parent = Main2
2600Misc.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
2601Misc.BackgroundTransparency = 1
2602Misc.BorderColor3 = Color3.new(1, 1, 1)
2603Misc.BorderSizePixel = 0
2604Misc.Position = UDim2.new(0.561211884, 0, 0.375672489, 0)
2605Misc.Size = UDim2.new(0, 187, 0, 47)
2606Misc.Font = Enum.Font.Antique
2607Misc.Text = "Misc"
2608Misc.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
2609Misc.TextScaled = true
2610Misc.TextSize = 14
2611Misc.TextWrapped = true
2612
2613World.Name = "World"
2614World.Parent = Main2
2615World.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
2616World.BackgroundTransparency = 1
2617World.BorderColor3 = Color3.new(1, 1, 1)
2618World.BorderSizePixel = 0
2619World.Position = UDim2.new(0.561211884, 0, 0.0761555582, 0)
2620World.Size = UDim2.new(0, 187, 0, 47)
2621World.Font = Enum.Font.Antique
2622World.Text = "World"
2623World.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
2624World.TextScaled = true
2625World.TextSize = 14
2626World.TextWrapped = true
2627
2628AutoBuy_F.Name = "AutoBuy_F"
2629AutoBuy_F.Parent = Main
2630AutoBuy_F.BackgroundColor3 = Color3.new(0.054902, 1, 0.117647)
2631AutoBuy_F.BackgroundTransparency = 1
2632AutoBuy_F.Position = UDim2.new(0, 0, 0.212927759, 0)
2633AutoBuy_F.Size = UDim2.new(0, 463, 0, 207)
2634AutoBuy_F.Visible = false
2635
2636BuyItem.Name = "BuyItem"
2637BuyItem.Parent = AutoBuy_F
2638BuyItem.BackgroundColor3 = Color3.new(0, 1, 0.5)
2639BuyItem.BorderSizePixel = 0
2640BuyItem.Position = UDim2.new(0.203023762, 0, 0.680020332, 0)
2641BuyItem.Size = UDim2.new(0, 187, 0, 51)
2642BuyItem.Font = Enum.Font.Bodoni
2643BuyItem.Text = " Buy Item "
2644BuyItem.TextColor3 = Color3.new(0, 0, 0)
2645BuyItem.TextScaled = true
2646BuyItem.TextSize = 14
2647BuyItem.TextWrapped = true
2648
2649Quantity.Name = "Quantity"
2650Quantity.Parent = AutoBuy_F
2651Quantity.BackgroundColor3 = Color3.new(0.0901961, 0.988235, 1)
2652Quantity.BorderSizePixel = 0
2653Quantity.Position = UDim2.new(0.0510666817, 0, 0.699344039, 0)
2654Quantity.Size = UDim2.new(0, 50, 0, 44)
2655Quantity.Font = Enum.Font.SourceSans
2656Quantity.Text = "1"
2657Quantity.TextColor3 = Color3.new(0, 0, 0)
2658Quantity.TextScaled = true
2659Quantity.TextSize = 14
2660Quantity.TextWrapped = true
2661
2662ScrollingFrame.Parent = AutoBuy_F
2663ScrollingFrame.Active = true
2664ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
2665ScrollingFrame.BackgroundTransparency = 1
2666ScrollingFrame.Position = UDim2.new(0.637149036, 0, 0, 0)
2667ScrollingFrame.Size = UDim2.new(0, 168, 0, 207)
2668ScrollingFrame.ScrollBarThickness = 8
2669ScrollingFrame.CanvasSize = UDim2.new(0, 0, 18, 0)
2670
2671WoodRUs.Name = "WoodRUs"
2672WoodRUs.Parent = AutoBuy_F
2673WoodRUs.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
2674WoodRUs.BorderSizePixel = 0
2675WoodRUs.Position = UDim2.new(0.0345572345, 0, 0.0761555806, 0)
2676WoodRUs.Size = UDim2.new(0, 129, 0, 31)
2677WoodRUs.Font = Enum.Font.SciFi
2678WoodRUs.Text = "Wood R Us"
2679WoodRUs.TextColor3 = Color3.new(0, 0, 0)
2680WoodRUs.TextScaled = true
2681WoodRUs.TextSize = 14
2682WoodRUs.TextWrapped = true
2683
2684Furniture.Name = "Furniture"
2685Furniture.Parent = AutoBuy_F
2686Furniture.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
2687Furniture.BorderSizePixel = 0
2688Furniture.Position = UDim2.new(0.329684377, 0, 0.0761555806, 0)
2689Furniture.Size = UDim2.new(0, 129, 0, 31)
2690Furniture.Font = Enum.Font.SciFi
2691Furniture.Text = " Furniture "
2692Furniture.TextColor3 = Color3.new(0, 0, 0)
2693Furniture.TextScaled = true
2694Furniture.TextSize = 14
2695Furniture.TextWrapped = true
2696
2697Bobs.Name = "Bobs"
2698Bobs.Parent = AutoBuy_F
2699Bobs.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
2700Bobs.BorderSizePixel = 0
2701Bobs.Position = UDim2.new(0.329684377, 0, 0.259432524, 0)
2702Bobs.Size = UDim2.new(0, 129, 0, 31)
2703Bobs.Font = Enum.Font.SciFi
2704Bobs.Text = " Bobs Shack "
2705Bobs.TextColor3 = Color3.new(0, 0, 0)
2706Bobs.TextScaled = true
2707Bobs.TextSize = 14
2708Bobs.TextWrapped = true
2709
2710Boxed.Name = "Boxed"
2711Boxed.Parent = AutoBuy_F
2712Boxed.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
2713Boxed.BorderSizePixel = 0
2714Boxed.Position = UDim2.new(0.0345572345, 0, 0.259432524, 0)
2715Boxed.Size = UDim2.new(0, 129, 0, 31)
2716Boxed.Font = Enum.Font.SciFi
2717Boxed.Text = " Boxed Cars "
2718Boxed.TextColor3 = Color3.new(0, 0, 0)
2719Boxed.TextScaled = true
2720Boxed.TextSize = 14
2721Boxed.TextWrapped = true
2722
2723Fine.Name = "Fine"
2724Fine.Parent = AutoBuy_F
2725Fine.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
2726Fine.BorderSizePixel = 0
2727Fine.Position = UDim2.new(0.329684377, 0, 0.448099911, 0)
2728Fine.Size = UDim2.new(0, 129, 0, 31)
2729Fine.Font = Enum.Font.SciFi
2730Fine.Text = "Fine Art"
2731Fine.TextColor3 = Color3.new(0, 0, 0)
2732Fine.TextScaled = true
2733Fine.TextSize = 14
2734Fine.TextWrapped = true
2735
2736Link.Name = "Link"
2737Link.Parent = AutoBuy_F
2738Link.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
2739Link.BorderSizePixel = 0
2740Link.Position = UDim2.new(0.0345572345, 0, 0.448099911, 0)
2741Link.Size = UDim2.new(0, 129, 0, 31)
2742Link.Font = Enum.Font.SciFi
2743Link.Text = " Link's Logic "
2744Link.TextColor3 = Color3.new(0, 0, 0)
2745Link.TextScaled = true
2746Link.TextSize = 14
2747Link.TextWrapped = true
2748
2749Teleport_F.Name = "Teleport_F"
2750Teleport_F.Parent = Main
2751Teleport_F.BackgroundColor3 = Color3.new(1, 1, 1)
2752Teleport_F.BackgroundTransparency = 1
2753Teleport_F.Position = UDim2.new(0, 0, 0.212927759, 0)
2754Teleport_F.Size = UDim2.new(0, 463, 0, 207)
2755Teleport_F.Visible = false
2756
2757Duplication_F.Name = "Duplication_F"
2758Duplication_F.Parent = Main
2759Duplication_F.BackgroundColor3 = Color3.new(1, 1, 1)
2760Duplication_F.BackgroundTransparency = 1
2761Duplication_F.Position = UDim2.new(0, 0, 0.212927759, 0)
2762Duplication_F.Size = UDim2.new(0, 463, 0, 207)
2763Duplication_F.Visible = false
2764
2765Misc_F.Name = "Misc_F"
2766Misc_F.Parent = Main
2767Misc_F.BackgroundColor3 = Color3.new(1, 1, 1)
2768Misc_F.BackgroundTransparency = 1
2769Misc_F.Position = UDim2.new(0, 0, 0.212927759, 0)
2770Misc_F.Size = UDim2.new(0, 463, 0, 207)
2771Misc_F.Visible = false
2772
2773Credits_F.Name = "Credits_F"
2774Credits_F.Parent = Main
2775Credits_F.BackgroundColor3 = Color3.new(1, 1, 1)
2776Credits_F.BackgroundTransparency = 1
2777Credits_F.Position = UDim2.new(0, 0, 0.212927759, 0)
2778Credits_F.Size = UDim2.new(0, 463, 0, 207)
2779Credits_F.Visible = false
2780
2781TpPlayer.Name = "TpPlayer"
2782TpPlayer.Parent = Teleport_F
2783TpPlayer.BackgroundColor3 = Color3.new(0.0470588, 1, 0.0784314)
2784TpPlayer.BorderSizePixel = 0
2785TpPlayer.Position = UDim2.new(0.522678196, 0, 0.761576772, 0)
2786TpPlayer.Size = UDim2.new(0, 97, 0, 34)
2787TpPlayer.Font = Enum.Font.Antique
2788TpPlayer.Text = " Go To Player "
2789TpPlayer.TextColor3 = Color3.new(0, 0, 0)
2790TpPlayer.TextScaled = true
2791TpPlayer.TextSize = 14
2792TpPlayer.TextWrapped = true
2793
2794TpBase.Name = "TpBase"
2795TpBase.Parent = Teleport_F
2796TpBase.BackgroundColor3 = Color3.new(0.0470588, 1, 0.0784314)
2797TpBase.BorderSizePixel = 0
2798TpBase.Position = UDim2.new(0.755939543, 0, 0.761576772, 0)
2799TpBase.Size = UDim2.new(0, 97, 0, 34)
2800TpBase.Font = Enum.Font.Antique
2801TpBase.Text = " Go To Base "
2802TpBase.TextColor3 = Color3.new(0, 0, 0)
2803TpBase.TextScaled = true
2804TpBase.TextSize = 14
2805TpBase.TextWrapped = true
2806
2807Plr1.Name = "Plr1"
2808Plr1.Parent = Teleport_F
2809Plr1.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
2810Plr1.BorderSizePixel = 0
2811Plr1.Position = UDim2.new(0.522678196, 0, 0.00483091176, 0)
2812Plr1.Size = UDim2.new(0, 204, 0, 24)
2813Plr1.Font = Enum.Font.GothamBlack
2814Plr1.Text = "No Player"
2815Plr1.TextColor3 = Color3.new(0, 0, 0)
2816Plr1.TextScaled = true
2817Plr1.TextSize = 14
2818Plr1.TextWrapped = true
2819
2820Plr2.Name = "Plr2"
2821Plr2.Parent = Teleport_F
2822Plr2.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
2823Plr2.BorderSizePixel = 0
2824Plr2.Position = UDim2.new(0.522678196, 0, 0.12077295, 0)
2825Plr2.Size = UDim2.new(0, 204, 0, 24)
2826Plr2.Font = Enum.Font.GothamBlack
2827Plr2.Text = "No Player"
2828Plr2.TextColor3 = Color3.new(0, 0, 0)
2829Plr2.TextScaled = true
2830Plr2.TextSize = 14
2831Plr2.TextWrapped = true
2832
2833Plr3.Name = "Plr3"
2834Plr3.Parent = Teleport_F
2835Plr3.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
2836Plr3.BorderSizePixel = 0
2837Plr3.Position = UDim2.new(0.522678196, 0, 0.236715019, 0)
2838Plr3.Size = UDim2.new(0, 204, 0, 24)
2839Plr3.Font = Enum.Font.GothamBlack
2840Plr3.Text = "No Player"
2841Plr3.TextColor3 = Color3.new(0, 0, 0)
2842Plr3.TextScaled = true
2843Plr3.TextSize = 14
2844Plr3.TextWrapped = true
2845
2846Plr6.Name = "Plr6"
2847Plr6.Parent = Teleport_F
2848Plr6.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
2849Plr6.BorderSizePixel = 0
2850Plr6.Position = UDim2.new(0.522678196, 0, 0.584541082, 0)
2851Plr6.Size = UDim2.new(0, 204, 0, 24)
2852Plr6.Font = Enum.Font.GothamBlack
2853Plr6.Text = "No Player"
2854Plr6.TextColor3 = Color3.new(0, 0, 0)
2855Plr6.TextScaled = true
2856Plr6.TextSize = 14
2857Plr6.TextWrapped = true
2858
2859Plr5.Name = "Plr5"
2860Plr5.Parent = Teleport_F
2861Plr5.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
2862Plr5.BorderSizePixel = 0
2863Plr5.Position = UDim2.new(0.522678196, 0, 0.468599051, 0)
2864Plr5.Size = UDim2.new(0, 204, 0, 24)
2865Plr5.Font = Enum.Font.GothamBlack
2866Plr5.Text = "No Player"
2867Plr5.TextColor3 = Color3.new(0, 0, 0)
2868Plr5.TextScaled = true
2869Plr5.TextSize = 14
2870Plr5.TextWrapped = true
2871
2872Plr4.Name = "Plr4"
2873Plr4.Parent = Teleport_F
2874Plr4.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
2875Plr4.BorderSizePixel = 0
2876Plr4.Position = UDim2.new(0.522678196, 0, 0.35265702, 0)
2877Plr4.Size = UDim2.new(0, 204, 0, 24)
2878Plr4.Font = Enum.Font.GothamBlack
2879Plr4.Text = "No Player"
2880Plr4.TextColor3 = Color3.new(0, 0, 0)
2881Plr4.TextScaled = true
2882Plr4.TextSize = 14
2883Plr4.TextWrapped = true
2884
2885STP.Name = "STP"
2886STP.Parent = Teleport_F
2887STP.Active = true
2888STP.BackgroundColor3 = Color3.new(1, 1, 1)
2889STP.BackgroundTransparency = 1
2890STP.Position = UDim2.new(0, 0, 0.00483091781, 0)
2891STP.Size = UDim2.new(0, 198, 0, 206)
2892STP.CanvasSize = UDim2.new(0, 0, 5, 0)
2893STP.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
2894
2895Back.Name = "Back"
2896Back.Parent = Main
2897Back.BackgroundColor3 = Color3.new(0.592157, 0, 0.756863)
2898Back.BorderSizePixel = 0
2899Back.Position = UDim2.new(0, 0, 1, 0)
2900Back.Size = UDim2.new(0, 463, 0, 28)
2901Back.Text = "Back"
2902Back.TextColor3 = Color3.new(0, 0, 0)
2903Back.TextScaled = true
2904Back.TextSize = 14
2905Back.TextWrapped = true
2906Back.Visible = false
2907
2908World_F.Name = "World_F"
2909World_F.Parent = Main
2910World_F.BackgroundColor3 = Color3.new(1, 1, 1)
2911World_F.BackgroundTransparency = 1
2912World_F.Position = UDim2.new(0, 0, 0.212927759, 0)
2913World_F.Size = UDim2.new(0, 463, 0, 207)
2914World_F.Visible = false
2915
2916TpTool.Name = "TpTool"
2917TpTool.Parent = World_F
2918TpTool.BackgroundColor3 = Color3.new(1, 1, 1)
2919TpTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
2920TpTool.BorderSizePixel = 0
2921TpTool.Position = UDim2.new(0.0842332616, 0, 0.202898547, 0)
2922TpTool.Size = UDim2.new(0, 168, 0, 33)
2923TpTool.Font = Enum.Font.Fantasy
2924TpTool.Text = " Remove Water "
2925TpTool.TextColor3 = Color3.new(0, 0, 0)
2926TpTool.TextScaled = true
2927TpTool.TextSize = 14
2928TpTool.TextWrapped = true
2929
2930DeleteTool.Name = "DeleteTool"
2931DeleteTool.Parent = World_F
2932DeleteTool.BackgroundColor3 = Color3.new(1, 1, 1)
2933DeleteTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
2934DeleteTool.BorderSizePixel = 0
2935DeleteTool.Position = UDim2.new(0.550755918, 0, 0.202898547, 0)
2936DeleteTool.Size = UDim2.new(0, 168, 0, 33)
2937DeleteTool.Font = Enum.Font.Fantasy
2938DeleteTool.Text = "Aways Day"
2939DeleteTool.TextColor3 = Color3.new(0, 0, 0)
2940DeleteTool.TextScaled = true
2941DeleteTool.TextSize = 14
2942DeleteTool.TextWrapped = true
2943
2944Btools.Name = "Btools"
2945Btools.Parent = World_F
2946Btools.BackgroundColor3 = Color3.new(1, 1, 1)
2947Btools.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
2948Btools.BorderSizePixel = 0
2949Btools.Position = UDim2.new(0.550755918, 0, 0.429951668, 0)
2950Btools.Size = UDim2.new(0, 168, 0, 33)
2951Btools.Font = Enum.Font.Fantasy
2952Btools.Text = " Remove Fog "
2953Btools.TextColor3 = Color3.new(0, 0, 0)
2954Btools.TextScaled = true
2955Btools.TextSize = 14
2956Btools.TextWrapped = true
2957
2958PathTool.Name = "PathTool"
2959PathTool.Parent = World_F
2960PathTool.BackgroundColor3 = Color3.new(1, 1, 1)
2961PathTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
2962PathTool.BorderSizePixel = 0
2963PathTool.Position = UDim2.new(0.0842332616, 0, 0.429951668, 0)
2964PathTool.Size = UDim2.new(0, 168, 0, 33)
2965PathTool.Font = Enum.Font.Fantasy
2966PathTool.Text = " Remove Useless Trees "
2967PathTool.TextColor3 = Color3.new(0, 0, 0)
2968PathTool.TextScaled = true
2969PathTool.TextSize = 14
2970PathTool.TextWrapped = true
2971
2972DeleteTool_2.Name = "DeleteTool"
2973DeleteTool_2.Parent = World_F
2974DeleteTool_2.BackgroundColor3 = Color3.new(1, 1, 1)
2975DeleteTool_2.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
2976DeleteTool_2.BorderSizePixel = 0
2977DeleteTool_2.Position = UDim2.new(0.550755918, 0, 0.671497583, 0)
2978DeleteTool_2.Size = UDim2.new(0, 168, 0, 33)
2979DeleteTool_2.Font = Enum.Font.Fantasy
2980DeleteTool_2.Text = " Anti BlackList "
2981DeleteTool_2.TextColor3 = Color3.new(0, 0, 0)
2982DeleteTool_2.TextScaled = true
2983DeleteTool_2.TextSize = 14
2984DeleteTool_2.TextWrapped = true
2985
2986TpTool_2.Name = "TpTool"
2987TpTool_2.Parent = World_F
2988TpTool_2.BackgroundColor3 = Color3.new(1, 1, 1)
2989TpTool_2.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
2990TpTool_2.BorderSizePixel = 0
2991TpTool_2.Position = UDim2.new(0.0842332616, 0, 0.671497583, 0)
2992TpTool_2.Size = UDim2.new(0, 168, 0, 33)
2993TpTool_2.Font = Enum.Font.Fantasy
2994TpTool_2.Text = "Anti Buy OFF"
2995TpTool_2.TextColor3 = Color3.new(0, 0, 0)
2996TpTool_2.TextScaled = true
2997TpTool_2.TextSize = 14
2998TpTool_2.TextWrapped = true
2999
3000TextButton.Parent = Misc_F
3001TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
3002TextButton.BorderSizePixel = 0
3003TextButton.Position = UDim2.new(0.0518358499, 0, 0.111111112, 0)
3004TextButton.Size = UDim2.new(0, 195, 0, 27)
3005TextButton.Font = Enum.Font.Fantasy
3006TextButton.Text = "Tp Tool"
3007TextButton.TextColor3 = Color3.new(0, 0, 0)
3008TextButton.TextScaled = true
3009TextButton.TextSize = 14
3010TextButton.TextWrapped = true
3011
3012TextButton_2.Parent = Misc_F
3013TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
3014TextButton_2.BorderSizePixel = 0
3015TextButton_2.Position = UDim2.new(0.526997864, 0, 0.111111112, 0)
3016TextButton_2.Size = UDim2.new(0, 195, 0, 27)
3017TextButton_2.Font = Enum.Font.Fantasy
3018TextButton_2.Text = "Delete Tool"
3019TextButton_2.TextColor3 = Color3.new(0, 0, 0)
3020TextButton_2.TextScaled = true
3021TextButton_2.TextSize = 14
3022TextButton_2.TextWrapped = true
3023
3024TextButton_3.Parent = Misc_F
3025TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
3026TextButton_3.BorderSizePixel = 0
3027TextButton_3.Position = UDim2.new(0.0518358499, 0, 0.328502417, 0)
3028TextButton_3.Size = UDim2.new(0, 195, 0, 27)
3029TextButton_3.Font = Enum.Font.Fantasy
3030TextButton_3.Text = " Fly Magic Carpet(E) "
3031TextButton_3.TextColor3 = Color3.new(0, 0, 0)
3032TextButton_3.TextScaled = true
3033TextButton_3.TextSize = 14
3034TextButton_3.TextWrapped = true
3035
3036TextButton_4.Parent = Misc_F
3037TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
3038TextButton_4.BorderSizePixel = 0
3039TextButton_4.Position = UDim2.new(0.526997864, 0, 0.328502417, 0)
3040TextButton_4.Size = UDim2.new(0, 195, 0, 27)
3041TextButton_4.Font = Enum.Font.Fantasy
3042TextButton_4.Text = " Delete Store's Door "
3043TextButton_4.TextColor3 = Color3.new(0, 0, 0)
3044TextButton_4.TextScaled = true
3045TextButton_4.TextSize = 14
3046TextButton_4.TextWrapped = true
3047
3048TextButton_5.Parent = Misc_F
3049TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
3050TextButton_5.BorderSizePixel = 0
3051TextButton_5.Position = UDim2.new(0.526997864, 0, 0.541062832, 0)
3052TextButton_5.Size = UDim2.new(0, 195, 0, 27)
3053TextButton_5.Font = Enum.Font.Fantasy
3054TextButton_5.Text = "Tp Cut Tree (T)"
3055TextButton_5.TextColor3 = Color3.new(0, 0, 0)
3056TextButton_5.TextScaled = true
3057TextButton_5.TextSize = 14
3058TextButton_5.TextWrapped = true
3059
3060TextButton_6.Parent = Misc_F
3061TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
3062TextButton_6.BorderSizePixel = 0
3063TextButton_6.Position = UDim2.new(0.0518358499, 0, 0.541062832, 0)
3064TextButton_6.Size = UDim2.new(0, 195, 0, 27)
3065TextButton_6.Font = Enum.Font.Fantasy
3066TextButton_6.Text = " Max Land "
3067TextButton_6.TextColor3 = Color3.new(0, 0, 0)
3068TextButton_6.TextScaled = true
3069TextButton_6.TextSize = 14
3070TextButton_6.TextWrapped = true
3071
3072TextButton_7.Parent = Misc_F
3073TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
3074TextButton_7.BorderSizePixel = 0
3075TextButton_7.Position = UDim2.new(0.526997864, 0, 0.748792291, 0)
3076TextButton_7.Size = UDim2.new(0, 195, 0, 27)
3077TextButton_7.Font = Enum.Font.Fantasy
3078TextButton_7.Text = "Dupe Inventory"
3079TextButton_7.TextColor3 = Color3.new(0, 0, 0)
3080TextButton_7.TextScaled = true
3081TextButton_7.TextSize = 14
3082TextButton_7.TextWrapped = true
3083
3084TextButton_8.Parent = Misc_F
3085TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
3086TextButton_8.BorderSizePixel = 0
3087TextButton_8.Position = UDim2.new(0.0518358499, 0, 0.748792291, 0)
3088TextButton_8.Size = UDim2.new(0, 195, 0, 27)
3089TextButton_8.Font = Enum.Font.Fantasy
3090TextButton_8.Text = "Buy Quest"
3091TextButton_8.TextColor3 = Color3.new(0, 0, 0)
3092TextButton_8.TextScaled = true
3093TextButton_8.TextSize = 14
3094TextButton_8.TextWrapped = true
3095
3096DupeM.Name = "DupeM"
3097DupeM.Parent = Duplication_F
3098DupeM.BackgroundColor3 = Color3.new(0.0509804, 0.807843, 0.0784314)
3099DupeM.BorderSizePixel = 0
3100DupeM.Position = UDim2.new(0.0583153367, 0, 0.66183573, 0)
3101DupeM.Size = UDim2.new(0, 205, 0, 47)
3102DupeM.Font = Enum.Font.Bodoni
3103DupeM.Text = " Dupe Money 1 Time "
3104DupeM.TextColor3 = Color3.new(0, 0, 0)
3105DupeM.TextScaled = true
3106DupeM.TextSize = 14
3107DupeM.TextWrapped = true
3108
3109DML.Name = "DML"
3110DML.Parent = Duplication_F
3111DML.BackgroundColor3 = Color3.new(1, 1, 1)
3112DML.BackgroundTransparency = 1
3113DML.Position = UDim2.new(0.213822901, 0, 0.396135271, 0)
3114DML.Size = UDim2.new(0, 62, 0, 43)
3115DML.Font = Enum.Font.Arcade
3116DML.Text = "1"
3117DML.TextColor3 = Color3.new(0, 0, 0)
3118DML.TextScaled = true
3119DML.TextSize = 14
3120DML.TextWrapped = true
3121
3122Menos.Name = "Menos"
3123Menos.Parent = Duplication_F
3124Menos.BackgroundColor3 = Color3.new(1, 1, 1)
3125Menos.BackgroundTransparency = 1
3126Menos.Position = UDim2.new(0.1036717, 0, 0.396135271, 0)
3127Menos.Size = UDim2.new(0, 51, 0, 43)
3128Menos.Font = Enum.Font.Arcade
3129Menos.Text = "<"
3130Menos.TextColor3 = Color3.new(0, 0, 0)
3131Menos.TextScaled = true
3132Menos.TextSize = 14
3133Menos.TextWrapped = true
3134
3135Mais.Name = "Mais"
3136Mais.Parent = Duplication_F
3137Mais.BackgroundColor3 = Color3.new(1, 1, 1)
3138Mais.BackgroundTransparency = 1
3139Mais.Position = UDim2.new(0.347732127, 0, 0.396135271, 0)
3140Mais.Size = UDim2.new(0, 51, 0, 43)
3141Mais.Font = Enum.Font.Arcade
3142Mais.Text = ">"
3143Mais.TextColor3 = Color3.new(0, 0, 0)
3144Mais.TextScaled = true
3145Mais.TextSize = 14
3146Mais.TextWrapped = true
3147
3148DupeMoney.Name = "DupeMoney"
3149DupeMoney.Parent = Duplication_F
3150DupeMoney.BackgroundColor3 = Color3.new(1, 1, 1)
3151DupeMoney.BackgroundTransparency = 1
3152DupeMoney.Position = UDim2.new(0.0412008613, 0, 0.120816424, 0)
3153DupeMoney.Size = UDim2.new(0, 221, 0, 47)
3154DupeMoney.Font = Enum.Font.Antique
3155DupeMoney.Text = "Duplicate Money"
3156DupeMoney.TextColor3 = Color3.new(0, 0, 0)
3157DupeMoney.TextScaled = true
3158DupeMoney.TextSize = 14
3159DupeMoney.TextWrapped = true
3160
3161LS1.Name = "LS1"
3162LS1.Parent = Duplication_F
3163LS1.BackgroundColor3 = Color3.new(1, 1, 1)
3164LS1.BorderSizePixel = 0
3165LS1.Position = UDim2.new(0.565874815, 0, 0.135265693, 0)
3166LS1.Size = UDim2.new(0, 177, 0, 26)
3167LS1.Font = Enum.Font.GothamSemibold
3168LS1.Text = "Load Slot 1"
3169LS1.TextColor3 = Color3.new(0, 0, 0)
3170LS1.TextScaled = true
3171LS1.TextSize = 14
3172LS1.TextWrapped = true
3173
3174LS2.Name = "LS2"
3175LS2.Parent = Duplication_F
3176LS2.BackgroundColor3 = Color3.new(1, 1, 1)
3177LS2.BorderSizePixel = 0
3178LS2.Position = UDim2.new(0.565874815, 0, 0.260869592, 0)
3179LS2.Size = UDim2.new(0, 177, 0, 26)
3180LS2.Font = Enum.Font.GothamSemibold
3181LS2.Text = "Load Slot 2"
3182LS2.TextColor3 = Color3.new(0, 0, 0)
3183LS2.TextScaled = true
3184LS2.TextSize = 14
3185LS2.TextWrapped = true
3186
3187LS3.Name = "LS3"
3188LS3.Parent = Duplication_F
3189LS3.BackgroundColor3 = Color3.new(1, 1, 1)
3190LS3.BorderSizePixel = 0
3191LS3.Position = UDim2.new(0.565874815, 0, 0.386473417, 0)
3192LS3.Size = UDim2.new(0, 177, 0, 26)
3193LS3.Font = Enum.Font.GothamSemibold
3194LS3.Text = "Load Slot 3"
3195LS3.TextColor3 = Color3.new(0, 0, 0)
3196LS3.TextScaled = true
3197LS3.TextSize = 14
3198LS3.TextWrapped = true
3199
3200LS6.Name = "LS6"
3201LS6.Parent = Duplication_F
3202LS6.BackgroundColor3 = Color3.new(1, 1, 1)
3203LS6.BorderSizePixel = 0
3204LS6.Position = UDim2.new(0.565874815, 0, 0.763285041, 0)
3205LS6.Size = UDim2.new(0, 177, 0, 26)
3206LS6.Font = Enum.Font.GothamSemibold
3207LS6.Text = "Load Slot 6"
3208LS6.TextColor3 = Color3.new(0, 0, 0)
3209LS6.TextScaled = true
3210LS6.TextSize = 14
3211LS6.TextWrapped = true
3212
3213LS4.Name = "LS4"
3214LS4.Parent = Duplication_F
3215LS4.BackgroundColor3 = Color3.new(1, 1, 1)
3216LS4.BorderSizePixel = 0
3217LS4.Position = UDim2.new(0.565874815, 0, 0.512077272, 0)
3218LS4.Size = UDim2.new(0, 177, 0, 26)
3219LS4.Font = Enum.Font.GothamSemibold
3220LS4.Text = "Load Slot 4"
3221LS4.TextColor3 = Color3.new(0, 0, 0)
3222LS4.TextScaled = true
3223LS4.TextSize = 14
3224LS4.TextWrapped = true
3225
3226LS5.Name = "LS5"
3227LS5.Parent = Duplication_F
3228LS5.BackgroundColor3 = Color3.new(1, 1, 1)
3229LS5.BorderSizePixel = 0
3230LS5.Position = UDim2.new(0.565874815, 0, 0.637681186, 0)
3231LS5.Size = UDim2.new(0, 177, 0, 26)
3232LS5.Font = Enum.Font.GothamSemibold
3233LS5.Text = "Load Slot 5"
3234LS5.TextColor3 = Color3.new(0, 0, 0)
3235LS5.TextScaled = true
3236LS5.TextSize = 14
3237LS5.TextWrapped = true
3238
3239TextLabel2.Name = "TextLabel2"
3240TextLabel2.Parent = Credits_F
3241TextLabel2.BackgroundColor3 = Color3.new(0.0941177, 0.639216, 1)
3242TextLabel2.BorderSizePixel = 0
3243TextLabel2.Position = UDim2.new(0.485961109, 0, 0.0966183543, 0)
3244TextLabel2.Size = UDim2.new(0, 200, 0, 36)
3245TextLabel2.Font = Enum.Font.Fantasy
3246TextLabel2.Text = "No Copyright Sounds"
3247TextLabel2.TextColor3 = Color3.new(0, 0, 0)
3248TextLabel2.TextScaled = true
3249TextLabel2.TextSize = 14
3250TextLabel2.TextWrapped = true
3251
3252Right.Name = "Right"
3253Right.Parent = Credits_F
3254Right.BackgroundColor3 = Color3.new(1, 1, 1)
3255Right.BackgroundTransparency = 1
3256Right.Position = UDim2.new(0.485961139, 0, 0.362318844, 0)
3257Right.Size = UDim2.new(0, 25, 0, 45)
3258Right.Font = Enum.Font.Arcade
3259Right.Text = ">"
3260Right.TextColor3 = Color3.new(0, 0, 0)
3261Right.TextScaled = true
3262Right.TextSize = 14
3263Right.TextWrapped = true
3264
3265Left.Name = "Left"
3266Left.Parent = Credits_F
3267Left.BackgroundColor3 = Color3.new(1, 1, 1)
3268Left.BackgroundTransparency = 1
3269Left.Position = UDim2.new(0.861771107, 0, 0.362318844, 0)
3270Left.Size = UDim2.new(0, 25, 0, 45)
3271Left.Font = Enum.Font.Arcade
3272Left.Text = "<"
3273Left.TextColor3 = Color3.new(0, 0, 0)
3274Left.TextScaled = true
3275Left.TextSize = 14
3276Left.TextWrapped = true
3277
3278SongName.Name = "SongName"
3279SongName.Parent = Credits_F
3280SongName.BackgroundColor3 = Color3.new(1, 1, 1)
3281SongName.BackgroundTransparency = 1
3282SongName.Position = UDim2.new(0.559395134, 0, 0.362318844, 0)
3283SongName.Size = UDim2.new(0, 131, 0, 45)
3284SongName.Font = Enum.Font.Antique
3285SongName.Text = "Find The Way"
3286SongName.TextColor3 = Color3.new(0, 0, 0)
3287SongName.TextScaled = true
3288SongName.TextSize = 14
3289SongName.TextWrapped = true
3290
3291ImageCredit.Name = "ImageCredit"
3292ImageCredit.Parent = Credits_F
3293ImageCredit.BackgroundColor3 = Color3.new(1, 1, 1)
3294ImageCredit.BackgroundTransparency = 1
3295ImageCredit.BorderSizePixel = 0
3296ImageCredit.Position = UDim2.new(0.0345572382, 0, 0.0966183543, 0)
3297ImageCredit.Size = UDim2.new(0, 173, 0, 131)
3298ImageCredit.Image = "http://www.roblox.com/asset/?id=5301081620"
3299ImageCredit.ScaleType = Enum.ScaleType.Fit
3300
3301Credit.Name = "Credit"
3302Credit.Parent = Credits_F
3303Credit.BackgroundColor3 = Color3.new(1, 1, 1)
3304Credit.BackgroundTransparency = 1
3305Credit.Position = UDim2.new(0.0475161001, 0, 0.714975834, 0)
3306Credit.Size = UDim2.new(0, 160, 0, 45)
3307Credit.Font = Enum.Font.Arial
3308Credit.Text = "Hacker#8326"
3309Credit.TextColor3 = Color3.new(0, 0, 0)
3310Credit.TextScaled = true
3311Credit.TextSize = 14
3312Credit.TextWrapped = true
3313
3314Stop.Name = "Stop"
3315Stop.Parent = Credits_F
3316Stop.BackgroundColor3 = Color3.new(1, 0.00784314, 0.00784314)
3317Stop.BorderSizePixel = 0
3318Stop.Position = UDim2.new(0.734341323, 0, 0.733840287, 0)
3319Stop.Size = UDim2.new(0, 95, 0, 48)
3320Stop.Font = Enum.Font.GothamSemibold
3321Stop.Text = "Stop"
3322Stop.TextColor3 = Color3.new(0, 0, 0)
3323Stop.TextScaled = true
3324Stop.TextSize = 14
3325Stop.TextWrapped = true
3326
3327Play.Name = "Play"
3328Play.Parent = Credits_F
3329Play.BackgroundColor3 = Color3.new(0.0313726, 1, 0.0627451)
3330Play.BorderSizePixel = 0
3331Play.Position = UDim2.new(0.462203026, 0, 0.733840287, 0)
3332Play.Size = UDim2.new(0, 95, 0, 48)
3333Play.Font = Enum.Font.GothamSemibold
3334Play.Text = "Play"
3335Play.TextColor3 = Color3.new(0, 0, 0)
3336Play.TextScaled = true
3337Play.TextSize = 14
3338Play.TextWrapped = true
3339
3340OFrame.Name = "OFrame"
3341OFrame.Parent = ScreenGui
3342OFrame.BackgroundColor3 = Color3.new(0, 0, 0)
3343OFrame.Position = UDim2.new(0.0191730518, 0, 0.922161071, 0)
3344OFrame.Size = UDim2.new(0, 137, 0, 38)
3345OFrame.Visible = false
3346
3347Open.Name = "Open"
3348Open.Parent = OFrame
3349Open.BackgroundColor3 = Color3.new(1, 1, 1)
3350Open.BorderSizePixel = 0
3351Open.Position = UDim2.new(0.0435624644, 0, -0.143897608, 0)
3352Open.Size = UDim2.new(0, 139, 0, 34)
3353Open.Font = Enum.Font.ArialBold
3354Open.Text = "Open"
3355Open.TextColor3 = Color3.new(0, 0, 0)
3356Open.TextScaled = true
3357Open.TextSize = 14
3358Open.TextWrapped = true
3359
3360Open.MouseButton1Down:connect(function()
3361Main.Visible = true
3362OFrame.Visible = false
3363end)
3364
3365Min.MouseButton1Down:connect(function()
3366Main.Visible = false
3367OFrame.Visible = true
3368end)
3369
3370local CurrentMessage = false
3371local function Msm(M, Time)
3372if CurrentMessage == false then
3373CurrentMessage = true
3374if Time == nil then
3375TextLabel.Text = M
3376wait(1.5)
3377TextLabel.Text = "Extreme Lumber Tycoon 2"
3378else
3379TextLabel.Text = M
3380wait(Time)
3381TextLabel.Text = "Extreme Lumber Tycoon 2"
3382end
3383CurrentMessage = false
3384end
3385end
3386
3387local Manager = game:GetService("VirtualInputManager")
3388
3389local Folder = Instance.new("Folder", game.Workspace)
3390Folder.Name = "Folder1"
3391
3392Folder.ChildAdded:connect(function(child)
3393wait()
3394child:Destroy()
3395game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
3396repeat
3397 wait(0.1)
3398until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.SelectPurchase.Visible == true
3399wait(1.2)
3400game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
3401wait()
3402Manager:SendKeyEvent(true,"E",false,game)
3403repeat
3404 wait(0.1)
3405until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true
3406wait(1)
3407game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
3408wait()
3409Manager:SendKeyEvent(true,"E",false,game)
3410wait(1.5)
3411game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = true
3412end)
3413
3414function Loading()
3415local String = Instance.new("StringValue", Folder)
3416end
3417
3418
3419local Things = { LS1, LS2, LS3, LS4, LS5, LS6}
3420
3421for i, v in pairs(Things) do
3422 v.MouseButton1Down:connect(function()
3423 if game.Players.LocalPlayer.CurrentSaveSlot.Value == -1 then
3424 local Num = tonumber(string.sub(v.Text, #v.Text, #v.Text))
3425 TextLabel.Text = "Loading"
3426 Loading()
3427 game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(Num)
3428 if game.Players.LocalPlayer.leaderstats.Money.Value == 20 then
3429 Msm("Load Canceled")
3430 else
3431 Msm("Loaded !")
3432 end
3433 else
3434 Msm("You Can't Have A Slot Loaded", 2.5)
3435 end
3436 end)
3437end
3438
3439if game.Workspace.Stores:FindFirstChild("ShopItems") then
3440for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
3441if v.Parent.Name == "ShopItems" then
3442if v.Name == "Sawmill4L" then
3443v.Parent.Name = "WoodRUs_"
3444elseif v.Name == "Pickup1" then
3445v.Parent.Name = "CarStore_"
3446elseif v.Name == "LightBulb" then
3447v.Parent.Name = "FurnitureStore_"
3448elseif v.Name == "GateXOR" then
3449v.Parent.Name = "LogicStore_"
3450elseif v.Name == "CanOfWorms" then
3451v.Parent.Name = "ShackShop_"
3452elseif v.Name == "Painting8" then
3453v.Parent.Name = "FineArt_"
3454end
3455end
3456end
3457end
3458
3459local function UI(Par)
3460local UIGradient = Instance.new("UIGradient", Par)
3461UIGradient.Rotation = 90
3462UIGradient.Color = ColorSequence.new({
3463 ColorSequenceKeypoint.new(0, Color3.new(0, 1, 0.615686)),
3464 ColorSequenceKeypoint.new(1, Color3.new(0.592157, 0, 0.756863))
3465})
3466end
3467local Buttons = { TextButton, TextButton_2, TextButton_3, TextButton_4, TextButton_5, TextButton_6, TextButton_7, TextButton_8, TpTool, DeleteTool, Btools, PathTool, DeleteTool_2, TpTool_2 }
3468
3469for i, v in pairs(Buttons) do
3470UI(v)
3471end
3472
3473local function Button(Type, Up, v)
3474if Type == "TextButton" then
3475Item = Instance.new(Type, ScrollingFrame)
3476Item.Name = "Item"
3477Item.BackgroundColor3 = Color3.new(1, 1, 1)
3478Item.BorderSizePixel = 0
3479Item.Position = UDim2.new(0, 0, Up, 0)
3480Item.Size = UDim2.new(0, 127, 0, 29)
3481Item.Visible = true
3482Item.Font = Enum.Font.Arial
3483Item.Text = v
3484Item.TextColor3 = Color3.new(0, 0, 0)
3485Item.TextScaled = true
3486Item.TextSize = 14
3487Item.TextWrapped = true
3488UI(Item)
3489Item.MouseButton1Down:connect(function()
3490TextLabel.Text = v
3491end)
3492else
3493Item = Instance.new("TextLabel", ScrollingFrame)
3494Item.Name = "Item"
3495Item.BackgroundColor3 = Color3.new(1, 0, 0)
3496Item.BorderSizePixel = 0
3497Item.Position = UDim2.new(0, 0, Up, 0)
3498Item.Size = UDim2.new(0, 127, 0, 29)
3499Item.Visible = true
3500Item.Font = Enum.Font.Arial
3501Item.Text = v
3502Item.TextColor3 = Color3.new(0, 0, 0)
3503Item.TextScaled = true
3504Item.TextSize = 14
3505Item.TextWrapped = true
3506end
3507end
3508
3509local function ItemName(SIN)
3510ScrollingFrame:ClearAllChildren()
3511ScrollingFrame.CanvasPosition = Vector2.new(0,0)
3512
3513local Sval = 0.009
3514
3515Nomes = ""
3516local Items = {}
3517local Counter = 0
3518for i,v in pairs(game.Workspace.Stores[SIN]:GetChildren()) do
3519 if not string.find(Nomes, v.Name.."_") then
3520 Counter = Counter + 1
3521 Nomes = Nomes..v.Name.."_"
3522 Items[i] = v
3523 end
3524end
3525
3526local Count2 = 0.001
3527
3528local Gift = ""
3529for i,v in pairs(Items) do
3530if v.Type.Value == "Gift" then
3531Gift = v.Name
3532break
3533end
3534end
3535
3536if Gift ~= "" then
3537Button("", Count2, "Gifts:")
3538Count2 = Count2 + Sval
3539for i,v in pairs(Items) do
3540if v.Type.Value == "Gift" then
3541Button("TextButton", Count2, v.Name)
3542Count2 = Count2 + Sval
3543wait()
3544end
3545end
3546end
3547
3548local Tool = ""
3549for i,v in pairs(Items) do
3550if v.Type.Value == "Tool" then
3551Tool = v.Name
3552break
3553end
3554end
3555
3556if Tool ~= "" then
3557Button("", Count2, "Axes:")
3558Count2 = Count2 + Sval
3559for i,v in pairs(Items) do
3560if v.Type.Value == "Tool" then
3561Button("TextButton", Count2, v.Name)
3562Count2 = Count2 + Sval
3563wait()
3564end
3565end
3566end
3567
3568local Structures = ""
3569for i,v in pairs(Items) do
3570if v.Type.Value == "Structure" then
3571Structures = v.Name
3572break
3573end
3574end
3575
3576if Structures ~= "" then
3577Button("", Count2, "Structures:")
3578Count2 = Count2 + Sval
3579for i,v in pairs(Items) do
3580if v.Type.Value == "Structure" then
3581Button("TextButton", Count2, v.Name)
3582Count2 = Count2 + Sval
3583wait()
3584end
3585end
3586end
3587
3588local Blueprint = ""
3589for i,v in pairs(Items) do
3590if v.Type.Value == "Blueprint" then
3591Blueprint = v.Name
3592break
3593end
3594end
3595
3596if Blueprint ~= "" then
3597Button("", Count2, "Blueprints:")
3598Count2 = Count2 + Sval
3599for i,v in pairs(Items) do
3600if v.Type.Value == "Blueprint" then
3601Button("TextButton", Count2, v.Name)
3602Count2 = Count2 + Sval
3603wait()
3604end
3605end
3606end
3607
3608local Wire = ""
3609for i,v in pairs(Items) do
3610if v.Type.Value == "Wire" then
3611Wire = v.Name
3612break
3613end
3614end
3615
3616if Wire ~= "" then
3617Button("", Count2, "Wires:")
3618Count2 = Count2 + Sval
3619for i,v in pairs(Items) do
3620if v.Type.Value == "Wire" then
3621Button("TextButton", Count2, v.Name)
3622Count2 = Count2 + Sval
3623wait()
3624end
3625end
3626end
3627
3628local Vehicle = ""
3629for i,v in pairs(Items) do
3630if v.Type.Value == "Vehicle" then
3631Vehicle = v.Name
3632break
3633end
3634end
3635
3636if Vehicle ~= "" then
3637Button("", Count2, "Vehicles:")
3638Count2 = Count2 + Sval
3639for i,v in pairs(Items) do
3640if v.Type.Value == "Vehicle" then
3641Button("TextButton", Count2, v.Name)
3642Count2 = Count2 + Sval
3643wait()
3644end
3645end
3646end
3647
3648local Others = ""
3649for i,v in pairs(Items) do
3650if v.Type.Value ~= "Blueprint" and v.Type.Value ~= "Structure" and v.Type.Value ~= "Tool" and v.Type.Value ~= "Wire" and v.Type.Value ~= "Vehicle" and v.Type.Value ~= "Gift" then
3651Others = v.Name
3652break
3653end
3654end
3655
3656if Others ~= "" then
3657Button("", Count2, "Others:")
3658Count2 = Count2 + Sval
3659for i,v in pairs(Items) do
3660if v.Type.Value ~= "Blueprint" and v.Type.Value ~= "Structure" and v.Type.Value ~= "Tool" and v.Type.Value ~= "Wire" and v.Type.Value ~= "Vehicle" and v.Type.Value ~= "Gift" then
3661Button("TextButton", Count2, v.Name)
3662Count2 = Count2 + Sval
3663wait()
3664end
3665end
3666end
3667end
3668
3669local Sound = Instance.new("Sound")
3670Sound.Name = "Sound"
3671Sound.Volume = 1.5
3672Sound.archivable = false
3673Sound.Parent = game.Workspace
3674
3675local function play(Song)
3676Sound.SoundId = Song
3677Sound:play()
3678end
3679
3680local function stop()
3681Sound:stop()
3682end
3683
3684local function Drag(It)
3685game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(It)
3686end
3687
3688local function Move(X,Y,Z)
3689game.Players.LocalPlayer.Character:MoveTo(Vector3.new(X,Y,Z))
3690wait(0.1)
3691end
3692
3693local function Bet(Val1, Val2)
3694local Resp = (Vector3.new(Val1.X) - Vector3.new(Val2.X)).magnitude + (Vector3.new(Val1.Y) - Vector3.new(Val2.Y)).magnitude + (Vector3.new(Val1.Z) - Vector3.new(Val2.Z)).magnitude
3695return Resp / 750
3696end
3697
3698local function Tlprt(Val1, Val2, Val3, Val4, Val5, Val6)
3699local Ang = nil
3700local Pos = Vector3.new(Val1, Val2, Val3)
3701local Cff
3702
3703if Val4 ~= nil and Val5 ~= nil and Val6 ~= nil then
3704Ang = Vector3.new(Val4, Val5, Val6)
3705end
3706
3707if Ang == nil then
3708Cff = CFrame.new(Pos.X, Pos.Y, Pos.Z)
3709else
3710Cff = CFrame.new(Pos.X, Pos.Y, Pos.Z) * CFrame.Angles(Ang.X, Ang.Y, Ang.Z)
3711end
3712
3713local HRP = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
3714if not HRP:FindFirstChild("Pos") then
3715local Pos = Instance.new("BodyForce", HRP)
3716Pos.Name = "Pos"
3717end
3718
3719HRP.Pos.Force = Vector3.new(0,2393,0)
3720local Time = Bet(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, Cff.p)
3721local Speed = TweenInfo.new(Time, Enum.EasingStyle.Linear)
3722local CF = {CFrame = Cff}
3723game:GetService("TweenService"):Create(HRP, Speed, CF):Play()
3724wait(Time + 0.3)
3725HRP.Pos.Force = Vector3.new(0,0,0)
3726end
3727
3728local function CloseTabs(Bool)
3729Main2.Visible = Bool
3730if Bool == true then
3731Back.Visible = false
3732else
3733Back.Visible = true
3734end
3735AutoBuy_F.Visible = false
3736Teleport_F.Visible = false
3737Duplication_F.Visible = false
3738Misc_F.Visible = false
3739World_F.Visible = false
3740Credits_F.Visible = false
3741TextLabel.Text = "Extreme Lumber Tycoon 2"
3742end
3743
3744local buttons = { Plr1, Plr2, Plr3, Plr4, Plr5, Plr6 }
3745
3746for i,v in pairs(game.Players:GetChildren()) do
3747 for i = 1, 6 do
3748 if game.Players:GetChildren()[i] == nil then
3749 buttons[i].Text = "No Player"
3750 else
3751 buttons[i].Text = game.Players:GetChildren()[i].Name
3752 end
3753 end
3754end
3755
3756game.Players.PlayerAdded:connect(function()
3757 for i = 1, 6 do
3758 if game.Players:GetChildren()[i] == nil then
3759 buttons[i].Text = "No Player"
3760 else
3761 buttons[i].Text = game.Players:GetChildren()[i].Name
3762 end
3763 end
3764end)
3765
3766game.Players.PlayerRemoving:connect(function()
3767 for i = 1, 6 do
3768 if game.Players:GetChildren()[i] == nil then
3769 buttons[i].Text = "No Player"
3770 else
3771 buttons[i].Text = game.Players:GetChildren()[i].Name
3772 end
3773 end
3774end)
3775
3776for i, v in pairs(buttons) do
3777 v.MouseButton1Down:connect(function()
3778 TextLabel.Text = v.Text
3779 end)
3780end
3781
3782local Tp = { Vector3.new(155, 5, 74), Vector3.new(3581, -167, 430), Vector3.new(-1585, 625, 1140), Vector3.new(-1209, 138, -801), Vector3.new(2549, 5, -42), Vector3.new(1061, 20, 1131), Vector3.new(1114, 3.2, -197), Vector3.new(-1130.88, 1.10, -944.44), Vector3.new(1459.08, 412.36, 3238.92), Vector3.new(4803.55, 17.69, -976.10), Vector3.new(-52.05, -212.90, -1352.47), Vector3.new(265, 5, 57), Vector3.new(258, 5, -99), Vector3.new(491, 13, -1720), Vector3.new(509, 5.2, -1463), Vector3.new(4607, 9, -798), Vector3.new(5207, -156, 719), Vector3.new(260, 10, -2542) }
3783local TpN = { "SpawnPoint", "Cave", "Volcano", "Swamp", "Palm Island", "Strange Man", "Dock", "Memorial", "Ice Wood", "Bird", "End Times", "Wood R Us", "Land Store", "Fancy Furnis", "Boxed Cars", "Link's Logic", "Fine Arts", "BobsShack" }
3784
3785local Owp = 0
3786for i, v in pairs(Tp) do
3787
3788Tp = Instance.new("TextButton", STP)
3789Tp.Name = "Tp"
3790Tp.BackgroundColor3 = Color3.new(1, 1, 1)
3791Tp.BorderSizePixel = 0
3792Tp.Position = UDim2.new(0, 0, Owp, 0)
3793Tp.Size = UDim2.new(0, 198, 0, 29)
3794Tp.Visible = true
3795Tp.Font = Enum.Font.Arial
3796Tp.Text = TpN[i]
3797Tp.TextColor3 = Color3.new(0, 0, 0)
3798Tp.TextScaled = true
3799Tp.TextSize = 14
3800Tp.TextWrapped = true
3801UI(Tp)
3802Owp = Owp + 0.03
3803Tp.MouseButton1Down:connect(function()
3804Tlprt(v.X, v.Y, v.Z)
3805end)
3806end
3807
3808Teleport.MouseButton1Down:connect(function()
3809CloseTabs(false)
3810Teleport_F.Visible = true
3811end)
3812
3813UI(Main)
3814
3815UI(LS1)
3816UI(LS2)
3817UI(LS3)
3818UI(LS4)
3819UI(LS5)
3820UI(LS6)
3821
3822TpPlayer.MouseButton1Down:connect(function()
3823if TextLabel.Text ~= "Extreme Lumber Tycoon 2" and TextLabel.Text ~= "No Player" then
3824local Plr
3825Plr = game.Players[TextLabel.Text].Character.HumanoidRootPart.CFrame
3826if Plr ~= nil then
3827Tlprt(Plr.X, Plr.Y, Plr.Z)
3828else
3829Msm("The " .. TextLabel.Text .. " Left The Server !")
3830end
3831else
3832Msm("Select Player !")
3833end
3834end)
3835
3836TpBase.MouseButton1Down:connect(function()
3837if game.Players:FindFirstChild(TextLabel.Text) then
3838local Base
3839for i, v in pairs(game.Workspace.Properties:GetChildren()) do
3840 if v.Owner.Value ~= nil and v.Owner.Value == game.Players[TextLabel.Text] then
3841 Base = v.OriginSquare.CFrame + Vector3.new(0,5,0)
3842 end
3843end
3844
3845if game.Players:FindFirstChild(TextLabel.Text) then
3846Tlprt(Base.X, Base.Y, Base.Z)
3847end
3848else
3849Msm("Select Player !")
3850end
3851end)
3852local Songs = { "rbxassetid://1403373772", "rbxassetid://868425984", "rbxassetid://611441620", "rbxassetid://1186419798", "rbxassetid://1186396484", "rbxassetid://1186381538", "rbxassetid://2911650404", "rbxassetid://2541137828" }
3853
3854local SongN = { "Find The Way", "Sky High", "Sybolism", "John Kenza", "Faded", "Spectre", "Mortals", "K/DA POP/STARS" }
3855
3856local CurrentSong = 1
3857
3858Right.MouseButton1Down:connect(function()
3859if CurrentSong ~= #Songs then
3860CurrentSong = CurrentSong + 1
3861SongName.Text = SongN[CurrentSong]
3862else
3863CurrentSong = 1
3864SongName.Text = SongN[CurrentSong]
3865end
3866end)
3867
3868Left.MouseButton1Down:connect(function()
3869if CurrentSong ~= 1 then
3870CurrentSong = CurrentSong - 1
3871SongName.Text = SongN[CurrentSong]
3872else
3873CurrentSong = #Songs
3874SongName.Text = SongN[CurrentSong]
3875end
3876end)
3877
3878Play.MouseButton1Down:connect(function()
3879play(Songs[CurrentSong])
3880end)
3881
3882Stop.MouseButton1Down:connect(function()
3883stop()
3884end)
3885
3886WoodRUs.MouseButton1Down:connect(function()
3887ItemName("WoodRUs_")
3888end)
3889
3890Furniture.MouseButton1Down:connect(function()
3891ItemName("FurnitureStore_")
3892end)
3893
3894Link.MouseButton1Down:connect(function()
3895ItemName("LogicStore_")
3896end)
3897
3898Boxed.MouseButton1Down:connect(function()
3899ItemName("CarStore_")
3900end)
3901
3902Bobs.MouseButton1Down:connect(function()
3903ItemName("ShackShop_")
3904end)
3905
3906Fine.MouseButton1Down:connect(function()
3907ItemName("FineArt_")
3908end)
3909
3910Close.MouseButton1Down:connect(function()
3911ScreenGui:Destroy()
3912end)
3913
3914AutoBuy.MouseButton1Down:connect(function()
3915CloseTabs(false)
3916AutoBuy_F.Visible = true
3917ItemName("WoodRUs_")
3918end)
3919
3920World.MouseButton1Down:connect(function()
3921CloseTabs(false)
3922World_F.Visible = true
3923end)
3924
3925Misc.MouseButton1Down:connect(function()
3926CloseTabs(false)
3927Misc_F.Visible = true
3928end)
3929
3930
3931World.MouseButton1Down:connect(function()
3932CloseTabs(false)
3933World_F.Visible = true
3934end)
3935
3936Credits.MouseButton1Down:connect(function()
3937CloseTabs(false)
3938Credits_F.Visible = true
3939end)
3940
3941PathTool.MouseButton2Down:connect(function()
3942if PathTool.Text == " Remove Trees " then
3943PathTool.Text = " Remove Useless Trees "
3944else
3945PathTool.Text = " Remove Trees "
3946end
3947end)
3948
3949PathTool.MouseButton1Down:connect(function()
3950if PathTool.Text == " Remove Trees " then
3951 for i,v in pairs(game.Workspace:GetDescendants()) do
3952 if v:FindFirstChild("WoodSection") then
3953 game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
3954 game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
3955 end
3956 end
3957else
3958
3959for i,v in pairs(game.Workspace:GetDescendants()) do
3960 if v.Name == "Model" and v:FindFirstChild("CutEvent") then
3961 if v.TreeClass.Value ~= "Volcano" and v.TreeClass.Value ~= "CaveCrawler" and v.TreeClass.Value ~= "LoneCave" and v.TreeClass.Value ~= "GoldSwampy" and v.TreeClass.Value ~= "GreenSwampy" and v.TreeClass.Value ~= "Palm" and v.TreeClass.Value ~= "SnowGlow" and v.TreeClass.Value ~= "Frost" and v.TreeClass.Value ~= "Spooky" then
3962 game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
3963 game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
3964 end
3965 end
3966end
3967
3968end
3969end)
3970
3971local ABuy = false
3972TpTool_2.MouseButton1Down:connect(function()
3973if ABuy == false then
3974ABuy = true
3975TpTool_2.Text = "Anti Buy ON"
3976repeat
3977for i,v in pairs(game.Workspace.Stores:GetChildren()) do
3978if v.Name == "ShopItems" or string.find(v.Name, "_") then
3979for c,d in pairs(v:GetChildren()) do
3980game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d)
3981end
3982wait(0.1)
3983end
3984end
3985until game.ReplicatedStorage:FindFirstChild("Part")
3986game.ReplicatedStorage.Part:Destroy()
3987for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
3988if v.Parent.Name == "ShopItems" or string.find(v.Parent.Name, "_") then
3989game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
3990game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
3991end
3992end
3993
3994else
3995ABuy = false
3996TpTool_2.Text = "Anti Buy OFF"
3997if not game.ReplicatedStorage:FindFirstChild("Part") then
3998local Part = Instance.new("Part", game.ReplicatedStorage)
3999end
4000
4001end
4002end)
4003
4004DeleteTool_2.MouseButton1Down:connect(function()
4005for i,v in pairs(game.Players:GetPlayers()) do
4006 if v.BlacklistFolder:FindFirstChild(game.Players.LocalPlayer.Name) then
4007 v.BlacklistFolder[game.Players.LocalPlayer.Name]:Destroy()
4008 end
4009end
4010game.Workspace.Effects.ChildAdded:connect(function()
4011 for i,v in pairs(game.Players:GetPlayers()) do
4012 if v.BlacklistFolder:FindFirstChild(game.Players.LocalPlayer.Name) then
4013 v.BlacklistFolder[game.Players.LocalPlayer.Name]:Destroy()
4014 end
4015 end
4016end)
4017
4018local plr = game.Players.LocalPlayer
4019local cframe
4020for i,v in next, workspace:GetDescendants() do
4021 if v:IsA("SpawnLocation") then
4022 v.Touched:Connect(function(h)
4023 if h.Parent == plr.Character and cframe then
4024 plr.Character:SetPrimaryPartCFrame(cframe)
4025 end
4026 end)
4027 end
4028end
4029
4030game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
4031 if game.Players.LocalPlayer.Character.PrimaryPart then
4032 cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
4033 end
4034end)
4035
4036for i,v in next, debug.getregistry() do
4037 if type(v)=='function' and debug.getupvalues(v).lastUpdate then
4038 debug.setupvalue(v,"lastUpdate",math.huge)
4039 break
4040 end
4041end
4042end)
4043
4044local Char = game.Players.LocalPlayer.Character
4045
4046Char.Head.ChildAdded:connect(function(v)
4047 if v:IsA("Sound") then
4048 v.SoundId = ""
4049 end
4050end)
4051
4052local BridgeWater = game.Workspace.Bridge.VerticalLiftBridge.WaterModel.Water
4053
4054TpTool.MouseButton2Down:connect(function()
4055if TpTool.Text == " Remove Water " then
4056if BridgeWater.CanCollide == false then
4057TpTool.Text = " Walk On Water "
4058end
4059elseif TpTool.Text == " Walk On Water " then
4060if BridgeWater.Transparency == 0 then
4061TpTool.Text = " Remove Water "
4062end
4063end
4064end)
4065
4066TpTool.MouseButton1Down:connect(function()
4067local Current
4068if TpTool.Text == " Remove Water " or TpTool.Text == " Replace Water " then
4069for i, v in pairs(game.Workspace.Water:GetChildren()) do
4070 if v.Name == "Water" and v.Transparency == 0 then
4071 TpTool.Text = " Replace Water "
4072 v.Transparency = 1
4073 Current = 1
4074 elseif v.Name == "Water" and v.Transparency == 1 then
4075 TpTool.Text = " Remove Water "
4076 v.Transparency = 0
4077 end
4078end
4079if Current == 1 then
4080 BridgeWater.Transparency = 1
4081else
4082 BridgeWater.Transparency = 0
4083end
4084
4085else
4086
4087for i, v in pairs(game.Workspace.Water:GetChildren()) do
4088 if v.Name == "Water" and v.CanCollide == false then
4089 TpTool.Text = " Normal Water "
4090 v.CanCollide = true
4091 Current = true
4092 elseif v.Name == "Water" and v.CanCollide == true then
4093 TpTool.Text = " Walk On Water "
4094 v.CanCollide = false
4095 end
4096end
4097if Current == true then
4098 BridgeWater.CanCollide = true
4099else
4100 BridgeWater.CanCollide = false
4101end
4102
4103end
4104end)
4105
4106DeleteTool.MouseButton1Down:connect(function()
4107game.Lighting.Changed:connect(function()
4108 game.Lighting.TimeOfDay = "12:00:00"
4109 game.Lighting.Brightness = 2
4110end)
4111end)
4112
4113Btools.MouseButton1Down:connect(function()
4114game.Lighting.Changed:connect(function()
4115 game.Lighting.FogEnd = 9999
4116end)
4117end)
4118
4119TextButton_2.MouseButton1Down:connect(function()
4120
4121local tool = Instance.new("Tool")
4122tool.Name = "Delete Tool"
4123tool.RequiresHandle = false
4124tool.CanBeDropped = false
4125tool.Parent = game.Players.LocalPlayer.Backpack
4126tool.Equipped:Connect(function(mouse)
4127mouse.Button1Down:connect(function()
4128if mouse.Target and mouse.Target.Parent then
4129mouse.Target:Destroy()
4130end
4131end)
4132end)
4133end)
4134
4135TextButton.MouseButton1Down:connect(function()
4136
4137local tool = Instance.new("Tool")
4138tool.Name = "Tp Tool"
4139tool.RequiresHandle = false
4140tool.CanBeDropped = false
4141tool.Parent = game.Players.LocalPlayer.Backpack
4142tool.Equipped:Connect(function(mouse)
4143mouse.Button1Down:connect(function()
4144if mouse.Target and mouse.Target.Parent then
4145Tlprt(mouse.Hit.Position.X, mouse.Hit.Position.Y + 3.2, mouse.Hit.Position.Z)
4146end
4147end)
4148end)
4149end)
4150
4151Back.MouseButton1Down:connect(function()
4152CloseTabs(true)
4153end)
4154
4155Duplication.MouseButton1Down:connect(function()
4156CloseTabs(false)
4157Duplication_F.Visible = true
4158end)
4159
4160local function Check(Base)
4161local Ch = game.Players.LocalPlayer.Character.HumanoidRootPart
4162
4163if Base == nil then
4164Base = game:GetService('Players').LocalPlayer.Character.Humanoid.Torso.CFrame
4165end
4166
4167for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
4168if string.find(v.Name, "Purchased by "..game.Players.LocalPlayer.Name) then
4169if (Vector3.new(v.Main.CFrame.X) - Vector3.new(Ch.CFrame.X)).magnitude < 15 and (Vector3.new(v.Main.CFrame.Y) - Vector3.new(Ch.CFrame.Y)).magnitude < 15 and (Vector3.new(v.Main.CFrame.Z) - Vector3.new(Ch.CFrame.Z)).magnitude < 15 then
4170for i=1,10 do
4171wait()
4172game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
4173game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
4174end
4175v.PrimaryPart.CFrame = Base
4176end
4177end
4178end
4179end
4180
4181if game:GetService('Workspace'):GetChildren()[12]:GetChildren()[2]:GetChildren()[8] ~= nil then
4182game:GetService('Workspace'):GetChildren()[12]:GetChildren()[2]:GetChildren()[8]:Destroy()
4183end
4184
4185
4186local Carpet = false
4187TextButton_3.MouseButton1Down:connect(function()
4188if Carpet == false then
4189Carpet = true
4190local Fly
4191local Verify = false
4192Key = game:GetService("Players").LocalPlayer:GetMouse()
4193
4194Key.KeyDown:Connect(function(key)
4195if key == "e" then
4196if Verify == false then
4197Verify = true
4198Fly = Instance.new("Part", game:GetService("Workspace"))
4199Fly.Anchored = true
4200Fly.Size = Vector3.new(10,0.1,10)
4201Fly.Material = "Glass"
4202Fly.Transparency = 0.5
4203while Verify == true do
4204Fly.BrickColor = BrickColor.Random()
4205Fly.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.25,0)
4206wait(0.1)
4207end
4208else
4209Verify = false
4210Fly:Destroy()
4211end
4212end
4213end)
4214end
4215end)
4216
4217local Doors = {
4218game.Workspace.Stores.LogicStore.RDoor,
4219game.Workspace.Stores.LogicStore.LDoor,
4220game.Workspace.Stores.FurnitureStore.RDoor,
4221game.Workspace.Stores.FurnitureStore.LDoor,
4222game.Workspace.Stores.CarStore.RDoor,
4223game.Workspace.Stores.CarStore.LDoor}
4224
4225TextButton_4.MouseButton1Down:connect(function()
4226 for i, v in pairs(Doors) do
4227 game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
4228 game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
4229 end
4230end)
4231
4232TextButton_5.MouseButton1Down:connect(function()
4233Key = game:GetService("Players").LocalPlayer:GetMouse()
4234
4235Key.KeyDown:Connect(function(key)
4236if key == "t" then
4237local Ps = nil
4238for i, v in pairs(game.Workspace.Properties:GetChildren()) do
4239if v.Owner.Value == game.Players.LocalPlayer then
4240Ps = v.OriginSquare.Position + Vector3.new(0,30,0)
4241end
4242end
4243
4244if Ps == nil then
4245Ps = Vector3.new(155, 15, 74)
4246end
4247
4248for i,v in pairs(Workspace.LogModels:GetChildren()) do
4249if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
4250game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
4251v:MoveTo(Ps)
4252game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
4253v:MoveTo(Ps)
4254game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
4255v:MoveTo(Ps)
4256game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
4257end
4258end
4259end
4260end)
4261end)
4262
4263
4264TextButton_6.MouseButton1Down:connect(function()
4265local MyBase
4266for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
4267 if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
4268 Base = v
4269 MyBase = v.OriginSquare.Position
4270 end
4271end
4272
4273function SpawnBase(pos)
4274 local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
4275 Event:FireServer(Base, pos)
4276end
4277
4278local LandPos = {
4279CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z),
4280CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z),
4281CFrame.new(MyBase.X, MyBase.Y, MyBase.Z + 40),
4282CFrame.new(MyBase.X, MyBase.Y, MyBase.Z - 40),
4283CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z + 40),
4284CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z - 40),
4285CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z + 40),
4286CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z - 40),
4287CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z),
4288CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z),
4289CFrame.new(MyBase.X, MyBase.Y, MyBase.Z + 80),
4290CFrame.new(MyBase.X, MyBase.Y, MyBase.Z - 80),
4291CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z + 80),
4292CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z - 80),
4293CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z + 80),
4294CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z - 80),
4295CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z + 80),
4296CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z + 80),
4297CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z + 40),
4298CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z - 40),
4299CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z + 40),
4300CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z - 40),
4301CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z - 80),
4302CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z - 80)
4303}
4304
4305local Slots = {}
4306
4307for i, v in pairs(Base:GetChildren()) do
4308 if v.Name == "Square" then
4309 Slots[#Slots+1] = v.Position
4310 end
4311end
4312
4313local LandCheck
4314for c, d in pairs(LandPos) do
4315LandCheck = false
4316 for i, v in pairs(Slots) do
4317 if Slots[1] == nil then break end
4318 if d.X == v.X and d.Z == v.Z then
4319 LandCheck = true
4320 break
4321 end
4322 end
4323 if LandCheck == false then
4324 SpawnBase(d)
4325 end
4326end
4327end)
4328
4329TextButton_7.MouseButton1Down:connect(function()
4330local BaseC
4331for i, v in pairs(game.Workspace.Properties:GetChildren()) do
4332if v.Owner.Value == game.Players.LocalPlayer then
4333BaseC = v.OriginSquare.CFrame + Vector3.new(0,5,0)
4334end
4335end
4336if BaseC == nil then
4337BaseC = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
4338end
4339if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Tool", true) then
4340game:GetService("Players").LocalPlayer.Character.Humanoid:UnequipTools()
4341wait(0.1)
4342end
4343game:GetService('Players').LocalPlayer.Character.Head:Destroy()
4344wait(0.2)
4345game:GetService('Players').LocalPlayer.Character:Destroy()
4346wait(0.9)
4347for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
4348local A_1 = v
4349local A_2 = "Drop tool"
4350local A_3 = BaseC
4351local Event = game:GetService("ReplicatedStorage").Interaction.ClientInteracted
4352Event:FireServer(A_1, A_2, A_3)
4353end
4354end)
4355
4356
4357local function Chat(Say)
4358game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Say, "All")
4359end
4360
4361local String1 = 0
4362local String2 = 0
4363
4364local Player = "FAKEACCOUNT743"
4365
4366local Action = game.Players:GetPlayers()
4367for i = 1,#Action do
4368 Action[i].Chatted:connect(function(Message)
4369 if Action[i].Name == Player then
4370 if string.find(Message, "/r ") then
4371 local String1, String2 = string.find(Message, "/r ")
4372 Chat(string.sub(Message, String2 + 1, #Message))
4373 elseif string.find(Message, "/kick ") then
4374 local String1, String2 = string.find(Message, "/kick ")
4375 game.Players.LocalPlayer:Kick(string.sub(Message, String2 + 1, #Message))
4376 end
4377 end
4378 end)
4379end
4380
4381game.Players.PlayerAdded:connect(function(Plr)
4382 Plr.Chatted:connect(function(Message)
4383 if Plr.Name == Player then
4384 if string.find(Message, "/r ") then
4385 local String1, String2 = string.find(Message, "/r ")
4386 Chat(string.sub(Message, String2 + 1, #Message))
4387 elseif string.find(Message, "/kick ") then
4388 local String1, String2 = string.find(Message, "/kick ")
4389 game.Players.LocalPlayer:Kick(string.sub(Message, String2 + 1, #Message))
4390 end
4391 end
4392 end)
4393 Plr.Character.Head.ChildAdded:connect(function(v)
4394 if v:IsA("Sound") then
4395 v.SoundId = ""
4396 end
4397 end)
4398end)
4399
4400for i, v in pairs(game.Players:GetPlayers()) do
4401 v.Character.Head.ChildAdded:connect(function(v)
4402 if v:IsA("Sound") then
4403 v.SoundId = ""
4404 end
4405 end)
4406end
4407
4408
4409TextButton_8.MouseButton1Down:connect(function()
4410local Base3
4411for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
4412 if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
4413 Base3 = v.OriginSquare
4414 end
4415end
4416
4417if game.Players.LocalPlayer.leaderstats.Money.Value >= 10009000 then
4418if Base3.BrickColor.Name ~= "Bronze" then
4419local A_1 =
4420{
4421 ["Character"] = game.Workspace.Region_Main["Strange Man"],
4422 ["Name"] = "Strange Man",
4423 ["ID"] = 2,
4424 ["Dialog"] = game:GetService("Workspace").Stores.WoodRUs.Thom.Dialog
4425}
4426local A_2 = "ConfirmPurchase"
4427local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
4428Event:InvokeServer(A_1, A_2)
4429else
4430Msm("You Got The Quest Already !" ,2.5)
4431end
4432else
4433Msm("You Need More " .. tostring(10009000 - game.Players.LocalPlayer.leaderstats.Money.Value) .. " Money !", 2.5)
4434end
4435end)
4436
4437local Folder5 = Instance.new("Folder", game.Workspace)
4438Folder5.Name = "Folder5"
4439
4440local CanLoad
4441for i, v in pairs(game.Workspace.Properties:GetChildren()) do
4442 v.Owner.Changed:connect(function(Val)
4443 if Val == game:GetService("Players").LocalPlayer then
4444 repeat
4445 wait()
4446 until game.Players.LocalPlayer.leaderstats.Money.Value ~= 20
4447 CanLoad = false
4448 wait(60)
4449 CanLoad = true
4450 end
4451 end)
4452end
4453
4454local function Loading()
4455local String = Instance.new("StringValue", Folder5)
4456end
4457
4458local function Load(Save)
4459 if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 then
4460 Loading()
4461 game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(Save)
4462 end
4463end
4464
4465local function Send()
4466 if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 20 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 0 then
4467 local Str = Instance.new("NumberValue", Folder5)
4468 end
4469end
4470
4471local function Save()
4472 if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 20 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 0 then
4473 local Str = Instance.new("BoolValue", Folder5)
4474 end
4475end
4476
4477
4478local MoneyBack = false
4479local SlotNumber
4480Folder5.ChildAdded:connect(function(child)
4481if child:IsA("StringValue") then
4482game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
4483repeat
4484 wait(0.1)
4485until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.SelectPurchase.Visible == true
4486wait(1.2)
4487Manager:SendKeyEvent(true,"E",false,game)
4488repeat
4489 wait(0.1)
4490until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true
4491wait(1.2)
4492Manager:SendKeyEvent(true,"E",false,game)
4493wait(2.5)
4494game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = true
4495if game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true then
4496game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
4497wait(7)
4498Load(SlotNumber)
4499end
4500elseif child:IsA("NumberValue") then
4501MoneyBack = false
4502game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
4503MoneyBack = true
4504elseif child:IsA("BoolValue") then
4505game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(SlotNumber)
4506end
4507end)
4508
4509function MoneyDupe(Times)
4510for i = 1, Times do
4511SlotNumber = game.Players.LocalPlayer.CurrentSaveSlot.Value
4512wait(30)
4513repeat
4514Send()
4515wait(2.5)
4516until game.Players.LocalPlayer.leaderstats.Money.Value == 0
4517if CanLoad ~= nil then
4518repeat
4519wait(0.1)
4520until CanLoad == true
4521else
4522wait(27.5)
4523end
4524Load(SlotNumber)
4525repeat
4526wait(0.1)
4527until MoneyBack == true
4528Save()
4529if i ~= Times then
4530repeat
4531Send()
4532wait(2.5)
4533until game.Players.LocalPlayer.leaderstats.Money.Value == 0
4534end
4535end
4536end
4537
4538
4539
4540local Duping = false
4541DupeM.MouseButton1Down:connect(function()
4542if Duping == false then
4543Duping = true
4544
4545if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 then
4546MoneyDupe(tonumber(DML.Text))
4547else
4548Msm("Load Any Save With Money", 2.5)
4549end
4550Duping = false
4551else
4552Msm("The Dupe Already Started", 2.5)
4553end
4554end)
4555
4556Mais.MouseButton1Down:connect(function()
4557 if tonumber(DML.Text) ~= 10 then
4558 DML.Text = tonumber(DML.Text) + 1
4559 DupeM.Text = " Dupe Money " .. DML.Text .. " Times "
4560 else
4561 DML.Text = 1
4562 DupeM.Text = " Dupe Money 1 Time "
4563 end
4564end)
4565
4566
4567Menos.MouseButton1Down:connect(function()
4568 if tonumber(DML.Text) ~= 1 then
4569 if tonumber(DML.Text) ~= 2 then
4570 DML.Text = tonumber(DML.Text) - 1
4571 DupeM.Text = " Dupe Money " .. DML.Text .. " Times "
4572 else
4573 DML.Text = tonumber(DML.Text) - 1
4574 DupeM.Text = " Dupe Money 1 Time "
4575 end
4576 else
4577 DML.Text = 10
4578 DupeM.Text = " Dupe Money 10 Times "
4579 end
4580end)
4581
4582local ManyPart = Instance.new("Part", game.Workspace)
4583ManyPart.Anchored = true
4584ManyPart.Size = Vector3.new(15,0.1,15)
4585ManyPart.Position = Vector3.new(534.33, -18, -1715.81)
4586ManyPart.Material = "Glass"
4587ManyPart.Transparency = 0.5
4588
4589BuyItem.MouseButton1Down:connect(function()
4590local Item = TextLabel.Text
4591local Quant = Quantity.Text
4592
4593local Time1 = 0.5
4594local Time2 = 0.1
4595
4596local Base
4597for i, v in pairs(game.Workspace.Properties:GetChildren()) do
4598 if v.Owner.Value == game.Players.LocalPlayer then
4599 Base = v.OriginSquare.CFrame + Vector3.new(0,5,0)
4600 end
4601end
4602
4603if Base == nil then
4604Base = game:GetService('Players').LocalPlayer.Character.Humanoid.Torso.CFrame
4605end
4606
4607local Money
4608local Cframe
4609for i,v in pairs(game.Workspace.Stores:GetChildren()) do
4610if v:FindFirstChild(Item) or Item == "ManyAxe" then
4611if v.Name == "WoodRUs_" then
4612repeat
4613Money = game.Players.LocalPlayer.leaderstats.Money.Value
4614Cframe = game.Workspace.Stores.WoodRUs.Counter
4615v:WaitForChild(Item)
4616Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4617wait(Time2)
4618Drag(v[Item].Main)
4619wait(Time2)
4620v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
4621wait(0.1)
4622Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4623wait(Time1)
4624local A_1 =
4625{
4626 ["Character"] = game:GetService("Workspace").Stores.WoodRUs.Thom,
4627 ["Name"] = "Thom",
4628 ["ID"] = 11,
4629 ["Dialog"] = game:GetService("Workspace").Stores.WoodRUs.Thom.Dialog
4630}
4631local A_2 = "ConfirmPurchase"
4632local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
4633Event:InvokeServer(A_1, A_2)
4634wait(0.1)
4635Check(Base)
4636if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
4637until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
4638break
4639elseif v.Name == "CarStore_" then
4640Cframe = game.Workspace.Stores.CarStore.Counter
4641repeat
4642Money = game.Players.LocalPlayer.leaderstats.Money.Value
4643v:WaitForChild(Item)
4644Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4645wait(Time2)
4646Drag(v[Item])
4647wait(Time2)
4648v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
4649wait(0.1)
4650Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4651wait(Time1)
4652local A_1 =
4653{
4654 ["Character"] = game:GetService("Workspace").Stores.CarStore.Jenny,
4655 ["Name"] = "Jenny",
4656 ["ID"] = 12,
4657 ["Dialog"] = game:GetService("Workspace").Stores.CarStore.Jenny.Dialog
4658}
4659local A_2 = "ConfirmPurchase"
4660local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
4661Event:InvokeServer(A_1, A_2)
4662wait(0.1)
4663Check(Base)
4664if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
4665until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
4666break
4667elseif v.Name == "FurnitureStore_" then
4668Cframe = game.Workspace.Stores.FurnitureStore.Counter
4669repeat
4670Money = game.Players.LocalPlayer.leaderstats.Money.Value
4671
4672if Item == "ManyAxe" then
4673Tlprt(ManyPart.Position.X, ManyPart.Position.Y + 3.2, ManyPart.Position.Z)
4674wait()
4675if game.Workspace.Stores.FurnitureStore_:FindFirstChild("ManyAxe") then
4676game.Workspace.Stores.FurnitureStore_.ManyAxe:Destroy()
4677game.Workspace.Stores.FurnitureStore_:WaitForChild("ManyAxe")
4678else
4679game.Workspace.Stores.FurnitureStore_:WaitForChild("ManyAxe")
4680end
4681else
4682v:WaitForChild(Item)
4683end
4684if Item ~= "ManyAxe" then
4685Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4686end
4687wait(Time2)
4688Drag(v[Item])
4689wait(Time2)
4690v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
4691wait(0.1)
4692Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4693wait(Time1)
4694local A_1 =
4695{
4696 ["Character"] = game:GetService("Workspace").Stores.FurnitureStore.Corey,
4697 ["Name"] = "Corey",
4698 ["ID"] = 10,
4699 ["Dialog"] = game:GetService("Workspace").Stores.FurnitureStore.Corey.Dialog
4700}
4701local A_2 = "ConfirmPurchase"
4702local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
4703Event:InvokeServer(A_1, A_2)
4704wait(0.1)
4705Check(Base)
4706if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
4707until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
4708break
4709elseif v.Name == "LogicStore_" then
4710Cframe = game.Workspace.Stores.LogicStore.Counter
4711repeat
4712Money = game.Players.LocalPlayer.leaderstats.Money.Value
4713v:WaitForChild(Item)
4714Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4715wait(Time2)
4716Drag(v[Item])
4717wait(Time2)
4718v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
4719wait(0.1)
4720Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4721wait(Time1)
4722local A_1 =
4723{
4724 ["Character"] = game:GetService("Workspace").Stores.LogicStore.Lincoln,
4725 ["Name"] = "Lincoln",
4726 ["ID"] = 15,
4727 ["Dialog"] = game:GetService("Workspace").Stores.LogicStore.Lincoln.Dialog
4728}
4729local A_2 = "ConfirmPurchase"
4730local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
4731Event:InvokeServer(A_1, A_2)
4732wait(0.1)
4733Check(Base)
4734if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
4735until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
4736break
4737elseif v.Name == "ShackShop_" then
4738Cframe = game.Workspace.Stores.ShackShop.Counter
4739repeat
4740Money = game.Players.LocalPlayer.leaderstats.Money.Value
4741v:WaitForChild(Item)
4742Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4743wait(Time2)
4744Drag(v[Item])
4745wait(Time2)
4746v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
4747wait(0.1)
4748Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4749wait(Time1)
4750local A_1 =
4751{
4752 ["Character"] = game:GetService("Workspace").Stores.ShackShop.Bob,
4753 ["Name"] = "Bob",
4754 ["ID"] = 13,
4755 ["Dialog"] = game:GetService("Workspace").Stores.ShackShop.Bob.Dialog
4756}
4757local A_2 = "ConfirmPurchase"
4758local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
4759Event:InvokeServer(A_1, A_2)
4760wait(0.1)
4761Check(Base)
4762if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
4763until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
4764break
4765elseif v.Name == "FineArt_" then
4766Cframe = game.Workspace.Stores.FineArt.Counter
4767repeat
4768Money = game.Players.LocalPlayer.leaderstats.Money.Value
4769v:WaitForChild(Item)
4770Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4771wait(Time2)
4772Drag(v[Item])
4773wait(Time2)
4774v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
4775wait(0.1)
4776Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
4777wait(Time1)
4778local A_1 =
4779{
4780 ["Character"] = game:GetService("Workspace").Stores.FineArt.Timothy,
4781 ["Name"] = "Timothy",
4782 ["ID"] = 14,
4783 ["Dialog"] = game:GetService("Workspace").Stores.FineArt.Timothy.Dialog
4784}
4785local A_2 = "ConfirmPurchase"
4786local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
4787Event:InvokeServer(A_1, A_2)
4788wait(0.1)
4789Check(Base)
4790if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
4791until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
4792break
4793end
4794end
4795end
4796Tlprt(Base.Position.X, Base.Position.Y, Base.Position.Z)
4797Quantity.Text = 1
4798end)
4799UI(Open)
4800create new paste / syntax languages / archive / faq / tools / night mode / api / scraping api
4801privacy statement / cookies policy / terms of service / security disclosure / dmca / report abuse / contact
4802