Advertisement
TheJagExploits

Untitled

Apr 12th, 2020
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.30 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local TITLE = Instance.new("TextLabel")
  10. local dots = Instance.new("TextLabel")
  11. local buttontolocal = Instance.new("TextButton")
  12. local buttontoguihub = Instance.new("TextButton")
  13. local buttontocredits = Instance.new("TextButton")
  14. local buttontomaintp = Instance.new("TextButton")
  15. local close = Instance.new("TextButton")
  16. local mainframe = Instance.new("Frame")
  17. local Fly = Instance.new("TextButton")
  18. local NoClip = Instance.new("TextButton")
  19. local MaxLand = Instance.new("TextButton")
  20. local AllBp = Instance.new("TextButton")
  21. local GoldenAxe = Instance.new("TextButton")
  22. local SellWood = Instance.new("TextButton")
  23. local localvb = Instance.new("TextLabel")
  24. local backfrommainframetomain = Instance.new("TextButton")
  25. local guimain = Instance.new("Frame")
  26. local LumberJoke = Instance.new("TextButton")
  27. local Money = Instance.new("TextButton")
  28. local Shiros = Instance.new("TextButton")
  29. local BaseSpawn = Instance.new("TextButton")
  30. local TextLabel = Instance.new("TextLabel")
  31. local backtomainfromguimain = Instance.new("TextButton")
  32. local credits = Instance.new("Frame")
  33. local TextLabel_2 = Instance.new("TextLabel")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local TextLabel_4 = Instance.new("TextLabel")
  36. local TextLabel_5 = Instance.new("TextLabel")
  37. local backtomainfromcredits = Instance.new("TextButton")
  38. local TextLabel_6 = Instance.new("TextLabel")
  39. local TextLabel_7 = Instance.new("TextLabel")
  40. local maintp = Instance.new("Frame")
  41. local TextLabel_8 = Instance.new("TextLabel")
  42. local backtomainfromguimain_2 = Instance.new("TextButton")
  43. local Spawn = Instance.new("TextButton")
  44. local StoreLogic = Instance.new("TextButton")
  45. local IceWood = Instance.new("TextButton")
  46. local StoreLand = Instance.new("TextButton")
  47. local StoreFineArts = Instance.new("TextButton")
  48. local Volcano = Instance.new("TextButton")
  49. local Palm = Instance.new("TextButton")
  50. local StoreCars = Instance.new("TextButton")
  51. local StoreBobs = Instance.new("TextButton")
  52. local Swamp = Instance.new("TextButton")
  53. local Endtimes = Instance.new("TextButton")
  54. local Dock = Instance.new("TextButton")
  55.  
  56. --Properties:
  57.  
  58. ScreenGui.Parent = game.CoreGui
  59.  
  60. main.Name = "main"
  61. main.Parent = ScreenGui
  62. main.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  63. main.BorderColor3 = Color3.fromRGB(239, 50, 77)
  64. main.Position = UDim2.new(0.058269836, 0, 0.35128808, 0)
  65. main.Size = UDim2.new(0, 311, 0, 243)
  66.  
  67. ImageLabel.Parent = main
  68. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. ImageLabel.Position = UDim2.new(0.0633333325, 0, 0.136715397, 0)
  70. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  71. ImageLabel.Image = "http://www.roblox.com/asset/?id=4887780469"
  72.  
  73. TITLE.Name = "TITLE"
  74. TITLE.Parent = main
  75. TITLE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. TITLE.BackgroundTransparency = 1.000
  77. TITLE.Position = UDim2.new(0.0633333325, 0, 0.740417719, 0)
  78. TITLE.Size = UDim2.new(0, 261, 0, 50)
  79. TITLE.Font = Enum.Font.GothamBlack
  80. TITLE.Text = "VEIN GUI V.1"
  81. TITLE.TextColor3 = Color3.fromRGB(239, 50, 77)
  82. TITLE.TextScaled = true
  83. TITLE.TextSize = 14.000
  84. TITLE.TextWrapped = true
  85.  
  86. dots.Name = "dots"
  87. dots.Parent = main
  88. dots.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. dots.BackgroundTransparency = 1.000
  90. dots.Position = UDim2.new(0.0352518857, 0, 0.505849838, 0)
  91. dots.Size = UDim2.new(0, 300, 0, 50)
  92. dots.Font = Enum.Font.GothamBlack
  93. dots.Text = "___________"
  94. dots.TextColor3 = Color3.fromRGB(239, 50, 77)
  95. dots.TextScaled = true
  96. dots.TextSize = 14.000
  97. dots.TextWrapped = true
  98.  
  99. buttontolocal.Name = "buttontolocal"
  100. buttontolocal.Parent = main
  101. buttontolocal.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  102. buttontolocal.Position = UDim2.new(0.430321515, 0, 0.0329218023, 0)
  103. buttontolocal.Size = UDim2.new(0, 80, 0, 40)
  104. buttontolocal.Font = Enum.Font.GothamBlack
  105. buttontolocal.Text = "LOCAL SCRIPTS"
  106. buttontolocal.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. buttontolocal.TextScaled = true
  108. buttontolocal.TextSize = 14.000
  109. buttontolocal.TextWrapped = true
  110. buttontolocal.MouseButton1Down:connect(function()
  111. mainframe.Visible = true
  112. end)
  113.  
  114. buttontoguihub.Name = "buttontoguihub"
  115. buttontoguihub.Parent = main
  116. buttontoguihub.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  117. buttontoguihub.Position = UDim2.new(0.430321515, 0, 0.25514406, 0)
  118. buttontoguihub.Size = UDim2.new(0, 80, 0, 40)
  119. buttontoguihub.Font = Enum.Font.GothamBlack
  120. buttontoguihub.Text = "OP GUI HUB"
  121. buttontoguihub.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. buttontoguihub.TextScaled = true
  123. buttontoguihub.TextSize = 14.000
  124. buttontoguihub.TextWrapped = true
  125. buttontoguihub.MouseButton1Down:connect(function()
  126. guimain.Visible = true
  127. end)
  128.  
  129.  
  130. buttontocredits.Name = "buttontocredits"
  131. buttontocredits.Parent = main
  132. buttontocredits.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  133. buttontocredits.Position = UDim2.new(0.746634483, 0, 0.296296179, 0)
  134. buttontocredits.Size = UDim2.new(0, 48, 0, 22)
  135. buttontocredits.Font = Enum.Font.GothamBlack
  136. buttontocredits.Text = "INFO"
  137. buttontocredits.TextColor3 = Color3.fromRGB(255, 255, 255)
  138. buttontocredits.TextScaled = true
  139. buttontocredits.TextSize = 14.000
  140. buttontocredits.TextWrapped = true
  141. buttontocredits.MouseButton1Down:connect(function()
  142. credits.Visible = true
  143. end)
  144.  
  145. buttontomaintp.Name = "buttontomaintp"
  146. buttontomaintp.Parent = main
  147. buttontomaintp.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  148. buttontomaintp.Position = UDim2.new(0.430321515, 0, 0.477366298, 0)
  149. buttontomaintp.Size = UDim2.new(0, 80, 0, 40)
  150. buttontomaintp.Font = Enum.Font.GothamBlack
  151. buttontomaintp.Text = "TP HUB"
  152. buttontomaintp.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. buttontomaintp.TextScaled = true
  154. buttontomaintp.TextSize = 14.000
  155. buttontomaintp.TextWrapped = true
  156. buttontomaintp.MouseButton1Down:connect(function()
  157. maintp.Visible = true
  158. end)
  159.  
  160. close.Name = "close"
  161. close.Parent = main
  162. close.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  163. close.BorderColor3 = Color3.fromRGB(239, 50, 77)
  164. close.Position = UDim2.new(0.842443705, 0, 0, 0)
  165. close.Size = UDim2.new(0, 48, 0, 40)
  166. close.Font = Enum.Font.GothamBlack
  167. close.Text = "X"
  168. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  169. close.TextScaled = true
  170. close.TextSize = 14.000
  171. close.TextWrapped = true
  172. close.MouseButton1Down:connect(function()
  173. ScreenGui:Destroy()
  174. end)
  175.  
  176. mainframe.Name = "mainframe"
  177. mainframe.Parent = ScreenGui
  178. mainframe.Active = true
  179. mainframe.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  180. mainframe.BorderColor3 = Color3.fromRGB(239, 50, 77)
  181. mainframe.Position = UDim2.new(0.276557624, 0, 0.0562060773, 0)
  182. mainframe.Size = UDim2.new(0, 700, 0, 141)
  183. mainframe.Visible = false
  184.  
  185. Fly.Name = "Fly"
  186. Fly.Parent = mainframe
  187. Fly.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  188. Fly.Position = UDim2.new(0.102857143, 0, 0.111111104, 0)
  189. Fly.Size = UDim2.new(0, 70, 0, 50)
  190. Fly.Font = Enum.Font.GothamBlack
  191. Fly.Text = "FLY"
  192. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  193. Fly.TextScaled = true
  194. Fly.TextSize = 14.000
  195. Fly.TextWrapped = true
  196.  
  197. local toggle = false
  198. Fly.MouseButton1Click:Connect(function()
  199. toggle = not toggle
  200. Fly.TextColor3 = (toggle and Color3.fromRGB(85, 255, 127) or Color3.fromRGB(255,255,255))
  201. if toggle then
  202. flying = not flying
  203. repeat wait()
  204. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  205. local mouse = game.Players.LocalPlayer:GetMouse()
  206. repeat wait() until mouse
  207. local plr = game.Players.LocalPlayer
  208. local torso = plr.Character.Torso
  209. local deb = true
  210. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  211. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  212. local maxspeed = 200
  213. local speed = 0
  214. if flying then
  215. end
  216.  
  217. function FlyFunction()
  218. local bg = Instance.new("BodyGyro", torso)
  219. bg.P = 9e4
  220. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  221. bg.cframe = torso.CFrame
  222. local bv = Instance.new("BodyVelocity", torso)
  223. bv.velocity = Vector3.new(0,0.1,0)
  224. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  225. repeat wait()
  226. plr.Character.Humanoid.PlatformStand = true
  227. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  228. speed = speed+.5+(speed/maxspeed)
  229. if speed > maxspeed then
  230. speed = maxspeed
  231. end
  232. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  233. speed = speed-1
  234. if speed < 0 then
  235. speed = 0
  236. end
  237. end
  238. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  239. 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
  240. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  241. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  242. 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
  243. else
  244. bv.velocity = Vector3.new(0,0.1,0)
  245. end
  246. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  247. until not flying
  248. ctrl = {f = 0, b = 0, l = 0, r = 0}
  249. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  250. speed = 0
  251. bg:Destroy()
  252. bv:Destroy()
  253. plr.Character.Humanoid.PlatformStand = false
  254. end
  255. mouse.KeyDown:connect(function(key)
  256. if key:lower() == "w" then
  257. ctrl.f = 1
  258. elseif key:lower() == "s" then
  259. ctrl.b = -1
  260. elseif key:lower() == "a" then
  261. ctrl.l = -1
  262. elseif key:lower() == "d" then
  263. ctrl.r = 1
  264.  
  265. end
  266. end)
  267. mouse.KeyUp:connect(function(key)
  268. if key:lower() == "w" then
  269. ctrl.f = 0
  270. elseif key:lower() == "s" then
  271. ctrl.b = 0
  272. elseif key:lower() == "a" then
  273. ctrl.l = 0
  274. elseif key:lower() == "d" then
  275. ctrl.r = 0
  276. end
  277. end)
  278. FlyFunction()
  279. else
  280. flying = not flying
  281. repeat wait()
  282. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  283. local mouse = game.Players.LocalPlayer:GetMouse()
  284. repeat wait() until mouse
  285. local plr = game.Players.LocalPlayer
  286. local torso = plr.Character.Torso
  287. local deb = true
  288. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  289. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  290. local maxspeed = 200
  291. local speed = 0
  292. if flying then
  293. end
  294.  
  295. function FlyFunction()
  296. local bg = Instance.new("BodyGyro", torso)
  297. bg.P = 9e4
  298. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  299. bg.cframe = torso.CFrame
  300. local bv = Instance.new("BodyVelocity", torso)
  301. bv.velocity = Vector3.new(0,0.1,0)
  302. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  303. repeat wait()
  304. plr.Character.Humanoid.PlatformStand = true
  305. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  306. speed = speed+.5+(speed/maxspeed)
  307. if speed > maxspeed then
  308. speed = maxspeed
  309. end
  310. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  311. speed = speed-1
  312. if speed < 0 then
  313. speed = 0
  314. end
  315. end
  316. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  317. 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
  318. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  319. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  320. 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
  321. else
  322. bv.velocity = Vector3.new(0,0.1,0)
  323. end
  324. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  325. until not flying
  326. ctrl = {f = 0, b = 0, l = 0, r = 0}
  327. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  328. speed = 0
  329. bg:Destroy()
  330. bv:Destroy()
  331. plr.Character.Humanoid.PlatformStand = false
  332. end
  333. mouse.KeyDown:connect(function(key)
  334. if key:lower() == "w" then
  335. ctrl.f = 1
  336. elseif key:lower() == "s" then
  337. ctrl.b = -1
  338. elseif key:lower() == "a" then
  339. ctrl.l = -1
  340. elseif key:lower() == "d" then
  341. ctrl.r = 1
  342.  
  343. end
  344. end)
  345. mouse.KeyUp:connect(function(key)
  346. if key:lower() == "w" then
  347. ctrl.f = 0
  348. elseif key:lower() == "s" then
  349. ctrl.b = 0
  350. elseif key:lower() == "a" then
  351. ctrl.l = 0
  352. elseif key:lower() == "d" then
  353. ctrl.r = 0
  354. end
  355. end)
  356. FlyFunction()
  357. end
  358. end)
  359.  
  360. NoClip.Name = "NoClip"
  361. NoClip.Parent = mainframe
  362. NoClip.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  363. NoClip.Position = UDim2.new(0.102857158, 0, 0.550827384, 0)
  364. NoClip.Size = UDim2.new(0, 70, 0, 50)
  365. NoClip.Font = Enum.Font.GothamBlack
  366. NoClip.Text = "NO CLIP"
  367. NoClip.TextColor3 = Color3.fromRGB(255, 255, 255)
  368. NoClip.TextScaled = true
  369. NoClip.TextSize = 14.000
  370. NoClip.TextWrapped = true
  371. _G.noclip = false
  372. game:GetService('RunService').Stepped:connect(function()
  373. if noclip then
  374. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  375. NoClip.TextColor3 = Color3.fromRGB(85, 255, 127)
  376. end
  377. end)
  378. NoClip.MouseButton1Down:connect(function()
  379. noclip = not noclip
  380. NoClip.TextColor3 = Color3.fromRGB(255, 255, 255)
  381. end)
  382.  
  383. MaxLand.Name = "MaxLand"
  384. MaxLand.Parent = mainframe
  385. MaxLand.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  386. MaxLand.Position = UDim2.new(0.798571467, 0, 0.111111104, 0)
  387. MaxLand.Size = UDim2.new(0, 70, 0, 50)
  388. MaxLand.Font = Enum.Font.GothamBlack
  389. MaxLand.Text = "MAX LAND"
  390. MaxLand.TextColor3 = Color3.fromRGB(255, 255, 255)
  391. MaxLand.TextScaled = true
  392. MaxLand.TextSize = 14.000
  393. MaxLand.TextWrapped = true
  394.  
  395. MaxLand.MouseButton1Down:Connect(function()
  396. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  397. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  398. base = v
  399. square = v.OriginSquare
  400. end
  401. end
  402. function makebase(pos)
  403. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  404. Event:FireServer(base, pos)
  405. end
  406. spos = square.Position
  407. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  408. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  409. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  410. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  411. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  412. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  413. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  414. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  415. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  416. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  417. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  418. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  419. --Corners--
  420. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  421. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  422. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  423. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  424. --Corners--
  425. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  426. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  427. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  428. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  429. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  430. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  431. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  432. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  433.  
  434. end)
  435.  
  436. AllBp.Name = "AllBp"
  437. AllBp.Parent = mainframe
  438. AllBp.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  439. AllBp.Position = UDim2.new(0.242857099, 0, 0.548266351, 0)
  440. AllBp.Size = UDim2.new(0, 70, 0, 50)
  441. AllBp.Font = Enum.Font.GothamBlack
  442. AllBp.Text = "ALL BP's"
  443. AllBp.TextColor3 = Color3.fromRGB(255, 255, 255)
  444. AllBp.TextScaled = true
  445. AllBp.TextSize = 14.000
  446. AllBp.TextWrapped = true
  447. AllBp.MouseButton1Click:Connect(function()
  448. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  449. local clone = v:Clone()
  450. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  451. end
  452. end)
  453.  
  454. GoldenAxe.Name = "GoldenAxe"
  455. GoldenAxe.Parent = mainframe
  456. GoldenAxe.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  457. GoldenAxe.Position = UDim2.new(0.658571362, 0, 0.534475923, 0)
  458. GoldenAxe.Size = UDim2.new(0, 70, 0, 50)
  459. GoldenAxe.Font = Enum.Font.GothamBlack
  460. GoldenAxe.Text = "GOLDEN AXE"
  461. GoldenAxe.TextColor3 = Color3.fromRGB(255, 255, 255)
  462. GoldenAxe.TextScaled = true
  463. GoldenAxe.TextSize = 14.000
  464. GoldenAxe.TextWrapped = true
  465.  
  466. spawn(function()
  467. GAxe = false
  468. function GetAxe() --Gets your current axe thats equiped when called
  469. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  470. return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  471. else
  472. return false --returns false when not equiped
  473. end
  474. end
  475.  
  476. function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  477. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  478. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  479. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  480. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  481. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  482. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  483. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  484. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  485. elseif Axe.ToolTip == "Fire Axe" then
  486. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  487. elseif Axe.ToolTip == "End Times Axe" then
  488. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  489. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  490. elseif Axe.ToolTip == "Johiro" then return 1.8
  491. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  492. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  493. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  494. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  495. elseif Axe.ToolTip == "Gingerbread Axe" then
  496. if TreeClass == "Walnut" then return 8.5
  497. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  498. elseif Axe.ToolTip == "Bird Axe" then
  499. if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end
  500. end
  501. end
  502.  
  503.  
  504. function GCut(TreePart) --Cuts the tree when called with the tree you want to cut
  505. if GetAxe() ~= false then --checks if you have a axe equiped
  506. Damage = GetDamage(GetAxe(), TreePart.Parent.TreeClass.Value) --gets the Damage
  507. Height = TreePart.CFrame:pointToObjectSpace(mouse.Hit.p).Y + TreePart.Size.Y/2 --Gets the Height
  508. local CutArguments = {
  509. sectionId = TreePart.ID.Value,
  510. faceVector = Vector3.new(0,0,-1),
  511. height = Height,
  512. hitPoints = Damage,
  513. cooldown = 0,
  514. cuttingClass = "Axe",
  515. tool = GetAxe()
  516. }
  517. for i=1, 50 do
  518. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(TreePart.Parent.CutEvent, CutArguments)
  519. end
  520. end
  521. end
  522.  
  523. function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  524. if GetAxe() ~= false then --checks if you have a axe equiped
  525. Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  526. local CutArguments = {
  527. sectionId = 1,
  528. faceVector = Vector3.new(0,0,-1),
  529. height = 0.5,
  530. hitPoints = Damage,
  531. cooldown = 0,
  532. cuttingClass = "Axe",
  533. tool = GetAxe()
  534. }
  535. for i=1, 50 do
  536. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  537. end
  538. end
  539. end
  540.  
  541. TreeList = {} --Creates a table of the trees
  542. for a,b in pairs(workspace:GetChildren()) do
  543. if b.name == "TreeRegion" then
  544. b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  545. table.insert(TreeList, NewTree)
  546. end)
  547. for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  548. if d.Name == "Model" then
  549. table.insert(TreeList, d)
  550. end
  551. end
  552. end
  553. end
  554.  
  555. spawn(function() --used spawn so it wont interrupt any of the other things
  556. CutEnabled = false
  557. while wait(.5) do --Main loop to do the stuff
  558. if CutEnabled == true then
  559. if GetAxe() ~= false then --Checks if you have a axe equiped
  560. for a,b in pairs(TreeList) do
  561. if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  562. distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  563. if distance < 225 then --if distance lower than 225 then it will cut the tree
  564. CutTree(b) --Calls the function with the tree to cut
  565. end
  566. else
  567. table.remove(TreeList, a)--if tree already cut then it gets removed from the list
  568. end
  569. end
  570. end
  571. end
  572. end
  573. end)
  574.  
  575. mouse = game.Players.LocalPlayer:GetMouse() --Gets the Mouse
  576. mouse.Button1Down:connect(function()
  577. if GAxe == true and GetAxe() ~= false then
  578. Target = mouse.Target
  579. GCut(Target)
  580. end
  581. end)
  582. --Credits to Johiro, if you decide to skid atleast give credits
  583. end)
  584. GoldenAxe.MouseButton1Down:connect(function()
  585.  
  586. if GAxe == true then
  587. GAxe = false
  588. GoldenAxe.TextColor3 = Color3.fromRGB(255, 255, 255)
  589. elseif GAxe == false then
  590. GAxe = true
  591. GoldenAxe.TextColor3 = Color3.fromRGB(85, 255, 127)
  592. --Credits to Johiro
  593. end
  594. end)
  595.  
  596. SellWood.Name = "SellWood"
  597. SellWood.Parent = mainframe
  598. SellWood.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  599. SellWood.Position = UDim2.new(0.798571408, 0, 0.5415681, 0)
  600. SellWood.Size = UDim2.new(0, 70, 0, 50)
  601. SellWood.Font = Enum.Font.GothamBlack
  602. SellWood.Text = "SELL WOOD"
  603. SellWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  604. SellWood.TextScaled = true
  605. SellWood.TextSize = 14.000
  606. SellWood.TextWrapped = true
  607. SellWood.MouseButton1Down:connect(function()
  608. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  609. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  610. if Log.Owner.Value == game.Players.LocalPlayer then
  611. for i,v in pairs(Log:GetChildren()) do
  612. if v.Name=="WoodSection" then
  613. spawn(function()
  614. for i=1,10 do
  615. wait()
  616. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  617. end
  618. end)
  619. end
  620. end
  621. spawn(function()
  622. for i=1,20 do
  623. wait()
  624. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  625. end
  626. end)
  627. end
  628. end
  629. end
  630. end)
  631.  
  632. localvb.Name = "localvb"
  633. localvb.Parent = mainframe
  634. localvb.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  635. localvb.BackgroundTransparency = 1.000
  636. localvb.Position = UDim2.new(0.29285714, 0, 0.106382981, 0)
  637. localvb.Size = UDim2.new(0, 290, 0, 50)
  638. localvb.Font = Enum.Font.GothamBlack
  639. localvb.Text = "LOCAL SCRIPTS"
  640. localvb.TextColor3 = Color3.fromRGB(239, 50, 77)
  641. localvb.TextScaled = true
  642. localvb.TextSize = 14.000
  643. localvb.TextWrapped = true
  644.  
  645. backfrommainframetomain.Name = "backfrommainframetomain"
  646. backfrommainframetomain.Parent = mainframe
  647. backfrommainframetomain.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  648. backfrommainframetomain.Position = UDim2.new(0.45714286, 0, 0.553191483, 0)
  649. backfrommainframetomain.Size = UDim2.new(0, 60, 0, 50)
  650. backfrommainframetomain.Font = Enum.Font.GothamBlack
  651. backfrommainframetomain.Text = "BACK"
  652. backfrommainframetomain.TextColor3 = Color3.fromRGB(255, 255, 255)
  653. backfrommainframetomain.TextScaled = true
  654. backfrommainframetomain.TextSize = 14.000
  655. backfrommainframetomain.TextWrapped = true
  656. backfrommainframetomain.MouseButton1Down:connect(function()
  657. mainframe.Visible = false
  658. end)
  659.  
  660. guimain.Name = "guimain"
  661. guimain.Parent = ScreenGui
  662. guimain.Active = true
  663. guimain.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  664. guimain.BorderColor3 = Color3.fromRGB(239, 50, 77)
  665. guimain.Position = UDim2.new(0.276557624, 0, 0.270491779, 0)
  666. guimain.Size = UDim2.new(0, 700, 0, 141)
  667. guimain.Active = true
  668. guimain.Visible = false
  669.  
  670. LumberJoke.Name = "Lumber Joke"
  671. LumberJoke.Parent = guimain
  672. LumberJoke.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  673. LumberJoke.Position = UDim2.new(0.102857143, 0, 0.0992908031, 0)
  674. LumberJoke.Size = UDim2.new(0, 70, 0, 50)
  675. LumberJoke.Font = Enum.Font.GothamBlack
  676. LumberJoke.Text = "LUMBER JOKE GUI"
  677. LumberJoke.TextColor3 = Color3.fromRGB(255, 255, 255)
  678. LumberJoke.TextScaled = true
  679. LumberJoke.TextSize = 14.000
  680. LumberJoke.TextWrapped = true
  681.  
  682. LumberJoke.Name = "Lumber Joke"
  683. LumberJoke.Parent = guimain
  684. LumberJoke.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  685. LumberJoke.Position = UDim2.new(0.102857143, 0, 0.0992908031, 0)
  686. LumberJoke.Size = UDim2.new(0, 70, 0, 50)
  687. LumberJoke.Font = Enum.Font.GothamBlack
  688. LumberJoke.Text = "LUMBER JOKE GUI"
  689. LumberJoke.TextColor3 = Color3.fromRGB(255, 255, 255)
  690. LumberJoke.TextScaled = true
  691. LumberJoke.TextSize = 14.000
  692. LumberJoke.TextWrapped = true
  693. LumberJoke.MouseButton1Down:connect(function()
  694. loadstring(game:HttpGet("https://pastebin.com/raw/PdKzxqvn", true))()
  695. end)
  696.  
  697. Money.Name = "Money"
  698. Money.Parent = guimain
  699. Money.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  700. Money.Position = UDim2.new(0.102857143, 0, 0.553191543, 0)
  701. Money.Size = UDim2.new(0, 70, 0, 50)
  702. Money.Font = Enum.Font.GothamBlack
  703. Money.Text = "MONEY / ITEM DUPE"
  704. Money.TextColor3 = Color3.fromRGB(255, 255, 255)
  705. Money.TextScaled = true
  706. Money.TextSize = 14.000
  707. Money.TextWrapped = true
  708. Money.MouseButton1Down:connect(function()
  709. loadstring(game:HttpGet("https://pastebin.com/raw/XwLSKeAc", true))()
  710. end)
  711.  
  712. Shiros.Name = "Shiros"
  713. Shiros.Parent = guimain
  714. Shiros.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  715. Shiros.Position = UDim2.new(0.798571467, 0, 0.0992908031, 0)
  716. Shiros.Size = UDim2.new(0, 70, 0, 50)
  717. Shiros.Font = Enum.Font.GothamBlack
  718. Shiros.Text = "SHIROS GUI"
  719. Shiros.TextColor3 = Color3.fromRGB(255, 255, 255)
  720. Shiros.TextScaled = true
  721. Shiros.TextSize = 14.000
  722. Shiros.TextWrapped = true
  723. Shiros.MouseButton1Down:connect(function()
  724. loadstring(game:HttpGet("https://pastebin.com/raw/NVNMtLTZ", true))()
  725. end)
  726.  
  727. BaseSpawn.Name = "BaseSpawn"
  728. BaseSpawn.Parent = guimain
  729. BaseSpawn.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  730. BaseSpawn.Position = UDim2.new(0.798571467, 0, 0.553191543, 0)
  731. BaseSpawn.Size = UDim2.new(0, 70, 0, 50)
  732. BaseSpawn.Font = Enum.Font.GothamBlack
  733. BaseSpawn.Text = "BASE SPAWN GUI"
  734. BaseSpawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  735. BaseSpawn.TextScaled = true
  736. BaseSpawn.TextSize = 14.000
  737. BaseSpawn.TextWrapped = true
  738. BaseSpawn.MouseButton1Down:connect(function()
  739. loadstring(game:HttpGet("https://pastebin.com/raw/dUPk6dmx", true))()
  740. end)
  741.  
  742. TextLabel.Parent = guimain
  743. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  744. TextLabel.BackgroundTransparency = 1.000
  745. TextLabel.Position = UDim2.new(0.248571441, 0, 0.0780141875, 0)
  746. TextLabel.Size = UDim2.new(0, 351, 0, 43)
  747. TextLabel.Font = Enum.Font.GothamBlack
  748. TextLabel.Text = "OP GUI HUB"
  749. TextLabel.TextColor3 = Color3.fromRGB(239, 50, 77)
  750. TextLabel.TextScaled = true
  751. TextLabel.TextSize = 14.000
  752. TextLabel.TextWrapped = true
  753.  
  754. backtomainfromguimain.Name = "backtomainfromguimain"
  755. backtomainfromguimain.Parent = guimain
  756. backtomainfromguimain.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  757. backtomainfromguimain.Position = UDim2.new(0.45714286, 0, 0.553191423, 0)
  758. backtomainfromguimain.Size = UDim2.new(0, 60, 0, 50)
  759. backtomainfromguimain.Font = Enum.Font.GothamBlack
  760. backtomainfromguimain.Text = "BACK"
  761. backtomainfromguimain.TextColor3 = Color3.fromRGB(255, 255, 255)
  762. backtomainfromguimain.TextScaled = true
  763. backtomainfromguimain.TextSize = 14.000
  764. backtomainfromguimain.TextWrapped = true
  765. backtomainfromguimain.MouseButton1Down:connect(function()
  766. guimain.Visible = false
  767. end)
  768.  
  769. credits.Name = "credits"
  770. credits.Parent = ScreenGui
  771. credits.Active = true
  772. credits.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  773. credits.BorderColor3 = Color3.fromRGB(239, 50, 77)
  774. credits.Position = UDim2.new(0.272971749, 0, 0.689695537, 0)
  775. credits.Size = UDim2.new(0, 700, 0, 144)
  776. credits.Visible = false
  777. credits.Active = true
  778. credits.Draggable = true
  779.  
  780. TextLabel_2.Parent = credits
  781. TextLabel_2.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  782. TextLabel_2.BackgroundTransparency = 1.000
  783. TextLabel_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  784. TextLabel_2.Position = UDim2.new(0.0114285946, 0, 0.0555555522, 0)
  785. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  786. TextLabel_2.Font = Enum.Font.GothamBlack
  787. TextLabel_2.Text = "CREDITS"
  788. TextLabel_2.TextColor3 = Color3.fromRGB(239, 50, 77)
  789. TextLabel_2.TextScaled = true
  790. TextLabel_2.TextSize = 14.000
  791. TextLabel_2.TextWrapped = true
  792.  
  793. TextLabel_3.Parent = credits
  794. TextLabel_3.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  795. TextLabel_3.BackgroundTransparency = 1.000
  796. TextLabel_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
  797. TextLabel_3.Position = UDim2.new(0.0114285946, 0, 0.5625, 0)
  798. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  799. TextLabel_3.Font = Enum.Font.GothamBlack
  800. TextLabel_3.Text = "Made by Vein HUB YT"
  801. TextLabel_3.TextColor3 = Color3.fromRGB(239, 50, 77)
  802. TextLabel_3.TextScaled = true
  803. TextLabel_3.TextSize = 14.000
  804. TextLabel_3.TextWrapped = true
  805.  
  806. TextLabel_4.Parent = credits
  807. TextLabel_4.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  808. TextLabel_4.BackgroundTransparency = 1.000
  809. TextLabel_4.BorderColor3 = Color3.fromRGB(27, 42, 53)
  810. TextLabel_4.Position = UDim2.new(0.708571434, 0, 0.055555556, 0)
  811. TextLabel_4.Size = UDim2.new(0, 198, 0, 50)
  812. TextLabel_4.Font = Enum.Font.GothamBlack
  813. TextLabel_4.Text = "CHANGE LOG"
  814. TextLabel_4.TextColor3 = Color3.fromRGB(239, 50, 77)
  815. TextLabel_4.TextScaled = true
  816. TextLabel_4.TextSize = 14.000
  817. TextLabel_4.TextWrapped = true
  818.  
  819. TextLabel_5.Parent = credits
  820. TextLabel_5.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  821. TextLabel_5.BackgroundTransparency = 1.000
  822. TextLabel_5.BorderColor3 = Color3.fromRGB(27, 42, 53)
  823. TextLabel_5.Position = UDim2.new(0.708571434, 0, 0.5625, 0)
  824. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  825. TextLabel_5.Font = Enum.Font.GothamBlack
  826. TextLabel_5.Text = "- added TP HUB, fixed bugs.. made discord (check youtube), made side frames draggable, added destroy button"
  827. TextLabel_5.TextColor3 = Color3.fromRGB(239, 50, 77)
  828. TextLabel_5.TextScaled = true
  829. TextLabel_5.TextSize = 14.000
  830. TextLabel_5.TextWrapped = true
  831.  
  832. backtomainfromcredits.Name = "backtomainfromcredits"
  833. backtomainfromcredits.Parent = credits
  834. backtomainfromcredits.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  835. backtomainfromcredits.Position = UDim2.new(0.45714286, 0, 0.5625, 0)
  836. backtomainfromcredits.Size = UDim2.new(0, 60, 0, 50)
  837. backtomainfromcredits.Font = Enum.Font.GothamBlack
  838. backtomainfromcredits.Text = "BACK"
  839. backtomainfromcredits.TextColor3 = Color3.fromRGB(255, 255, 255)
  840. backtomainfromcredits.TextScaled = true
  841. backtomainfromcredits.TextSize = 14.000
  842. backtomainfromcredits.TextWrapped = true
  843. backtomainfromcredits.MouseButton1Down:connect(function()
  844. credits.Visible = false
  845. end)
  846.  
  847. TextLabel_6.Parent = credits
  848. TextLabel_6.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  849. TextLabel_6.BackgroundTransparency = 1.000
  850. TextLabel_6.BorderColor3 = Color3.fromRGB(27, 42, 53)
  851. TextLabel_6.Position = UDim2.new(0.355714291, 0, 0.0555555522, 0)
  852. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  853. TextLabel_6.Font = Enum.Font.GothamBlack
  854. TextLabel_6.Text = "INFO"
  855. TextLabel_6.TextColor3 = Color3.fromRGB(239, 50, 77)
  856. TextLabel_6.TextScaled = true
  857. TextLabel_6.TextSize = 14.000
  858. TextLabel_6.TextWrapped = true
  859.  
  860. TextLabel_7.Parent = credits
  861. TextLabel_7.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  862. TextLabel_7.BackgroundTransparency = 1.000
  863. TextLabel_7.BorderColor3 = Color3.fromRGB(27, 42, 53)
  864. TextLabel_7.Position = UDim2.new(0.708571434, 0, 0.402777821, 0)
  865. TextLabel_7.Size = UDim2.new(0, 200, 0, 15)
  866. TextLabel_7.Font = Enum.Font.GothamBlack
  867. TextLabel_7.Text = "VERSION 2.0"
  868. TextLabel_7.TextColor3 = Color3.fromRGB(239, 50, 77)
  869. TextLabel_7.TextScaled = true
  870. TextLabel_7.TextSize = 14.000
  871. TextLabel_7.TextWrapped = true
  872.  
  873. maintp.Name = "maintp"
  874. maintp.Parent = ScreenGui
  875. maintp.Active = true
  876. maintp.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  877. maintp.BorderColor3 = Color3.fromRGB(239, 50, 77)
  878. maintp.Position = UDim2.new(0.276109397, 0, 0.460187405, 0)
  879. maintp.Size = UDim2.new(0, 700, 0, 141)
  880. maintp.Visible = false
  881. maintp.Active = true
  882. maintp.Draggable = true
  883.  
  884. TextLabel_8.Parent = maintp
  885. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  886. TextLabel_8.BackgroundTransparency = 1.000
  887. TextLabel_8.Position = UDim2.new(0.248571426, 0, 0.0354609936, 0)
  888. TextLabel_8.Size = UDim2.new(0, 351, 0, 43)
  889. TextLabel_8.Font = Enum.Font.GothamBlack
  890. TextLabel_8.Text = "TP HUB"
  891. TextLabel_8.TextColor3 = Color3.fromRGB(239, 50, 77)
  892. TextLabel_8.TextScaled = true
  893. TextLabel_8.TextSize = 14.000
  894. TextLabel_8.TextWrapped = true
  895.  
  896. backtomainfromguimain_2.Name = "backtomainfromguimain"
  897. backtomainfromguimain_2.Parent = maintp
  898. backtomainfromguimain_2.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  899. backtomainfromguimain_2.Position = UDim2.new(0.45714286, 0, 0.553191423, 0)
  900. backtomainfromguimain_2.Size = UDim2.new(0, 60, 0, 50)
  901. backtomainfromguimain_2.Font = Enum.Font.GothamBlack
  902. backtomainfromguimain_2.Text = "BACK"
  903. backtomainfromguimain_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  904. backtomainfromguimain_2.TextScaled = true
  905. backtomainfromguimain_2.TextSize = 14.000
  906. backtomainfromguimain_2.TextWrapped = true
  907. backtomainfromguimain_2.MouseButton1Down:connect(function()
  908. maintp.Visible = false
  909. end)
  910.  
  911. Spawn.Name = "Spawn"
  912. Spawn.Parent = maintp
  913. Spawn.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  914. Spawn.Position = UDim2.new(0.10428571, 0, 0.0709219724, 0)
  915. Spawn.Size = UDim2.new(0, 70, 0, 32)
  916. Spawn.Font = Enum.Font.GothamBlack
  917. Spawn.Text = "SPAWN"
  918. Spawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  919. Spawn.TextScaled = true
  920. Spawn.TextSize = 14.000
  921. Spawn.TextWrapped = true
  922. Spawn.MouseButton1Down:connect(function()
  923. function Tlprt(Cframe)
  924. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  925. wait(0.1)
  926. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  927. end
  928. Tlprt(CFrame.new(155, 5, 74))
  929. end)
  930.  
  931. StoreLogic.Name = "StoreLogic"
  932. StoreLogic.Parent = maintp
  933. StoreLogic.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  934. StoreLogic.Position = UDim2.new(0.219999984, 0, 0.0851063728, 0)
  935. StoreLogic.Size = UDim2.new(0, 70, 0, 32)
  936. StoreLogic.Font = Enum.Font.GothamBlack
  937. StoreLogic.Text = "LINK's LOGIC"
  938. StoreLogic.TextColor3 = Color3.fromRGB(255, 255, 255)
  939. StoreLogic.TextScaled = true
  940. StoreLogic.TextSize = 14.000
  941. StoreLogic.TextWrapped = true
  942. StoreLogic.MouseButton1Down:connect(function()
  943. function Tlprt(Cframe)
  944. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  945. wait(0.1)
  946. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  947. end
  948. Tlprt(CFrame.new(4607, 9, -798))
  949. end)
  950.  
  951. IceWood.Name = "IceWood"
  952. IceWood.Parent = maintp
  953. IceWood.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  954. IceWood.Position = UDim2.new(0.678571463, 0, 0.0851063728, 0)
  955. IceWood.Size = UDim2.new(0, 70, 0, 32)
  956. IceWood.Font = Enum.Font.GothamBlack
  957. IceWood.Text = "ICE WOOD"
  958. IceWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  959. IceWood.TextScaled = true
  960. IceWood.TextSize = 14.000
  961. IceWood.TextWrapped = true
  962. IceWood.MouseButton1Down:connect(function()
  963. function Tlprt(Cframe)
  964. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  965. wait(0.1)
  966. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  967. end
  968. Tlprt(CFrame.new(1451.66248, 412.208405, 3183.47607))
  969. end)
  970.  
  971. StoreLand.Name = "StoreLand"
  972. StoreLand.Parent = maintp
  973. StoreLand.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  974. StoreLand.Position = UDim2.new(0.104285717, 0, 0.382978708, 0)
  975. StoreLand.Size = UDim2.new(0, 70, 0, 32)
  976. StoreLand.Font = Enum.Font.GothamBlack
  977. StoreLand.Text = "LAND STORE"
  978. StoreLand.TextColor3 = Color3.fromRGB(255, 255, 255)
  979. StoreLand.TextScaled = true
  980. StoreLand.TextSize = 14.000
  981. StoreLand.TextWrapped = true
  982. StoreLand.MouseButton1Down:connect(function()
  983. function Tlprt(Cframe)
  984. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  985. wait(0.1)
  986. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  987. end
  988. Tlprt(CFrame.new(258, 5, -99))
  989. end)
  990.  
  991. StoreFineArts.Name = "StoreFineArts"
  992. StoreFineArts.Parent = maintp
  993. StoreFineArts.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  994. StoreFineArts.Position = UDim2.new(0.220000014, 0, 0.382978708, 0)
  995. StoreFineArts.Size = UDim2.new(0, 70, 0, 32)
  996. StoreFineArts.Font = Enum.Font.GothamBlack
  997. StoreFineArts.Text = "FINE ARTS"
  998. StoreFineArts.TextColor3 = Color3.fromRGB(255, 255, 255)
  999. StoreFineArts.TextScaled = true
  1000. StoreFineArts.TextSize = 14.000
  1001. StoreFineArts.TextWrapped = true
  1002. StoreFineArts.MouseButton1Down:connect(function()
  1003. function Tlprt(Cframe)
  1004. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1005. wait(0.1)
  1006. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1007. end
  1008. Tlprt(CFrame.new(5207, -156, 719))
  1009. end)
  1010.  
  1011. Volcano.Name = "Volcano"
  1012. Volcano.Parent = maintp
  1013. Volcano.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  1014. Volcano.Position = UDim2.new(0.678571463, 0, 0.382978708, 0)
  1015. Volcano.Size = UDim2.new(0, 70, 0, 32)
  1016. Volcano.Font = Enum.Font.GothamBlack
  1017. Volcano.Text = "VOLCANO"
  1018. Volcano.TextColor3 = Color3.fromRGB(255, 255, 255)
  1019. Volcano.TextScaled = true
  1020. Volcano.TextSize = 14.000
  1021. Volcano.TextWrapped = true
  1022. Volcano.MouseButton1Down:connect(function()
  1023. function Tlprt(Cframe)
  1024. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1025. wait(0.1)
  1026. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1027. end
  1028. Tlprt(CFrame.new(-1585, 625, 1140))
  1029. end)
  1030.  
  1031. Palm.Name = "Palm"
  1032. Palm.Parent = maintp
  1033. Palm.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  1034. Palm.Position = UDim2.new(0.104285717, 0, 0.680851102, 0)
  1035. Palm.Size = UDim2.new(0, 70, 0, 32)
  1036. Palm.Font = Enum.Font.GothamBlack
  1037. Palm.Text = "PALM WOOD"
  1038. Palm.TextColor3 = Color3.fromRGB(255, 255, 255)
  1039. Palm.TextScaled = true
  1040. Palm.TextSize = 14.000
  1041. Palm.TextWrapped = true
  1042. Palm.MouseButton1Down:connect(function()
  1043. function Tlprt(Cframe)
  1044. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1045. wait(0.1)
  1046. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1047. end
  1048. Tlprt(CFrame.new(2549, 5, -42))
  1049. end)
  1050.  
  1051.  
  1052. StoreCars.Name = "StoreCars"
  1053. StoreCars.Parent = maintp
  1054. StoreCars.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  1055. StoreCars.Position = UDim2.new(0.219999999, 0, 0.673758924, 0)
  1056. StoreCars.Size = UDim2.new(0, 70, 0, 32)
  1057. StoreCars.Font = Enum.Font.GothamBlack
  1058. StoreCars.Text = "BOXED CARS"
  1059. StoreCars.TextColor3 = Color3.fromRGB(255, 255, 255)
  1060. StoreCars.TextScaled = true
  1061. StoreCars.TextSize = 14.000
  1062. StoreCars.TextWrapped = true
  1063. StoreCars.MouseButton1Down:connect(function()
  1064. function Tlprt(Cframe)
  1065. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1066. wait(0.1)
  1067. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1068. end
  1069. Tlprt(CFrame.new(509, 5.2, -1463))
  1070. end)
  1071.  
  1072. StoreBobs.Name = "StoreBobs"
  1073. StoreBobs.Parent = maintp
  1074. StoreBobs.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  1075. StoreBobs.Position = UDim2.new(0.678571463, 0, 0.673758864, 0)
  1076. StoreBobs.Size = UDim2.new(0, 70, 0, 32)
  1077. StoreBobs.Font = Enum.Font.GothamBlack
  1078. StoreBobs.Text = "BOB's SHACK"
  1079. StoreBobs.TextColor3 = Color3.fromRGB(255, 255, 255)
  1080. StoreBobs.TextScaled = true
  1081. StoreBobs.TextSize = 14.000
  1082. StoreBobs.TextWrapped = true
  1083. StoreBobs.MouseButton1Down:connect(function()
  1084. function Tlprt(Cframe)
  1085. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1086. wait(0.1)
  1087. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1088. end
  1089. Tlprt(CFrame.new(260, 10, -2542))
  1090. end)
  1091.  
  1092. Swamp.Name = "Swamp"
  1093. Swamp.Parent = maintp
  1094. Swamp.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  1095. Swamp.Position = UDim2.new(0.800000012, 0, 0.673758864, 0)
  1096. Swamp.Size = UDim2.new(0, 70, 0, 32)
  1097. Swamp.Font = Enum.Font.GothamBlack
  1098. Swamp.Text = "SWAMP"
  1099. Swamp.TextColor3 = Color3.fromRGB(255, 255, 255)
  1100. Swamp.TextScaled = true
  1101. Swamp.TextSize = 14.000
  1102. Swamp.TextWrapped = true
  1103. Swamp.MouseButton1Down:connect(function()
  1104. function Tlprt(Cframe)
  1105. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1106. wait(0.1)
  1107. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1108. end
  1109. Tlprt(CFrame.new(-1209, 138, -801))
  1110. end)
  1111.  
  1112. Endtimes.Name = "Endtimes"
  1113. Endtimes.Parent = maintp
  1114. Endtimes.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  1115. Endtimes.Position = UDim2.new(0.800000012, 0, 0.382978708, 0)
  1116. Endtimes.Size = UDim2.new(0, 70, 0, 32)
  1117. Endtimes.Font = Enum.Font.GothamBlack
  1118. Endtimes.Text = "ENDTIMES WOOD"
  1119. Endtimes.TextColor3 = Color3.fromRGB(255, 255, 255)
  1120. Endtimes.TextScaled = true
  1121. Endtimes.TextSize = 14.000
  1122. Endtimes.TextWrapped = true
  1123. EndTimes.MouseButton1Down:connect(function()
  1124. function Tlprt(Cframe)
  1125. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1126. wait(0.1)
  1127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1128. end
  1129. Tlprt(CFrame.new(113, -204, -951))
  1130. end)
  1131.  
  1132. Dock.Name = "Dock"
  1133. Dock.Parent = maintp
  1134. Dock.BackgroundColor3 = Color3.fromRGB(239, 50, 77)
  1135. Dock.Position = UDim2.new(0.800000012, 0, 0.0709219724, 0)
  1136. Dock.Size = UDim2.new(0, 70, 0, 32)
  1137. Dock.Font = Enum.Font.GothamBlack
  1138. Dock.Text = "DOCK"
  1139. Dock.TextColor3 = Color3.fromRGB(255, 255, 255)
  1140. Dock.TextScaled = true
  1141. Dock.TextSize = 14.000
  1142. Dock.TextWrapped = true
  1143. Dock.MouseButton1Down:connect(function()
  1144. function Tlprt(Cframe)
  1145. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1146. wait(0.1)
  1147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1148. end
  1149. Tlprt(CFrame.new(1114, 3.2, -197))
  1150. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement