Advertisement
spidey_v6

Untitled

Dec 22nd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.18 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local NewerProjectzERO = Instance.new("ScreenGui")
  7. local Key = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Enter = Instance.new("TextButton")
  10. local Keybox = Instance.new("TextBox")
  11. local Server = Instance.new("Frame")
  12. local Copylink = Instance.new("TextButton")
  13. local ImageLabel = Instance.new("ImageLabel")
  14. local Credits = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local Localunderbutton = Instance.new("Frame")
  17. local l0cal = Instance.new("TextButton")
  18. local LocalMain = Instance.new("Frame")
  19. local Speed = Instance.new("TextButton")
  20. local infjump = Instance.new("TextButton")
  21. local Fly = Instance.new("TextButton")
  22. local Noclip = Instance.new("TextButton")
  23. local ShowLocal = Instance.new("TextButton")
  24. local Teleports = Instance.new("Frame")
  25. local LocalTeleports = Instance.new("Frame")
  26. local WoodRUs = Instance.new("TextButton")
  27. local FurnitureStore = Instance.new("TextButton")
  28. local BobsCars = Instance.new("TextButton")
  29. local LogicStore = Instance.new("TextButton")
  30. local ShowTeleports = Instance.new("TextButton")
  31. local Showteleports = Instance.new("TextButton")
  32. local Wood = Instance.new("Frame")
  33. local Woodui = Instance.new("Frame")
  34. local GodAxe = Instance.new("TextButton")
  35. local TPWood = Instance.new("TextButton")
  36. local TPPlanks = Instance.new("TextButton")
  37. local PaintTool = Instance.new("TextButton")
  38. local Wood_2 = Instance.new("TextButton")
  39. local Showwood = Instance.new("TextButton")
  40. local Stealing = Instance.new("Frame")
  41. local Stealingui = Instance.new("Frame")
  42. local StealGifts = Instance.new("TextButton")
  43. local StealWood = Instance.new("TextButton")
  44. local StealCars = Instance.new("TextButton")
  45. local StealAllItems = Instance.new("TextButton")
  46. local Stealing_2 = Instance.new("TextButton")
  47. local ShowStealing = Instance.new("TextButton")
  48. local Plot = Instance.new("Frame")
  49. local Plotui = Instance.new("Frame")
  50. local GodAxe_2 = Instance.new("TextButton")
  51. local TPWood_2 = Instance.new("TextButton")
  52. local TPPlanks_2 = Instance.new("TextButton")
  53. local Plot_2 = Instance.new("TextButton")
  54. local ShowPlot = Instance.new("TextButton")
  55. local HideFrame = Instance.new("Frame")
  56. local Hideall = Instance.new("TextButton")
  57.  
  58. --Properties:
  59.  
  60. NewerProjectzERO.Name = "Newer Project zERO"
  61. NewerProjectzERO.Parent = game.CoreGui
  62. NewerProjectzERO.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  63.  
  64. Key.Name = "Key"
  65. Key.Parent = NewerProjectzERO
  66. Key.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  67. Key.Position = UDim2.new(-0.4055112, 0, 0.425999999, 0)
  68. Key.Size = UDim2.new(0, 185, 0, 73)
  69.  
  70. TextLabel.Parent = Key
  71. TextLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  72. TextLabel.Size = UDim2.new(0, 185, 0, 15)
  73. TextLabel.Font = Enum.Font.GothamBlack
  74. TextLabel.Text = "Project Zero"
  75. TextLabel.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  76. TextLabel.TextSize = 14
  77.  
  78. Enter.Name = "Enter"
  79. Enter.Parent = Key
  80. Enter.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  81. Enter.Position = UDim2.new(0.583783805, 0, 0.547945201, 0)
  82. Enter.Size = UDim2.new(0, 71, 0, 26)
  83. Enter.Font = Enum.Font.GothamBlack
  84. Enter.Text = "Enter"
  85. Enter.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  86. Enter.TextSize = 14
  87. Enter.MouseButton1Down:connect(function()
  88.  
  89. key = game:HttpGet("https://pastebin.com/raw/jdALqV5N")
  90. if (Keybox.Text == key) then
  91. Plot.Visible = true
  92. Localunderbutton.Visible = true
  93. Wood.Visible = true
  94. Teleports.Visible = true
  95. Stealing.Visible = true
  96. HideFrame.Visible = true
  97.  
  98. Key.Visible = false
  99.  
  100.  
  101.  
  102. else
  103. Enter.Text = "Wrong!"
  104. wait(5)
  105. Enter.Text = "Enter Key"
  106. end
  107. end)
  108.  
  109. Keybox.Name = "Keybox"
  110. Keybox.Parent = Key
  111. Keybox.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  112. Keybox.Position = UDim2.new(0.0648648664, 0, 0.410958886, 0)
  113. Keybox.Size = UDim2.new(0, 83, 0, 29)
  114. Keybox.Font = Enum.Font.SourceSans
  115. Keybox.Text = ""
  116. Keybox.TextColor3 = Color3.new(0, 0, 0)
  117. Keybox.TextSize = 14
  118.  
  119. Server.Name = "Server"
  120. Server.Parent = Key
  121. Server.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  122. Server.Position = UDim2.new(-0.486486495, 0, 0.205479458, 0)
  123. Server.Size = UDim2.new(0, 90, 0, 94)
  124.  
  125. Copylink.Name = "Copy link"
  126. Copylink.Parent = Server
  127. Copylink.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  128. Copylink.Position = UDim2.new(0.088888891, 0, 0.702127635, 0)
  129. Copylink.Size = UDim2.new(0, 74, 0, 22)
  130. Copylink.Font = Enum.Font.GothamBlack
  131. Copylink.Text = "Copy Link"
  132. Copylink.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  133. Copylink.TextSize = 14
  134. Copylink.MouseButton1Down:connect(function()
  135. setclipboard('https://discord.gg/WVEtaEz')
  136. end)
  137.  
  138. ImageLabel.Parent = Server
  139. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  140. ImageLabel.Position = UDim2.new(0.166666672, 0, 0.0744680837, 0)
  141. ImageLabel.Size = UDim2.new(0, 59, 0, 51)
  142. ImageLabel.Image = "http://www.roblox.com/asset/?id=54603676"
  143.  
  144. Credits.Name = "Credits"
  145. Credits.Parent = Key
  146. Credits.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  147. Credits.Position = UDim2.new(0.99999994, 0, 0.205479458, 0)
  148. Credits.Size = UDim2.new(0, 90, 0, 94)
  149.  
  150. TextLabel_2.Parent = Credits
  151. TextLabel_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  152. TextLabel_2.Position = UDim2.new(0.0777777806, 0, 0.0425531901, 0)
  153. TextLabel_2.Size = UDim2.new(0, 75, 0, 84)
  154. TextLabel_2.Font = Enum.Font.Gotham
  155. TextLabel_2.Text = "Credits To Johiro\\n#4826 For Helping with Scripting"
  156. TextLabel_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  157. TextLabel_2.TextScaled = true
  158. TextLabel_2.TextSize = 14
  159. TextLabel_2.TextWrapped = true
  160.  
  161. Localunderbutton.Name = "Localunderbutton"
  162. Localunderbutton.Parent = NewerProjectzERO
  163. Localunderbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  164. Localunderbutton.Position = UDim2.new(0.0268256329, 0, 0.029880479, 0)
  165. Localunderbutton.Size = UDim2.new(0, 99, 0, 26)
  166. Localunderbutton.Visible = false
  167.  
  168. l0cal.Name = "l0cal"
  169. l0cal.Parent = Localunderbutton
  170. l0cal.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  171. l0cal.Size = UDim2.new(0, 99, 0, 26)
  172. l0cal.Font = Enum.Font.GothamBlack
  173. l0cal.Text = "Local"
  174. l0cal.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  175. l0cal.TextSize = 14
  176.  
  177. LocalMain.Name = "LocalMain"
  178. LocalMain.Parent = Localunderbutton
  179. LocalMain.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  180. LocalMain.Position = UDim2.new(-0.0034773855, 0, 0.991418958, 0)
  181. LocalMain.Size = UDim2.new(0, 99, 0, 168)
  182. LocalMain.Visible = false
  183.  
  184. Speed.Name = "Speed"
  185. Speed.Parent = LocalMain
  186. Speed.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  187. Speed.Position = UDim2.new(0.00200000009, 0, 0.0649999976, 0)
  188. Speed.Size = UDim2.new(0, 99, 0, 25)
  189. Speed.Font = Enum.Font.GothamBlack
  190. Speed.Text = "Speed"
  191. Speed.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  192. Speed.TextSize = 14
  193. Speed.MouseButton1Down:connect(function()
  194. local walkspeedplayer = game:GetService("Players").LocalPlayer
  195. local walkspeedmouse = walkspeedplayer:GetMouse()
  196.  
  197. local walkspeedenabled = false
  198.  
  199. function x_walkspeed(key)
  200. if (key == "v") then
  201. if walkspeedenabled == false then
  202. _G.WS = 150;
  203.  
  204. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  205. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  206. Humanoid.WalkSpeed = _G.WS;
  207. end)
  208. Humanoid.WalkSpeed = _G.WS;
  209.  
  210. walkspeedenabled = true
  211. elseif walkspeedenabled == true then
  212. _G.WS = 15;
  213. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  214. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  215. Humanoid.WalkSpeed = _G.WS;
  216. end)
  217. Humanoid.WalkSpeed = _G.WS;
  218.  
  219. walkspeedenabled = false
  220. end
  221. end
  222. end
  223.  
  224. walkspeedmouse.KeyDown:connect(x_walkspeed)
  225.  
  226. wait(1.2)
  227. game.StarterGui:SetCore("SendNotification", {
  228. Title = "Project Zero"; -- the title (ofc)
  229. Text = "Press V For speed! , - Satan For Life"; -- what the text says (ofc)
  230. Icon = "https://www.roblox.com/library/54603677/Devil"; -- the image if u want.
  231. Duration = 8; -- how long the notification should in secounds
  232. })
  233. end)
  234.  
  235. infjump.Name = "inf jump"
  236. infjump.Parent = LocalMain
  237. infjump.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  238. infjump.Position = UDim2.new(0.00200000033, 0, 0.21380952, 0)
  239. infjump.Size = UDim2.new(0, 99, 0, 25)
  240. infjump.Font = Enum.Font.GothamBlack
  241. infjump.Text = "Inf Jump"
  242. infjump.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  243. infjump.TextSize = 14
  244. infjump.MouseButton1Down:connect(function()
  245. game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end)
  246. end)
  247.  
  248. Fly.Name = "Fly"
  249. Fly.Parent = LocalMain
  250. Fly.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  251. Fly.Position = UDim2.new(0.00200000033, 0, 0.362619042, 0)
  252. Fly.Size = UDim2.new(0, 99, 0, 25)
  253. Fly.Font = Enum.Font.GothamBlack
  254. Fly.Text = "Fly"
  255. Fly.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  256. Fly.TextSize = 14
  257. Fly.MouseButton1Down:connect(function()
  258.  
  259.  
  260. flying = not flying
  261. repeat wait()
  262. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  263. local mouse = game.Players.LocalPlayer:GetMouse()
  264. repeat wait() until mouse
  265. local plr = game.Players.LocalPlayer
  266. local torso = plr.Character.Torso
  267. local deb = true
  268. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  269. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  270. local maxspeed = 200
  271. local speed = 0
  272. if flying then
  273. end
  274.  
  275. function FlyFunction()
  276. local bg = Instance.new("BodyGyro", torso)
  277. bg.P = 9e4
  278. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  279. bg.cframe = torso.CFrame
  280. local bv = Instance.new("BodyVelocity", torso)
  281. bv.velocity = Vector3.new(0,0.1,0)
  282. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  283. repeat wait()
  284. plr.Character.Humanoid.PlatformStand = true
  285. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  286. speed = speed+.5+(speed/maxspeed)
  287. if speed > maxspeed then
  288. speed = maxspeed
  289. end
  290. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  291. speed = speed-1
  292. if speed < 0 then
  293. speed = 0
  294. end
  295. end
  296. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  297. 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
  298. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  299. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  300. 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
  301. else
  302. bv.velocity = Vector3.new(0,0.1,0)
  303. end
  304. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  305. until not flying
  306. ctrl = {f = 0, b = 0, l = 0, r = 0}
  307. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  308. speed = 0
  309. bg:Destroy()
  310. bv:Destroy()
  311. plr.Character.Humanoid.PlatformStand = false
  312. end
  313. mouse.KeyDown:connect(function(key)
  314. if key:lower() == "w" then
  315. ctrl.f = 1
  316. elseif key:lower() == "s" then
  317. ctrl.b = -1
  318. elseif key:lower() == "a" then
  319. ctrl.l = -1
  320. elseif key:lower() == "d" then
  321. ctrl.r = 1
  322.  
  323. end
  324. end)
  325. mouse.KeyUp:connect(function(key)
  326. if key:lower() == "w" then
  327. ctrl.f = 0
  328. elseif key:lower() == "s" then
  329. ctrl.b = 0
  330. elseif key:lower() == "a" then
  331. ctrl.l = 0
  332. elseif key:lower() == "d" then
  333. ctrl.r = 0
  334. end
  335. end)
  336. FlyFunction()
  337.  
  338. end)
  339.  
  340. Noclip.Name = "Noclip"
  341. Noclip.Parent = LocalMain
  342. Noclip.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  343. Noclip.Position = UDim2.new(0.00200000033, 0, 0.505476236, 0)
  344. Noclip.Size = UDim2.new(0, 99, 0, 25)
  345. Noclip.Font = Enum.Font.GothamBlack
  346. Noclip.Text = "Noclip"
  347. Noclip.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  348. Noclip.TextSize = 14
  349. Noclip.MouseButton1Down:connect(function()
  350. game:GetService('RunService').Stepped:connect(function()
  351. if noclip then
  352. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  353. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  354. Noclip.TextColor3 = Color3.new(0, 1, 0)
  355. Noclip.Text = "No Clip On"
  356. end
  357. end)
  358. end)
  359.  
  360. ShowLocal.Name = "Show Local"
  361. ShowLocal.Parent = Localunderbutton
  362. ShowLocal.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  363. ShowLocal.Position = UDim2.new(0.787878811, 0, 0, 0)
  364. ShowLocal.Size = UDim2.new(0, 21, 0, 17)
  365. ShowLocal.Font = Enum.Font.GothamBlack
  366. ShowLocal.Text = "+"
  367. ShowLocal.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  368. ShowLocal.TextSize = 14
  369. ShowLocal.MouseButton1Down:connect(function()
  370. if(LocalMain.Visible == true)then
  371. LocalMain.Visible = false
  372. ShowLocal.Text = "+"
  373. else
  374. LocalMain.Visible = true
  375. ShowLocal.Text = "-"
  376. end
  377. end)
  378.  
  379. Teleports.Name = "Teleports"
  380. Teleports.Parent = NewerProjectzERO
  381. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  382. Teleports.Position = UDim2.new(0.20119226, 0, 0.029880479, 0)
  383. Teleports.Size = UDim2.new(0, 99, 0, 26)
  384. Teleports.Visible = false
  385.  
  386. LocalTeleports.Name = "LocalTeleports"
  387. LocalTeleports.Parent = Teleports
  388. LocalTeleports.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  389. LocalTeleports.Position = UDim2.new(-0.0034773855, 0, 0.991418958, 0)
  390. LocalTeleports.Size = UDim2.new(0, 99, 0, 168)
  391. LocalTeleports.Visible = false
  392.  
  393. WoodRUs.Name = "Wood R Us"
  394. WoodRUs.Parent = LocalTeleports
  395. WoodRUs.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  396. WoodRUs.Position = UDim2.new(0.00200000009, 0, 0.0649999976, 0)
  397. WoodRUs.Size = UDim2.new(0, 99, 0, 25)
  398. WoodRUs.Font = Enum.Font.GothamBlack
  399. WoodRUs.Text = "Wood R Us"
  400. WoodRUs.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  401. WoodRUs.TextSize = 14
  402. WoodRUs.MouseButton1Down:connect(function()
  403. loadstring(game:HttpGet('https://pastebin.com/raw/zqpfJ5ef',true))()
  404. end)
  405.  
  406. FurnitureStore.Name = "Furniture Store"
  407. FurnitureStore.Parent = LocalTeleports
  408. FurnitureStore.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  409. FurnitureStore.Position = UDim2.new(0.00200000033, 0, 0.21380952, 0)
  410. FurnitureStore.Size = UDim2.new(0, 99, 0, 25)
  411. FurnitureStore.Font = Enum.Font.GothamBlack
  412. FurnitureStore.Text = "Furniture Store"
  413. FurnitureStore.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  414. FurnitureStore.TextSize = 14
  415. FurnitureStore.MouseButton1Down:connect(function()
  416. loadstring(game:HttpGet('https://pastebin.com/raw/kkvhSQqm',true))()
  417. end)
  418.  
  419. BobsCars.Name = "Bobs Cars"
  420. BobsCars.Parent = LocalTeleports
  421. BobsCars.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  422. BobsCars.Position = UDim2.new(0.00200000033, 0, 0.362619042, 0)
  423. BobsCars.Size = UDim2.new(0, 99, 0, 25)
  424. BobsCars.Font = Enum.Font.GothamBlack
  425. BobsCars.Text = "Bobs Cars"
  426. BobsCars.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  427. BobsCars.TextSize = 14
  428. BobsCars.MouseButton1Down:connect(function()
  429. loadstring(game:HttpGet('https://pastebin.com/raw/Ss7D3Uxj',true))()
  430. end)
  431.  
  432. LogicStore.Name = "Logic Store"
  433. LogicStore.Parent = LocalTeleports
  434. LogicStore.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  435. LogicStore.Position = UDim2.new(0.00200000033, 0, 0.505476236, 0)
  436. LogicStore.Size = UDim2.new(0, 99, 0, 25)
  437. LogicStore.Font = Enum.Font.GothamBlack
  438. LogicStore.Text = "Logic Store"
  439. LogicStore.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  440. LogicStore.TextSize = 14
  441. LogicStore.MouseButton1Down:connect(function()
  442. loadstring(game:HttpGet('https://pastebin.com/raw/zWgwSGj6',true))()
  443. end)
  444.  
  445. ShowTeleports.Name = "Show Teleports"
  446. ShowTeleports.Parent = Teleports
  447. ShowTeleports.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  448. ShowTeleports.Position = UDim2.new(-0.00810100976, 0, 0.0370695889, 0)
  449. ShowTeleports.Size = UDim2.new(0, 99, 0, 25)
  450. ShowTeleports.Font = Enum.Font.GothamBlack
  451. ShowTeleports.Text = "Teleports"
  452. ShowTeleports.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  453. ShowTeleports.TextSize = 13
  454.  
  455.  
  456.  
  457. Showteleports.Name = "Show teleports"
  458. Showteleports.Parent = Teleports
  459. Showteleports.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  460. Showteleports.Position = UDim2.new(0.787878811, 0, 0, 0)
  461. Showteleports.Size = UDim2.new(0, 21, 0, 17)
  462. Showteleports.Font = Enum.Font.GothamBlack
  463. Showteleports.Text = "+"
  464. Showteleports.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  465. Showteleports.TextSize = 14
  466. Showteleports.MouseButton1Down:connect(function()
  467. if(Teleports.Visible == true)then
  468. Teleports.Visible = false
  469. Showteleports.Text = "+"
  470. else
  471. Teleports.Visible = true
  472. Showteleports.Text = "-"
  473. end
  474. end)
  475.  
  476. Wood.Name = "Wood"
  477. Wood.Parent = NewerProjectzERO
  478. Wood.BackgroundColor3 = Color3.new(1, 1, 1)
  479. Wood.Position = UDim2.new(0.523709714, 0, 0.0281952024, 0)
  480. Wood.Size = UDim2.new(0, 99, 0, 26)
  481. Wood.Visible = false
  482.  
  483. Woodui.Name = "Wood ui"
  484. Woodui.Parent = Wood
  485. Woodui.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  486. Woodui.Position = UDim2.new(-0.000500000024, 0, 1.02915394, 0)
  487. Woodui.Size = UDim2.new(0, 99, 0, 168)
  488. Woodui.Visible = false
  489.  
  490. GodAxe.Name = "God Axe"
  491. GodAxe.Parent = Woodui
  492. GodAxe.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  493. GodAxe.Position = UDim2.new(-0.00810100976, 0, 0.0649999976, 0)
  494. GodAxe.Size = UDim2.new(0, 99, 0, 25)
  495. GodAxe.Font = Enum.Font.GothamBlack
  496. GodAxe.Text = "God Axe"
  497. GodAxe.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  498. GodAxe.TextSize = 14
  499. GodAxe.MouseButton1Down:connect(function()
  500. GAxe = false
  501. function GetAxe() --Gets your current axe thats equiped when called
  502. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  503. return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  504. else
  505. return false --returns false when not equiped
  506. end
  507. end
  508. end)
  509.  
  510. function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  511. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  512. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  513. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  514. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  515. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  516. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  517. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  518. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  519. elseif Axe.ToolTip == "Fire Axe" then
  520. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  521. elseif Axe.ToolTip == "End Times Axe" then
  522. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  523. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  524. elseif Axe.ToolTip == "Johiro" then return 1.8
  525. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  526. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  527. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  528. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  529. elseif Axe.ToolTip == "Gingerbread Axe" then
  530. if TreeClass == "Walnut" then return 8.5
  531. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  532. elseif Axe.ToolTip == "Bird Axe" then
  533. if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end
  534. end
  535. end
  536.  
  537.  
  538. function GCut(TreePart) --Cuts the tree when called with the tree you want to cut
  539. if GetAxe() ~= false then --checks if you have a axe equiped
  540. Damage = GetDamage(GetAxe(), TreePart.Parent.TreeClass.Value) --gets the Damage
  541. Height = TreePart.CFrame:pointToObjectSpace(mouse.Hit.p).Y + TreePart.Size.Y/2 --Gets the Height
  542. local CutArguments = {
  543. sectionId = TreePart.ID.Value,
  544. faceVector = Vector3.new(0,0,-1),
  545. height = Height,
  546. hitPoints = Damage,
  547. cooldown = 0,
  548. cuttingClass = "Axe",
  549. tool = GetAxe()
  550. }
  551. for i=1, 50 do
  552. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(TreePart.Parent.CutEvent, CutArguments)
  553. end
  554. end
  555. end
  556.  
  557. function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  558. if GetAxe() ~= false then --checks if you have a axe equiped
  559. Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  560. local CutArguments = {
  561. sectionId = 1,
  562. faceVector = Vector3.new(0,0,-1),
  563. height = 0.5,
  564. hitPoints = Damage,
  565. cooldown = 0,
  566. cuttingClass = "Axe",
  567. tool = GetAxe()
  568. }
  569. for i=1, 50 do
  570. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  571. end
  572. end
  573. end
  574.  
  575. TreeList = {} --Creates a table of the trees
  576. for a,b in pairs(workspace:GetChildren()) do
  577. if b.name == "TreeRegion" then
  578. b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  579. table.insert(TreeList, NewTree)
  580. end)
  581. for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  582. if d.Name == "Model" then
  583. table.insert(TreeList, d)
  584. end
  585. end
  586. end
  587. end
  588.  
  589. spawn(function() --used spawn so it wont interrupt any of the other things
  590. CutEnabled = false
  591. while wait(.5) do --Main loop to do the stuff
  592. if CutEnabled == true then
  593. if GetAxe() ~= false then --Checks if you have a axe equiped
  594. for a,b in pairs(TreeList) do
  595. if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  596. distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  597. if distance < 225 then --if distance lower than 225 then it will cut the tree
  598. CutTree(b) --Calls the function with the tree to cut
  599. end
  600. else
  601. table.remove(TreeList, a)--if tree already cut then it gets removed from the list
  602. end
  603. end
  604. end
  605. end
  606. end
  607.  
  608. end)
  609.  
  610. TPWood.Name = "TP Wood"
  611. TPWood.Parent = Woodui
  612. TPWood.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  613. TPWood.Position = UDim2.new(-0.00810100976, 0, 0.21380952, 0)
  614. TPWood.Size = UDim2.new(0, 99, 0, 25)
  615. TPWood.Font = Enum.Font.GothamBlack
  616. TPWood.Text = "TP Wood"
  617. TPWood.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  618. TPWood.TextSize = 14
  619. TPWood.MouseButton1Click:Connect(function()
  620. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  621. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  622. if Log.Owner.Value == game.Players.LocalPlayer then
  623. Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  624. for i=1,20 do
  625. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  626. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  627. end
  628. end
  629. end
  630. end
  631. end)
  632.  
  633. TPPlanks.Name = "TP Planks"
  634. TPPlanks.Parent = Woodui
  635. TPPlanks.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  636. TPPlanks.Position = UDim2.new(-0.00810100976, 0, 0.362619042, 0)
  637. TPPlanks.Size = UDim2.new(0, 99, 0, 25)
  638. TPPlanks.Font = Enum.Font.GothamBlack
  639. TPPlanks.Text = "TP Planks"
  640. TPPlanks.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  641. TPPlanks.TextSize = 14
  642. TPPlanks.MouseButton1Click:Connect(function()
  643. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  644. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  645. if Plank.Owner.Value == game.Players.LocalPlayer then
  646. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  647. sendNotice:Fire("Click where you want ALL the Planks to TP to")
  648. local ButtonPress
  649. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  650. Square = game.Players.LocalPlayer:GetMouse().Target
  651. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  652. ButtonPress:Disconnect()
  653. Plank:MoveTo(Square.Position)
  654. for i=1,100 do
  655. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  656. end
  657. end
  658. end)
  659. end
  660. end
  661. end
  662. end)
  663.  
  664.  
  665. PaintTool.Name = "Paint Tool"
  666. PaintTool.Parent = Woodui
  667. PaintTool.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  668. PaintTool.Position = UDim2.new(-0.00810100976, 0, 0.499523848, 0)
  669. PaintTool.Size = UDim2.new(0, 99, 0, 25)
  670. PaintTool.Font = Enum.Font.GothamBlack
  671. PaintTool.Text = "Paint Tool"
  672. PaintTool.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  673. PaintTool.TextSize = 14
  674. PaintTool.MouseButton1Down:connect(function()
  675.  
  676. -- Instances:
  677. local ColorPicker = Instance.new("ScreenGui")
  678. local ChangeColor = Instance.new("Frame")
  679. local CurrentColor = Instance.new("ImageButton")
  680. local Picker = Instance.new("ScrollingFrame")
  681. local Birch = Instance.new("ImageButton")
  682. local DropShadow = Instance.new("Frame")
  683. local Grey = Instance.new("ImageButton")
  684. local DropShadow_2 = Instance.new("Frame")
  685. local Walnut = Instance.new("ImageButton")
  686. local DropShadow_3 = Instance.new("Frame")
  687. local Generic = Instance.new("ImageButton")
  688. local DropShadow_4 = Instance.new("Frame")
  689. local Oak = Instance.new("ImageButton")
  690. local DropShadow_5 = Instance.new("Frame")
  691. local Pine = Instance.new("ImageButton")
  692. local DropShadow_6 = Instance.new("Frame")
  693. local Palm = Instance.new("ImageButton")
  694. local DropShadow_7 = Instance.new("Frame")
  695. local Cherry = Instance.new("ImageButton")
  696. local DropShadow_8 = Instance.new("Frame")
  697. local Koa = Instance.new("ImageButton")
  698. local DropShadow_9 = Instance.new("Frame")
  699. local Volcano = Instance.new("ImageButton")
  700. local DropShadow_10 = Instance.new("Frame")
  701. local GreenSwampy = Instance.new("ImageButton")
  702. local DropShadow_11 = Instance.new("Frame")
  703. local GoldSwampy = Instance.new("ImageButton")
  704. local DropShadow_12 = Instance.new("Frame")
  705. local GenericSpecial = Instance.new("ImageButton")
  706. local DropShadow_13 = Instance.new("Frame")
  707. local SnowGlow = Instance.new("ImageButton")
  708. local DropShadow_14 = Instance.new("Frame")
  709. local Frost = Instance.new("ImageButton")
  710. local DropShadow_15 = Instance.new("Frame")
  711. local CaveCrawler = Instance.new("ImageButton")
  712. local DropShadow_16 = Instance.new("Frame")
  713. local LoneCave = Instance.new("ImageButton")
  714. local DropShadow_17 = Instance.new("Frame")
  715. local Spooky = Instance.new("ImageButton")
  716. local DropShadow_18 = Instance.new("Frame")
  717. local SpookyNeon = Instance.new("ImageButton")
  718. local DropShadow_19 = Instance.new("Frame")
  719. --Properties:
  720. ColorPicker.Name = "ColorPicker"
  721. ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  722.  
  723. ChangeColor.Name = "ChangeColor"
  724. ChangeColor.Parent = ColorPicker
  725. ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  726. ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  727. ChangeColor.BorderSizePixel = 2
  728. ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  729. ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  730. ChangeColor.ZIndex = 2
  731. ColorPicker.Enabled = false
  732.  
  733. CurrentColor.Name = "CurrentColor"
  734. CurrentColor.Parent = ChangeColor
  735. CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  736. CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  737. CurrentColor.BorderSizePixel = 2
  738. CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  739. CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  740. CurrentColor.ZIndex = 2
  741. CurrentColor.Image = "rbxassetid://2712547918"
  742. CurrentColor.ScaleType = Enum.ScaleType.Crop
  743.  
  744. end)
  745.  
  746. Wood_2.Name = "Wood"
  747. Wood_2.Parent = Wood
  748. Wood_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  749. Wood_2.Position = UDim2.new(-0.00100003183, 0, 0.0374616385, 0)
  750. Wood_2.Size = UDim2.new(0, 99, 0, 25)
  751. Wood_2.Font = Enum.Font.GothamBlack
  752. Wood_2.Text = "Wood"
  753. Wood_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  754. Wood_2.TextSize = 14
  755.  
  756. Showwood.Name = "Show wood"
  757. Showwood.Parent = Wood
  758. Showwood.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  759. Showwood.Position = UDim2.new(0.787878811, 0, 0, 0)
  760. Showwood.Size = UDim2.new(0, 21, 0, 17)
  761. Showwood.Font = Enum.Font.GothamBlack
  762. Showwood.Text = "+"
  763. Showwood.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  764. Showwood.TextSize = 14
  765. Showwood.MouseButton1Down:connect(function()
  766. if(Wood.Visible == true)then
  767. Wood.Visible = false
  768. else
  769. Wood.Visible = true
  770. end
  771. end)
  772.  
  773. Stealing.Name = "Stealing"
  774. Stealing.Parent = NewerProjectzERO
  775. Stealing.BackgroundColor3 = Color3.new(1, 1, 1)
  776. Stealing.Position = UDim2.new(0.364040256, 0, 0.0280079674, 0)
  777. Stealing.Size = UDim2.new(0, 99, 0, 26)
  778. Stealing.Visible = false
  779.  
  780. Stealingui.Name = "Stealing ui"
  781. Stealingui.Parent = Stealing
  782. Stealingui.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  783. Stealingui.Position = UDim2.new(-0.0034773855, 0, 0.991418958, 0)
  784. Stealingui.Size = UDim2.new(0, 99, 0, 168)
  785. Stealingui.Visible = false
  786.  
  787. StealGifts.Name = "Steal Gifts"
  788. StealGifts.Parent = Stealingui
  789. StealGifts.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  790. StealGifts.Position = UDim2.new(0.00200000009, 0, 0.0649999976, 0)
  791. StealGifts.Size = UDim2.new(0, 99, 0, 25)
  792. StealGifts.Font = Enum.Font.GothamBlack
  793. StealGifts.Text = "Steal Gifts"
  794. StealGifts.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  795. StealGifts.TextSize = 14
  796. StealGifts.MouseButton1Down:connect(function()
  797. loadstring(game:HttpGet('https://pastebin.com/raw/QSADN8bJ',true))()
  798. end)
  799.  
  800. StealWood.Name = "Steal Wood"
  801. StealWood.Parent = Stealingui
  802. StealWood.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  803. StealWood.Position = UDim2.new(0.00200000033, 0, 0.21380952, 0)
  804. StealWood.Size = UDim2.new(0, 99, 0, 25)
  805. StealWood.Font = Enum.Font.GothamBlack
  806. StealWood.Text = "Steal Wood"
  807. StealWood.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  808. StealWood.TextSize = 14
  809. StealWood.MouseButton1Down:connect(function()
  810. loadstring(game:HttpGet('https://pastebin.com/raw/uKAXDx1d',true))()
  811. end)
  812.  
  813. StealCars.Name = "Steal Cars"
  814. StealCars.Parent = Stealingui
  815. StealCars.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  816. StealCars.Position = UDim2.new(0.00200000033, 0, 0.362619042, 0)
  817. StealCars.Size = UDim2.new(0, 99, 0, 25)
  818. StealCars.Font = Enum.Font.GothamBlack
  819. StealCars.Text = "Steal Cars"
  820. StealCars.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  821. StealCars.TextSize = 14
  822. StealCars.MouseButton1Down:connect(function()
  823. loadstring(game:HttpGet('https://pastebin.com/raw/D0z4jG6d',true))()
  824. end)
  825.  
  826. StealAllItems.Name = "Steal All Items"
  827. StealAllItems.Parent = Stealingui
  828. StealAllItems.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  829. StealAllItems.Position = UDim2.new(0.00200000033, 0, 0.505476236, 0)
  830. StealAllItems.Size = UDim2.new(0, 99, 0, 25)
  831. StealAllItems.Font = Enum.Font.GothamBlack
  832. StealAllItems.Text = "Steal All Items"
  833. StealAllItems.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  834. StealAllItems.TextSize = 14
  835. StealAllItems.MouseButton1Down:connect(function()
  836. loadstring(game:HttpGet('https://pastebin.com/raw/qbZbq6Bi',true))()
  837. end)
  838.  
  839. Stealing_2.Name = "Stealing"
  840. Stealing_2.Parent = Stealing
  841. Stealing_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  842. Stealing_2.Position = UDim2.new(-0.00100000005, 0, -0.00100000005, 0)
  843. Stealing_2.Size = UDim2.new(0, 99, 0, 25)
  844. Stealing_2.Font = Enum.Font.GothamBlack
  845. Stealing_2.Text = "Stealing"
  846. Stealing_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  847. Stealing_2.TextSize = 14
  848.  
  849. ShowStealing.Name = "Show Stealing"
  850. ShowStealing.Parent = Stealing
  851. ShowStealing.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  852. ShowStealing.Position = UDim2.new(0.787878811, 0, 0, 0)
  853. ShowStealing.Size = UDim2.new(0, 21, 0, 17)
  854. ShowStealing.Font = Enum.Font.GothamBlack
  855. ShowStealing.Text = "+"
  856. ShowStealing.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  857. ShowStealing.TextSize = 14
  858. ShowStealing.MouseButton1Down:connect(function()
  859. if(Stealing.Visible == true)then
  860. Stealing.Visible = false
  861. else
  862. Stealing.Visible = true
  863. end
  864. end)
  865.  
  866. Plot.Name = "Plot"
  867. Plot.Parent = NewerProjectzERO
  868. Plot.BackgroundColor3 = Color3.new(1, 1, 1)
  869. Plot.Position = UDim2.new(0.682420254, 0, 0.0280000009, 0)
  870. Plot.Size = UDim2.new(0, 99, 0, 26)
  871. Plot.Visible = false
  872.  
  873. Plotui.Name = "Plot ui"
  874. Plotui.Parent = Plot
  875. Plotui.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  876. Plotui.Position = UDim2.new(-0.000499995425, 0, 1.02915359, 0)
  877. Plotui.Size = UDim2.new(0, 99, 0, 169)
  878. Plotui.Visible = false
  879.  
  880. GodAxe_2.Name = "God Axe"
  881. GodAxe_2.Parent = Plotui
  882. GodAxe_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  883. GodAxe_2.Position = UDim2.new(-0.00300000003, 0, 0.0649999976, 0)
  884. GodAxe_2.Size = UDim2.new(0, 99, 0, 25)
  885. GodAxe_2.Font = Enum.Font.GothamBlack
  886. GodAxe_2.Text = "Wipe My Base"
  887. GodAxe_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  888. GodAxe_2.TextSize = 14
  889. GodAxe_2.MouseButton1Down:Connect(function()
  890. plr = game.Players.LocalPlayer.Name
  891. pmds = game.Workspace.PlayerModels
  892. PlaceR = game.ReplicatedStorage.Interaction.DestroyStructure
  893. for i, v in pairs(pmds:GetChildren()) do
  894. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] and v:FindFirstChild("ItemName") and v:FindFirstChild("Type") and (v.PrimaryPart ~= nil or v:FindFirstChild("MainCFrame")) then
  895. PlaceR:FireServer(v)
  896. end
  897. end
  898. end)
  899.  
  900. TPWood_2.Name = "TP Wood"
  901. TPWood_2.Parent = Plotui
  902. TPWood_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  903. TPWood_2.Position = UDim2.new(-0.00300000003, 0, 0.214000002, 0)
  904. TPWood_2.Size = UDim2.new(0, 99, 0, 25)
  905. TPWood_2.Font = Enum.Font.GothamBlack
  906. TPWood_2.Text = "Max Land"
  907. TPWood_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  908. TPWood_2.TextSize = 14
  909. TPWood_2.MouseButton1Down:connect(function()
  910. MaxLand.MouseButton1Down:connect(function()
  911.  
  912. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  913. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  914. base = v
  915. square = v.OriginSquare
  916. end
  917. end
  918. function makebase(pos)
  919. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  920. Event:FireServer(base, pos)
  921. end
  922. spos = square.Position
  923. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  924. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  925. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  926. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  927. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  928. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  929. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  930. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  931. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  932. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  933. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  934. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  935. --Corners--
  936. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  937. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  938. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  939. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  940. --Corners--
  941. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  942. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  943. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  944. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  945. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  946. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  947. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  948. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  949.  
  950. end)
  951. end)
  952.  
  953. TPPlanks_2.Name = "TP Planks"
  954. TPPlanks_2.Parent = Plotui
  955. TPPlanks_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  956. TPPlanks_2.Position = UDim2.new(-0.00300000003, 0, 0.363000005, 0)
  957. TPPlanks_2.Size = UDim2.new(0, 99, 0, 25)
  958. TPPlanks_2.Font = Enum.Font.GothamBlack
  959. TPPlanks_2.Text = "Free Plot"
  960. TPPlanks_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  961. TPPlanks_2.TextSize = 14
  962. TPPlanks_2.MouseButton1Down:connect(function()
  963.  
  964. for a,b in pairs(workspace.Properties:GetChildren()) do
  965. if b:FindFirstChild("Owner") and b:FindFirstChild("OriginSquare") and b.Owner.Value == nil then
  966. game.ReplicatedStorage.PropertyPurchasing.ClientPurchasedProperty:FireServer(b, b.OriginSquare.OriginCFrame.Value.p + Vector3.new(0,3,0))
  967. game.Players.LocalPlayer.Character:MoveTo(b.OriginSquare.Position)
  968. break
  969. end
  970. end
  971. end)
  972.  
  973. Plot_2.Name = "Plot"
  974. Plot_2.Parent = Plot
  975. Plot_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  976. Plot_2.Position = UDim2.new(-0.00100003183, 0, -0.000999897718, 0)
  977. Plot_2.Size = UDim2.new(0, 99, 0, 25)
  978. Plot_2.Font = Enum.Font.GothamBlack
  979. Plot_2.Text = "Plot"
  980. Plot_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  981. Plot_2.TextSize = 14
  982.  
  983. ShowPlot.Name = "Show Plot"
  984. ShowPlot.Parent = Plot
  985. ShowPlot.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  986. ShowPlot.Position = UDim2.new(0.787878811, 0, 0, 0)
  987. ShowPlot.Size = UDim2.new(0, 21, 0, 17)
  988. ShowPlot.Font = Enum.Font.GothamBlack
  989. ShowPlot.Text = "+"
  990. ShowPlot.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  991. ShowPlot.TextSize = 14
  992. ShowPlot.MouseButton1Down:connect(function()
  993. if(Plot.Visible == true)then
  994. Plot.Visible = false
  995. ShowPlot.Text = "+"
  996. else
  997. Plot.Visible = true
  998. ShowPlot.Text = "-"
  999. end
  1000. end)
  1001.  
  1002. HideFrame.Name = "HideFrame"
  1003. HideFrame.Parent = NewerProjectzERO
  1004. HideFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1005. HideFrame.Position = UDim2.new(0.0417287648, 0, 0.364541829, 0)
  1006. HideFrame.Size = UDim2.new(0, 89, 0, 30)
  1007. HideFrame.Visible = false
  1008.  
  1009. Hideall.Name = "Hide all"
  1010. Hideall.Parent = HideFrame
  1011. Hideall.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1012. Hideall.Size = UDim2.new(0, 89, 0, 30)
  1013. Hideall.Font = Enum.Font.GothamBlack
  1014. Hideall.Text = "Hide All"
  1015. Hideall.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  1016. Hideall.TextSize = 14
  1017. Hideall.MouseButton1Down:connect(function()
  1018.  
  1019.  
  1020. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement