Advertisement
Carloprime8

Untitled

Feb 22nd, 2020
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.89 KB | None | 0 0
  1. --[[
  2.  
  3. -- Gui By CarloPrime9
  4. --]]
  5.  
  6.  
  7.  
  8. -- Instances:
  9.  
  10. local MainGui = Instance.new("ScreenGui")
  11. local MainFrame = Instance.new("Frame")
  12. local Bar1 = Instance.new("Frame")
  13. local Title = Instance.new("TextLabel")
  14. local TpFrame = Instance.new("Frame")
  15. local WoodRUs = Instance.new("TextButton")
  16. local SpawnPoint = Instance.new("TextButton")
  17. local LandStore = Instance.new("TextButton")
  18. local LinksLogic = Instance.new("TextButton")
  19. local Swamp = Instance.new("TextButton")
  20. local Cave = Instance.new("TextButton")
  21. local Volcano = Instance.new("TextButton")
  22. local FancyFurnishings = Instance.new("TextButton")
  23. local PalmIsland = Instance.new("TextButton")
  24. local BoxedCars = Instance.new("TextButton")
  25. local ShrineOfSight = Instance.new("TextButton")
  26. local BobsShack = Instance.new("TextButton")
  27. local SkiLodge = Instance.new("TextButton")
  28. local EndTimes = Instance.new("TextButton")
  29. local Dock = Instance.new("TextButton")
  30. local Bridge = Instance.new("TextButton")
  31. local BoxedCars_2 = Instance.new("TextButton")
  32. local Exit = Instance.new("TextButton")
  33. local Minimize = Instance.new("TextButton")
  34. local DupeButton = Instance.new("TextButton")
  35. local PlotFrame = Instance.new("Frame")
  36. local MaxLand = Instance.new("TextButton")
  37. local PlotTitle = Instance.new("TextLabel")
  38. local Paint = Instance.new("TextButton")
  39. local Blueprint = Instance.new("TextButton")
  40. local FunctionButton = Instance.new("TextButton")
  41. local FunctionFrame = Instance.new("Frame")
  42. local JumpButton = Instance.new("TextButton")
  43. local SpeedButton = Instance.new("TextButton")
  44. local FunctionTitle = Instance.new("TextLabel")
  45. local SpeedBox = Instance.new("TextBox")
  46. local JumpBox = Instance.new("TextBox")
  47. local SpeedTitle = Instance.new("TextLabel")
  48. local JumpTitle = Instance.new("TextLabel")
  49. local Fly = Instance.new("TextButton")
  50. local Day = Instance.new("TextButton")
  51. local Leaked = Instance.new("TextButton")
  52. local NoClip = Instance.new("TextButton")
  53. local PlotButton = Instance.new("TextButton")
  54. local DuperFrame = Instance.new("Frame")
  55. local CountAxe = Instance.new("TextButton")
  56. local SaveSlot = Instance.new("TextButton")
  57. local SlotNumber = Instance.new("TextBox")
  58. local Store = Instance.new("TextButton")
  59. local DuperTitle = Instance.new("TextLabel")
  60. local LoadSlot = Instance.new("TextButton")
  61. local DupeMoney = Instance.new("TextButton")
  62. local RestoreAxe = Instance.new("TextButton")
  63. local DropAxe = Instance.new("TextButton")
  64. local WoodButton = Instance.new("TextButton")
  65. local WoodMenu = Instance.new("Frame")
  66. local TpTrees = Instance.new("TextButton")
  67. local WoodTitle = Instance.new("TextLabel")
  68. local GoldAxe = Instance.new("TextButton")
  69. local HardDragger = Instance.new("TextButton")
  70. local Sell = Instance.new("TextButton")
  71. local TreeAura = Instance.new("TextButton")
  72. local RevisAdmin = Instance.new("TextButton")
  73. local InfoFrame = Instance.new("Frame")
  74. local InfoTitle = Instance.new("TextLabel")
  75. local Text = Instance.new("TextLabel")
  76. local Text2 = Instance.new("TextLabel")
  77. local Text3 = Instance.new("TextLabel")
  78. local List = Instance.new("TextLabel")
  79. local WayPointsButton = Instance.new("TextButton")
  80. local OpenFrame = Instance.new("Frame")
  81. local OpenButton = Instance.new("TextButton")
  82.  
  83. --[[
  84. Properties:
  85. --]]
  86.  
  87. MainGui.Name = "MainGui"
  88. MainGui.Parent = game.CoreGui
  89. MainGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  90.  
  91. MainFrame.Name = "MainFrame"
  92. MainFrame.Parent = MainGui
  93. MainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  94. MainFrame.BorderColor3 = Color3.new(0, 1, 0)
  95. MainFrame.BorderSizePixel = 2
  96. MainFrame.Position = UDim2.new(0.0274509806, 0, 0.0857699811, 0)
  97. MainFrame.Size = UDim2.new(0, 510, 0, 454)
  98. MainFrame.Active = true
  99. MainFrame.Draggable = true
  100.  
  101. Bar1.Name = "Bar1"
  102. Bar1.Parent = MainFrame
  103. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  104. Bar1.BorderSizePixel = 0
  105. Bar1.Size = UDim2.new(0, 510, 0, 36)
  106.  
  107. Title.Name = "Title"
  108. Title.Parent = MainFrame
  109. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Title.BackgroundTransparency = 1
  111. Title.Position = UDim2.new(0.315686285, 0, 0, 0)
  112. Title.Size = UDim2.new(0, 200, 0, 36)
  113. Title.Font = Enum.Font.GothamBold
  114. Title.Text = "Genius X"
  115. Title.TextColor3 = Color3.new(1, 1, 1)
  116. Title.TextSize = 20
  117.  
  118. TpFrame.Name = "TpFrame"
  119. TpFrame.Parent = MainFrame
  120. TpFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  121. TpFrame.BorderColor3 = Color3.new(0, 1, 0)
  122. TpFrame.BorderSizePixel = 2
  123. TpFrame.Position = UDim2.new(0.34117648, 0, 0.0979674757, 0)
  124. TpFrame.Size = UDim2.new(0, 318, 0, 401)
  125. TpFrame.Visible = false
  126.  
  127. WoodRUs.Name = "WoodRUs"
  128. WoodRUs.Parent = TpFrame
  129. WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
  130. WoodRUs.BorderColor3 = Color3.new(0, 1, 0)
  131. WoodRUs.BorderSizePixel = 2
  132. WoodRUs.Position = UDim2.new(0.0466888659, 0, 0.029778257, 0)
  133. WoodRUs.Size = UDim2.new(0, 128, 0, 28)
  134. WoodRUs.Font = Enum.Font.GothamBold
  135. WoodRUs.Text = "WoodRUs "
  136. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  137. WoodRUs.TextSize = 14
  138. WoodRUs.MouseButton1Down:connect(function()
  139. function Tlprt(Cframe)
  140. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  141. wait(0.1)
  142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  143. end
  144. Tlprt(CFrame.new(265, 5, 57))
  145. end)
  146.  
  147. SpawnPoint.Name = "SpawnPoint "
  148. SpawnPoint.Parent = TpFrame
  149. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  150. SpawnPoint.BorderColor3 = Color3.new(0, 1, 0)
  151. SpawnPoint.BorderSizePixel = 2
  152. SpawnPoint.Position = UDim2.new(0.53725493, 0, 0.029778257, 0)
  153. SpawnPoint.Size = UDim2.new(0, 128, 0, 28)
  154. SpawnPoint.Font = Enum.Font.GothamBold
  155. SpawnPoint.Text = "SpawnPoint "
  156. SpawnPoint.TextColor3 = Color3.new(1, 1, 1)
  157. SpawnPoint.TextSize = 14
  158. SpawnPoint.MouseButton1Down:connect(function()
  159. function Tlprt(Cframe)
  160. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  161. wait(0.1)
  162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  163. end
  164. Tlprt(CFrame.new(155, 5, 74))
  165. end)
  166.  
  167.  
  168. LandStore.Name = "LandStore "
  169. LandStore.Parent = TpFrame
  170. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  171. LandStore.BorderColor3 = Color3.new(0, 1, 0)
  172. LandStore.BorderSizePixel = 2
  173. LandStore.Position = UDim2.new(0.0466888845, 0, 0.134332627, 0)
  174. LandStore.Size = UDim2.new(0, 128, 0, 28)
  175. LandStore.Font = Enum.Font.GothamBold
  176. LandStore.Text = "LandStore "
  177. LandStore.TextColor3 = Color3.new(1, 1, 1)
  178. LandStore.TextSize = 14
  179. LandStore.MouseButton1Down:connect(function()
  180. function Tlprt(Cframe)
  181. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  182. wait(0.1)
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  184. end
  185. Tlprt(CFrame.new(258, 5, -99))
  186. end)
  187.  
  188.  
  189. LinksLogic.Name = "LinksLogic "
  190. LinksLogic.Parent = TpFrame
  191. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  192. LinksLogic.BorderColor3 = Color3.new(0, 1, 0)
  193. LinksLogic.BorderSizePixel = 2
  194. LinksLogic.Position = UDim2.new(0.53725493, 0, 0.134332627, 0)
  195. LinksLogic.Size = UDim2.new(0, 128, 0, 28)
  196. LinksLogic.Font = Enum.Font.GothamBold
  197. LinksLogic.Text = "LinksLogic "
  198. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  199. LinksLogic.TextSize = 14
  200. LinksLogic.MouseButton1Down:connect(function()
  201. function Tlprt(Cframe)
  202. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  203. wait(0.1)
  204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  205. end
  206. Tlprt(CFrame.new(4607, 9, -798))
  207. end)
  208.  
  209. Swamp.Name = "Swamp"
  210. Swamp.Parent = TpFrame
  211. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  212. Swamp.BorderColor3 = Color3.new(0, 1, 0)
  213. Swamp.BorderSizePixel = 2
  214. Swamp.Position = UDim2.new(0.0466888845, 0, 0.344857872, 0)
  215. Swamp.Size = UDim2.new(0, 128, 0, 28)
  216. Swamp.Font = Enum.Font.GothamBold
  217. Swamp.Text = "Swamp"
  218. Swamp.TextColor3 = Color3.new(1, 1, 1)
  219. Swamp.TextSize = 14
  220. Swamp.MouseButton1Down:connect(function()
  221. function Tlprt(Cframe)
  222. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  223. wait(0.1)
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  225. end
  226. Tlprt(CFrame.new(-1209, 138, -801))
  227. end)
  228.  
  229. Cave.Name = "Cave"
  230. Cave.Parent = TpFrame
  231. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  232. Cave.BorderColor3 = Color3.new(0, 1, 0)
  233. Cave.BorderSizePixel = 2
  234. Cave.Position = UDim2.new(0.0466888845, 0, 0.236370698, 0)
  235. Cave.Size = UDim2.new(0, 128, 0, 28)
  236. Cave.Font = Enum.Font.GothamBold
  237. Cave.Text = "Cave "
  238. Cave.TextColor3 = Color3.new(1, 1, 1)
  239. Cave.TextSize = 14
  240. Cave.MouseButton1Down:connect(function()
  241. function Tlprt(Cframe)
  242. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  243. wait(0.1)
  244. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  245. end
  246. Tlprt(CFrame.new(3581, -177, 430))
  247. end)
  248.  
  249. Volcano.Name = "Volcano"
  250. Volcano.Parent = TpFrame
  251. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  252. Volcano.BorderColor3 = Color3.new(0, 1, 0)
  253. Volcano.BorderSizePixel = 2
  254. Volcano.Position = UDim2.new(0.53725493, 0, 0.236370698, 0)
  255. Volcano.Size = UDim2.new(0, 128, 0, 28)
  256. Volcano.Font = Enum.Font.GothamBold
  257. Volcano.Text = "Volcano"
  258. Volcano.TextColor3 = Color3.new(1, 1, 1)
  259. Volcano.TextSize = 14
  260. Volcano.MouseButton1Down:connect(function()
  261. function Tlprt(Cframe)
  262. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  263. wait(0.1)
  264. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  265. end
  266. Tlprt(CFrame.new(-1585, 625, 1140))
  267. end)
  268.  
  269. FancyFurnishings.Name = "FancyFurnishings"
  270. FancyFurnishings.Parent = TpFrame
  271. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  272. FancyFurnishings.BorderColor3 = Color3.new(0, 1, 0)
  273. FancyFurnishings.BorderSizePixel = 2
  274. FancyFurnishings.Position = UDim2.new(0.0466888845, 0, 0.462769687, 0)
  275. FancyFurnishings.Size = UDim2.new(0, 128, 0, 28)
  276. FancyFurnishings.Font = Enum.Font.GothamBold
  277. FancyFurnishings.Text = "FancyFurnishings"
  278. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  279. FancyFurnishings.TextSize = 14
  280. FancyFurnishings.MouseButton1Down:connect(function()
  281. function Tlprt(Cframe)
  282. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  283. wait(0.1)
  284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  285. end
  286. Tlprt(CFrame.new(491, 13, -1720))
  287. end)
  288.  
  289.  
  290. PalmIsland.Name = "PalmIsland "
  291. PalmIsland.Parent = TpFrame
  292. PalmIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  293. PalmIsland.BorderColor3 = Color3.new(0, 1, 0)
  294. PalmIsland.BorderSizePixel = 2
  295. PalmIsland.Position = UDim2.new(0.53725493, 0, 0.344857872, 0)
  296. PalmIsland.Size = UDim2.new(0, 128, 0, 28)
  297. PalmIsland.Font = Enum.Font.GothamBold
  298. PalmIsland.Text = "PalmIsland "
  299. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  300. PalmIsland.TextSize = 14
  301. PalmIsland.MouseButton1Down:connect(function()
  302. function Tlprt(Cframe)
  303. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  304. wait(0.1)
  305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  306. end
  307. Tlprt(CFrame.new(2549, 5, -42))
  308. end)
  309.  
  310. BoxedCars.Name = "BoxedCars "
  311. BoxedCars.Parent = TpFrame
  312. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  313. BoxedCars.BorderColor3 = Color3.new(0, 1, 0)
  314. BoxedCars.BorderSizePixel = 2
  315. BoxedCars.Position = UDim2.new(0.53725493, 0, 0.462769687, 0)
  316. BoxedCars.Size = UDim2.new(0, 128, 0, 28)
  317. BoxedCars.Font = Enum.Font.GothamBold
  318. BoxedCars.Text = "BoxedCars "
  319. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  320. BoxedCars.TextSize = 14
  321. BoxedCars.MouseButton1Down:connect(function()
  322. function Tlprt(Cframe)
  323. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  324. wait(0.1)
  325. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  326. end
  327. Tlprt(CFrame.new(509, 5.2, -1463))
  328. end)
  329.  
  330.  
  331. ShrineOfSight.Name = "ShrineOfSight "
  332. ShrineOfSight.Parent = TpFrame
  333. ShrineOfSight.BackgroundColor3 = Color3.new(0, 0, 0)
  334. ShrineOfSight.BorderColor3 = Color3.new(0, 1, 0)
  335. ShrineOfSight.BorderSizePixel = 2
  336. ShrineOfSight.Position = UDim2.new(0.53725493, 0, 0.575256288, 0)
  337. ShrineOfSight.Size = UDim2.new(0, 128, 0, 28)
  338. ShrineOfSight.Font = Enum.Font.GothamBold
  339. ShrineOfSight.Text = "ShrineOfSight "
  340. ShrineOfSight.TextColor3 = Color3.new(1, 1, 1)
  341. ShrineOfSight.TextSize = 14
  342. ShrineOfSight.MouseButton1Down:connect(function()
  343. function Tlprt(Cframe)
  344. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  345. wait(0.1)
  346. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  347. end
  348. Tlprt(CFrame.new(-1600, 205, 919))
  349. end)
  350.  
  351. BobsShack.Name = "BobsShack"
  352. BobsShack.Parent = TpFrame
  353. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  354. BobsShack.BorderColor3 = Color3.new(0, 1, 0)
  355. BobsShack.BorderSizePixel = 2
  356. BobsShack.Position = UDim2.new(0.0466888845, 0, 0.575256288, 0)
  357. BobsShack.Size = UDim2.new(0, 128, 0, 28)
  358. BobsShack.Font = Enum.Font.GothamBold
  359. BobsShack.Text = "BobsShack "
  360. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  361. BobsShack.TextSize = 14
  362. BobsShack.MouseButton1Down:connect(function()
  363. function Tlprt(Cframe)
  364. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  365. wait(0.1)
  366. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  367. end
  368. Tlprt(CFrame.new(260, 10, -2542))
  369. end)
  370.  
  371. SkiLodge.Name = "SkiLodge "
  372. SkiLodge.Parent = TpFrame
  373. SkiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
  374. SkiLodge.BorderColor3 = Color3.new(0, 1, 0)
  375. SkiLodge.BorderSizePixel = 2
  376. SkiLodge.Position = UDim2.new(0.0466888845, 0, 0.689717948, 0)
  377. SkiLodge.Size = UDim2.new(0, 128, 0, 28)
  378. SkiLodge.Font = Enum.Font.GothamBold
  379. SkiLodge.Text = "SkiLodge "
  380. SkiLodge.TextColor3 = Color3.new(1, 1, 1)
  381. SkiLodge.TextSize = 14
  382. SkiLodge.MouseButton1Down:connect(function()
  383. function Tlprt(Cframe)
  384. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  385. wait(0.1)
  386. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  387. end
  388. Tlprt(CFrame.new(1244, 66, 2306))
  389. end)
  390.  
  391. EndTimes.Name = "EndTimes "
  392. EndTimes.Parent = TpFrame
  393. EndTimes.BackgroundColor3 = Color3.new(0, 0, 0)
  394. EndTimes.BorderColor3 = Color3.new(0, 1, 0)
  395. EndTimes.BorderSizePixel = 2
  396. EndTimes.Position = UDim2.new(0.53725493, 0, 0.689717948, 0)
  397. EndTimes.Size = UDim2.new(0, 128, 0, 28)
  398. EndTimes.Font = Enum.Font.GothamBold
  399. EndTimes.Text = "EndTimes "
  400. EndTimes.TextColor3 = Color3.new(1, 1, 1)
  401. EndTimes.TextSize = 14
  402. EndTimes.MouseButton1Down:connect(function()
  403. function Tlprt(Cframe)
  404. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  405. wait(0.1)
  406. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  407. end
  408. Tlprt(CFrame.new(113, -204, -951))
  409. end)
  410.  
  411.  
  412. Dock.Name = "Dock "
  413. Dock.Parent = TpFrame
  414. Dock.BackgroundColor3 = Color3.new(0, 0, 0)
  415. Dock.BorderColor3 = Color3.new(0, 1, 0)
  416. Dock.BorderSizePixel = 2
  417. Dock.Position = UDim2.new(0.0466888845, 0, 0.793717921, 0)
  418. Dock.Size = UDim2.new(0, 128, 0, 28)
  419. Dock.Font = Enum.Font.GothamBold
  420. Dock.Text = "Dock "
  421. Dock.TextColor3 = Color3.new(1, 1, 1)
  422. Dock.TextSize = 14
  423. Dock.MouseButton1Down:connect(function()
  424. function Tlprt(Cframe)
  425. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  426. wait(0.1)
  427. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  428. end
  429. Tlprt(CFrame.new(1114, 3.2, -197))
  430. end)
  431.  
  432. Bridge.Name = "Bridge "
  433. Bridge.Parent = TpFrame
  434. Bridge.BackgroundColor3 = Color3.new(0, 0, 0)
  435. Bridge.BorderColor3 = Color3.new(0, 1, 0)
  436. Bridge.BorderSizePixel = 2
  437. Bridge.Position = UDim2.new(0.53725493, 0, 0.793717921, 0)
  438. Bridge.Size = UDim2.new(0, 128, 0, 28)
  439. Bridge.Font = Enum.Font.GothamBold
  440. Bridge.Text = "Bridge "
  441. Bridge.TextColor3 = Color3.new(1, 1, 1)
  442. Bridge.TextSize = 14
  443. Bridge.MouseButton1Down:connect(function()
  444. function Tlprt(Cframe)
  445. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  446. wait(0.1)
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  448. end
  449. Tlprt(CFrame.new(113, 15, -977))
  450. end)
  451.  
  452. BoxedCars_2.Name = "BoxedCars "
  453. BoxedCars_2.Parent = TpFrame
  454. BoxedCars_2.BackgroundColor3 = Color3.new(0, 0, 0)
  455. BoxedCars_2.BorderColor3 = Color3.new(0, 1, 0)
  456. BoxedCars_2.BorderSizePixel = 2
  457. BoxedCars_2.Position = UDim2.new(0.0466888845, 0, 0.897372127, 0)
  458. BoxedCars_2.Size = UDim2.new(0, 128, 0, 28)
  459. BoxedCars_2.Font = Enum.Font.GothamBold
  460. BoxedCars_2.Text = "StrangeMan"
  461. BoxedCars_2.TextColor3 = Color3.new(1, 1, 1)
  462. BoxedCars_2.TextSize = 14
  463. BoxedCars_2.MouseButton1Down:connect(function()
  464. function Tlprt(Cframe)
  465. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  466. wait(0.1)
  467. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  468. end
  469. Tlprt(CFrame.new(1061, 20, 1131))
  470. end)
  471.  
  472. Exit.Name = "Exit"
  473. Exit.Parent = MainFrame
  474. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Exit.BackgroundTransparency = 1
  476. Exit.Position = UDim2.new(0.892156839, 0, 0, 0)
  477. Exit.Size = UDim2.new(0, 55, 0, 36)
  478. Exit.Font = Enum.Font.GothamBold
  479. Exit.Text = "X"
  480. Exit.TextColor3 = Color3.new(1, 1, 1)
  481. Exit.TextSize = 19
  482. Exit.MouseButton1Down:connect(function()
  483. MainFrame.Visible = false
  484. end)
  485.  
  486. Minimize.Name = "Minimize"
  487. Minimize.Parent = MainFrame
  488. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  489. Minimize.BackgroundTransparency = 1
  490. Minimize.Position = UDim2.new(0.798039198, 0, 0, 0)
  491. Minimize.Size = UDim2.new(0, 55, 0, 36)
  492. Minimize.Font = Enum.Font.GothamBold
  493. Minimize.Text = "_"
  494. Minimize.TextColor3 = Color3.new(1, 1, 1)
  495. Minimize.TextSize = 19
  496. Minimize.MouseButton1Down:connect(function()
  497. MainFrame.Visible = false
  498. OpenFrame.Visible = true
  499. end)
  500.  
  501. DupeButton.Name = "DupeButton"
  502. DupeButton.Parent = MainFrame
  503. DupeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  504. DupeButton.BorderColor3 = Color3.new(0, 1, 0)
  505. DupeButton.BorderSizePixel = 2
  506. DupeButton.Position = UDim2.new(0.0313725509, 0, 0.289771438, 0)
  507. DupeButton.Size = UDim2.new(0, 128, 0, 28)
  508. DupeButton.Font = Enum.Font.GothamBold
  509. DupeButton.Text = "Dupe"
  510. DupeButton.TextColor3 = Color3.new(1, 1, 1)
  511. DupeButton.TextSize = 14
  512. DupeButton.MouseButton1Down:connect(function()
  513. DuperFrame.Visible = true
  514. PlotFrame.Visible = false
  515. InfoFrame.Visible = false
  516. WoodMenu.Visible = false
  517. FunctionFrame.Visible = false
  518. TpFrame.Visible = false
  519. end)
  520.  
  521.  
  522.  
  523.  
  524. PlotFrame.Name = "PlotFrame"
  525. PlotFrame.Parent = MainFrame
  526. PlotFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  527. PlotFrame.BorderColor3 = Color3.new(0, 1, 0)
  528. PlotFrame.BorderSizePixel = 2
  529. PlotFrame.Position = UDim2.new(0.34117648, 0, 0.0979674757, 0)
  530. PlotFrame.Size = UDim2.new(0, 318, 0, 401)
  531. PlotFrame.Visible = false
  532.  
  533. MaxLand.Name = "MaxLand"
  534. MaxLand.Parent = PlotFrame
  535. MaxLand.BackgroundColor3 = Color3.new(0, 0, 0)
  536. MaxLand.BorderColor3 = Color3.new(0, 1, 0)
  537. MaxLand.BorderSizePixel = 2
  538. MaxLand.Position = UDim2.new(0.0529781766, 0, 0.184391707, 0)
  539. MaxLand.Size = UDim2.new(0, 128, 0, 28)
  540. MaxLand.Font = Enum.Font.GothamBold
  541. MaxLand.Text = "MaxLand"
  542. MaxLand.TextColor3 = Color3.new(1, 1, 1)
  543. MaxLand.TextSize = 14
  544. MaxLand.MouseButton1Down:connect(function()
  545. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  546. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  547. base = v
  548. square = v.OriginSquare
  549. end
  550. end
  551. function makebase(pos)
  552. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  553. Event:FireServer(base, pos)
  554. end
  555. spos = square.Position
  556. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  557. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  558. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  559. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  560. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  561. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  562. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  563. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  564. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  565. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  566. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  567. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  568. --Corners--
  569. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  570. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  571. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  572. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  573. --Corners--
  574. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  575. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  576. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  577. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  578. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  579. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  580. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  581. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  582. end)
  583.  
  584.  
  585. PlotTitle.Name = "PlotTitle"
  586. PlotTitle.Parent = PlotFrame
  587. PlotTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  588. PlotTitle.BackgroundTransparency = 1
  589. PlotTitle.Position = UDim2.new(0.18327783, 0, 0.0171158016, 0)
  590. PlotTitle.Size = UDim2.new(0, 200, 0, 36)
  591. PlotTitle.Font = Enum.Font.GothamBold
  592. PlotTitle.Text = "Plot Menu"
  593. PlotTitle.TextColor3 = Color3.new(1, 1, 1)
  594. PlotTitle.TextSize = 20
  595.  
  596. Paint.Name = "Paint"
  597. Paint.Parent = PlotFrame
  598. Paint.BackgroundColor3 = Color3.new(0, 0, 0)
  599. Paint.BorderColor3 = Color3.new(0, 1, 0)
  600. Paint.BorderSizePixel = 2
  601. Paint.Position = UDim2.new(0.524676263, 0, 0.184391707, 0)
  602. Paint.Size = UDim2.new(0, 128, 0, 28)
  603. Paint.Font = Enum.Font.GothamBold
  604. Paint.Text = "Paint"
  605. Paint.TextColor3 = Color3.new(1, 1, 1)
  606. Paint.TextSize = 14
  607. Paint.MouseButton1Down:connect(function()
  608. loadstring(game:HttpGet('https://pastebin.com/raw/LnfDRNnb',true))()
  609. end)
  610.  
  611. Blueprint.Name = "Blueprint"
  612. Blueprint.Parent = PlotFrame
  613. Blueprint.BackgroundColor3 = Color3.new(0, 0, 0)
  614. Blueprint.BorderColor3 = Color3.new(0, 1, 0)
  615. Blueprint.BorderSizePixel = 2
  616. Blueprint.Position = UDim2.new(0.052978158, 0, 0.304092467, 0)
  617. Blueprint.Size = UDim2.new(0, 128, 0, 28)
  618. Blueprint.Font = Enum.Font.GothamBold
  619. Blueprint.Text = "Blueprint"
  620. Blueprint.TextColor3 = Color3.new(1, 1, 1)
  621. Blueprint.TextSize = 14
  622. Blueprint.MouseButton1Down:connect(function()
  623.  
  624. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  625. local clone = v:Clone()
  626. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  627. end
  628. end)
  629.  
  630.  
  631. FunctionButton.Name = "FunctionButton"
  632. FunctionButton.Parent = MainFrame
  633. FunctionButton.BackgroundColor3 = Color3.new(0, 0, 0)
  634. FunctionButton.BorderColor3 = Color3.new(0, 1, 0)
  635. FunctionButton.BorderSizePixel = 2
  636. FunctionButton.Position = UDim2.new(0.0313725509, 0, 0.388890356, 0)
  637. FunctionButton.Size = UDim2.new(0, 128, 0, 28)
  638. FunctionButton.Font = Enum.Font.GothamBold
  639. FunctionButton.Text = "Function"
  640. FunctionButton.TextColor3 = Color3.new(1, 1, 1)
  641. FunctionButton.TextSize = 14
  642. FunctionButton.MouseButton1Down:connect(function()
  643. DuperFrame.Visible = false
  644. PlotFrame.Visible = false
  645. InfoFrame.Visible = false
  646. WoodMenu.Visible = false
  647. FunctionFrame.Visible = true
  648. TpFrame.Visible = false
  649. end)
  650.  
  651.  
  652. FunctionFrame.Name = "FunctionFrame"
  653. FunctionFrame.Parent = MainFrame
  654. FunctionFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  655. FunctionFrame.BorderColor3 = Color3.new(0, 1, 0)
  656. FunctionFrame.BorderSizePixel = 2
  657. FunctionFrame.Position = UDim2.new(0.34117648, 0, 0.0979674757, 0)
  658. FunctionFrame.Size = UDim2.new(0, 318, 0, 401)
  659. FunctionFrame.Visible = false
  660.  
  661.  
  662. JumpButton.Name = "JumpButton"
  663. JumpButton.Parent = FunctionFrame
  664. JumpButton.BackgroundColor3 = Color3.new(0, 0, 0)
  665. JumpButton.BorderColor3 = Color3.new(0, 1, 0)
  666. JumpButton.BorderSizePixel = 2
  667. JumpButton.Position = UDim2.new(0.524676263, 0, 0.363552719, 0)
  668. JumpButton.Size = UDim2.new(0, 128, 0, 28)
  669. JumpButton.Font = Enum.Font.GothamBold
  670. JumpButton.Text = "Jump"
  671. JumpButton.TextColor3 = Color3.new(1, 1, 1)
  672. JumpButton.TextSize = 14
  673. player = game.Players.LocalPlayer
  674. Jump = 50
  675.  
  676. JumpButton.MouseButton1Down:connect(function()
  677. Jump = JumpBox.Text
  678. end)
  679.  
  680. player.Character.Humanoid.JumpPower = Jump
  681.  
  682. player.Character.Humanoid.Changed:connect(function()
  683. player.Character.Humanoid.JumpPower = Jump
  684.  
  685. end)
  686.  
  687.  
  688. SpeedButton.Name = "SpeedButton"
  689. SpeedButton.Parent = FunctionFrame
  690. SpeedButton.BackgroundColor3 = Color3.new(0, 0, 0)
  691. SpeedButton.BorderColor3 = Color3.new(0, 1, 0)
  692. SpeedButton.BorderSizePixel = 2
  693. SpeedButton.Position = UDim2.new(0.0592674837, 0, 0.363942802, 0)
  694. SpeedButton.Size = UDim2.new(0, 128, 0, 28)
  695. SpeedButton.Font = Enum.Font.GothamBold
  696. SpeedButton.Text = "Speed"
  697. SpeedButton.TextColor3 = Color3.new(1, 1, 1)
  698. SpeedButton.TextSize = 14
  699. player = game.Players.LocalPlayer
  700. Walk = 16
  701.  
  702. SpeedButton.MouseButton1Down:connect(function()
  703. Walk = SpeedBox.Text
  704. end)
  705.  
  706. player.Character.Humanoid.WalkSpeed = Walk
  707.  
  708. player.Character.Humanoid.Changed:connect(function()
  709. player.Character.Humanoid.WalkSpeed = Walk
  710.  
  711. end)
  712.  
  713.  
  714. FunctionTitle.Name = "FunctionTitle"
  715. FunctionTitle.Parent = FunctionFrame
  716. FunctionTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  717. FunctionTitle.BackgroundTransparency = 1
  718. FunctionTitle.Position = UDim2.new(0.18327783, 0, 0.0171158016, 0)
  719. FunctionTitle.Size = UDim2.new(0, 200, 0, 36)
  720. FunctionTitle.Font = Enum.Font.GothamBold
  721. FunctionTitle.Text = "Function"
  722. FunctionTitle.TextColor3 = Color3.new(1, 1, 1)
  723. FunctionTitle.TextSize = 20
  724.  
  725. SpeedBox.Name = "SpeedBox"
  726. SpeedBox.Parent = FunctionFrame
  727. SpeedBox.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  728. SpeedBox.BorderColor3 = Color3.new(0, 1, 0)
  729. SpeedBox.BorderSizePixel = 2
  730. SpeedBox.Position = UDim2.new(0.0566037707, 0, 0.229623422, 0)
  731. SpeedBox.Size = UDim2.new(0, 134, 0, 32)
  732. SpeedBox.Font = Enum.Font.GothamBold
  733. SpeedBox.Text = ""
  734. SpeedBox.TextColor3 = Color3.new(1, 1, 1)
  735. SpeedBox.TextSize = 17
  736.  
  737. JumpBox.Name = "JumpBox"
  738. JumpBox.Parent = FunctionFrame
  739. JumpBox.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  740. JumpBox.BorderColor3 = Color3.new(0, 1, 0)
  741. JumpBox.BorderSizePixel = 2
  742. JumpBox.Position = UDim2.new(0.515723288, 0, 0.229623422, 0)
  743. JumpBox.Size = UDim2.new(0, 134, 0, 32)
  744. JumpBox.Font = Enum.Font.GothamBold
  745. JumpBox.Text = ""
  746. JumpBox.TextColor3 = Color3.new(1, 1, 1)
  747. JumpBox.TextSize = 17
  748.  
  749. SpeedTitle.Name = "SpeedTitle"
  750. SpeedTitle.Parent = FunctionFrame
  751. SpeedTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  752. SpeedTitle.BackgroundTransparency = 1
  753. SpeedTitle.Position = UDim2.new(0.0592674389, 0, 0.156766668, 0)
  754. SpeedTitle.Size = UDim2.new(0, 132, 0, 29)
  755. SpeedTitle.Font = Enum.Font.GothamBold
  756. SpeedTitle.Text = "SpeedNumber"
  757. SpeedTitle.TextColor3 = Color3.new(1, 1, 1)
  758. SpeedTitle.TextSize = 13
  759.  
  760. JumpTitle.Name = "JumpTitle"
  761. JumpTitle.Parent = FunctionFrame
  762. JumpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  763. JumpTitle.BackgroundTransparency = 1
  764. JumpTitle.Position = UDim2.new(0.51838696, 0, 0.156766668, 0)
  765. JumpTitle.Size = UDim2.new(0, 132, 0, 29)
  766. JumpTitle.Font = Enum.Font.GothamBold
  767. JumpTitle.Text = "JumpNumber"
  768. JumpTitle.TextColor3 = Color3.new(1, 1, 1)
  769. JumpTitle.TextSize = 13
  770.  
  771. Fly.Name = "Fly"
  772. Fly.Parent = FunctionFrame
  773. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  774. Fly.BorderColor3 = Color3.new(0, 1, 0)
  775. Fly.BorderSizePixel = 2
  776. Fly.Position = UDim2.new(0.0592674837, 0, 0.46369344, 0)
  777. Fly.Size = UDim2.new(0, 128, 0, 28)
  778. Fly.Font = Enum.Font.GothamBold
  779. Fly.Text = "Fly"
  780. Fly.TextColor3 = Color3.new(1, 1, 1)
  781. Fly.TextSize = 14
  782. Fly.MouseButton1Down:connect(function()
  783. wait();
  784.  
  785. local MaxFlySpeed = 1 -- change this as needed
  786.  
  787. local UIS = game:GetService("UserInputService")
  788. local LocalPlayer = game:GetService("Players").LocalPlayer
  789. local Torso = (LocalPlayer.Character and LocalPlayer.Character:WaitForChild("Torso"))
  790. local Mouse = LocalPlayer:GetMouse()
  791. local Tool = Instance.new("Tool")
  792. Tool.RequiresHandle = false
  793. Tool.Name = "Fly tool"
  794.  
  795. assert(Torso.ClassName == "Part", "Yikes! Torso is not a part.")
  796.  
  797. local ToolUtils do
  798. ToolUtils = {
  799. Enabled = false,
  800. WindowFocused = true,
  801.  
  802. Keys = {},
  803. InternalVars = {
  804. FlyForward = 0,
  805. FlyBackward = 0
  806. }
  807. }
  808. end
  809.  
  810. local ToolEvents do
  811. Tool.Equipped:connect(function(Mouse)
  812. ToolUtils.Enabled = true
  813. Torso.Anchored = true
  814. end)
  815. Tool.Unequipped:connect(function(...)
  816. ToolUtils.Enabled = false
  817. Torso.Anchored = false
  818. end)
  819. UIS.InputBegan:connect(function(input, processedEvent)
  820. ToolUtils.Keys[input.KeyCode] = true
  821. end)
  822. UIS.InputEnded:connect(function(input, processedEvent)
  823. ToolUtils.Keys[input.KeyCode] = nil
  824. end)
  825. UIS.WindowFocusReleased:connect(function()
  826. ToolUtils.WindowFocused = false
  827. end)
  828. UIS.WindowFocused:connect(function()
  829. ToolUtils.WindowFocused = true
  830. end)
  831. end
  832.  
  833. game:GetService("RunService").RenderStepped:connect(function(...)
  834. if ToolUtils.WindowFocused and ToolUtils.Enabled then
  835. if ToolUtils.Keys[Enum.KeyCode.W] then
  836. if ToolUtils.InternalVars.FlyForward < MaxFlySpeed then
  837. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward + 0.1
  838. end
  839. else
  840. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward * 0.9
  841. end
  842. if ToolUtils.Keys[Enum.KeyCode.S] then
  843. if ToolUtils.InternalVars.FlyBackward < MaxFlySpeed then
  844. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward + 0.1
  845. end
  846. else
  847. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward * 0.9
  848. end
  849.  
  850. local Camera = workspace.CurrentCamera
  851. Torso.CFrame = Torso.CFrame:lerp(
  852. CFrame.new(Torso.Position, Camera.CFrame.p)
  853. * CFrame.Angles(0, math.rad(180), 0)
  854. * CFrame.new(0, 0, -(ToolUtils.InternalVars.FlyForward - ToolUtils.InternalVars.FlyBackward))
  855. * CFrame.Angles(-(math.rad(10 * (ToolUtils.InternalVars.FlyForward / MaxFlySpeed)) - math.rad(10 * (ToolUtils.InternalVars.FlyBackward / MaxFlySpeed))), 0, 0)
  856. , 0.9)
  857. end
  858. end)
  859.  
  860. Tool.Parent = LocalPlayer:findFirstChild("Backpack") or Instance.new("Backpack", LocalPlayer)
  861. end)
  862.  
  863. Day.Name = "Day"
  864. Day.Parent = FunctionFrame
  865. Day.BackgroundColor3 = Color3.new(0, 0, 0)
  866. Day.BorderColor3 = Color3.new(0, 1, 0)
  867. Day.BorderSizePixel = 2
  868. Day.Position = UDim2.new(0.534110308, 0, 0.46369344, 0)
  869. Day.Size = UDim2.new(0, 128, 0, 28)
  870. Day.Font = Enum.Font.GothamBold
  871. Day.Text = "Day"
  872. Day.TextColor3 = Color3.new(1, 1, 1)
  873. Day.TextSize = 14
  874. Day.MouseButton1Down:connect(function()
  875. Day.BackgroundColor3 = Color3.new(0, 0, 0)
  876. Day.TextColor3 = Color3.new(0, 1, 0)
  877. game.Lighting.Changed:connect(function()
  878. game.Lighting.TimeOfDay = "12:00:00"
  879. game.Lighting.FogEnd = 9999
  880. game.Lighting.Brightness = 2
  881. end)
  882. end)
  883.  
  884. Leaked.Name = "Leaked"
  885. Leaked.Parent = FunctionFrame
  886. Leaked.BackgroundColor3 = Color3.new(0, 0, 0)
  887. Leaked.BorderColor3 = Color3.new(0, 1, 0)
  888. Leaked.BorderSizePixel = 2
  889. Leaked.Position = UDim2.new(0.0592674837, 0, 0.573419094, 0)
  890. Leaked.Size = UDim2.new(0, 128, 0, 28)
  891. Leaked.Font = Enum.Font.GothamBold
  892. Leaked.Text = "Leaked Items"
  893. Leaked.TextColor3 = Color3.new(1, 1, 1)
  894. Leaked.TextSize = 14
  895. Leaked.MouseButton1Down:connect(function()
  896. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  897. end)
  898.  
  899. NoClip.Name = "NoClip"
  900. NoClip.Parent = FunctionFrame
  901. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  902. NoClip.BorderColor3 = Color3.new(0, 1, 0)
  903. NoClip.BorderSizePixel = 2
  904. NoClip.Position = UDim2.new(0.530965567, 0, 0.573419094, 0)
  905. NoClip.Size = UDim2.new(0, 128, 0, 28)
  906. NoClip.Font = Enum.Font.GothamBold
  907. NoClip.Text = "NoClip F"
  908. NoClip.TextColor3 = Color3.new(1, 1, 1)
  909. NoClip.TextSize = 14
  910. game:GetService('RunService').Stepped:connect(function()
  911. if noclip then
  912. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  913. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  914. NoClip.TextColor3 = Color3.new(0, 1, 0)
  915. NoClip.Text = "No Clip On"
  916. end
  917. end)
  918. NoClip.MouseButton1Down:connect(function()
  919. noclip = not noclip
  920. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  921. NoClip.TextColor3 = Color3.new(255, 0, 0)
  922. NoClip.Text = "No Clip Off"
  923.  
  924. end)
  925.  
  926.  
  927. PlotButton.Name = "PlotButton"
  928. PlotButton.Parent = MainFrame
  929. PlotButton.BackgroundColor3 = Color3.new(0, 0, 0)
  930. PlotButton.BorderColor3 = Color3.new(0, 1, 0)
  931. PlotButton.BorderSizePixel = 2
  932. PlotButton.Position = UDim2.new(0.0313725509, 0, 0.488009334, 0)
  933. PlotButton.Size = UDim2.new(0, 128, 0, 28)
  934. PlotButton.Font = Enum.Font.GothamBold
  935. PlotButton.Text = "PlotMenu"
  936. PlotButton.TextColor3 = Color3.new(1, 1, 1)
  937. PlotButton.TextSize = 14
  938. PlotButton.MouseButton1Down:connect(function()
  939. DuperFrame.Visible = false
  940. PlotFrame.Visible = true
  941. InfoFrame.Visible = false
  942. WoodMenu.Visible = false
  943. FunctionFrame.Visible = false
  944. TpFrame.Visible = false
  945. end)
  946.  
  947. DuperFrame.Name = "DuperFrame"
  948. DuperFrame.Parent = MainFrame
  949. DuperFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  950. DuperFrame.BorderColor3 = Color3.new(0, 1, 0)
  951. DuperFrame.BorderSizePixel = 2
  952. DuperFrame.Position = UDim2.new(0.34117648, 0, 0.0979674757, 0)
  953. DuperFrame.Size = UDim2.new(0, 318, 0, 401)
  954. DuperFrame.Visible = false
  955.  
  956. CountAxe.Name = "CountAxe"
  957. CountAxe.Parent = DuperFrame
  958. CountAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  959. CountAxe.BorderColor3 = Color3.new(0, 1, 0)
  960. CountAxe.BorderSizePixel = 2
  961. CountAxe.Position = UDim2.new(0.0529781766, 0, 0.32154882, 0)
  962. CountAxe.Size = UDim2.new(0, 128, 0, 28)
  963. CountAxe.Font = Enum.Font.GothamBold
  964. CountAxe.Text = "CountAxe"
  965. CountAxe.TextColor3 = Color3.new(1, 1, 1)
  966. CountAxe.TextSize = 14
  967.  
  968. SaveSlot.Name = "SaveSlot"
  969. SaveSlot.Parent = DuperFrame
  970. SaveSlot.BackgroundColor3 = Color3.new(0, 0, 0)
  971. SaveSlot.BorderColor3 = Color3.new(0, 1, 0)
  972. SaveSlot.BorderSizePixel = 2
  973. SaveSlot.Position = UDim2.new(0.512097716, 0, 0.321158737, 0)
  974. SaveSlot.Size = UDim2.new(0, 128, 0, 28)
  975. SaveSlot.Font = Enum.Font.GothamBold
  976. SaveSlot.Text = "SaveSlot"
  977. SaveSlot.TextColor3 = Color3.new(1, 1, 1)
  978. SaveSlot.TextSize = 14
  979.  
  980. SlotNumber.Name = "SlotNumber"
  981. SlotNumber.Parent = DuperFrame
  982. SlotNumber.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  983. SlotNumber.BorderColor3 = Color3.new(0, 1, 0)
  984. SlotNumber.BorderSizePixel = 2
  985. SlotNumber.Position = UDim2.new(0.0597484261, 0, 0.184538648, 0)
  986. SlotNumber.Size = UDim2.new(0, 280, 0, 40)
  987. SlotNumber.Font = Enum.Font.GothamBold
  988. SlotNumber.Text = "Slot Number Here"
  989. SlotNumber.TextColor3 = Color3.new(1, 1, 1)
  990. SlotNumber.TextSize = 17
  991.  
  992. Store.Name = "Store"
  993. Store.Parent = DuperFrame
  994. Store.BackgroundColor3 = Color3.new(0, 0, 0)
  995. Store.BorderColor3 = Color3.new(0, 1, 0)
  996. Store.BorderSizePixel = 2
  997. Store.Position = UDim2.new(0.0529781766, 0, 0.418805659, 0)
  998. Store.Size = UDim2.new(0, 128, 0, 28)
  999. Store.Font = Enum.Font.GothamBold
  1000. Store.Text = "Store Axe"
  1001. Store.TextColor3 = Color3.new(1, 1, 1)
  1002. Store.TextSize = 14
  1003.  
  1004. DuperTitle.Name = "DuperTitle"
  1005. DuperTitle.Parent = DuperFrame
  1006. DuperTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1007. DuperTitle.BackgroundTransparency = 1
  1008. DuperTitle.Position = UDim2.new(0.18327783, 0, 0.0171158016, 0)
  1009. DuperTitle.Size = UDim2.new(0, 200, 0, 36)
  1010. DuperTitle.Font = Enum.Font.GothamBold
  1011. DuperTitle.Text = "Duper "
  1012. DuperTitle.TextColor3 = Color3.new(1, 1, 1)
  1013. DuperTitle.TextSize = 20
  1014.  
  1015. LoadSlot.Name = "LoadSlot"
  1016. LoadSlot.Parent = DuperFrame
  1017. LoadSlot.BackgroundColor3 = Color3.new(0, 0, 0)
  1018. LoadSlot.BorderColor3 = Color3.new(0, 1, 0)
  1019. LoadSlot.BorderSizePixel = 2
  1020. LoadSlot.Position = UDim2.new(0.512097657, 0, 0.418805659, 0)
  1021. LoadSlot.Size = UDim2.new(0, 128, 0, 28)
  1022. LoadSlot.Font = Enum.Font.GothamBold
  1023. LoadSlot.Text = "Load Slot"
  1024. LoadSlot.TextColor3 = Color3.new(1, 1, 1)
  1025. LoadSlot.TextSize = 14
  1026.  
  1027. DupeMoney.Name = "DupeMoney"
  1028. DupeMoney.Parent = DuperFrame
  1029. DupeMoney.BackgroundColor3 = Color3.new(0, 0, 0)
  1030. DupeMoney.BorderColor3 = Color3.new(0, 1, 0)
  1031. DupeMoney.BorderSizePixel = 2
  1032. DupeMoney.Position = UDim2.new(0.512097657, 0, 0.531025112, 0)
  1033. DupeMoney.Size = UDim2.new(0, 128, 0, 28)
  1034. DupeMoney.Font = Enum.Font.GothamBold
  1035. DupeMoney.Text = "Dupe Money"
  1036. DupeMoney.TextColor3 = Color3.new(1, 1, 1)
  1037. DupeMoney.TextSize = 14
  1038.  
  1039. RestoreAxe.Name = "RestoreAxe"
  1040. RestoreAxe.Parent = DuperFrame
  1041. RestoreAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  1042. RestoreAxe.BorderColor3 = Color3.new(0, 1, 0)
  1043. RestoreAxe.BorderSizePixel = 2
  1044. RestoreAxe.Position = UDim2.new(0.052978158, 0, 0.531025112, 0)
  1045. RestoreAxe.Size = UDim2.new(0, 128, 0, 28)
  1046. RestoreAxe.Font = Enum.Font.GothamBold
  1047. RestoreAxe.Text = "Restore Axe"
  1048. RestoreAxe.TextColor3 = Color3.new(1, 1, 1)
  1049. RestoreAxe.TextSize = 14
  1050.  
  1051. DropAxe.Name = "Drop Axe"
  1052. DropAxe.Parent = DuperFrame
  1053. DropAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  1054. DropAxe.BorderColor3 = Color3.new(0, 1, 0)
  1055. DropAxe.BorderSizePixel = 2
  1056. DropAxe.Position = UDim2.new(0.295116514, 0, 0.655713379, 0)
  1057. DropAxe.Size = UDim2.new(0, 128, 0, 28)
  1058. DropAxe.Font = Enum.Font.GothamBold
  1059. DropAxe.Text = "Drop Axe"
  1060. DropAxe.TextColor3 = Color3.new(1, 1, 1)
  1061. DropAxe.TextSize = 14
  1062.  
  1063. WoodButton.Name = "WoodButton"
  1064. WoodButton.Parent = MainFrame
  1065. WoodButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1066. WoodButton.BorderColor3 = Color3.new(0, 1, 0)
  1067. WoodButton.BorderSizePixel = 2
  1068. WoodButton.Position = UDim2.new(0.0313725509, 0, 0.584925711, 0)
  1069. WoodButton.Size = UDim2.new(0, 128, 0, 28)
  1070. WoodButton.Font = Enum.Font.GothamBold
  1071. WoodButton.Text = "Wood Menu"
  1072. WoodButton.TextColor3 = Color3.new(1, 1, 1)
  1073. WoodButton.TextSize = 14
  1074. WoodButton.MouseButton1Down:connect(function()
  1075. DuperFrame.Visible = false
  1076. PlotFrame.Visible = false
  1077. InfoFrame.Visible = false
  1078. WoodMenu.Visible = true
  1079. FunctionFrame.Visible = false
  1080. TpFrame.Visible = false
  1081. end)
  1082.  
  1083. WoodMenu.Name = "WoodMenu"
  1084. WoodMenu.Parent = MainFrame
  1085. WoodMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  1086. WoodMenu.BorderColor3 = Color3.new(0, 1, 0)
  1087. WoodMenu.BorderSizePixel = 2
  1088. WoodMenu.Position = UDim2.new(0.34117648, 0, 0.0979674757, 0)
  1089. WoodMenu.Size = UDim2.new(0, 318, 0, 401)
  1090. WoodMenu.Visible = false
  1091.  
  1092. TpTrees.Name = "TpTrees"
  1093. TpTrees.Parent = WoodMenu
  1094. TpTrees.BackgroundColor3 = Color3.new(0, 0, 0)
  1095. TpTrees.BorderColor3 = Color3.new(0, 1, 0)
  1096. TpTrees.BorderSizePixel = 2
  1097. TpTrees.Position = UDim2.new(0.524676263, 0, 0.408830613, 0)
  1098. TpTrees.Size = UDim2.new(0, 128, 0, 36)
  1099. TpTrees.Font = Enum.Font.GothamBold
  1100. TpTrees.Text = "Tp Trees"
  1101. TpTrees.TextColor3 = Color3.new(1, 1, 1)
  1102. TpTrees.TextSize = 14
  1103. TpTrees.MouseButton1Click:Connect(function()
  1104. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1105. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1106. if Log.Owner.Value == game.Players.LocalPlayer then
  1107. Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  1108. for i=1,20 do
  1109. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  1110. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  1111. end
  1112. end
  1113. end
  1114. end
  1115. end)
  1116.  
  1117. WoodTitle.Name = "WoodTitle"
  1118. WoodTitle.Parent = WoodMenu
  1119. WoodTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1120. WoodTitle.BackgroundTransparency = 1
  1121. WoodTitle.Position = UDim2.new(0.18327783, 0, 0.0420534611, 0)
  1122. WoodTitle.Size = UDim2.new(0, 200, 0, 36)
  1123. WoodTitle.Font = Enum.Font.GothamBold
  1124. WoodTitle.Text = "Wood Menu"
  1125. WoodTitle.TextColor3 = Color3.new(1, 1, 1)
  1126. WoodTitle.TextSize = 20
  1127.  
  1128. GoldAxe.Name = "GoldAxe"
  1129. GoldAxe.Parent = WoodMenu
  1130. GoldAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  1131. GoldAxe.BorderColor3 = Color3.new(0, 1, 0)
  1132. GoldAxe.BorderSizePixel = 2
  1133. GoldAxe.Position = UDim2.new(0.0529781319, 0, 0.541000247, 0)
  1134. GoldAxe.Size = UDim2.new(0, 128, 0, 40)
  1135. GoldAxe.Font = Enum.Font.GothamBold
  1136. GoldAxe.Text = "Gold Axe"
  1137. GoldAxe.TextColor3 = Color3.new(1, 1, 1)
  1138. GoldAxe.TextSize = 14
  1139. GoldAxe.MouseButton1Down:connect(function()
  1140. local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)function GetAxe()if game.Players.LocalPlayer.Character:FindFirstChild("Tool")then return game.Players.LocalPlayer.Character:FindFirstChild("Tool")end end;local c={['GoldAxe']=50,['BasicHatchet']=0.2,['Axe1']=0.55,['Axe2']=0.93,['AxeAlphaTesters']=1.5,['Rukiryaxe']=1.68,['Axe3']=1.45,['AxeBetaTesters']=1.45,['FireAxe']=0.6,['SilverAxe']=1.6,['EndTimesAxe']=10000000,['AxeChicken']=0.1,['CandyCaneAxe']=0}local Pressing=false;local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)a.Button1Down:connect(function(b)Pressing=true;poop(GetAxe())end)function cut(d)local e=game.Players.LocalPlayer:GetMouse().Target;local f=game.Players.LocalPlayer:GetMouse().Hit;local g=e.CFrame:pointToObjectSpace(f.p).Y+e.Size.Y/2;if e.Parent:WaitForChild("CutEvent",0.1)then game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(e.Parent.CutEvent,{["cuttingClass"]="Axe",["cooldown"]=0,["hitPoints"]=c[d.ToolName.Value],["sectionId"]=e.ID.Value,["tool"]=d,["faceVector"]=Vector3.new(-1,0,0),["height"]=g})end end;function poop(d)for h=1,100 do if Pressing==true then cut(d)end end end
  1141. end)
  1142.  
  1143.  
  1144. HardDragger.Name = "HardDragger"
  1145. HardDragger.Parent = WoodMenu
  1146. HardDragger.BackgroundColor3 = Color3.new(0, 0, 0)
  1147. HardDragger.BorderColor3 = Color3.new(0, 1, 0)
  1148. HardDragger.BorderSizePixel = 2
  1149. HardDragger.Position = UDim2.new(0.0529781319, 0, 0.249229595, 0)
  1150. HardDragger.Size = UDim2.new(0, 128, 0, 36)
  1151. HardDragger.Font = Enum.Font.GothamBold
  1152. HardDragger.Text = "Hard Dragger"
  1153. HardDragger.TextColor3 = Color3.new(1, 1, 1)
  1154. HardDragger.TextSize = 14
  1155. HardDragger.MouseButton1Down:connect(function()
  1156.  
  1157. HardDragger.Text = "HARD DRAG ACTIVE"
  1158. HardDragger.TextColor3 = Color3.new(0, 1, 0)
  1159. loadstring(game:HttpGet('https://pastebin.com/raw/uMv85wZZ',true))()
  1160.  
  1161. end)
  1162.  
  1163. Sell.Name = "Sell"
  1164. Sell.Parent = WoodMenu
  1165. Sell.BackgroundColor3 = Color3.new(0, 0, 0)
  1166. Sell.BorderColor3 = Color3.new(0, 1, 0)
  1167. Sell.BorderSizePixel = 2
  1168. Sell.Position = UDim2.new(0.524676263, 0, 0.249229595, 0)
  1169. Sell.Size = UDim2.new(0, 128, 0, 36)
  1170. Sell.Font = Enum.Font.GothamBold
  1171. Sell.Text = "Sell Trees"
  1172. Sell.TextColor3 = Color3.new(1, 1, 1)
  1173. Sell.TextSize = 14
  1174. Sell.MouseButton1Down:connect(function()
  1175. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  1176. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1177. if Log.Owner.Value == game.Players.LocalPlayer then
  1178. for i,v in pairs(Log:GetChildren()) do
  1179. if v.Name=="WoodSection" then
  1180. spawn(function()
  1181. for i=1,10 do
  1182. wait()
  1183. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1184. end
  1185. end)
  1186. end
  1187. end
  1188. spawn(function()
  1189. for i=1,20 do
  1190. wait()
  1191. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  1192. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  1193. end
  1194. end)
  1195. end
  1196. end
  1197. end
  1198. end)
  1199.  
  1200.  
  1201. TreeAura.Name = "Tree Aura"
  1202. TreeAura.Parent = WoodMenu
  1203. TreeAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1204. TreeAura.BorderColor3 = Color3.new(0, 1, 0)
  1205. TreeAura.BorderSizePixel = 2
  1206. TreeAura.Position = UDim2.new(0.0529781319, 0, 0.408830613, 0)
  1207. TreeAura.Size = UDim2.new(0, 128, 0, 36)
  1208. TreeAura.Font = Enum.Font.GothamBold
  1209. TreeAura.Text = "TreeAura"
  1210. TreeAura.TextColor3 = Color3.new(1, 1, 1)
  1211. TreeAura.TextSize = 14
  1212. local function GetAxe() --Gets your current axe thats equiped when called
  1213. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  1214. return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  1215. else
  1216. return false --returns false when not equiped
  1217. end
  1218. end
  1219.  
  1220. local function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  1221. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  1222. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  1223. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  1224. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  1225. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  1226. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  1227. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  1228. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  1229. elseif Axe.ToolTip == "Fire Axe" then
  1230. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  1231. elseif Axe.ToolTip == "End Times Axe" then
  1232. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  1233. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  1234. elseif Axe.ToolTip == "Johiro" then return 1.8
  1235. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  1236. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  1237. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  1238. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  1239. elseif Axe.ToolTip == "Gingerbread Axe" then
  1240. if TreeClass == "Walnut" then return 8.5
  1241. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  1242. elseif Axe.ToolTip == "Bird Axe" then
  1243. if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end
  1244. end
  1245. end
  1246.  
  1247. TreeList = {} --Creates a table of the trees
  1248. for a,b in pairs(workspace:GetChildren()) do
  1249. if b.name == "TreeRegion" then
  1250. b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  1251. table.insert(TreeList, NewTree)
  1252. end)
  1253. for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  1254. if d.Name == "Model" then
  1255. table.insert(TreeList, d)
  1256. end
  1257. end
  1258. end
  1259. end
  1260.  
  1261. local function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  1262. if GetAxe() ~= false then --checks if you have a axe equiped
  1263. Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  1264. local CutArguments = {
  1265. sectionId = 1,
  1266. faceVector = Vector3.new(0,0,-1),
  1267. height = 0.5,
  1268. hitPoints = Damage,
  1269. cooldown = 0,
  1270. cuttingClass = "Axe",
  1271. tool = GetAxe()
  1272. }
  1273. for i=1, 50 do
  1274. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  1275. end
  1276. end
  1277. end
  1278.  
  1279. spawn(function() --used spawn so it wont interrupt any of the other things
  1280. CutEnabled = false
  1281. while wait(.5) do --Main loop to do the stuff
  1282. if CutEnabled == true then
  1283. if GetAxe() ~= false then --Checks if you have a axe equiped
  1284. for a,b in pairs(TreeList) do
  1285. if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  1286. distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  1287. if distance < 225 then --if distance lower than 225 then it will cut the tree
  1288. CutTree(b) --Calls the function with the tree to cut
  1289. end
  1290. else
  1291. table.remove(TreeList, a)--if tree already cut then it gets removed from the list
  1292. end
  1293. end
  1294. end
  1295. end
  1296. end
  1297. end)
  1298.  
  1299.  
  1300. RevisAdmin.Name = "RevisAdmin"
  1301. RevisAdmin.Parent = MainFrame
  1302. RevisAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  1303. RevisAdmin.BorderColor3 = Color3.new(0, 1, 0)
  1304. RevisAdmin.BorderSizePixel = 2
  1305. RevisAdmin.Position = UDim2.new(0.0313725509, 0, 0.6840446, 0)
  1306. RevisAdmin.Size = UDim2.new(0, 128, 0, 28)
  1307. RevisAdmin.Font = Enum.Font.GothamBold
  1308. RevisAdmin.Text = "Reviz Admin"
  1309. RevisAdmin.TextColor3 = Color3.new(1, 1, 1)
  1310. RevisAdmin.TextSize = 14
  1311. RevisAdmin.MouseButton1Down:connect(function()
  1312. loadstring(game:HttpGet('https://pastebin.com/raw/C7GF6XRn',true))()
  1313. end)
  1314.  
  1315. InfoFrame.Name = "InfoFrame"
  1316. InfoFrame.Parent = MainFrame
  1317. InfoFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1318. InfoFrame.BorderColor3 = Color3.new(0, 1, 0)
  1319. InfoFrame.BorderSizePixel = 2
  1320. InfoFrame.Position = UDim2.new(0.34117648, 0, 0.0979674757, 0)
  1321. InfoFrame.Size = UDim2.new(0, 318, 0, 401)
  1322.  
  1323. InfoTitle.Name = "InfoTitle"
  1324. InfoTitle.Parent = InfoFrame
  1325. InfoTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1326. InfoTitle.BackgroundTransparency = 1
  1327. InfoTitle.Position = UDim2.new(0.183277845, 0, -0.000340551138, 0)
  1328. InfoTitle.Size = UDim2.new(0, 200, 0, 36)
  1329. InfoTitle.Font = Enum.Font.GothamBold
  1330. InfoTitle.Text = "Info"
  1331. InfoTitle.TextColor3 = Color3.new(1, 1, 1)
  1332. InfoTitle.TextSize = 20
  1333.  
  1334. Text.Name = "Text"
  1335. Text.Parent = InfoFrame
  1336. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  1337. Text.BackgroundTransparency = 1
  1338. Text.Position = UDim2.new(0.0291897766, 0, 0.144297838, 0)
  1339. Text.Size = UDim2.new(0, 299, 0, 64)
  1340. Text.Font = Enum.Font.GothamBold
  1341. Text.Text = "This Gui By Carloprime9 This Gui Is So Very Op"
  1342. Text.TextColor3 = Color3.new(1, 1, 1)
  1343. Text.TextSize = 15
  1344. Text.TextWrapped = true
  1345. Text.TextXAlignment = Enum.TextXAlignment.Left
  1346.  
  1347. Text2.Name = "Text2"
  1348. Text2.Parent = InfoFrame
  1349. Text2.BackgroundColor3 = Color3.new(1, 1, 1)
  1350. Text2.BackgroundTransparency = 1
  1351. Text2.Position = UDim2.new(0.0260451231, 0, 0.303898841, 0)
  1352. Text2.Size = UDim2.new(0, 299, 0, 64)
  1353. Text2.Font = Enum.Font.GothamBold
  1354. Text2.Text = "Im Buying Synapse X For 3,000 Robux Dm Mccartney II#8967 If You Selling "
  1355. Text2.TextColor3 = Color3.new(1, 1, 1)
  1356. Text2.TextSize = 15
  1357. Text2.TextWrapped = true
  1358. Text2.TextXAlignment = Enum.TextXAlignment.Left
  1359.  
  1360. Text3.Name = "Text3"
  1361. Text3.Parent = InfoFrame
  1362. Text3.BackgroundColor3 = Color3.new(1, 1, 1)
  1363. Text3.BackgroundTransparency = 1
  1364. Text3.Position = UDim2.new(0.0260451231, 0, 0.463499844, 0)
  1365. Text3.Size = UDim2.new(0, 299, 0, 64)
  1366. Text3.Font = Enum.Font.GothamBold
  1367. Text3.Text = "Thanks For Using This Gui"
  1368. Text3.TextColor3 = Color3.new(1, 1, 1)
  1369. Text3.TextSize = 15
  1370. Text3.TextWrapped = true
  1371. Text3.TextXAlignment = Enum.TextXAlignment.Left
  1372.  
  1373. List.Name = "List"
  1374. List.Parent = MainFrame
  1375. List.BackgroundColor3 = Color3.new(1, 1, 1)
  1376. List.BackgroundTransparency = 1
  1377. List.Position = UDim2.new(0.0137254903, 0, 0.095635049, 0)
  1378. List.Size = UDim2.new(0, 148, 0, 31)
  1379. List.Font = Enum.Font.GothamBold
  1380. List.Text = "Choose Here"
  1381. List.TextColor3 = Color3.new(1, 1, 1)
  1382. List.TextSize = 20
  1383.  
  1384. WayPointsButton.Name = "WayPointsButton"
  1385. WayPointsButton.Parent = MainFrame
  1386. WayPointsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1387. WayPointsButton.BorderColor3 = Color3.new(0, 1, 0)
  1388. WayPointsButton.BorderSizePixel = 2
  1389. WayPointsButton.Position = UDim2.new(0.0313725509, 0, 0.201665714, 0)
  1390. WayPointsButton.Size = UDim2.new(0, 128, 0, 28)
  1391. WayPointsButton.Font = Enum.Font.GothamBold
  1392. WayPointsButton.Text = "WayPoints"
  1393. WayPointsButton.TextColor3 = Color3.new(1, 1, 1)
  1394. WayPointsButton.TextSize = 14
  1395. WayPointsButton.MouseButton1Down:connect(function()
  1396. DuperFrame.Visible = false
  1397. PlotFrame.Visible = false
  1398. InfoFrame.Visible = false
  1399. WoodMenu.Visible = false
  1400. FunctionFrame.Visible = false
  1401. TpFrame.Visible = true
  1402. end)
  1403.  
  1404. OpenFrame.Name = "OpenFrame"
  1405. OpenFrame.Parent = MainGui
  1406. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1407. OpenFrame.BorderSizePixel = 0
  1408. OpenFrame.Position = UDim2.new(0.010784314, 0, 0.526315808, 0)
  1409. OpenFrame.Size = UDim2.new(0, 113, 0, 28)
  1410. OpenFrame.Visible = false
  1411.  
  1412.  
  1413. OpenButton.Name = "OpenButton"
  1414. OpenButton.Parent = OpenFrame
  1415. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1416. OpenButton.BorderColor3 = Color3.new(0, 1, 0)
  1417. OpenButton.BorderSizePixel = 2
  1418. OpenButton.Size = UDim2.new(0, 113, 0, 28)
  1419. OpenButton.Font = Enum.Font.GothamBold
  1420. OpenButton.Text = "Open"
  1421. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  1422. OpenButton.TextSize = 17
  1423. OpenButton.MouseButton1Down:connect(function()
  1424. MainFrame.Visible = true
  1425. OpenFrame.Visible = false
  1426. end)
  1427.  
  1428. --Locals
  1429. local MoneyCooldown = false
  1430. local CurrentSlot = game.Players.LocalPlayer:WaitForChild("CurrentSaveSlot").Value
  1431. local ScriptLoadOrSave = false
  1432. local CurrentlySavingOrLoading = game.Players.LocalPlayer:WaitForChild("CurrentlySavingOrLoading")
  1433.  
  1434. --Functions
  1435. local function CheckIfSlotAvailable(Slot)
  1436. for a,b in pairs(game.ReplicatedStorage.LoadSaveRequests.GetMetaData:InvokeServer(game.Players.LocalPlayer)) do
  1437. if a == Slot then
  1438. for c,d in pairs(b) do
  1439. if c == "NumSaves" and d ~= 0 then
  1440. return true
  1441. else
  1442. return false
  1443. end
  1444. end
  1445. end
  1446. end
  1447. end
  1448.  
  1449. local function CheckSlotNumber() --Checks if the slot number is right
  1450. if SlotNumber.Text == "1" or SlotNumber.Text == "2" or SlotNumber.Text == "3" or SlotNumber.Text == "4" or SlotNumber.Text == "5" or SlotNumber.Text == "6" then
  1451. local SlotNumber = tonumber(SlotNumber.Text)
  1452. return SlotNumber
  1453. else return false
  1454. end
  1455. end
  1456.  
  1457. local function SendNotification(Title,Text,Duration) -- Sends Notification in the bottom right of the screen
  1458. game.StarterGui:SetCore("SendNotification", {
  1459. Title = Title;
  1460. Text = Text;
  1461. Icon = nil;
  1462. Duration = Duration
  1463. })
  1464. end
  1465.  
  1466. SaveSlot.MouseButton1Down:connect(function() --Saves the slot that you want
  1467. local CheckSlot = CheckSlotNumber()
  1468. if CheckSlot ~= false then
  1469. if CurrentSlot ~= -1 then
  1470. ScriptLoadOrSave = true
  1471. local SaveSlot = game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(CheckSlot)
  1472. if SaveSlot == true then
  1473. SendNotification("Save Notification", "Saved your Slot", 2)
  1474. wait(.5)
  1475. ScriptLoadOrSave = false
  1476. elseif SaveSlot == false then
  1477. SendNotification("Already Saving", "Saving/Loading is currently in Progress", 1)
  1478. wait(.5)
  1479. ScriptLoadOrSave = false
  1480. end
  1481. else
  1482. SendNotification("Error", "Load Your Slot First before saving", 1)
  1483. end
  1484. else
  1485. SendNotification("Incorrect Slot", "Enter a number in the upper field", 1)
  1486. end
  1487. end)
  1488.  
  1489. LoadSlot.MouseButton1Down:connect(function() --Loads the slot you want
  1490. ScriptLoadOrSave = true
  1491. local CheckSlot = CheckSlotNumber()
  1492. if CheckSlot ~= false then
  1493. if CheckIfSlotAvailable(CheckSlot) == true then
  1494. local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  1495. if LoadSlot == false then
  1496. SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  1497. end
  1498. if LoadSlot == true then
  1499. SendNotification("Reload Notification", "Loaded Your Slot", 2)
  1500. CurrentSlot = CheckSlot
  1501. end
  1502. else
  1503. SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  1504. end
  1505. else
  1506. SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  1507. end
  1508. ScriptLoadOrSave = false
  1509. end)
  1510.  
  1511. Store.MouseButton1Down:connect(function() --Stores the Axes somewhere so you can restore them later
  1512. Amount = 0
  1513. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  1514. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  1515. b.Parent = game.Players.LocalPlayer
  1516. Amount = Amount + 1
  1517. end
  1518. end
  1519. SendNotification("Store Notification", "Stored "..Amount.." Axes, you can restore them later", 2)
  1520. end)
  1521.  
  1522. RestoreAxe.MouseButton1Down:connect(function() --Restores the axes that you stored with the Store function
  1523. Amount = 0
  1524. for a,b in pairs(game.Players.LocalPlayer:GetChildren()) do
  1525. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  1526. b.Parent = game.Players.LocalPlayer.Backpack
  1527. Amount = Amount + 1
  1528. end
  1529. end
  1530. SendNotification("Restore Notification", "Restored "..Amount.." Axes that you Stored", 2)
  1531. end)
  1532.  
  1533. CountAxe.MouseButton1Down:connect(function() --Counts Axes in your Backpack (Equiped Axes dont Count)
  1534. Amount = 0
  1535. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1536. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  1537. Amount = Amount + 1
  1538. end
  1539. end
  1540. SendNotification("Axe Amount", "You have "..Amount.." Axes in your Backpack",2)
  1541. end)
  1542.  
  1543. DropAxe.MouseButton1Down:connect(function() --Drops all your Axes
  1544. Amount = 0
  1545. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1546. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  1547. game.ReplicatedStorage.Interaction.ClientInteracted:FireServer(b, "Drop tool", game.Players.LocalPlayer.Character.Head.CFrame)
  1548. Amount = Amount + 1
  1549. end
  1550. end
  1551. SendNotification("Axe Dropped", "Dropped "..Amount.." Axes from your Backpack",5)
  1552. end)
  1553.  
  1554. DupeMoney.MouseButton1Down:connect(function() --Sends the money and will come back after around 2 mins
  1555. if MoneyCooldown == true then
  1556. SendNotification("Cooldown Notification", "Wait for your Money to come back",2)
  1557. return
  1558. elseif MoneyCooldown == false then
  1559. MoneyCooldown = true
  1560. SendNotification("Money Sent", "Wait about 2 minutes for your Money to come back", 5)
  1561. game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
  1562. SendNotification("Money Received", "You received your money that you have sent earlier", 5)
  1563. MoneyCooldown = false
  1564. end
  1565. end)
  1566.  
  1567. --Anti Overwrite Slot (Sub-Function)
  1568. while wait(.15) do
  1569. if CurrentlySavingOrLoading.Value == true and ScriptLoadOrSave == false then
  1570. repeat
  1571. wait(1)
  1572. until CurrentlySavingOrLoading.Value == false
  1573. wait(1)
  1574. CurrentSlot = game.Players.LocalPlayer.CurrentSaveSlot.Value
  1575. print(CurrentSlot)
  1576. end
  1577. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement