SHOW:
|
|
- or go back to the newest paste.
1 | --Sub to MaiLeane on YouTube | |
2 | -- Dontate robux to Maileane by buying clothes on ROBLOX | |
3 | ||
4 | -script: | |
5 | ||
6 | ||
7 | -- Objects | |
8 | ||
9 | local Intro = Instance.new("ScreenGui") | |
10 | local IntroImage = Instance.new("ImageLabel") | |
11 | local _1 = Instance.new("TextLabel") | |
12 | local _2 = Instance.new("TextLabel") | |
13 | local _3 = Instance.new("TextLabel") | |
14 | local _4 = Instance.new("TextLabel") | |
15 | local _5 = Instance.new("TextLabel") | |
16 | local _6 = Instance.new("TextLabel") | |
17 | local _7 = Instance.new("TextLabel") | |
18 | ||
19 | -- Properties | |
20 | ||
21 | Intro.Name = "Intro" | |
22 | Intro.Parent = game.CoreGui | |
23 | ||
24 | IntroImage.Name = "IntroImage" | |
25 | IntroImage.Parent = Intro | |
26 | IntroImage.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
27 | IntroImage.BackgroundTransparency = 1 | |
28 | IntroImage.BorderColor3 = Color3.new(1, 1, 1) | |
29 | IntroImage.BorderSizePixel = 0 | |
30 | IntroImage.Position = UDim2.new(0.400, 0, 0.200, 0) | |
31 | IntroImage.Size = UDim2.new(0, 356, 0, 347) | |
32 | IntroImage.Image = "rbxassetid://1130382821" | |
33 | ||
34 | _1.Name = "1" | |
35 | _1.Parent = IntroImage | |
36 | _1.BackgroundColor3 = Color3.fromRGB(249, 214, 46) | |
37 | _1.BackgroundTransparency = 1 | |
38 | _1.BorderSizePixel = 0 | |
39 | _1.Position = UDim2.new(0.109550565, 0, 0.423631132, 0) | |
40 | _1.Size = UDim2.new(0, 40, 0, 53) | |
41 | _1.Font = Enum.Font.ArialBold | |
42 | _1.FontSize = Enum.FontSize.Size14 | |
43 | _1.Text = " " | |
44 | _1.TextColor3 = Color3.new(255, 0, 0) | |
45 | _1.TextScaled = true | |
46 | _1.TextSize = 14 | |
47 | _1.TextWrapped = true | |
48 | ||
49 | _2.Name = "2" | |
50 | _2.Parent = IntroImage | |
51 | _2.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
52 | _2.BackgroundTransparency = 1 | |
53 | _2.BorderSizePixel = 0 | |
54 | _2.Position = UDim2.new(0.221910119, 0, 0.423631132, 0) | |
55 | _2.Size = UDim2.new(0, 40, 0, 53) | |
56 | _2.Font = Enum.Font.ArialBold | |
57 | _2.FontSize = Enum.FontSize.Size14 | |
58 | _2.Text = "B" | |
59 | _2.TextColor3 = Color3.new(255, 0, 0) | |
60 | _2.TextScaled = true | |
61 | _2.TextSize = 14 | |
62 | _2.TextWrapped = true | |
63 | ||
64 | _3.Name = "3" | |
65 | _3.Parent = IntroImage | |
66 | _3.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
67 | _3.BackgroundTransparency = 1 | |
68 | _3.BorderSizePixel = 0 | |
69 | _3.Position = UDim2.new(0.334269673, 0, 0.423631132, 0) | |
70 | _3.Size = UDim2.new(0, 40, 0, 53) | |
71 | _3.Font = Enum.Font.ArialBold | |
72 | _3.FontSize = Enum.FontSize.Size14 | |
73 | _3.Text = "L" | |
74 | _3.TextColor3 = Color3.new(255, 0, 0) | |
75 | _3.TextScaled = true | |
76 | _3.TextSize = 14 | |
77 | _3.TextWrapped = true | |
78 | ||
79 | _4.Name = "4" | |
80 | _4.Parent = IntroImage | |
81 | _4.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
82 | _4.BackgroundTransparency = 1 | |
83 | _4.BorderSizePixel = 0 | |
84 | _4.Position = UDim2.new(0.446629226, 0, 0.423631132, 0) | |
85 | _4.Size = UDim2.new(0, 40, 0, 53) | |
86 | _4.Font = Enum.Font.ArialBold | |
87 | _4.FontSize = Enum.FontSize.Size14 | |
88 | _4.Text = "O" | |
89 | _4.TextColor3 = Color3.new(255, 0, 0) | |
90 | _4.TextScaled = true | |
91 | _4.TextSize = 14 | |
92 | _4.TextWrapped = true | |
93 | ||
94 | _5.Name = "5" | |
95 | _5.Parent = IntroImage | |
96 | _5.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
97 | _5.BackgroundTransparency = 1 | |
98 | _5.BorderSizePixel = 0 | |
99 | _5.Position = UDim2.new(0.55898881, 0, 0.423631132, 0) | |
100 | _5.Size = UDim2.new(0, 40, 0, 53) | |
101 | _5.Font = Enum.Font.ArialBold | |
102 | _5.FontSize = Enum.FontSize.Size14 | |
103 | _5.Text = "O" | |
104 | _5.TextColor3 = Color3.new(255, 0, 0) | |
105 | _5.TextScaled = true | |
106 | _5.TextSize = 14 | |
107 | _5.TextWrapped = true | |
108 | ||
109 | _6.Name = "6" | |
110 | _6.Parent = IntroImage | |
111 | _6.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
112 | _6.BackgroundTransparency = 1 | |
113 | _6.BorderSizePixel = 0 | |
114 | _6.Position = UDim2.new(0.671348333, 0, 0.423631132, 0) | |
115 | _6.Size = UDim2.new(0, 40, 0, 53) | |
116 | _6.Font = Enum.Font.ArialBold | |
117 | _6.FontSize = Enum.FontSize.Size14 | |
118 | _6.Text = "D" | |
119 | _6.TextColor3 = Color3.new(255, 0, 0) | |
120 | _6.TextScaled = true | |
121 | _6.TextSize = 14 | |
122 | _6.TextWrapped = true | |
123 | ||
124 | _7.Name = "7" | |
125 | _7.Parent = IntroImage | |
126 | _7.BackgroundColor3 = Color3.new(1, 1, 1) | |
127 | _7.BackgroundTransparency = 1 | |
128 | _7.BorderSizePixel = 0 | |
129 | _7.Position = UDim2.new(0.775280893, 0, 0.423631132, 0) | |
130 | _7.Size = UDim2.new(0, 40, 0, 53) | |
131 | _7.Font = Enum.Font.ArialBold | |
132 | _7.FontSize = Enum.FontSize.Size14 | |
133 | _7.Text = " " | |
134 | _7.TextColor3 = Color3.new(255, 0, 0) | |
135 | _7.TextScaled = true | |
136 | _7.TextSize = 14 | |
137 | _7.TextWrapped = true | |
138 | ||
139 | ||
140 | ||
141 | _1.TextTransparency = 0.2 | |
142 | wait() | |
143 | _2.TextTransparency = 0.2 | |
144 | wait() | |
145 | _3.TextTransparency = 0.2 | |
146 | wait() | |
147 | _4.TextTransparency = 0.2 | |
148 | wait() | |
149 | _5.TextTransparency = 0.2 | |
150 | wait() | |
151 | _6.TextTransparency = 0.2 | |
152 | wait() | |
153 | _7.TextTransparency = 0.2 | |
154 | wait() | |
155 | IntroImage.ImageTransparency = 0.2 | |
156 | wait() | |
157 | _1.TextTransparency = 0.3 | |
158 | wait() | |
159 | _2.TextTransparency = 0.3 | |
160 | wait() | |
161 | _3.TextTransparency = 0.3 | |
162 | wait() | |
163 | _4.TextTransparency = 0.3 | |
164 | wait() | |
165 | _5.TextTransparency = 0.3 | |
166 | wait() | |
167 | _6.TextTransparency = 0.3 | |
168 | wait() | |
169 | _7.TextTransparency = 0.3 | |
170 | wait() | |
171 | IntroImage.ImageTransparency = 0.3 | |
172 | wait() | |
173 | _1.TextTransparency = 0.4 | |
174 | wait() | |
175 | _2.TextTransparency = 0.4 | |
176 | wait() | |
177 | _3.TextTransparency = 0.4 | |
178 | wait() | |
179 | _4.TextTransparency = 0.4 | |
180 | wait() | |
181 | _5.TextTransparency = 0.4 | |
182 | wait() | |
183 | _6.TextTransparency = 0.4 | |
184 | wait() | |
185 | _7.TextTransparency = 0.4 | |
186 | wait() | |
187 | IntroImage.ImageTransparency = 0.4 | |
188 | wait() | |
189 | _1.TextTransparency = 0.5 | |
190 | wait() | |
191 | _2.TextTransparency = 0.5 | |
192 | wait() | |
193 | _3.TextTransparency = 0.4 | |
194 | wait() | |
195 | _4.TextTransparency = 0.5 | |
196 | wait() | |
197 | _5.TextTransparency = 0.5 | |
198 | wait() | |
199 | _6.TextTransparency = 0.5 | |
200 | wait() | |
201 | _7.TextTransparency = 0.5 | |
202 | wait() | |
203 | IntroImage.ImageTransparency = 0.5 | |
204 | wait() | |
205 | _1.TextTransparency = 0.6 | |
206 | wait() | |
207 | _2.TextTransparency = 0.6 | |
208 | wait() | |
209 | _3.TextTransparency = 0.6 | |
210 | wait() | |
211 | _4.TextTransparency = 0.6 | |
212 | wait() | |
213 | _5.TextTransparency = 0.6 | |
214 | wait() | |
215 | _6.TextTransparency = 0.6 | |
216 | wait() | |
217 | _7.TextTransparency = 0.6 | |
218 | wait() | |
219 | IntroImage.ImageTransparency = 0.6 | |
220 | wait() | |
221 | _1.TextTransparency = 0.7 | |
222 | wait() | |
223 | _2.TextTransparency = 0.7 | |
224 | wait() | |
225 | _3.TextTransparency = 0.7 | |
226 | wait() | |
227 | _4.TextTransparency = 0.7 | |
228 | wait() | |
229 | _5.TextTransparency = 0.7 | |
230 | wait() | |
231 | _6.TextTransparency = 0.7 | |
232 | wait() | |
233 | _7.TextTransparency = 0.7 | |
234 | wait() | |
235 | IntroImage.ImageTransparency = 0.7 | |
236 | wait() | |
237 | _1.TextTransparency = 0.8 | |
238 | wait() | |
239 | _2.TextTransparency = 0.8 | |
240 | wait() | |
241 | _3.TextTransparency = 0.8 | |
242 | wait() | |
243 | _4.TextTransparency = 0.8 | |
244 | wait() | |
245 | _5.TextTransparency = 0.8 | |
246 | wait() | |
247 | _6.TextTransparency = 0.8 | |
248 | wait() | |
249 | _7.TextTransparency = 0.8 | |
250 | wait() | |
251 | IntroImage.ImageTransparency = 0.8 | |
252 | wait() | |
253 | _1.TextTransparency = 0.9 | |
254 | wait() | |
255 | _2.TextTransparency = 0.9 | |
256 | wait() | |
257 | _3.TextTransparency = 0.9 | |
258 | wait() | |
259 | _4.TextTransparency = 0.9 | |
260 | wait() | |
261 | _5.TextTransparency = 0.9 | |
262 | wait() | |
263 | _6.TextTransparency = 0.9 | |
264 | wait() | |
265 | _7.TextTransparency = 0.9 | |
266 | wait() | |
267 | IntroImage.ImageTransparency = 0.9 | |
268 | wait() | |
269 | _1.TextTransparency = 1 | |
270 | wait() | |
271 | _2.TextTransparency = 1 | |
272 | wait() | |
273 | _3.TextTransparency = 1 | |
274 | wait() | |
275 | _4.TextTransparency = 1 | |
276 | wait() | |
277 | _5.TextTransparency = 1 | |
278 | wait() | |
279 | _6.TextTransparency = 1 | |
280 | wait() | |
281 | _7.TextTransparency = 1 | |
282 | wait() | |
283 | IntroImage.ImageTransparency = 0.9 | |
284 | wait() | |
285 | _1.TextTransparency = 1.1 | |
286 | wait() | |
287 | _2.TextTransparency = 1.1 | |
288 | wait() | |
289 | _3.TextTransparency = 1.1 | |
290 | wait() | |
291 | _4.TextTransparency = 1.1 | |
292 | wait() | |
293 | _5.TextTransparency = 1.1 | |
294 | wait() | |
295 | _6.TextTransparency = 1.1 | |
296 | wait() | |
297 | _7.TextTransparency = 1.1 | |
298 | wait() | |
299 | IntroImage.ImageTransparency = 5.1 | |
300 | wait() | |
301 | Intro:Destroy() | |
302 | wait() | |
303 | ||
304 | local s = Instance.new("Sound") | |
305 | s.Name = "Sound" | |
306 | s.SoundId = "http://www.roblox.com/asset/?id=2528420941" | |
307 | s.Volume = 0 | |
308 | s.Looped = false | |
309 | s.archivable = false | |
310 | s.Parent = game.Workspace | |
311 | --Join | |
312 | ||
313 | local k = Instance.new("Sound") | |
314 | k.Name = "Soundzz" | |
315 | k.SoundId = "http://www.roblox.com/asset/?id=305977837" | |
316 | k.Volume = 0 | |
317 | k.Looped = false | |
318 | k.archivable = false | |
319 | k.Parent = game.Workspace | |
320 | --Left | |
321 | ||
322 | local q = Instance.new("Sound") | |
323 | q.Name = "Soundzzzz" | |
324 | q.SoundId = "http://www.roblox.com/asset/?id=249869145" | |
325 | q.Volume = 0 | |
326 | q.Looped = false | |
327 | q.archivable = false | |
328 | q.Parent = game.Workspace | |
329 | --Systems Online | |
330 | ||
331 | local function SendNotification(title,text,duration,...) | |
332 | game.StarterGui:SetCore("SendNotification", { | |
333 | Title = title; | |
334 | Text = text; | |
335 | Icon = ""; | |
336 | Duration = duration; | |
337 | }) | |
338 | end | |
339 | ||
340 | game.Players.ChildAdded:Connect(function(player) | |
341 | if not pcall (function() | |
342 | SendNotification("Player JOINED",""..player.Name.." has JOINED the game",5 ) | |
343 | s:Play() | |
344 | end) then | |
345 | print ("Error") | |
346 | end | |
347 | end) | |
348 | --------------------------------------------------------------------- | |
349 | -- Same extra's apply down here as well. | |
350 | ||
351 | game.Players.ChildRemoved:Connect(function(player) | |
352 | if not pcall (function() | |
353 | SendNotification("Player LEFT",""..player.Name.." has LEFT the game",4.4 ) | |
354 | k:Play() | |
355 | end) then | |
356 | print ("Error") | |
357 | end | |
358 | end) | |
359 | ||
360 | SendNotification("Loaded","Join and leave detector is loaded",2) | |
361 | q:Play() | |
362 | ||
363 | -- Variables -- | |
364 | ||
365 | local Script = "BLOOD" | |
366 | local gFont = "SourceSans" | |
367 | local Visi = true | |
368 | ||
369 | -- Functions -- | |
370 | ||
371 | function Log(text, r, g, b, font) | |
372 | game.StarterGui:SetCore("ChatMakeSystemMessage", { | |
373 | Text = "{" .. tostring(Script) .. "} - " .. text; | |
374 | Color = Color3.new(r, g, b); | |
375 | Font = Enum.Font[font]; | |
376 | FontSize = Enum.FontSize.Size10; | |
377 | }) | |
378 | end | |
379 | Log("Loading framework...", 255,0,0, tostring(gFont)) | |
380 | --------------------------------------------------------------------- | |
381 | ||
382 | -- Automatically Add players to Blacklist -- | |
383 | ||
384 | Mouse = game.Players.LocalPlayer:GetMouse() | |
385 | ||
386 | game:service'ReplicatedStorage'.Interaction.Ban:Destroy() | |
387 | Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban" | |
388 | ||
389 | Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer | |
390 | players = game.Players | |
391 | for i, v in pairs(players:GetPlayers()) do | |
392 | if v.Name ~= players.LocalPlayer.Name then | |
393 | Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true) | |
394 | end | |
395 | end | |
396 | players.PlayerAdded:connect(function(plr) | |
397 | Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true) | |
398 | end) | |
399 | ||
400 | game:GetService("StarterGui"):SetCore("SendNotification", { | |
401 | Title = "BLOOD", | |
402 | Text = "Loaded Successful." | |
403 | }) | |
404 | ||
405 | local players = game:GetService('Players') | |
406 | if game.Players.LocalPlayer then | |
407 | game.StarterGui:SetCore('SendNotification', { | |
408 | Title = ' '.. players.LocalPlayer.Name..'!', | |
409 | Text = 'Welcome to Bloods GUI!', | |
410 | Icon = [[http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userName=]]..players.LocalPlayer.Name..[[&RAND]] .. math.random(1,10000000), | |
411 | Duration = 5, | |
412 | }) | |
413 | end | |
414 | ||
415 | --------------------------------------------------------------------- | |
416 | WCollide = "Nothing" | |
417 | afkactive = false | |
418 | CustomLocationSet = false | |
419 | ||
420 | ||
421 | BLOOD = Instance.new("ScreenGui") | |
422 | MainFrame = Instance.new("Frame") | |
423 | ImageLabel = Instance.new("ImageLabel") | |
424 | OpenFrame = Instance.new("Frame") | |
425 | Open = Instance.new("ImageButton") | |
426 | CloseBLOOD = Instance.new("TextButton") | |
427 | Minimize = Instance.new("TextButton") | |
428 | MenuFrame = Instance.new("Frame") | |
429 | MenuFramea = Instance.new("Frame") | |
430 | AIntroImage = Instance.new("ImageLabel") | |
431 | AIntroImage1 = Instance.new("ImageLabel") | |
432 | BloodFrameInfo = Instance.new("TextLabel") | |
433 | Picker = Instance.new("ScrollingFrame") | |
434 | AIntroImage = Instance.new("ImageButton") | |
435 | ChangeItem = Instance.new("Frame") | |
436 | CurrentItem = Instance.new("ImageButton") | |
437 | LT2GUI2Frame = Instance.new("Frame") | |
438 | Btoolamenu = Instance.new("ImageButton") | |
439 | FunStuffHOVER = Instance.new("TextButton") | |
440 | FunStuffTHOMAS = Instance.new("TextButton") | |
441 | FunStuffPOLICE = Instance.new("TextButton") | |
442 | FunStuffSPRAY = Instance.new("TextButton") | |
443 | FunStuffCOCA = Instance.new("TextButton") | |
444 | FunStuffLEAKED = Instance.new("TextButton") | |
445 | FunStuffFLASH = Instance.new("TextButton") | |
446 | DeleteTool = Instance.new("TextButton") | |
447 | CopyTool = Instance.new("TextButton") | |
448 | MoveTool = Instance.new("TextButton") | |
449 | BuyFrame = Instance.new("Frame") | |
450 | Buymenu = Instance.new("ImageButton") | |
451 | bcps = Instance.new("TextButton") | |
452 | fshop = Instance.new("TextButton") | |
453 | wrus = Instance.new("TextButton") | |
454 | bp = Instance.new("TextButton") | |
455 | ls = Instance.new("TextButton") | |
456 | Halloween = Instance.new("TextButton") | |
457 | toolaFrame = Instance.new("Frame") | |
458 | toolamenu = Instance.new("ImageButton") | |
459 | WalkspeedLabel = Instance.new("TextButton") | |
460 | JumpText = Instance.new("TextBox") | |
461 | WalkSpeed = Instance.new("TextLabel") | |
462 | JumpPower = Instance.new("TextButton") | |
463 | AntiBlack = Instance.new("TextButton") | |
464 | GriefFly = Instance.new("TextButton") | |
465 | StopGriefFly = Instance.new("TextButton") | |
466 | Fly = Instance.new("TextButton") | |
467 | PinkWires = Instance.new("TextButton") | |
468 | WaterCollide = Instance.new("TextButton") | |
469 | ClickTP = Instance.new("TextButton") | |
470 | Noclip = Instance.new("TextButton") | |
471 | AntiAFK = Instance.new("TextButton") | |
472 | AntiAFKtime = Instance.new("TextLabel") | |
473 | Fog = Instance.new("TextButton") | |
474 | CARA = Instance.new("TextButton") | |
475 | CARAs = Instance.new("TextBox") | |
476 | RemoveT = Instance.new("TextButton") | |
477 | Brid = Instance.new("TextLabel") | |
478 | BridDown = Instance.new("TextButton") | |
479 | Bridup = Instance.new("TextButton") | |
480 | ReJoinServer = Instance.new("TextButton") | |
481 | Reset = Instance.new("TextButton") | |
482 | WipeBase = Instance.new("TextButton") | |
483 | MaxLand = Instance.new("TextButton") | |
484 | BluePrints = Instance.new("TextButton") | |
485 | Landart = Instance.new("TextButton") | |
486 | Hoofer = Instance.new("TextButton") | |
487 | TripleWalls = Instance.new("TextButton") | |
488 | DoubleWalls = Instance.new("TextButton") | |
489 | SingleWalls = Instance.new("TextButton") | |
490 | BaseFLOOR = Instance.new("TextButton") | |
491 | PaintFill = Instance.new("TextButton") | |
492 | ArtFrame = Instance.new("Frame") | |
493 | Artmenu = Instance.new("ImageButton") | |
494 | Paint = Instance.new("TextButton") | |
495 | Slot = Instance.new("TextBox") | |
496 | DMoney = Instance.new("TextButton") | |
497 | Load = Instance.new("TextButton") | |
498 | Store = Instance.new("TextButton") | |
499 | Restore = Instance.new("TextButton") | |
500 | SaveSlot = Instance.new("TextButton") | |
501 | DropAxes = Instance.new("TextButton") | |
502 | CountAxes = Instance.new("TextButton") | |
503 | GetWires = Instance.new("TextButton") | |
504 | GetVehicle = Instance.new("TextButton") | |
505 | GetFurniture = Instance.new("TextButton") | |
506 | GetStructure = Instance.new("TextButton") | |
507 | GetGifts = Instance.new("TextButton") | |
508 | GetAxes = Instance.new("TextButton") | |
509 | GetItems = Instance.new("TextButton") | |
510 | GetWood = Instance.new("TextButton") | |
511 | ItemDupe = Instance.new("TextButton") | |
512 | CopyBase = Instance.new("TextButton") | |
513 | AXETRUCK = Instance.new("TextButton") | |
514 | WireObjects = Instance.new("TextButton") | |
515 | giftsport = Instance.new("TextButton") | |
516 | HardStructures = Instance.new("TextButton") | |
517 | other = Instance.new("TextButton") | |
518 | other1 = Instance.new("TextButton") | |
519 | TPtreesPlanks = Instance.new("TextButton") | |
520 | PlayerNameBox = Instance.new("TextBox") | |
521 | CopyFrame = Instance.new("Frame") | |
522 | Copymenu = Instance.new("ImageButton") | |
523 | Treeaura = Instance.new("TextButton") | |
524 | Tptree = Instance.new("TextButton") | |
525 | TptreeFrame = Instance.new("Frame") | |
526 | Type = Instance.new("TextBox") | |
527 | TpAllPlanks = Instance.new("TextButton") | |
528 | TPWood = Instance.new("TextButton") | |
529 | SellPlanks = Instance.new("TextButton") | |
530 | SellWood = Instance.new("TextButton") | |
531 | Harddrag = Instance.new("TextButton") | |
532 | Goldaxe = Instance.new("TextButton") | |
533 | WoodFrame = Instance.new("Frame") | |
534 | Woodmenu = Instance.new("ImageButton") | |
535 | SawmillTp = Instance.new("TextButton") | |
536 | Waypoints = Instance.new("ScrollingFrame") | |
537 | Stranger = Instance.new("TextButton") | |
538 | BobsShack = Instance.new("TextButton") | |
539 | PlotTp = Instance.new("TextButton") | |
540 | FancyFurnishings = Instance.new("TextButton") | |
541 | FineArtsShop = Instance.new("TextButton") | |
542 | LinksLogic = Instance.new("TextButton") | |
543 | SpawnPoint = Instance.new("TextButton") | |
544 | Dock = Instance.new("TextButton") | |
545 | Bridge = Instance.new("TextButton") | |
546 | ShrineOfSight = Instance.new("TextButton") | |
547 | TheDen = Instance.new("TextButton") | |
548 | VolcanoWin = Instance.new("TextButton") | |
549 | SkiLodge = Instance.new("TextButton") | |
550 | ShowLocation = Instance.new("TextButton") | |
551 | CustomTPPoint = Instance.new("TextButton") | |
552 | Teleport = Instance.new("ImageButton") | |
553 | PlayerFrame = Instance.new("Frame") | |
554 | Player1 = Instance.new("TextButton") | |
555 | Player2 = Instance.new("TextButton") | |
556 | Player3 = Instance.new("TextButton") | |
557 | Player4 = Instance.new("TextButton") | |
558 | Player5 = Instance.new("TextButton") | |
559 | Player6 = Instance.new("TextButton") | |
560 | PlyrSel = Instance.new("TextLabel") | |
561 | TpPlayer = Instance.new("TextButton") | |
562 | TpBase = Instance.new("TextButton") | |
563 | Player = Instance.new("ImageButton") | |
564 | Depart = Instance.new("TextLabel") | |
565 | Paintingf = Instance.new("TextButton") | |
566 | InfoText1 = Instance.new("TextLabel") | |
567 | BigPlank = Instance.new("TextButton") | |
568 | BirchTree = Instance.new("ImageButton") | |
569 | CavecrawlerTree = Instance.new("ImageButton") | |
570 | CherryTree = Instance.new("ImageButton") | |
571 | ElmTree = Instance.new("ImageButton") | |
572 | FirTree = Instance.new("ImageButton") | |
573 | Frosttree = Instance.new("ImageButton") | |
574 | GenericTree = Instance.new("ImageButton") | |
575 | GoldTree = Instance.new("ImageButton") | |
576 | KoaTree = Instance.new("ImageButton") | |
577 | LavaTree = Instance.new("ImageButton") | |
578 | PalmTree = Instance.new("ImageButton") | |
579 | PhantomTree = Instance.new("ImageButton") | |
580 | PineTree = Instance.new("ImageButton") | |
581 | SinisterGlow = Instance.new("ImageButton") | |
582 | Snowglowtree = Instance.new("ImageButton") | |
583 | Spooktree = Instance.new("ImageButton") | |
584 | WalnutTree = Instance.new("ImageButton") | |
585 | ZombieTree = Instance.new("ImageButton") | |
586 | TpCar = Instance.new("TextButton") | |
587 | TpCarFrame = Instance.new("Frame") | |
588 | SpawnPointa = Instance.new("TextButton") | |
589 | furnabox = Instance.new("TextButton") | |
590 | LinkLogic = Instance.new("TextButton") | |
591 | Bshack = Instance.new("TextButton") | |
592 | Docka = Instance.new("TextButton") | |
593 | FineShop = Instance.new("TextButton") | |
594 | Deny = Instance.new("TextButton") | |
595 | OfSight = Instance.new("TextButton") | |
596 | SKI = Instance.new("TextButton") | |
597 | LightHouse = Instance.new("TextButton") | |
598 | LavaTreeA = Instance.new("TextButton") | |
599 | PalmTreeA = Instance.new("TextButton") | |
600 | SnowglowtreeA = Instance.new("TextButton") | |
601 | GoldTreeA = Instance.new("TextButton") | |
602 | CarRotate = Instance.new("TextButton") | |
603 | CarRotates = Instance.new("TextButton") | |
604 | ||
605 | --Properties: | |
606 | BLOOD.Name = "BLOOD" | |
607 | BLOOD.Parent = game.CoreGui | |
608 | ||
609 | OpenFrame.Name = "OpenFrame" | |
610 | OpenFrame.Parent = BLOOD | |
611 | OpenFrame.BackgroundColor3 = Color3.fromRGB(196, 40, 28) | |
612 | OpenFrame.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
613 | OpenFrame.Position = UDim2.new(0.5, -40, 0, -28) | |
614 | OpenFrame.Size = UDim2.new(0, 80, 0, 20) | |
615 | ||
616 | Open.Name = "Open" | |
617 | Open.Parent = OpenFrame | |
618 | Open.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1) | |
619 | Open.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
620 | Open.Size = UDim2.new(0, 80, 0, 20) | |
621 | Open.Image = "rbxassetid://3630810430" | |
622 | Open.Selectable = true | |
623 | ||
624 | Open.MouseEnter:connect(function() | |
625 | InfoText1.Visible = true | |
626 | end) | |
627 | ||
628 | Open.MouseLeave:connect(function() | |
629 | InfoText1.Visible = false | |
630 | end) | |
631 | ||
632 | InfoText1.Name = "InfoText1" | |
633 | InfoText1.Parent = OpenFrame | |
634 | InfoText1.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
635 | InfoText1.BorderColor3 = Color3.new(0, 0, 0) | |
636 | InfoText1.BackgroundTransparency = 0.5 | |
637 | InfoText1.Position = UDim2.new(0, -50, 0, 80) | |
638 | InfoText1.Size = UDim2.new(0, 190, 0, 130) | |
639 | InfoText1.TextColor3 = Color3.new(1, 1, 1) | |
640 | InfoText1.Font = Enum.Font.Fantasy | |
641 | InfoText1.Text = "This Gui was created by Oddy\n\nCredits:\n\nJohiro for the original scripts and fixing some broken ones. Big thanks to DIRT Gui for swapping scripts" | |
642 | InfoText1.TextSize = 15 | |
643 | InfoText1.TextWrapped = true | |
644 | InfoText1.Visible = false | |
645 | InfoText1.ZIndex = 7 | |
646 | InfoText1.TextYAlignment = Enum.TextYAlignment.Top | |
647 | ||
648 | MainFrame.Name = "MainFrame" | |
649 | MainFrame.Parent = BLOOD | |
650 | MainFrame.Active = true | |
651 | MainFrame.Draggable = true | |
652 | MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) | |
653 | MainFrame.Position = UDim2.new(0.0111675123, 0, 0.436827958, 0) | |
654 | MainFrame.Selectable = true | |
655 | MainFrame.Size = UDim2.new(0, 500, 0, 500) | |
656 | MainFrame.Visible = false | |
657 | ||
658 | ImageLabel.Name = "ImageLabel" | |
659 | ImageLabel.Parent = MainFrame | |
660 | ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) | |
661 | ImageLabel.Position = UDim2.new(-0.000475523295, 0, -0.00117481197, 0) | |
662 | ImageLabel.Size = UDim2.new(0, 500, 0, 500) | |
663 | ImageLabel.Image = "rbxassetid://3883502641" | |
664 | ||
665 | CloseBLOOD.Name = "CloseBLOOD" | |
666 | CloseBLOOD.Parent = MainFrame | |
667 | CloseBLOOD.BackgroundColor3 = Color3.new(0, 0, 0) | |
668 | CloseBLOOD.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
669 | CloseBLOOD.Position = UDim2.new(0, 5, 0, 5) | |
670 | CloseBLOOD.Size = UDim2.new(0, 20, 0, 20) | |
671 | CloseBLOOD.Font = Enum.Font.Fantasy | |
672 | CloseBLOOD.FontSize = Enum.FontSize.Size18 | |
673 | CloseBLOOD.Text = "X" | |
674 | CloseBLOOD.TextColor3 = Color3.new(1, 1, 1) | |
675 | CloseBLOOD.TextScaled = true | |
676 | CloseBLOOD.TextWrapped = true | |
677 | CloseBLOOD.TextSize = 17 | |
678 | ||
679 | Minimize.Name = "Minimize" | |
680 | Minimize.Parent = MainFrame | |
681 | Minimize.BackgroundColor3 = Color3.new(0, 0, 0) | |
682 | Minimize.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
683 | Minimize.Position = UDim2.new(0, 26, 0, 5) | |
684 | Minimize.Size = UDim2.new(0, 20, 0, 20) | |
685 | Minimize.Font = Enum.Font.Fantasy | |
686 | Minimize.FontSize = Enum.FontSize.Size18 | |
687 | Minimize.Text = "-" | |
688 | Minimize.TextColor3 = Color3.new(1, 1, 1) | |
689 | Minimize.TextScaled = true | |
690 | Minimize.TextWrapped = true | |
691 | Minimize.TextSize = 17 | |
692 | ||
693 | MenuFrame.Name = "MenuFrame" | |
694 | MenuFrame.Parent = MainFrame | |
695 | MenuFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
696 | MenuFrame.BackgroundTransparency = 1 | |
697 | MenuFrame.BorderColor3 = Color3.new(0, 1, 0) | |
698 | MenuFrame.Position = UDim2.new(0, 5, 0, 30) | |
699 | MenuFrame.Size = UDim2.new(0, 170, 0,400) | |
700 | ||
701 | MenuFramea.Name = "MenuFrame" | |
702 | MenuFramea.Parent = MainFrame | |
703 | MenuFramea.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
704 | MenuFramea.BackgroundTransparency = 1 | |
705 | MenuFramea.BorderColor3 = Color3.new(0, 1, 0) | |
706 | MenuFramea.Position = UDim2.new(0, 270, 0, 140) | |
707 | MenuFramea.Size = UDim2.new(0, 120, 0,350) | |
708 | ||
709 | AIntroImage.Name = "IntroImage" | |
710 | AIntroImage.Parent = MainFrame | |
711 | AIntroImage.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
712 | AIntroImage.BackgroundTransparency = 1 | |
713 | AIntroImage.BorderColor3 = Color3.new(1, 1, 1) | |
714 | AIntroImage.BorderSizePixel = 0 | |
715 | AIntroImage.Position = UDim2.new(0, 10, 0, 335) | |
716 | AIntroImage.Size = UDim2.new(0, 120, 0, 30) | |
717 | AIntroImage.Image = "rbxassetid://3630810430" | |
718 | AIntroImage.Visible = true | |
719 | ||
720 | AIntroImage1.Name = "IntroImage" | |
721 | AIntroImage1.Parent = MainFrame | |
722 | AIntroImage1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
723 | AIntroImage1.BackgroundTransparency = 1 | |
724 | AIntroImage1.BorderColor3 = Color3.new(1, 1, 1) | |
725 | AIntroImage1.BorderSizePixel = 0 | |
726 | AIntroImage1.Position = UDim2.new(0, 10, 0, 370) | |
727 | AIntroImage1.Size = UDim2.new(0, 120, 0, 120) | |
728 | AIntroImage1.Image = "rbxassetid://3940167130" | |
729 | AIntroImage1.Visible = true | |
730 | ||
731 | BloodFrameInfo.Name = "BloodFrameInfo" | |
732 | BloodFrameInfo.Parent = MenuFrame | |
733 | BloodFrameInfo.BackgroundColor3 = Color3.new(0, 0, 0) | |
734 | BloodFrameInfo.BackgroundTransparency = 1 | |
735 | BloodFrameInfo.Position = UDim2.new(0, 3, 0, 3) | |
736 | BloodFrameInfo.Size = UDim2.new(0, 164, 0, 310) | |
737 | BloodFrameInfo.Font = Enum.Font.Fantasy | |
738 | BloodFrameInfo.FontSize = Enum.FontSize.Size14 | |
739 | BloodFrameInfo.Text = "A NEW ITEM PINK CAR SPAWNER .\n\nFIX will now run on most executers, (AUTOBUY will not work on some).\n\nNew menus Paint tool, Paint Fill and Single Item Port,\n\nNew Port to tree menu.\n\nA BIG THANKS TO JOHIRO FOR WORKING ON THE NEW SCRIPTS.\n\nScripts may LAG and big so give time to load." | |
740 | BloodFrameInfo.TextColor3 = Color3.new(0, 0, 0) | |
741 | BloodFrameInfo.TextWrapped = true | |
742 | BloodFrameInfo.TextSize = 14 | |
743 | BloodFrameInfo.Visible = true | |
744 | Log("Loaded framework successfully!", 0,255,255, tostring(gFont)) | |
745 | ||
746 | ||
747 | Depart.Name = "Depart" | |
748 | Depart.Parent = MainFrame | |
749 | Depart.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039) | |
750 | Depart.BorderColor3 = Color3.new(0, 0, 0) | |
751 | Depart.BorderSizePixel = 2 | |
752 | Depart.Position = UDim2.new(0, 50, 0, 5) | |
753 | Depart.Size = UDim2.new(0, 130, 0, 20) | |
754 | Depart.BackgroundTransparency=1 | |
755 | Depart.Font = Enum.Font.Fantasy | |
756 | Depart.FontSize = Enum.FontSize.Size18 | |
757 | Depart.Text = "Ferry Departs: 0" | |
758 | Depart.TextColor3 = Color3.new(1, 1, 1) | |
759 | Depart.TextSize = 15 | |
760 | Depart.TextStrokeColor3 = Color3.new(1, 1, 1) | |
761 | Depart.TextWrapped = true | |
762 | ||
763 | game.Workspace.Ferry.TimeToDeparture.Changed:connect(function() | |
764 | Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value | |
765 | if Depart.Text == "Ferry Departs: 0" then | |
766 | wait(6) | |
767 | Depart.Text = "Ferry has Departed" | |
768 | else | |
769 | Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value | |
770 | end | |
771 | end) | |
772 | ||
773 | ChangeItem.Name = "ChangeItem" | |
774 | ChangeItem.Parent = MainFrame | |
775 | ChangeItem.BackgroundColor3 = Color3.fromRGB(193, 40, 28) | |
776 | ChangeItem.BorderColor3 = Color3.new(0, 0, 0) | |
777 | ChangeItem.BorderSizePixel = 2 | |
778 | ChangeItem.Position = UDim2.new(0, 390, 1, -110) | |
779 | ChangeItem.Size = UDim2.new(0, 100, 0, 100) | |
780 | ChangeItem.ZIndex = 2 | |
781 | ||
782 | CurrentItem.Name = "CurrentItem" | |
783 | CurrentItem.Parent = ChangeItem | |
784 | CurrentItem.BackgroundColor3 = Color3.new(1, 1, 1) | |
785 | CurrentItem.BorderColor3 = Color3.new(0, 0, 0) | |
786 | CurrentItem.BorderSizePixel = 2 | |
787 | CurrentItem.Position = UDim2.new(0, 10, 0, 10) | |
788 | CurrentItem.Size = UDim2.new(0, 80, 0, 80) | |
789 | CurrentItem.ZIndex = 2 | |
790 | CurrentItem.Image = "rbxassetid://3886256996" | |
791 | CurrentItem.ScaleType = Enum.ScaleType.Crop | |
792 | ||
793 | Picker.Name = "Picker" | |
794 | Picker.Parent = MainFrame | |
795 | Picker.BackgroundColor3 = Color3.fromRGB(196, 40, 28) | |
796 | Picker.BorderColor3 = Color3.new(0, 0, 0) | |
797 | Picker.BorderSizePixel = 2 | |
798 | Picker.Position = UDim2.new(0, 390, 1, -460) | |
799 | Picker.Size = UDim2.new(0, 100, 0, 345) | |
800 | Picker.CanvasPosition = Vector2.new(0,0) | |
801 | Picker.CanvasSize = UDim2.new(0, 0, 0, 687) | |
802 | Picker.ScrollBarThickness = 10 | |
803 | Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left | |
804 | Picker.Visible = false | |
805 | ||
806 | Player.Name = "Player" | |
807 | Player.Parent = Picker | |
808 | Player.BackgroundColor3 = Color3.fromRGB(196, 40, 28) | |
809 | Player.BorderColor3 = Color3.new(0, 0, 0) | |
810 | Player.Position = UDim2.new(0, 15, 0, 5) | |
811 | Player.Size = UDim2.new(0, 80, 0, 80) | |
812 | Player.ZIndex = 3 | |
813 | Player.Image = "rbxassetid://3888401903" | |
814 | Player.ScaleType = Enum.ScaleType.Crop | |
815 | Player.MouseButton1Click:Connect(function() | |
816 | CurrentItem.Image = "rbxassetid://3886256996" | |
817 | makesound("rbxassetid://156785206") | |
818 | AIntroImage.Visible = true | |
819 | AIntroImage1.Visible = true | |
820 | end) | |
821 | ||
822 | PlayerFrame.Name = "PlayerFrame" | |
823 | PlayerFrame.Parent = MenuFrame | |
824 | PlayerFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
825 | PlayerFrame.BackgroundTransparency = 0 | |
826 | PlayerFrame.BorderColor3 = Color3.new(0, 0, 0) | |
827 | PlayerFrame.Size = UDim2.new(0, 170, 0, 290) | |
828 | PlayerFrame.Visible = false | |
829 | ||
830 | PlyrSel.Name = "PlyrSel" | |
831 | PlyrSel.Parent = PlayerFrame | |
832 | PlyrSel.BackgroundColor3 = Color3.new(0, 0, 0) | |
833 | PlyrSel.BackgroundTransparency = 0.15 | |
834 | PlyrSel.BorderColor3 = Color3.new(0, 0, 0) | |
835 | PlyrSel.Position = UDim2.new(0, 5, 0, 5) | |
836 | PlyrSel.Size = UDim2.new(0, 160, 0, 20) | |
837 | PlyrSel.Font = Enum.Font.Fantasy | |
838 | PlyrSel.FontSize = Enum.FontSize.Size18 | |
839 | PlyrSel.Text = "SELECT A PLAYER" | |
840 | PlyrSel.TextColor3 = Color3.fromRGB(255, 0, 0) | |
841 | PlyrSel.TextScaled = true | |
842 | PlyrSel.TextSize = 17 | |
843 | PlyrSel.TextWrapped = true | |
844 | ||
845 | Player1.Name = "Player1" | |
846 | Player1.Parent = PlayerFrame | |
847 | Player1.BackgroundColor3 = Color3.new(0, 0, 0) | |
848 | Player1.BorderColor3 = Color3.new(0, 0, 0) | |
849 | Player1.Position = UDim2.new(0, 5, 0, 40) | |
850 | Player1.Size = UDim2.new(0, 160, 0, 20) | |
851 | Player1.Font = Enum.Font.Fantasy | |
852 | Player1.FontSize = Enum.FontSize.Size18 | |
853 | Player1.Text = "" | |
854 | Player1.TextColor3 = Color3.fromRGB(255, 0, 0) | |
855 | Player1.TextSize = 16 | |
856 | Player1.TextWrapped = true | |
857 | ||
858 | Player2.Name = "Player2" | |
859 | Player2.Parent = PlayerFrame | |
860 | Player2.BackgroundColor3 = Color3.new(0, 0, 0) | |
861 | Player2.BorderColor3 = Color3.new(0, 0, 0) | |
862 | Player2.Position = UDim2.new(0, 5, 0, 65) | |
863 | Player2.Size = UDim2.new(0, 160, 0, 20) | |
864 | Player2.Font = Enum.Font.Fantasy | |
865 | Player2.FontSize = Enum.FontSize.Size18 | |
866 | Player2.Text = "" | |
867 | Player2.TextColor3 = Color3.fromRGB(255, 0, 0) | |
868 | Player2.TextSize = 16 | |
869 | Player2.TextWrapped = true | |
870 | ||
871 | Player3.Name = "Player3" | |
872 | Player3.Parent = PlayerFrame | |
873 | Player3.BackgroundColor3 = Color3.new(0, 0, 0) | |
874 | Player3.BorderColor3 = Color3.new(0, 0, 0) | |
875 | Player3.Position = UDim2.new(0, 5, 0, 90) | |
876 | Player3.Size = UDim2.new(0, 160, 0, 20) | |
877 | Player3.Font = Enum.Font.Fantasy | |
878 | Player3.FontSize = Enum.FontSize.Size18 | |
879 | Player3.Text = "" | |
880 | Player3.TextColor3 = Color3.fromRGB(255, 0, 0) | |
881 | Player3.TextSize = 16 | |
882 | Player3.TextWrapped = true | |
883 | ||
884 | Player4.Name = "Player4" | |
885 | Player4.Parent = PlayerFrame | |
886 | Player4.BackgroundColor3 = Color3.new(0, 0, 0) | |
887 | Player4.BorderColor3 = Color3.new(0, 0, 0) | |
888 | Player4.Position = UDim2.new(0, 5, 0, 115) | |
889 | Player4.Size = UDim2.new(0, 160, 0, 20) | |
890 | Player4.Font = Enum.Font.Fantasy | |
891 | Player4.FontSize = Enum.FontSize.Size18 | |
892 | Player4.Text = "" | |
893 | Player4.TextColor3 = Color3.fromRGB(255, 0, 0) | |
894 | Player4.TextSize = 16 | |
895 | Player4.TextWrapped = true | |
896 | ||
897 | Player5.Name = "Player5" | |
898 | Player5.Parent = PlayerFrame | |
899 | Player5.BackgroundColor3 = Color3.new(0, 0, 0) | |
900 | Player5.BorderColor3 = Color3.new(0, 0, 0) | |
901 | Player5.Position = UDim2.new(0, 5, 0, 140) | |
902 | Player5.Size = UDim2.new(0, 160, 0, 20) | |
903 | Player5.Font = Enum.Font.Fantasy | |
904 | Player5.FontSize = Enum.FontSize.Size18 | |
905 | Player5.Text = "" | |
906 | Player5.TextColor3 = Color3.fromRGB(255, 0, 0) | |
907 | Player5.TextSize = 16 | |
908 | Player5.TextWrapped = true | |
909 | ||
910 | Player6.Name = "Player6" | |
911 | Player6.Parent = PlayerFrame | |
912 | Player6.BackgroundColor3 = Color3.new(0, 0, 0) | |
913 | Player6.BorderColor3 = Color3.new(0, 0, 0) | |
914 | Player6.Position = UDim2.new(0, 5, 0, 165) | |
915 | Player6.Size = UDim2.new(0, 160, 0, 20) | |
916 | Player6.Font = Enum.Font.Fantasy | |
917 | Player6.FontSize = Enum.FontSize.Size18 | |
918 | Player6.Text = "" | |
919 | Player6.TextColor3 = Color3.fromRGB(255, 0, 0) | |
920 | Player6.TextSize = 16 | |
921 | Player6.TextWrapped = true | |
922 | ||
923 | TpPlayer.Name = "TpPlayer" | |
924 | TpPlayer.Parent = PlayerFrame | |
925 | TpPlayer.BackgroundColor3 = Color3.new(0, 0, 0) | |
926 | TpPlayer.BackgroundTransparency = 0 | |
927 | TpPlayer.BorderColor3 = Color3.new(0, 0, 0) | |
928 | TpPlayer.Position = UDim2.new(0, 5, 0, 225) | |
929 | TpPlayer.Size = UDim2.new(0, 75, 0, 35) | |
930 | TpPlayer.Font = Enum.Font.Fantasy | |
931 | TpPlayer.FontSize = Enum.FontSize.Size18 | |
932 | TpPlayer.Text = "Tp to Player" | |
933 | TpPlayer.TextColor3 = Color3.fromRGB(255, 0, 0) | |
934 | TpPlayer.TextScaled = true | |
935 | TpPlayer.TextWrapped = true | |
936 | TpPlayer.TextSize = 14 | |
937 | ||
938 | TpBase.Name = "TpBase" | |
939 | TpBase.Parent = PlayerFrame | |
940 | TpBase.BackgroundColor3 = Color3.new(0, 0, 0) | |
941 | TpBase.BackgroundTransparency = 0 | |
942 | TpBase.BorderColor3 = Color3.new(0, 0, 0) | |
943 | TpBase.Position = UDim2.new(0, 90, 0, 225) | |
944 | TpBase.Size = UDim2.new(0, 75, 0, 35) | |
945 | TpBase.Font = Enum.Font.Fantasy | |
946 | TpBase.FontSize = Enum.FontSize.Size18 | |
947 | TpBase.Text = "Tp to\nBase" | |
948 | TpBase.TextColor3 = Color3.fromRGB(255, 0, 0) | |
949 | TpPlayer.TextSize = 22 | |
950 | ||
951 | ||
952 | ||
953 | local WayPoints = { | |
954 | ["SpawnPoint"] = Vector3.new(155, 3, 74), | |
955 | ["Link's Logic"] = Vector3.new(4607, 7.5, -798), | |
956 | ["Fancy Furnishings"] = Vector3.new(491, 3, -1720), | |
957 | ["Fine Arts Shop"] = Vector3.new(5207, -166, 719), | |
958 | ["Bob's Shack"] = Vector3.new(260, 8, -2542), | |
959 | ["Strange Man"] = Vector3.new(1061, 16, 1131), | |
960 | ["Dock"] = CFrame.new(1114, 3.2, -197), | |
961 | ["Bridge"] = CFrame.new(113, 15, -977), | |
962 | ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919), | |
963 | ["The Den"] = CFrame.new(323, 49, 1930), | |
964 | ["Volcano Win"] = CFrame.new(-1675, 358, 1476), | |
965 | ["Cave"] = Vector3.new(3581, -179, 430), | |
966 | ["Swamp"] = Vector3.new(-1209, 132, -801), | |
967 | ["SnowGlow Tree"] = CFrame.new(-1105.9, -6, -894), | |
968 | ["Ski Lodge"] = CFrame.new(1244, 66, 2306) | |
969 | } | |
970 | ||
971 | Teleport.Name = "Teleport" | |
972 | Teleport.Parent = Picker | |
973 | Teleport.BackgroundColor3 = Color3.new(1, 1, 1) | |
974 | Teleport.BorderColor3 = Color3.new(0, 0, 0) | |
975 | Teleport.Position = UDim2.new(0, 15, 0,90) | |
976 | Teleport.Size = UDim2.new(0, 80, 0, 80) | |
977 | Teleport.ZIndex = 3 | |
978 | Teleport.Image = "rbxassetid://3891269399" | |
979 | Teleport.ScaleType = Enum.ScaleType.Crop | |
980 | Teleport.MouseButton1Click:Connect(function() | |
981 | CurrentItem.Image = "rbxassetid://3886256996" | |
982 | makesound("rbxassetid://156785206") | |
983 | AIntroImage.Visible = true | |
984 | AIntroImage1.Visible = true | |
985 | end) | |
986 | ||
987 | Waypoints.Name = "Waypoints" | |
988 | Waypoints.Parent = MenuFrame | |
989 | Waypoints.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
990 | Waypoints.BorderColor3 = Color3.new(0, 0, 0) | |
991 | Waypoints.Size = UDim2.new(0, 170, 0, 290) | |
992 | Waypoints.CanvasPosition = Vector2.new(0,0) | |
993 | Waypoints.CanvasSize = UDim2.new(0, 0, 0, 360) | |
994 | Waypoints.Visible = false | |
995 | ||
996 | SpawnPoint.Name = "SpawnPoint" | |
997 | SpawnPoint.Parent = Waypoints | |
998 | SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0) | |
999 | SpawnPoint.Position = UDim2.new(0, 5, 0, 3) | |
1000 | SpawnPoint.Size = UDim2.new(0, 148, 0, 20) | |
1001 | SpawnPoint.Font = Enum.Font.Fantasy | |
1002 | SpawnPoint.FontSize = Enum.FontSize.Size18 | |
1003 | SpawnPoint.Text = "Spawn" | |
1004 | SpawnPoint.TextColor3 = Color3.new(255, 0, 0) | |
1005 | SpawnPoint.TextSize = 16 | |
1006 | SpawnPoint.MouseButton1Down:connect(function() | |
1007 | makesound("rbxassetid://156785206") | |
1008 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"]) | |
1009 | end) | |
1010 | ||
1011 | PlotTp.Name = "PlotTp" | |
1012 | PlotTp.Parent = Waypoints | |
1013 | PlotTp.BackgroundColor3 = Color3.new(0, 0, 0) | |
1014 | PlotTp.Position = UDim2.new(0, 5, 0, 26) | |
1015 | PlotTp.Size = UDim2.new(0, 148, 0, 20) | |
1016 | PlotTp.Font = Enum.Font.Fantasy | |
1017 | PlotTp.FontSize = Enum.FontSize.Size18 | |
1018 | PlotTp.Text = "Tp to Plot" | |
1019 | PlotTp.TextColor3 = Color3.fromRGB(255, 0, 0) | |
1020 | PlotTp.TextSize = 16 | |
1021 | PlotTp.MouseButton1Down:connect(function() | |
1022 | makesound("rbxassetid://156785206") | |
1023 | for i,v in pairs(game.Workspace.Properties:GetChildren()) do | |
1024 | if v.Owner.Value == game.Players.LocalPlayer then | |
1025 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0) | |
1026 | end | |
1027 | end | |
1028 | end) | |
1029 | ||
1030 | FancyFurnishings.Name = "FancyFurnishings" | |
1031 | FancyFurnishings.Parent = Waypoints | |
1032 | FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0) | |
1033 | FancyFurnishings.Position = UDim2.new(0, 5, 0, 49) | |
1034 | FancyFurnishings.Size = UDim2.new(0, 148, 0, 20) | |
1035 | FancyFurnishings.Font = Enum.Font.Fantasy | |
1036 | FancyFurnishings.FontSize = Enum.FontSize.Size18 | |
1037 | FancyFurnishings.Text = "Fancy Furnishings" | |
1038 | FancyFurnishings.TextColor3 = Color3.new(255, 0, 0) | |
1039 | FancyFurnishings.TextSize = 16 | |
1040 | FancyFurnishings.MouseButton1Down:connect(function() | |
1041 | makesound("rbxassetid://156785206") | |
1042 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"]) | |
1043 | end) | |
1044 | ||
1045 | LinksLogic.Name = "LinksLogic" | |
1046 | LinksLogic.Parent = Waypoints | |
1047 | LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0) | |
1048 | LinksLogic.Position = UDim2.new(0, 5, 0, 72) | |
1049 | LinksLogic.Size = UDim2.new(0, 148, 0, 20) | |
1050 | LinksLogic.Font = Enum.Font.Fantasy | |
1051 | LinksLogic.FontSize = Enum.FontSize.Size18 | |
1052 | LinksLogic.Text = "Link's Logic" | |
1053 | LinksLogic.TextColor3 = Color3.new(255, 0, 0) | |
1054 | LinksLogic.TextSize = 16 | |
1055 | LinksLogic.MouseButton1Down:connect(function() | |
1056 | makesound("rbxassetid://156785206") | |
1057 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"]) | |
1058 | end) | |
1059 | ||
1060 | FineArtsShop.Name = "FineArtsShop" | |
1061 | FineArtsShop.Parent = Waypoints | |
1062 | FineArtsShop.BackgroundColor3 = Color3.new(0, 0, 0) | |
1063 | FineArtsShop.Position = UDim2.new(0, 5, 0, 95) | |
1064 | FineArtsShop.Size = UDim2.new(0, 148, 0, 20) | |
1065 | FineArtsShop.Font = Enum.Font.Fantasy | |
1066 | FineArtsShop.FontSize = Enum.FontSize.Size18 | |
1067 | FineArtsShop.Text = "Fine Arts Shop" | |
1068 | FineArtsShop.TextColor3 = Color3.new(255, 0, 0) | |
1069 | FineArtsShop.TextSize = 16 | |
1070 | FineArtsShop.MouseButton1Down:connect(function() | |
1071 | makesound("rbxassetid://156785206") | |
1072 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"]) | |
1073 | end) | |
1074 | ||
1075 | BobsShack.Name = "BobsShack" | |
1076 | BobsShack.Parent = Waypoints | |
1077 | BobsShack.BackgroundColor3 = Color3.new(0, 0, 0) | |
1078 | BobsShack.Position = UDim2.new(0, 5, 0, 118) | |
1079 | BobsShack.Size = UDim2.new(0, 148, 0, 20) | |
1080 | BobsShack.Font = Enum.Font.Fantasy | |
1081 | BobsShack.FontSize = Enum.FontSize.Size18 | |
1082 | BobsShack.Text = "Bob's Shack" | |
1083 | BobsShack.TextColor3 = Color3.fromRGB(255, 0, 0) | |
1084 | BobsShack.TextSize = 16 | |
1085 | BobsShack.MouseButton1Down:connect(function() | |
1086 | makesound("rbxassetid://156785206") | |
1087 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"]) | |
1088 | end) | |
1089 | ||
1090 | TheDen.Name = "TheDen" | |
1091 | TheDen.Parent = Waypoints | |
1092 | TheDen.BackgroundColor3 = Color3.new(0, 0, 0) | |
1093 | TheDen.Position = UDim2.new(0, 5, 0, 141) | |
1094 | TheDen.Size = UDim2.new(0, 148, 0, 20) | |
1095 | TheDen.Font = Enum.Font.Fantasy | |
1096 | TheDen.FontSize = Enum.FontSize.Size18 | |
1097 | TheDen.Text = "The Den" | |
1098 | TheDen.TextColor3 = Color3.new(255, 0, 0) | |
1099 | TheDen.TextSize = 16 | |
1100 | TheDen.MouseButton1Down:connect(function() | |
1101 | makesound("rbxassetid://156785206") | |
1102 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1103 | uTorso.CFrame = WayPoints["The Den"] | |
1104 | end) | |
1105 | ||
1106 | ShrineOfSight.Name = "ShrineOfSight" | |
1107 | ShrineOfSight.Parent = Waypoints | |
1108 | ShrineOfSight.BackgroundColor3 = Color3.new(0, 0, 0) | |
1109 | ShrineOfSight.Position = UDim2.new(0, 5, 0, 164) | |
1110 | ShrineOfSight.Size = UDim2.new(0, 148, 0, 20) | |
1111 | ShrineOfSight.Font = Enum.Font.Fantasy | |
1112 | ShrineOfSight.FontSize = Enum.FontSize.Size18 | |
1113 | ShrineOfSight.Text = "Shrine Of Sight" | |
1114 | ShrineOfSight.TextColor3 = Color3.new(255, 0, 0) | |
1115 | ShrineOfSight.TextSize = 16 | |
1116 | ShrineOfSight.MouseButton1Down:connect(function() | |
1117 | makesound("rbxassetid://156785206") | |
1118 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1119 | uTorso.CFrame = WayPoints["Shrine Of Sight"] | |
1120 | end) | |
1121 | ||
1122 | SkiLodge.Name = "Ski Lodge" | |
1123 | SkiLodge.Parent = Waypoints | |
1124 | SkiLodge.BackgroundColor3 = Color3.new(0, 0, 0) | |
1125 | SkiLodge.Position = UDim2.new(0, 5, 0, 187) | |
1126 | SkiLodge.Size = UDim2.new(0, 148, 0, 20) | |
1127 | SkiLodge.Font = Enum.Font.Fantasy | |
1128 | SkiLodge.FontSize = Enum.FontSize.Size18 | |
1129 | SkiLodge.Text = "Ski Lodge" | |
1130 | SkiLodge.TextColor3 = Color3.new(255, 0, 0) | |
1131 | SkiLodge.TextSize = 16 | |
1132 | SkiLodge.MouseButton1Down:connect(function() | |
1133 | makesound("rbxassetid://156785206") | |
1134 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1135 | uTorso.CFrame = WayPoints["Ski Lodge"] | |
1136 | end) | |
1137 | ||
1138 | Dock.Name = "Dock" | |
1139 | Dock.Parent = Waypoints | |
1140 | Dock.BackgroundColor3 = Color3.new(0, 0, 0) | |
1141 | Dock.Position = UDim2.new(0, 5, 0, 210) | |
1142 | Dock.Size = UDim2.new(0, 148, 0, 20) | |
1143 | Dock.Font = Enum.Font.Fantasy | |
1144 | Dock.FontSize = Enum.FontSize.Size18 | |
1145 | Dock.Text = "Dock" | |
1146 | Dock.TextColor3 = Color3.new(255, 0, 0) | |
1147 | Dock.TextSize = 16 | |
1148 | Dock.MouseButton1Down:connect(function() | |
1149 | makesound("rbxassetid://156785206") | |
1150 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1151 | uTorso.CFrame = WayPoints["Dock"] | |
1152 | end) | |
1153 | ||
1154 | Bridge.Name = "Bridge" | |
1155 | Bridge.Parent = Waypoints | |
1156 | Bridge.BackgroundColor3 = Color3.new(0, 0, 0) | |
1157 | Bridge.Position = UDim2.new(0, 5, 0, 233) | |
1158 | Bridge.Size = UDim2.new(0, 148, 0, 20) | |
1159 | Bridge.Font = Enum.Font.Fantasy | |
1160 | Bridge.FontSize = Enum.FontSize.Size18 | |
1161 | Bridge.Text = "Bridge" | |
1162 | Bridge.TextColor3 = Color3.new(255, 0, 0) | |
1163 | Bridge.TextSize = 16 | |
1164 | Bridge.MouseButton1Down:connect(function() | |
1165 | makesound("rbxassetid://156785206") | |
1166 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1167 | uTorso.CFrame = WayPoints["Bridge"] | |
1168 | end) | |
1169 | ||
1170 | Stranger.Name = "Stranger" | |
1171 | Stranger.Parent = Waypoints | |
1172 | Stranger.BackgroundColor3 = Color3.new(0, 0, 0) | |
1173 | Stranger.Position = UDim2.new(0, 5, 0, 256) | |
1174 | Stranger.Size = UDim2.new(0, 148, 0, 20) | |
1175 | Stranger.Font = Enum.Font.Fantasy | |
1176 | Stranger.FontSize = Enum.FontSize.Size18 | |
1177 | Stranger.Text = "Stranger" | |
1178 | Stranger.TextColor3 = Color3.fromRGB(255, 0, 0) | |
1179 | Stranger.TextSize = 16 | |
1180 | Stranger.MouseButton1Down:connect(function() | |
1181 | makesound("rbxassetid://156785206") | |
1182 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["Strange Man"]) | |
1183 | end) | |
1184 | ||
1185 | VolcanoWin.Name = "VolcanoWin" | |
1186 | VolcanoWin.Parent = Waypoints | |
1187 | VolcanoWin.BackgroundColor3 = Color3.new(0, 0, 0) | |
1188 | VolcanoWin.Position = UDim2.new(0, 5, 0, 279) | |
1189 | VolcanoWin.Size = UDim2.new(0, 148, 0, 20) | |
1190 | VolcanoWin.Font = Enum.Font.Fantasy | |
1191 | VolcanoWin.FontSize = Enum.FontSize.Size18 | |
1192 | VolcanoWin.Text = "Volcano Win" | |
1193 | VolcanoWin.TextColor3 = Color3.new(255, 0, 0) | |
1194 | VolcanoWin.TextSize = 16 | |
1195 | VolcanoWin.MouseButton1Down:connect(function() | |
1196 | makesound("rbxassetid://156785206") | |
1197 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1198 | uTorso.CFrame = WayPoints["Volcano Win"] | |
1199 | end) | |
1200 | ||
1201 | ShowLocation.Name = "ShowLocation" | |
1202 | ShowLocation.Parent = Waypoints | |
1203 | ShowLocation.BackgroundColor3 = Color3.new(0, 0, 0) | |
1204 | ShowLocation.Position = UDim2.new(0, 5, 0, 302) | |
1205 | ShowLocation.Size = UDim2.new(0, 148, 0, 30) | |
1206 | ShowLocation.Font = Enum.Font.Fantasy | |
1207 | ShowLocation.FontSize = Enum.FontSize.Size14 | |
1208 | ShowLocation.Text = "Show Current Coords\nSet Custom Location" | |
1209 | ShowLocation.TextColor3 = Color3.new(255, 0, 0) | |
1210 | ShowLocation.TextSize = 13 | |
1211 | ||
1212 | CustomTPPoint.Name = "CustomTPPoint" | |
1213 | CustomTPPoint.Parent = Waypoints | |
1214 | CustomTPPoint.BackgroundColor3 = Color3.new(0, 0, 0) | |
1215 | CustomTPPoint.Position = UDim2.new(0, 5, 0, 335) | |
1216 | CustomTPPoint.Size = UDim2.new(0, 148, 0, 20) | |
1217 | CustomTPPoint.Font = Enum.Font.Fantasy | |
1218 | CustomTPPoint.FontSize = Enum.FontSize.Size14 | |
1219 | CustomTPPoint.Text = "TP to Custom Location" | |
1220 | CustomTPPoint.TextColor3 = Color3.new(255, 0, 0) | |
1221 | CustomTPPoint.TextSize = 13 | |
1222 | ||
1223 | -- Scripts: | |
1224 | ||
1225 | --- Show Current Location | |
1226 | ||
1227 | ShowLocation.MouseButton1Down:connect(function() | |
1228 | makesound("rbxassetid://156785206") | |
1229 | ||
1230 | function round(num, numDecimalPlaces) | |
1231 | local mult = 10^(numDecimalPlaces or 0) | |
1232 | return math.floor(num * mult + 0.5) / mult | |
1233 | end | |
1234 | ||
1235 | LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1) | |
1236 | LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1) | |
1237 | LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1) | |
1238 | ShowLocation.Text = "Current/Set Location\n"..LocationX..", "..LocationY..", "..LocationZ | |
1239 | CustomTPPoint.Text = "TP to "..LocationX..", "..LocationY..", "..LocationZ | |
1240 | CustomLocationSet = true | |
1241 | end) | |
1242 | ||
1243 | --- TP to custom location --- | |
1244 | ||
1245 | CustomTPPoint.MouseButton1Down:connect(function() | |
1246 | makesound("rbxassetid://156785206") | |
1247 | if CustomLocationSet == true then | |
1248 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1249 | uTorso.CFrame = CFrame.new(LocationX, LocationY, LocationZ) | |
1250 | end | |
1251 | end) | |
1252 | ||
1253 | ||
1254 | --- Player Tp --- | |
1255 | ||
1256 | local buttons = { | |
1257 | Player1, | |
1258 | Player2, | |
1259 | Player3, | |
1260 | Player4, | |
1261 | Player5, | |
1262 | Player6 | |
1263 | } | |
1264 | spawn(function() | |
1265 | while true do | |
1266 | Player1.Text = "" | |
1267 | Player2.Text = "" | |
1268 | Player3.Text = "" | |
1269 | Player4.Text = "" | |
1270 | Player5.Text = "" | |
1271 | Player6.Text = "" | |
1272 | for i, v in pairs(game.Players:GetChildren()) do | |
1273 | buttons[i].Text = v.Name | |
1274 | buttons[i].Visible = true | |
1275 | end | |
1276 | wait(0.5) | |
1277 | end | |
1278 | end) | |
1279 | ||
1280 | Player1.MouseButton1Down:connect(function() | |
1281 | makesound("rbxassetid://156785206") | |
1282 | PlyrSel.Text = Player1.Text | |
1283 | end) | |
1284 | Player2.MouseButton1Down:connect(function() | |
1285 | makesound("rbxassetid://156785206") | |
1286 | PlyrSel.Text = Player2.Text | |
1287 | end) | |
1288 | Player3.MouseButton1Down:connect(function() | |
1289 | makesound("rbxassetid://156785206") | |
1290 | PlyrSel.Text = Player3.Text | |
1291 | end) | |
1292 | Player4.MouseButton1Down:connect(function() | |
1293 | makesound("rbxassetid://156785206") | |
1294 | PlyrSel.Text = Player4.Text | |
1295 | end) | |
1296 | Player5.MouseButton1Down:connect(function() | |
1297 | makesound("rbxassetid://156785206") | |
1298 | PlyrSel.Text = Player5.Text | |
1299 | end) | |
1300 | Player6.MouseButton1Down:connect(function() | |
1301 | makesound("rbxassetid://156785206") | |
1302 | PlyrSel.Text = Player6.Text | |
1303 | end) | |
1304 | ||
1305 | TpPlayer.MouseButton1Down:connect(function() | |
1306 | makesound("rbxassetid://156785206") | |
1307 | if PlyrSel.Text == "SELECT A PLAYER" then | |
1308 | warn("No Player Selected") | |
1309 | else | |
1310 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame | |
1311 | end | |
1312 | end) | |
1313 | TpBase.MouseButton1Down:connect(function() | |
1314 | makesound("rbxassetid://156785206") | |
1315 | for i, v in pairs(game.Workspace.Properties:GetChildren()) do | |
1316 | if v.Owner.Value == game.Players[PlyrSel.Text] then | |
1317 | local p= CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z) | |
1318 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p | |
1319 | end | |
1320 | end | |
1321 | end) | |
1322 | ||
1323 | ||
1324 | Woodmenu.Name = "Woodmenu" | |
1325 | Woodmenu.Parent = Picker | |
1326 | Woodmenu.BackgroundColor3 = Color3.new(1, 1, 1) | |
1327 | Woodmenu.BorderColor3 = Color3.new(0, 0, 0) | |
1328 | Woodmenu.Position = UDim2.new(0, 15, 0,175) | |
1329 | Woodmenu.Size = UDim2.new(0, 80, 0, 80) | |
1330 | Woodmenu.ZIndex = 3 | |
1331 | Woodmenu.Image = "rbxassetid://3894370075" | |
1332 | Woodmenu.ScaleType = Enum.ScaleType.Crop | |
1333 | Woodmenu.MouseButton1Click:Connect(function() | |
1334 | CurrentItem.Image = "rbxassetid://3886256996" | |
1335 | makesound("rbxassetid://156785206") | |
1336 | AIntroImage.Visible = true | |
1337 | AIntroImage1.Visible = true | |
1338 | end) | |
1339 | ||
1340 | WoodFrame.Name = "WoodFrame" | |
1341 | WoodFrame.Parent = MenuFrame | |
1342 | WoodFrame.BorderSizePixel = 1 | |
1343 | WoodFrame.BackgroundTransparency = 0 | |
1344 | WoodFrame.BorderColor3 = Color3.new(0, 0, 0) | |
1345 | WoodFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
1346 | WoodFrame.Size = UDim2.new(0, 170, 0, 256) | |
1347 | WoodFrame.Visible = false | |
1348 | ||
1349 | SawmillTp.Name = "SawmillTp" | |
1350 | SawmillTp.Parent = WoodFrame | |
1351 | SawmillTp.BackgroundColor3 = Color3.new(0, 0, 0) | |
1352 | SawmillTp.BorderColor3 = Color3.new(0, 0, 0) | |
1353 | SawmillTp.Position = UDim2.new(0, 3, 0, 3) | |
1354 | SawmillTp.Size = UDim2.new(0, 165, 0, 20) | |
1355 | SawmillTp.Font = Enum.Font.Fantasy | |
1356 | SawmillTp.FontSize = Enum.FontSize.Size18 | |
1357 | SawmillTp.Text = "Wood to Saw" | |
1358 | SawmillTp.TextColor3 = Color3.new(265, 0, 0) | |
1359 | SawmillTp.TextSize = 15 | |
1360 | SawmillTp.MouseButton1Down:connect(function() | |
1361 | makesound("rbxassetid://156785206") | |
1362 | ||
1363 | SawmillTp.Text = "WOOD TO SAW ON" | |
1364 | SawmillTp.TextColor3 = Color3.new(0, 1, 0) | |
1365 | SawmillC = false | |
1366 | Mouse = game.Players.LocalPlayer:GetMouse() | |
1367 | ||
1368 | Mouse.KeyDown:connect(function(key) | |
1369 | if key:lower() == "q" then | |
1370 | Treee = Mouse.Target | |
1371 | end | |
1372 | end) | |
1373 | Mouse.KeyDown:connect(function(key) | |
1374 | if key:lower() == "p" then | |
1375 | if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then | |
1376 | Sawmill = Mouse.Target.Parent | |
1377 | else | |
1378 | Sawmill=Mouse.Target.Parent.Parent | |
1379 | end | |
1380 | if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then | |
1381 | SawmillC = true | |
1382 | else | |
1383 | SawmillC = false | |
1384 | print"Something went wrong while setting the sawmill!" | |
1385 | end | |
1386 | if Treee ~= nil then | |
1387 | Mod(Treee) | |
1388 | else | |
1389 | print("Select tree with 'Q'!") | |
1390 | end | |
1391 | end | |
1392 | end) | |
1393 | ||
1394 | function Mod(SelectedPart) | |
1395 | if SawmillC ~= true then | |
1396 | print'Set the sawmill with "P"!' | |
1397 | return | |
1398 | end | |
1399 | if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then | |
1400 | print("Tree: "..SelectedPart.Parent.TreeClass.Value) | |
1401 | Tree = SelectedPart.Parent | |
1402 | Tree.PrimaryPart = SelectedPart | |
1403 | game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree) | |
1404 | Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame) | |
1405 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree) | |
1406 | end | |
1407 | end | |
1408 | end) | |
1409 | ||
1410 | Goldaxe.Name = "SawmillTp" | |
1411 | Goldaxe.Parent = WoodFrame | |
1412 | Goldaxe.BackgroundColor3 = Color3.new(0, 0, 0) | |
1413 | Goldaxe.BorderColor3 = Color3.new(0, 0, 0) | |
1414 | Goldaxe.Position = UDim2.new(0, 3, 0, 26) | |
1415 | Goldaxe.Size = UDim2.new(0, 165, 0, 20) | |
1416 | Goldaxe.Font = Enum.Font.Fantasy | |
1417 | Goldaxe.FontSize = Enum.FontSize.Size18 | |
1418 | Goldaxe.Text = "Gold Axe Off" | |
1419 | Goldaxe.TextColor3 = Color3.new(255, 0, 0) | |
1420 | Goldaxe.TextSize = 15 | |
1421 | spawn(function() | |
1422 | --Credits to Johiro, if you decide to skid atleast give credits | |
1423 | GAxe = false | |
1424 | function GetAxe() --Gets your current axe thats equiped when called | |
1425 | if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then | |
1426 | return game.Players.LocalPlayer.Character.Tool --returns the axe when found | |
1427 | else | |
1428 | return false --returns false when not equiped | |
1429 | end | |
1430 | end | |
1431 | ||
1432 | function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe | |
1433 | if Axe.ToolTip == "Basic Hatchet" then return 0.2 | |
1434 | elseif Axe.ToolTip == "Plain Axe" then return 0.55 | |
1435 | elseif Axe.ToolTip == "Steel Axe" then return 0.93 | |
1436 | elseif Axe.ToolTip == "Hardened Axe" then return 1.45 | |
1437 | elseif Axe.ToolTip == "Silver Axe" then return 1.6 | |
1438 | elseif Axe.ToolTip == "Rukiryaxe" then return 1.68 | |
1439 | elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45 | |
1440 | elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5 | |
1441 | elseif Axe.ToolTip == "Fire Axe" then | |
1442 | if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end | |
1443 | elseif Axe.ToolTip == "End Times Axe" then | |
1444 | if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end | |
1445 | elseif Axe.ToolTip == "Candy Cane Axe" then return 0 | |
1446 | elseif Axe.ToolTip == "Johiro" then return 1.8 | |
1447 | elseif Axe.ToolTip == "Beesaxe" then return 1.4 | |
1448 | elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9 | |
1449 | elseif Axe.ToolTip == "Amber Axe" then return 3.39 | |
1450 | elseif Axe.ToolTip == "The Many Axe" then return 10.2 | |
1451 | elseif Axe.ToolTip == "Gingerbread Axe" then | |
1452 | if TreeClass == "Walnut" then return 8.5 | |
1453 | elseif TreeClass == "Koa" then return 11 else return 1.2 end | |
1454 | elseif Axe.ToolTip == "Bird Axe" then | |
1455 | if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end | |
1456 | end | |
1457 | end | |
1458 | ||
1459 | ||
1460 | function GCut(TreePart) --Cuts the tree when called with the tree you want to cut | |
1461 | if GetAxe() ~= false then --checks if you have a axe equiped | |
1462 | Damage = GetDamage(GetAxe(), TreePart.Parent.TreeClass.Value) --gets the Damage | |
1463 | Height = TreePart.CFrame:pointToObjectSpace(mouse.Hit.p).Y + TreePart.Size.Y/2 --Gets the Height | |
1464 | local CutArguments = { | |
1465 | sectionId = TreePart.ID.Value, | |
1466 | faceVector = Vector3.new(0,0,-1), | |
1467 | height = Height, | |
1468 | hitPoints = Damage, | |
1469 | cooldown = 0, | |
1470 | cuttingClass = "Axe", | |
1471 | tool = GetAxe() | |
1472 | } | |
1473 | for i=1, 50 do | |
1474 | game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(TreePart.Parent.CutEvent, CutArguments) | |
1475 | end | |
1476 | end | |
1477 | end | |
1478 | ||
1479 | function CutTree(Tree) --Cuts the tree when called with the tree you want to cut | |
1480 | if GetAxe() ~= false then --checks if you have a axe equiped | |
1481 | Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage | |
1482 | local CutArguments = { | |
1483 | sectionId = 1, | |
1484 | faceVector = Vector3.new(0,0,-1), | |
1485 | height = 0.5, | |
1486 | hitPoints = Damage, | |
1487 | cooldown = 0, | |
1488 | cuttingClass = "Axe", | |
1489 | tool = GetAxe() | |
1490 | } | |
1491 | for i=1, 50 do | |
1492 | game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments) | |
1493 | end | |
1494 | end | |
1495 | end | |
1496 | ||
1497 | TreeList = {} --Creates a table of the trees | |
1498 | for a,b in pairs(workspace:GetChildren()) do | |
1499 | if b.name == "TreeRegion" then | |
1500 | b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list | |
1501 | table.insert(TreeList, NewTree) | |
1502 | end) | |
1503 | for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script | |
1504 | if d.Name == "Model" then | |
1505 | table.insert(TreeList, d) | |
1506 | end | |
1507 | end | |
1508 | end | |
1509 | end | |
1510 | ||
1511 | spawn(function() --used spawn so it wont interrupt any of the other things | |
1512 | CutEnabled = false | |
1513 | while wait(.5) do --Main loop to do the stuff | |
1514 | if CutEnabled == true then | |
1515 | if GetAxe() ~= false then --Checks if you have a axe equiped | |
1516 | for a,b in pairs(TreeList) do | |
1517 | if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut | |
1518 | distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree | |
1519 | if distance < 225 then --if distance lower than 225 then it will cut the tree | |
1520 | CutTree(b) --Calls the function with the tree to cut | |
1521 | end | |
1522 | else | |
1523 | table.remove(TreeList, a)--if tree already cut then it gets removed from the list | |
1524 | end | |
1525 | end | |
1526 | end | |
1527 | end | |
1528 | end | |
1529 | end) | |
1530 | ||
1531 | mouse = game.Players.LocalPlayer:GetMouse() --Gets the Mouse | |
1532 | mouse.Button1Down:connect(function() | |
1533 | if GAxe == true and GetAxe() ~= false then | |
1534 | Target = mouse.Target | |
1535 | GCut(Target) | |
1536 | end | |
1537 | end) | |
1538 | --Credits to Johiro, if you decide to skid atleast give credits | |
1539 | end) | |
1540 | Goldaxe.MouseButton1Down:connect(function() | |
1541 | makesound("rbxassetid://156785206") | |
1542 | if GAxe == true then | |
1543 | GAxe = false | |
1544 | Goldaxe.Text = "Gold Axe Off" | |
1545 | Goldaxe.TextColor3 = Color3.new(255, 0, 0) | |
1546 | elseif GAxe == false then | |
1547 | GAxe = true | |
1548 | Goldaxe.Text = "Gold Axe On" | |
1549 | Goldaxe.TextColor3 = Color3.new(0, 1, 0) | |
1550 | --Credits to Johiro | |
1551 | end | |
1552 | end) | |
1553 | ||
1554 | ||
1555 | Harddrag.Name = "Harddrag" | |
1556 | Harddrag.Parent = WoodFrame | |
1557 | Harddrag.BackgroundColor3 = Color3.new(0, 0, 0) | |
1558 | Harddrag.BorderColor3 = Color3.new(0, 0, 0) | |
1559 | Harddrag.Position = UDim2.new(0, 3, 0, 49) | |
1560 | Harddrag.Size = UDim2.new(0, 165, 0, 20) | |
1561 | Harddrag.Font = Enum.Font.Fantasy | |
1562 | Harddrag.FontSize = Enum.FontSize.Size18 | |
1563 | Harddrag.Text = "Hard drag" | |
1564 | Harddrag.TextColor3 = Color3.new(255, 0, 0) | |
1565 | Harddrag.TextSize = 15 | |
1566 | Harddrag.MouseButton1Down:connect(function() | |
1567 | makesound("rbxassetid://156785206") | |
1568 | Harddrag.Text = "HARD DRAG ACTIVE" | |
1569 | Harddrag.TextColor3 = Color3.new(0, 1, 0) | |
1570 | loadstring(game:HttpGet('https://pastebin.com/raw/uMv85wZZ',true))() | |
1571 | ||
1572 | end) | |
1573 | ||
1574 | ||
1575 | SellWood.Name = "SellWood" | |
1576 | SellWood.Parent = WoodFrame | |
1577 | SellWood.BackgroundColor3 = Color3.new(0, 0, 0) | |
1578 | SellWood.BorderColor3 = Color3.new(0, 0, 0) | |
1579 | SellWood.Position = UDim2.new(0, 3, 0, 72) | |
1580 | SellWood.Size = UDim2.new(0, 165, 0, 20) | |
1581 | SellWood.Font = Enum.Font.Fantasy | |
1582 | SellWood.FontSize = Enum.FontSize.Size18 | |
1583 | SellWood.Text = "Sell Cut Wood" | |
1584 | SellWood.TextColor3 = Color3.new(255, 0, 0) | |
1585 | SellWood.TextSize = 15 | |
1586 | SellWood.MouseButton1Down:connect(function() | |
1587 | makesound("rbxassetid://156785206") | |
1588 | for _, Log in pairs(workspace.LogModels:GetChildren()) do | |
1589 | if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then | |
1590 | if Log.Owner.Value == game.Players.LocalPlayer then | |
1591 | for i,v in pairs(Log:GetChildren()) do | |
1592 | if v.Name=="WoodSection" then | |
1593 | spawn(function() | |
1594 | for i=1,10 do | |
1595 | wait() | |
1596 | v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0) | |
1597 | end | |
1598 | end) | |
1599 | end | |
1600 | end | |
1601 | spawn(function() | |
1602 | for i=1,20 do | |
1603 | wait() | |
1604 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection) | |
1605 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection) | |
1606 | end | |
1607 | end) | |
1608 | end | |
1609 | end | |
1610 | end | |
1611 | end) | |
1612 | ||
1613 | ||
1614 | SellPlanks.Name = "SellWood" | |
1615 | SellPlanks.Parent = WoodFrame | |
1616 | SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0) | |
1617 | SellPlanks.BorderColor3 = Color3.new(0, 0, 0) | |
1618 | SellPlanks.Position = UDim2.new(0, 3, 0, 95) | |
1619 | SellPlanks.Size = UDim2.new(0, 165, 0, 20) | |
1620 | SellPlanks.Font = Enum.Font.Fantasy | |
1621 | SellPlanks.FontSize = Enum.FontSize.Size18 | |
1622 | SellPlanks.Text = "Sell Planks" | |
1623 | SellPlanks.TextColor3 = Color3.new(255, 0, 0) | |
1624 | SellPlanks.TextSize = 15 | |
1625 | SellPlanks.MouseButton1Click:Connect(function() | |
1626 | makesound("rbxassetid://156785206") | |
1627 | for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do | |
1628 | if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then | |
1629 | if Plank.Owner.Value == game.Players.LocalPlayer then | |
1630 | for i,v in pairs(Plank:GetChildren()) do | |
1631 | if v.Name=="WoodSection" then | |
1632 | spawn(function() | |
1633 | for i=1,10 do | |
1634 | wait() | |
1635 | v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0) | |
1636 | end | |
1637 | end) | |
1638 | end | |
1639 | end | |
1640 | spawn(function() | |
1641 | for i=1,20 do | |
1642 | wait() | |
1643 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank.WoodSection) | |
1644 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Plank.WoodSection) | |
1645 | end | |
1646 | end) | |
1647 | end | |
1648 | end | |
1649 | end | |
1650 | end) | |
1651 | ||
1652 | ||
1653 | TPWood.Name = "TPWood" | |
1654 | TPWood.Parent = WoodFrame | |
1655 | TPWood.BackgroundColor3 = Color3.new(0, 0, 0) | |
1656 | TPWood.BorderColor3 = Color3.new(0, 0, 0) | |
1657 | TPWood.Position = UDim2.new(0, 3, 0, 118) | |
1658 | TPWood.Size = UDim2.new(0, 165, 0, 20) | |
1659 | TPWood.Font = Enum.Font.Fantasy | |
1660 | TPWood.FontSize = Enum.FontSize.Size18 | |
1661 | TPWood.Text = "TP Wood to You" | |
1662 | TPWood.TextColor3 = Color3.new(255, 0, 0) | |
1663 | TPWood.TextSize = 15 | |
1664 | TPWood.MouseButton1Click:Connect(function() | |
1665 | makesound("rbxassetid://156785206") | |
1666 | for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do | |
1667 | if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then | |
1668 | if Log.Owner.Value == game.Players.LocalPlayer then | |
1669 | Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) | |
1670 | for i=1,20 do | |
1671 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection) | |
1672 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection) | |
1673 | end | |
1674 | end | |
1675 | end | |
1676 | end | |
1677 | end) | |
1678 | ||
1679 | TpAllPlanks.Name = "TpAllPlanks" | |
1680 | TpAllPlanks.Parent = WoodFrame | |
1681 | TpAllPlanks.BackgroundColor3 = Color3.new(0, 0, 0) | |
1682 | TpAllPlanks.BorderColor3 = Color3.new(0, 0, 0) | |
1683 | TpAllPlanks.Position = UDim2.new(0, 3, 0, 141) | |
1684 | TpAllPlanks.Size = UDim2.new(0, 165, 0, 20) | |
1685 | TpAllPlanks.Font = Enum.Font.Fantasy | |
1686 | TpAllPlanks.FontSize = Enum.FontSize.Size18 | |
1687 | TpAllPlanks.Text = "TP Planks to You" | |
1688 | TpAllPlanks.TextColor3 = Color3.new(255, 0, 0) | |
1689 | TpAllPlanks.TextSize = 15 | |
1690 | TpAllPlanks.MouseButton1Click:Connect(function() | |
1691 | makesound("rbxassetid://156785206") | |
1692 | for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do | |
1693 | if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then | |
1694 | if Plank.Owner.Value == game.Players.LocalPlayer then | |
1695 | sendNotice = game.ReplicatedStorage.Notices.SendUserNotice | |
1696 | sendNotice:Fire("Click where you want ALL the Planks to TP to") | |
1697 | local ButtonPress | |
1698 | ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function() | |
1699 | Square = game.Players.LocalPlayer:GetMouse().Target | |
1700 | if (Square.Name == "OriginSquare" or Square.Name == "Square") then | |
1701 | ButtonPress:Disconnect() | |
1702 | Plank:MoveTo(Square.Position) | |
1703 | for i=1,100 do | |
1704 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank) | |
1705 | end | |
1706 | end | |
1707 | end) | |
1708 | end | |
1709 | end | |
1710 | end | |
1711 | end) | |
1712 | ||
1713 | Type.Name = "Type" | |
1714 | Type.Parent = TptreeFrame | |
1715 | Type.BackgroundColor3 = Color3.new(0, 0, 0) | |
1716 | Type.BorderSizePixel = 1 | |
1717 | Type.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
1718 | Type.Position = UDim2.new(0, 0, 0, 0) | |
1719 | Type.Size = UDim2.new(0, 209, 0, 23) | |
1720 | Type.Font = Enum.Font.SourceSans | |
1721 | Type.Text = "Tree Type" | |
1722 | Type.TextColor3 = Color3.new(255, 0, 0) | |
1723 | Type.TextSize = 14 | |
1724 | ||
1725 | Tptree.Name = "Tptree" | |
1726 | Tptree.Parent = WoodFrame | |
1727 | Tptree.BackgroundColor3 = Color3.new(0, 0, 0) | |
1728 | Tptree.BorderColor3 = Color3.new(0, 0, 0) | |
1729 | Tptree.Position = UDim2.new(0, 3, 0, 164) | |
1730 | Tptree.Size = UDim2.new(0, 165, 0, 20) | |
1731 | Tptree.Font = Enum.Font.Fantasy | |
1732 | Tptree.FontSize = Enum.FontSize.Size18 | |
1733 | Tptree.Text = "Port To Trees" | |
1734 | Tptree.TextColor3 = Color3.new(255, 0, 0) | |
1735 | Tptree.TextSize = 15 | |
1736 | Tptree.MouseButton1Click:Connect(function() | |
1737 | makesound("rbxassetid://156785206") | |
1738 | end) | |
1739 | ||
1740 | TptreeFrame.Name = "TptreeFrame" | |
1741 | TptreeFrame.Parent = MenuFrame | |
1742 | TptreeFrame.BorderSizePixel = 1 | |
1743 | TptreeFrame.BackgroundTransparency = 1 | |
1744 | TptreeFrame.BorderColor3 = Color3.new(0, 0, 0) | |
1745 | TptreeFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
1746 | TptreeFrame.Size = UDim2.new(0, 170, 0, 210) | |
1747 | TptreeFrame.Visible = false | |
1748 | ||
1749 | BirchTree.Name = "BirchTree" | |
1750 | BirchTree.Parent = TptreeFrame | |
1751 | BirchTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1752 | BirchTree.BackgroundTransparency = 0 | |
1753 | BirchTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1754 | BirchTree.Position = UDim2.new(0, 0, 0, 26) | |
1755 | BirchTree.Size = UDim2.new(0, 50, 0, 50) | |
1756 | BirchTree.Image = "rbxassetid://4053569393" | |
1757 | ||
1758 | CavecrawlerTree.Name = "CavecrawlerTree" | |
1759 | CavecrawlerTree.Parent = TptreeFrame | |
1760 | CavecrawlerTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1761 | CavecrawlerTree.BackgroundTransparency = 0 | |
1762 | CavecrawlerTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1763 | CavecrawlerTree.Position = UDim2.new(0, 53, 0, 26) | |
1764 | CavecrawlerTree.Size = UDim2.new(0, 50, 0, 50) | |
1765 | CavecrawlerTree.Image = "rbxassetid://4053567003" | |
1766 | CavecrawlerTree.MouseButton1Click:Connect(function() | |
1767 | makesound("rbxassetid://156785206") | |
1768 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"]) | |
1769 | Type.Text = "Cavecrawler Tree" | |
1770 | end) | |
1771 | ||
1772 | CherryTree.Name = "CherryTree" | |
1773 | CherryTree.Parent = TptreeFrame | |
1774 | CherryTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1775 | CherryTree.BackgroundTransparency = 0 | |
1776 | CherryTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1777 | CherryTree.Position = UDim2.new(0, 106, 0, 26) | |
1778 | CherryTree.Size = UDim2.new(0, 50, 0, 50) | |
1779 | CherryTree.Image = "rbxassetid://4053570076" | |
1780 | ||
1781 | ElmTree.Name = "ElmTree" | |
1782 | ElmTree.Parent = TptreeFrame | |
1783 | ElmTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1784 | ElmTree.BackgroundTransparency = 0 | |
1785 | ElmTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1786 | ElmTree.Position = UDim2.new(0, 159, 0, 26) | |
1787 | ElmTree.Size = UDim2.new(0, 50, 0, 50) | |
1788 | ElmTree.Image = "rbxassetid://4053570665" | |
1789 | ||
1790 | Frosttree.Name = "Frosttree" | |
1791 | Frosttree.Parent = TptreeFrame | |
1792 | Frosttree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1793 | Frosttree.BackgroundTransparency = 0 | |
1794 | Frosttree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1795 | Frosttree.Position = UDim2.new(0, 0, 0, 79) | |
1796 | Frosttree.Size = UDim2.new(0, 50, 0, 50) | |
1797 | Frosttree.Image = "rbxassetid://4053571917" | |
1798 | ||
1799 | GenericTree.Name = "GenericTree" | |
1800 | GenericTree.Parent = TptreeFrame | |
1801 | GenericTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1802 | GenericTree.BackgroundTransparency = 0 | |
1803 | GenericTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1804 | GenericTree.Position = UDim2.new(0, 53, 0, 79) | |
1805 | GenericTree.Size = UDim2.new(0, 50, 0, 50) | |
1806 | GenericTree.Image = "rbxassetid://4053574105" | |
1807 | ||
1808 | ZombieTree.Name = "ZombieTree" | |
1809 | ZombieTree.Parent = TptreeFrame | |
1810 | ZombieTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1811 | ZombieTree.BackgroundTransparency = 0 | |
1812 | ZombieTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1813 | ZombieTree.Position = UDim2.new(0, 106, 0, 79) | |
1814 | ZombieTree.Size = UDim2.new(0, 50, 0, 50) | |
1815 | ZombieTree.Image = "rbxassetid://4053578037" | |
1816 | ||
1817 | GoldTree.Name = "GoldTree" | |
1818 | GoldTree.Parent = TptreeFrame | |
1819 | GoldTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1820 | GoldTree.BackgroundTransparency = 0 | |
1821 | GoldTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1822 | GoldTree.Position = UDim2.new(0, 159, 0, 79) | |
1823 | GoldTree.Size = UDim2.new(0, 50, 0, 50) | |
1824 | GoldTree.Image = "rbxassetid://4053572372" | |
1825 | GoldTree.MouseButton1Click:Connect(function() | |
1826 | makesound("rbxassetid://156785206") | |
1827 | game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"]) | |
1828 | Type.Text = "Gold Tree" | |
1829 | end) | |
1830 | ||
1831 | ||
1832 | LavaTree.Name = "LavaTree" | |
1833 | LavaTree.Parent = TptreeFrame | |
1834 | LavaTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1835 | LavaTree.BackgroundTransparency = 0 | |
1836 | LavaTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1837 | LavaTree.Position = UDim2.new(0, 0, 0, 132) | |
1838 | LavaTree.Size = UDim2.new(0, 50, 0, 50) | |
1839 | LavaTree.Image = "rbxassetid://4053573529" | |
1840 | ||
1841 | PalmTree.Name = "PalmTree" | |
1842 | PalmTree.Parent = TptreeFrame | |
1843 | PalmTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1844 | PalmTree.BackgroundTransparency = 0 | |
1845 | PalmTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1846 | PalmTree.Position = UDim2.new(0, 53, 0, 132) | |
1847 | PalmTree.Size = UDim2.new(0, 50, 0, 50) | |
1848 | PalmTree.Image = "rbxassetid://4053574535" | |
1849 | ||
1850 | PhantomTree.Name = "PhantomTree" | |
1851 | PhantomTree.Parent = TptreeFrame | |
1852 | PhantomTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1853 | PhantomTree.BackgroundTransparency = 0 | |
1854 | PhantomTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1855 | PhantomTree.Position = UDim2.new(0, 106, 0, 132) | |
1856 | PhantomTree.Size = UDim2.new(0, 50, 0, 50) | |
1857 | PhantomTree.Image = "rbxassetid://4053575065" | |
1858 | ||
1859 | PineTree.Name = "PineTree" | |
1860 | PineTree.Parent = TptreeFrame | |
1861 | PineTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1862 | PineTree.BackgroundTransparency = 0 | |
1863 | PineTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1864 | PineTree.Position = UDim2.new(0, 159, 0, 132) | |
1865 | PineTree.Size = UDim2.new(0, 50, 0, 50) | |
1866 | PineTree.Image = "rbxassetid://4053575551" | |
1867 | ||
1868 | FirTree.Name = "FirTree" | |
1869 | FirTree.Parent = TptreeFrame | |
1870 | FirTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1871 | FirTree.BackgroundTransparency = 0 | |
1872 | FirTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1873 | FirTree.Position = UDim2.new(0, 0, 0, 185) | |
1874 | FirTree.Size = UDim2.new(0, 50, 0, 50) | |
1875 | FirTree.Image = "rbxassetid://4053571273" | |
1876 | ||
1877 | Snowglowtree.Name = "Snowglowtree" | |
1878 | Snowglowtree.Parent = TptreeFrame | |
1879 | Snowglowtree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1880 | Snowglowtree.BackgroundTransparency = 0 | |
1881 | Snowglowtree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1882 | Snowglowtree.Position = UDim2.new(0, 53, 0, 185) | |
1883 | Snowglowtree.Size = UDim2.new(0, 50, 0, 50) | |
1884 | Snowglowtree.Image = "rbxassetid://4053576507" | |
1885 | Snowglowtree.MouseButton1Click:Connect(function() | |
1886 | makesound("rbxassetid://156785206") | |
1887 | local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart | |
1888 | uTorso.CFrame = WayPoints["SnowGlow Tree"] | |
1889 | Type.Text = "Snowglow Tree" | |
1890 | end) | |
1891 | ||
1892 | Spooktree.Name = "Spooktree" | |
1893 | Spooktree.Parent = TptreeFrame | |
1894 | Spooktree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1895 | Spooktree.BackgroundTransparency = 0 | |
1896 | Spooktree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1897 | Spooktree.Position = UDim2.new(0, 106, 0, 185) | |
1898 | Spooktree.Size = UDim2.new(0, 50, 0, 50) | |
1899 | Spooktree.Image = "rbxassetid://4053576987" | |
1900 | ||
1901 | ||
1902 | WalnutTree.Name = "WalnutTree" | |
1903 | WalnutTree.Parent = TptreeFrame | |
1904 | WalnutTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1905 | WalnutTree.BackgroundTransparency = 0 | |
1906 | WalnutTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1907 | WalnutTree.Position = UDim2.new(0, 159, 0, 185) | |
1908 | WalnutTree.Size = UDim2.new(0, 50, 0, 50) | |
1909 | WalnutTree.Image = "rbxassetid://4053577500" | |
1910 | ||
1911 | KoaTree.Name = "KoaTree" | |
1912 | KoaTree.Parent = TptreeFrame | |
1913 | KoaTree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1914 | KoaTree.BackgroundTransparency = 0 | |
1915 | KoaTree.BorderColor3 = Color3.new(0.6, 0, 0) | |
1916 | KoaTree.Position = UDim2.new(0, 53, 0, 238) | |
1917 | KoaTree.Size = UDim2.new(0, 50, 0, 50) | |
1918 | KoaTree.Image = "rbxassetid://4053573002" | |
1919 | ||
1920 | SinisterGlow.Name = "SinisterGlow" | |
1921 | SinisterGlow.Parent = TptreeFrame | |
1922 | SinisterGlow.BackgroundColor3 = Color3.new(1, 1, 1) | |
1923 | SinisterGlow.BackgroundTransparency = 0 | |
1924 | SinisterGlow.BorderColor3 = Color3.new(0.6, 0, 0) | |
1925 | SinisterGlow.Position = UDim2.new(0, 106, 0, 238) | |
1926 | SinisterGlow.Size = UDim2.new(0, 50, 0, 50) | |
1927 | SinisterGlow.Image = "rbxassetid://4053576051" | |
1928 | ||
1929 | BirchTree.MouseButton1Click:Connect(function() | |
1930 | makesound("rbxassetid://156785206") | |
1931 | for i, v in pairs(game.Workspace:GetChildren()) do | |
1932 | if v.Name == "TreeRegion" then | |
1933 | for j, k in ipairs(v:GetChildren()) do | |
1934 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Birch" then | |
1935 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
1936 | break | |
1937 | end | |
1938 | end | |
1939 | end | |
1940 | end | |
1941 | Type.Text = "Birch Tree" | |
1942 | end) | |
1943 | ||
1944 | ||
1945 | CherryTree.MouseButton1Click:Connect(function() | |
1946 | makesound("rbxassetid://156785206") | |
1947 | for i, v in pairs(game.Workspace:GetChildren()) do | |
1948 | if v.Name == "TreeRegion" then | |
1949 | for j, k in ipairs(v:GetChildren()) do | |
1950 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Cherry" then | |
1951 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
1952 | break | |
1953 | end | |
1954 | end | |
1955 | end | |
1956 | end | |
1957 | Type.Text = "Cherry Tree" | |
1958 | end) | |
1959 | ||
1960 | ElmTree.MouseButton1Click:Connect(function() | |
1961 | makesound("rbxassetid://156785206") | |
1962 | for i, v in pairs(game.Workspace:GetChildren()) do | |
1963 | if v.Name == "TreeRegion" then | |
1964 | for j, k in ipairs(v:GetChildren()) do | |
1965 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Oak" then | |
1966 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
1967 | break | |
1968 | end | |
1969 | end | |
1970 | end | |
1971 | end | |
1972 | Type.Text = "ElmTree" | |
1973 | end) | |
1974 | ||
1975 | FirTree.MouseButton1Click:Connect(function() | |
1976 | makesound("rbxassetid://156785206") | |
1977 | for i, v in pairs(game.Workspace:GetChildren()) do | |
1978 | if v.Name == "TreeRegion" then | |
1979 | for j, k in ipairs(v:GetChildren()) do | |
1980 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Fir" then | |
1981 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
1982 | break | |
1983 | end | |
1984 | end | |
1985 | end | |
1986 | end | |
1987 | Type.Text = "Fir Tree" | |
1988 | end) | |
1989 | ||
1990 | Frosttree.MouseButton1Click:Connect(function() | |
1991 | makesound("rbxassetid://156785206") | |
1992 | for i, v in pairs(game.Workspace:GetChildren()) do | |
1993 | if v.Name == "TreeRegion" then | |
1994 | for j, k in ipairs(v:GetChildren()) do | |
1995 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Frost" then | |
1996 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
1997 | break | |
1998 | end | |
1999 | end | |
2000 | end | |
2001 | end | |
2002 | Type.Text = "Frost Tree" | |
2003 | end) | |
2004 | ||
2005 | GenericTree.MouseButton1Click:Connect(function() | |
2006 | makesound("rbxassetid://156785206") | |
2007 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2008 | if v.Name == "TreeRegion" then | |
2009 | for j, k in ipairs(v:GetChildren()) do | |
2010 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Generic" then | |
2011 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2012 | break | |
2013 | end | |
2014 | end | |
2015 | end | |
2016 | end | |
2017 | Type.Text = "Generic Tree" | |
2018 | end) | |
2019 | ||
2020 | ||
2021 | KoaTree.MouseButton1Click:Connect(function() | |
2022 | makesound("rbxassetid://156785206") | |
2023 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2024 | if v.Name == "TreeRegion" then | |
2025 | for j, k in ipairs(v:GetChildren()) do | |
2026 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Koa" then | |
2027 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2028 | break | |
2029 | end | |
2030 | end | |
2031 | end | |
2032 | end | |
2033 | Type.Text = "Koa Tree" | |
2034 | end) | |
2035 | ||
2036 | LavaTree.MouseButton1Click:Connect(function() | |
2037 | makesound("rbxassetid://156785206") | |
2038 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2039 | if v.Name == "TreeRegion" then | |
2040 | for j, k in ipairs(v:GetChildren()) do | |
2041 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Volcano" then | |
2042 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2043 | break | |
2044 | end | |
2045 | end | |
2046 | end | |
2047 | end | |
2048 | Type.Text = "Lava Tree" | |
2049 | end) | |
2050 | ||
2051 | PalmTree.MouseButton1Click:Connect(function() | |
2052 | makesound("rbxassetid://156785206") | |
2053 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2054 | if v.Name == "TreeRegion" then | |
2055 | for j, k in ipairs(v:GetChildren()) do | |
2056 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Palm" then | |
2057 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2058 | break | |
2059 | end | |
2060 | end | |
2061 | end | |
2062 | end | |
2063 | Type.Text = "Palm Tree" | |
2064 | end) | |
2065 | ||
2066 | PhantomTree.MouseButton1Click:Connect(function() | |
2067 | makesound("rbxassetid://156785206") | |
2068 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2069 | if v.Name == "TreeRegion" then | |
2070 | for j, k in ipairs(v:GetChildren()) do | |
2071 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "LoneCave" then | |
2072 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2073 | break | |
2074 | end | |
2075 | end | |
2076 | end | |
2077 | end | |
2078 | Type.Text = "Phantom Tree" | |
2079 | end) | |
2080 | ||
2081 | PineTree.MouseButton1Click:Connect(function() | |
2082 | makesound("rbxassetid://156785206") | |
2083 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2084 | if v.Name == "TreeRegion" then | |
2085 | for j, k in ipairs(v:GetChildren()) do | |
2086 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Pine" then | |
2087 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2088 | break | |
2089 | end | |
2090 | end | |
2091 | end | |
2092 | end | |
2093 | Type.Text = "Pine Tree" | |
2094 | end) | |
2095 | ||
2096 | SinisterGlow.MouseButton1Click:Connect(function() | |
2097 | makesound("rbxassetid://156785206") | |
2098 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2099 | if v.Name == "TreeRegion" then | |
2100 | for j, k in ipairs(v:GetChildren()) do | |
2101 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then | |
2102 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2103 | break | |
2104 | end | |
2105 | end | |
2106 | end | |
2107 | end | |
2108 | Type.Text = "Sinister Tree" | |
2109 | end) | |
2110 | ||
2111 | ||
2112 | Spooktree.MouseButton1Click:Connect(function() | |
2113 | makesound("rbxassetid://156785206") | |
2114 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2115 | if v.Name == "TreeRegion" then | |
2116 | for j, k in ipairs(v:GetChildren()) do | |
2117 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" then | |
2118 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2119 | break | |
2120 | end | |
2121 | end | |
2122 | end | |
2123 | end | |
2124 | Type.Text = "Spook Tree" | |
2125 | end) | |
2126 | ||
2127 | WalnutTree.MouseButton1Click:Connect(function() | |
2128 | makesound("rbxassetid://156785206") | |
2129 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2130 | if v.Name == "TreeRegion" then | |
2131 | for j, k in ipairs(v:GetChildren()) do | |
2132 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Walnut" then | |
2133 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2134 | break | |
2135 | end | |
2136 | end | |
2137 | end | |
2138 | end | |
2139 | Type.Text = "Walnut Tree" | |
2140 | end) | |
2141 | ||
2142 | ZombieTree.MouseButton1Click:Connect(function() | |
2143 | makesound("rbxassetid://156785206") | |
2144 | for i, v in pairs(game.Workspace:GetChildren()) do | |
2145 | if v.Name == "TreeRegion" then | |
2146 | for j, k in ipairs(v:GetChildren()) do | |
2147 | if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "GreenSwampy" then | |
2148 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
2149 | break | |
2150 | end | |
2151 | end | |
2152 | end | |
2153 | end | |
2154 | Type.Text = "Zombie Tree" | |
2155 | end) | |
2156 | ||
2157 | Treeaura.Name = "Tree aura" | |
2158 | Treeaura.Parent = WoodFrame | |
2159 | Treeaura.BackgroundColor3 = Color3.new(0, 0, 0) | |
2160 | Treeaura.BorderColor3 = Color3.new(0, 0, 0) | |
2161 | Treeaura.Position = UDim2.new(0, 3, 0, 187) | |
2162 | Treeaura.Size = UDim2.new(0, 165, 0, 20) | |
2163 | Treeaura.Font = Enum.Font.Fantasy | |
2164 | Treeaura.FontSize = Enum.FontSize.Size18 | |
2165 | Treeaura.Text = "Tree Aura" | |
2166 | Treeaura.TextColor3 = Color3.new(255, 0, 0) | |
2167 | Treeaura.TextSize = 15 | |
2168 | Treeaura.MouseButton1Down:connect(function() | |
2169 | makesound("rbxassetid://156785206") | |
2170 | if CutEnabled == true then | |
2171 | CutEnabled = false | |
2172 | Treeaura.Text = "Tree Aura off" | |
2173 | Treeaura.TextColor3 = Color3.new(255, 0, 0) | |
2174 | elseif CutEnabled == false then | |
2175 | CutEnabled = true | |
2176 | Treeaura.Text = "Tree Aura on" | |
2177 | Treeaura.TextColor3 = Color3.new(0, 1, 0) | |
2178 | end | |
2179 | end) | |
2180 | --Credits to Johiro | |
2181 | ||
2182 | local function GetAxe() --Gets your current axe thats equiped when called | |
2183 | if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then | |
2184 | return game.Players.LocalPlayer.Character.Tool --returns the axe when found | |
2185 | else | |
2186 | return false --returns false when not equiped | |
2187 | end | |
2188 | end | |
2189 | ||
2190 | local function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe | |
2191 | if Axe.ToolTip == "Basic Hatchet" then return 0.2 | |
2192 | elseif Axe.ToolTip == "Plain Axe" then return 0.55 | |
2193 | elseif Axe.ToolTip == "Steel Axe" then return 0.93 | |
2194 | elseif Axe.ToolTip == "Hardened Axe" then return 1.45 | |
2195 | elseif Axe.ToolTip == "Silver Axe" then return 1.6 | |
2196 | elseif Axe.ToolTip == "Rukiryaxe" then return 1.68 | |
2197 | elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45 | |
2198 | elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5 | |
2199 | elseif Axe.ToolTip == "Fire Axe" then | |
2200 | if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end | |
2201 | elseif Axe.ToolTip == "End Times Axe" then | |
2202 | if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end | |
2203 | elseif Axe.ToolTip == "Candy Cane Axe" then return 0 | |
2204 | elseif Axe.ToolTip == "Johiro" then return 1.8 | |
2205 | elseif Axe.ToolTip == "Beesaxe" then return 1.4 | |
2206 | elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9 | |
2207 | elseif Axe.ToolTip == "Amber Axe" then return 3.39 | |
2208 | elseif Axe.ToolTip == "The Many Axe" then return 10.2 | |
2209 | elseif Axe.ToolTip == "Gingerbread Axe" then | |
2210 | if TreeClass == "Walnut" then return 8.5 | |
2211 | elseif TreeClass == "Koa" then return 11 else return 1.2 end | |
2212 | elseif Axe.ToolTip == "Bird Axe" then | |
2213 | if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end | |
2214 | end | |
2215 | end | |
2216 | ||
2217 | TreeList = {} --Creates a table of the trees | |
2218 | for a,b in pairs(workspace:GetChildren()) do | |
2219 | if b.name == "TreeRegion" then | |
2220 | b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list | |
2221 | table.insert(TreeList, NewTree) | |
2222 | end) | |
2223 | for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script | |
2224 | if d.Name == "Model" then | |
2225 | table.insert(TreeList, d) | |
2226 | end | |
2227 | end | |
2228 | end | |
2229 | end | |
2230 | ||
2231 | local function CutTree(Tree) --Cuts the tree when called with the tree you want to cut | |
2232 | if GetAxe() ~= false then --checks if you have a axe equiped | |
2233 | Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage | |
2234 | local CutArguments = { | |
2235 | sectionId = 1, | |
2236 | faceVector = Vector3.new(0,0,-1), | |
2237 | height = 0.5, | |
2238 | hitPoints = Damage, | |
2239 | cooldown = 0, | |
2240 | cuttingClass = "Axe", | |
2241 | tool = GetAxe() | |
2242 | } | |
2243 | for i=1, 50 do | |
2244 | game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments) | |
2245 | end | |
2246 | end | |
2247 | end | |
2248 | ||
2249 | spawn(function() --used spawn so it wont interrupt any of the other things | |
2250 | CutEnabled = false | |
2251 | while wait(.5) do --Main loop to do the stuff | |
2252 | if CutEnabled == true then | |
2253 | if GetAxe() ~= false then --Checks if you have a axe equiped | |
2254 | for a,b in pairs(TreeList) do | |
2255 | if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut | |
2256 | distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree | |
2257 | if distance < 225 then --if distance lower than 225 then it will cut the tree | |
2258 | CutTree(b) --Calls the function with the tree to cut | |
2259 | end | |
2260 | else | |
2261 | table.remove(TreeList, a)--if tree already cut then it gets removed from the list | |
2262 | end | |
2263 | end | |
2264 | end | |
2265 | end | |
2266 | end | |
2267 | end) | |
2268 | ||
2269 | BigPlank.Name = "BigPlank" | |
2270 | BigPlank.Parent = WoodFrame | |
2271 | BigPlank.BackgroundColor3 = Color3.new(0, 0, 0) | |
2272 | BigPlank.BorderColor3 = Color3.new(0, 0, 0) | |
2273 | BigPlank.Position = UDim2.new(0, 3, 0, 210) | |
2274 | BigPlank.Size = UDim2.new(0, 165, 0, 20) | |
2275 | BigPlank.Font = Enum.Font.Fantasy | |
2276 | BigPlank.FontSize = Enum.FontSize.Size18 | |
2277 | BigPlank.Text = "Mod Wood" | |
2278 | BigPlank.TextColor3 = Color3.new(255, 0, 0) | |
2279 | BigPlank.TextSize = 15 | |
2280 | BigPlank.MouseButton1Down:connect(function() | |
2281 | makesound("rbxassetid://156785206") | |
2282 | for _, Log in pairs(workspace.LogModels:GetChildren()) do | |
2283 | if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then | |
2284 | if Log.Owner.Value == game.Players.LocalPlayer then | |
2285 | for i,v in pairs(Log:GetChildren()) do | |
2286 | if v.Name=="WoodSection" then | |
2287 | spawn(function() | |
2288 | for i=1,10 do | |
2289 | wait() | |
2290 | v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0) | |
2291 | end | |
2292 | end) | |
2293 | end | |
2294 | end | |
2295 | spawn(function() | |
2296 | for i=1,20 do | |
2297 | wait() | |
2298 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection) | |
2299 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection) | |
2300 | end | |
2301 | end) | |
2302 | end | |
2303 | end | |
2304 | end | |
2305 | wait(2.0) | |
2306 | for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do | |
2307 | if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then | |
2308 | if Log.Owner.Value == game.Players.LocalPlayer then | |
2309 | Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) | |
2310 | for i=1,20 do | |
2311 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection) | |
2312 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection) | |
2313 | end | |
2314 | end | |
2315 | end | |
2316 | end | |
2317 | ||
2318 | SawmillC = false | |
2319 | Mouse = game.Players.LocalPlayer:GetMouse() | |
2320 | ||
2321 | Mouse.KeyDown:connect(function(key) | |
2322 | if key:lower() == "p" then | |
2323 | Treee = Mouse.Target | |
2324 | end | |
2325 | end) | |
2326 | Mouse.KeyDown:connect(function(key) | |
2327 | if key:lower() == "m" then | |
2328 | if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then | |
2329 | Sawmill = Mouse.Target.Parent | |
2330 | else | |
2331 | Sawmill=Mouse.Target.Parent.Parent | |
2332 | end | |
2333 | if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then | |
2334 | SawmillC = true | |
2335 | else | |
2336 | SawmillC = false | |
2337 | print"Something went wrong while setting the sawmill!" | |
2338 | end | |
2339 | if Treee ~= nil then | |
2340 | Mod(Treee) | |
2341 | else | |
2342 | print("Select tree with 'p!") | |
2343 | end | |
2344 | end | |
2345 | end) | |
2346 | ||
2347 | function Mod(SelectedPart) | |
2348 | if SawmillC ~= true then | |
2349 | print'Set the sawmill with "m"!' | |
2350 | return | |
2351 | end | |
2352 | if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then | |
2353 | print("Tree: "..SelectedPart.Parent.TreeClass.Value) | |
2354 | Tree = SelectedPart.Parent | |
2355 | Tree.PrimaryPart = SelectedPart | |
2356 | game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree) | |
2357 | Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame) | |
2358 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree) | |
2359 | end | |
2360 | end | |
2361 | end) | |
2362 | ||
2363 | RemoveT.Name = "RemoveT" | |
2364 | RemoveT.Parent = WoodFrame | |
2365 | RemoveT.BackgroundColor3 = Color3.new(0, 0, 0) | |
2366 | RemoveT.BorderColor3 = Color3.new(0, 0, 0) | |
2367 | RemoveT.Position = UDim2.new(0, 3, 0, 233) | |
2368 | RemoveT.Size = UDim2.new(0, 165, 0, 20) | |
2369 | RemoveT.Font = Enum.Font.Fantasy | |
2370 | RemoveT.FontSize = Enum.FontSize.Size18 | |
2371 | RemoveT.Text = "Remove Trees" | |
2372 | RemoveT.TextColor3 = Color3.new(255, 0, 0) | |
2373 | RemoveT.TextSize = 15 | |
2374 | RemoveT.MouseButton1Down:connect(function() | |
2375 | makesound("rbxassetid://156785206") | |
2376 | RemoveT.BackgroundColor3 = Color3.new(0, 0, 0) | |
2377 | RemoveT.TextColor3 = Color3.new(0, 1, 0) | |
2378 | for i,v in pairs(game.Workspace:GetDescendants()) do | |
2379 | if v.Name == "WoodSection" and v.Parent:FindFirstChild("CutEvent") then | |
2380 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.Parent) | |
2381 | game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v.Parent) | |
2382 | end | |
2383 | end | |
2384 | game.Workspace.DescendantAdded:connect(function(Thing) | |
2385 | wait(0.1) | |
2386 | if Thing.Name == "WoodSection" and Thing.Parent:FindFirstChild("CutEvent") then | |
2387 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Thing.Parent) | |
2388 | game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(Thing.Parent) | |
2389 | end | |
2390 | end) | |
2391 | end) | |
2392 | ||
2393 | Copymenu.Name = "Copymenu" | |
2394 | Copymenu.Parent = Picker | |
2395 | Copymenu.BackgroundColor3 = Color3.new(1, 1, 1) | |
2396 | Copymenu.BorderColor3 = Color3.new(0, 0, 0) | |
2397 | Copymenu.Position = UDim2.new(0, 15, 0,260) | |
2398 | Copymenu.Size = UDim2.new(0, 80, 0, 80) | |
2399 | Copymenu.ZIndex = 3 | |
2400 | Copymenu.Image = "rbxassetid://3899462163" | |
2401 | Copymenu.ScaleType = Enum.ScaleType.Crop | |
2402 | Copymenu.MouseButton1Click:Connect(function() | |
2403 | CurrentItem.Image = "rbxassetid://3886256996" | |
2404 | makesound("rbxassetid://156785206") | |
2405 | AIntroImage.Visible = false | |
2406 | AIntroImage1.Visible = false | |
2407 | end) | |
2408 | ||
2409 | CopyFrame.Name = "CopyFrame" | |
2410 | CopyFrame.Parent = MenuFrame | |
2411 | CopyFrame.BorderSizePixel = 1 | |
2412 | CopyFrame.BackgroundTransparency = 0 | |
2413 | CopyFrame.BorderColor3 = Color3.new(0, 0, 0) | |
2414 | CopyFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
2415 | CopyFrame.Size = UDim2.new(0, 170, 0, 439) | |
2416 | CopyFrame.Visible = false | |
2417 | ||
2418 | PlayerNameBox.Name = "PlayerNameBox" | |
2419 | PlayerNameBox.Parent = CopyFrame | |
2420 | PlayerNameBox.BackgroundColor3 = Color3.new(0, 0, 0) | |
2421 | PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0) | |
2422 | PlayerNameBox.Position = UDim2.new(0, 3, 0, 3) | |
2423 | PlayerNameBox.Size = UDim2.new(0, 165, 0, 20) | |
2424 | PlayerNameBox.Font = Enum.Font.Fantasy | |
2425 | PlayerNameBox.FontSize = Enum.FontSize.Size18 | |
2426 | PlayerNameBox.Text = "PLAYER NAME" | |
2427 | PlayerNameBox.TextColor3 = Color3.new(255, 0, 0) | |
2428 | PlayerNameBox.TextSize = 15 | |
2429 | ||
2430 | AXETRUCK.Name = "AXETRUCK" | |
2431 | AXETRUCK.Parent = CopyFrame | |
2432 | AXETRUCK.BackgroundColor3 = Color3.new(0, 0, 0) | |
2433 | AXETRUCK.BorderSizePixel = 1 | |
2434 | AXETRUCK.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
2435 | AXETRUCK.Position = UDim2.new(0,175, 0, 3) | |
2436 | AXETRUCK.Size = UDim2.new(0, 165, 0, 20) | |
2437 | AXETRUCK.Font = Enum.Font.Fantasy | |
2438 | AXETRUCK.FontSize = Enum.FontSize.Size18 | |
2439 | AXETRUCK.Text = "Axe + Truck S/Port" | |
2440 | AXETRUCK.TextColor3 = Color3.new(255, 0, 0) | |
2441 | AXETRUCK.TextSize = 15 | |
2442 | AXETRUCK.MouseButton1Down:connect(function() | |
2443 | makesound("rbxassetid://156785206") | |
2444 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2445 | wait(2.5) | |
2446 | MainFrame.Visible = false | |
2447 | OpenFrame.Visible = true | |
2448 | loadstring(game:HttpGet('https://pastebin.com/raw/TYUpEE2R',true))() | |
2449 | end) | |
2450 | ||
2451 | WireObjects.Name = "WireObjects" | |
2452 | WireObjects.Parent = CopyFrame | |
2453 | WireObjects.BackgroundColor3 = Color3.new(0, 0, 0) | |
2454 | WireObjects.BorderSizePixel = 1 | |
2455 | WireObjects.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
2456 | WireObjects.Position = UDim2.new(0,175, 0, 26) | |
2457 | WireObjects.Size = UDim2.new(0, 165, 0, 20) | |
2458 | WireObjects.Font = Enum.Font.Fantasy | |
2459 | WireObjects.FontSize = Enum.FontSize.Size18 | |
2460 | WireObjects.Text = "Wire Objects S/Port" | |
2461 | WireObjects.TextColor3 = Color3.new(255, 0, 0) | |
2462 | WireObjects.TextSize = 15 | |
2463 | WireObjects.MouseButton1Down:connect(function() | |
2464 | makesound("rbxassetid://156785206") | |
2465 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2466 | wait(2.5) | |
2467 | MainFrame.Visible = false | |
2468 | OpenFrame.Visible = true | |
2469 | loadstring(game:HttpGet('https://pastebin.com/raw/hf5D029M',true))() | |
2470 | end) | |
2471 | ||
2472 | giftsport.Name = "giftsport" | |
2473 | giftsport.Parent = CopyFrame | |
2474 | giftsport.BackgroundColor3 = Color3.new(0, 0, 0) | |
2475 | giftsport.BorderSizePixel = 1 | |
2476 | giftsport.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
2477 | giftsport.Position = UDim2.new(0,175, 0, 49) | |
2478 | giftsport.Size = UDim2.new(0, 165, 0, 20) | |
2479 | giftsport.Font = Enum.Font.Fantasy | |
2480 | giftsport.FontSize = Enum.FontSize.Size18 | |
2481 | giftsport.Text = "Gifts S/Port" | |
2482 | giftsport.TextColor3 = Color3.new(255, 0, 0) | |
2483 | giftsport.TextSize = 15 | |
2484 | giftsport.MouseButton1Down:connect(function() | |
2485 | makesound("rbxassetid://156785206") | |
2486 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2487 | wait(2.5) | |
2488 | MainFrame.Visible = false | |
2489 | OpenFrame.Visible = true | |
2490 | loadstring(game:HttpGet('https://pastebin.com/raw/br15QAkw',true))() | |
2491 | end) | |
2492 | ||
2493 | HardStructures.Name = "HardStructures" | |
2494 | HardStructures.Parent = CopyFrame | |
2495 | HardStructures.BackgroundColor3 = Color3.new(0, 0, 0) | |
2496 | HardStructures.BorderSizePixel = 1 | |
2497 | HardStructures.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
2498 | HardStructures.Position = UDim2.new(0,175, 0, 72) | |
2499 | HardStructures.Size = UDim2.new(0, 165, 0, 20) | |
2500 | HardStructures.Font = Enum.Font.Fantasy | |
2501 | HardStructures.FontSize = Enum.FontSize.Size18 | |
2502 | HardStructures.Text = "Glass + Conveyors S/Port" | |
2503 | HardStructures.TextColor3 = Color3.new(255, 0, 0) | |
2504 | HardStructures.TextSize = 15 | |
2505 | HardStructures.MouseButton1Down:connect(function() | |
2506 | makesound("rbxassetid://156785206") | |
2507 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2508 | wait(2.5) | |
2509 | MainFrame.Visible = false | |
2510 | OpenFrame.Visible = true | |
2511 | loadstring(game:HttpGet('https://pastebin.com/raw/sxGrqwEZ',true))() | |
2512 | end) | |
2513 | ||
2514 | other.Name = "other" | |
2515 | other.Parent = CopyFrame | |
2516 | other.BackgroundColor3 = Color3.new(0, 0, 0) | |
2517 | other.BorderSizePixel = 1 | |
2518 | other.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
2519 | other.Position = UDim2.new(0,175, 0, 95) | |
2520 | other.Size = UDim2.new(0, 165, 0, 20) | |
2521 | other.Font = Enum.Font.Fantasy | |
2522 | other.FontSize = Enum.FontSize.Size18 | |
2523 | other.Text = "Other S/Port" | |
2524 | other.TextColor3 = Color3.new(255, 0, 0) | |
2525 | other.TextSize = 15 | |
2526 | other.MouseButton1Down:connect(function() | |
2527 | makesound("rbxassetid://156785206") | |
2528 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2529 | wait(2.5) | |
2530 | MainFrame.Visible = false | |
2531 | OpenFrame.Visible = true | |
2532 | loadstring(game:HttpGet('https://pastebin.com/raw/e3MCdFDF',true))() | |
2533 | end) | |
2534 | ||
2535 | ||
2536 | Paintingf.Name = "Paintingf" | |
2537 | Paintingf.Parent = CopyFrame | |
2538 | Paintingf.BackgroundColor3 = Color3.new(0, 0, 0) | |
2539 | Paintingf.BorderSizePixel = 1 | |
2540 | Paintingf.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
2541 | Paintingf.Position = UDim2.new(0, 175, 0, 118) | |
2542 | Paintingf.Size = UDim2.new(0, 165, 0, 20) | |
2543 | Paintingf.Font = Enum.Font.Fantasy | |
2544 | Paintingf.FontSize = Enum.FontSize.Size18 | |
2545 | Paintingf.Text = "Painting + Furn S/Port" | |
2546 | Paintingf.TextColor3 = Color3.new(255, 0, 0) | |
2547 | Paintingf.TextSize = 15 | |
2548 | Paintingf.MouseButton1Down:connect(function() | |
2549 | makesound("rbxassetid://156785206") | |
2550 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2551 | wait(2.5) | |
2552 | MainFrame.Visible = false | |
2553 | OpenFrame.Visible = true | |
2554 | loadstring(game:HttpGet('https://pastebin.com/raw/qw5Vqh62',true))() | |
2555 | end) | |
2556 | ||
2557 | TPtreesPlanks.Name = "Tree aura" | |
2558 | TPtreesPlanks.Parent = CopyFrame | |
2559 | TPtreesPlanks.BackgroundColor3 = Color3.new(0, 0, 0) | |
2560 | TPtreesPlanks.BorderSizePixel = 1 | |
2561 | TPtreesPlanks.BorderColor3 = Color3.fromRGB(196, 40, 28) | |
2562 | TPtreesPlanks.Position = UDim2.new(0, 175, 0, 141) | |
2563 | TPtreesPlanks.Size = UDim2.new(0, 165, 0, 20) | |
2564 | TPtreesPlanks.Font = Enum.Font.Fantasy | |
2565 | TPtreesPlanks.FontSize = Enum.FontSize.Size18 | |
2566 | TPtreesPlanks.Text = "Plank S/Port" | |
2567 | TPtreesPlanks.TextColor3 = Color3.new(255, 0, 0) | |
2568 | TPtreesPlanks.TextSize = 15 | |
2569 | TPtreesPlanks.MouseButton1Down:connect(function() | |
2570 | makesound("rbxassetid://156785206") | |
2571 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2572 | wait(2.5) | |
2573 | MainFrame.Visible = false | |
2574 | OpenFrame.Visible = true | |
2575 | loadstring(game:HttpGet('https://pastebin.com/raw/uQEpKgLN',true))() | |
2576 | end) | |
2577 | ||
2578 | CopyBase.Name = "CopyBase" | |
2579 | CopyBase.Parent = CopyFrame | |
2580 | CopyBase.BackgroundColor3 = Color3.new(0, 0, 0) | |
2581 | CopyBase.BorderColor3 = Color3.new(0, 0, 0) | |
2582 | CopyBase.Position = UDim2.new(0, 3, 0, 26) | |
2583 | CopyBase.Size = UDim2.new(0, 165, 0, 20) | |
2584 | CopyBase.Font = Enum.Font.Fantasy | |
2585 | CopyBase.FontSize = Enum.FontSize.Size18 | |
2586 | CopyBase.Text = "Copy Base" | |
2587 | CopyBase.TextColor3 = Color3.new(255, 0, 0) | |
2588 | CopyBase.TextSize = 15 | |
2589 | CopyBase.MouseButton1Down:connect(function() | |
2590 | makesound("rbxassetid://156785206") | |
2591 | loadstring(game:HttpGet('https://pastebin.com/raw/p9mWDwFv',true))() | |
2592 | end) | |
2593 | ||
2594 | ||
2595 | ItemDupe.Name = "ItemDupe" | |
2596 | ItemDupe.Parent = CopyFrame | |
2597 | ItemDupe.BackgroundColor3 = Color3.new(0, 0, 0) | |
2598 | ItemDupe.BorderColor3 = Color3.new(0, 0, 0) | |
2599 | ItemDupe.Position = UDim2.new(0, 3, 0, 49) | |
2600 | ItemDupe.Size = UDim2.new(0, 165, 0, 20) | |
2601 | ItemDupe.Font = Enum.Font.Fantasy | |
2602 | ItemDupe.FontSize = Enum.FontSize.Size18 | |
2603 | ItemDupe.Text = "Dupe Mode" | |
2604 | ItemDupe.TextColor3 = Color3.new(255, 0, 0) | |
2605 | ItemDupe.TextSize = 15 | |
2606 | ItemDupe.MouseButton1Down:connect(function() | |
2607 | makesound("rbxassetid://156785206") | |
2608 | --Functions, look here for the source and how it works if you want to know, also give me credits if you skid xD | |
2609 | ||
2610 | --Prevent the game to kick you by letting the script error by not fincing the remote | |
2611 | if game.ReplicatedStorage.Transactions:FindFirstChild("AddLog") then | |
2612 | game.ReplicatedStorage.Transactions.AddLog:Destroy() | |
2613 | end | |
2614 | ||
2615 | --Button function (toggle) | |
2616 | local Enabled = false | |
2617 | ItemDupe.MouseButton1Down:Connect(function() | |
2618 | if Enabled == true then | |
2619 | Enabled = false | |
2620 | ItemDupe.Text = "Dupe Mode: Disabled" | |
2621 | elseif Enabled == false then | |
2622 | Enabled = true | |
2623 | ItemDupe.Text = "Dupe Mode: Enabled" | |
2624 | end | |
2625 | end) | |
2626 | ||
2627 | ||
2628 | --Changes slot to -1 when Enabled to prevent saving | |
2629 | while wait(.25) do | |
2630 | if Enabled == true then | |
2631 | game.Players.LocalPlayer.CurrentSaveSlot.Value = -1 | |
2632 | end | |
2633 | end | |
2634 | ||
2635 | --Credits to Johiro | |
2636 | end) | |
2637 | ||
2638 | GetWood.Name = "GetWood" | |
2639 | GetWood.Parent = CopyFrame | |
2640 | GetWood.BackgroundColor3 = Color3.new(0, 0, 0) | |
2641 | GetWood.BorderColor3 = Color3.new(0, 0, 0) | |
2642 | GetWood.Position = UDim2.new(0, 3, 0, 72) | |
2643 | GetWood.Size = UDim2.new(0, 165, 0, 20) | |
2644 | GetWood.Font = Enum.Font.Fantasy | |
2645 | GetWood.FontSize = Enum.FontSize.Size18 | |
2646 | GetWood.Text = "Steal all Wood" | |
2647 | GetWood.TextColor3 = Color3.new(255, 0, 0) | |
2648 | GetWood.TextSize = 15 | |
2649 | GetWood.MouseButton1Down:connect(function() | |
2650 | makesound("rbxassetid://156785206") | |
2651 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2652 | wait(2.5) | |
2653 | MainFrame.Visible = false | |
2654 | OpenFrame.Visible = true | |
2655 | loadstring(game:HttpGet('https://pastebin.com/raw/uKAXDx1d',true))() | |
2656 | end) | |
2657 | ||
2658 | GetItems.Name = "GetItems" | |
2659 | GetItems.Parent = CopyFrame | |
2660 | GetItems.BackgroundColor3 = Color3.new(0, 0, 0) | |
2661 | GetItems.BorderColor3 = Color3.new(0, 0, 0) | |
2662 | GetItems.Position = UDim2.new(0, 3, 0, 95) | |
2663 | GetItems.Size = UDim2.new(0, 165, 0, 20) | |
2664 | GetItems.Font = Enum.Font.Fantasy | |
2665 | GetItems.FontSize = Enum.FontSize.Size18 | |
2666 | GetItems.Text = "Steal all Items" | |
2667 | GetItems.TextColor3 = Color3.new(255, 0, 0) | |
2668 | GetItems.TextSize = 15 | |
2669 | GetItems.MouseButton1Down:connect(function() | |
2670 | makesound("rbxassetid://156785206") | |
2671 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2672 | wait(2.5) | |
2673 | MainFrame.Visible = false | |
2674 | OpenFrame.Visible = true | |
2675 | loadstring(game:HttpGet('https://pastebin.com/raw/qbZbq6Bi',true))() | |
2676 | end) | |
2677 | ||
2678 | GetAxes.Name = "GetAxes" | |
2679 | GetAxes.Parent = CopyFrame | |
2680 | GetAxes.BackgroundColor3 = Color3.new(0, 0, 0) | |
2681 | GetAxes.BorderColor3 = Color3.new(0, 0, 0) | |
2682 | GetAxes.Position = UDim2.new(0, 3, 0, 118) | |
2683 | GetAxes.Size = UDim2.new(0, 165, 0, 20) | |
2684 | GetAxes.Font = Enum.Font.Fantasy | |
2685 | GetAxes.FontSize = Enum.FontSize.Size18 | |
2686 | GetAxes.Text = "Steal all Axes" | |
2687 | GetAxes.TextColor3 = Color3.new(255, 0, 0) | |
2688 | GetAxes.TextSize = 15 | |
2689 | GetAxes.MouseButton1Down:connect(function() | |
2690 | makesound("rbxassetid://156785206") | |
2691 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2692 | wait(2.5) | |
2693 | MainFrame.Visible = false | |
2694 | OpenFrame.Visible = true | |
2695 | loadstring(game:HttpGet('https://pastebin.com/raw/y61fFyKY',true))() | |
2696 | end) | |
2697 | ||
2698 | ||
2699 | GetGifts.Name = "GetGifts" | |
2700 | GetGifts.Parent = CopyFrame | |
2701 | GetGifts.BackgroundColor3 = Color3.new(0, 0, 0) | |
2702 | GetGifts.BorderColor3 = Color3.new(0, 0, 0) | |
2703 | GetGifts.Position = UDim2.new(0, 3, 0, 141) | |
2704 | GetGifts.Size = UDim2.new(0, 165, 0, 20) | |
2705 | GetGifts.Font = Enum.Font.Fantasy | |
2706 | GetGifts.FontSize = Enum.FontSize.Size18 | |
2707 | GetGifts.Text = "Steal all Gifts" | |
2708 | GetGifts.TextColor3 = Color3.new(255, 0, 0) | |
2709 | GetGifts.TextSize = 15 | |
2710 | GetGifts.MouseButton1Down:connect(function() | |
2711 | makesound("rbxassetid://156785206") | |
2712 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2713 | wait(2.5) | |
2714 | MainFrame.Visible = false | |
2715 | OpenFrame.Visible = true | |
2716 | loadstring(game:HttpGet('https://pastebin.com/raw/QSADN8bJ',true))() | |
2717 | end) | |
2718 | ||
2719 | ||
2720 | ||
2721 | GetStructure.Name = "GetStructure" | |
2722 | GetStructure.Parent = CopyFrame | |
2723 | GetStructure.BackgroundColor3 = Color3.new(0, 0, 0) | |
2724 | GetStructure.BorderColor3 = Color3.new(0, 0, 0) | |
2725 | GetStructure.Position = UDim2.new(0, 3, 0, 164) | |
2726 | GetStructure.Size = UDim2.new(0, 165, 0, 20) | |
2727 | GetStructure.Font = Enum.Font.Fantasy | |
2728 | GetStructure.FontSize = Enum.FontSize.Size18 | |
2729 | GetStructure.Text = "Steal all Structures" | |
2730 | GetStructure.TextColor3 = Color3.new(255, 0, 0) | |
2731 | GetStructure.TextSize = 15 | |
2732 | GetStructure.MouseButton1Down:connect(function() | |
2733 | makesound("rbxassetid://156785206") | |
2734 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2735 | wait(2.5) | |
2736 | MainFrame.Visible = false | |
2737 | OpenFrame.Visible = true | |
2738 | loadstring(game:HttpGet('https://pastebin.com/raw/TtxVVGAn',true))() | |
2739 | end) | |
2740 | ||
2741 | GetFurniture.Name = "GetFurniture" | |
2742 | GetFurniture.Parent = CopyFrame | |
2743 | GetFurniture.BackgroundColor3 = Color3.new(0, 0, 0) | |
2744 | GetFurniture.BorderColor3 = Color3.new(0, 0, 0) | |
2745 | GetFurniture.Position = UDim2.new(0, 3, 0, 187) | |
2746 | GetFurniture.Size = UDim2.new(0, 165, 0, 20) | |
2747 | GetFurniture.Font = Enum.Font.Fantasy | |
2748 | GetFurniture.FontSize = Enum.FontSize.Size18 | |
2749 | GetFurniture.Text = "Steal all Furniture" | |
2750 | GetFurniture.TextColor3 = Color3.new(255, 0, 0) | |
2751 | GetFurniture.TextSize = 15 | |
2752 | GetFurniture.MouseButton1Down:connect(function() | |
2753 | makesound("rbxassetid://156785206") | |
2754 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2755 | wait(2.5) | |
2756 | MainFrame.Visible = false | |
2757 | OpenFrame.Visible = true | |
2758 | loadstring(game:HttpGet('https://pastebin.com/raw/iQujeNTN',true))() | |
2759 | end) | |
2760 | ||
2761 | ||
2762 | GetVehicle.Name = "GetVehicle" | |
2763 | GetVehicle.Parent = CopyFrame | |
2764 | GetVehicle.BackgroundColor3 = Color3.new(0, 0, 0) | |
2765 | GetVehicle.BorderColor3 = Color3.new(0, 0, 0) | |
2766 | GetVehicle.Position = UDim2.new(0, 3, 0, 210) | |
2767 | GetVehicle.Size = UDim2.new(0, 165, 0, 20) | |
2768 | GetVehicle.Font = Enum.Font.Fantasy | |
2769 | GetVehicle.FontSize = Enum.FontSize.Size18 | |
2770 | GetVehicle.Text = "Steal all Box Vehicles" | |
2771 | GetVehicle.TextColor3 = Color3.new(255, 0, 0) | |
2772 | GetVehicle.TextSize = 15 | |
2773 | GetVehicle.MouseButton1Down:connect(function() | |
2774 | makesound("rbxassetid://156785206") | |
2775 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2776 | wait(2.5) | |
2777 | MainFrame.Visible = false | |
2778 | OpenFrame.Visible = true | |
2779 | loadstring(game:HttpGet('https://pastebin.com/raw/D0z4jG6d',true))() | |
2780 | end) | |
2781 | ||
2782 | ||
2783 | GetWires.Name = "GetWires" | |
2784 | GetWires.Parent = CopyFrame | |
2785 | GetWires.BackgroundColor3 = Color3.new(0, 0, 0) | |
2786 | GetWires.BorderColor3 = Color3.new(0, 0, 0) | |
2787 | GetWires.Position = UDim2.new(0, 3, 0, 233) | |
2788 | GetWires.Size = UDim2.new(0, 165, 0, 20) | |
2789 | GetWires.Font = Enum.Font.Fantasy | |
2790 | GetWires.FontSize = Enum.FontSize.Size18 | |
2791 | GetWires.Text = "Steal all Wires" | |
2792 | GetWires.TextColor3 = Color3.new(255, 0, 0) | |
2793 | GetWires.TextSize = 15 | |
2794 | GetWires.MouseButton1Down:connect(function() | |
2795 | makesound("rbxassetid://156785206") | |
2796 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2797 | wait(2.5) | |
2798 | MainFrame.Visible = false | |
2799 | OpenFrame.Visible = true | |
2800 | loadstring(game:HttpGet('https://pastebin.com/raw/QS7Te9aP',true))() | |
2801 | end) | |
2802 | ||
2803 | local BringUp = Instance.new("TextButton") | |
2804 | ||
2805 | BringUp.Name = "BringUp" | |
2806 | BringUp.Parent = CopyFrame | |
2807 | BringUp.BackgroundColor3 = Color3.new(0, 0, 0) | |
2808 | BringUp.BorderColor3 = Color3.new(0, 0, 0) | |
2809 | BringUp.Position = UDim2.new(0, 3, 0, 256) | |
2810 | BringUp.Size = UDim2.new(0, 165, 0, 20) | |
2811 | BringUp.Font = Enum.Font.Fantasy | |
2812 | BringUp.FontSize = Enum.FontSize.Size18 | |
2813 | BringUp.Text = "BringUp" | |
2814 | BringUp.TextColor3 = Color3.new(255, 0, 0) | |
2815 | BringUp.TextSize = 15 | |
2816 | BringUp.MouseButton1Down:connect(function() | |
2817 | makesound("rbxassetid://156785206") | |
2818 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
2819 | wait(2.5) | |
2820 | MainFrame.Visible = false | |
2821 | OpenFrame.Visible = true | |
2822 | loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)() | |
2823 | end) | |
2824 | ||
2825 | ||
2826 | Slot.Name = "Slot" | |
2827 | Slot.Parent = CopyFrame | |
2828 | Slot.BackgroundColor3 = Color3.new(0, 0, 0) | |
2829 | Slot.BorderColor3 = Color3.new(0, 0, 0) | |
2830 | Slot.Position = UDim2.new(0, 3, 0, 279) | |
2831 | Slot.Size = UDim2.new(0, 165, 0, 20) | |
2832 | Slot.Font = Enum.Font.Fantasy | |
2833 | Slot.FontSize = Enum.FontSize.Size18 | |
2834 | Slot.Text = "Base Slot Number " | |
2835 | Slot.TextColor3 = Color3.new(1, 1, 1) | |
2836 | Slot.TextSize = 15 | |
2837 | ||
2838 | --Locals | |
2839 | local MoneyCooldown = false | |
2840 | local CurrentSlot = game.Players.LocalPlayer:WaitForChild("CurrentSaveSlot").Value | |
2841 | local ScriptLoad = false | |
2842 | local CurrentlySavingOrLoading = game.Players.LocalPlayer:WaitForChild("CurrentlySavingOrLoading") | |
2843 | ||
2844 | --Functions | |
2845 | local function CheckIfSlotAvailable(Slot) | |
2846 | for a,b in pairs(game.ReplicatedStorage.LoadSaveRequests.GetMetaData:InvokeServer(game.Players.LocalPlayer)) do | |
2847 | if a == Slot then | |
2848 | for c,d in pairs(b) do | |
2849 | if c == "NumSaves" and d ~= 0 then | |
2850 | return true | |
2851 | else | |
2852 | return false | |
2853 | end | |
2854 | end | |
2855 | end | |
2856 | end | |
2857 | end | |
2858 | ||
2859 | local function CheckSlotNumber() --Checks if the slot number is right | |
2860 | if Slot.Text == "1" or Slot.Text == "2" or Slot.Text == "3" or Slot.Text == "4" or Slot.Text == "5" or Slot.Text == "6" then | |
2861 | local SlotNumber = tonumber(Slot.Text) | |
2862 | return SlotNumber | |
2863 | else return false | |
2864 | end | |
2865 | end | |
2866 | ||
2867 | local function SendNotification(Title,Text,Duration) -- Sends Notification in the bottom right of the screen | |
2868 | game.StarterGui:SetCore("SendNotification", { | |
2869 | Title = Title; | |
2870 | Text = Text; | |
2871 | Icon = nil; | |
2872 | Duration = Duration | |
2873 | }) | |
2874 | end | |
2875 | ||
2876 | DMoney.Name = "DMoney" | |
2877 | DMoney.Parent = CopyFrame | |
2878 | DMoney.BackgroundColor3 = Color3.new(0, 0, 0) | |
2879 | DMoney.BorderColor3 = Color3.new(0, 0, 0) | |
2880 | DMoney.Position = UDim2.new(0, 3, 0, 302) | |
2881 | DMoney.Size = UDim2.new(0, 90, 0, 20) | |
2882 | DMoney.Font = Enum.Font.Fantasy | |
2883 | DMoney.FontSize = Enum.FontSize.Size18 | |
2884 | DMoney.Text = "Dupe Money" | |
2885 | DMoney.TextColor3 = Color3.new(255, 0, 0) | |
2886 | DMoney.TextSize = 15 | |
2887 | DMoney.MouseButton1Down:connect(function() --Sends the money and will come back after around 2 mins | |
2888 | makesound("rbxassetid://156785206") | |
2889 | if MoneyCooldown == true then | |
2890 | SendNotification("Cooldown Notification", "Wait for your Money to come back",2) | |
2891 | return | |
2892 | elseif MoneyCooldown == false then | |
2893 | MoneyCooldown = true | |
2894 | SendNotification("Money Sent", "Wait about 2 minutes for your Money to come back", 5) | |
2895 | game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1) | |
2896 | SendNotification("Money Received", "You received your money that you have sent earlier", 5) | |
2897 | MoneyCooldown = false | |
2898 | end | |
2899 | end) | |
2900 | ||
2901 | Load.Name = "Load" | |
2902 | Load.Parent = CopyFrame | |
2903 | Load.BackgroundColor3 = Color3.new(0, 0, 0) | |
2904 | Load.BorderColor3 = Color3.new(0, 0, 0) | |
2905 | Load.Position = UDim2.new(0, 97, 0, 312) | |
2906 | Load.Size = UDim2.new(0, 70, 0, 20) | |
2907 | Load.Font = Enum.Font.Fantasy | |
2908 | Load.FontSize = Enum.FontSize.Size18 | |
2909 | Load.Text = "Load Slot" | |
2910 | Load.TextColor3 = Color3.new(1, 1, 1) | |
2911 | Load.TextSize = 15 | |
2912 | Load.MouseButton1Down:connect(function() --Loads the slot you want | |
2913 | makesound("rbxassetid://156785206") | |
2914 | ScriptLoad = true | |
2915 | local CheckSlot = CheckSlotNumber() | |
2916 | if CheckSlot ~= false then | |
2917 | if CheckIfSlotAvailable(CheckSlot) == true then | |
2918 | local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot) | |
2919 | if LoadSlot == false then | |
2920 | SendNotification("Cooldown Notification", "You aren't abled to load now", 1) | |
2921 | end | |
2922 | if LoadSlot == true then | |
2923 | SendNotification("Reload Notification", "Loaded Your Slot", 2) | |
2924 | CurrentSlot = CheckSlot | |
2925 | end | |
2926 | else | |
2927 | SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2) | |
2928 | end | |
2929 | else | |
2930 | SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1) | |
2931 | end | |
2932 | ScriptLoad = false | |
2933 | end) | |
2934 | ||
2935 | Store.Name = "Store" | |
2936 | Store.Parent = CopyFrame | |
2937 | Store.BackgroundColor3 = Color3.new(0, 0, 0) | |
2938 | Store.BorderColor3 = Color3.new(0, 0, 0) | |
2939 | Store.Position = UDim2.new(0, 3, 0, 325) | |
2940 | Store.Size = UDim2.new(0, 90, 0, 20) | |
2941 | Store.Font = Enum.Font.Fantasy | |
2942 | Store.FontSize = Enum.FontSize.Size18 | |
2943 | Store.Text = "Store Axe" | |
2944 | Store.TextColor3 = Color3.new(255, 0, 0) | |
2945 | Store.TextSize = 15 | |
2946 | Store.MouseButton1Down:connect(function() --Stores the Axes somewhere so you can restore them later | |
2947 | makesound("rbxassetid://156785206") | |
2948 | Amount = 0 | |
2949 | for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do | |
2950 | if b.Name ~= "BlueprintTool" and b.Name == "Tool" then | |
2951 | b.Parent = game.Players.LocalPlayer | |
2952 | Amount = Amount + 1 | |
2953 | end | |
2954 | end | |
2955 | SendNotification("Store Notification", "Stored "..Amount.." Axes, you can restore them later", 2) | |
2956 | end) | |
2957 | ||
2958 | Restore.Name = "Restore" | |
2959 | Restore.Parent = CopyFrame | |
2960 | Restore.BackgroundColor3 = Color3.new(0, 0, 0) | |
2961 | Restore.BorderColor3 = Color3.new(0, 0, 0) | |
2962 | Restore.Position = UDim2.new(0, 3, 0, 348) | |
2963 | Restore.Size = UDim2.new(0, 165, 0, 20) | |
2964 | Restore.Font = Enum.Font.Fantasy | |
2965 | Restore.FontSize = Enum.FontSize.Size18 | |
2966 | Restore.Text = "Restore Axe" | |
2967 | Restore.TextColor3 = Color3.new(1, 1, 1) | |
2968 | Restore.TextSize = 15 | |
2969 | Restore.MouseButton1Down:connect(function() --Restores the axes that you stored with the Store function | |
2970 | makesound("rbxassetid://156785206") | |
2971 | Amount = 0 | |
2972 | for a,b in pairs(game.Players.LocalPlayer:GetChildren()) do | |
2973 | if b.Name ~= "BlueprintTool" and b.Name == "Tool" then | |
2974 | b.Parent = game.Players.LocalPlayer.Backpack | |
2975 | Amount = Amount + 1 | |
2976 | end | |
2977 | end | |
2978 | SendNotification("Restore Notification", "Restored "..Amount.." Axes that you Stored", 2) | |
2979 | end) | |
2980 | ||
2981 | SaveSlot.Name = "SaveSlot" | |
2982 | SaveSlot.Parent = CopyFrame | |
2983 | SaveSlot.BackgroundColor3 = Color3.new(0, 0, 0) | |
2984 | SaveSlot.BorderColor3 = Color3.new(0, 0, 0) | |
2985 | SaveSlot.Position = UDim2.new(0, 3, 0, 371) | |
2986 | SaveSlot.Size = UDim2.new(0, 165, 0, 20) | |
2987 | SaveSlot.Font = Enum.Font.Fantasy | |
2988 | SaveSlot.FontSize = Enum.FontSize.Size18 | |
2989 | SaveSlot.Text = "SaveSlot " | |
2990 | SaveSlot.TextColor3 = Color3.new(1, 1, 1) | |
2991 | SaveSlot.TextSize = 15 | |
2992 | SaveSlot.MouseButton1Down:connect(function() --Saves the slot that you want | |
2993 | makesound("rbxassetid://156785206") | |
2994 | local CheckSlot = CheckSlotNumber() | |
2995 | if CheckSlot ~= false then | |
2996 | if CurrentSlot ~= -1 then | |
2997 | local SaveSlot = game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(CheckSlot) | |
2998 | if SaveSlot == true then | |
2999 | SendNotification("Save Notification", "Saved your Slot", 2) | |
3000 | elseif SaveSlot == false then | |
3001 | SendNotification("Already Saving", "Saving/Loading is currently in Progress", 1) | |
3002 | end | |
3003 | else | |
3004 | SendNotification("Error", "Load Your Slot First before saving", 1) | |
3005 | end | |
3006 | else | |
3007 | SendNotification("Incorrect Slot", "Enter a number in the upper field", 1) | |
3008 | end | |
3009 | end) | |
3010 | ||
3011 | DropAxes.Name = "DropAxes" | |
3012 | DropAxes.Parent = CopyFrame | |
3013 | DropAxes.BackgroundColor3 = Color3.new(0, 0, 0) | |
3014 | DropAxes.BorderColor3 = Color3.new(0, 0, 0) | |
3015 | DropAxes.Position = UDim2.new(0, 3, 0, 417) | |
3016 | DropAxes.Size = UDim2.new(0, 165, 0, 20) | |
3017 | DropAxes.Font = Enum.Font.Fantasy | |
3018 | DropAxes.FontSize = Enum.FontSize.Size18 | |
3019 | DropAxes.Text = "Drop Axes " | |
3020 | DropAxes.TextColor3 = Color3.new(255, 0, 0) | |
3021 | DropAxes.TextSize = 15 | |
3022 | DropAxes.MouseButton1Down:connect(function() --Drops all your Axes | |
3023 | makesound("rbxassetid://156785206") | |
3024 | Amount = 0 | |
3025 | for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do | |
3026 | if b.Name ~= "BlueprintTool" and b.Name == "Tool" then | |
3027 | game.ReplicatedStorage.Interaction.ClientInteracted:FireServer(b, "Drop tool", game.Players.LocalPlayer.Character.Head.CFrame) | |
3028 | Amount = Amount + 1 | |
3029 | end | |
3030 | end | |
3031 | SendNotification("Axe Dropped", "Dropped "..Amount.." Axes from your Backpack",5) | |
3032 | end) | |
3033 | ||
3034 | CountAxes.Name = "CountAxes" | |
3035 | CountAxes.Parent = CopyFrame | |
3036 | CountAxes.BackgroundColor3 = Color3.new(0, 0, 0) | |
3037 | CountAxes.BorderColor3 = Color3.new(0, 0, 0) | |
3038 | CountAxes.Position = UDim2.new(0, 3, 0, 394) | |
3039 | CountAxes.Size = UDim2.new(0, 165, 0, 20) | |
3040 | CountAxes.Font = Enum.Font.Fantasy | |
3041 | CountAxes.FontSize = Enum.FontSize.Size18 | |
3042 | CountAxes.Text = "Count Axes " | |
3043 | CountAxes.TextColor3 = Color3.new(255, 0, 0) | |
3044 | CountAxes.TextSize = 15 | |
3045 | CountAxes.MouseButton1Down:connect(function() --Counts Axes in your Backpack (Equiped Axes dont Count) | |
3046 | makesound("rbxassetid://156785206") | |
3047 | Amount = 0 | |
3048 | for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do | |
3049 | if b.Name ~= "BlueprintTool" and b.Name == "Tool" then | |
3050 | Amount = Amount + 1 | |
3051 | end | |
3052 | end | |
3053 | SendNotification("Axe Amount", "You have "..Amount.." Axes in your Backpack",2) | |
3054 | end) | |
3055 | ||
3056 | Artmenu.Name = "Artmenu" | |
3057 | Artmenu.Parent = Picker | |
3058 | Artmenu.BackgroundColor3 = Color3.new(1, 1, 1) | |
3059 | Artmenu.BorderColor3 = Color3.new(0, 0, 0) | |
3060 | Artmenu.Position = UDim2.new(0, 15, 0, 345) | |
3061 | Artmenu.Size = UDim2.new(0, 80, 0, 80) | |
3062 | Artmenu.ZIndex = 3 | |
3063 | Artmenu.Image = "rbxassetid://3907587419" | |
3064 | Artmenu.ScaleType = Enum.ScaleType.Crop | |
3065 | Artmenu.MouseButton1Click:Connect(function() | |
3066 | CurrentItem.Image = "rbxassetid://3886256996" | |
3067 | makesound("rbxassetid://156785206") | |
3068 | AIntroImage.Visible = true | |
3069 | AIntroImage1.Visible = true | |
3070 | end) | |
3071 | ||
3072 | ||
3073 | ArtFrame.Name = "ArtFrame" | |
3074 | ArtFrame.Parent = MenuFrame | |
3075 | ArtFrame.BorderSizePixel = 1 | |
3076 | ArtFrame.BackgroundTransparency = 0 | |
3077 | ArtFrame.BorderColor3 = Color3.new(0, 0, 0) | |
3078 | ArtFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
3079 | ArtFrame.Size = UDim2.new(0, 170, 0, 280) | |
3080 | ArtFrame.Visible = false | |
3081 | ||
3082 | Paint.Name = "Paint" | |
3083 | Paint.Parent = ArtFrame | |
3084 | Paint.BackgroundColor3 = Color3.new(0, 0, 0) | |
3085 | Paint.BorderColor3 = Color3.new(0, 0, 0) | |
3086 | Paint.Position = UDim2.new(0, 3, 0, 3) | |
3087 | Paint.Size = UDim2.new(0, 165, 0, 20) | |
3088 | Paint.Font = Enum.Font.Fantasy | |
3089 | Paint.Text = "Paint" | |
3090 | Paint.TextColor3 = Color3.new(255, 0, 0) | |
3091 | Paint.TextSize = 15 | |
3092 | Paint.MouseButton1Down:connect(function() | |
3093 | makesound("rbxassetid://156785206") | |
3094 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
3095 | wait(2.5) | |
3096 | MainFrame.Visible = false | |
3097 | OpenFrame.Visible = true | |
3098 | loadstring(game:HttpGet('https://pastebin.com/raw/KwtFxY8L',true))() | |
3099 | end) | |
3100 | ||
3101 | ||
3102 | PaintFill.Name = "PaintFill" | |
3103 | PaintFill.Parent = ArtFrame | |
3104 | PaintFill.BackgroundColor3 = Color3.new(0, 0, 0) | |
3105 | PaintFill.BorderColor3 = Color3.new(0, 0, 0) | |
3106 | PaintFill.Position = UDim2.new(0, 3, 0, 26) | |
3107 | PaintFill.Size = UDim2.new(0, 165, 0, 20) | |
3108 | PaintFill.Font = Enum.Font.Fantasy | |
3109 | PaintFill.FontSize = Enum.FontSize.Size18 | |
3110 | PaintFill.Text = "Paint Fill" | |
3111 | PaintFill.TextColor3 = Color3.new(255, 0, 0) | |
3112 | PaintFill.TextSize = 15 | |
3113 | PaintFill.MouseButton1Down:connect(function() | |
3114 | makesound("rbxassetid://156785206") | |
3115 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
3116 | wait(2.5) | |
3117 | MainFrame.Visible = false | |
3118 | OpenFrame.Visible = true | |
3119 | loadstring(game:HttpGet('https://pastebin.com/raw/sc0gEqX5',true))() | |
3120 | end) | |
3121 | ||
3122 | ||
3123 | ||
3124 | BaseFLOOR.Name = "BaseFLOOR" | |
3125 | BaseFLOOR.Parent = ArtFrame | |
3126 | BaseFLOOR.BackgroundColor3 = Color3.new(0, 0, 0) | |
3127 | BaseFLOOR.BorderColor3 = Color3.new(0, 0, 0) | |
3128 | BaseFLOOR.Position = UDim2.new(0, 3, 0, 49) | |
3129 | BaseFLOOR.Size = UDim2.new(0, 165, 0, 20) | |
3130 | BaseFLOOR.Font = Enum.Font.Fantasy | |
3131 | BaseFLOOR.FontSize = Enum.FontSize.Size18 | |
3132 | BaseFLOOR.Text = "Base Floor Prints" | |
3133 | BaseFLOOR.TextColor3 = Color3.new(255, 0, 0) | |
3134 | BaseFLOOR.TextSize = 15 | |
3135 | BaseFLOOR.MouseButton1Down:connect(function() | |
3136 | makesound("rbxassetid://156785206") | |
3137 | loadstring(game:HttpGet('https://pastebin.com/raw/M4qfj349',true))() | |
3138 | ||
3139 | end) | |
3140 | ||
3141 | SingleWalls.Name = "SingleWalls" | |
3142 | SingleWalls.Parent = ArtFrame | |
3143 | SingleWalls.BackgroundColor3 = Color3.new(0, 0, 0) | |
3144 | SingleWalls.BorderColor3 = Color3.new(0, 0, 0) | |
3145 | SingleWalls.Position = UDim2.new(0, 3, 0, 72) | |
3146 | SingleWalls.Size = UDim2.new(0, 165, 0, 20) | |
3147 | SingleWalls.Font = Enum.Font.Fantasy | |
3148 | SingleWalls.FontSize = Enum.FontSize.Size18 | |
3149 | SingleWalls.Text = "Single Wall Prints" | |
3150 | SingleWalls.TextColor3 = Color3.new(255, 0, 0) | |
3151 | SingleWalls.TextSize = 15 | |
3152 | SingleWalls.MouseButton1Down:connect(function() | |
3153 | makesound("rbxassetid://156785206") | |
3154 | loadstring(game:HttpGet('https://pastebin.com/raw/vaDSYZcr',true))() | |
3155 | ||
3156 | end) | |
3157 | ||
3158 | DoubleWalls.Name = "DoubleWalls" | |
3159 | DoubleWalls.Parent = ArtFrame | |
3160 | DoubleWalls.BackgroundColor3 = Color3.new(0, 0, 0) | |
3161 | DoubleWalls.BorderColor3 = Color3.new(0, 0, 0) | |
3162 | DoubleWalls.Position = UDim2.new(0, 3, 0, 95) | |
3163 | DoubleWalls.Size = UDim2.new(0, 165, 0, 20) | |
3164 | DoubleWalls.Font = Enum.Font.Fantasy | |
3165 | DoubleWalls.FontSize = Enum.FontSize.Size18 | |
3166 | DoubleWalls.Text = "Double Wall Prints" | |
3167 | DoubleWalls.TextColor3 = Color3.new(255, 0, 0) | |
3168 | DoubleWalls.TextSize = 15 | |
3169 | DoubleWalls.MouseButton1Down:connect(function() | |
3170 | makesound("rbxassetid://156785206") | |
3171 | loadstring(game:HttpGet('https://pastebin.com/raw/VMzdN1b1',true))() | |
3172 | ||
3173 | end) | |
3174 | ||
3175 | TripleWalls.Name = "TripleWalls" | |
3176 | TripleWalls.Parent = ArtFrame | |
3177 | TripleWalls.BackgroundColor3 = Color3.new(0, 0, 0) | |
3178 | TripleWalls.BorderColor3 = Color3.new(0, 0, 0) | |
3179 | TripleWalls.Position = UDim2.new(0, 3, 0, 118) | |
3180 | TripleWalls.Size = UDim2.new(0, 165, 0, 20) | |
3181 | TripleWalls.Font = Enum.Font.Fantasy | |
3182 | TripleWalls.FontSize = Enum.FontSize.Size18 | |
3183 | TripleWalls.Text = "Triple Wall Prints" | |
3184 | TripleWalls.TextColor3 = Color3.new(255, 0, 0) | |
3185 | TripleWalls.TextSize = 15 | |
3186 | TripleWalls.MouseButton1Down:connect(function() | |
3187 | makesound("rbxassetid://156785206") | |
3188 | loadstring(game:HttpGet('https://pastebin.com/raw/WGjKAWCp',true))() | |
3189 | ||
3190 | end) | |
3191 | ||
3192 | Hoofer.Name = "Hoofer" | |
3193 | Hoofer.Parent = ArtFrame | |
3194 | Hoofer.BackgroundColor3 = Color3.new(0, 0, 0) | |
3195 | Hoofer.BorderColor3 = Color3.new(0, 0, 0) | |
3196 | Hoofer.Position = UDim2.new(0, 3, 0, 141) | |
3197 | Hoofer.Size = UDim2.new(0, 165, 0, 20) | |
3198 | Hoofer.Font = Enum.Font.Fantasy | |
3199 | Hoofer.FontSize = Enum.FontSize.Size18 | |
3200 | Hoofer.Text = "Hoofer Art Gui" | |
3201 | Hoofer.TextColor3 = Color3.new(255, 0, 0) | |
3202 | Hoofer.TextSize = 15 | |
3203 | Hoofer.MouseButton1Down:connect(function() | |
3204 | makesound("rbxassetid://156785206") | |
3205 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
3206 | wait(2.5) | |
3207 | MainFrame.Visible = false | |
3208 | OpenFrame.Visible = true | |
3209 | loadstring(game:HttpGet('https://pastebin.com/raw/byWaCwR8',true))() | |
3210 | end) | |
3211 | ||
3212 | Landart.Name = "Landart" | |
3213 | Landart.Parent = ArtFrame | |
3214 | Landart.BackgroundColor3 = Color3.new(0, 0, 0) | |
3215 | Landart.BorderColor3 = Color3.new(0, 0, 0) | |
3216 | Landart.Position = UDim2.new(0, 3, 0, 164) | |
3217 | Landart.Size = UDim2.new(0, 165, 0, 20) | |
3218 | Landart.Font = Enum.Font.Fantasy | |
3219 | Landart.FontSize = Enum.FontSize.Size18 | |
3220 | Landart.Text = "Custom Land Art" | |
3221 | Landart.TextColor3 = Color3.new(255, 0, 0) | |
3222 | Landart.TextSize = 15 | |
3223 | Landart.MouseButton1Down:connect(function() | |
3224 | makesound("rbxassetid://156785206") | |
3225 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
3226 | wait(2.5) | |
3227 | MainFrame.Visible = false | |
3228 | OpenFrame.Visible = true | |
3229 | loadstring(game:HttpGet('https://pastebin.com/raw/Thdycw8W',true))() | |
3230 | end) | |
3231 | ||
3232 | BluePrints.Name = "BluePrints" | |
3233 | BluePrints.Parent = ArtFrame | |
3234 | BluePrints.BackgroundColor3 = Color3.new(0, 0, 0) | |
3235 | BluePrints.BorderColor3 = Color3.new(0, 0, 0) | |
3236 | BluePrints.Position = UDim2.new(0, 3, 0, 187) | |
3237 | BluePrints.Size = UDim2.new(0, 165, 0, 20) | |
3238 | BluePrints.Font = Enum.Font.Fantasy | |
3239 | BluePrints.FontSize = Enum.FontSize.Size18 | |
3240 | BluePrints.Text = "BluePrints" | |
3241 | BluePrints.TextColor3 = Color3.new(255, 0, 0) | |
3242 | BluePrints.TextSize = 15 | |
3243 | BluePrints.MouseButton1Down:connect(function() | |
3244 | makesound("rbxassetid://156785206") | |
3245 | for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do | |
3246 | local clone = v:Clone() | |
3247 | clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints | |
3248 | end | |
3249 | end) | |
3250 | ||
3251 | ||
3252 | MaxLand.Name = "MaxLand" | |
3253 | MaxLand.Parent = ArtFrame | |
3254 | MaxLand.BackgroundColor3 = Color3.new(0, 0, 0) | |
3255 | MaxLand.BorderColor3 = Color3.new(0, 0, 0) | |
3256 | MaxLand.Position = UDim2.new(0, 3, 0, 210) | |
3257 | MaxLand.Size = UDim2.new(0, 165, 0, 20) | |
3258 | MaxLand.Font = Enum.Font.Fantasy | |
3259 | MaxLand.FontSize = Enum.FontSize.Size18 | |
3260 | MaxLand.Text = "MaxLand" | |
3261 | MaxLand.TextColor3 = Color3.new(255, 0, 0) | |
3262 | MaxLand.TextSize = 15 | |
3263 | MaxLand.MouseButton1Down:connect(function() | |
3264 | makesound("rbxassetid://156785206") | |
3265 | for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do | |
3266 | if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then | |
3267 | base = v | |
3268 | square = v.OriginSquare | |
3269 | end | |
3270 | end | |
3271 | function makebase(pos) | |
3272 | local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty | |
3273 | Event:FireServer(base, pos) | |
3274 | end | |
3275 | spos = square.Position | |
3276 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z)) | |
3277 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z)) | |
3278 | makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40)) | |
3279 | makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40)) | |
3280 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40)) | |
3281 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40)) | |
3282 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40)) | |
3283 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40)) | |
3284 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z)) | |
3285 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z)) | |
3286 | makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80)) | |
3287 | makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80)) | |
3288 | --Corners-- | |
3289 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80)) | |
3290 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80)) | |
3291 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80)) | |
3292 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80)) | |
3293 | --Corners-- | |
3294 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80)) | |
3295 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80)) | |
3296 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40)) | |
3297 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40)) | |
3298 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40)) | |
3299 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40)) | |
3300 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80)) | |
3301 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80)) | |
3302 | ||
3303 | end) | |
3304 | ||
3305 | ||
3306 | ||
3307 | WipeBase.Name = "WipeBase" | |
3308 | WipeBase.Parent = ArtFrame | |
3309 | WipeBase.BackgroundColor3 = Color3.new(0, 0, 0) | |
3310 | WipeBase.BorderColor3 = Color3.new(0, 0, 0) | |
3311 | WipeBase.Position = UDim2.new(0, 3, 0, 233) | |
3312 | WipeBase.Size = UDim2.new(0, 165, 0, 20) | |
3313 | WipeBase.Font = Enum.Font.Fantasy | |
3314 | WipeBase.FontSize = Enum.FontSize.Size18 | |
3315 | WipeBase.Text = "Wipe Base" | |
3316 | WipeBase.TextColor3 = Color3.new(255, 0, 0) | |
3317 | WipeBase.TextSize = 15 | |
3318 | WipeBase.MouseButton1Down:Connect(function() | |
3319 | makesound("rbxassetid://156785206") | |
3320 | plr = game.Players.LocalPlayer.Name | |
3321 | pmds = game.Workspace.PlayerModels | |
3322 | PlaceR = game.ReplicatedStorage.Interaction.DestroyStructure | |
3323 | for i, v in pairs(pmds:GetChildren()) do | |
3324 | if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] and v:FindFirstChild("ItemName") and v:FindFirstChild("Type") and (v.PrimaryPart ~= nil or v:FindFirstChild("MainCFrame")) then | |
3325 | PlaceR:FireServer(v) | |
3326 | end | |
3327 | end | |
3328 | end) | |
3329 | ||
3330 | WCollide = "Nothing" | |
3331 | ||
3332 | toolamenu.Name = "toolamenu" | |
3333 | toolamenu.Parent = Picker | |
3334 | toolamenu.BackgroundColor3 = Color3.new(1, 1, 1) | |
3335 | toolamenu.BorderColor3 = Color3.new(0, 0, 0) | |
3336 | toolamenu.Position = UDim2.new(0, 15, 0,430) | |
3337 | toolamenu.Size = UDim2.new(0, 80, 0, 80) | |
3338 | toolamenu.ZIndex = 3 | |
3339 | toolamenu.Image = "rbxassetid://3916428981" | |
3340 | toolamenu.ScaleType = Enum.ScaleType.Crop | |
3341 | toolamenu.MouseButton1Click:Connect(function() | |
3342 | CurrentItem.Image = "rbxassetid://3886256996" | |
3343 | makesound("rbxassetid://156785206") | |
3344 | AIntroImage.Visible = false | |
3345 | AIntroImage1.Visible = false | |
3346 | ||
3347 | end) | |
3348 | ||
3349 | toolaFrame.Name = "toolaFrame" | |
3350 | toolaFrame.Parent = MenuFrame | |
3351 | toolaFrame.BorderSizePixel = 1 | |
3352 | toolaFrame.BackgroundTransparency = 0 | |
3353 | toolaFrame.BorderColor3 = Color3.new(0, 0, 0) | |
3354 | toolaFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
3355 | toolaFrame.Size = UDim2.new(0, 170, 0, 442) | |
3356 | toolaFrame.Visible = false | |
3357 | ||
3358 | JumpText.Name = "JumpText" | |
3359 | JumpText.Parent = toolaFrame | |
3360 | JumpText.BackgroundColor3 = Color3.new(0, 0, 0) | |
3361 | JumpText.BorderColor3 = Color3.new(0, 0, 0) | |
3362 | JumpText.Position = UDim2.new(0, 147, 0, 26) | |
3363 | JumpText.Size = UDim2.new(0, 21, 0, 20) | |
3364 | JumpText.Font = Enum.Font.Fantasy | |
3365 | JumpText.FontSize = Enum.FontSize.Size18 | |
3366 | JumpText.Text = "50" | |
3367 | JumpText.TextColor3 = Color3.new(255, 0, 0) | |
3368 | JumpText.TextSize = 15 | |
3369 | ||
3370 | JumpPower.Name = "JumpPowerLabel" | |
3371 | JumpPower.Parent = toolaFrame | |
3372 | JumpPower.BackgroundColor3 = Color3.new(0, 0, 0) | |
3373 | JumpPower.BorderColor3 = Color3.new(0, 0, 0) | |
3374 | JumpPower.Position = UDim2.new(0, 3, 0, 26) | |
3375 | JumpPower.Size = UDim2.new(0, 140, 0, 20) | |
3376 | JumpPower.Font = Enum.Font.Fantasy | |
3377 | JumpPower.FontSize = Enum.FontSize.Size18 | |
3378 | JumpPower.Text = "Jump Power" | |
3379 | JumpPower.TextColor3 = Color3.new(255, 0, 0) | |
3380 | JumpPower.TextSize = 15 | |
3381 | ||
3382 | player = game.Players.LocalPlayer | |
3383 | Jump = 50 | |
3384 | ||
3385 | JumpPower.MouseButton1Down:connect(function() | |
3386 | Jump = JumpText.Text | |
3387 | end) | |
3388 | ||
3389 | player.Character.Humanoid.JumpPower = Jump | |
3390 | ||
3391 | player.Character.Humanoid.Changed:connect(function() | |
3392 | player.Character.Humanoid.JumpPower = Jump | |
3393 | ||
3394 | end) | |
3395 | ||
3396 | WalkspeedLabel.Name = "WalkspeedLabel" | |
3397 | WalkspeedLabel.Parent = toolaFrame | |
3398 | WalkspeedLabel.BackgroundColor3 = Color3.new(0, 0, 0) | |
3399 | WalkspeedLabel.BorderColor3 = Color3.new(0, 0, 0) | |
3400 | WalkspeedLabel.Position = UDim2.new(0, 3, 0, 3) | |
3401 | WalkspeedLabel.Size = UDim2.new(0, 140, 0, 20) | |
3402 | WalkspeedLabel.Font = Enum.Font.Fantasy | |
3403 | WalkspeedLabel.FontSize = Enum.FontSize.Size18 | |
3404 | WalkspeedLabel.Text = "Walkspeed" | |
3405 | WalkspeedLabel.TextColor3 = Color3.new(255, 0, 0) | |
3406 | WalkspeedLabel.TextSize = 15 | |
3407 | ||
3408 | WalkSpeed.Name = "WalkSpeed" | |
3409 | WalkSpeed.Parent = toolaFrame | |
3410 | WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0) | |
3411 | WalkSpeed.BorderColor3 = Color3.new(0, 0, 0) | |
3412 | WalkSpeed.Position = UDim2.new(0, 147, 0, 3) | |
3413 | WalkSpeed.Size = UDim2.new(0, 21, 0, 20) | |
3414 | WalkSpeed.Font = Enum.Font.Fantasy | |
3415 | WalkSpeed.FontSize = Enum.FontSize.Size18 | |
3416 | WalkSpeed.Text = "V" | |
3417 | WalkSpeed.TextColor3 = Color3.new(255, 0, 0) | |
3418 | WalkSpeed.TextSize = 15 | |
3419 | ||
3420 | WalkspeedLabel.MouseButton1Down:connect(function() | |
3421 | local walkspeedplayer = game:GetService("Players").LocalPlayer | |
3422 | local walkspeedmouse = walkspeedplayer:GetMouse() | |
3423 | ||
3424 | local walkspeedenabled = false | |
3425 | ||
3426 | function x_walkspeed(key) | |
3427 | if (key == "v") then | |
3428 | if walkspeedenabled == false then | |
3429 | _G.WS = 150; | |
3430 | ||
3431 | local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid; | |
3432 | Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function() | |
3433 | Humanoid.WalkSpeed = _G.WS; | |
3434 | end) | |
3435 | Humanoid.WalkSpeed = _G.WS; | |
3436 | ||
3437 | walkspeedenabled = true | |
3438 | elseif walkspeedenabled == true then | |
3439 | _G.WS = 15; | |
3440 | local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid; | |
3441 | Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function() | |
3442 | Humanoid.WalkSpeed = _G.WS; | |
3443 | end) | |
3444 | Humanoid.WalkSpeed = _G.WS; | |
3445 | ||
3446 | walkspeedenabled = false | |
3447 | end | |
3448 | end | |
3449 | end | |
3450 | ||
3451 | walkspeedmouse.KeyDown:connect(x_walkspeed) | |
3452 | ||
3453 | end) | |
3454 | ||
3455 | AntiBlack.Name = "AntiBlackLabel" | |
3456 | AntiBlack.Parent = toolaFrame | |
3457 | AntiBlack.BackgroundColor3 = Color3.new(0, 0, 0) | |
3458 | AntiBlack.BorderColor3 = Color3.new(0, 0, 0) | |
3459 | AntiBlack.Position = UDim2.new(0, 3, 0, 49) | |
3460 | AntiBlack.Size = UDim2.new(0, 165, 0, 20) | |
3461 | AntiBlack.Font = Enum.Font.Fantasy | |
3462 | AntiBlack.FontSize = Enum.FontSize.Size18 | |
3463 | AntiBlack.Text = "Anti Black List (OFF)" | |
3464 | AntiBlack.TextColor3 = Color3.new(255, 0, 0) | |
3465 | AntiBlack.TextSize = 15 | |
3466 | AntiBlack.MouseButton1Click:connect(function() | |
3467 | makesound("rbxassetid://156785206") | |
3468 | AntiBlack.TextColor3 = Color3.new(0, 1, 0) | |
3469 | AntiBlack.BackgroundColor3 = Color3.new(0, 0, 0) | |
3470 | AntiBlack.Text = "Anti Black List (ON)" | |
3471 | local plr = game.Players.LocalPlayer | |
3472 | local cframe | |
3473 | for i,v in next, workspace:GetDescendants() do | |
3474 | if v:IsA("SpawnLocation") then | |
3475 | v.Touched:Connect(function(h) | |
3476 | if h.Parent == plr.Character and cframe then | |
3477 | plr.Character:SetPrimaryPartCFrame(cframe) | |
3478 | end | |
3479 | end) | |
3480 | end | |
3481 | end | |
3482 | ||
3483 | game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function() | |
3484 | if game.Players.LocalPlayer.Character.PrimaryPart then | |
3485 | cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame | |
3486 | end | |
3487 | end) | |
3488 | ||
3489 | for i,v in next, debug.getregistry() do | |
3490 | if type(v)=='function' and debug.getupvalues(v).lastUpdate then | |
3491 | debug.setupvalue(v,"lastUpdate",math.huge) | |
3492 | break | |
3493 | end | |
3494 | end | |
3495 | ||
3496 | for i,v in next, workspace.Effects:GetChildren() do | |
3497 | if v:IsA("BasePart") and v.Name == "BlacklistWall" then | |
3498 | v:Destroy() | |
3499 | end | |
3500 | end | |
3501 | end) | |
3502 | ||
3503 | GriefFly.Name = "GriefFly" | |
3504 | GriefFly.Parent = toolaFrame | |
3505 | GriefFly.BackgroundColor3 = Color3.new(0, 0, 0) | |
3506 | GriefFly.BorderColor3 = Color3.new(0, 0, 0) | |
3507 | GriefFly.Position = UDim2.new(0, 3, 0, 72) | |
3508 | GriefFly.Size = UDim2.new(0, 110, 0, 20) | |
3509 | GriefFly.Font = Enum.Font.Fantasy | |
3510 | GriefFly.FontSize = Enum.FontSize.Size18 | |
3511 | GriefFly.Text = "Grief Fly Off " | |
3512 | GriefFly.TextColor3 = Color3.new(255, 0, 0) | |
3513 | GriefFly.TextSize = 15 | |
3514 | GriefFly.MouseButton1Click:connect(function() | |
3515 | GriefFly.Text = "Grief Fly On " | |
3516 | GriefFly.TextColor3 = Color3.new(0, 1, 0) | |
3517 | StopGriefFly.Text = "Stop Fly" | |
3518 | Speed = 2 | |
3519 | Force = 800000 | |
3520 | ||
3521 | --Script: | |
3522 | lplayer = game:GetService("Players").LocalPlayer | |
3523 | Mouse = lplayer:GetMouse() | |
3524 | speedfly = Speed | |
3525 | T = lplayer.Character.HumanoidRootPart | |
3526 | CONTROL = {F = 0, B = 0, L = 0, R = 0} | |
3527 | lCONTROL = {F = 0, B = 0, L = 0, R = 0} | |
3528 | ||
3529 | local function fly() | |
3530 | flying = true | |
3531 | local BG = Instance.new('BodyGyro', T) | |
3532 | local BV = Instance.new('BodyVelocity', T) | |
3533 | BG.P = 9e4 | |
3534 | BG.maxTorque = Vector3.new(9e9, 9e9, 9e9) | |
3535 | BG.cframe = T.CFrame | |
3536 | BV.velocity = Vector3.new(0, 0.1, 0) | |
3537 | BV.maxForce = Vector3.new(9e9, 9e9, 9e9) | |
3538 | spawn(function() | |
3539 | repeat wait() | |
3540 | lplayer.Character.Humanoid.PlatformStand = true | |
3541 | if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then | |
3542 | SPEED = 50 | |
3543 | elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then | |
3544 | SPEED = 0 | |
3545 | end | |
3546 | if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then | |
3547 | BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED | |
3548 | lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R} | |
3549 | elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then | |
3550 | BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED | |
3551 | else | |
3552 | BV.velocity = Vector3.new(0, 0.1, 0) | |
3553 | end | |
3554 | BG.cframe = workspace.CurrentCamera.CoordinateFrame | |
3555 | until not flying | |
3556 | CONTROL = {F = 0, B = 0, L = 0, R = 0} | |
3557 | lCONTROL = {F = 0, B = 0, L = 0, R = 0} | |
3558 | SPEED = 0 | |
3559 | BG:destroy() | |
3560 | BV:destroy() | |
3561 | lplayer.Character.Humanoid.PlatformStand = false | |
3562 | end) | |
3563 | end | |
3564 | Mouse.KeyDown:connect(function(KEY) | |
3565 | if KEY:lower() == 'w' then | |
3566 | CONTROL.F = speedfly | |
3567 | elseif KEY:lower() == 's' then | |
3568 | CONTROL.B = -speedfly | |
3569 | elseif KEY:lower() == 'a' then | |
3570 | CONTROL.L = -speedfly | |
3571 | elseif KEY:lower() == 'd' then | |
3572 | CONTROL.R = speedfly | |
3573 | end | |
3574 | end) | |
3575 | Mouse.KeyUp:connect(function(KEY) | |
3576 | if KEY:lower() == 'w' then | |
3577 | CONTROL.F = 0 | |
3578 | elseif KEY:lower() == 's' then | |
3579 | CONTROL.B = 0 | |
3580 | elseif KEY:lower() == 'a' then | |
3581 | CONTROL.L = 0 | |
3582 | elseif KEY:lower() == 'd' then | |
3583 | CONTROL.R = 0 | |
3584 | end | |
3585 | end) | |
3586 | fly() | |
3587 | ||
3588 | ||
3589 | -- Made by JackMcJagger15 | |
3590 | ||
3591 | power = Force -- change this to make it more or less powerful | |
3592 | ||
3593 | game:GetService('RunService').Stepped:connect(function() | |
3594 | game.Players.LocalPlayer.Character.Head.CanCollide = false | |
3595 | game.Players.LocalPlayer.Character.Torso.CanCollide = false | |
3596 | game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false | |
3597 | game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false | |
3598 | end) | |
3599 | ||
3600 | wait(.1) | |
3601 | local bambam = Instance.new("BodyThrust") | |
3602 | bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart | |
3603 | bambam.Force = Vector3.new(power,0,power) | |
3604 | bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position | |
3605 | ||
3606 | while wait(0.2) do | |
3607 | game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:connect(function() | |
3608 | script:Remove() | |
3609 | end) | |
3610 | end | |
3611 | end) | |
3612 | ||
3613 | StopGriefFly.Name = "StopGriefFly" | |
3614 | StopGriefFly.Parent = toolaFrame | |
3615 | StopGriefFly.BackgroundColor3 = Color3.new(0, 0, 0) | |
3616 | StopGriefFly.BorderColor3 = Color3.new(0, 0, 0) | |
3617 | StopGriefFly.Position = UDim2.new(0, 117, 0, 72) | |
3618 | StopGriefFly.Size = UDim2.new(0, 51, 0, 20) | |
3619 | StopGriefFly.Font = Enum.Font.Fantasy | |
3620 | StopGriefFly.FontSize = Enum.FontSize.Size18 | |
3621 | StopGriefFly.Text = "Stop Fly" | |
3622 | StopGriefFly.TextColor3 = Color3.new(255, 0, 0) | |
3623 | StopGriefFly.TextSize = 15 | |
3624 | StopGriefFly.MouseButton1Click:connect(function() | |
3625 | GriefFly.TextColor3 = Color3.new(1, 1, 1) | |
3626 | active = false | |
3627 | game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove() | |
3628 | if flying then | |
3629 | end | |
3630 | GriefFly.Text = "Grief Fly Off " | |
3631 | StopGriefFly.Text = "Press Fly" | |
3632 | GriefFly.TextColor3 = Color3.new(255, 0, 0) | |
3633 | end) | |
3634 | ||
3635 | Fly.Name = "Fly" | |
3636 | Fly.Parent = toolaFrame | |
3637 | Fly.BackgroundColor3 = Color3.new(0, 0, 0) | |
3638 | Fly.BorderColor3 = Color3.new(0, 0, 0) | |
3639 | Fly.Position = UDim2.new(0, 3, 0, 95) | |
3640 | Fly.Size = UDim2.new(0, 165, 0, 20) | |
3641 | Fly.Font = Enum.Font.Fantasy | |
3642 | Fly.FontSize = Enum.FontSize.Size18 | |
3643 | Fly.Text = "Fly (Press again to STOP)" | |
3644 | Fly.TextColor3 = Color3.new(255, 0, 0) | |
3645 | Fly.TextSize = 15 | |
3646 | Fly.MouseButton1Down:connect(function() | |
3647 | makesound("rbxassetid://156785206") | |
3648 | ||
3649 | flying = not flying | |
3650 | repeat wait() | |
3651 | until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid") | |
3652 | local mouse = game.Players.LocalPlayer:GetMouse() | |
3653 | repeat wait() until mouse | |
3654 | local plr = game.Players.LocalPlayer | |
3655 | local torso = plr.Character.Torso | |
3656 | local deb = true | |
3657 | local ctrl = {f = 0, b = 0, l = 0, r = 0} | |
3658 | local lastctrl = {f = 0, b = 0, l = 0, r = 0} | |
3659 | local maxspeed = 200 | |
3660 | local speed = 0 | |
3661 | if flying then | |
3662 | end | |
3663 | ||
3664 | function FlyFunction() | |
3665 | local bg = Instance.new("BodyGyro", torso) | |
3666 | bg.P = 9e4 | |
3667 | bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) | |
3668 | bg.cframe = torso.CFrame | |
3669 | local bv = Instance.new("BodyVelocity", torso) | |
3670 | bv.velocity = Vector3.new(0,0.1,0) | |
3671 | bv.maxForce = Vector3.new(9e9, 9e9, 9e9) | |
3672 | repeat wait() | |
3673 | plr.Character.Humanoid.PlatformStand = true | |
3674 | if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then | |
3675 | speed = speed+.5+(speed/maxspeed) | |
3676 | if speed > maxspeed then | |
3677 | speed = maxspeed | |
3678 | end | |
3679 | elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then | |
3680 | speed = speed-1 | |
3681 | if speed < 0 then | |
3682 | speed = 0 | |
3683 | end | |
3684 | end | |
3685 | if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then | |
3686 | 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 | |
3687 | lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r} | |
3688 | elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then | |
3689 | 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 | |
3690 | else | |
3691 | bv.velocity = Vector3.new(0,0.1,0) | |
3692 | end | |
3693 | bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0) | |
3694 | until not flying | |
3695 | ctrl = {f = 0, b = 0, l = 0, r = 0} | |
3696 | lastctrl = {f = 0, b = 0, l = 0, r = 0} | |
3697 | speed = 0 | |
3698 | bg:Destroy() | |
3699 | bv:Destroy() | |
3700 | plr.Character.Humanoid.PlatformStand = false | |
3701 | end | |
3702 | mouse.KeyDown:connect(function(key) | |
3703 | if key:lower() == "w" then | |
3704 | ctrl.f = 1 | |
3705 | elseif key:lower() == "s" then | |
3706 | ctrl.b = -1 | |
3707 | elseif key:lower() == "a" then | |
3708 | ctrl.l = -1 | |
3709 | elseif key:lower() == "d" then | |
3710 | ctrl.r = 1 | |
3711 | ||
3712 | end | |
3713 | end) | |
3714 | mouse.KeyUp:connect(function(key) | |
3715 | if key:lower() == "w" then | |
3716 | ctrl.f = 0 | |
3717 | elseif key:lower() == "s" then | |
3718 | ctrl.b = 0 | |
3719 | elseif key:lower() == "a" then | |
3720 | ctrl.l = 0 | |
3721 | elseif key:lower() == "d" then | |
3722 | ctrl.r = 0 | |
3723 | end | |
3724 | end) | |
3725 | FlyFunction() | |
3726 | ||
3727 | end) | |
3728 | ||
3729 | PinkWires.Name = "PinkWires" | |
3730 | PinkWires.Parent = toolaFrame | |
3731 | PinkWires.BackgroundColor3 = Color3.new(0, 0, 0) | |
3732 | PinkWires.BorderColor3 = Color3.new(0, 0, 0) | |
3733 | PinkWires.Position = UDim2.new(0, 3, 0, 118) | |
3734 | PinkWires.Size = UDim2.new(0, 165, 0, 20) | |
3735 | PinkWires.Font = Enum.Font.Fantasy | |
3736 | PinkWires.FontSize = Enum.FontSize.Size18 | |
3737 | PinkWires.Text = "Pink Wires" | |
3738 | PinkWires.TextColor3 = Color3.new(255, 0, 0) | |
3739 | PinkWires.TextSize = 15 | |
3740 | PinkWires.MouseButton1Click:connect(function() | |
3741 | makesound("rbxassetid://156785206") | |
3742 | local typecurrent = false | |
3743 | if typecurrent == true then | |
3744 | typecurrent = false | |
3745 | PinkWires.TextColor3 = Color3.new(0.666667, 0, 0) | |
3746 | PinkWires.Text = "Pink Wires: Magenta Icicle" | |
3747 | local c = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true) | |
3748 | c.Name = "Wire" | |
3749 | local d = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true) | |
3750 | d:Destroy() | |
3751 | elseif typecurrent == false then | |
3752 | typecurrent = true | |
3753 | PinkWires.TextColor3 = Color3.new(0, 1,0) | |
3754 | PinkWires.Text = "Pink Wires: Active" | |
3755 | local a = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true) | |
3756 | a.Name = "Wire" | |
3757 | local b = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true) | |
3758 | b:Destroy() | |
3759 | end | |
3760 | end) | |
3761 | ||
3762 | WaterCollide.Name = "WaterCollide" | |
3763 | WaterCollide.Parent = toolaFrame | |
3764 | WaterCollide.BackgroundColor3 = Color3.new(0, 0, 0) | |
3765 | WaterCollide.BorderColor3 = Color3.new(0, 0, 0) | |
3766 | WaterCollide.Position = UDim2.new(0, 3, 0, 141) | |
3767 | WaterCollide.Size = UDim2.new(0, 165, 0, 20) | |
3768 | WaterCollide.Font = Enum.Font.Fantasy | |
3769 | WaterCollide.FontSize = Enum.FontSize.Size18 | |
3770 | WaterCollide.Text = "Walk On Water" | |
3771 | WaterCollide.TextColor3 = Color3.new(255, 0, 0) | |
3772 | WaterCollide.TextSize = 15 | |
3773 | WaterCollide.MouseButton1Down:connect(function() | |
3774 | makesound("rbxassetid://156785206") | |
3775 | if WCollide == "Nothing" then | |
3776 | WCollide = "On" | |
3777 | WaterCollide.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
3778 | WaterCollide.TextColor3 = Color3.new(0, 1, 0) | |
3779 | WaterCollide.Text = "Water Is Solid" | |
3780 | game:service'ReplicatedStorage'.Interaction.Ban:Destroy() | |
3781 | Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban" | |
3782 | for i,v in pairs(game.Workspace.Water:GetChildren()) do | |
3783 | if v:IsA("Part") then | |
3784 | v.CanCollide = true | |
3785 | end | |
3786 | end | |
3787 | else | |
3788 | WCollide = "Nothing" | |
3789 | WaterCollide.BackgroundColor3 = Color3.new(0, 0, 0) | |
3790 | WaterCollide.TextColor3 = Color3.new(255, 0, 0) | |
3791 | WaterCollide.Text = "Walk On Water" | |
3792 | for i,v in pairs(game.Workspace.Water:GetChildren()) do | |
3793 | if v:IsA("Part") then | |
3794 | v.CanCollide = false | |
3795 | end | |
3796 | end | |
3797 | end | |
3798 | end) | |
3799 | ||
3800 | ||
3801 | ClickTP.Name = "ClickTP" | |
3802 | ClickTP.Parent = toolaFrame | |
3803 | ClickTP.BackgroundColor3 = Color3.new(0, 0, 0) | |
3804 | ClickTP.BorderColor3 = Color3.new(0, 0, 0) | |
3805 | ClickTP.Position = UDim2.new(0, 3, 0, 164) | |
3806 | ClickTP.Size = UDim2.new(0, 165, 0, 20) | |
3807 | ClickTP.Font = Enum.Font.Fantasy | |
3808 | ClickTP.FontSize = Enum.FontSize.Size18 | |
3809 | ClickTP.Text = "ClickTP" | |
3810 | ClickTP.TextColor3 = Color3.new(255, 0, 0) | |
3811 | ClickTP.TextSize = 15 | |
3812 | ClickTP.MouseButton1Click:Connect(function() | |
3813 | makesound("rbxassetid://156785206") | |
3814 | mouse = game.Players.LocalPlayer:GetMouse() | |
3815 | tool = Instance.new("Tool") | |
3816 | tool.RequiresHandle = false | |
3817 | tool.Name = "Click Teleport" | |
3818 | tool.Activated:connect(function() | |
3819 | local pos = mouse.Hit+Vector3.new(0,2.5,0) | |
3820 | pos = CFrame.new(pos.X,pos.Y,pos.Z) | |
3821 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos | |
3822 | end) | |
3823 | tool.Parent = game.Players.LocalPlayer.Backpack | |
3824 | end) | |
3825 | ||
3826 | Noclip.Name = "Noclip" | |
3827 | Noclip.Parent = toolaFrame | |
3828 | Noclip.BackgroundColor3 = Color3.new(0, 0, 0) | |
3829 | Noclip.BorderColor3 = Color3.new(0, 0, 0) | |
3830 | Noclip.Position = UDim2.new(0, 3, 0, 187) | |
3831 | Noclip.Size = UDim2.new(0, 165, 0, 20) | |
3832 | Noclip.Font = Enum.Font.Fantasy | |
3833 | Noclip.FontSize = Enum.FontSize.Size18 | |
3834 | Noclip.Text = "No clip" | |
3835 | Noclip.TextColor3 = Color3.new(255, 0, 0) | |
3836 | Noclip.TextSize = 15 | |
3837 | noclip = false | |
3838 | game:GetService('RunService').Stepped:connect(function() | |
3839 | if noclip then | |
3840 | game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) | |
3841 | Noclip.BackgroundColor3 = Color3.new(0, 0, 0) | |
3842 | Noclip.TextColor3 = Color3.new(0, 1, 0) | |
3843 | Noclip.Text = "No Clip On" | |
3844 | end | |
3845 | end) | |
3846 | Noclip.MouseButton1Down:connect(function() | |
3847 | makesound("rbxassetid://156785206") | |
3848 | noclip = not noclip | |
3849 | Noclip.BackgroundColor3 = Color3.new(0, 0, 0) | |
3850 | Noclip.TextColor3 = Color3.new(255, 0, 0) | |
3851 | Noclip.Text = "No Clip Off" | |
3852 | ||
3853 | end) | |
3854 | AntiAFKtime.Name = "AntiAFKtime" | |
3855 | AntiAFKtime.Parent = toolaFrame | |
3856 | AntiAFKtime.BackgroundColor3 = Color3.new(0, 0, 0) | |
3857 | AntiAFKtime.BorderColor3 = Color3.new(0, 0, 0) | |
3858 | AntiAFKtime.Position = UDim2.new(0, 3, 0, 210) | |
3859 | AntiAFKtime.Size = UDim2.new(0, 165, 0, 20) | |
3860 | AntiAFKtime.Font = Enum.Font.Fantasy | |
3861 | AntiAFKtime.FontSize = Enum.FontSize.Size18 | |
3862 | AntiAFKtime.Text = "AFK for: 0 Seconds" | |
3863 | AntiAFKtime.TextColor3 = Color3.new(255, 0, 0) | |
3864 | AntiAFKtime.TextSize = 15 | |
3865 | ||
3866 | ||
3867 | AntiAFK.Name = "AntiAFK" | |
3868 | AntiAFK.Parent = toolaFrame | |
3869 | AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0) | |
3870 | AntiAFK.BorderColor3 = Color3.new(0, 0, 0) | |
3871 | AntiAFK.Position = UDim2.new(0, 3, 0, 233) | |
3872 | AntiAFK.Size = UDim2.new(0, 165, 0, 20) | |
3873 | AntiAFK.Font = Enum.Font.Fantasy | |
3874 | AntiAFK.FontSize = Enum.FontSize.Size18 | |
3875 | AntiAFK.Text = "Start Anti-AFK Mode" | |
3876 | AntiAFK.TextColor3 = Color3.new(255, 0, 0) | |
3877 | AntiAFK.TextSize = 15 | |
3878 | AntiAFK.MouseButton1Down:Connect(function() | |
3879 | makesound("rbxassetid://156785206") | |
3880 | if afkactive == true then | |
3881 | afkactive = false | |
3882 | AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0) | |
3883 | AntiAFKtime.TextColor3 = Color3.new(0, 1, 0) | |
3884 | AntiAFK.Text = "Start Anti-AFK Mode" | |
3885 | elseif afkactive == false then | |
3886 | afkactive = true | |
3887 | AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0) | |
3888 | AntiAFKtime.TextColor3 = Color3.new(1, 1, 1) | |
3889 | AntiAFK.Text = "Stop Anti-AFK Mode" | |
3890 | ||
3891 | logtime = coroutine.wrap(function() | |
3892 | afktotaltime=0 | |
3893 | while afkactive == true do | |
3894 | wait(1) | |
3895 | afktotaltime=afktotaltime+1 | |
3896 | AntiAFKtime.Text = "AFK for: "..afktotaltime.." Seconds" | |
3897 | end | |
3898 | end) | |
3899 | ||
3900 | messageBot = coroutine.wrap(function() | |
3901 | while afkactive == true do | |
3902 | wait(900) | |
3903 | possiblechats = {"afk", "brb", "I'm AFK"} | |
3904 | decide=math.random(1,#possiblechats) | |
3905 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(possiblechats[decide], "All") | |
3906 | game.Players:Chat("/e point") | |
3907 | end | |
3908 | end) | |
3909 | ||
3910 | moveChar = coroutine.wrap(function() | |
3911 | plr = game:service'Players'.LocalPlayer | |
3912 | char = plr.Character | |
3913 | hum = char:FindFirstChildOfClass'Humanoid' | |
3914 | while afkactive==true do | |
3915 | wait(1) | |
3916 | hum:Move(Vector3.new(1, 0, 0), false) | |
3917 | wait(1) | |
3918 | hum:Move(Vector3.new(-1, 0, 0), false) | |
3919 | wait(1) | |
3920 | hum:Move(Vector3.new(1, 0, 0), false) | |
3921 | wait(1) | |
3922 | hum:Move(Vector3.new(-1, 0, 0), false) | |
3923 | wait(1) | |
3924 | hum:Move(Vector3.new(0, 1, 0), false) | |
3925 | wait(1) | |
3926 | hum:Move(Vector3.new(0, 1, 0), false) | |
3927 | wait(60) | |
3928 | end | |
3929 | end) | |
3930 | ||
3931 | logtime() | |
3932 | moveChar() | |
3933 | messageBot() | |
3934 | ||
3935 | end | |
3936 | end) | |
3937 | ||
3938 | ||
3939 | Fog.Name = "Fog" | |
3940 | Fog.Parent = toolaFrame | |
3941 | Fog.BackgroundColor3 = Color3.new(0, 0, 0) | |
3942 | Fog.BorderColor3 = Color3.new(0, 0, 0) | |
3943 | Fog.Position = UDim2.new(0, 3, 0, 256) | |
3944 | Fog.Size = UDim2.new(0, 165, 0, 20) | |
3945 | Fog.Font = Enum.Font.Fantasy | |
3946 | Fog.FontSize = Enum.FontSize.Size18 | |
3947 | Fog.Text = "Remove Fog" | |
3948 | Fog.TextColor3 = Color3.new(255, 0, 0) | |
3949 | Fog.TextSize = 15 | |
3950 | Fog.MouseButton1Down:connect(function() | |
3951 | makesound("rbxassetid://156785206") | |
3952 | Fog.BackgroundColor3 = Color3.new(0, 0, 0) | |
3953 | Fog.TextColor3 = Color3.new(0, 1, 0) | |
3954 | game.Lighting.Changed:connect(function() | |
3955 | game.Lighting.TimeOfDay = "12:00:00" | |
3956 | game.Lighting.FogEnd = 9999 | |
3957 | game.Lighting.Brightness = 2 | |
3958 | end) | |
3959 | end) | |
3960 | ||
3961 | CARAs.Name = "CARAs" | |
3962 | CARAs.Parent = toolaFrame | |
3963 | CARAs.BackgroundColor3 = Color3.new(0, 0, 0) | |
3964 | CARAs.BorderColor3 = Color3.new(0, 0, 0) | |
3965 | CARAs.Position = UDim2.new(0, 147, 0, 279) | |
3966 | CARAs.Size = UDim2.new(0, 21, 0, 20) | |
3967 | CARAs.Font = Enum.Font.Fantasy | |
3968 | CARAs.FontSize = Enum.FontSize.Size18 | |
3969 | CARAs.Text = "S" | |
3970 | CARAs.TextColor3 = Color3.new(255, 0, 0) | |
3971 | CARAs.TextSize = 15 | |
3972 | ||
3973 | CARA.Name = "CARA" | |
3974 | CARA.Parent = toolaFrame | |
3975 | CARA.BackgroundColor3 = Color3.new(0, 0, 0) | |
3976 | CARA.BorderColor3 = Color3.new(0, 0, 0) | |
3977 | CARA.Position = UDim2.new(0, 3, 0, 279) | |
3978 | CARA.Size = UDim2.new(0, 140, 0, 20) | |
3979 | CARA.Font = Enum.Font.Fantasy | |
3980 | CARA.FontSize = Enum.FontSize.Size18 | |
3981 | CARA.Text = "Fast Car" | |
3982 | CARA.TextColor3 = Color3.new(255, 0, 0) | |
3983 | CARA.TextSize = 15 | |
3984 | CARA.MouseButton1Down:connect(function() | |
3985 | makesound("rbxassetid://156785206") | |
3986 | CARA.BackgroundColor3 = Color3.new(0, 0, 0) | |
3987 | CARA.TextColor3 = Color3.new(0, 1, 0) | |
3988 | game.Workspace.PlayerModels.ChildAdded:connect(function(ADDED) | |
3989 | wait(0.5) | |
3990 | if ADDED:FindFirstChild('Configuration') then | |
3991 | if ADDED.Configuration:FindFirstChild('MaxSpeed') then | |
3992 | ADDED.Configuration.MaxSpeed.Value = CARAs.Text | |
3993 | end | |
3994 | end | |
3995 | end) | |
3996 | end) | |
3997 | ||
3998 | PinkCar = Instance.new("TextButton") | |
3999 | TpCar = Instance.new("TextButton") | |
4000 | PinkCars = Instance.new("TextButton") | |
4001 | ||
4002 | PinkCar.Name = "PinkCar" | |
4003 | PinkCar.Parent = toolaFrame | |
4004 | PinkCar.BackgroundColor3 = Color3.new(0, 0, 0) | |
4005 | PinkCar.BorderColor3 = Color3.new(0, 0, 0) | |
4006 | PinkCar.Position = UDim2.new(0, 3, 0, 302) | |
4007 | PinkCar.Size = UDim2.new(0, 140, 0, 20) | |
4008 | PinkCar.Font = Enum.Font.Fantasy | |
4009 | PinkCar.FontSize = Enum.FontSize.Size18 | |
4010 | PinkCar.Text = "Pink Car Spawner" | |
4011 | PinkCar.TextColor3 = Color3.new(255, 0, 0) | |
4012 | PinkCar.TextSize = 15 | |
4013 | ||
4014 | PinkCars.Name = "PinkCars" | |
4015 | PinkCars.Parent = toolaFrame | |
4016 | PinkCars.BackgroundColor3 = Color3.new(0, 0, 0) | |
4017 | PinkCars.BorderColor3 = Color3.new(0, 0, 0) | |
4018 | PinkCars.Position = UDim2.new(0, 147, 0, 302) | |
4019 | PinkCars.Size = UDim2.new(0, 21, 0, 20) | |
4020 | PinkCars.Font = Enum.Font.Fantasy | |
4021 | PinkCars.FontSize = Enum.FontSize.Size18 | |
4022 | PinkCars.Text = "C" | |
4023 | PinkCars.TextColor3 = Color3.new(255, 0, 0) | |
4024 | PinkCars.TextSize = 15 | |
4025 | ||
4026 | PinkCar.MouseButton1Click:connect(function() | |
4027 | PinkCars.TextColor3 = Color3.new(0, 1, 0) | |
4028 | PinkCar.TextColor3 = Color3.new(0, 1, 0) | |
4029 | if _G.Executed == false or _G.Executed == nil then | |
4030 | _G.Executed = true | |
4031 | Spawned = false | |
4032 | Spawning = false | |
4033 | SpawnPad = nil | |
4034 | workspace.PlayerModels.ChildAdded:connect(function(Added) | |
4035 | if Spawned == false and Spawning == false then | |
4036 | Owner = nil | |
4037 | CheckTries = 0 | |
4038 | CheckSuccess = false | |
4039 | repeat | |
4040 | wait() | |
4041 | CheckTries = CheckTries + 1 | |
4042 | if Added:FindFirstChild("Owner") and Added:FindFirstChild("Type") and Added.Type.Value == "Vehicle" and Added:FindFirstChild("Settings") and Added.Settings:FindFirstChild("Color") then | |
4043 | CheckSuccess = true | |
4044 | Owner = Added.Owner.Value | |
4045 | end | |
4046 | until CheckTries == 75 or CheckSuccess == true | |
4047 | if Owner == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(Owner) == true then | |
4048 | Spawning = true | |
4049 | Added:WaitForChild("Settings") | |
4050 | Added.Settings:WaitForChild("Color") | |
4051 | if tostring(Added.Settings.Color.Value) == tostring(1032) then | |
4052 | Spawned = true | |
4053 | Spawning = false | |
4054 | print(Spawned) | |
4055 | elseif tostring(Added.Settings.Color.Value) ~= tostring(1032) then | |
4056 | if SpawnPad:FindFirstChild("ButtonRemote_SpawnButton") and SpawnPad:FindFirstChild("Owner") then | |
4057 | if SpawnPad.Owner.Value == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(SpawnPad.Owner.Value) == true then | |
4058 | Spawning = false | |
4059 | game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(SpawnPad.ButtonRemote_SpawnButton) | |
4060 | end | |
4061 | end | |
4062 | end | |
4063 | end | |
4064 | end | |
4065 | end) | |
4066 | ||
4067 | mouse = game.Players.LocalPlayer:GetMouse() | |
4068 | mouse.KeyDown:connect(function(key) | |
4069 | if key:lower() == "c" then | |
4070 | if mouse.Target.Parent:FindFirstChild("ButtonRemote_SpawnButton") then | |
4071 | SpawnPad = mouse.Target.Parent | |
4072 | Spawned = false | |
4073 | Spawning = false | |
4074 | game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(mouse.Target.Parent.ButtonRemote_SpawnButton) | |
4075 | else | |
4076 | Spawned = true | |
4077 | Spawning = false | |
4078 | end | |
4079 | end | |
4080 | end) | |
4081 | end | |
4082 | spawn(function() | |
4083 | repeat | |
4084 | wait() | |
4085 | if Spawned == true then | |
4086 | Spawned = false | |
4087 | game:GetService("StarterGui"):SetCore("SendNotification", { | |
4088 | Title = "Pink Car", | |
4089 | Text = "Successful Spawned." | |
4090 | }) | |
4091 | end | |
4092 | until Spawned == true | |
4093 | end) | |
4094 | end) | |
4095 | ||
4096 | TpCar.Name = "TpCar" | |
4097 | TpCar.Parent = toolaFrame | |
4098 | TpCar.BackgroundColor3 = Color3.new(0, 0, 0) | |
4099 | TpCar.BorderColor3 = Color3.new(0, 0, 0) | |
4100 | TpCar.Position = UDim2.new(0, 3, 0, 325) | |
4101 | TpCar.Size = UDim2.new(0, 165, 0, 20) | |
4102 | TpCar.Font = Enum.Font.Fantasy | |
4103 | TpCar.FontSize = Enum.FontSize.Size18 | |
4104 | TpCar.Text = "TP Cars" | |
4105 | TpCar.TextColor3 = Color3.new(255, 0, 0) | |
4106 | TpCar.TextSize = 15 | |
4107 | ||
4108 | TpCarFrame.Name = "TpCarFrame" | |
4109 | TpCarFrame.Parent = MenuFrame | |
4110 | TpCarFrame.BorderSizePixel = 1 | |
4111 | TpCarFrame.BackgroundTransparency = 0 | |
4112 | TpCarFrame.BorderColor3 = Color3.new(0, 0, 0) | |
4113 | TpCarFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
4114 | TpCarFrame.Size = UDim2.new(0, 170, 0, 327) | |
4115 | TpCarFrame.Visible = false | |
4116 | ||
4117 | SpawnPointa.Name = "SpawnPointa" | |
4118 | SpawnPointa.Parent = TpCarFrame | |
4119 | SpawnPointa.BackgroundColor3 = Color3.new(0, 0, 0) | |
4120 | SpawnPointa.BorderColor3 = Color3.new(0, 0, 0) | |
4121 | SpawnPointa.Position = UDim2.new(0, 3, 0, 3) | |
4122 | SpawnPointa.Size = UDim2.new(0, 165, 0, 20) | |
4123 | SpawnPointa.Font = Enum.Font.Fantasy | |
4124 | SpawnPointa.Text = "Spawn Point" | |
4125 | SpawnPointa.TextColor3 = Color3.new(255, 0, 0) | |
4126 | SpawnPointa.TextSize = 15 | |
4127 | ||
4128 | furnabox.Name = "furnabox" | |
4129 | furnabox.Parent = TpCarFrame | |
4130 | furnabox.BackgroundColor3 = Color3.new(0, 0, 0) | |
4131 | furnabox.BorderColor3 = Color3.new(0, 0, 0) | |
4132 | furnabox.Position = UDim2.new(0, 3, 0, 26) | |
4133 | furnabox.Size = UDim2.new(0, 165, 0, 20) | |
4134 | furnabox.Font = Enum.Font.Fantasy | |
4135 | furnabox.Text = "Box Cars + Furnishings" | |
4136 | furnabox.TextColor3 = Color3.new(255, 0, 0) | |
4137 | furnabox.TextSize = 15 | |
4138 | ||
4139 | LinkLogic.Name = "LinkLogic" | |
4140 | LinkLogic.Parent = TpCarFrame | |
4141 | LinkLogic.BackgroundColor3 = Color3.new(0, 0, 0) | |
4142 | LinkLogic.BorderColor3 = Color3.new(0, 0, 0) | |
4143 | LinkLogic.Position = UDim2.new(0, 3, 0, 49) | |
4144 | LinkLogic.Size = UDim2.new(0, 165, 0, 20) | |
4145 | LinkLogic.Font = Enum.Font.Fantasy | |
4146 | LinkLogic.Text = "Link's Logic" | |
4147 | LinkLogic.TextColor3 = Color3.new(255, 0, 0) | |
4148 | LinkLogic.TextSize = 15 | |
4149 | ||
4150 | Bshack.Name = "Bshack" | |
4151 | Bshack.Parent = TpCarFrame | |
4152 | Bshack.BackgroundColor3 = Color3.new(0, 0, 0) | |
4153 | Bshack.BorderColor3 = Color3.new(0, 0, 0) | |
4154 | Bshack.Position = UDim2.new(0, 3, 0, 72) | |
4155 | Bshack.Size = UDim2.new(0, 165, 0, 20) | |
4156 | Bshack.Font = Enum.Font.Fantasy | |
4157 | Bshack.Text = "Bob's Shack" | |
4158 | Bshack.TextColor3 = Color3.new(255, 0, 0) | |
4159 | Bshack.TextSize = 15 | |
4160 | ||
4161 | Docka.Name = "Docka" | |
4162 | Docka.Parent = TpCarFrame | |
4163 | Docka.BackgroundColor3 = Color3.new(0, 0, 0) | |
4164 | Docka.BorderColor3 = Color3.new(0, 0, 0) | |
4165 | Docka.Position = UDim2.new(0, 3, 0, 95) | |
4166 | Docka.Size = UDim2.new(0, 165, 0, 20) | |
4167 | Docka.Font = Enum.Font.Fantasy | |
4168 | Docka.Text = "Dock" | |
4169 | Docka.TextColor3 = Color3.new(255, 0, 0) | |
4170 | Docka.TextSize = 15 | |
4171 | ||
4172 | FineShop.Name = "FineShop" | |
4173 | FineShop.Parent = TpCarFrame | |
4174 | FineShop.BackgroundColor3 = Color3.new(0, 0, 0) | |
4175 | FineShop.BorderColor3 = Color3.new(0, 0, 0) | |
4176 | FineShop.Position = UDim2.new(0, 3, 0, 118) | |
4177 | FineShop.Size = UDim2.new(0, 165, 0, 20) | |
4178 | FineShop.Font = Enum.Font.Fantasy | |
4179 | FineShop.Text = "Fine Arts Shop" | |
4180 | FineShop.TextColor3 = Color3.new(255, 0, 0) | |
4181 | FineShop.TextSize = 15 | |
4182 | ||
4183 | Deny.Name = "Deny" | |
4184 | Deny.Parent = TpCarFrame | |
4185 | Deny.BackgroundColor3 = Color3.new(0, 0, 0) | |
4186 | Deny.BorderColor3 = Color3.new(0, 0, 0) | |
4187 | Deny.Position = UDim2.new(0, 3, 0, 141) | |
4188 | Deny.Size = UDim2.new(0, 165, 0, 20) | |
4189 | Deny.Font = Enum.Font.Fantasy | |
4190 | Deny.Text = "The Den" | |
4191 | Deny.TextColor3 = Color3.new(255, 0, 0) | |
4192 | Deny.TextSize = 15 | |
4193 | ||
4194 | OfSight.Name = "OfSight" | |
4195 | OfSight.Parent = TpCarFrame | |
4196 | OfSight.BackgroundColor3 = Color3.new(0, 0, 0) | |
4197 | OfSight.BorderColor3 = Color3.new(0, 0, 0) | |
4198 | OfSight.Position = UDim2.new(0, 3, 0, 164) | |
4199 | OfSight.Size = UDim2.new(0, 165, 0, 20) | |
4200 | OfSight.Font = Enum.Font.Fantasy | |
4201 | OfSight.Text = "Shrine Of Sight" | |
4202 | OfSight.TextColor3 = Color3.new(255, 0, 0) | |
4203 | OfSight.TextSize = 15 | |
4204 | ||
4205 | SKI.Name = "SKI" | |
4206 | SKI.Parent = TpCarFrame | |
4207 | SKI.BackgroundColor3 = Color3.new(0, 0, 0) | |
4208 | SKI.BorderColor3 = Color3.new(0, 0, 0) | |
4209 | SKI.Position = UDim2.new(0, 3, 0, 187) | |
4210 | SKI.Size = UDim2.new(0, 165, 0, 20) | |
4211 | SKI.Font = Enum.Font.Fantasy | |
4212 | SKI.Text = "Ski Lodge" | |
4213 | SKI.TextColor3 = Color3.new(255, 0, 0) | |
4214 | SKI.TextSize = 15 | |
4215 | ||
4216 | LightHouse.Name = "LightHouse" | |
4217 | LightHouse.Parent = TpCarFrame | |
4218 | LightHouse.BackgroundColor3 = Color3.new(0, 0, 0) | |
4219 | LightHouse.BorderColor3 = Color3.new(0, 0, 0) | |
4220 | LightHouse.Position = UDim2.new(0, 3, 0, 210) | |
4221 | LightHouse.Size = UDim2.new(0, 165, 0, 20) | |
4222 | LightHouse.Font = Enum.Font.Fantasy | |
4223 | LightHouse.Text = "Light House" | |
4224 | LightHouse.TextColor3 = Color3.new(255, 0, 0) | |
4225 | LightHouse.TextSize = 15 | |
4226 | ||
4227 | LavaTreeA.Name = "LavaTreeA" | |
4228 | LavaTreeA.Parent = TpCarFrame | |
4229 | LavaTreeA.BackgroundColor3 = Color3.new(0, 0, 0) | |
4230 | LavaTreeA.BorderColor3 = Color3.new(0, 0, 0) | |
4231 | LavaTreeA.Position = UDim2.new(0, 3, 0, 233) | |
4232 | LavaTreeA.Size = UDim2.new(0, 165, 0, 20) | |
4233 | LavaTreeA.Font = Enum.Font.Fantasy | |
4234 | LavaTreeA.Text = "Volcano" | |
4235 | LavaTreeA.TextColor3 = Color3.new(255, 0, 0) | |
4236 | LavaTreeA.TextSize = 15 | |
4237 | ||
4238 | PalmTreeA.Name = "PalmTreeA" | |
4239 | PalmTreeA.Parent = TpCarFrame | |
4240 | PalmTreeA.BackgroundColor3 = Color3.new(0, 0, 0) | |
4241 | PalmTreeA.BorderColor3 = Color3.new(0, 0, 0) | |
4242 | PalmTreeA.Position = UDim2.new(0, 3, 0, 256) | |
4243 | PalmTreeA.Size = UDim2.new(0, 165, 0, 20) | |
4244 | PalmTreeA.Font = Enum.Font.Fantasy | |
4245 | PalmTreeA.Text = "Palm Island" | |
4246 | PalmTreeA.TextColor3 = Color3.new(255, 0, 0) | |
4247 | PalmTreeA.TextSize = 15 | |
4248 | ||
4249 | SnowglowtreeA.Name = "SnowglowtreeA" | |
4250 | SnowglowtreeA.Parent = TpCarFrame | |
4251 | SnowglowtreeA.BackgroundColor3 = Color3.new(0, 0, 0) | |
4252 | SnowglowtreeA.BorderColor3 = Color3.new(0, 0, 0) | |
4253 | SnowglowtreeA.Position = UDim2.new(0, 3, 0, 279) | |
4254 | SnowglowtreeA.Size = UDim2.new(0, 165, 0, 20) | |
4255 | SnowglowtreeA.Font = Enum.Font.Fantasy | |
4256 | SnowglowtreeA.Text = "Snowglowd Island" | |
4257 | SnowglowtreeA.TextColor3 = Color3.new(255, 0, 0) | |
4258 | SnowglowtreeA.TextSize = 15 | |
4259 | ||
4260 | GoldTreeA.Name = "GoldTree" | |
4261 | GoldTreeA.Parent = TpCarFrame | |
4262 | GoldTreeA.BackgroundColor3 = Color3.new(0, 0, 0) | |
4263 | GoldTreeA.BorderColor3 = Color3.new(0, 0, 0) | |
4264 | GoldTreeA.Position = UDim2.new(0, 3, 0,302) | |
4265 | GoldTreeA.Size = UDim2.new(0, 165, 0, 20) | |
4266 | GoldTreeA.Font = Enum.Font.Fantasy | |
4267 | GoldTreeA.Text = "Swamp" | |
4268 | GoldTreeA.TextColor3 = Color3.new(255, 0, 0) | |
4269 | GoldTreeA.TextSize = 15 | |
4270 | ||
4271 | ||
4272 | function TeleportCar(Pos) | |
4273 | if game.Players.LocalPlayer.Character then | |
4274 | Character = game.Players.LocalPlayer.Character | |
4275 | if Character.Humanoid.SeatPart ~= nil then | |
4276 | Car = Character.Humanoid.SeatPart.Parent | |
4277 | spawn(function() | |
4278 | for i=1,5 do | |
4279 | wait() | |
4280 | Car:SetPrimaryPartCFrame(Pos * CFrame.Angles(math.rad(Character.HumanoidRootPart.Orientation.x), math.rad(Character.HumanoidRootPart.Orientation.y), 0)) | |
4281 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Car.Main) | |
4282 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Car.Main) | |
4283 | end | |
4284 | end) | |
4285 | end | |
4286 | end | |
4287 | end | |
4288 | ||
4289 | SpawnPointa.MouseButton1Down:connect(function() | |
4290 | makesound("rbxassetid://156785206") | |
4291 | TeleportCar(CFrame.new(155, 3, 74)) | |
4292 | end) | |
4293 | ||
4294 | furnabox.MouseButton1Down:connect(function() | |
4295 | makesound("rbxassetid://156785206") | |
4296 | TeleportCar(CFrame.new(517, 3, -1607.1)) | |
4297 | end) | |
4298 | ||
4299 | LinkLogic.MouseButton1Down:connect(function() | |
4300 | makesound("rbxassetid://156785206") | |
4301 | TeleportCar(CFrame.new(4616.7, 3, -733.5)) | |
4302 | end) | |
4303 | ||
4304 | Bshack.MouseButton1Down:connect(function() | |
4305 | makesound("rbxassetid://156785206") | |
4306 | TeleportCar(CFrame.new(233.1, 7.8, -2536.2)) | |
4307 | end) | |
4308 | ||
4309 | Docka.MouseButton1Down:connect(function() | |
4310 | makesound("rbxassetid://156785206") | |
4311 | TeleportCar(CFrame.new(1087.2, -1.2, -189.7)) | |
4312 | end) | |
4313 | ||
4314 | FineShop.MouseButton1Down:connect(function() | |
4315 | makesound("rbxassetid://156785206") | |
4316 | TeleportCar(CFrame.new(5207, -166, 719)) | |
4317 | end) | |
4318 | ||
4319 | Deny.MouseButton1Down:connect(function() | |
4320 | makesound("rbxassetid://156785206") | |
4321 | TeleportCar(CFrame.new(327.4, 59.8, 1984.2)) | |
4322 | end) | |
4323 | ||
4324 | OfSight.MouseButton1Down:connect(function() | |
4325 | makesound("rbxassetid://156785206") | |
4326 | TeleportCar(CFrame.new(-1600, 205, 919)) | |
4327 | end) | |
4328 | ||
4329 | SKI.MouseButton1Down:connect(function() | |
4330 | makesound("rbxassetid://156785206") | |
4331 | TeleportCar(CFrame.new(1244.8, 59.8, 2278.3)) | |
4332 | end) | |
4333 | ||
4334 | LightHouse.MouseButton1Down:connect(function() | |
4335 | makesound("rbxassetid://156785206") | |
4336 | TeleportCar(CFrame.new(1488.1, 355.2, 3265)) | |
4337 | end) | |
4338 | ||
4339 | LavaTreeA.MouseButton1Down:connect(function() | |
4340 | makesound("rbxassetid://156785206") | |
4341 | TeleportCar(CFrame.new(-1584.4, 623, 1112.9)) | |
4342 | end) | |
4343 | ||
4344 | PalmTreeA.MouseButton1Down:connect(function() | |
4345 | makesound("rbxassetid://156785206") | |
4346 | TeleportCar(CFrame.new(4290.8, -5.9, -1794.2)) | |
4347 | end) | |
4348 | ||
4349 | SnowglowtreeA.MouseButton1Down:connect(function() | |
4350 | makesound("rbxassetid://156785206") | |
4351 | TeleportCar(CFrame.new(-1092.2, -5.9, -938.2)) | |
4352 | end) | |
4353 | ||
4354 | GoldTreeA.MouseButton1Down:connect(function() | |
4355 | makesound("rbxassetid://156785206") | |
4356 | TeleportCar(CFrame.new(-1231.8, 152.7, -540.3)) | |
4357 | end) | |
4358 | ||
4359 | CarRotate.Name = "CarRotate" | |
4360 | CarRotate.Parent = toolaFrame | |
4361 | CarRotate.BackgroundColor3 = Color3.new(0, 0, 0) | |
4362 | CarRotate.BorderColor3 = Color3.new(0, 0, 0) | |
4363 | CarRotate.Position = UDim2.new(0, 3, 0, 348) | |
4364 | CarRotate.Size = UDim2.new(0, 140, 0, 20) | |
4365 | CarRotate.Font = Enum.Font.Fantasy | |
4366 | CarRotate.FontSize = Enum.FontSize.Size18 | |
4367 | CarRotate.Text = "Car Rotater" | |
4368 | CarRotate.TextColor3 = Color3.new(255, 0, 0) | |
4369 | CarRotate.TextSize = 15 | |
4370 | ||
4371 | CarRotates.Name = "CarRotates" | |
4372 | CarRotates.Parent = toolaFrame | |
4373 | CarRotates.BackgroundColor3 = Color3.new(0, 0, 0) | |
4374 | CarRotates.BorderColor3 = Color3.new(0, 0, 0) | |
4375 | CarRotates.Position = UDim2.new(0, 147, 0, 348) | |
4376 | CarRotates.Size = UDim2.new(0, 21, 0, 20) | |
4377 | CarRotates.Font = Enum.Font.Fantasy | |
4378 | CarRotates.FontSize = Enum.FontSize.Size18 | |
4379 | CarRotates.Text = "R" | |
4380 | CarRotates.TextColor3 = Color3.new(255, 0, 0) | |
4381 | CarRotates.TextSize = 15 | |
4382 | ||
4383 | CarRotate.MouseButton1Click:connect(function() | |
4384 | makesound("rbxassetid://156785206") | |
4385 | local Turn = game:GetService("Players").LocalPlayer:GetMouse() | |
4386 | function Turn2(key) | |
4387 | if (key == "r") then | |
4388 | function RotateCar() | |
4389 | if game.Players.LocalPlayer.Character then | |
4390 | Character = game.Players.LocalPlayer.Character | |
4391 | if Character.Humanoid.SeatPart ~= nil then | |
4392 | Car = Character.Humanoid.SeatPart.Parent | |
4393 | spawn(function() | |
4394 | local Pos = CFrame.new(Car.Main.Position) | |
4395 | for i=1,5 do | |
4396 | wait() | |
4397 | Car:SetPrimaryPartCFrame(Pos * CFrame.Angles(math.rad(Character.HumanoidRootPart.Orientation.x), math.rad(Character.HumanoidRootPart.Orientation.y), 0)) | |
4398 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Car.Main) | |
4399 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Car.Main) | |
4400 | end | |
4401 | end) | |
4402 | end | |
4403 | end | |
4404 | end | |
4405 | RotateCar() | |
4406 | end | |
4407 | end | |
4408 | Turn.KeyDown:connect(Turn2) | |
4409 | end) | |
4410 | ||
4411 | Brid.Name = "Bridge" | |
4412 | Brid.Parent = toolaFrame | |
4413 | Brid.BackgroundColor3 = Color3.new(0, 0, 0) | |
4414 | Brid.BorderColor3 = Color3.new(0, 0, 0) | |
4415 | Brid.Position = UDim2.new(0, 3, 0, 371) | |
4416 | Brid.Size = UDim2.new(0, 115, 0, 20) | |
4417 | Brid.Font = Enum.Font.Fantasy | |
4418 | Brid.FontSize = Enum.FontSize.Size18 | |
4419 | Brid.Text = "Bridge" | |
4420 | Brid.TextColor3 = Color3.new(255, 0, 0) | |
4421 | Brid.TextSize = 15 | |
4422 | ||
4423 | Bridup.Name = "Bridge" | |
4424 | Bridup.Parent = toolaFrame | |
4425 | Bridup.BackgroundColor3 = Color3.new(0, 0, 0) | |
4426 | Bridup.BorderColor3 = Color3.new(0, 0, 0) | |
4427 | Bridup.Position = UDim2.new(0, 147, 0, 371) | |
4428 | Bridup.Size = UDim2.new(0, 21, 0, 20) | |
4429 | Bridup.Font = Enum.Font.Fantasy | |
4430 | Bridup.FontSize = Enum.FontSize.Size18 | |
4431 | Bridup.Text = "U" | |
4432 | Bridup.TextColor3 = Color3.new(255, 0, 0) | |
4433 | Bridup.TextSize = 15 | |
4434 | ||
4435 | BridDown.Name = "Bridge" | |
4436 | BridDown.Parent = toolaFrame | |
4437 | BridDown.BackgroundColor3 = Color3.new(0, 0, 0) | |
4438 | BridDown.BorderColor3 = Color3.new(0, 0, 0) | |
4439 | BridDown.Position = UDim2.new(0, 122, 0, 371) | |
4440 | BridDown.Size = UDim2.new(0, 21, 0, 20) | |
4441 | BridDown.Font = Enum.Font.Fantasy | |
4442 | BridDown.FontSize = Enum.FontSize.Size18 | |
4443 | BridDown.Text = "D" | |
4444 | BridDown.TextColor3 = Color3.new(255, 0, 0) | |
4445 | BridDown.TextSize = 15 | |
4446 | ||
4447 | local BridgeD = false | |
4448 | BridDown.MouseButton1Click:connect(function() | |
4449 | makesound("rbxassetid://156785206") | |
4450 | if BridgeD == false then | |
4451 | for _,v in pairs(game.workspace.Bridge.VerticalLiftBridge.Lift:GetChildren()) do | |
4452 | v.CFrame = v.CFrame + Vector3.new(0, -26, 0) | |
4453 | end | |
4454 | BridgeD = true | |
4455 | end | |
4456 | end) | |
4457 | ||
4458 | Bridup.MouseButton1Click:connect(function() | |
4459 | makesound("rbxassetid://156785206") | |
4460 | if BridgeD == true then | |
4461 | ||
4462 | for _,v in pairs(game.workspace.Bridge.VerticalLiftBridge.Lift:GetChildren()) do | |
4463 | v.CFrame = v.CFrame + Vector3.new(0, 26, 0) | |
4464 | end | |
4465 | BridgeD = false | |
4466 | end | |
4467 | end) | |
4468 | ||
4469 | ||
4470 | ReJoinServer.Name = "ReJoinServer" | |
4471 | ReJoinServer.Parent = toolaFrame | |
4472 | ReJoinServer.BackgroundColor3 = Color3.new(0, 0, 0) | |
4473 | ReJoinServer.BorderColor3 = Color3.new(0, 0, 0) | |
4474 | ReJoinServer.Position = UDim2.new(0, 3, 0, 394) | |
4475 | ReJoinServer.Size = UDim2.new(0, 165, 0, 20) | |
4476 | ReJoinServer.Font = Enum.Font.Fantasy | |
4477 | ReJoinServer.FontSize = Enum.FontSize.Size18 | |
4478 | ReJoinServer.Text = "ReJoin Server" | |
4479 | ReJoinServer.TextColor3 = Color3.new(255, 0, 0) | |
4480 | ReJoinServer.TextSize = 15 | |
4481 | ReJoinServer.MouseButton1Down:connect(function() | |
4482 | makesound("rbxassetid://156785206") | |
4483 | local placeId = "13822889" | |
4484 | game:GetService("TeleportService"):Teleport(placeId) | |
4485 | end) | |
4486 | ||
4487 | Reset.Name = "Reset" | |
4488 | Reset.Parent = toolaFrame | |
4489 | Reset.BackgroundColor3 = Color3.new(0, 0, 0) | |
4490 | Reset.BorderColor3 = Color3.new(0, 0, 0) | |
4491 | Reset.Position = UDim2.new(0, 3, 0, 417) | |
4492 | Reset.Size = UDim2.new(0, 165, 0, 20) | |
4493 | Reset.Font = Enum.Font.Fantasy | |
4494 | Reset.FontSize = Enum.FontSize.Size18 | |
4495 | Reset.Text = "Reset Character" | |
4496 | Reset.TextColor3 = Color3.new(255, 0, 0) | |
4497 | Reset.TextSize = 15 | |
4498 | Reset.MouseButton1Click:connect(function() | |
4499 | makesound("rbxassetid://156785206") | |
4500 | game.Players.LocalPlayer.Character.Head:Destroy() | |
4501 | end) | |
4502 | ||
4503 | Buymenu.Name = "Buymenu" | |
4504 | Buymenu.Parent = Picker | |
4505 | Buymenu.BackgroundColor3 = Color3.new(1, 1, 1) | |
4506 | Buymenu.BorderColor3 = Color3.new(0, 0, 0) | |
4507 | Buymenu.Position = UDim2.new(0, 15, 0,515) | |
4508 | Buymenu.Size = UDim2.new(0, 80, 0, 80) | |
4509 | Buymenu.ZIndex = 3 | |
4510 | Buymenu.Image = "rbxassetid://3936608288" | |
4511 | Buymenu.ScaleType = Enum.ScaleType.Crop | |
4512 | Buymenu.MouseButton1Click:Connect(function() | |
4513 | CurrentItem.Image = "rbxassetid://3886256996" | |
4514 | makesound("rbxassetid://156785206") | |
4515 | AIntroImage.Visible = true | |
4516 | AIntroImage1.Visible = true | |
4517 | end) | |
4518 | ||
4519 | BuyFrame.Name = "BuyFrame" | |
4520 | BuyFrame.Parent = MenuFrame | |
4521 | BuyFrame.BorderSizePixel = 1 | |
4522 | BuyFrame.BackgroundTransparency = 0 | |
4523 | BuyFrame.BorderColor3 = Color3.new(0, 0, 0) | |
4524 | BuyFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
4525 | BuyFrame.Size = UDim2.new(0, 170, 0, 141) | |
4526 | BuyFrame.Visible = false | |
4527 | ||
4528 | wrus.Name = "wrus" | |
4529 | wrus.Parent = BuyFrame | |
4530 | wrus.BackgroundColor3 = Color3.new(0, 0, 0) | |
4531 | wrus.BorderColor3 = Color3.new(0, 0, 0) | |
4532 | wrus.Position = UDim2.new(0, 3, 0, 3) | |
4533 | wrus.Size = UDim2.new(0, 164, 0, 20) | |
4534 | wrus.Font = Enum.Font.Fantasy | |
4535 | wrus.FontSize = Enum.FontSize.Size18 | |
4536 | wrus.Text = "Wod R Us" | |
4537 | wrus.TextColor3 = Color3.new(255, 0, 0) | |
4538 | wrus.TextSize = 15 | |
4539 | wrus.MouseButton1Click:connect(function() | |
4540 | makesound("rbxassetid://156785206") | |
4541 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
4542 | wait(2.5) | |
4543 | MainFrame.Visible = false | |
4544 | OpenFrame.Visible = true | |
4545 | loadstring(game:HttpGet('https://pastebin.com/raw/zqpfJ5ef',true))() | |
4546 | end) | |
4547 | ||
4548 | fshop.Name = "fshop" | |
4549 | fshop.Parent = BuyFrame | |
4550 | fshop.BackgroundColor3 = Color3.new(0, 0, 0) | |
4551 | fshop.BorderColor3 = Color3.new(0, 0, 0) | |
4552 | fshop.Position = UDim2.new(0, 3, 0, 26) | |
4553 | fshop.Size = UDim2.new(0, 164, 0, 20) | |
4554 | fshop.Font = Enum.Font.Fantasy | |
4555 | fshop.FontSize = Enum.FontSize.Size18 | |
4556 | fshop.Text = "Furniture Store" | |
4557 | fshop.TextColor3 = Color3.new(255, 0, 0) | |
4558 | fshop.TextSize = 15 | |
4559 | fshop.MouseButton1Click:connect(function() | |
4560 | makesound("rbxassetid://156785206") | |
4561 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
4562 | wait(2.5) | |
4563 | MainFrame.Visible = false | |
4564 | OpenFrame.Visible = true | |
4565 | loadstring(game:HttpGet('https://pastebin.com/raw/kkvhSQqm',true))() | |
4566 | end) | |
4567 | ||
4568 | bcps.Name = "bcps" | |
4569 | bcps.Parent = BuyFrame | |
4570 | bcps.BackgroundColor3 = Color3.new(0, 0, 0) | |
4571 | bcps.BorderColor3 = Color3.new(0, 0, 0) | |
4572 | bcps.Position = UDim2.new(0, 3, 0, 49) | |
4573 | bcps.Size = UDim2.new(0, 164, 0, 20) | |
4574 | bcps.Font = Enum.Font.Fantasy | |
4575 | bcps.FontSize = Enum.FontSize.Size18 | |
4576 | bcps.Text = "Bobs, Car, Pics" | |
4577 | bcps.TextColor3 = Color3.new(255, 0, 0) | |
4578 | bcps.TextSize = 15 | |
4579 | bcps.MouseButton1Click:connect(function() | |
4580 | makesound("rbxassetid://156785206") | |
4581 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
4582 | wait(2.5) | |
4583 | MainFrame.Visible = false | |
4584 | OpenFrame.Visible = true | |
4585 | loadstring(game:HttpGet('https://pastebin.com/raw/Ss7D3Uxj',true))() | |
4586 | end) | |
4587 | ||
4588 | ls.Name = "ls" | |
4589 | ls.Parent = BuyFrame | |
4590 | ls.BackgroundColor3 = Color3.new(0, 0, 0) | |
4591 | ls.BorderColor3 = Color3.new(0, 0, 0) | |
4592 | ls.Position = UDim2.new(0, 3, 0, 72) | |
4593 | ls.Size = UDim2.new(0, 164, 0, 20) | |
4594 | ls.Font = Enum.Font.Fantasy | |
4595 | ls.FontSize = Enum.FontSize.Size18 | |
4596 | ls.Text = "Logic Store" | |
4597 | ls.TextColor3 = Color3.new(255, 0, 0) | |
4598 | ls.TextSize = 15 | |
4599 | ls.MouseButton1Click:connect(function() | |
4600 | makesound("rbxassetid://156785206") | |
4601 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
4602 | wait(2.5) | |
4603 | MainFrame.Visible = false | |
4604 | OpenFrame.Visible = true | |
4605 | loadstring(game:HttpGet('https://pastebin.com/raw/zWgwSGj6',true))() | |
4606 | end) | |
4607 | ||
4608 | bp.Name = "bp" | |
4609 | bp.Parent = BuyFrame | |
4610 | bp.BackgroundColor3 = Color3.new(0, 0, 0) | |
4611 | bp.BorderColor3 = Color3.new(0, 0, 0) | |
4612 | bp.Position = UDim2.new(0, 3, 0, 95) | |
4613 | bp.Size = UDim2.new(0, 164, 0, 20) | |
4614 | bp.Font = Enum.Font.Fantasy | |
4615 | bp.FontSize = Enum.FontSize.Size18 | |
4616 | bp.Text = "Blue Prints" | |
4617 | bp.TextColor3 = Color3.new(255, 0, 0) | |
4618 | bp.TextSize = 15 | |
4619 | bp.MouseButton1Click:connect(function() | |
4620 | makesound("rbxassetid://156785206") | |
4621 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
4622 | wait(2.5) | |
4623 | MainFrame.Visible = false | |
4624 | OpenFrame.Visible = true | |
4625 | loadstring(game:HttpGet('https://pastebin.com/raw/5HaFXJqZ',true))() | |
4626 | end) | |
4627 | ||
4628 | Halloween.Name = "Halloween" | |
4629 | Halloween.Parent = BuyFrame | |
4630 | Halloween.BackgroundColor3 = Color3.new(0, 0, 0) | |
4631 | Halloween.BorderColor3 = Color3.new(0, 0, 0) | |
4632 | Halloween.Position = UDim2.new(0, 3, 0, 118) | |
4633 | Halloween.Size = UDim2.new(0, 164, 0, 20) | |
4634 | Halloween.Font = Enum.Font.Fantasy | |
4635 | Halloween.FontSize = Enum.FontSize.Size18 | |
4636 | Halloween.Text = "Halloween" | |
4637 | Halloween.TextColor3 = Color3.new(255, 0, 0) | |
4638 | Halloween.TextSize = 15 | |
4639 | Halloween.MouseButton1Click:connect(function() | |
4640 | makesound("rbxassetid://156785206") | |
4641 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
4642 | wait(2.5) | |
4643 | MainFrame.Visible = false | |
4644 | OpenFrame.Visible = true | |
4645 | loadstring(game:HttpGet('https://pastebin.com/raw/aj3n8VDw',true))() | |
4646 | end) | |
4647 | ||
4648 | Btoolamenu.Name = "Btoolamenu" | |
4649 | Btoolamenu.Parent = Picker | |
4650 | Btoolamenu.BackgroundColor3 = Color3.new(1, 1, 1) | |
4651 | Btoolamenu.BorderColor3 = Color3.new(0, 0, 0) | |
4652 | Btoolamenu.Position = UDim2.new(0, 15, 0,600) | |
4653 | Btoolamenu.Size = UDim2.new(0, 80, 0, 80) | |
4654 | Btoolamenu.ZIndex = 3 | |
4655 | Btoolamenu.Image = "rbxassetid://3953123880" | |
4656 | Btoolamenu.ScaleType = Enum.ScaleType.Crop | |
4657 | CurrentItem.Image = "rbxassetid://3886256996" | |
4658 | Btoolamenu.MouseButton1Click:Connect(function() | |
4659 | makesound("rbxassetid://156785206") | |
4660 | end) | |
4661 | ||
4662 | LT2GUI2Frame.Name = "LT2GUI2Frame" | |
4663 | LT2GUI2Frame.Parent = MenuFrame | |
4664 | LT2GUI2Frame.BorderSizePixel = 1 | |
4665 | LT2GUI2Frame.BackgroundTransparency = 0 | |
4666 | LT2GUI2Frame.BorderColor3 = Color3.new(0, 0, 0) | |
4667 | LT2GUI2Frame.BackgroundColor3 = Color3.fromRGB(151, 0, 0) | |
4668 | LT2GUI2Frame.Size = UDim2.new(0, 170, 0, 255) | |
4669 | LT2GUI2Frame.Visible = false | |
4670 | ||
4671 | FunStuffHOVER.Name = "FunStuffHOVER" | |
4672 | FunStuffHOVER.Parent = LT2GUI2Frame | |
4673 | FunStuffHOVER.BackgroundColor3 = Color3.new(0, 0, 0) | |
4674 | FunStuffHOVER.BorderColor3 = Color3.new(0, 0, 0) | |
4675 | FunStuffHOVER.Position = UDim2.new(0, 3, 0, 3) | |
4676 | FunStuffHOVER.Size = UDim2.new(0, 165, 0, 20) | |
4677 | FunStuffHOVER.Font = Enum.Font.Fantasy | |
4678 | FunStuffHOVER.FontSize = Enum.FontSize.Size18 | |
4679 | FunStuffHOVER.Text = "Hover Board" | |
4680 | FunStuffHOVER.TextColor3 = Color3.new(255, 0, 0) | |
4681 | FunStuffHOVER.TextSize = 15 | |
4682 | FunStuffHOVER.MouseButton1Click:connect(function() | |
4683 | makesound("rbxassetid://156785206") | |
4684 | loadstring(game:HttpGet('https://pastebin.com/raw/DabYym5D',true))() | |
4685 | ||
4686 | end) | |
4687 | ||
4688 | FunStuffTHOMAS.Name = "FunStuffTHOMAS" | |
4689 | FunStuffTHOMAS.Parent = LT2GUI2Frame | |
4690 | FunStuffTHOMAS.BackgroundColor3 = Color3.new(0, 0, 0) | |
4691 | FunStuffTHOMAS.BorderColor3 = Color3.new(0, 0, 0) | |
4692 | FunStuffTHOMAS.Position = UDim2.new(0, 3, 0, 26) | |
4693 | FunStuffTHOMAS.Size = UDim2.new(0, 165, 0, 20) | |
4694 | FunStuffTHOMAS.Font = Enum.Font.Fantasy | |
4695 | FunStuffTHOMAS.FontSize = Enum.FontSize.Size18 | |
4696 | FunStuffTHOMAS.Text = "Thomas The Tank" | |
4697 | FunStuffTHOMAS.TextColor3 = Color3.new(255, 0, 0) | |
4698 | FunStuffTHOMAS.TextSize = 15 | |
4699 | FunStuffTHOMAS.MouseButton1Click:connect(function() | |
4700 | makesound("rbxassetid://156785206") | |
4701 | loadstring(game:HttpGet('http://pastebin.com/raw/tMr759X7',true))() | |
4702 | ||
4703 | end) | |
4704 | ||
4705 | FunStuffPOLICE.Name = "FunStuffPOLICE" | |
4706 | FunStuffPOLICE.Parent = LT2GUI2Frame | |
4707 | FunStuffPOLICE.BackgroundColor3 = Color3.new(0, 0, 0) | |
4708 | FunStuffPOLICE.BorderColor3 = Color3.new(0, 0, 0) | |
4709 | FunStuffPOLICE.Position = UDim2.new(0, 3, 0, 49) | |
4710 | FunStuffPOLICE.Size = UDim2.new(0, 165, 0, 20) | |
4711 | FunStuffPOLICE.Font = Enum.Font.Fantasy | |
4712 | FunStuffPOLICE.FontSize = Enum.FontSize.Size18 | |
4713 | FunStuffPOLICE.Text = "Police Man" | |
4714 | FunStuffPOLICE.TextColor3 = Color3.new(255, 0, 0) | |
4715 | FunStuffPOLICE.TextSize = 15 | |
4716 | FunStuffPOLICE.MouseButton1Click:connect(function() | |
4717 | makesound("rbxassetid://156785206") | |
4718 | loadstring(game:HttpGet('https://pastebin.com/raw/FR9Fzcqw',true))() | |
4719 | ||
4720 | end) | |
4721 | ||
4722 | FunStuffSPRAY.Name = "FunStuffSPRAY" | |
4723 | FunStuffSPRAY.Parent = LT2GUI2Frame | |
4724 | FunStuffSPRAY.BackgroundColor3 = Color3.new(0, 0, 0) | |
4725 | FunStuffSPRAY.BorderColor3 = Color3.new(0, 0, 0) | |
4726 | FunStuffSPRAY.Position = UDim2.new(0, 3, 0, 72) | |
4727 | FunStuffSPRAY.Size = UDim2.new(0, 165, 0, 20) | |
4728 | FunStuffSPRAY.Font = Enum.Font.Fantasy | |
4729 | FunStuffSPRAY.FontSize = Enum.FontSize.Size18 | |
4730 | FunStuffSPRAY.Text = "Spray Can" | |
4731 | FunStuffSPRAY.TextColor3 = Color3.new(255, 0, 0) | |
4732 | FunStuffSPRAY.TextSize = 15 | |
4733 | FunStuffSPRAY.MouseButton1Click:connect(function() | |
4734 | makesound("rbxassetid://156785206") | |
4735 | loadstring(game:HttpGet('http://pastebin.com/raw/raYkCjyy',true))() | |
4736 | ||
4737 | end) | |
4738 | ||
4739 | FunStuffCOCA.Name = "FunStuffCOCA" | |
4740 | FunStuffCOCA.Parent = LT2GUI2Frame | |
4741 | FunStuffCOCA.BackgroundColor3 = Color3.new(0, 0, 0) | |
4742 | FunStuffCOCA.BorderColor3 = Color3.new(0, 0, 0) | |
4743 | FunStuffCOCA.Position = UDim2.new(0, 3, 0, 95) | |
4744 | FunStuffCOCA.Size = UDim2.new(0, 165, 0, 20) | |
4745 | FunStuffCOCA.Font = Enum.Font.Fantasy | |
4746 | FunStuffCOCA.FontSize = Enum.FontSize.Size18 | |
4747 | FunStuffCOCA.Text = "Coca Cola" | |
4748 | FunStuffCOCA.TextColor3 = Color3.new(255, 0, 0) | |
4749 | FunStuffCOCA.TextSize = 15 | |
4750 | FunStuffCOCA.MouseButton1Click:connect(function() | |
4751 | makesound("rbxassetid://156785206") | |
4752 | loadstring(game:HttpGet('https://pastebin.com/raw/nMu90Kdq',true))() | |
4753 | ||
4754 | end) | |
4755 | ||
4756 | FunStuffLEAKED.Name = "FunStuffLEAKED" | |
4757 | FunStuffLEAKED.Parent = LT2GUI2Frame | |
4758 | FunStuffLEAKED.BackgroundColor3 = Color3.new(0, 0, 0) | |
4759 | FunStuffLEAKED.BorderColor3 = Color3.new(0, 0, 0) | |
4760 | FunStuffLEAKED.Position = UDim2.new(0, 3, 0, 118) | |
4761 | FunStuffLEAKED.Size = UDim2.new(0, 165, 0, 20) | |
4762 | FunStuffLEAKED.Font = Enum.Font.Fantasy | |
4763 | FunStuffLEAKED.FontSize = Enum.FontSize.Size18 | |
4764 | FunStuffLEAKED.Text = "Leaked Items" | |
4765 | FunStuffLEAKED.TextColor3 = Color3.new(255, 0, 0) | |
4766 | FunStuffLEAKED.TextSize = 15 | |
4767 | FunStuffLEAKED.MouseButton1Down:connect(function() | |
4768 | makesound("rbxassetid://156785206") | |
4769 | game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels | |
4770 | end) | |
4771 | ||
4772 | ||
4773 | FunStuffFLASH.Name = "FunStuffFLASH" | |
4774 | FunStuffFLASH.Parent = LT2GUI2Frame | |
4775 | FunStuffFLASH.BackgroundColor3 = Color3.new(0, 0, 0) | |
4776 | FunStuffFLASH.BorderColor3 = Color3.new(0, 0, 0) | |
4777 | FunStuffFLASH.Position = UDim2.new(0, 3, 0, 141) | |
4778 | FunStuffFLASH.Size = UDim2.new(0, 165, 0, 20) | |
4779 | FunStuffFLASH.Font = Enum.Font.Fantasy | |
4780 | FunStuffFLASH.FontSize = Enum.FontSize.Size18 | |
4781 | FunStuffFLASH.Text = "Flash Light" | |
4782 | FunStuffFLASH.TextColor3 = Color3.new(255, 0, 0) | |
4783 | FunStuffFLASH.TextSize = 15 | |
4784 | FunStuffFLASH.MouseButton1Click:Connect(function() | |
4785 | makesound("rbxassetid://156785206") | |
4786 | FunStuffFLASH.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804) | |
4787 | -- Created by supersonicfan111 | |
4788 | local p=game:GetService"Players".LocalPlayer | |
4789 | local c=p.Character | |
4790 | local surf='SmoothNoOutlines' | |
4791 | if not c then error'Cannot find character, please respawn, then rerun the script' end | |
4792 | ||
4793 | -- Flashlight Handle | |
4794 | local hand=Instance.new"Part" | |
4795 | hand.BrickColor=BrickColor.DarkGray() | |
4796 | hand.Parent=c | |
4797 | hand.Anchored=false | |
4798 | hand.Locked=true | |
4799 | hand.CanCollide=false | |
4800 | hand.FormFactor='Custom' | |
4801 | hand.Size=Vector3.new(1,1,2) | |
4802 | hand.TopSurface,hand.BottomSurface=surf,surf | |
4803 | ||
4804 | -- Torch Effect | |
4805 | local fe=Instance.new"Part" | |
4806 | fe.BrickColor=BrickColor.new"Black" | |
4807 | fe.Parent=c | |
4808 | fe.Anchored=false | |
4809 | fe.Locked=true | |
4810 | fe.CanCollide=false | |
4811 | fe.FormFactor='Custom' | |
4812 | fe.Size=Vector3.new(.8,.8,.2) | |
4813 | fe.TopSurface,hand.BottomSurface=surf,surf | |
4814 | ||
4815 | -- Welding stuff | |
4816 | ||
4817 | -- Flash to Right Arm | |
4818 | local weld1=Instance.new"Weld" | |
4819 | weld1.Parent=hand | |
4820 | weld1.Part0=hand | |
4821 | weld1.Part1=c['Right Arm'] | |
4822 | weld1.C0=CFrame.new(0, 1.5, 0) | |
4823 | ||
4824 | -- Torch Effect to Flash | |
4825 | local weld2=Instance.new"Weld" | |
4826 | weld2.Parent=hand | |
4827 | weld2.Part0=hand | |
4828 | weld2.Part1=fe | |
4829 | weld2.C0=CFrame.new(0, 0, 1) | |
4830 | ||
4831 | -- Right Arm Weld | |
4832 | local ra=Instance.new"Weld" | |
4833 | ra.Parent=c['Torso'] | |
4834 | ra.Part0=c['Right Arm'] | |
4835 | ra.Part1=c['Torso'] | |
4836 | ra.C0=CFrame.new(-1.5,1,0)*CFrame.Angles(math.rad(180),0,0) | |
4837 | ||
4838 | ||
4839 | ||
4840 | -- Flashlight Functionality | |
4841 | ||
4842 | local flashlightOn = false | |
4843 | local Battery=50 | |
4844 | ||
4845 | -- Handles turning the flashlight on/off | |
4846 | p:GetMouse().Button1Down:connect(function() | |
4847 | flashlightOn=not flashlightOn | |
4848 | if flashlightOn then | |
4849 | fe.BrickColor=BrickColor.new"New Yeller" | |
4850 | light=Instance.new"SurfaceLight" | |
4851 | light.Parent=fe | |
4852 | light.Range=1000 | |
4853 | light.Face="Back" | |
4854 | light.Brightness=10 | |
4855 | fe.Material="Neon" | |
4856 | else | |
4857 | fe.BrickColor=BrickColor.new"Black" | |
4858 | if light then light:destroy() end | |
4859 | fe.Material="SmoothPlastic" | |
4860 | end | |
4861 | end) | |
4862 | ||
4863 | -- Battery Modules | |
4864 | ||
4865 | -- Depleting and Charging | |
4866 | spawn(function() | |
4867 | while wait(1) do | |
4868 | if flashlightOn then | |
4869 | if Battery > 0 then | |
4870 | Battery=Battery-1 | |
4871 | end | |
4872 | else | |
4873 | if Battery < 100 then | |
4874 | Battery=Battery+1 | |
4875 | end | |
4876 | end | |
4877 | print(Battery) | |
4878 | end | |
4879 | end) | |
4880 | ||
4881 | -- Turning off flashlight if the battery is too low | |
4882 | spawn(function() | |
4883 | while wait() do | |
4884 | if Battery <= 0 then | |
4885 | flashlightOn=false | |
4886 | if light then light:destroy() end | |
4887 | fe.BrickColor=BrickColor.new"Black" | |
4888 | fe.Material="SmoothPlastic" | |
4889 | end | |
4890 | end | |
4891 | end) | |
4892 | ||
4893 | local stepped = game:GetService'RunService'.RenderStepped | |
4894 | end) | |
4895 | ||
4896 | ||
4897 | ||
4898 | DeleteTool.Name = "DeleteTool " | |
4899 | DeleteTool.Parent = LT2GUI2Frame | |
4900 | DeleteTool.BackgroundColor3 = Color3.new(0, 0, 0) | |
4901 | DeleteTool.BorderColor3 = Color3.new(0, 0, 0) | |
4902 | DeleteTool.Position = UDim2.new(0, 3, 0, 187) | |
4903 | DeleteTool.Size = UDim2.new(0, 165, 0, 20) | |
4904 | DeleteTool.Font = Enum.Font.Fantasy | |
4905 | DeleteTool.FontSize = Enum.FontSize.Size18 | |
4906 | DeleteTool.Text = "Delete Tool" | |
4907 | DeleteTool.TextColor3 = Color3.new(255, 0, 0) | |
4908 | DeleteTool.TextSize = 15 | |
4909 | ||
4910 | MoveTool.Name = "DeleteTool " | |
4911 | MoveTool.Parent = LT2GUI2Frame | |
4912 | MoveTool.BackgroundColor3 = Color3.new(0, 0, 0) | |
4913 | MoveTool.BorderColor3 = Color3.new(0, 0, 0) | |
4914 | MoveTool.Position = UDim2.new(0, 3, 0, 210) | |
4915 | MoveTool.Size = UDim2.new(0, 165, 0, 20) | |
4916 | MoveTool.Font = Enum.Font.Fantasy | |
4917 | MoveTool.FontSize = Enum.FontSize.Size18 | |
4918 | MoveTool.Text = "Move Tool" | |
4919 | MoveTool.TextColor3 = Color3.new(255, 0, 0) | |
4920 | MoveTool.TextSize = 15 | |
4921 | ||
4922 | CopyTool.Name = "DeleteTool " | |
4923 | CopyTool.Parent = LT2GUI2Frame | |
4924 | CopyTool.BackgroundColor3 = Color3.new(0, 0, 0) | |
4925 | CopyTool.BorderColor3 = Color3.new(0, 0, 0) | |
4926 | CopyTool.Position = UDim2.new(0, 3, 0, 233) | |
4927 | CopyTool.Size = UDim2.new(0, 165, 0, 20) | |
4928 | CopyTool.Font = Enum.Font.Fantasy | |
4929 | CopyTool.FontSize = Enum.FontSize.Size18 | |
4930 | CopyTool.Text = "Copy Tool" | |
4931 | CopyTool.TextColor3 = Color3.new(255, 0, 0) | |
4932 | CopyTool.TextSize = 15 | |
4933 | ||
4934 | DeleteTool.MouseButton1Down:connect(function() | |
4935 | makesound("rbxassetid://156785206") | |
4936 | if BTool == "Delete" then | |
4937 | BTool = "Nothing" | |
4938 | DeleteTool.BackgroundColor3 = Color3.new(0, 0, 0) | |
4939 | else | |
4940 | BTool = "Delete" | |
4941 | DeleteTool.BackgroundColor3 = Color3.new(0, 0.5, 0) | |
4942 | end | |
4943 | end) | |
4944 | ||
4945 | MoveTool.MouseButton1Down:connect(function() | |
4946 | makesound("rbxassetid://156785206") | |
4947 | if BTool == "Move" then | |
4948 | BTool = "Nothing" | |
4949 | MoveTool.BackgroundColor3 = Color3.new(0, 0, 0) | |
4950 | else | |
4951 | BTool = "Move" | |
4952 | MoveTool.BackgroundColor3 = Color3.new(0, 0.5, 0) | |
4953 | end | |
4954 | end) | |
4955 | ||
4956 | CopyTool.MouseButton1Down:connect(function() | |
4957 | makesound("rbxassetid://156785206") | |
4958 | if BTool == "Copy" then | |
4959 | BTool = "Nothing" | |
4960 | CopyTool.BackgroundColor3 = Color3.new(0, 0, 0) | |
4961 | ||
4962 | else | |
4963 | BTool = "Copy" | |
4964 | CopyTool.BackgroundColor3 = Color3.new(0, 0.5, 0) | |
4965 | ||
4966 | end | |
4967 | end) | |
4968 | ||
4969 | Mouse.Button1Up:connect(function() | |
4970 | MDown = false | |
4971 | end) | |
4972 | ||
4973 | Mouse.Button1Down:connect(function() | |
4974 | MDown = true | |
4975 | if BTool == "Copy" then | |
4976 | if Mouse.Target ~= nil then | |
4977 | Clone = Mouse.Target:clone() | |
4978 | Clone.Parent = game.Workspace | |
4979 | end | |
4980 | end | |
4981 | ||
4982 | if BTool == "Delete" then | |
4983 | if Mouse.Target ~= nil then | |
4984 | Mouse.Target:remove() | |
4985 | end | |
4986 | end | |
4987 | ||
4988 | if BTool == "Move" then | |
4989 | if Mouse.Target ~= nil then | |
4990 | MoveObject = Mouse.Target | |
4991 | end | |
4992 | end | |
4993 | ||
4994 | wait() | |
4995 | if Clone ~= nil then | |
4996 | Clone.CanCollide = false | |
4997 | repeat | |
4998 | wait() | |
4999 | SubX = Clone.Size.X/2 | |
5000 | SubY = Clone.Size.Y/2 | |
5001 | SubZ = Clone.Size.Z/2 | |
5002 | Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ) | |
5003 | until MDown == false | |
5004 | Clone.CanCollide = true | |
5005 | Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ) | |
5006 | Clone = nil | |
5007 | end | |
5008 | ||
5009 | if MoveObject ~= nil then | |
5010 | MoveObject.CanCollide = false | |
5011 | repeat | |
5012 | wait() | |
5013 | SubX = MoveObject.Size.X/2 | |
5014 | SubY = MoveObject.Size.Y/2 | |
5015 | SubZ = MoveObject.Size.Z/2 | |
5016 | MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ) | |
5017 | until MDown == false | |
5018 | MoveObject.CanCollide = true | |
5019 | MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ) | |
5020 | MoveObject= nil | |
5021 | end | |
5022 | end) | |
5023 | ||
5024 | ||
5025 | local Menus = { | |
5026 | [Player] = PlayerFrame; | |
5027 | [Teleport] = Waypoints; | |
5028 | [AIntroImage] = BloodFrameInfo; | |
5029 | [Woodmenu] = WoodFrame; | |
5030 | [Copymenu] = CopyFrame; | |
5031 | [PaintFill] = PaintFills; | |
5032 | [Artmenu] = ArtFrame; | |
5033 | [toolamenu] = toolaFrame; | |
5034 | [Buymenu] = BuyFrame; | |
5035 | [TpCar] = TpCarFrame; | |
5036 | [Tptree] = TptreeFrame; | |
5037 | [Btoolamenu] = LT2GUI2Frame; | |
5038 | } | |
5039 | for button,frame in pairs(Menus) do | |
5040 | button.MouseButton1Click:connect(function() | |
5041 | if frame.Visible then | |
5042 | frame.Visible = false | |
5043 | return | |
5044 | end | |
5045 | for k,v in pairs(Menus) do | |
5046 | v.Visible = v == frame | |
5047 | end | |
5048 | end) | |
5049 | end | |
5050 | ||
5051 | ||
5052 | --- Open/Close --- | |
5053 | ||
5054 | function makesound(id) | |
5055 | local s=Instance.new("Sound",BLOOD) | |
5056 | s.SoundId=id | |
5057 | s.Volume=5 | |
5058 | s.PlaybackSpeed=1 | |
5059 | s:Play() | |
5060 | end | |
5061 | ||
5062 | Open.MouseButton1Click:connect(function() | |
5063 | makesound("rbxassetid://156785206") | |
5064 | MainFrame:TweenPosition(UDim2.new(1, -500, 0.7, -210), "Out", "Back",2.5) | |
5065 | OpenFrame.Visible = true | |
5066 | MainFrame.Visible = true | |
5067 | end) | |
5068 | ||
5069 | Minimize.MouseButton1Click:connect(function() | |
5070 | makesound("rbxassetid://156785206") | |
5071 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
5072 | wait(2.5) | |
5073 | MainFrame.Visible = false | |
5074 | OpenFrame.Visible = true | |
5075 | end) | |
5076 | ||
5077 | CloseBLOOD.MouseButton1Down:connect(function() | |
5078 | makesound("rbxassetid://156785206") | |
5079 | MainFrame:TweenPosition(UDim2.new(0.5, -40, 0, -28), "In", "Back",2.5) | |
5080 | wait(2.5) | |
5081 | BLOOD:destroy() | |
5082 | end) | |
5083 | ||
5084 | --bring up menu | |
5085 | CurrentItem.MouseButton1Click:Connect(function() | |
5086 | if Picker.Visible == false then | |
5087 | Picker.Visible = true | |
5088 | else | |
5089 | Picker.Visible = false | |
5090 | end | |
5091 | end) |