SHOW:
|
|
- or go back to the newest paste.
| 1 | -- Gui to Lua | |
| 2 | -- Version: 3.2 | |
| 3 | ||
| 4 | -- Instances: | |
| 5 | ||
| 6 | local VirgoPHV1 = Instance.new("ScreenGui")
| |
| 7 | local OpenFrame = Instance.new("Frame")
| |
| 8 | local Openimage = Instance.new("ImageLabel")
| |
| 9 | local Openimage2 = Instance.new("ImageLabel")
| |
| 10 | local Open = Instance.new("TextButton")
| |
| 11 | local Main = Instance.new("Frame")
| |
| 12 | local Design = Instance.new("Frame")
| |
| 13 | local PersonFunction = Instance.new("Frame")
| |
| 14 | local NoClip = Instance.new("TextButton")
| |
| 15 | local WipeBase = Instance.new("TextButton")
| |
| 16 | local MaxLand = Instance.new("TextButton")
| |
| 17 | local AxeCount = Instance.new("TextButton")
| |
| 18 | local AxeStore = Instance.new("TextButton")
| |
| 19 | local AxeRestore = Instance.new("TextButton")
| |
| 20 | local AllBP = Instance.new("TextButton")
| |
| 21 | local NoFog = Instance.new("TextButton")
| |
| 22 | local InfJump = Instance.new("TextButton")
| |
| 23 | local FreeLand = Instance.new("TextButton")
| |
| 24 | local ResetCharacter = Instance.new("TextButton")
| |
| 25 | local AntiBLAll = Instance.new("TextButton")
| |
| 26 | local Speed = Instance.new("Frame")
| |
| 27 | local Speed_2 = Instance.new("TextButton")
| |
| 28 | local SpeedTextBox = Instance.new("TextBox")
| |
| 29 | local Fly = Instance.new("TextButton")
| |
| 30 | local FlyTextBox = Instance.new("TextBox")
| |
| 31 | local Jump = Instance.new("TextButton")
| |
| 32 | local JumpTextbox = Instance.new("TextBox")
| |
| 33 | local CarSpeedTextBox = Instance.new("TextBox")
| |
| 34 | local CarSpeed = Instance.new("TextButton")
| |
| 35 | local Lumber = Instance.new("TextLabel")
| |
| 36 | local Design_2 = Instance.new("Frame")
| |
| 37 | local wood = Instance.new("Frame")
| |
| 38 | local SellWood = Instance.new("TextButton")
| |
| 39 | local SellPlank = Instance.new("TextButton")
| |
| 40 | local RemoveTree = Instance.new("TextButton")
| |
| 41 | local WoodList = Instance.new("TextLabel")
| |
| 42 | local Icewood = Instance.new("ImageButton")
| |
| 43 | local SnowGlowWood = Instance.new("ImageButton")
| |
| 44 | local Bluewood = Instance.new("ImageButton")
| |
| 45 | local Cherry = Instance.new("ImageButton")
| |
| 46 | local pine = Instance.new("ImageButton")
| |
| 47 | local Koa = Instance.new("ImageButton")
| |
| 48 | local Amount = Instance.new("TextLabel")
| |
| 49 | local GreenSwampy = Instance.new("ImageButton")
| |
| 50 | local WoodTextBox = Instance.new("TextBox")
| |
| 51 | local Palm = Instance.new("ImageButton")
| |
| 52 | local oak = Instance.new("ImageButton")
| |
| 53 | local Spook = Instance.new("ImageButton")
| |
| 54 | local Gerenic = Instance.new("ImageButton")
| |
| 55 | local Redwood = Instance.new("ImageButton")
| |
| 56 | local walnut = Instance.new("ImageButton")
| |
| 57 | local Brich = Instance.new("ImageButton")
| |
| 58 | local Sinister = Instance.new("ImageButton")
| |
| 59 | local GoldSwampy = Instance.new("ImageButton")
| |
| 60 | local Car = Instance.new("Frame")
| |
| 61 | local SpawnPinkcar = Instance.new("TextButton")
| |
| 62 | local RotateCar = Instance.new("TextButton")
| |
| 63 | local NoClipCar = Instance.new("TextButton")
| |
| 64 | local HUB = Instance.new("Frame")
| |
| 65 | local ScrollingFrame = Instance.new("ScrollingFrame")
| |
| 66 | local Zypher = Instance.new("TextButton")
| |
| 67 | local AutoBuild = Instance.new("TextButton")
| |
| 68 | local DupeScript = Instance.new("TextButton")
| |
| 69 | local HUB_2 = Instance.new("TextLabel")
| |
| 70 | local Design_3 = Instance.new("Frame")
| |
| 71 | local xDavid673x2696 = Instance.new("TextLabel")
| |
| 72 | local Credits = Instance.new("TextLabel")
| |
| 73 | local Help = Instance.new("TextLabel")
| |
| 74 | local SemeleTV4177 = Instance.new("TextLabel")
| |
| 75 | local xTheAlex143200 = Instance.new("TextLabel")
| |
| 76 | local Destory = Instance.new("TextButton")
| |
| 77 | local VirgoPH_Roundify_12px = Instance.new("ImageLabel")
| |
| 78 | local VirgoPHV1_2 = Instance.new("TextLabel")
| |
| 79 | local Close = Instance.new("TextButton")
| |
| 80 | local SpeedButton = Instance.new("TextButton")
| |
| 81 | local MainFunction = Instance.new("TextButton")
| |
| 82 | local Car_2 = Instance.new("TextButton")
| |
| 83 | local wood_2 = Instance.new("TextButton")
| |
| 84 | local HUB_3 = Instance.new("TextButton")
| |
| 85 | local Player = game.Players.LocalPlayer | |
| 86 | local function SendNotification(title,text,duration,...) | |
| 87 | game.StarterGui:SetCore("SendNotification", {
| |
| 88 | Title = title; | |
| 89 | Text = text; | |
| 90 | Icon = ""; | |
| 91 | Duration = duration; | |
| 92 | }) | |
| 93 | end | |
| 94 | ||
| 95 | --Properties: | |
| 96 | ||
| 97 | VirgoPHV1.Name = "VirgoPH V1" | |
| 98 | VirgoPHV1.Parent = game.CoreGui | |
| 99 | ||
| 100 | OpenFrame.Name = "OpenFrame" | |
| 101 | OpenFrame.Parent = VirgoPHV1 | |
| 102 | OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 103 | OpenFrame.BackgroundTransparency = 1.000 | |
| 104 | OpenFrame.BorderSizePixel = 0 | |
| 105 | OpenFrame.Position = UDim2.new(0.0282942597, 0, 0.837176085, 0) | |
| 106 | OpenFrame.Size = UDim2.new(0, 79, 0, 37) | |
| 107 | ||
| 108 | Openimage.Name = "Open image" | |
| 109 | Openimage.Parent = OpenFrame | |
| 110 | Openimage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 111 | Openimage.BackgroundTransparency = 1.000 | |
| 112 | Openimage.Position = UDim2.new(-0.101265818, 0, -0.108108103, 0) | |
| 113 | Openimage.Size = UDim2.new(0, 118, 0, 53) | |
| 114 | Openimage.Image = "rbxassetid://3570695787" | |
| 115 | Openimage.ImageColor3 = Color3.fromRGB(48, 29, 255) | |
| 116 | Openimage.ScaleType = Enum.ScaleType.Slice | |
| 117 | Openimage.SliceCenter = Rect.new(100, 100, 100, 100) | |
| 118 | Openimage.SliceScale = 0.120 | |
| 119 | ||
| 120 | Openimage2.Name = "Open image 2" | |
| 121 | Openimage2.Parent = OpenFrame | |
| 122 | Openimage2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 123 | Openimage2.BackgroundTransparency = 1.000 | |
| 124 | Openimage2.Position = UDim2.new(0, 0, -0.297297299, 0) | |
| 125 | Openimage2.Size = UDim2.new(0, 118, 0, 53) | |
| 126 | Openimage2.Image = "rbxassetid://3570695787" | |
| 127 | Openimage2.ImageColor3 = Color3.fromRGB(0, 0, 182) | |
| 128 | Openimage2.ScaleType = Enum.ScaleType.Slice | |
| 129 | Openimage2.SliceCenter = Rect.new(100, 100, 100, 100) | |
| 130 | Openimage2.SliceScale = 0.120 | |
| 131 | ||
| 132 | Open.Name = "Open" | |
| 133 | Open.Parent = OpenFrame | |
| 134 | Open.BackgroundColor3 = Color3.fromRGB(0, 0, 182) | |
| 135 | Open.BorderSizePixel = 0 | |
| 136 | Open.Position = UDim2.new(0.164556861, 0, -0.0540540218, 0) | |
| 137 | Open.Size = UDim2.new(0, 92, 0, 35) | |
| 138 | Open.Text = "Open" | |
| 139 | Open.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 140 | Open.TextScaled = true | |
| 141 | Open.TextSize = 14.000 | |
| 142 | Open.TextWrapped = true | |
| 143 | Open.MouseButton1Down:connect(function() | |
| 144 | Main.Visible = true | |
| 145 | OpenFrame.Visible = false | |
| 146 | end) | |
| 147 | ||
| 148 | Main.Name = "Main" | |
| 149 | Main.Parent = VirgoPHV1 | |
| 150 | Main.Active = true | |
| 151 | Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 152 | Main.BorderColor3 = Color3.fromRGB(64, 255, 6) | |
| 153 | Main.BorderSizePixel = 14 | |
| 154 | Main.Position = UDim2.new(0.567501903, 0, 0.176644236, 0) | |
| 155 | Main.Size = UDim2.new(0, 446, 0, 265) | |
| 156 | Main.Visible = false | |
| 157 | Main.Draggable = true | |
| 158 | ||
| 159 | Design.Name = "Design" | |
| 160 | Design.Parent = Main | |
| 161 | Design.BackgroundColor3 = Color3.fromRGB(33, 62, 255) | |
| 162 | Design.BorderSizePixel = 0 | |
| 163 | Design.Position = UDim2.new(0.134529144, 0, 0, 0) | |
| 164 | Design.Size = UDim2.new(0, 7, 0, 265) | |
| 165 | ||
| 166 | PersonFunction.Name = "Person Function" | |
| 167 | PersonFunction.Parent = Main | |
| 168 | PersonFunction.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 169 | PersonFunction.Position = UDim2.new(0.150224209, 0, 0.150943398, 0) | |
| 170 | PersonFunction.Size = UDim2.new(0, 379, 0, 225) | |
| 171 | PersonFunction.Visible = false | |
| 172 | ||
| 173 | NoClip.Name = "NoClip" | |
| 174 | NoClip.Parent = PersonFunction | |
| 175 | NoClip.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 176 | NoClip.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 177 | NoClip.BorderSizePixel = 5 | |
| 178 | NoClip.Position = UDim2.new(0.0715773329, 0, 0.163438052, 0) | |
| 179 | NoClip.Size = UDim2.new(0, 52, 0, 27) | |
| 180 | NoClip.Font = Enum.Font.GothamSemibold | |
| 181 | NoClip.Text = "NoClip" | |
| 182 | NoClip.TextColor3 = Color3.fromRGB(0,0,0) | |
| 183 | NoClip.TextScaled = true | |
| 184 | NoClip.TextSize = 12.000 | |
| 185 | NoClip.TextWrapped = true | |
| 186 | _G.noclip = false | |
| 187 | game:GetService('RunService').Stepped:connect(function()
| |
| 188 | if noclip then | |
| 189 | game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) | |
| 190 | NoClip.TextColor3 = Color3.fromRGB(255, 0, 0) | |
| 191 | end | |
| 192 | end) | |
| 193 | NoClip.MouseButton1Down:connect(function() | |
| 194 | noclip = not noclip | |
| 195 | NoClip.TextColor3 = Color3.fromRGB(0,0,0) | |
| 196 | end) | |
| 197 | ||
| 198 | WipeBase.Name = "Wipe Base" | |
| 199 | WipeBase.Parent = PersonFunction | |
| 200 | WipeBase.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 201 | WipeBase.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 202 | WipeBase.BorderSizePixel = 5 | |
| 203 | WipeBase.Position = UDim2.new(0.310510159, 0, 0.163438052, 0) | |
| 204 | WipeBase.Size = UDim2.new(0, 52, 0, 27) | |
| 205 | WipeBase.Font = Enum.Font.GothamSemibold | |
| 206 | WipeBase.Text = "Find Spood" | |
| 207 | WipeBase.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 208 | WipeBase.TextScaled = true | |
| 209 | WipeBase.TextSize = 12.000 | |
| 210 | WipeBase.TextWrapped = true | |
| 211 | WipeBase.MouseButton1Click:connect(function() | |
| 212 | function notif(t1, text) | |
| 213 | local gui = game:GetService("Players").LocalPlayer.PlayerGui.OnboardingGUI.Onboarding
| |
| 214 | gui.Main.Heading.Text = t1 | |
| 215 | gui.Main.Heading.DropShadow.Text = t1 | |
| 216 | gui.Main.BodyText.Text = text | |
| 217 | gui.Visible = true | |
| 218 | end | |
| 219 | local tree = false | |
| 220 | notif("Finder", "Searching for Spook Tree")
| |
| 221 | wait(0.5) | |
| 222 | notif("Finder", "Searching for Spook Tree")
| |
| 223 | wait(0.5) | |
| 224 | notif("Finder", "Searching for Spook Tree")
| |
| 225 | for i, v in ipairs(game.Workspace:GetChildren()) do | |
| 226 | if v.Name == "TreeRegion" then | |
| 227 | for j, k in ipairs(v:GetChildren()) do | |
| 228 | if k:FindFirstChild("TreeClass") ~= nil and k.TreeClass.Value == "Spooky" then
| |
| 229 | game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position) | |
| 230 | notif("Finder", "Found Spook tree!")
| |
| 231 | tree = true | |
| 232 | break | |
| 233 | else | |
| 234 | notif("Finder", "No Spook trees found.")
| |
| 235 | end | |
| 236 | end | |
| 237 | end | |
| 238 | end | |
| 239 | if tree == false then | |
| 240 | wait(0.5) | |
| 241 | notif("Finder", "No Spook trees found.")
| |
| 242 | wait(0.5) | |
| 243 | notif("Finder", "No Spook trees found.")
| |
| 244 | wait(0.5) | |
| 245 | notif("Finder", "No Spook trees found.")
| |
| 246 | wait(0.5) | |
| 247 | notif("Finder", "No Spook trees found.")
| |
| 248 | elseif tree == true then | |
| 249 | wait(0.5) | |
| 250 | notif("Finder", "Found Spook tree!")
| |
| 251 | wait(0.5) | |
| 252 | notif("Finder", "Found Spook tree!")
| |
| 253 | wait(0.5) | |
| 254 | notif("Finder", "Found Spook tree!")
| |
| 255 | wait(0.5) | |
| 256 | notif("Finder", "Found Spook tree!")
| |
| 257 | end | |
| 258 | if tree == false then | |
| 259 | notif("Finder", "No Spook trees found.")
| |
| 260 | elseif tree == true then | |
| 261 | notif("Finder", "Found Spook tree!")
| |
| 262 | end | |
| 263 | end) | |
| 264 | ||
| 265 | MaxLand.Name = "Max Land" | |
| 266 | MaxLand.Parent = PersonFunction | |
| 267 | MaxLand.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 268 | MaxLand.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 269 | MaxLand.BorderSizePixel = 5 | |
| 270 | MaxLand.Position = UDim2.new(0.555064976, 0, 0.163438052, 0) | |
| 271 | MaxLand.Size = UDim2.new(0, 52, 0, 27) | |
| 272 | MaxLand.Font = Enum.Font.GothamSemibold | |
| 273 | MaxLand.Text = "Max Land" | |
| 274 | MaxLand.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 275 | MaxLand.TextScaled = true | |
| 276 | MaxLand.TextSize = 12.000 | |
| 277 | MaxLand.TextWrapped = true | |
| 278 | MaxLand.MouseButton1Down:Connect(function() | |
| 279 | for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
| |
| 280 | if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
| |
| 281 | base = v | |
| 282 | square = v.OriginSquare | |
| 283 | end | |
| 284 | end | |
| 285 | function makebase(pos) | |
| 286 | local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
| |
| 287 | Event:FireServer(base, pos) | |
| 288 | end | |
| 289 | spos = square.Position | |
| 290 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z)) | |
| 291 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z)) | |
| 292 | makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40)) | |
| 293 | makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40)) | |
| 294 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40)) | |
| 295 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40)) | |
| 296 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40)) | |
| 297 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40)) | |
| 298 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z)) | |
| 299 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z)) | |
| 300 | makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80)) | |
| 301 | makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80)) | |
| 302 | --Corners-- | |
| 303 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80)) | |
| 304 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80)) | |
| 305 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80)) | |
| 306 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80)) | |
| 307 | --Corners-- | |
| 308 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80)) | |
| 309 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80)) | |
| 310 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40)) | |
| 311 | makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40)) | |
| 312 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40)) | |
| 313 | makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40)) | |
| 314 | makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80)) | |
| 315 | makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80)) | |
| 316 | ||
| 317 | end) | |
| 318 | ||
| 319 | AxeCount.Name = "Axe Count" | |
| 320 | AxeCount.Parent = PersonFunction | |
| 321 | AxeCount.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 322 | AxeCount.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 323 | AxeCount.BorderSizePixel = 5 | |
| 324 | AxeCount.Position = UDim2.new(0.0710426793, 0, 0.443438053, 0) | |
| 325 | AxeCount.Size = UDim2.new(0, 52, 0, 27) | |
| 326 | AxeCount.Font = Enum.Font.GothamSemibold | |
| 327 | AxeCount.Text = "Axe Count" | |
| 328 | AxeCount.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 329 | AxeCount.TextScaled = true | |
| 330 | AxeCount.TextSize = 12.000 | |
| 331 | AxeCount.TextWrapped = true | |
| 332 | AxeCount.MouseButton1Down:connect(function() --Counts Axes in your Backpack (Equiped Axes dont Count) | |
| 333 | Amount = 0 | |
| 334 | for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do | |
| 335 | if b.Name ~= "BlueprintTool" and b.Name == "Tool" then | |
| 336 | Amount = Amount + 1 | |
| 337 | end | |
| 338 | end | |
| 339 | SendNotification("Axe Amount", "You have "..Amount.." Axes in your Backpack",2)
| |
| 340 | end) | |
| 341 | ||
| 342 | AxeStore.Name = "Axe Store" | |
| 343 | AxeStore.Parent = PersonFunction | |
| 344 | AxeStore.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 345 | AxeStore.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 346 | AxeStore.BorderSizePixel = 5 | |
| 347 | AxeStore.Position = UDim2.new(0.309044361, 0, 0.439882547, 0) | |
| 348 | AxeStore.Size = UDim2.new(0, 52, 0, 27) | |
| 349 | AxeStore.Font = Enum.Font.GothamSemibold | |
| 350 | AxeStore.Text = "Axe Store" | |
| 351 | AxeStore.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 352 | AxeStore.TextScaled = true | |
| 353 | AxeStore.TextSize = 12.000 | |
| 354 | AxeStore.TextWrapped = true | |
| 355 | AxeStore.MouseButton1Down:connect(function() --Stores the Axes somewhere so you can restore them later | |
| 356 | Amount = 0 | |
| 357 | for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do | |
| 358 | if b.Name ~= "BlueprintTool" and b.Name == "Tool" then | |
| 359 | b.Parent = game.Players.LocalPlayer | |
| 360 | Amount = Amount + 1 | |
| 361 | end | |
| 362 | end | |
| 363 | SendNotification("Store Notification", "Stored "..Amount.." Axes, you can restore them later", 2)
| |
| 364 | end) | |
| 365 | ||
| 366 | AxeRestore.Name = "Axe Restore" | |
| 367 | AxeRestore.Parent = PersonFunction | |
| 368 | AxeRestore.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 369 | AxeRestore.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 370 | AxeRestore.BorderSizePixel = 5 | |
| 371 | AxeRestore.Position = UDim2.new(0.553254187, 0, 0.439882547, 0) | |
| 372 | AxeRestore.Size = UDim2.new(0, 52, 0, 27) | |
| 373 | AxeRestore.Font = Enum.Font.GothamSemibold | |
| 374 | AxeRestore.Text = "Axe Restore" | |
| 375 | AxeRestore.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 376 | AxeRestore.TextScaled = true | |
| 377 | AxeRestore.TextSize = 12.000 | |
| 378 | AxeRestore.TextWrapped = true | |
| 379 | AxeRestore.MouseButton1Down:connect(function() --Restores the axes that you stored with the Store function | |
| 380 | Amount = 0 | |
| 381 | for a,b in pairs(game.Players.LocalPlayer:GetChildren()) do | |
| 382 | if b.Name ~= "BlueprintTool" and b.Name == "Tool" then | |
| 383 | b.Parent = game.Players.LocalPlayer.Backpack | |
| 384 | Amount = Amount + 1 | |
| 385 | end | |
| 386 | end | |
| 387 | SendNotification("Restore Notification", "Restored "..Amount.." Axes that you Stored", 2)
| |
| 388 | end) | |
| 389 | ||
| 390 | AllBP.Name = "All BP" | |
| 391 | AllBP.Parent = PersonFunction | |
| 392 | AllBP.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 393 | AllBP.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 394 | AllBP.BorderSizePixel = 5 | |
| 395 | AllBP.Position = UDim2.new(0.0695768818, 0, 0.715438128, 0) | |
| 396 | AllBP.Size = UDim2.new(0, 52, 0, 27) | |
| 397 | AllBP.Font = Enum.Font.GothamSemibold | |
| 398 | AllBP.Text = "All BP" | |
| 399 | AllBP.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 400 | AllBP.TextScaled = true | |
| 401 | AllBP.TextSize = 12.000 | |
| 402 | AllBP.TextWrapped = true | |
| 403 | AllBP.MouseButton1Click:Connect(function() | |
| 404 | for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do | |
| 405 | local clone = v:Clone() | |
| 406 | clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints | |
| 407 | end | |
| 408 | end) | |
| 409 | ||
| 410 | NoFog.Name = "No Fog" | |
| 411 | NoFog.Parent = PersonFunction | |
| 412 | NoFog.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 413 | NoFog.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 414 | NoFog.BorderSizePixel = 5 | |
| 415 | NoFog.Position = UDim2.new(0.308509737, 0, 0.715438128, 0) | |
| 416 | NoFog.Size = UDim2.new(0, 52, 0, 27) | |
| 417 | NoFog.Font = Enum.Font.GothamSemibold | |
| 418 | NoFog.Text = "No Fog" | |
| 419 | NoFog.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 420 | NoFog.TextScaled = true | |
| 421 | NoFog.TextSize = 12.000 | |
| 422 | NoFog.TextWrapped = true | |
| 423 | NoFog.MouseButton1Down:connect(function() | |
| 424 | --Fog.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 425 | NoFog.TextColor3 = Color3.new(255, 0, 0) | |
| 426 | game.Lighting.Changed:connect(function() | |
| 427 | game.Lighting.TimeOfDay = "12:00:00" | |
| 428 | game.Lighting.FogEnd = 9999 | |
| 429 | game.Lighting.Brightness = 2 | |
| 430 | end) | |
| 431 | end) | |
| 432 | ||
| 433 | InfJump.Name = "InfJump" | |
| 434 | InfJump.Parent = PersonFunction | |
| 435 | InfJump.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 436 | InfJump.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 437 | InfJump.BorderSizePixel = 5 | |
| 438 | InfJump.Position = UDim2.new(0.553254187, 0, 0.715438128, 0) | |
| 439 | InfJump.Size = UDim2.new(0, 52, 0, 27) | |
| 440 | InfJump.Font = Enum.Font.GothamSemibold | |
| 441 | InfJump.Text = "InfJump" | |
| 442 | InfJump.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 443 | InfJump.TextScaled = true | |
| 444 | InfJump.TextSize = 10.000 | |
| 445 | InfJump.TextWrapped = true | |
| 446 | local toggle = false | |
| 447 | InfJump.MouseButton1Click:Connect(function() | |
| 448 | toggle = not toggle | |
| 449 | InfJump.TextColor3 = (toggle and Color3.fromRGB(255, 0, 0) or Color3.fromRGB(0, 0, 0)) | |
| 450 | if toggle then | |
| 451 | InfiniteJumpEnabled = true | |
| 452 | game:GetService("UserInputService").JumpRequest:connect(function()
| |
| 453 | if InfiniteJumpEnabled then | |
| 454 | game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
| |
| 455 | InfiniteJumpEnabled = true | |
| 456 | end | |
| 457 | end) | |
| 458 | ||
| 459 | else | |
| 460 | InfiniteJumpEnabled = false | |
| 461 | game:GetService("UserInputService").JumpRequest:connect(function()
| |
| 462 | if InfiniteJumpEnabled then | |
| 463 | game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
| |
| 464 | ||
| 465 | end | |
| 466 | end) | |
| 467 | end | |
| 468 | end) | |
| 469 | ||
| 470 | ||
| 471 | FreeLand.Name = "Free Land" | |
| 472 | FreeLand.Parent = PersonFunction | |
| 473 | FreeLand.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 474 | FreeLand.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 475 | FreeLand.BorderSizePixel = 5 | |
| 476 | FreeLand.Position = UDim2.new(0.789893508, 0, 0.163438052, 0) | |
| 477 | FreeLand.Size = UDim2.new(0, 52, 0, 27) | |
| 478 | FreeLand.Font = Enum.Font.GothamSemibold | |
| 479 | FreeLand.Text = "Free Land" | |
| 480 | FreeLand.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 481 | FreeLand.TextScaled = true | |
| 482 | FreeLand.TextSize = 12.000 | |
| 483 | FreeLand.TextWrapped = true | |
| 484 | FreeLand.MouseButton1Click:connect(function() | |
| 485 | if Player.OwnsProperty.Value == false then | |
| 486 | for i,v in pairs(game.Workspace.Properties:GetChildren()) do | |
| 487 | if v:FindFirstChild('Owner') and v.Owner.Value == nil then
| |
| 488 | Base = v | |
| 489 | Square = v.OriginSquare | |
| 490 | Plot = CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z) | |
| 491 | end | |
| 492 | end | |
| 493 | Pos = Square.Position | |
| 494 | game.ReplicatedStorage.PropertyPurchasing.ClientPurchasedProperty:FireServer(Base, Pos) | |
| 495 | wait() | |
| 496 | game.Players.LocalPlayer.Character.Humanoid.Jump = true | |
| 497 | wait(0.1) | |
| 498 | local New_CFrame = Plot | |
| 499 | local ts = game:GetService("TweenService")
| |
| 500 | local char = game.Players.LocalPlayer.Character | |
| 501 | local part = char.HumanoidRootPart | |
| 502 | local ti = TweenInfo.new(4, Enum.EasingStyle.Linear) | |
| 503 | local tp = {CFrame = New_CFrame}
| |
| 504 | ts:Create(part, ti, tp):Play() | |
| 505 | end | |
| 506 | end) | |
| 507 | ||
| 508 | ResetCharacter.Name = "Reset Character" | |
| 509 | ResetCharacter.Parent = PersonFunction | |
| 510 | ResetCharacter.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 511 | ResetCharacter.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 512 | ResetCharacter.BorderSizePixel = 5 | |
| 513 | ResetCharacter.Position = UDim2.new(0.788082719, 0, 0.439882547, 0) | |
| 514 | ResetCharacter.Size = UDim2.new(0, 52, 0, 27) | |
| 515 | ResetCharacter.Font = Enum.Font.GothamSemibold | |
| 516 | ResetCharacter.Text = "Reset Character" | |
| 517 | ResetCharacter.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 518 | ResetCharacter.TextScaled = true | |
| 519 | ResetCharacter.TextSize = 12.000 | |
| 520 | ResetCharacter.TextWrapped = true | |
| 521 | ResetCharacter.MouseButton1Click:connect(function() | |
| 522 | game.Players.LocalPlayer.Character.Head:Destroy() | |
| 523 | end) | |
| 524 | ||
| 525 | AntiBLAll.Name = "AntiBLAll" | |
| 526 | AntiBLAll.Parent = PersonFunction | |
| 527 | AntiBLAll.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 528 | AntiBLAll.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 529 | AntiBLAll.BorderSizePixel = 5 | |
| 530 | AntiBLAll.Position = UDim2.new(0.788082719, 0, 0.715438128, 0) | |
| 531 | AntiBLAll.Size = UDim2.new(0, 52, 0, 27) | |
| 532 | AntiBLAll.Font = Enum.Font.GothamSemibold | |
| 533 | AntiBLAll.Text = "BL All" | |
| 534 | AntiBLAll.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 535 | AntiBLAll.TextScaled = true | |
| 536 | AntiBLAll.TextSize = 12.000 | |
| 537 | AntiBLAll.TextWrapped = true | |
| 538 | AntiBLAll.MouseButton1Click:Connect(function() | |
| 539 | Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer | |
| 540 | players = game.Players | |
| 541 | for i, v in pairs(players:GetPlayers()) do | |
| 542 | if v.Name ~= players.LocalPlayer.Name then | |
| 543 | Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true) | |
| 544 | end | |
| 545 | end | |
| 546 | players.PlayerAdded:connect(function(plr) | |
| 547 | Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true) | |
| 548 | end) | |
| 549 | end) | |
| 550 | ||
| 551 | Speed.Name = "Speed" | |
| 552 | Speed.Parent = Main | |
| 553 | Speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 554 | Speed.Position = UDim2.new(0.150224209, 0, 0.150943398, 0) | |
| 555 | Speed.Size = UDim2.new(0, 379, 0, 225) | |
| 556 | Speed.Visible = false | |
| 557 | ||
| 558 | SpeedTextBox.Name = "SpeedTextBox" | |
| 559 | SpeedTextBox.Parent = Speed | |
| 560 | SpeedTextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 561 | SpeedTextBox.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 562 | SpeedTextBox.BorderSizePixel = 7 | |
| 563 | SpeedTextBox.Position = UDim2.new(0.332743734, 0, 0.261299819, 0) | |
| 564 | SpeedTextBox.Size = UDim2.new(0, 48, 0, 38) | |
| 565 | SpeedTextBox.PlaceholderColor3 = Color3.fromRGB(82, 255, 35) | |
| 566 | SpeedTextBox.PlaceholderText = "16" | |
| 567 | SpeedTextBox.Text = "" | |
| 568 | SpeedTextBox.TextColor3 = Color3.fromRGB(91, 255, 3) | |
| 569 | SpeedTextBox.TextSize = 14.000 | |
| 570 | ||
| 571 | Speed_2.Name = "Speed" | |
| 572 | Speed_2.Parent = Speed | |
| 573 | Speed_2.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 574 | Speed_2.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 575 | Speed_2.BorderSizePixel = 7 | |
| 576 | Speed_2.Position = UDim2.new(0.0715773106, 0, 0.261299819, 0) | |
| 577 | Speed_2.Size = UDim2.new(0, 73, 0, 38) | |
| 578 | Speed_2.Font = Enum.Font.GothamSemibold | |
| 579 | Speed_2.Text = "Speed Up" | |
| 580 | Speed_2.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 581 | Speed_2.TextScaled = true | |
| 582 | Speed_2.TextSize = 12.000 | |
| 583 | Speed_2.TextWrapped = true | |
| 584 | Speed_2.MouseButton1Down:connect(function() | |
| 585 | game:GetService("RunService").RenderStepped:connect(function()
| |
| 586 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(SpeedTextBox.Text) | |
| 587 | end) | |
| 588 | end) | |
| 589 | ||
| 590 | FlyTextBox.Name = "Fly TextBox" | |
| 591 | FlyTextBox.Parent = Speed | |
| 592 | FlyTextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 593 | FlyTextBox.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 594 | FlyTextBox.BorderSizePixel = 7 | |
| 595 | FlyTextBox.Position = UDim2.new(0.332743734, 0, 0.536771536, 0) | |
| 596 | FlyTextBox.Size = UDim2.new(0, 48, 0, 38) | |
| 597 | FlyTextBox.PlaceholderColor3 = Color3.fromRGB(82, 255, 35) | |
| 598 | FlyTextBox.PlaceholderText = "100" | |
| 599 | FlyTextBox.Text = "" | |
| 600 | FlyTextBox.TextColor3 = Color3.fromRGB(91, 255, 3) | |
| 601 | FlyTextBox.TextSize = 14.000 | |
| 602 | ||
| 603 | Fly.Name = "Fly " | |
| 604 | Fly.Parent = Speed | |
| 605 | Fly.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 606 | Fly.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 607 | Fly.BorderSizePixel = 7 | |
| 608 | Fly.Position = UDim2.new(0.0715773106, 0, 0.536771536, 0) | |
| 609 | Fly.Size = UDim2.new(0, 73, 0, 38) | |
| 610 | Fly.Font = Enum.Font.GothamSemibold | |
| 611 | Fly.Text = "Fly (X)" | |
| 612 | Fly.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 613 | Fly.TextSize = 20.000 | |
| 614 | Fly.TextWrapped = true | |
| 615 | Fly.MouseButton1Down:connect(function() | |
| 616 | repeat wait() | |
| 617 | until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
| |
| 618 | local mouse = game.Players.LocalPlayer:GetMouse() | |
| 619 | repeat wait() until mouse | |
| 620 | local plr = game.Players.LocalPlayer | |
| 621 | local torso = plr.Character.Torso | |
| 622 | local flying = true | |
| 623 | local deb = true | |
| 624 | local ctrl = {f = 0, b = 0, l = 0, r = 0}
| |
| 625 | local lastctrl = {f = 0, b = 0, l = 0, r = 0}
| |
| 626 | local maxspeed = 100000 | |
| 627 | local speed = 0 | |
| 628 | ||
| 629 | function Fly() | |
| 630 | local bg = Instance.new("BodyGyro", torso)
| |
| 631 | bg.P = 9e4 | |
| 632 | bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) | |
| 633 | bg.cframe = torso.CFrame | |
| 634 | local bv = Instance.new("BodyVelocity", torso)
| |
| 635 | bv.velocity = Vector3.new(0,0.1,0) | |
| 636 | bv.maxForce = Vector3.new(9e9, 9e9, 9e9) | |
| 637 | repeat wait() | |
| 638 | plr.Character.Humanoid.PlatformStand = true | |
| 639 | if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then | |
| 640 | speed = speed+.5+(speed/maxspeed) | |
| 641 | if speed > maxspeed then | |
| 642 | speed = maxspeed | |
| 643 | end | |
| 644 | elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then | |
| 645 | speed = speed-1 | |
| 646 | if speed < 0 then | |
| 647 | speed = 0 | |
| 648 | end | |
| 649 | end | |
| 650 | if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then | |
| 651 | 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 | |
| 652 | lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
| |
| 653 | elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then | |
| 654 | 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 | |
| 655 | else | |
| 656 | bv.velocity = Vector3.new(0,0.1,0) | |
| 657 | end | |
| 658 | bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0) | |
| 659 | until not flying | |
| 660 | ctrl = {f = 0, b = 0, l = 0, r = 0}
| |
| 661 | lastctrl = {f = 0, b = 0, l = 0, r = 0}
| |
| 662 | speed = 0 | |
| 663 | bg:Destroy() | |
| 664 | bv:Destroy() | |
| 665 | plr.Character.Humanoid.PlatformStand = false | |
| 666 | end | |
| 667 | mouse.KeyDown:connect(function(key) | |
| 668 | if key:lower() == "x" then | |
| 669 | if flying then flying = false | |
| 670 | else | |
| 671 | flying = true | |
| 672 | Fly() | |
| 673 | end | |
| 674 | elseif key:lower() == "w" then | |
| 675 | ctrl.f = 1 | |
| 676 | elseif key:lower() == "s" then | |
| 677 | ctrl.b = -1 | |
| 678 | elseif key:lower() == "a" then | |
| 679 | ctrl.l = -1 | |
| 680 | elseif key:lower() == "d" then | |
| 681 | ctrl.r = 1 | |
| 682 | end | |
| 683 | end) | |
| 684 | mouse.KeyUp:connect(function(key) | |
| 685 | if key:lower() == "w" then | |
| 686 | ctrl.f = 0 | |
| 687 | elseif key:lower() == "s" then | |
| 688 | ctrl.b = 0 | |
| 689 | elseif key:lower() == "a" then | |
| 690 | ctrl.l = 0 | |
| 691 | elseif key:lower() == "d" then | |
| 692 | ctrl.r = 0 | |
| 693 | end | |
| 694 | end) | |
| 695 | Fly() | |
| 696 | end) | |
| 697 | ||
| 698 | JumpTextbox.Name = "JumpTextbox" | |
| 699 | JumpTextbox.Parent = Speed | |
| 700 | JumpTextbox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 701 | JumpTextbox.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 702 | JumpTextbox.BorderSizePixel = 7 | |
| 703 | JumpTextbox.Position = UDim2.new(0.799762189, 0, 0.261299819, 0) | |
| 704 | JumpTextbox.Size = UDim2.new(0, 48, 0, 38) | |
| 705 | JumpTextbox.PlaceholderColor3 = Color3.fromRGB(82, 255, 35) | |
| 706 | JumpTextbox.PlaceholderText = "50" | |
| 707 | JumpTextbox.Text = "" | |
| 708 | JumpTextbox.TextColor3 = Color3.fromRGB(91, 255, 3) | |
| 709 | JumpTextbox.TextSize = 14.000 | |
| 710 | ||
| 711 | Jump.Name = "Jump" | |
| 712 | Jump.Parent = Speed | |
| 713 | Jump.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 714 | Jump.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 715 | Jump.BorderSizePixel = 7 | |
| 716 | Jump.Position = UDim2.new(0.535957217, 0, 0.261299819, 0) | |
| 717 | Jump.Size = UDim2.new(0, 73, 0, 38) | |
| 718 | Jump.Font = Enum.Font.GothamSemibold | |
| 719 | Jump.Text = "Jump Power" | |
| 720 | Jump.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 721 | Jump.TextScaled = true | |
| 722 | Jump.TextSize = 12.000 | |
| 723 | Jump.TextWrapped = true | |
| 724 | Jump.MouseButton1Down:connect(function() | |
| 725 | game:GetService("RunService").RenderStepped:connect(function()
| |
| 726 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(JumpTextbox.Text) | |
| 727 | end) | |
| 728 | end) | |
| 729 | ||
| 730 | CarSpeedTextBox.Name = "CarSpeedTextBox" | |
| 731 | CarSpeedTextBox.Parent = Speed | |
| 732 | CarSpeedTextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 733 | CarSpeedTextBox.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 734 | CarSpeedTextBox.BorderSizePixel = 7 | |
| 735 | CarSpeedTextBox.Position = UDim2.new(0.799809515, 0, 0.536771476, 0) | |
| 736 | CarSpeedTextBox.Size = UDim2.new(0, 48, 0, 38) | |
| 737 | CarSpeedTextBox.PlaceholderColor3 = Color3.fromRGB(82, 255, 35) | |
| 738 | CarSpeedTextBox.PlaceholderText = "1" | |
| 739 | CarSpeedTextBox.Text = "" | |
| 740 | CarSpeedTextBox.TextColor3 = Color3.fromRGB(91, 255, 3) | |
| 741 | CarSpeedTextBox.TextSize = 14.000 | |
| 742 | ||
| 743 | CarSpeed.Name = "CarSpeed" | |
| 744 | CarSpeed.Parent = Speed | |
| 745 | CarSpeed.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 746 | CarSpeed.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 747 | CarSpeed.BorderSizePixel = 7 | |
| 748 | CarSpeed.Position = UDim2.new(0.535957277, 0, 0.536771476, 0) | |
| 749 | CarSpeed.Size = UDim2.new(0, 73, 0, 38) | |
| 750 | CarSpeed.Font = Enum.Font.GothamSemibold | |
| 751 | CarSpeed.Text = "Car Speed" | |
| 752 | CarSpeed.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 753 | CarSpeed.TextScaled = true | |
| 754 | CarSpeed.TextSize = 12.000 | |
| 755 | CarSpeed.TextWrapped = true | |
| 756 | CarSpeed.MouseButton1Click:connect(function() | |
| 757 | local speed = CarSpeedTextBox.Text | |
| 758 | for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do | |
| 759 | if v:FindFirstChild("Seat") and v:FindFirstChild("Configuration") then
| |
| 760 | v.Configuration.MaxSpeed.Value = 10 | |
| 761 | end | |
| 762 | end | |
| 763 | end) | |
| 764 | ||
| 765 | Lumber.Name = "Lumber " | |
| 766 | Lumber.Parent = Main | |
| 767 | Lumber.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 768 | Lumber.BorderSizePixel = 0 | |
| 769 | Lumber.Position = UDim2.new(0.150224209, 0, 0, 0) | |
| 770 | Lumber.Size = UDim2.new(0, 379, 0, 34) | |
| 771 | Lumber.Font = Enum.Font.SciFi | |
| 772 | Lumber.Text = "Lumber Wood 2 GUI" | |
| 773 | Lumber.TextColor3 = Color3.fromRGB(75, 255, 228) | |
| 774 | Lumber.TextScaled = true | |
| 775 | Lumber.TextSize = 14.000 | |
| 776 | Lumber.TextWrapped = true | |
| 777 | ||
| 778 | Design_2.Name = "Design" | |
| 779 | Design_2.Parent = Main | |
| 780 | Design_2.BackgroundColor3 = Color3.fromRGB(33, 62, 255) | |
| 781 | Design_2.BorderSizePixel = 0 | |
| 782 | Design_2.Position = UDim2.new(0.150224209, 0, 0.128301889, 0) | |
| 783 | Design_2.Size = UDim2.new(0, 379, 0, 6) | |
| 784 | ||
| 785 | wood.Name = "wood" | |
| 786 | wood.Parent = Main | |
| 787 | wood.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 788 | wood.Position = UDim2.new(0.150224209, 0, 0.150943398, 0) | |
| 789 | wood.Size = UDim2.new(0, 379, 0, 225) | |
| 790 | wood.Visible = false | |
| 791 | ||
| 792 | SellWood.Name = "Sell Wood" | |
| 793 | SellWood.Parent = wood | |
| 794 | SellWood.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 795 | SellWood.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 796 | SellWood.BorderSizePixel = 5 | |
| 797 | SellWood.Position = UDim2.new(0.171841174, 0, 0.0523269325, 0) | |
| 798 | SellWood.Size = UDim2.new(0, 52, 0, 27) | |
| 799 | SellWood.Font = Enum.Font.GothamSemibold | |
| 800 | SellWood.Text = "Sell Wood" | |
| 801 | SellWood.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 802 | SellWood.TextScaled = true | |
| 803 | SellWood.TextSize = 12.000 | |
| 804 | SellWood.TextWrapped = true | |
| 805 | SellWood.MouseButton1Click:Connect(function() | |
| 806 | for _, Log in pairs(workspace.LogModels:GetChildren()) do | |
| 807 | if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
| |
| 808 | if Log.Owner.Value == game.Players.LocalPlayer then | |
| 809 | for i,v in pairs(Log:GetChildren()) do | |
| 810 | if v.Name=="WoodSection" then | |
| 811 | spawn(function() | |
| 812 | for i=1,10 do | |
| 813 | wait() | |
| 814 | v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0) | |
| 815 | end | |
| 816 | end) | |
| 817 | end | |
| 818 | end | |
| 819 | spawn(function() | |
| 820 | for i=1,20 do | |
| 821 | wait() | |
| 822 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection) | |
| 823 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection) | |
| 824 | end | |
| 825 | end) | |
| 826 | end | |
| 827 | end | |
| 828 | end | |
| 829 | wait(2.0) | |
| 830 | for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do | |
| 831 | if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
| |
| 832 | if Log.Owner.Value == game.Players.LocalPlayer then | |
| 833 | Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) | |
| 834 | for i=1,20 do | |
| 835 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection) | |
| 836 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection) | |
| 837 | end | |
| 838 | end | |
| 839 | end | |
| 840 | end | |
| 841 | end) | |
| 842 | ||
| 843 | SellPlank.Name = "Sell Plank" | |
| 844 | SellPlank.Parent = wood | |
| 845 | SellPlank.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 846 | SellPlank.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 847 | SellPlank.BorderSizePixel = 5 | |
| 848 | SellPlank.Position = UDim2.new(0.427777857, 0, 0.0523269325, 0) | |
| 849 | SellPlank.Size = UDim2.new(0, 52, 0, 27) | |
| 850 | SellPlank.Font = Enum.Font.GothamSemibold | |
| 851 | SellPlank.Text = "Sell Plank" | |
| 852 | SellPlank.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 853 | SellPlank.TextScaled = true | |
| 854 | SellPlank.TextSize = 12.000 | |
| 855 | SellPlank.TextWrapped = true | |
| 856 | SellPlank.MouseButton1Click:Connect(function() | |
| 857 | for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do | |
| 858 | if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
| |
| 859 | if Plank.Owner.Value == game.Players.LocalPlayer then | |
| 860 | for i,v in pairs(Plank:GetChildren()) do | |
| 861 | if v.Name=="WoodSection" then | |
| 862 | spawn(function() | |
| 863 | for i=1,10 do | |
| 864 | wait() | |
| 865 | v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0) | |
| 866 | end | |
| 867 | end) | |
| 868 | end | |
| 869 | end | |
| 870 | spawn(function() | |
| 871 | for i=1,20 do | |
| 872 | wait() | |
| 873 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank) | |
| 874 | end | |
| 875 | end) | |
| 876 | end | |
| 877 | end | |
| 878 | end | |
| 879 | end) | |
| 880 | ||
| 881 | RemoveTree.Name = "Remove Tree" | |
| 882 | RemoveTree.Parent = wood | |
| 883 | RemoveTree.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 884 | RemoveTree.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 885 | RemoveTree.BorderSizePixel = 5 | |
| 886 | RemoveTree.Position = UDim2.new(0.688991547, 0, 0.0523269325, 0) | |
| 887 | RemoveTree.Size = UDim2.new(0, 52, 0, 27) | |
| 888 | RemoveTree.Font = Enum.Font.GothamSemibold | |
| 889 | RemoveTree.Text = "Remove Tree" | |
| 890 | RemoveTree.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 891 | RemoveTree.TextScaled = true | |
| 892 | RemoveTree.TextSize = 12.000 | |
| 893 | RemoveTree.TextWrapped = true | |
| 894 | RemoveTree.MouseButton1Click:Connect(function() | |
| 895 | for i,v in pairs(game.Workspace:GetDescendants()) do | |
| 896 | if v.Name == "WoodSection" and v.Parent:FindFirstChild("CutEvent") then
| |
| 897 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.Parent) | |
| 898 | game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v.Parent) | |
| 899 | end | |
| 900 | end | |
| 901 | game.Workspace.DescendantAdded:connect(function(Thing) | |
| 902 | wait(0.1) | |
| 903 | if Thing.Name == "WoodSection" and Thing.Parent:FindFirstChild("CutEvent") then
| |
| 904 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Thing.Parent) | |
| 905 | game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(Thing.Parent) | |
| 906 | end | |
| 907 | end) | |
| 908 | end) | |
| 909 | ||
| 910 | WoodList.Name = "Wood List" | |
| 911 | WoodList.Parent = wood | |
| 912 | WoodList.BackgroundColor3 = Color3.fromRGB(2, 18, 255) | |
| 913 | WoodList.BorderSizePixel = 0 | |
| 914 | WoodList.Position = UDim2.new(0, 0, 0.226666674, 0) | |
| 915 | WoodList.Size = UDim2.new(0, 379, 0, 22) | |
| 916 | WoodList.Text = "Wood List" | |
| 917 | WoodList.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 918 | WoodList.TextScaled = true | |
| 919 | WoodList.TextSize = 14.000 | |
| 920 | WoodList.TextWrapped = true | |
| 921 | ||
| 922 | function Teleport(XP,YP,ZP) | |
| 923 | -- Config How Many Blocks It Will Tp You Untill The Final Destination: | |
| 924 | local XTpEvery = 15 | |
| 925 | local YTpEvery = 15 | |
| 926 | local ZTpEvery = 15 | |
| 927 | --Time to Tp Every: | |
| 928 | local Timer = 0.001 | |
| 929 | local pos = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
| |
| 930 | if pos.Position.X < XP then | |
| 931 | for x = pos.Position.X,XP,XTpEvery do | |
| 932 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(x,pos.Position.Y,pos.Position.Z)) | |
| 933 | local part = Instance.new("Part", workspace)
| |
| 934 | part.Anchored = true | |
| 935 | part.Size = Vector3.new(10,0.1,10) | |
| 936 | part.Material = "Glass" | |
| 937 | part.BrickColor = BrickColor.Random() | |
| 938 | part.Transparency = 0.7 | |
| 939 | part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
| |
| 940 | wait(Timer) | |
| 941 | part.Destroy(part) | |
| 942 | end | |
| 943 | else | |
| 944 | for x = pos.Position.X,XP,-XTpEvery do | |
| 945 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(x,pos.Position.Y,pos.Position.Z)) | |
| 946 | local part = Instance.new("Part", workspace)
| |
| 947 | part.Anchored = true | |
| 948 | part.Size = Vector3.new(10,0.1,10) | |
| 949 | part.Material = "Glass" | |
| 950 | part.BrickColor = BrickColor.Random() | |
| 951 | part.Transparency = 0.7 | |
| 952 | part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
| |
| 953 | wait(Timer) | |
| 954 | part.Destroy(part) | |
| 955 | end | |
| 956 | end | |
| 957 | if pos.Position.Z < ZP then | |
| 958 | for z = pos.Position.Z,ZP,ZTpEvery do | |
| 959 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X,pos.Position.Y,z)) | |
| 960 | local part = Instance.new("Part", workspace)
| |
| 961 | part.Anchored = true | |
| 962 | part.Size = Vector3.new(10,0.1,10) | |
| 963 | part.Material = "Glass" | |
| 964 | part.BrickColor = BrickColor.Random() | |
| 965 | part.Transparency = 0.7 | |
| 966 | part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
| |
| 967 | wait(Timer) | |
| 968 | part.Destroy(part) | |
| 969 | end | |
| 970 | else | |
| 971 | for z = pos.Position.Z,ZP,-ZTpEvery do | |
| 972 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X,pos.Position.Y,z)) | |
| 973 | local part = Instance.new("Part", workspace)
| |
| 974 | part.Anchored = true | |
| 975 | part.Size = Vector3.new(10,0.1,10) | |
| 976 | part.Material = "Glass" | |
| 977 | part.BrickColor = BrickColor.Random() | |
| 978 | part.Transparency = 0.7 | |
| 979 | part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
| |
| 980 | wait(Timer) | |
| 981 | part.Destroy(part) | |
| 982 | end | |
| 983 | end | |
| 984 | if pos.Position.Y < YP then | |
| 985 | for High = pos.Position.Y,YP,YTpEvery do | |
| 986 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X ,High ,pos.Position.Z)) | |
| 987 | local part = Instance.new("Part", workspace)
| |
| 988 | part.Anchored = true | |
| 989 | part.Size = Vector3.new(10,0.1,10) | |
| 990 | part.Material = "Glass" | |
| 991 | part.BrickColor = BrickColor.Random() | |
| 992 | part.Transparency = 0.7 | |
| 993 | part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
| |
| 994 | wait(Timer) | |
| 995 | part.Destroy(part) | |
| 996 | end | |
| 997 | else | |
| 998 | for High = pos.Position.Y,YP,-YTpEvery do | |
| 999 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X ,High ,pos.Position.Z)) | |
| 1000 | local part = Instance.new("Part", workspace)
| |
| 1001 | part.Anchored = true | |
| 1002 | part.Size = Vector3.new(10,0.1,10) | |
| 1003 | part.Material = "Glass" | |
| 1004 | part.BrickColor = BrickColor.Random() | |
| 1005 | part.Transparency = 0.7 | |
| 1006 | part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
| |
| 1007 | wait(Timer) | |
| 1008 | part.Destroy(part) | |
| 1009 | end | |
| 1010 | end | |
| 1011 | game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(XP + 5,YP,ZP + 5)
| |
| 1012 | end | |
| 1013 | ||
| 1014 | function GetTree(Wood, PlayerName, Quantitys) | |
| 1015 | local Counter = 0 | |
| 1016 | local HitPoints={
| |
| 1017 | ['Beesaxe']= 1.4; | |
| 1018 | ['AxeAmber']= 3.39; | |
| 1019 | ['ManyAxe']= 10.2; | |
| 1020 | ['BasicHatchet']= 0.2; | |
| 1021 | ['Axe1']= 0.55; | |
| 1022 | ['Axe2']= 0.93; | |
| 1023 | ['AxeAlphaTesters']= 1.5; | |
| 1024 | ['Rukiryaxe']= 1.68; | |
| 1025 | ['Axe3']= 1.45; | |
| 1026 | ['AxeBetaTesters']= 1.45; | |
| 1027 | ['FireAxe']= 0.6; | |
| 1028 | ['SilverAxe']= 1.6; | |
| 1029 | ['EndTimesAxe']= 1.58; | |
| 1030 | ['AxeChicken']= 0.9; | |
| 1031 | ['CandyCaneAxe']= 0; | |
| 1032 | ['AxeTwitter']= 1.65 | |
| 1033 | } | |
| 1034 | function axe(Val) | |
| 1035 | local A_1 = Val.CutEvent | |
| 1036 | local A_2 = | |
| 1037 | {
| |
| 1038 | ["tool"] = game.Players.LocalPlayer.Character:FindFirstChild("Tool"),
| |
| 1039 | ["faceVector"] = Vector3.new(0, 0, -1), | |
| 1040 | ["height"] = 0.3, | |
| 1041 | ["sectionId"] = 1, | |
| 1042 | ["hitPoints"] = HitPoints[game.Players.LocalPlayer.Character:FindFirstChild("Tool").ToolName.Value],
| |
| 1043 | ["cooldown"] = 0.112, | |
| 1044 | ["cuttingClass"] = "Axe" | |
| 1045 | } | |
| 1046 | local Event = game:GetService("ReplicatedStorage").Interaction.RemoteProxy
| |
| 1047 | Event:FireServer(A_1, A_2) | |
| 1048 | end | |
| 1049 | local Ps = nil | |
| 1050 | for i, v in pairs(game.Workspace.Properties:GetChildren()) do | |
| 1051 | if v.Owner.Value == game.Players[PlayerName] then | |
| 1052 | Ps = v.OriginSquare.Position + Vector3.new(0,30,0) | |
| 1053 | end | |
| 1054 | end | |
| 1055 | for i,v in pairs(game.Workspace:GetDescendants()) do | |
| 1056 | if v:FindFirstChild("TreeClass") and v.TreeClass.Value == Wood and v.Name == "Model" then
| |
| 1057 | Teleport(v.WoodSection.Position.X,v.WoodSection.Position.Y,v.WoodSection.Position.Z) | |
| 1058 | for i=1,50 do | |
| 1059 | wait(0.0001) | |
| 1060 | axe(v) | |
| 1061 | end | |
| 1062 | for i,v in pairs(Workspace.LogModels:GetChildren()) do | |
| 1063 | if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer and v.TreeClass.Value == Wood then
| |
| 1064 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v) | |
| 1065 | v:MoveTo(Ps) | |
| 1066 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v) | |
| 1067 | v:MoveTo(Ps) | |
| 1068 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v) | |
| 1069 | v:MoveTo(Ps) | |
| 1070 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v) | |
| 1071 | end | |
| 1072 | end | |
| 1073 | Counter = Counter + 1 | |
| 1074 | if Quantitys - Counter == 0 then | |
| 1075 | print("Breaked")
| |
| 1076 | break | |
| 1077 | end | |
| 1078 | wait(0.2) | |
| 1079 | end | |
| 1080 | end | |
| 1081 | wait(0.2) | |
| 1082 | for i, v in pairs(game.Workspace.Properties:GetChildren()) do | |
| 1083 | if v.Owner.Value == game.Players[PlayerName] then | |
| 1084 | Teleport(v.OriginSquare.Position.X, v.OriginSquare.Position.Y + 3.2, v.OriginSquare.Position.Z) | |
| 1085 | end | |
| 1086 | end | |
| 1087 | end | |
| 1088 | ||
| 1089 | Icewood.Name = "Ice wood" | |
| 1090 | Icewood.Parent = wood | |
| 1091 | Icewood.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1092 | Icewood.BorderSizePixel = 0 | |
| 1093 | Icewood.Position = UDim2.new(0, 0, 0.342222214, 0) | |
| 1094 | Icewood.Size = UDim2.new(0, 50, 0, 49) | |
| 1095 | Icewood.Image = "rbxassetid://4942298257" | |
| 1096 | Icewood.MouseButton1Down:connect(function() | |
| 1097 | GetTree("Frost", "LocalPlayer", WoodTextBox.Text)
| |
| 1098 | end) | |
| 1099 | ||
| 1100 | SnowGlowWood.Name = "SnowGlow Wood" | |
| 1101 | SnowGlowWood.Parent = wood | |
| 1102 | SnowGlowWood.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1103 | SnowGlowWood.BorderSizePixel = 0 | |
| 1104 | SnowGlowWood.Position = UDim2.new(0.131926119, 0, 0.337777764, 0) | |
| 1105 | SnowGlowWood.Size = UDim2.new(0, 50, 0, 49) | |
| 1106 | SnowGlowWood.Image = "rbxassetid://4942305277" | |
| 1107 | SnowGlowWood.MouseButton1Down:connect(function() | |
| 1108 | GetTree("SnowGlow", "LocalPlayer", WoodTextBox.Text)
| |
| 1109 | end) | |
| 1110 | ||
| 1111 | Bluewood.Name = "Blue wood" | |
| 1112 | Bluewood.Parent = wood | |
| 1113 | Bluewood.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1114 | Bluewood.BorderSizePixel = 0 | |
| 1115 | Bluewood.Position = UDim2.new(0.263852239, 0, 0.337777764, 0) | |
| 1116 | Bluewood.Size = UDim2.new(0, 50, 0, 49) | |
| 1117 | Bluewood.Image = "rbxassetid://4942317406" | |
| 1118 | Bluewood.MouseButton1Down:connect(function() | |
| 1119 | GetTree("CaveCrawler", "LocalPlayer", WoodTextBox.Text)
| |
| 1120 | end) | |
| 1121 | ||
| 1122 | Cherry.Name = "Cherry" | |
| 1123 | Cherry.Parent = wood | |
| 1124 | Cherry.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1125 | Cherry.BorderSizePixel = 0 | |
| 1126 | Cherry.Position = UDim2.new(0, 0, 0.551111162, 0) | |
| 1127 | Cherry.Size = UDim2.new(0, 50, 0, 49) | |
| 1128 | Cherry.Image = "rbxassetid://4942288883" | |
| 1129 | Cherry.MouseButton1Down:connect(function() | |
| 1130 | GetTree("Cherry", "LocalPlayer", WoodTextBox.Text)
| |
| 1131 | end) | |
| 1132 | ||
| 1133 | pine.Name = "pine" | |
| 1134 | pine.Parent = wood | |
| 1135 | pine.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1136 | pine.BorderSizePixel = 0 | |
| 1137 | pine.Position = UDim2.new(0.150732994, 0, 0.56296289, 0) | |
| 1138 | pine.Size = UDim2.new(0, 34, 0, 49) | |
| 1139 | pine.Image = "rbxassetid://4942331841" | |
| 1140 | pine.MouseButton1Down:connect(function() | |
| 1141 | GetTree("Pine", "LocalPlayer", WoodTextBox.Text)
| |
| 1142 | end) | |
| 1143 | ||
| 1144 | Koa.Name = "Koa" | |
| 1145 | Koa.Parent = wood | |
| 1146 | Koa.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1147 | Koa.BorderSizePixel = 0 | |
| 1148 | Koa.Position = UDim2.new(0.263852239, 0, 0.558518469, 0) | |
| 1149 | Koa.Size = UDim2.new(0, 50, 0, 49) | |
| 1150 | Koa.Image = "rbxassetid://4942343634" | |
| 1151 | Koa.MouseButton1Down:connect(function() | |
| 1152 | GetTree("Koa", "LocalPlayer", WoodTextBox.Text)
| |
| 1153 | end) | |
| 1154 | ||
| 1155 | Amount.Name = "Amount" | |
| 1156 | Amount.Parent = wood | |
| 1157 | Amount.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1158 | Amount.BorderColor3 = Color3.fromRGB(14, 255, 2) | |
| 1159 | Amount.BorderSizePixel = 5 | |
| 1160 | Amount.Position = UDim2.new(0.419814944, 0, 0.413333327, 0) | |
| 1161 | Amount.Size = UDim2.new(0, 62, 0, 26) | |
| 1162 | Amount.Font = Enum.Font.SciFi | |
| 1163 | Amount.Text = "Amount" | |
| 1164 | Amount.TextColor3 = Color3.fromRGB(7, 255, 3) | |
| 1165 | Amount.TextSize = 14.000 | |
| 1166 | ||
| 1167 | GreenSwampy.Name = "GreenSwampy" | |
| 1168 | GreenSwampy.Parent = wood | |
| 1169 | GreenSwampy.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1170 | GreenSwampy.BorderSizePixel = 0 | |
| 1171 | GreenSwampy.Position = UDim2.new(0.0844327211, 0, 0.788148224, 0) | |
| 1172 | GreenSwampy.Size = UDim2.new(0, 85, 0, 49) | |
| 1173 | GreenSwampy.Image = "rbxassetid://4942395329" | |
| 1174 | GreenSwampy.MouseButton1Down:connect(function() | |
| 1175 | GetTree("GreenSwampy", "LocalPlayer", WoodTextBox.Text)
| |
| 1176 | end) | |
| 1177 | ||
| 1178 | WoodTextBox.Name = "WoodTextBox" | |
| 1179 | WoodTextBox.Parent = wood | |
| 1180 | WoodTextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1181 | WoodTextBox.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1182 | WoodTextBox.BorderSizePixel = 7 | |
| 1183 | WoodTextBox.Position = UDim2.new(0.438284636, 0, 0.661299765, 0) | |
| 1184 | WoodTextBox.Size = UDim2.new(0, 48, 0, 38) | |
| 1185 | WoodTextBox.PlaceholderColor3 = Color3.fromRGB(82, 255, 35) | |
| 1186 | WoodTextBox.PlaceholderText = "1-10" | |
| 1187 | WoodTextBox.Text = "" | |
| 1188 | WoodTextBox.TextColor3 = Color3.fromRGB(91, 255, 3) | |
| 1189 | WoodTextBox.TextSize = 14.000 | |
| 1190 | ||
| 1191 | Palm.Name = "Palm" | |
| 1192 | Palm.Parent = wood | |
| 1193 | Palm.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1194 | Palm.BorderSizePixel = 0 | |
| 1195 | Palm.Position = UDim2.new(0.604221642, 0, 0.337777764, 0) | |
| 1196 | Palm.Size = UDim2.new(0, 50, 0, 49) | |
| 1197 | Palm.Image = "rbxassetid://4942261861" | |
| 1198 | Palm.MouseButton1Down:connect(function() | |
| 1199 | GetTree("Palm", "LocalPlayer", WoodTextBox.Text)
| |
| 1200 | end) | |
| 1201 | ||
| 1202 | oak.Name = "oak" | |
| 1203 | oak.Parent = wood | |
| 1204 | oak.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1205 | oak.BorderSizePixel = 0 | |
| 1206 | oak.Position = UDim2.new(0.736147761, 0, 0.342222214, 0) | |
| 1207 | oak.Size = UDim2.new(0, 50, 0, 48) | |
| 1208 | oak.Image = "rbxassetid://4942383649" | |
| 1209 | oak.MouseButton1Down:connect(function() | |
| 1210 | GetTree("Oak", "LocalPlayer", WoodTextBox.Text)
| |
| 1211 | end) | |
| 1212 | ||
| 1213 | Spook.Name = "Spook" | |
| 1214 | Spook.Parent = wood | |
| 1215 | Spook.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1216 | Spook.BorderSizePixel = 0 | |
| 1217 | Spook.Position = UDim2.new(0.868073881, 0, 0.337777764, 0) | |
| 1218 | Spook.Size = UDim2.new(0, 50, 0, 50) | |
| 1219 | Spook.Image = "rbxassetid://4942263321" | |
| 1220 | Spook.MouseButton1Down:connect(function() | |
| 1221 | GetTree("Spooky", "LocalPlayer", WoodTextBox.Text)
| |
| 1222 | end) | |
| 1223 | ||
| 1224 | Gerenic.Name = "Gerenic" | |
| 1225 | Gerenic.Parent = wood | |
| 1226 | Gerenic.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1227 | Gerenic.BorderSizePixel = 0 | |
| 1228 | Gerenic.Position = UDim2.new(0.868073881, 0, 0.558518469, 0) | |
| 1229 | Gerenic.Size = UDim2.new(0, 50, 0, 49) | |
| 1230 | Gerenic.Image = "rbxassetid://4942381141" | |
| 1231 | Gerenic.MouseButton1Down:connect(function() | |
| 1232 | GetTree("Generic", "LocalPlayer", WoodTextBox.Text)
| |
| 1233 | end) | |
| 1234 | ||
| 1235 | Redwood.Name = "Red wood" | |
| 1236 | Redwood.Parent = wood | |
| 1237 | Redwood.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1238 | Redwood.BorderSizePixel = 0 | |
| 1239 | Redwood.Position = UDim2.new(0.604221642, 0, 0.558518469, 0) | |
| 1240 | Redwood.Size = UDim2.new(0, 50, 0, 49) | |
| 1241 | Redwood.Image = "rbxassetid://4942346615" | |
| 1242 | Redwood.MouseButton1Down:connect(function() | |
| 1243 | GetTree("Volcano", "LocalPlayer", WoodTextBox.Text)
| |
| 1244 | end) | |
| 1245 | ||
| 1246 | walnut.Name = "walnut" | |
| 1247 | walnut.Parent = wood | |
| 1248 | walnut.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1249 | walnut.BorderSizePixel = 0 | |
| 1250 | walnut.Position = UDim2.new(0.736147761, 0, 0.558518469, 0) | |
| 1251 | walnut.Size = UDim2.new(0, 50, 0, 49) | |
| 1252 | walnut.Image = "rbxassetid://4942375241" | |
| 1253 | walnut.MouseButton1Down:connect(function() | |
| 1254 | GetTree("Walnut", "LocalPlayer", WoodTextBox.Text)
| |
| 1255 | end) | |
| 1256 | ||
| 1257 | Brich.Name = "Brich" | |
| 1258 | Brich.Parent = wood | |
| 1259 | Brich.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1260 | Brich.BorderSizePixel = 0 | |
| 1261 | Brich.Position = UDim2.new(0.736147761, 0, 0.774814904, 0) | |
| 1262 | Brich.Size = UDim2.new(0, 50, 0, 49) | |
| 1263 | Brich.Image = "rbxassetid://4942404829" | |
| 1264 | Brich.MouseButton1Down:connect(function() | |
| 1265 | GetTree("Birch", "LocalPlayer", WoodTextBox.Text)
| |
| 1266 | end) | |
| 1267 | ||
| 1268 | Sinister.Name = "Sinister" | |
| 1269 | Sinister.Parent = wood | |
| 1270 | Sinister.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1271 | Sinister.BorderSizePixel = 0 | |
| 1272 | Sinister.Position = UDim2.new(0.604221642, 0, 0.774814904, 0) | |
| 1273 | Sinister.Size = UDim2.new(0, 50, 0, 49) | |
| 1274 | Sinister.Image = "rbxassetid://4942391447" | |
| 1275 | Sinister.MouseButton1Down:connect(function() | |
| 1276 | GetTree("SpookyNeon", "LocalPlayer", WoodTextBox.Text)
| |
| 1277 | end) | |
| 1278 | ||
| 1279 | GoldSwampy.Name = "GoldSwampy" | |
| 1280 | GoldSwampy.Parent = wood | |
| 1281 | GoldSwampy.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1282 | GoldSwampy.BorderSizePixel = 0 | |
| 1283 | GoldSwampy.Position = UDim2.new(0.868073881, 0, 0.774814904, 0) | |
| 1284 | GoldSwampy.Size = UDim2.new(0, 50, 0, 49) | |
| 1285 | GoldSwampy.Image = "rbxassetid://4942412212" | |
| 1286 | GoldSwampy.MouseButton1Down:connect(function() | |
| 1287 | GetTree("GoldSwampy", "LocalPlayer", WoodTextBox.Text)
| |
| 1288 | end) | |
| 1289 | ||
| 1290 | Car.Name = "Car" | |
| 1291 | Car.Parent = Main | |
| 1292 | Car.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1293 | Car.BorderSizePixel = 0 | |
| 1294 | Car.Position = UDim2.new(0.150224209, 0, 0.150943398, 0) | |
| 1295 | Car.Size = UDim2.new(0, 379, 0, 226) | |
| 1296 | Car.Visible = false | |
| 1297 | ||
| 1298 | SpawnPinkcar.Name = "Spawn Pink car" | |
| 1299 | SpawnPinkcar.Parent = Car | |
| 1300 | SpawnPinkcar.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 1301 | SpawnPinkcar.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1302 | SpawnPinkcar.BorderSizePixel = 7 | |
| 1303 | SpawnPinkcar.Position = UDim2.new(0.124347806, 0, 0.32424441, 0) | |
| 1304 | SpawnPinkcar.Size = UDim2.new(0, 73, 0, 38) | |
| 1305 | SpawnPinkcar.Font = Enum.Font.GothamSemibold | |
| 1306 | SpawnPinkcar.Text = "Spawn pink car(C)" | |
| 1307 | SpawnPinkcar.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 1308 | SpawnPinkcar.TextScaled = true | |
| 1309 | SpawnPinkcar.TextSize = 12.000 | |
| 1310 | SpawnPinkcar.TextWrapped = true | |
| 1311 | SpawnPinkcar.MouseButton1Click:connect(function() | |
| 1312 | if _G.Executed == false or _G.Executed == nil then | |
| 1313 | _G.Executed = true | |
| 1314 | Spawned = false | |
| 1315 | Spawning = false | |
| 1316 | SpawnPad = nil | |
| 1317 | Activating = false | |
| 1318 | workspace.PlayerModels.ChildAdded:connect(function(Added) | |
| 1319 | if Spawned == false and Spawning == false and SpawnPad ~= nil then | |
| 1320 | Owner = nil | |
| 1321 | CheckTries = 0 | |
| 1322 | CheckSuccess = false | |
| 1323 | repeat | |
| 1324 | wait() | |
| 1325 | CheckTries = CheckTries + 1 | |
| 1326 | if Added:FindFirstChild("Owner") and Added:FindFirstChild("Type") and Added.Type.Value == "Vehicle" and Added:FindFirstChild("Settings") and Added.Settings:FindFirstChild("Color") then
| |
| 1327 | CheckSuccess = true | |
| 1328 | Owner = Added.Owner.Value | |
| 1329 | end | |
| 1330 | until CheckTries == 75 or CheckSuccess == true | |
| 1331 | if Owner == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(Owner) == true then | |
| 1332 | Spawning = true | |
| 1333 | Added:WaitForChild("Settings")
| |
| 1334 | Added.Settings:WaitForChild("Color")
| |
| 1335 | if tostring(Added.Settings.Color.Value) == tostring(1032) then | |
| 1336 | Spawned = true | |
| 1337 | Spawning = false | |
| 1338 | SpawnPad = nil | |
| 1339 | print(Spawned) | |
| 1340 | elseif tostring(Added.Settings.Color.Value) ~= tostring(1032) then | |
| 1341 | if SpawnPad:FindFirstChild("ButtonRemote_SpawnButton") and SpawnPad:FindFirstChild("Owner") then
| |
| 1342 | if SpawnPad.Owner.Value == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(SpawnPad.Owner.Value) == true then | |
| 1343 | Spawning = false | |
| 1344 | game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(SpawnPad.ButtonRemote_SpawnButton) | |
| 1345 | end | |
| 1346 | end | |
| 1347 | end | |
| 1348 | end | |
| 1349 | end | |
| 1350 | end) | |
| 1351 | ||
| 1352 | mouse = game.Players.LocalPlayer:GetMouse() | |
| 1353 | mouse.KeyDown:connect(function(key) | |
| 1354 | if key:lower() == "c" then | |
| 1355 | if mouse.Target.Parent:FindFirstChild("ButtonRemote_SpawnButton") and Activating == false then
| |
| 1356 | Activating = true | |
| 1357 | Target = mouse.Target.Parent | |
| 1358 | SpawnPad = nil | |
| 1359 | wait(1) | |
| 1360 | SpawnPad = Target | |
| 1361 | Spawned = false | |
| 1362 | Spawning = false | |
| 1363 | Activating = false | |
| 1364 | game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Target.ButtonRemote_SpawnButton) | |
| 1365 | else | |
| 1366 | SpawnPad = nil | |
| 1367 | Spawning = false | |
| 1368 | end | |
| 1369 | end | |
| 1370 | end) | |
| 1371 | end | |
| 1372 | spawn(function() | |
| 1373 | repeat | |
| 1374 | wait() | |
| 1375 | if Spawned == true then | |
| 1376 | Spawned = false | |
| 1377 | game:GetService("StarterGui"):SetCore("SendNotification", {
| |
| 1378 | Title = "Pink Car", | |
| 1379 | Text = "Successful Spawned." | |
| 1380 | }) | |
| 1381 | end | |
| 1382 | until Spawned == true | |
| 1383 | end) | |
| 1384 | end) | |
| 1385 | ||
| 1386 | function TeleportCar(Pos) | |
| 1387 | if game.Players.LocalPlayer.Character then | |
| 1388 | Character = game.Players.LocalPlayer.Character | |
| 1389 | if Character.Humanoid.SeatPart ~= nil then | |
| 1390 | Car = Character.Humanoid.SeatPart.Parent | |
| 1391 | spawn(function() | |
| 1392 | for i=1,5 do | |
| 1393 | wait() | |
| 1394 | Car:SetPrimaryPartCFrame(Pos * CFrame.Angles(math.rad(Character.HumanoidRootPart.Orientation.x), math.rad(Character.HumanoidRootPart.Orientation.y), 0)) | |
| 1395 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Car.Main) | |
| 1396 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Car.Main) | |
| 1397 | end | |
| 1398 | end) | |
| 1399 | end | |
| 1400 | end | |
| 1401 | end | |
| 1402 | ||
| 1403 | RotateCar.Name = "Rotate Car" | |
| 1404 | RotateCar.Parent = Car | |
| 1405 | RotateCar.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 1406 | RotateCar.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1407 | RotateCar.BorderSizePixel = 7 | |
| 1408 | RotateCar.Position = UDim2.new(0.68107599, 0, 0.32424441, 0) | |
| 1409 | RotateCar.Size = UDim2.new(0, 73, 0, 38) | |
| 1410 | RotateCar.Font = Enum.Font.GothamSemibold | |
| 1411 | RotateCar.Text = "Rotate Car (R)" | |
| 1412 | RotateCar.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 1413 | RotateCar.TextScaled = true | |
| 1414 | RotateCar.TextSize = 12.000 | |
| 1415 | RotateCar.TextWrapped = true | |
| 1416 | RotateCar.MouseButton1Click:connect(function() | |
| 1417 | local Turn = game:GetService("Players").LocalPlayer:GetMouse()
| |
| 1418 | function Turn2(key) | |
| 1419 | if (key == "r") then | |
| 1420 | function RotateCar() | |
| 1421 | if game.Players.LocalPlayer.Character then | |
| 1422 | Character = game.Players.LocalPlayer.Character | |
| 1423 | if Character.Humanoid.SeatPart ~= nil then | |
| 1424 | Car = Character.Humanoid.SeatPart.Parent | |
| 1425 | spawn(function() | |
| 1426 | local Pos = CFrame.new(Car.Main.Position) | |
| 1427 | for i=1,5 do | |
| 1428 | wait() | |
| 1429 | Car:SetPrimaryPartCFrame(Pos * CFrame.Angles(math.rad(Character.HumanoidRootPart.Orientation.x), math.rad(Character.HumanoidRootPart.Orientation.y), 0)) | |
| 1430 | game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Car.Main) | |
| 1431 | game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Car.Main) | |
| 1432 | end | |
| 1433 | end) | |
| 1434 | end | |
| 1435 | end | |
| 1436 | end | |
| 1437 | RotateCar() | |
| 1438 | end | |
| 1439 | end | |
| 1440 | Turn.KeyDown:connect(Turn2) | |
| 1441 | end) | |
| 1442 | ||
| 1443 | NoClipCar.Name = "NoClipCar" | |
| 1444 | NoClipCar.Parent = Car | |
| 1445 | NoClipCar.BackgroundColor3 = Color3.fromRGB(49, 221, 255) | |
| 1446 | NoClipCar.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1447 | NoClipCar.BorderSizePixel = 7 | |
| 1448 | NoClipCar.Position = UDim2.new(0.404031187, 0, 0.32424441, 0) | |
| 1449 | NoClipCar.Size = UDim2.new(0, 73, 0, 38) | |
| 1450 | NoClipCar.Font = Enum.Font.GothamSemibold | |
| 1451 | NoClipCar.Text = "NoClip Car (Tree)" | |
| 1452 | NoClipCar.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 1453 | NoClipCar.TextScaled = true | |
| 1454 | NoClipCar.TextSize = 12.000 | |
| 1455 | NoClipCar.TextWrapped = true | |
| 1456 | NoClipCar.MouseButton1Click:connect(function() | |
| 1457 | for i,v in pairs (workspace:GetChildren()) do | |
| 1458 | if v.Name == "TreeRegion" then | |
| 1459 | for i,n in pairs (v:GetChildren()) do | |
| 1460 | for i,x in pairs(n:GetChildren()) do | |
| 1461 | if x.Name == "WoodSection" or x.Name == "InnerWood" then | |
| 1462 | x.CanCollide = false | |
| 1463 | end | |
| 1464 | end | |
| 1465 | end | |
| 1466 | end | |
| 1467 | end | |
| 1468 | end) | |
| 1469 | ||
| 1470 | HUB.Name = "HUB" | |
| 1471 | HUB.Parent = Main | |
| 1472 | HUB.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1473 | HUB.BorderSizePixel = 0 | |
| 1474 | HUB.Position = UDim2.new(0.150224209, 0, 0.150943398, 0) | |
| 1475 | HUB.Size = UDim2.new(0, 379, 0, 225) | |
| 1476 | ||
| 1477 | ScrollingFrame.Parent = HUB | |
| 1478 | ScrollingFrame.Active = true | |
| 1479 | ScrollingFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
| 1480 | ScrollingFrame.BorderSizePixel = 0 | |
| 1481 | ScrollingFrame.Position = UDim2.new(0, 0, 0.12888889, 0) | |
| 1482 | ScrollingFrame.Size = UDim2.new(0, 108, 0, 196) | |
| 1483 | ||
| 1484 | Zypher.Name = "Zypher" | |
| 1485 | Zypher.Parent = ScrollingFrame | |
| 1486 | Zypher.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1487 | Zypher.BorderColor3 = Color3.fromRGB(64, 255, 6) | |
| 1488 | Zypher.BorderSizePixel = 5 | |
| 1489 | Zypher.Position = UDim2.new(0.101851858, 0, 0.0349659845, 0) | |
| 1490 | Zypher.Size = UDim2.new(0, 72, 0, 35) | |
| 1491 | Zypher.Font = Enum.Font.SourceSansSemibold | |
| 1492 | Zypher.Text = "Zypher" | |
| 1493 | Zypher.TextColor3 = Color3.fromRGB(64, 255, 6) | |
| 1494 | Zypher.TextScaled = true | |
| 1495 | Zypher.TextSize = 14.000 | |
| 1496 | Zypher.TextWrapped = true | |
| 1497 | Zypher.MouseButton1Down:connect(function() | |
| 1498 | loadstring(game:HttpGet(('https://raw.githubusercontent.com/xTheAlex14/zypher/master/zypherupdatednew'),true))()
| |
| 1499 | end) | |
| 1500 | ||
| 1501 | AutoBuild.Name = "Auto Build " | |
| 1502 | AutoBuild.Parent = ScrollingFrame | |
| 1503 | AutoBuild.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1504 | AutoBuild.BorderColor3 = Color3.fromRGB(64, 255, 6) | |
| 1505 | AutoBuild.BorderSizePixel = 5 | |
| 1506 | AutoBuild.Position = UDim2.new(0.101851858, 0, 0.379410446, 0) | |
| 1507 | AutoBuild.Size = UDim2.new(0, 72, 0, 35) | |
| 1508 | AutoBuild.Font = Enum.Font.SourceSansSemibold | |
| 1509 | AutoBuild.Text = "Auto Build" | |
| 1510 | AutoBuild.TextColor3 = Color3.fromRGB(64, 255, 6) | |
| 1511 | AutoBuild.TextScaled = true | |
| 1512 | AutoBuild.TextSize = 14.000 | |
| 1513 | AutoBuild.TextWrapped = true | |
| 1514 | AutoBuild.MouseButton1Down:connect(function() | |
| 1515 | loadstring(game:HttpGet(('https://pastebin.com/raw/F0NSu6GZ'),true))()
| |
| 1516 | end) | |
| 1517 | ||
| 1518 | DupeScript.Name = "Dupe Script" | |
| 1519 | DupeScript.Parent = ScrollingFrame | |
| 1520 | DupeScript.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1521 | DupeScript.BorderColor3 = Color3.fromRGB(64, 255, 6) | |
| 1522 | DupeScript.BorderSizePixel = 5 | |
| 1523 | DupeScript.Position = UDim2.new(0.101851858, 0, 0.203854859, 0) | |
| 1524 | DupeScript.Size = UDim2.new(0, 72, 0, 35) | |
| 1525 | DupeScript.Font = Enum.Font.SourceSans | |
| 1526 | DupeScript.Text = "Dupe Script" | |
| 1527 | DupeScript.TextColor3 = Color3.fromRGB(64, 255, 6) | |
| 1528 | DupeScript.TextScaled = true | |
| 1529 | DupeScript.TextSize = 14.000 | |
| 1530 | DupeScript.TextWrapped = true | |
| 1531 | DupeScript.MouseButton1Down:connect(function() | |
| 1532 | script=loadstring(game:HttpGet("https://pastebin.com/raw/XwLSKeAc", true))()
| |
| 1533 | end) | |
| 1534 | ||
| 1535 | HUB_2.Name = "HUB " | |
| 1536 | HUB_2.Parent = HUB | |
| 1537 | HUB_2.BackgroundColor3 = Color3.fromRGB(64, 255, 6) | |
| 1538 | HUB_2.BorderSizePixel = 0 | |
| 1539 | HUB_2.Size = UDim2.new(0, 108, 0, 29) | |
| 1540 | HUB_2.Font = Enum.Font.SciFi | |
| 1541 | HUB_2.Text = "HUB" | |
| 1542 | HUB_2.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 1543 | HUB_2.TextScaled = true | |
| 1544 | HUB_2.TextSize = 14.000 | |
| 1545 | HUB_2.TextWrapped = true | |
| 1546 | ||
| 1547 | Design_3.Name = "Design" | |
| 1548 | Design_3.Parent = HUB | |
| 1549 | Design_3.BackgroundColor3 = Color3.fromRGB(33, 62, 255) | |
| 1550 | Design_3.BorderSizePixel = 0 | |
| 1551 | Design_3.Position = UDim2.new(0.284960419, 0, 0, 0) | |
| 1552 | Design_3.Size = UDim2.new(0, 7, 0, 225) | |
| 1553 | ||
| 1554 | xDavid673x2696.Name = "xDavid673x#2696" | |
| 1555 | xDavid673x2696.Parent = HUB | |
| 1556 | xDavid673x2696.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1557 | xDavid673x2696.BorderSizePixel = 0 | |
| 1558 | xDavid673x2696.Position = UDim2.new(0.401055396, 0, 0.200000003, 0) | |
| 1559 | xDavid673x2696.Size = UDim2.new(0, 200, 0, 30) | |
| 1560 | xDavid673x2696.Font = Enum.Font.GothamSemibold | |
| 1561 | xDavid673x2696.Text = "xDavid673x#2696" | |
| 1562 | xDavid673x2696.TextColor3 = Color3.fromRGB(14, 255, 126) | |
| 1563 | xDavid673x2696.TextScaled = true | |
| 1564 | xDavid673x2696.TextSize = 14.000 | |
| 1565 | xDavid673x2696.TextWrapped = true | |
| 1566 | ||
| 1567 | Credits.Name = "Credits" | |
| 1568 | Credits.Parent = HUB | |
| 1569 | Credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1570 | Credits.BorderSizePixel = 0 | |
| 1571 | Credits.Position = UDim2.new(0.503957808, 0, 0.0266666673, 0) | |
| 1572 | Credits.Size = UDim2.new(0, 122, 0, 39) | |
| 1573 | Credits.Font = Enum.Font.SciFi | |
| 1574 | Credits.Text = "Credits" | |
| 1575 | Credits.TextColor3 = Color3.fromRGB(64, 255, 6) | |
| 1576 | Credits.TextScaled = true | |
| 1577 | Credits.TextSize = 14.000 | |
| 1578 | Credits.TextWrapped = true | |
| 1579 | ||
| 1580 | Help.Name = "Help" | |
| 1581 | Help.Parent = HUB | |
| 1582 | Help.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1583 | Help.BorderSizePixel = 0 | |
| 1584 | Help.Position = UDim2.new(0.503957808, 0, 0.355555534, 0) | |
| 1585 | Help.Size = UDim2.new(0, 122, 0, 39) | |
| 1586 | Help.Font = Enum.Font.SciFi | |
| 1587 | Help.Text = "Help" | |
| 1588 | Help.TextColor3 = Color3.fromRGB(64, 255, 6) | |
| 1589 | Help.TextScaled = true | |
| 1590 | Help.TextSize = 14.000 | |
| 1591 | Help.TextWrapped = true | |
| 1592 | ||
| 1593 | SemeleTV4177.Name = "SemeleTV#4177" | |
| 1594 | SemeleTV4177.Parent = HUB | |
| 1595 | SemeleTV4177.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1596 | SemeleTV4177.BorderSizePixel = 0 | |
| 1597 | SemeleTV4177.Position = UDim2.new(0.401055396, 0, 0.693333328, 0) | |
| 1598 | SemeleTV4177.Size = UDim2.new(0, 200, 0, 30) | |
| 1599 | SemeleTV4177.Font = Enum.Font.GothamSemibold | |
| 1600 | SemeleTV4177.Text = "SemeleTV#4177" | |
| 1601 | SemeleTV4177.TextColor3 = Color3.fromRGB(14, 255, 126) | |
| 1602 | SemeleTV4177.TextScaled = true | |
| 1603 | SemeleTV4177.TextSize = 14.000 | |
| 1604 | SemeleTV4177.TextWrapped = true | |
| 1605 | ||
| 1606 | xTheAlex143200.Name = "xTheAlex14#3200" | |
| 1607 | xTheAlex143200.Parent = HUB | |
| 1608 | xTheAlex143200.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1609 | xTheAlex143200.BorderSizePixel = 0 | |
| 1610 | xTheAlex143200.Position = UDim2.new(0.401055396, 0, 0.560000002, 0) | |
| 1611 | xTheAlex143200.Size = UDim2.new(0, 200, 0, 30) | |
| 1612 | xTheAlex143200.Font = Enum.Font.GothamSemibold | |
| 1613 | xTheAlex143200.Text = "xTheAlex14#3200" | |
| 1614 | xTheAlex143200.TextColor3 = Color3.fromRGB(14, 255, 126) | |
| 1615 | xTheAlex143200.TextScaled = true | |
| 1616 | xTheAlex143200.TextSize = 14.000 | |
| 1617 | xTheAlex143200.TextWrapped = true | |
| 1618 | ||
| 1619 | Destory.Name = "Destory " | |
| 1620 | Destory.Parent = HUB | |
| 1621 | Destory.BackgroundColor3 = Color3.fromRGB(255, 0, 4) | |
| 1622 | Destory.BorderSizePixel = 0 | |
| 1623 | Destory.Position = UDim2.new(0.30343008, 0, 0.933333337, 0) | |
| 1624 | Destory.Size = UDim2.new(0, 264, 0, 15) | |
| 1625 | Destory.Font = Enum.Font.SciFi | |
| 1626 | Destory.Text = "Destroy this GUI" | |
| 1627 | Destory.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 1628 | Destory.TextScaled = true | |
| 1629 | Destory.TextSize = 14.000 | |
| 1630 | Destory.TextWrapped = true | |
| 1631 | Destory.MouseButton1Down:connect(function() | |
| 1632 | VirgoPHV1:Destroy() | |
| 1633 | end) | |
| 1634 | ||
| 1635 | VirgoPH_Roundify_12px.Name = "VirgoPH_Roundify_12px" | |
| 1636 | VirgoPH_Roundify_12px.Parent = HUB | |
| 1637 | VirgoPH_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5) | |
| 1638 | VirgoPH_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
| 1639 | VirgoPH_Roundify_12px.BackgroundTransparency = 1.000 | |
| 1640 | VirgoPH_Roundify_12px.Position = UDim2.new(0.409565538, 0, 0.116813362, 0) | |
| 1641 | VirgoPH_Roundify_12px.Size = UDim2.new(0.203515291, 0, 0.181792796, 0) | |
| 1642 | VirgoPH_Roundify_12px.Image = "rbxassetid://3570695787" | |
| 1643 | VirgoPH_Roundify_12px.ImageColor3 = Color3.fromRGB(12, 255, 182) | |
| 1644 | VirgoPH_Roundify_12px.ScaleType = Enum.ScaleType.Slice | |
| 1645 | VirgoPH_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100) | |
| 1646 | VirgoPH_Roundify_12px.SliceScale = 0.120 | |
| 1647 | ||
| 1648 | VirgoPHV1_2.Name = "Hackの呼吸" | |
| 1649 | VirgoPHV1_2.Parent = VirgoPH_Roundify_12px | |
| 1650 | VirgoPHV1_2.BackgroundColor3 = Color3.fromRGB(12, 255, 182) | |
| 1651 | VirgoPHV1_2.BorderSizePixel = 0 | |
| 1652 | VirgoPHV1_2.Position = UDim2.new(0.108163454, 0, 0.13121736, 0) | |
| 1653 | VirgoPHV1_2.Size = UDim2.new(0, 61, 0, 28) | |
| 1654 | VirgoPHV1_2.Font = Enum.Font.SciFi | |
| 1655 | - | VirgoPHV1_2.Text = "VirgoPH V1" |
| 1655 | + | VirgoPHV1_2.Text = "Breathe of the Hack" |
| 1656 | VirgoPHV1_2.TextColor3 = Color3.fromRGB(0, 0, 0) | |
| 1657 | VirgoPHV1_2.TextScaled = true | |
| 1658 | VirgoPHV1_2.TextSize = 14.000 | |
| 1659 | VirgoPHV1_2.TextWrapped = true | |
| 1660 | ||
| 1661 | Close.Name = "Close" | |
| 1662 | Close.Parent = Main | |
| 1663 | Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1664 | Close.BorderSizePixel = 0 | |
| 1665 | Close.Position = UDim2.new(0.923766792, 0, 0, 0) | |
| 1666 | Close.Size = UDim2.new(0, 34, 0, 34) | |
| 1667 | Close.Font = Enum.Font.SciFi | |
| 1668 | Close.Text = "X" | |
| 1669 | Close.TextColor3 = Color3.fromRGB(59, 255, 0) | |
| 1670 | Close.TextScaled = true | |
| 1671 | Close.TextSize = 14.000 | |
| 1672 | Close.TextWrapped = true | |
| 1673 | Close.MouseButton1Down:connect(function() | |
| 1674 | OpenFrame.Visible = true | |
| 1675 | Main.Visible = false | |
| 1676 | end) | |
| 1677 | ||
| 1678 | SpeedButton.Name = "Speed Button" | |
| 1679 | SpeedButton.Parent = Main | |
| 1680 | SpeedButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1681 | SpeedButton.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1682 | SpeedButton.BorderSizePixel = 5 | |
| 1683 | SpeedButton.Position = UDim2.new(0.0134529145, 0, 0.0339622647, 0) | |
| 1684 | SpeedButton.Size = UDim2.new(0, 48, 0, 28) | |
| 1685 | SpeedButton.Font = Enum.Font.SciFi | |
| 1686 | SpeedButton.Text = "Speed" | |
| 1687 | SpeedButton.TextColor3 = Color3.fromRGB(9, 1, 255) | |
| 1688 | SpeedButton.TextScaled = true | |
| 1689 | SpeedButton.TextSize = 14.000 | |
| 1690 | SpeedButton.TextWrapped = true | |
| 1691 | SpeedButton.MouseButton1Down:connect(function() | |
| 1692 | Car.Visible = false | |
| 1693 | HUB.Visible = false | |
| 1694 | PersonFunction.Visible = false | |
| 1695 | Speed.Visible = true | |
| 1696 | wood.Visible = false | |
| 1697 | end) | |
| 1698 | ||
| 1699 | MainFunction.Name = "Main Function" | |
| 1700 | MainFunction.Parent = Main | |
| 1701 | MainFunction.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1702 | MainFunction.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1703 | MainFunction.BorderSizePixel = 5 | |
| 1704 | MainFunction.Position = UDim2.new(0.0134529145, 0, 0.241509438, 0) | |
| 1705 | MainFunction.Size = UDim2.new(0, 48, 0, 28) | |
| 1706 | MainFunction.Font = Enum.Font.SciFi | |
| 1707 | MainFunction.Text = "Main" | |
| 1708 | MainFunction.TextColor3 = Color3.fromRGB(9, 1, 255) | |
| 1709 | MainFunction.TextScaled = true | |
| 1710 | MainFunction.TextSize = 14.000 | |
| 1711 | MainFunction.TextWrapped = true | |
| 1712 | MainFunction.MouseButton1Down:connect(function() | |
| 1713 | Car.Visible = false | |
| 1714 | HUB.Visible = false | |
| 1715 | PersonFunction.Visible = true | |
| 1716 | Speed.Visible = false | |
| 1717 | wood.Visible = false | |
| 1718 | end) | |
| 1719 | ||
| 1720 | Car_2.Name = "Car" | |
| 1721 | Car_2.Parent = Main | |
| 1722 | Car_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1723 | Car_2.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1724 | Car_2.BorderSizePixel = 5 | |
| 1725 | Car_2.Position = UDim2.new(0.0134529145, 0, 0.441509426, 0) | |
| 1726 | Car_2.Size = UDim2.new(0, 48, 0, 28) | |
| 1727 | Car_2.Font = Enum.Font.SciFi | |
| 1728 | Car_2.Text = "Car" | |
| 1729 | Car_2.TextColor3 = Color3.fromRGB(9, 1, 255) | |
| 1730 | Car_2.TextScaled = true | |
| 1731 | Car_2.TextSize = 14.000 | |
| 1732 | Car_2.TextWrapped = true | |
| 1733 | Car_2.MouseButton1Down:connect(function() | |
| 1734 | Car.Visible = true | |
| 1735 | HUB.Visible = false | |
| 1736 | PersonFunction.Visible = false | |
| 1737 | Speed.Visible = false | |
| 1738 | wood.Visible = false | |
| 1739 | end) | |
| 1740 | ||
| 1741 | wood_2.Name = "wood" | |
| 1742 | wood_2.Parent = Main | |
| 1743 | wood_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1744 | wood_2.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1745 | wood_2.BorderSizePixel = 5 | |
| 1746 | wood_2.Position = UDim2.new(0.0134529145, 0, 0.649056613, 0) | |
| 1747 | wood_2.Size = UDim2.new(0, 48, 0, 28) | |
| 1748 | wood_2.Font = Enum.Font.SciFi | |
| 1749 | wood_2.Text = "Bring Wood" | |
| 1750 | wood_2.TextColor3 = Color3.fromRGB(9, 1, 255) | |
| 1751 | wood_2.TextScaled = true | |
| 1752 | wood_2.TextSize = 14.000 | |
| 1753 | wood_2.TextWrapped = true | |
| 1754 | wood_2.MouseButton1Down:connect(function() | |
| 1755 | Car.Visible = false | |
| 1756 | HUB.Visible = false | |
| 1757 | PersonFunction.Visible = false | |
| 1758 | Speed.Visible = false | |
| 1759 | wood.Visible = true | |
| 1760 | end) | |
| 1761 | ||
| 1762 | HUB_3.Name = "HUB" | |
| 1763 | HUB_3.Parent = Main | |
| 1764 | HUB_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
| 1765 | HUB_3.BorderColor3 = Color3.fromRGB(59, 255, 0) | |
| 1766 | HUB_3.BorderSizePixel = 5 | |
| 1767 | HUB_3.Position = UDim2.new(0.0134529145, 0, 0.860377312, 0) | |
| 1768 | HUB_3.Size = UDim2.new(0, 48, 0, 28) | |
| 1769 | HUB_3.Font = Enum.Font.SciFi | |
| 1770 | HUB_3.Text = "HUB" | |
| 1771 | HUB_3.TextColor3 = Color3.fromRGB(9, 1, 255) | |
| 1772 | HUB_3.TextSize = 24.000 | |
| 1773 | HUB_3.TextWrapped = true | |
| 1774 | HUB_3.MouseButton1Down:connect(function() | |
| 1775 | Car.Visible = false | |
| 1776 | HUB.Visible = true | |
| 1777 | PersonFunction.Visible = false | |
| 1778 | Speed.Visible = false | |
| 1779 | wood.Visible = false | |
| 1780 | end) |