Advertisement
spidey_v6

Untitled

Dec 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.20 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.362, 0,0.426, 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.  
  475. Wood.Name = "Wood"
  476. Wood.Parent = NewerProjectzERO
  477. Wood.BackgroundColor3 = Color3.new(1, 1, 1)
  478. Wood.Position = UDim2.new(0.523709714, 0, 0.0281952024, 0)
  479. Wood.Size = UDim2.new(0, 99, 0, 26)
  480. Wood.Visible = false
  481.  
  482. Woodui.Name = "Wood ui"
  483. Woodui.Parent = Wood
  484. Woodui.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  485. Woodui.Position = UDim2.new(-0.000500000024, 0, 1.02915394, 0)
  486. Woodui.Size = UDim2.new(0, 99, 0, 168)
  487. Woodui.Visible = false
  488.  
  489. GodAxe.Name = "God Axe"
  490. GodAxe.Parent = Woodui
  491. GodAxe.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  492. GodAxe.Position = UDim2.new(-0.00810100976, 0, 0.0649999976, 0)
  493. GodAxe.Size = UDim2.new(0, 99, 0, 25)
  494. GodAxe.Font = Enum.Font.GothamBlack
  495. GodAxe.Text = "God Axe"
  496. GodAxe.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  497. GodAxe.TextSize = 14
  498. GodAxe.MouseButton1Down:connect(function()
  499. GAxe = false
  500. function GetAxe() --Gets your current axe thats equiped when called
  501. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  502. return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  503. else
  504. return false --returns false when not equiped
  505. end
  506. end
  507.  
  508. function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  509. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  510. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  511. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  512. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  513. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  514. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  515. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  516. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  517. elseif Axe.ToolTip == "Fire Axe" then
  518. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  519. elseif Axe.ToolTip == "End Times Axe" then
  520. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  521. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  522. elseif Axe.ToolTip == "Johiro" then return 1.8
  523. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  524. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  525. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  526. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  527. elseif Axe.ToolTip == "Gingerbread Axe" then
  528. if TreeClass == "Walnut" then return 8.5
  529. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  530. elseif Axe.ToolTip == "Bird Axe" then
  531. if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end
  532. end
  533. end
  534.  
  535.  
  536. function GCut(TreePart) --Cuts the tree when called with the tree you want to cut
  537. if GetAxe() ~= false then --checks if you have a axe equiped
  538. Damage = GetDamage(GetAxe(), TreePart.Parent.TreeClass.Value) --gets the Damage
  539. Height = TreePart.CFrame:pointToObjectSpace(mouse.Hit.p).Y + TreePart.Size.Y/2 --Gets the Height
  540. local CutArguments = {
  541. sectionId = TreePart.ID.Value,
  542. faceVector = Vector3.new(0,0,-1),
  543. height = Height,
  544. hitPoints = Damage,
  545. cooldown = 0,
  546. cuttingClass = "Axe",
  547. tool = GetAxe()
  548. }
  549. for i=1, 50 do
  550. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(TreePart.Parent.CutEvent, CutArguments)
  551. end
  552. end
  553. end
  554.  
  555. function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  556. if GetAxe() ~= false then --checks if you have a axe equiped
  557. Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  558. local CutArguments = {
  559. sectionId = 1,
  560. faceVector = Vector3.new(0,0,-1),
  561. height = 0.5,
  562. hitPoints = Damage,
  563. cooldown = 0,
  564. cuttingClass = "Axe",
  565. tool = GetAxe()
  566. }
  567. for i=1, 50 do
  568. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  569. end
  570. end
  571. end
  572.  
  573. TreeList = {} --Creates a table of the trees
  574. for a,b in pairs(workspace:GetChildren()) do
  575. if b.name == "TreeRegion" then
  576. b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  577. table.insert(TreeList, NewTree)
  578. end)
  579. for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  580. if d.Name == "Model" then
  581. table.insert(TreeList, d)
  582. end
  583. end
  584. end
  585. end
  586.  
  587. spawn(function() --used spawn so it wont interrupt any of the other things
  588. CutEnabled = false
  589. while wait(.5) do --Main loop to do the stuff
  590. if CutEnabled == true then
  591. if GetAxe() ~= false then --Checks if you have a axe equiped
  592. for a,b in pairs(TreeList) do
  593. if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  594. distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  595. if distance < 225 then --if distance lower than 225 then it will cut the tree
  596. CutTree(b) --Calls the function with the tree to cut
  597. end
  598. else
  599. table.remove(TreeList, a)--if tree already cut then it gets removed from the list
  600. end
  601. end
  602. end
  603. end
  604. end
  605.  
  606. end)
  607.  
  608. TPWood.Name = "TP Wood"
  609. TPWood.Parent = Woodui
  610. TPWood.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  611. TPWood.Position = UDim2.new(-0.00810100976, 0, 0.21380952, 0)
  612. TPWood.Size = UDim2.new(0, 99, 0, 25)
  613. TPWood.Font = Enum.Font.GothamBlack
  614. TPWood.Text = "TP Wood"
  615. TPWood.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  616. TPWood.TextSize = 14
  617. TPWood.MouseButton1Click:Connect(function()
  618. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  619. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  620. if Log.Owner.Value == game.Players.LocalPlayer then
  621. Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  622. for i=1,20 do
  623. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  624. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  625. end
  626. end
  627. end
  628. end
  629. end)
  630.  
  631. TPPlanks.Name = "TP Planks"
  632. TPPlanks.Parent = Woodui
  633. TPPlanks.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  634. TPPlanks.Position = UDim2.new(-0.00810100976, 0, 0.362619042, 0)
  635. TPPlanks.Size = UDim2.new(0, 99, 0, 25)
  636. TPPlanks.Font = Enum.Font.GothamBlack
  637. TPPlanks.Text = "TP Planks"
  638. TPPlanks.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  639. TPPlanks.TextSize = 14
  640. TPPlanks.MouseButton1Click:Connect(function()
  641. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  642. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  643. if Plank.Owner.Value == game.Players.LocalPlayer then
  644. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  645. sendNotice:Fire("Click where you want ALL the Planks to TP to")
  646. local ButtonPress
  647. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  648. Square = game.Players.LocalPlayer:GetMouse().Target
  649. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  650. ButtonPress:Disconnect()
  651. Plank:MoveTo(Square.Position)
  652. for i=1,100 do
  653. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  654. end
  655. end
  656. end)
  657. end
  658. end
  659. end
  660. end)
  661.  
  662.  
  663. PaintTool.Name = "Paint Tool"
  664. PaintTool.Parent = Woodui
  665. PaintTool.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  666. PaintTool.Position = UDim2.new(-0.00810100976, 0, 0.499523848, 0)
  667. PaintTool.Size = UDim2.new(0, 99, 0, 25)
  668. PaintTool.Font = Enum.Font.GothamBlack
  669. PaintTool.Text = "Paint Tool"
  670. PaintTool.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  671. PaintTool.TextSize = 14
  672. PaintTool.MouseButton1Down:connect(function()
  673. PaintTool.MouseButton1Down:connect(function()
  674. -- Instances:
  675. local ColorPicker = Instance.new("ScreenGui")
  676. local ChangeColor = Instance.new("Frame")
  677. local CurrentColor = Instance.new("ImageButton")
  678. local Picker = Instance.new("ScrollingFrame")
  679. local Birch = Instance.new("ImageButton")
  680. local DropShadow = Instance.new("Frame")
  681. local Grey = Instance.new("ImageButton")
  682. local DropShadow_2 = Instance.new("Frame")
  683. local Walnut = Instance.new("ImageButton")
  684. local DropShadow_3 = Instance.new("Frame")
  685. local Generic = Instance.new("ImageButton")
  686. local DropShadow_4 = Instance.new("Frame")
  687. local Oak = Instance.new("ImageButton")
  688. local DropShadow_5 = Instance.new("Frame")
  689. local Pine = Instance.new("ImageButton")
  690. local DropShadow_6 = Instance.new("Frame")
  691. local Palm = Instance.new("ImageButton")
  692. local DropShadow_7 = Instance.new("Frame")
  693. local Cherry = Instance.new("ImageButton")
  694. local DropShadow_8 = Instance.new("Frame")
  695. local Koa = Instance.new("ImageButton")
  696. local DropShadow_9 = Instance.new("Frame")
  697. local Volcano = Instance.new("ImageButton")
  698. local DropShadow_10 = Instance.new("Frame")
  699. local GreenSwampy = Instance.new("ImageButton")
  700. local DropShadow_11 = Instance.new("Frame")
  701. local GoldSwampy = Instance.new("ImageButton")
  702. local DropShadow_12 = Instance.new("Frame")
  703. local GenericSpecial = Instance.new("ImageButton")
  704. local DropShadow_13 = Instance.new("Frame")
  705. local SnowGlow = Instance.new("ImageButton")
  706. local DropShadow_14 = Instance.new("Frame")
  707. local Frost = Instance.new("ImageButton")
  708. local DropShadow_15 = Instance.new("Frame")
  709. local CaveCrawler = Instance.new("ImageButton")
  710. local DropShadow_16 = Instance.new("Frame")
  711. local LoneCave = Instance.new("ImageButton")
  712. local DropShadow_17 = Instance.new("Frame")
  713. local Spooky = Instance.new("ImageButton")
  714. local DropShadow_18 = Instance.new("Frame")
  715. local SpookyNeon = Instance.new("ImageButton")
  716. local DropShadow_19 = Instance.new("Frame")
  717. --Properties:
  718. ColorPicker.Name = "ColorPicker"
  719. ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  720.  
  721. ChangeColor.Name = "ChangeColor"
  722. ChangeColor.Parent = ColorPicker
  723. ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  724. ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  725. ChangeColor.BorderSizePixel = 2
  726. ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  727. ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  728. ChangeColor.ZIndex = 2
  729. ColorPicker.Enabled = false
  730.  
  731. CurrentColor.Name = "CurrentColor"
  732. CurrentColor.Parent = ChangeColor
  733. CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  734. CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  735. CurrentColor.BorderSizePixel = 2
  736. CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  737. CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  738. CurrentColor.ZIndex = 2
  739. CurrentColor.Image = "rbxassetid://2712547918"
  740. CurrentColor.ScaleType = Enum.ScaleType.Crop
  741.  
  742. end)
  743.  
  744. Wood_2.Name = "Wood"
  745. Wood_2.Parent = Wood
  746. Wood_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  747. Wood_2.Position = UDim2.new(-0.00100003183, 0, 0.0374616385, 0)
  748. Wood_2.Size = UDim2.new(0, 99, 0, 25)
  749. Wood_2.Font = Enum.Font.GothamBlack
  750. Wood_2.Text = "Wood"
  751. Wood_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  752. Wood_2.TextSize = 14
  753.  
  754. Showwood.Name = "Show wood"
  755. Showwood.Parent = Wood
  756. Showwood.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  757. Showwood.Position = UDim2.new(0.787878811, 0, 0, 0)
  758. Showwood.Size = UDim2.new(0, 21, 0, 17)
  759. Showwood.Font = Enum.Font.GothamBlack
  760. Showwood.Text = "+"
  761. Showwood.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  762. Showwood.TextSize = 14
  763. Showwood.MouseButton1Down:connect(function()
  764. if(Wood.Visible == true)then
  765. Wood.Visible = false
  766. else
  767. Wood.Visible = true
  768. end
  769. end)
  770.  
  771. Stealing.Name = "Stealing"
  772. Stealing.Parent = NewerProjectzERO
  773. Stealing.BackgroundColor3 = Color3.new(1, 1, 1)
  774. Stealing.Position = UDim2.new(0.364040256, 0, 0.0280079674, 0)
  775. Stealing.Size = UDim2.new(0, 99, 0, 26)
  776. Stealing.Visible = false
  777.  
  778. Stealingui.Name = "Stealing ui"
  779. Stealingui.Parent = Stealing
  780. Stealingui.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  781. Stealingui.Position = UDim2.new(-0.0034773855, 0, 0.991418958, 0)
  782. Stealingui.Size = UDim2.new(0, 99, 0, 168)
  783. Stealingui.Visible = false
  784.  
  785. StealGifts.Name = "Steal Gifts"
  786. StealGifts.Parent = Stealingui
  787. StealGifts.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  788. StealGifts.Position = UDim2.new(0.00200000009, 0, 0.0649999976, 0)
  789. StealGifts.Size = UDim2.new(0, 99, 0, 25)
  790. StealGifts.Font = Enum.Font.GothamBlack
  791. StealGifts.Text = "Steal Gifts"
  792. StealGifts.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  793. StealGifts.TextSize = 14
  794. StealGifts.MouseButton1Down:connect(function()
  795. loadstring(game:HttpGet('https://pastebin.com/raw/QSADN8bJ',true))()
  796. end)
  797.  
  798. StealWood.Name = "Steal Wood"
  799. StealWood.Parent = Stealingui
  800. StealWood.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  801. StealWood.Position = UDim2.new(0.00200000033, 0, 0.21380952, 0)
  802. StealWood.Size = UDim2.new(0, 99, 0, 25)
  803. StealWood.Font = Enum.Font.GothamBlack
  804. StealWood.Text = "Steal Wood"
  805. StealWood.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  806. StealWood.TextSize = 14
  807. StealWood.MouseButton1Down:connect(function()
  808. loadstring(game:HttpGet('https://pastebin.com/raw/uKAXDx1d',true))()
  809. end)
  810.  
  811. StealCars.Name = "Steal Cars"
  812. StealCars.Parent = Stealingui
  813. StealCars.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  814. StealCars.Position = UDim2.new(0.00200000033, 0, 0.362619042, 0)
  815. StealCars.Size = UDim2.new(0, 99, 0, 25)
  816. StealCars.Font = Enum.Font.GothamBlack
  817. StealCars.Text = "Steal Cars"
  818. StealCars.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  819. StealCars.TextSize = 14
  820. StealCars.MouseButton1Down:connect(function()
  821. loadstring(game:HttpGet('https://pastebin.com/raw/D0z4jG6d',true))()
  822. end)
  823.  
  824. StealAllItems.Name = "Steal All Items"
  825. StealAllItems.Parent = Stealingui
  826. StealAllItems.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  827. StealAllItems.Position = UDim2.new(0.00200000033, 0, 0.505476236, 0)
  828. StealAllItems.Size = UDim2.new(0, 99, 0, 25)
  829. StealAllItems.Font = Enum.Font.GothamBlack
  830. StealAllItems.Text = "Steal All Items"
  831. StealAllItems.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  832. StealAllItems.TextSize = 14
  833. StealAllItems.MouseButton1Down:connect(function()
  834. loadstring(game:HttpGet('https://pastebin.com/raw/qbZbq6Bi',true))()
  835. end)
  836.  
  837. Stealing_2.Name = "Stealing"
  838. Stealing_2.Parent = Stealing
  839. Stealing_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  840. Stealing_2.Position = UDim2.new(-0.00100000005, 0, -0.00100000005, 0)
  841. Stealing_2.Size = UDim2.new(0, 99, 0, 25)
  842. Stealing_2.Font = Enum.Font.GothamBlack
  843. Stealing_2.Text = "Stealing"
  844. Stealing_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  845. Stealing_2.TextSize = 14
  846.  
  847. ShowStealing.Name = "Show Stealing"
  848. ShowStealing.Parent = Stealing
  849. ShowStealing.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  850. ShowStealing.Position = UDim2.new(0.787878811, 0, 0, 0)
  851. ShowStealing.Size = UDim2.new(0, 21, 0, 17)
  852. ShowStealing.Font = Enum.Font.GothamBlack
  853. ShowStealing.Text = "+"
  854. ShowStealing.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  855. ShowStealing.TextSize = 14
  856. ShowStealing.MouseButton1Down:connect(function()
  857. if(Stealing.Visible == true)then
  858. Stealing.Visible = false
  859. else
  860. Stealing.Visible = true
  861. end
  862. end)
  863.  
  864. Plot.Name = "Plot"
  865. Plot.Parent = NewerProjectzERO
  866. Plot.BackgroundColor3 = Color3.new(1, 1, 1)
  867. Plot.Position = UDim2.new(0.682420254, 0, 0.0280000009, 0)
  868. Plot.Size = UDim2.new(0, 99, 0, 26)
  869. Plot.Visible = false
  870.  
  871. Plotui.Name = "Plot ui"
  872. Plotui.Parent = Plot
  873. Plotui.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  874. Plotui.Position = UDim2.new(-0.000499995425, 0, 1.02915359, 0)
  875. Plotui.Size = UDim2.new(0, 99, 0, 169)
  876. Plotui.Visible = false
  877.  
  878. GodAxe_2.Name = "God Axe"
  879. GodAxe_2.Parent = Plotui
  880. GodAxe_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  881. GodAxe_2.Position = UDim2.new(-0.00300000003, 0, 0.0649999976, 0)
  882. GodAxe_2.Size = UDim2.new(0, 99, 0, 25)
  883. GodAxe_2.Font = Enum.Font.GothamBlack
  884. GodAxe_2.Text = "Wipe My Base"
  885. GodAxe_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  886. GodAxe_2.TextSize = 14
  887. GodAxe_2.MouseButton1Down:Connect(function()
  888. plr = game.Players.LocalPlayer.Name
  889. pmds = game.Workspace.PlayerModels
  890. PlaceR = game.ReplicatedStorage.Interaction.DestroyStructure
  891. for i, v in pairs(pmds:GetChildren()) do
  892. 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
  893. PlaceR:FireServer(v)
  894. end
  895. end
  896. end)
  897.  
  898. TPWood_2.Name = "TP Wood"
  899. TPWood_2.Parent = Plotui
  900. TPWood_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  901. TPWood_2.Position = UDim2.new(-0.00300000003, 0, 0.214000002, 0)
  902. TPWood_2.Size = UDim2.new(0, 99, 0, 25)
  903. TPWood_2.Font = Enum.Font.GothamBlack
  904. TPWood_2.Text = "Max Land"
  905. TPWood_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  906. TPWood_2.TextSize = 14
  907. TPWood_2.MouseButton1Down:connect(function()
  908. MaxLand.MouseButton1Down:connect(function()
  909.  
  910. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  911. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  912. base = v
  913. square = v.OriginSquare
  914. end
  915. end
  916. function makebase(pos)
  917. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  918. Event:FireServer(base, pos)
  919. end
  920. spos = square.Position
  921. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  922. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  923. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  924. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  925. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  926. makebase(CFrame.new(spos.X + 40, 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 + 80, spos.Y, spos.Z))
  930. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  931. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  932. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  933. --Corners--
  934. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  935. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  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. --Corners--
  939. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  940. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  941. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  942. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  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 + 40, spos.Y, spos.Z - 80))
  946. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  947.  
  948. end)
  949. end)
  950.  
  951. TPPlanks_2.Name = "TP Planks"
  952. TPPlanks_2.Parent = Plotui
  953. TPPlanks_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  954. TPPlanks_2.Position = UDim2.new(-0.00300000003, 0, 0.363000005, 0)
  955. TPPlanks_2.Size = UDim2.new(0, 99, 0, 25)
  956. TPPlanks_2.Font = Enum.Font.GothamBlack
  957. TPPlanks_2.Text = "Free Plot"
  958. TPPlanks_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  959. TPPlanks_2.TextSize = 14
  960. TPPlanks_2.MouseButton1Down:connect(function()
  961.  
  962. for a,b in pairs(workspace.Properties:GetChildren()) do
  963. if b:FindFirstChild("Owner") and b:FindFirstChild("OriginSquare") and b.Owner.Value == nil then
  964. game.ReplicatedStorage.PropertyPurchasing.ClientPurchasedProperty:FireServer(b, b.OriginSquare.OriginCFrame.Value.p + Vector3.new(0,3,0))
  965. game.Players.LocalPlayer.Character:MoveTo(b.OriginSquare.Position)
  966. break
  967. end
  968. end
  969. end)
  970.  
  971. Plot_2.Name = "Plot"
  972. Plot_2.Parent = Plot
  973. Plot_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  974. Plot_2.Position = UDim2.new(-0.00100003183, 0, -0.000999897718, 0)
  975. Plot_2.Size = UDim2.new(0, 99, 0, 25)
  976. Plot_2.Font = Enum.Font.GothamBlack
  977. Plot_2.Text = "Plot"
  978. Plot_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  979. Plot_2.TextSize = 14
  980.  
  981. ShowPlot.Name = "Show Plot"
  982. ShowPlot.Parent = Plot
  983. ShowPlot.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  984. ShowPlot.Position = UDim2.new(0.787878811, 0, 0, 0)
  985. ShowPlot.Size = UDim2.new(0, 21, 0, 17)
  986. ShowPlot.Font = Enum.Font.GothamBlack
  987. ShowPlot.Text = "+"
  988. ShowPlot.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  989. ShowPlot.TextSize = 14
  990. ShowPlot.MouseButton1Down:connect(function()
  991. if(Plot.Visible == true)then
  992. Plot.Visible = false
  993. ShowPlot.Text = "+"
  994. else
  995. Plot.Visible = true
  996. ShowPlot.Text = "-"
  997. end
  998. end)
  999.  
  1000. HideFrame.Name = "HideFrame"
  1001. HideFrame.Parent = NewerProjectzERO
  1002. HideFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1003. HideFrame.Position = UDim2.new(0.0417287648, 0, 0.364541829, 0)
  1004. HideFrame.Size = UDim2.new(0, 89, 0, 30)
  1005. HideFrame.Visible = false
  1006.  
  1007. Hideall.Name = "Hide all"
  1008. Hideall.Parent = HideFrame
  1009. Hideall.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1010. Hideall.Size = UDim2.new(0, 89, 0, 30)
  1011. Hideall.Font = Enum.Font.GothamBlack
  1012. Hideall.Text = "Hide All"
  1013. Hideall.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  1014. Hideall.TextSize = 14
  1015. Hideall.MouseButton1Down:connect(function()
  1016.  
  1017.  
  1018. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement