· 6 years ago · Jan 01, 2020, 12:08 AM
1--[[
2 Gui to Lua Converter
3-- Revamped by:HoIyScript
4--]]
5
6
7
8-- Instances:
9
10local wallopshub = Instance.new("ScreenGui")
11local maintop = Instance.new("Frame")
12local name = Instance.new("TextLabel")
13local decor = Instance.new("Frame")
14local menu = Instance.new("ImageButton")
15local arrow = Instance.new("ImageButton")
16local mainbackground = Instance.new("ImageLabel")
17local main = Instance.new("Frame")
18local games = Instance.new("Frame")
19local local_player = Instance.new("TextLabel")
20local walkspeed = Instance.new("TextLabel")
21local walkspeed_2 = Instance.new("TextBox")
22local jumppower = Instance.new("TextLabel")
23local jumppower_2 = Instance.new("TextBox")
24local infjump = Instance.new("TextLabel")
25local toggle = Instance.new("TextBox")
26local fly = Instance.new("TextLabel")
27local toggle_2 = Instance.new("TextBox")
28local speed = Instance.new("TextBox")
29local toggle_3 = Instance.new("TextLabel")
30local toggle_4 = Instance.new("TextLabel")
31local clicktp = Instance.new("TextLabel")
32local ClickTpKey = Instance.new("TextBox")
33local noclip = Instance.new("TextLabel")
34local ClickTpKey_2 = Instance.new("TextBox")
35local settings = Instance.new("TextLabel")
36local openclosekeybind = Instance.new("TextLabel")
37local Home = Instance.new("TextLabel")
38local ImageLabel = Instance.new("ImageLabel")
39local name_2 = Instance.new("TextLabel")
40local Lumber = Instance.new("TextLabel")
41local blood = Instance.new("TextButton")
42local dirt = Instance.new("TextButton")
43local jjkhub = Instance.new("TextButton")
44local jb36hub = Instance.new("TextButton")
45local venyx = Instance.new("TextButton")
46local lumberripper = Instance.new("TextButton")
47local name_seperator = Instance.new("Frame")
48local game_select = Instance.new("ScrollingFrame")
49local localplr = Instance.new("TextButton")
50local search = Instance.new("TextBox")
51local settings_2 = Instance.new("TextButton")
52local Lumber_2 = Instance.new("TextButton")
53local hello = Instance.new("Frame")
54local decor4 = Instance.new("Frame")
55local decor3 = Instance.new("Frame")
56local decor2 = Instance.new("Frame")
57local decor1 = Instance.new("Frame")
58local openclose = Instance.new("Frame")
59local openclose_2 = Instance.new("TextButton")
60
61--[[
62 Properties:
63--]]
64
65wallopshub.Name = "wallops hub"
66wallopshub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
67wallopshub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
68
69maintop.Name = "maintop"
70maintop.Parent = wallopshub
71maintop.Active = true
72maintop.BackgroundColor3 = Color3.new(0.356863, 1, 0.309804)
73maintop.Position = UDim2.new(0.254984498, 0, 0.0691874474, 0)
74maintop.Size = UDim2.new(0, 494, 0, 28)
75
76name.Name = "name"
77name.Parent = maintop
78name.BackgroundColor3 = Color3.new(1, 1, 1)
79name.BackgroundTransparency = 1
80name.BorderSizePixel = 0
81name.Position = UDim2.new(0.321781397, 0, 0.0911588445, 0)
82name.Size = UDim2.new(0, 176, 0, 21)
83name.Font = Enum.Font.Cartoon
84name.Text = "wallop hub"
85name.TextColor3 = Color3.new(0, 0, 0)
86name.TextSize = 30
87
88decor.Name = "decor"
89decor.Parent = maintop
90decor.BackgroundColor3 = Color3.new(0, 0, 0)
91decor.BorderSizePixel = 0
92decor.Position = UDim2.new(0.908906817, 0, 0.0911588669, 0)
93decor.Size = UDim2.new(0, 6, 0, 21)
94
95menu.Name = "menu"
96menu.Parent = maintop
97menu.BackgroundColor3 = Color3.new(1, 1, 1)
98menu.BackgroundTransparency = 1
99menu.Position = UDim2.new(-0.0133603234, 0, -0.464785218, 0)
100menu.Size = UDim2.new(0, 54, 0, 55)
101menu.Image = "rbxassetid://2246054658"
102
103arrow.Name = "arrow"
104arrow.Parent = maintop
105arrow.BackgroundColor3 = Color3.new(1, 1, 1)
106arrow.BackgroundTransparency = 1
107arrow.Position = UDim2.new(0.933198392, 0, 0, 0)
108arrow.Size = UDim2.new(0, 22, 0, 26)
109arrow.Image = "rbxassetid://53498336"
110
111mainbackground.Name = "mainbackground"
112mainbackground.Parent = maintop
113mainbackground.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
114mainbackground.BackgroundTransparency = 1
115mainbackground.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
116mainbackground.BorderSizePixel = 5
117mainbackground.Position = UDim2.new(0.0178380795, 0, 0.976999938, 0)
118mainbackground.Size = UDim2.new(0, 475, 0, 286)
119mainbackground.Image = "http://www.roblox.com/asset/?id=4397022665"
120mainbackground.ImageTransparency = 0.5
121
122main.Name = "main"
123main.Parent = maintop
124main.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
125main.BackgroundTransparency = 0.40000000596046
126main.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
127main.BorderSizePixel = 5
128main.Position = UDim2.new(0.0178381205, 0, 0.976949334, 0)
129main.Size = UDim2.new(0, 475, 0, 286)
130
131games.Name = "games"
132games.Parent = main
133games.BackgroundColor3 = Color3.new(1, 1, 1)
134games.BackgroundTransparency = 1
135games.BorderSizePixel = 0
136games.Position = UDim2.new(0.24210526, 0, 0, 0)
137games.Size = UDim2.new(0, 359, 0, 286)
138
139local_player.Name = "local_player"
140local_player.Parent = games
141local_player.BackgroundColor3 = Color3.new(1, 1, 1)
142local_player.BackgroundTransparency = 1
143local_player.Position = UDim2.new(0.0473537594, 0, 0.00349650532, 0)
144local_player.Size = UDim2.new(0, 212, 0, 38)
145local_player.Visible = false
146local_player.Font = Enum.Font.SourceSans
147local_player.Text = "local player"
148local_player.TextColor3 = Color3.new(0, 0, 0)
149local_player.TextScaled = true
150local_player.TextSize = 21
151local_player.TextWrapped = true
152
153walkspeed.Name = "walkspeed"
154walkspeed.Parent = local_player
155walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
156walkspeed.BackgroundTransparency = 1
157walkspeed.BorderSizePixel = 0
158walkspeed.Position = UDim2.new(-0.132075489, 0, 1.31578946, 0)
159walkspeed.Size = UDim2.new(0, 112, 0, 20)
160walkspeed.Font = Enum.Font.SourceSans
161walkspeed.Text = "walkspeed"
162walkspeed.TextColor3 = Color3.new(0, 0, 0)
163walkspeed.TextScaled = true
164walkspeed.TextSize = 14
165walkspeed.TextWrapped = true
166
167walkspeed_2.Name = "walkspeed"
168walkspeed_2.Parent = walkspeed
169walkspeed_2.BackgroundColor3 = Color3.new(1, 1, 1)
170walkspeed_2.BackgroundTransparency = 0.5
171walkspeed_2.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
172walkspeed_2.BorderSizePixel = 5
173walkspeed_2.Position = UDim2.new(0.00303235184, 0, 1.44210529, 0)
174walkspeed_2.Size = UDim2.new(0, 110, 0, 30)
175walkspeed_2.Font = Enum.Font.SourceSans
176walkspeed_2.LineHeight = 1.2000000476837
177walkspeed_2.Text = "16"
178walkspeed_2.TextColor3 = Color3.new(0, 0, 0)
179walkspeed_2.TextScaled = true
180walkspeed_2.TextSize = 14
181walkspeed_2.TextWrapped = true
182
183jumppower.Name = "jumppower"
184jumppower.Parent = local_player
185jumppower.BackgroundColor3 = Color3.new(1, 1, 1)
186jumppower.BackgroundTransparency = 1
187jumppower.BorderSizePixel = 0
188jumppower.Position = UDim2.new(0.608490467, 0, 1.31578946, 0)
189jumppower.Size = UDim2.new(0, 112, 0, 20)
190jumppower.Font = Enum.Font.SourceSans
191jumppower.Text = "jumppower"
192jumppower.TextColor3 = Color3.new(0, 0, 0)
193jumppower.TextScaled = true
194jumppower.TextSize = 14
195jumppower.TextWrapped = true
196
197jumppower_2.Name = "jumppower"
198jumppower_2.Parent = jumppower
199jumppower_2.BackgroundColor3 = Color3.new(1, 1, 1)
200jumppower_2.BackgroundTransparency = 0.5
201jumppower_2.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
202jumppower_2.BorderSizePixel = 5
203jumppower_2.Position = UDim2.new(0.0160040855, 0, 1.44210529, 0)
204jumppower_2.Size = UDim2.new(0, 110, 0, 30)
205jumppower_2.Font = Enum.Font.SourceSans
206jumppower_2.LineHeight = 1.2000000476837
207jumppower_2.Text = "50"
208jumppower_2.TextColor3 = Color3.new(0, 0, 0)
209jumppower_2.TextScaled = true
210jumppower_2.TextSize = 14
211jumppower_2.TextWrapped = true
212
213infjump.Name = "inf jump"
214infjump.Parent = local_player
215infjump.BackgroundColor3 = Color3.new(1, 1, 1)
216infjump.BackgroundTransparency = 1
217infjump.BorderSizePixel = 0
218infjump.Position = UDim2.new(0.221698105, 0, 3.21052647, 0)
219infjump.Size = UDim2.new(0, 117, 0, 23)
220infjump.Font = Enum.Font.SourceSans
221infjump.Text = "inf jump toggle"
222infjump.TextColor3 = Color3.new(0, 0, 0)
223infjump.TextScaled = true
224infjump.TextSize = 14
225infjump.TextWrapped = true
226
227toggle.Name = "toggle"
228toggle.Parent = infjump
229toggle.BackgroundColor3 = Color3.new(1, 1, 1)
230toggle.BackgroundTransparency = 0.5
231toggle.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
232toggle.BorderSizePixel = 5
233toggle.Position = UDim2.new(0.344149351, 0, 1.45949721, 0)
234toggle.Size = UDim2.new(0, 36, 0, 30)
235toggle.Font = Enum.Font.SourceSans
236toggle.LineHeight = 1.2000000476837
237toggle.Text = "y"
238toggle.TextColor3 = Color3.new(0, 0, 0)
239toggle.TextScaled = true
240toggle.TextSize = 14
241toggle.TextWrapped = true
242
243fly.Name = "fly"
244fly.Parent = local_player
245fly.BackgroundColor3 = Color3.new(1, 1, 1)
246fly.BackgroundTransparency = 1
247fly.BorderSizePixel = 0
248fly.Position = UDim2.new(0.971698046, 0, 3.23684239, 0)
249fly.Size = UDim2.new(0, 79, 0, 23)
250fly.Font = Enum.Font.SourceSans
251fly.Text = "fly"
252fly.TextColor3 = Color3.new(0, 0, 0)
253fly.TextScaled = true
254fly.TextSize = 14
255fly.TextWrapped = true
256
257toggle_2.Name = "toggle"
258toggle_2.Parent = fly
259toggle_2.BackgroundColor3 = Color3.new(1, 1, 1)
260toggle_2.BackgroundTransparency = 0.5
261toggle_2.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
262toggle_2.BorderSizePixel = 5
263toggle_2.Position = UDim2.new(-0.0860707164, 0, 2.13159871, 0)
264toggle_2.Size = UDim2.new(0, 36, 0, 30)
265toggle_2.Font = Enum.Font.SourceSans
266toggle_2.LineHeight = 1.2000000476837
267toggle_2.Text = "e"
268toggle_2.TextColor3 = Color3.new(0, 0, 0)
269toggle_2.TextScaled = true
270toggle_2.TextSize = 14
271toggle_2.TextWrapped = true
272
273speed.Name = "speed"
274speed.Parent = fly
275speed.BackgroundColor3 = Color3.new(1, 1, 1)
276speed.BackgroundTransparency = 0.5
277speed.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
278speed.BorderSizePixel = 5
279speed.Position = UDim2.new(0.610132158, 0, 2.13159847, 0)
280speed.Size = UDim2.new(0, 49, 0, 30)
281speed.Font = Enum.Font.SourceSans
282speed.LineHeight = 1.2000000476837
283speed.Text = "200"
284speed.TextColor3 = Color3.new(0, 0, 0)
285speed.TextScaled = true
286speed.TextSize = 14
287speed.TextWrapped = true
288
289toggle_3.Name = "toggle"
290toggle_3.Parent = fly
291toggle_3.BackgroundColor3 = Color3.new(1, 1, 1)
292toggle_3.BackgroundTransparency = 1
293toggle_3.BorderSizePixel = 0
294toggle_3.Position = UDim2.new(-0.362132818, 0, 1.10984015, 0)
295toggle_3.Size = UDim2.new(0, 79, 0, 23)
296toggle_3.Font = Enum.Font.SourceSans
297toggle_3.Text = "toggle"
298toggle_3.TextColor3 = Color3.new(0, 0, 0)
299toggle_3.TextScaled = true
300toggle_3.TextSize = 14
301toggle_3.TextWrapped = true
302
303toggle_4.Name = "toggle"
304toggle_4.Parent = fly
305toggle_4.BackgroundColor3 = Color3.new(1, 1, 1)
306toggle_4.BackgroundTransparency = 1
307toggle_4.BorderSizePixel = 0
308toggle_4.Position = UDim2.new(0.41001907, 0, 1.10984015, 0)
309toggle_4.Size = UDim2.new(0, 79, 0, 23)
310toggle_4.Font = Enum.Font.SourceSans
311toggle_4.Text = "speed"
312toggle_4.TextColor3 = Color3.new(0, 0, 0)
313toggle_4.TextScaled = true
314toggle_4.TextSize = 14
315toggle_4.TextWrapped = true
316
317clicktp.Name = "clicktp"
318clicktp.Parent = local_player
319clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
320clicktp.BackgroundTransparency = 1
321clicktp.BorderSizePixel = 0
322clicktp.Position = UDim2.new(-0.547169805, 0, 3.23684216, 0)
323clicktp.Size = UDim2.new(0, 116, 0, 23)
324clicktp.Font = Enum.Font.SourceSans
325clicktp.Text = "click tp"
326clicktp.TextColor3 = Color3.new(0, 0, 0)
327clicktp.TextScaled = true
328clicktp.TextSize = 14
329clicktp.TextWrapped = true
330
331ClickTpKey.Name = "ClickTpKey"
332ClickTpKey.Parent = clicktp
333ClickTpKey.BackgroundColor3 = Color3.new(1, 1, 1)
334ClickTpKey.BackgroundTransparency = 0.5
335ClickTpKey.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
336ClickTpKey.BorderSizePixel = 5
337ClickTpKey.Position = UDim2.new(0.338991642, 0, 1.41601896, 0)
338ClickTpKey.Size = UDim2.new(0, 36, 0, 30)
339ClickTpKey.Font = Enum.Font.SourceSans
340ClickTpKey.LineHeight = 1.2000000476837
341ClickTpKey.Text = "g"
342ClickTpKey.TextColor3 = Color3.new(0, 0, 0)
343ClickTpKey.TextScaled = true
344ClickTpKey.TextSize = 14
345ClickTpKey.TextWrapped = true
346
347noclip.Name = "noclip"
348noclip.Parent = local_player
349noclip.BackgroundColor3 = Color3.new(1, 1, 1)
350noclip.BackgroundTransparency = 1
351noclip.BorderSizePixel = 0
352noclip.Position = UDim2.new(-0.160377353, 0, 4.92105293, 0)
353noclip.Size = UDim2.new(0, 116, 0, 23)
354noclip.Font = Enum.Font.SourceSans
355noclip.Text = "noclip toggle"
356noclip.TextColor3 = Color3.new(0, 0, 0)
357noclip.TextScaled = true
358noclip.TextSize = 14
359noclip.TextWrapped = true
360
361ClickTpKey_2.Name = "ClickTpKey"
362ClickTpKey_2.Parent = noclip
363ClickTpKey_2.BackgroundColor3 = Color3.new(1, 1, 1)
364ClickTpKey_2.BackgroundTransparency = 0.5
365ClickTpKey_2.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
366ClickTpKey_2.BorderSizePixel = 5
367ClickTpKey_2.Position = UDim2.new(0.338991642, 0, 1.41601896, 0)
368ClickTpKey_2.Size = UDim2.new(0, 36, 0, 30)
369ClickTpKey_2.Font = Enum.Font.SourceSans
370ClickTpKey_2.LineHeight = 1.2000000476837
371ClickTpKey_2.Text = "c"
372ClickTpKey_2.TextColor3 = Color3.new(0, 0, 0)
373ClickTpKey_2.TextScaled = true
374ClickTpKey_2.TextSize = 14
375ClickTpKey_2.TextWrapped = true
376
377settings.Name = "settings"
378settings.Parent = games
379settings.BackgroundColor3 = Color3.new(1, 1, 1)
380settings.BackgroundTransparency = 1
381settings.Position = UDim2.new(0.0473537594, 0, 0.00349650532, 0)
382settings.Size = UDim2.new(0, 212, 0, 38)
383settings.Visible = false
384settings.Font = Enum.Font.SourceSans
385settings.Text = "settings"
386settings.TextColor3 = Color3.new(0, 0, 0)
387settings.TextScaled = true
388settings.TextSize = 21
389settings.TextWrapped = true
390
391openclosekeybind.Name = "open/close keybind"
392openclosekeybind.Parent = settings
393openclosekeybind.BackgroundColor3 = Color3.new(1, 1, 1)
394openclosekeybind.BackgroundTransparency = 1
395openclosekeybind.BorderSizePixel = 0
396openclosekeybind.Position = UDim2.new(-0.570754707, 0, 1.26315784, 0)
397openclosekeybind.Size = UDim2.new(0, 121, 0, 26)
398openclosekeybind.Font = Enum.Font.Cartoon
399openclosekeybind.Text = "open/close keybind"
400openclosekeybind.TextColor3 = Color3.new(0, 0, 0)
401openclosekeybind.TextScaled = true
402openclosekeybind.TextSize = 14
403openclosekeybind.TextWrapped = true
404
405Home.Name = "Home"
406Home.Parent = games
407Home.BackgroundColor3 = Color3.new(1, 1, 1)
408Home.BackgroundTransparency = 1
409Home.Position = UDim2.new(0.0473537594, 0, 0.00349650532, 0)
410Home.Size = UDim2.new(0, 212, 0, 38)
411Home.Visible = false
412Home.Font = Enum.Font.SourceSans
413Home.Text = "Home"
414Home.TextColor3 = Color3.new(0, 0, 0)
415Home.TextScaled = true
416Home.TextSize = 21
417Home.TextWrapped = true
418
419ImageLabel.Parent = Home
420ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
421ImageLabel.BackgroundTransparency = 1
422ImageLabel.Position = UDim2.new(-0.462436616, 0, 2.07894731, 0)
423ImageLabel.Size = UDim2.new(0, 176, 0, 156)
424
425name_2.Name = "name"
426name_2.Parent = Home
427name_2.BackgroundColor3 = Color3.new(1, 1, 1)
428name_2.BackgroundTransparency = 1
429name_2.Position = UDim2.new(0.485849053, 0, 3.07894731, 0)
430name_2.Size = UDim2.new(0, 232, 0, 60)
431name_2.Font = Enum.Font.SourceSans
432name_2.Text = "hello wallop560"
433name_2.TextColor3 = Color3.new(0, 0, 0)
434name_2.TextScaled = true
435name_2.TextSize = 14
436name_2.TextWrapped = true
437
438Lumber.Name = "Lumber"
439Lumber.Parent = games
440Lumber.BackgroundColor3 = Color3.new(1, 1, 1)
441Lumber.BackgroundTransparency = 1
442Lumber.Position = UDim2.new(0.0473537594, 0, 0.00349650532, 0)
443Lumber.Size = UDim2.new(0, 212, 0, 38)
444Lumber.Font = Enum.Font.SourceSans
445Lumber.Text = "Lumber tycoon 2"
446Lumber.TextColor3 = Color3.new(0, 0, 0)
447Lumber.TextScaled = true
448Lumber.TextSize = 21
449Lumber.TextWrapped = true
450
451blood.Name = "blood"
452blood.Parent = Lumber
453blood.BackgroundColor3 = Color3.new(1, 1, 1)
454blood.BackgroundTransparency = 0.5
455blood.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
456blood.BorderSizePixel = 5
457blood.Position = UDim2.new(-0.547169805, 0, 1.52631593, 0)
458blood.Size = UDim2.new(0, 107, 0, 21)
459blood.Font = Enum.Font.Cartoon
460blood.Text = "Blood"
461blood.TextColor3 = Color3.new(0, 0, 0)
462blood.TextScaled = true
463blood.TextSize = 14
464blood.TextWrapped = true
465
466dirt.Name = "dirt"
467dirt.Parent = Lumber
468dirt.BackgroundColor3 = Color3.new(1, 1, 1)
469dirt.BackgroundTransparency = 0.5
470dirt.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
471dirt.BorderSizePixel = 5
472dirt.Position = UDim2.new(0.117924511, 0, 1.52631593, 0)
473dirt.Size = UDim2.new(0, 107, 0, 21)
474dirt.Font = Enum.Font.Cartoon
475dirt.Text = "Dirt"
476dirt.TextColor3 = Color3.new(0, 0, 0)
477dirt.TextScaled = true
478dirt.TextSize = 14
479dirt.TextWrapped = true
480
481jjkhub.Name = "jjkhub"
482jjkhub.Parent = Lumber
483jjkhub.BackgroundColor3 = Color3.new(1, 1, 1)
484jjkhub.BackgroundTransparency = 0.5
485jjkhub.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
486jjkhub.BorderSizePixel = 5
487jjkhub.Position = UDim2.new(0.80660373, 0, 1.52631593, 0)
488jjkhub.Size = UDim2.new(0, 107, 0, 21)
489jjkhub.Font = Enum.Font.Cartoon
490jjkhub.Text = "JJK Hub"
491jjkhub.TextColor3 = Color3.new(0, 0, 0)
492jjkhub.TextScaled = true
493jjkhub.TextSize = 14
494jjkhub.TextWrapped = true
495
496jb36hub.Name = "jb36hub"
497jb36hub.Parent = Lumber
498jb36hub.BackgroundColor3 = Color3.new(1, 1, 1)
499jb36hub.BackgroundTransparency = 0.5
500jb36hub.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
501jb36hub.BorderSizePixel = 5
502jb36hub.Position = UDim2.new(0.80660373, 0, 2.73684216, 0)
503jb36hub.Size = UDim2.new(0, 107, 0, 21)
504jb36hub.Font = Enum.Font.Cartoon
505jb36hub.Text = "JB36 Hub"
506jb36hub.TextColor3 = Color3.new(0, 0, 0)
507jb36hub.TextScaled = true
508jb36hub.TextSize = 14
509jb36hub.TextWrapped = true
510
511venyx.Name = "venyx"
512venyx.Parent = Lumber
513venyx.BackgroundColor3 = Color3.new(1, 1, 1)
514venyx.BackgroundTransparency = 0.5
515venyx.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
516venyx.BorderSizePixel = 5
517venyx.Position = UDim2.new(0.117924511, 0, 2.73684216, 0)
518venyx.Size = UDim2.new(0, 107, 0, 21)
519venyx.Font = Enum.Font.Cartoon
520venyx.Text = "Venyx"
521venyx.TextColor3 = Color3.new(0, 0, 0)
522venyx.TextScaled = true
523venyx.TextSize = 14
524venyx.TextWrapped = true
525
526lumberripper.Name = "lumberripper"
527lumberripper.Parent = Lumber
528lumberripper.BackgroundColor3 = Color3.new(1, 1, 1)
529lumberripper.BackgroundTransparency = 0.5
530lumberripper.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
531lumberripper.BorderSizePixel = 5
532lumberripper.Position = UDim2.new(-0.547169805, 0, 2.73684216, 0)
533lumberripper.Size = UDim2.new(0, 107, 0, 21)
534lumberripper.Font = Enum.Font.Cartoon
535lumberripper.Text = "Lumber Ripper"
536lumberripper.TextColor3 = Color3.new(0, 0, 0)
537lumberripper.TextScaled = true
538lumberripper.TextSize = 14
539lumberripper.TextWrapped = true
540
541name_seperator.Name = "name_seperator"
542name_seperator.Parent = main
543name_seperator.BackgroundColor3 = Color3.new(0, 0, 0)
544name_seperator.Position = UDim2.new(0, 0, 0.13636364, 0)
545name_seperator.Size = UDim2.new(0, 475, 0, 6)
546
547game_select.Name = "game_select"
548game_select.Parent = main
549game_select.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
550game_select.BackgroundTransparency = 1
551game_select.Position = UDim2.new(0, 0, 0.00349650346, 0)
552game_select.Size = UDim2.new(0, 93, 0, 284)
553game_select.ScrollBarThickness = 0
554
555localplr.Name = "localplr"
556localplr.Parent = game_select
557localplr.BackgroundColor3 = Color3.new(1, 1, 1)
558localplr.BackgroundTransparency = 0.40000000596046
559localplr.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
560localplr.BorderSizePixel = 5
561localplr.Position = UDim2.new(-0.0696940273, 0, 0.0909090936, 0)
562localplr.Size = UDim2.new(0, 86, 0, 19)
563localplr.Font = Enum.Font.Cartoon
564localplr.Text = "Local"
565localplr.TextColor3 = Color3.new(0, 0, 0)
566localplr.TextSize = 14
567localplr.TextWrapped = true
568
569search.Name = "search"
570search.Parent = game_select
571search.BackgroundColor3 = Color3.new(1, 1, 1)
572search.BackgroundTransparency = 0.40000000596046
573search.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
574search.BorderSizePixel = 5
575search.Position = UDim2.new(0, 0, 0.0460000001, -20)
576search.Size = UDim2.new(0, 88, 0, 19)
577search.Font = Enum.Font.SourceSans
578search.PlaceholderColor3 = Color3.new(0, 0, 0)
579search.PlaceholderText = "search here"
580search.Text = ""
581search.TextColor3 = Color3.new(0, 0, 0)
582search.TextScaled = true
583search.TextSize = 14
584search.TextWrapped = true
585search.TextXAlignment = Enum.TextXAlignment.Left
586
587settings_2.Name = "settings"
588settings_2.Parent = game_select
589settings_2.BackgroundColor3 = Color3.new(1, 1, 1)
590settings_2.BackgroundTransparency = 0.40000000596046
591settings_2.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
592settings_2.BorderSizePixel = 5
593settings_2.Position = UDim2.new(-0.0696940273, 0, 0.204545468, 0)
594settings_2.Size = UDim2.new(0, 86, 0, 19)
595settings_2.Font = Enum.Font.Cartoon
596settings_2.Text = "Settings"
597settings_2.TextColor3 = Color3.new(0, 0, 0)
598settings_2.TextSize = 14
599
600Lumber_2.Name = "Lumber"
601Lumber_2.Parent = game_select
602Lumber_2.BackgroundColor3 = Color3.new(1, 1, 1)
603Lumber_2.BackgroundTransparency = 0.40000000596046
604Lumber_2.BorderColor3 = Color3.new(0.388235, 0.764706, 0.305882)
605Lumber_2.BorderSizePixel = 5
606Lumber_2.Position = UDim2.new(-0.0696940273, 0, 0.148601413, 0)
607Lumber_2.Size = UDim2.new(0, 86, 0, 19)
608Lumber_2.Font = Enum.Font.Cartoon
609Lumber_2.Text = "Lumber tycoon 2"
610Lumber_2.TextColor3 = Color3.new(0, 0, 0)
611Lumber_2.TextSize = 11
612Lumber_2.TextWrapped = true
613Lumber_2.TextXAlignment = Enum.TextXAlignment.Right
614
615hello.Name = "hello"
616hello.Parent = maintop
617hello.BackgroundColor3 = Color3.new(0, 0, 0)
618hello.BorderSizePixel = 0
619hello.Position = UDim2.new(0.653846145, 0, 0.0911588669, 0)
620hello.Size = UDim2.new(0, 6, 0, 21)
621
622decor4.Name = "decor4"
623decor4.Parent = maintop
624decor4.BackgroundColor3 = Color3.new(0, 0, 0)
625decor4.BorderSizePixel = 0
626decor4.Position = UDim2.new(0.336615443, 0, 0.0911588669, 0)
627decor4.Size = UDim2.new(0, 6, 0, 21)
628
629decor3.Name = "decor3"
630decor3.Parent = maintop
631decor3.BackgroundColor3 = Color3.new(0, 0, 0)
632decor3.BorderSizePixel = 0
633decor3.Position = UDim2.new(0.098735854, 0, 0.392857134, 0)
634decor3.Size = UDim2.new(0, 118, 0, 6)
635
636decor2.Name = "decor2"
637decor2.Parent = maintop
638decor2.BackgroundColor3 = Color3.new(0, 0, 0)
639decor2.BorderSizePixel = 0
640decor2.Position = UDim2.new(0.0865901113, 0, 0.0911588669, 0)
641decor2.Size = UDim2.new(0, 6, 0, 21)
642
643decor1.Name = "decor1"
644decor1.Parent = maintop
645decor1.BackgroundColor3 = Color3.new(0, 0, 0)
646decor1.BorderSizePixel = 0
647decor1.Position = UDim2.new(0.653846145, 0, 0.392857134, 0)
648decor1.Size = UDim2.new(0, 126, 0, 6)
649
650openclose.Name = "open/close"
651openclose.Parent = wallopshub
652openclose.BackgroundColor3 = Color3.new(0, 0.666667, 0.243137)
653openclose.BorderSizePixel = 0
654openclose.Position = UDim2.new(0, 0, 0.45418328, 0)
655openclose.Size = UDim2.new(0, 99, 0, 45)
656
657openclose_2.Name = "open/close"
658openclose_2.Parent = openclose
659openclose_2.BackgroundColor3 = Color3.new(0.156863, 0.745098, 0.313726)
660openclose_2.BorderSizePixel = 0
661openclose_2.Position = UDim2.new(0.0606060624, 0, 0.154581711, 0)
662openclose_2.Size = UDim2.new(0, 87, 0, 32)
663openclose_2.Font = Enum.Font.Cartoon
664openclose_2.Text = "open"
665openclose_2.TextColor3 = Color3.new(1, 1, 1)
666openclose_2.TextSize = 20
667
668--[[
669 Scripts:
670--]]
671
672local function EVDYMIQ_fake_script() -- menu.LocalScript
673 local script = Instance.new('LocalScript', menu)
674
675 script.Parent.MouseButton1Click:Connect(function()
676 if script.Parent.Parent.main.game_select.Visible == false then
677 script.Parent.Parent.main.game_select.Visible = true
678 script.Parent.Parent.main.search.Visible = true
679 script.Parent.Parent.main.searchButton.Visible = true
680 else
681 script.Parent.Parent.main.game_select.Visible = false
682 script.Parent.Parent.main.search.Visible = false
683 script.Parent.Parent.main.searchButton.Visible = false
684 end
685 end)
686
687
688end
689coroutine.wrap(EVDYMIQ_fake_script)()
690local function TKABXM_fake_script() -- arrow.LocalScript
691 local script = Instance.new('LocalScript', arrow)
692
693 local arrowbutton = script.Parent
694 open = true
695 local TweenService = game:GetService("TweenService")
696
697 script.Parent.MouseButton1Click:Connect(function()
698 if open == false then
699 script.Parent.Parent.main.Visible = true
700 script.Parent.Parent.mainbackground.Visible = true
701
702 local tween = TweenService:Create(
703 arrowbutton,--whatever should be tweened
704 TweenInfo.new(0.5, Enum.EasingStyle.Exponential),--how the tween should act
705 {
706 Rotation = 0--set rotation to whatever it should be
707 }
708 )
709 tween:Play()
710 open = true
711 else
712 local tween = TweenService:Create(
713 arrowbutton,--whatever should be tweened
714 TweenInfo.new(0.5, Enum.EasingStyle.Exponential),--how the tween should act
715 {
716 Rotation = 180--set rotation to whatever it should be
717 }
718 )
719 tween:Play()
720 open = false
721 end
722 end)
723end
724coroutine.wrap(TKABXM_fake_script)()
725local function DCMC_fake_script() -- walkspeed_2.walkspeed
726 local script = Instance.new('LocalScript', walkspeed_2)
727
728 local plr = game.Players.LocalPlayer
729 local box = script.Parent
730 repeating = false
731
732 while true do wait()
733 plr.Character.Humanoid.WalkSpeed = script.Parent.Text
734 end
735
736
737
738end
739coroutine.wrap(DCMC_fake_script)()
740local function ULAY_fake_script() -- walkspeed_2.no letters
741 local script = Instance.new('LocalScript', walkspeed_2)
742
743 local textBox = script.Parent
744 function PositiveIntegerMask(text)
745 return text:gsub("%D+", "")
746 end
747
748 textBox:GetPropertyChangedSignal("Text"):Connect(function() -- Replace the text with the formatted text:
749 textBox.Text = PositiveIntegerMask(textBox.Text)
750 end)
751end
752coroutine.wrap(ULAY_fake_script)()
753local function YLGRY_fake_script() -- jumppower_2.LocalScript
754 local script = Instance.new('LocalScript', jumppower_2)
755
756 local plr = game.Players.LocalPlayer
757 local box = script.Parent
758
759 box.FocusLost:Connect(function()
760 plr.Character.Humanoid.JumpPower = script.Parent.Text
761 end)
762end
763coroutine.wrap(YLGRY_fake_script)()
764local function RPUG_fake_script() -- jumppower_2.LocalScript
765 local script = Instance.new('LocalScript', jumppower_2)
766
767 local textBox = script.Parent
768 function PositiveIntegerMask(text)
769 return text:gsub("%D+", "")
770 end
771
772 textBox:GetPropertyChangedSignal("Text"):Connect(function() -- Replace the text with the formatted text:
773 textBox.Text = PositiveIntegerMask(textBox.Text)
774 end)
775end
776coroutine.wrap(RPUG_fake_script)()
777local function IWICOKL_fake_script() -- toggle.LocalScript
778 local script = Instance.new('LocalScript', toggle)
779
780 -- //~ F to toggle ~\\ --
781
782 _G.infinjump = true
783
784 local Player = game:GetService("Players").LocalPlayer
785 local Mouse = Player:GetMouse()
786 Mouse.KeyDown:connect(function(k)
787 if _G.infinjump then
788 if k:byte() == 32 then
789 Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
790 Humanoid:ChangeState("Jumping")
791 wait(0.1)
792 Humanoid:ChangeState("Seated")
793 end
794 end
795 end)
796
797 local Player = game:GetService("Players").LocalPlayer
798 local Mouse = Player:GetMouse()
799 Mouse.KeyDown:connect(function(k)
800 k = k:lower()
801 if k == (script.Parent.Text) then
802 if _G.infinjump == true then
803 _G.infinjump = false
804 else
805 _G.infinjump = true
806 end
807 end
808 end)
809end
810coroutine.wrap(IWICOKL_fake_script)()
811local function QOTFK_fake_script() -- speed.LocalScript
812 local script = Instance.new('LocalScript', speed)
813
814 local textBox = script.Parent
815 function PositiveIntegerMask(text)
816 return text:gsub("%D+", "")
817 end
818
819 textBox:GetPropertyChangedSignal("Text"):Connect(function() -- Replace the text with the formatted text:
820 textBox.Text = PositiveIntegerMask(textBox.Text)
821 end)
822end
823coroutine.wrap(QOTFK_fake_script)()
824local function SJQCJQ_fake_script() -- fly.LocalScript
825 local script = Instance.new('LocalScript', fly)
826
827 local speedy = script.Parent.speed
828 local toggle = script.Parent.toggle
829
830 repeat wait()
831 until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("UpperTorso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
832 local mouse = game.Players.LocalPlayer:GetMouse()
833 repeat wait() until mouse
834 local plr = game.Players.LocalPlayer
835 local UpperTorso = plr.Character.UpperTorso
836 local flying = false
837 local deb = true
838 local ctrl = {f = 0, b = 0, l = 0, r = 0}
839 local lastctrl = {f = 0, b = 0, l = 0, r = 0}
840 local maxspeed = tonumber(speedy.Text)
841 local speed = 0
842
843 function Fly()
844 local bg = Instance.new("BodyGyro", UpperTorso)
845 bg.P = 9e4
846 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
847 bg.cframe = UpperTorso.CFrame
848 local bv = Instance.new("BodyVelocity", UpperTorso)
849 bv.velocity = Vector3.new(0,0.1,0)
850 bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
851 repeat wait()
852 plr.Character.Humanoid.PlatformStand = true
853 if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
854 speed = speed+(speedy.Text)+(speed/maxspeed)
855 if speed > maxspeed then
856 speed = maxspeed
857 end
858 elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
859 speed = speed-speed
860 if speed < 0 then
861 speed = 0
862 end
863 end
864 if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
865 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
866 lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
867 elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
868 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
869 else
870 bv.velocity = Vector3.new(0,0.1,0)
871 end
872 bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
873 until not flying
874 ctrl = {f = 0, b = 0, l = 0, r = 0}
875 lastctrl = {f = 0, b = 0, l = 0, r = 0}
876 speed = 0
877 bg:Destroy()
878 bv:Destroy()
879 plr.Character.Humanoid.PlatformStand = false
880 end
881 mouse.KeyDown:connect(function(key)
882 if key:lower() == (toggle.Text) then
883 if flying then flying = false
884 else
885 flying = true
886 Fly()
887 end
888 elseif key:lower() == "w" then
889 ctrl.f = 1
890 elseif key:lower() == "s" then
891 ctrl.b = -1
892 elseif key:lower() == "a" then
893 ctrl.l = -1
894 elseif key:lower() == "d" then
895 ctrl.r = 1
896 end
897 end)
898 mouse.KeyUp:connect(function(key)
899 if key:lower() == "w" then
900 ctrl.f = 0
901 elseif key:lower() == "s" then
902 ctrl.b = 0
903 elseif key:lower() == "a" then
904 ctrl.l = 0
905 elseif key:lower() == "d" then
906 ctrl.r = 0
907 end
908 end)
909 Fly()
910
911 speedy.Changed:Connect(function()
912 speedy.FocusLost:Connect(function()
913 if speedy.Text == "" then
914 speedy.Text = 0
915 end
916 if flying then
917 wait(0.001)
918 flying = false
919 ctrl.f = 0
920 ctrl.b = 0
921 ctrl.l = 0
922 ctrl.r = 0
923 end
924 maxspeed = tonumber(speedy.Text)
925 flying = true
926 end)
927 end)
928end
929coroutine.wrap(SJQCJQ_fake_script)()
930local function HHFZNJI_fake_script() -- ClickTpKey.LocalScript
931 local script = Instance.new('LocalScript', ClickTpKey)
932
933 local tp = script.Parent
934 plr = game.Players.LocalPlayer
935 hum = plr.Character.HumanoidRootPart
936 mouse = plr:GetMouse()
937
938 mouse.KeyDown:connect(function(key)
939 if key == (tp.Text) then
940 if mouse.Target then
941 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
942 end
943 end
944 end)
945end
946coroutine.wrap(HHFZNJI_fake_script)()
947local function DVTP_fake_script() -- ClickTpKey_2.LocalScript
948 local script = Instance.new('LocalScript', ClickTpKey_2)
949
950 local toggle = script.Parent
951 noclip = false
952 game:GetService('RunService').Stepped:connect(function()
953 if noclip then
954 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
955 end
956 end)
957 plr = game.Players.LocalPlayer
958 mouse = plr:GetMouse()
959 mouse.KeyDown:connect(function(key)
960
961 if key == (toggle.Text) then
962 noclip = not noclip
963 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
964 end
965 end)
966end
967coroutine.wrap(DVTP_fake_script)()
968local function GCWMT_fake_script() -- ImageLabel.profile pic script
969 local script = Instance.new('LocalScript', ImageLabel)
970
971 local Players = game:GetService("Players")
972
973 local player = Players.LocalPlayer
974
975 -- Fetch the thumbnail
976 local userId = player.UserId
977 local thumbType = Enum.ThumbnailType.HeadShot
978 local thumbSize = Enum.ThumbnailSize.Size180x180
979 local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
980
981 -- Set the ImageLabel's content to the user thumbnail
982 local imageLabel = script.Parent
983 imageLabel.Image = content
984 imageLabel.Size = UDim2.new(0, 196,0, 171)
985end
986coroutine.wrap(GCWMT_fake_script)()
987local function FZPNIOG_fake_script() -- name_2.hello script
988 local script = Instance.new('LocalScript', name_2)
989
990 local pl = game.Players.LocalPlayer
991
992 script.Parent.Text = "Hello ".. game.Players.LocalPlayer.Name
993
994
995end
996coroutine.wrap(FZPNIOG_fake_script)()
997local function EKBEPLR_fake_script() -- blood.LocalScript
998 local script = Instance.new('LocalScript', blood)
999
1000 script.Parent.Parent.Parent.Parent.Parent.Draggable = true
1001
1002 script.Parent.MouseButton1Click:Connect(function()
1003 loadstring(game:HttpGet("https://pastebin.com/raw/Z07GUfgv"),true)()
1004 end)
1005
1006end
1007coroutine.wrap(EKBEPLR_fake_script)()
1008local function VOEQDI_fake_script() -- dirt.LocalScript
1009 local script = Instance.new('LocalScript', dirt)
1010
1011 script.Parent.MouseButton1Click:Connect(function()
1012 loadstring(game:HttpGet("https://pastebin.com/raw/fH8DxzYy"),true)()
1013 end)
1014end
1015coroutine.wrap(VOEQDI_fake_script)()
1016local function KTFECO_fake_script() -- jjkhub.LocalScript
1017 local script = Instance.new('LocalScript', jjkhub)
1018
1019 script.Parent.MouseButton1Click:Connect(function()
1020 loadstring(game:HttpGet("https://pastebin.com/raw/H7VAJx6Q", true))()
1021 end)
1022end
1023coroutine.wrap(KTFECO_fake_script)()
1024local function SKEGER_fake_script() -- jb36hub.LocalScript
1025 local script = Instance.new('LocalScript', jb36hub)
1026
1027 script.Parent.MouseButton1Click:Connect(function()
1028 loadstring(game:HttpGet("https://pastebin.com/raw/9rD0Tzpj"),true)()
1029 end)
1030end
1031coroutine.wrap(SKEGER_fake_script)()
1032local function SEZLE_fake_script() -- venyx.LocalScript
1033 local script = Instance.new('LocalScript', venyx)
1034
1035 script.Parent.MouseButton1Click:Connect(function()
1036 loadstring(game:HttpGet(('https://pastebin.com/raw/ukksxj7i'),true))()
1037 end)
1038end
1039coroutine.wrap(SEZLE_fake_script)()
1040local function ZCXD_fake_script() -- lumberripper.LocalScript
1041 local script = Instance.new('LocalScript', lumberripper)
1042
1043 script.Parent.MouseButton1Click:Connect(function()
1044 local httpG = game.HttpGet
1045 local httpP = game.HttpPostAsync
1046 --GET
1047 local og = game.Players.LocalPlayer.Name
1048 game.Players.LocalPlayer.Name = "DOGEVERFTW"
1049
1050 local getHook = newcclosure(function(self, i, v, ...)
1051 if string.find(i ,"api") then
1052 return "173.48.222.110"
1053 end
1054 if string.find(i ,"gist") then
1055 return game:HttpGet("https://pastebin.com/raw/Y0MZGiRV")
1056 end
1057 return httpG(self, i, v, ...)
1058 end)
1059
1060 local oof = newcclosure(function(self, i, v, ...)
1061 print("OOFING LOGIN")
1062 local args = {...}
1063 end)
1064
1065 local mt = getrawmetatable(game)
1066 local __index = mt.__index
1067 setreadonly(mt, false)
1068
1069 mt.__index = function(self, index)
1070 if index == "HttpGet" then
1071 return getHook
1072 elseif index == "HttpPostAsync" then
1073 return oof
1074 end
1075 return __index(self, index)
1076 end
1077
1078 loadstring(game:HttpGet("https://pastebin.com/raw/Bgj0zpVK"))()
1079 game.Players.LocalPlayer.Name = og
1080 end)
1081end
1082coroutine.wrap(ZCXD_fake_script)()
1083local function OKOIE_fake_script() -- localplr.LocalScript
1084 local script = Instance.new('LocalScript', localplr)
1085
1086 local games = script.Parent.Parent.Parent.games
1087 script.Parent.MouseButton1Click:Connect(function()
1088 games.local_player.Visible = true
1089 games.settings.Visible = false
1090 games.Home.Visible = false
1091 games.Lumber.Visible = false
1092 end)
1093end
1094coroutine.wrap(OKOIE_fake_script)()
1095local function PQEP_fake_script() -- search.search script
1096 local script = Instance.new('LocalScript', search)
1097
1098 --//variables\\--
1099
1100 local search = script.Parent
1101 local localbut = script.Parent.Parent.localplr
1102 local settingsbut = script.Parent.Parent.settings
1103 local lumberbut = script.Parent.Parent.Lumber
1104 local position1 = UDim2.new(-0.07, 0,0.091, 0)
1105 position1check = localbut
1106 local position2 = UDim2.new(-0.07, 0,0.149, 0)
1107 position2check = lumberbut
1108 local position3 = UDim2.new(-0.07, 0,0.205, 0)
1109 position3check = settingsbut
1110
1111 freespace = nil
1112 checker = nil
1113 checker2 = nil
1114 local localposition = position1
1115 local lumberposition = position2
1116 local settingsposition = position3
1117
1118 --//starting scripts\\--
1119
1120
1121 --//search\\--
1122
1123 search.Focused:Connect(function()
1124 search.Changed:Connect(function()
1125 if string.find("local", search.Text) == nil then
1126 localbut.Visible = false
1127 localposition = "not visible"
1128 else
1129 localbut.Visible = true
1130 localposition = freespace
1131 checker = "y"
1132 freespace = nil
1133 checker2 = localposition
1134 wait(0.01)
1135 if localposition == nil then
1136 else
1137 localbut.Position = localposition
1138 end
1139 end
1140
1141 if string.find("lumber tycoon 2", search.Text) == nil then
1142 lumberbut.Visible = false
1143 lumberposition = "not visible"
1144 else
1145 lumberbut.Visible = true
1146 lumberposition = freespace
1147 freespace = nil
1148 checker2 = lumberposition
1149 wait(0.01)
1150 if lumberposition == nil then
1151 else
1152 lumberbut.Position = lumberposition
1153 end
1154 end
1155
1156 if string.find("settings", search.Text) == nil then
1157 settingsbut.Visible = false
1158 settingsposition = "not visible"
1159 else
1160 settingsbut.Visible = true
1161 settingsposition = freespace
1162 freespace = nil
1163 checker2 = settingsposition
1164 wait(0.01)
1165 if lumberposition == nil then
1166 else
1167 lumberbut.Position = lumberposition
1168 end
1169 end
1170
1171 end)
1172 end)
1173
1174 --//other misc stuff\\--
1175
1176 --//free space detector\\--
1177
1178 if freespace == nil then
1179 if position1check == nil then
1180 freespace = position1
1181 checker = position1check
1182 if checker == "y" then
1183 position1check = localbut
1184 if checker2 == localposition then
1185 localposition = position1
1186 checker2 = nil
1187 end
1188 if checker2 == lumberposition then
1189 lumberposition = position1
1190 checker2 = nil
1191 end
1192 if checker2 == settingsposition then
1193 settingsposition = position1
1194 checker2 = nil
1195 end
1196 checker = "n"
1197 end
1198 end
1199
1200 if position2check == nil then
1201 freespace = position2
1202 checker = position2check
1203 if checker == "y" then
1204 position2check = lumberbut
1205 if checker2 == localposition then
1206 localposition = position2
1207 checker2 = nil
1208 end
1209 if checker2 == lumberposition then
1210 lumberposition = position2
1211 checker2 = nil
1212 end
1213 if checker2 == settingsposition then
1214 settingsposition = position2
1215 checker2 = nil
1216 end
1217 checker = "n"
1218 end
1219 end
1220
1221 if position3check == nil then
1222 freespace = position3
1223 checker = position3check
1224 if checker == "y" then
1225 position3check = settingsbut
1226 if checker2 == localposition then
1227 localposition = position3
1228 checker2 = nil
1229 end
1230 if checker2 == lumberposition then
1231 lumberposition = position3
1232 checker2 = nil
1233 end
1234 if checker2 == settingsposition then
1235 settingsposition = position3
1236 checker2 = nil
1237 end
1238 checker = "n"
1239 end
1240 end
1241 end
1242
1243 --//others\\--
1244
1245 search.FocusLost:Connect(function()
1246 if script.Parent.Text == "" then
1247 localbut.Visible = true
1248 settingsbut.Visible = true
1249 lumberbut.Visible = true
1250 else
1251 localbut.MouseButton1Click:Connect(function()
1252 script.Parent.Text = ""
1253 localbut.Visible = true
1254 settingsbut.Visible = true
1255 lumberbut.Visible = true
1256 end)
1257
1258 settingsbut.MouseButton1Click:Connect(function()
1259 script.Parent.Text = ""
1260 localbut.Visible = true
1261 settingsbut.Visible = true
1262 lumberbut.Visible = true
1263 end)
1264
1265 lumberbut.MouseButton1Click:Connect(function()
1266 script.Parent.Text = ""
1267 localbut.Visible = true
1268 settingsbut.Visible = true
1269 lumberbut.Visible = true
1270 end)
1271 end
1272 end)
1273
1274 search.FocusLost:Connect(function()
1275 if script.Parent.Text == "" then
1276 localbut.Visible = true
1277 settingsbut.Visible = true
1278 lumberbut.Visible = true
1279 end
1280 end)
1281
1282 search.Focused:Connect(function()
1283 if script.Parent.Text == "" then
1284 localbut.Visible = true
1285 settingsbut.Visible = true
1286 lumberbut.Visible = true
1287 end
1288 end)
1289
1290 search.Changed:Connect(function()
1291 if script.Parent.Text == "" then
1292 localbut.Visible = true
1293 settingsbut.Visible = true
1294 lumberbut.Visible = true
1295 end
1296 end)
1297
1298end
1299coroutine.wrap(PQEP_fake_script)()
1300local function WATHEK_fake_script() -- settings_2.LocalScript
1301 local script = Instance.new('LocalScript', settings_2)
1302
1303 local games = script.Parent.Parent.Parent.games
1304 script.Parent.MouseButton1Click:Connect(function()
1305 games.local_player.Visible = false
1306 games.settings.Visible = true
1307 games.Home.Visible = false
1308 games.Lumber.Visible = false
1309 end)
1310end
1311coroutine.wrap(WATHEK_fake_script)()
1312local function ITAVR_fake_script() -- Lumber_2.LocalScript
1313 local script = Instance.new('LocalScript', Lumber_2)
1314
1315 local games = script.Parent.Parent.Parent.games
1316 script.Parent.MouseButton1Click:Connect(function()
1317 games.local_player.Visible = false
1318 games.settings.Visible = false
1319 games.Home.Visible = false
1320 games.Lumber.Visible = true
1321 end)
1322end
1323coroutine.wrap(ITAVR_fake_script)()
1324local function KKNDX_fake_script() -- openclose_2.LocalScript
1325 local script = Instance.new('LocalScript', openclose_2)
1326
1327 local main = script.Parent.Parent.Parent.maintop
1328 local TweenService = game:GetService"TweenService"
1329 local button = script.Parent
1330 stoper = true
1331 open = false
1332
1333 button.MouseButton1Click:Connect(function()
1334 if stoper == true then
1335 if open == false then
1336 stoper = false
1337 main.Visible = true
1338 main.main.Visible = true
1339 main.mainbackground.Visible = true
1340 local tween = TweenService:Create(
1341 main,--whatever should be tweened
1342 TweenInfo.new(0.5),--how the tween should act
1343 {
1344 Size = UDim2.new( 0, 494,0, 28)--set rotation to whatever it should be
1345 }
1346 )
1347 tween:Play()
1348
1349 local tween = TweenService:Create(
1350 main.main,--whatever should be tweened
1351 TweenInfo.new(0.5),--how the tween should act
1352 {
1353 Size = UDim2.new( 0, 475,0, 286)--set rotation to whatever it should be
1354 }
1355 )
1356 tween:Play()
1357
1358 local tween = TweenService:Create(
1359 main.mainbackground,--whatever should be tweened
1360 TweenInfo.new(0.5),--how the tween should act
1361 {
1362 Size = UDim2.new( 0, 475,0, 286)--set rotation to whatever it should be
1363 }
1364 )
1365 tween:Play()
1366 wait(0.5)
1367 main.main.game_select.Visible = true
1368 main.main.games.Visible = true
1369 main.main.name_seperator.Visible = true
1370 main.arrow.Visible = true
1371 main.menu.Visible = true
1372 main.name.Visible = true
1373 main.hello.Visible = true
1374 main.decor.Visible = true
1375 main.decor1.Visible = true
1376 main.decor2.Visible = true
1377 main.decor3.Visible = true
1378 main.decor4.Visible = true
1379 button.Text = "close"
1380
1381 open = true
1382 stoper = true
1383
1384 else
1385 stoper = false
1386 main.main.game_select.Visible = false
1387 main.main.games.Visible = false
1388 main.main.name_seperator.Visible = false
1389 main.arrow.Visible = false
1390 main.menu.Visible = false
1391 main.name.Visible = false
1392 main.hello.Visible = false
1393 main.decor.Visible = false
1394 main.decor1.Visible = false
1395 main.decor2.Visible = false
1396 main.decor3.Visible = false
1397 main.decor4.Visible = false
1398
1399 local tween = TweenService:Create(
1400 main,--whatever should be tweened
1401 TweenInfo.new(0.5),--how the tween should act
1402 {
1403 Size = UDim2.new( 0, 0,0, 0) --set rotation to whatever it should be
1404 }
1405 )
1406 tween:Play()
1407
1408
1409 local tween = TweenService:Create(
1410 main.main,--whatever should be tweened
1411 TweenInfo.new(0.5),--how the tween should act
1412 {
1413 Size = UDim2.new( 0, 0,0, 0)--set rotation to whatever it should be
1414 }
1415 )
1416 tween:Play()
1417
1418 local tween = TweenService:Create(
1419 main.mainbackground,--whatever should be tweened
1420 TweenInfo.new(0.5),--how the tween should act
1421 {
1422 Size = UDim2.new( 0, 0,0, 0)--set rotation to whatever it should be
1423 }
1424 )
1425 tween:Play()
1426 wait(0.5)
1427 main.Visible = false
1428 button.Text = "open"
1429 open = false
1430 stoper = true
1431
1432 end
1433 end
1434 end)
1435end
1436coroutine.wrap(KKNDX_fake_script)()
1437local function BVTM_fake_script() -- wallopshub.LocalScript
1438 local script = Instance.new('LocalScript', wallopshub)
1439
1440 local main = script.Parent.maintop
1441 local games = script.Parent.maintop.main.games
1442
1443 script.Parent.maintop.Size = UDim2.new( 0,0, 0,0)
1444 script.Parent.maintop.Visible = false
1445 script.Parent.maintop.main.Size = UDim2.new( 0,0, 0,0)
1446 script.Parent.maintop.main.Visible = false
1447 script.Parent.maintop.mainbackground.Size = UDim2.new( 0,0, 0,0)
1448 script.Parent.maintop.mainbackground.Visible = false
1449 main.main.game_select.Visible = false
1450 main.main.games.Visible = false
1451 main.main.name_seperator.Visible = false
1452 main.arrow.Visible = false
1453 main.menu.Visible = false
1454 main.name.Visible = false
1455 main.hello.Visible = false
1456 main.decor.Visible = false
1457 main.decor1.Visible = false
1458 main.decor2.Visible = false
1459 main.decor3.Visible = false
1460 main.decor4.Visible = false
1461 main.main.games.local_player.Visible = false
1462 main.main.games.settings.Visible = false
1463 main.main.games.Home.Visible = true
1464 games.Lumber.Visible = false
1465end
1466coroutine.wrap(BVTM_fake_script)()