lenard16jr

SHIROS GUI LT2 1

Feb 4th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 103.81 KB | None | 0 0
  1. local shiroshubv2 = Instance.new("ScreenGui")
  2. local mainframe = Instance.new("Frame")
  3. local Minimise = Instance.new("TextButton")
  4. local Dupe = Instance.new("TextButton")
  5. local DupeFrame = Instance.new("Frame")
  6. local CountAxes = Instance.new("TextButton")
  7. local StoreAxes = Instance.new("TextButton")
  8. local RestoreAxes = Instance.new("TextButton")
  9. local DupeSlot = Instance.new("TextBox")
  10. local MoneyDupeSlot = Instance.new("TextBox")
  11. local MoneyDupe = Instance.new("TextLabel")
  12. local AxeDupe = Instance.new("TextLabel")
  13. local Dupe_2 = Instance.new("TextLabel")
  14. local MoneyStep1 = Instance.new("TextButton")
  15. local MoneyStep2 = Instance.new("TextButton")
  16. local DupeStep1 = Instance.new("TextButton")
  17. local DupeStep2 = Instance.new("TextButton")
  18. local Main = Instance.new("TextButton")
  19. local MainFrame = Instance.new("Frame")
  20. local Speed = Instance.new("TextButton")
  21. local Fly = Instance.new("TextButton")
  22. local GoldenAxe = Instance.new("TextButton")
  23. local TP = Instance.new("TextButton")
  24. local Paint = Instance.new("TextButton")
  25. local AllBp = Instance.new("TextButton")
  26. local CarFlight = Instance.new("TextButton")
  27. local NoFog = Instance.new("TextButton")
  28. local ResetCharacter = Instance.new("TextButton")
  29. local NoClip = Instance.new("TextButton")
  30. local InfJump = Instance.new("TextButton")
  31. local jesus = Instance.new("TextButton")
  32. local FastDelBps = Instance.new("TextButton")
  33. local Jump = Instance.new("TextButton")
  34. local SpeedValue = Instance.new("TextBox")
  35. local JumpValue = Instance.new("TextBox")
  36. local SecretWalkSpeed = Instance.new("TextButton")
  37. local Plot = Instance.new("TextButton")
  38. local PlotFrame = Instance.new("Frame")
  39. local BlackListAll = Instance.new("TextButton")
  40. local MaxLand = Instance.new("TextButton")
  41. local WipeBase = Instance.new("TextButton")
  42. local AntiBLAll = Instance.new("TextButton")
  43. local CopyBase = Instance.new("TextButton")
  44. local PlayerName = Instance.new("TextBox")
  45. local You = Instance.new("TextLabel")
  46. local Others = Instance.new("TextLabel")
  47. local Wood = Instance.new("TextButton")
  48. local WoodFrame = Instance.new("Frame")
  49. local SellWood = Instance.new("TextButton")
  50. local SellPlanks = Instance.new("TextButton")
  51. local ModWood = Instance.new("TextButton")
  52. local TPWood = Instance.new("TextButton")
  53. local TPPlanks = Instance.new("TextButton")
  54. local RemoveTrees = Instance.new("TextButton")
  55. local TP_2 = Instance.new("TextButton")
  56. local TPFrame = Instance.new("Frame")
  57. local StoreWoodRUs = Instance.new("TextButton")
  58. local StoreLand = Instance.new("TextButton")
  59. local StoreCars = Instance.new("TextButton")
  60. local GreenBox = Instance.new("TextButton")
  61. local StoreFancy = Instance.new("TextButton")
  62. local StoreLogic = Instance.new("TextButton")
  63. local Spawn = Instance.new("TextButton")
  64. local IceWood = Instance.new("TextButton")
  65. local Lodge = Instance.new("TextButton")
  66. local Dock = Instance.new("TextButton")
  67. local Bridge = Instance.new("TextButton")
  68. local Cave = Instance.new("TextButton")
  69. local StrangeMan = Instance.new("TextButton")
  70. local YellowWood = Instance.new("TextButton")
  71. local Volcano = Instance.new("TextButton")
  72. local Palm = Instance.new("TextButton")
  73. local StoreBobs = Instance.new("TextButton")
  74. local EndTimes = Instance.new("TextButton")
  75. local Swamp = Instance.new("TextButton")
  76. local StoreFineArts = Instance.new("TextButton")
  77. local Hub = Instance.new("TextButton")
  78. local HubFrame = Instance.new("Frame")
  79. local Blood = Instance.new("TextButton")
  80. local Venyx = Instance.new("TextButton")
  81. local BringUp = Instance.new("TextButton")
  82. local LightLumber = Instance.new("TextButton")
  83. local Ferry = Instance.new("TextButton")
  84. local JohiroAxeDupe = Instance.new("TextButton")
  85. local Credits = Instance.new("TextButton")
  86. local CreditsFrame = Instance.new("Frame")
  87. local MadeBy = Instance.new("TextLabel")
  88. local SnowyShiro = Instance.new("TextLabel")
  89. local Credits_2 = Instance.new("TextLabel")
  90. local AnimeCheat = Instance.new("TextLabel")
  91. local Johiro = Instance.new("TextLabel")
  92. local Sten = Instance.new("TextLabel")
  93. local Averias = Instance.new("TextLabel")
  94. local Close = Instance.new("TextButton")
  95. local Name = Instance.new("TextLabel")
  96. local openbutton = Instance.new("TextButton")
  97.  
  98. shiroshubv2.Name = "shiroshubv2"
  99. shiroshubv2.Parent = game.CoreGui
  100.  
  101. mainframe.Name = "mainframe"
  102. mainframe.Parent = shiroshubv2
  103. mainframe.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  104. mainframe.BorderColor3 = Color3.fromRGB(255, 255, 255)
  105. mainframe.BorderSizePixel = 0
  106. mainframe.Position = UDim2.new(0.202159837, 0, 0.372229487, 0)
  107. mainframe.Size = UDim2.new(0, 400, 0, 280)
  108. mainframe.Visible = false
  109.  
  110. Minimise.Name = "Minimise"
  111. Minimise.Parent = mainframe
  112. Minimise.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  113. Minimise.BorderColor3 = Color3.fromRGB(128, 39, 211)
  114. Minimise.BorderSizePixel = 0
  115. Minimise.Position = UDim2.new(0.800000012, 0, 0, 0)
  116. Minimise.Size = UDim2.new(0, 40, 0, 40)
  117. Minimise.Font = Enum.Font.SourceSans
  118. Minimise.Text = "-"
  119. Minimise.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. Minimise.TextSize = 35.000
  121. Minimise.TextWrapped = true
  122. Minimise.MouseButton1Down:connect(function()
  123. openbutton.Visible = true
  124. mainframe.Visible = false
  125. end)
  126.  
  127. Close.Name = "Close"
  128. Close.Parent = mainframe
  129. Close.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  130. Close.BorderColor3 = Color3.fromRGB(128, 39, 211)
  131. Close.BorderSizePixel = 0
  132. Close.Position = UDim2.new(0.899469852, 0, 0, 0)
  133. Close.Size = UDim2.new(0, 40, 0, 40)
  134. Close.Font = Enum.Font.SourceSans
  135. Close.Text = "X"
  136. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. Close.TextSize = 35.000
  138. Close.TextWrapped = true
  139. Close.MouseButton1Down:connect(function()
  140. shiroshubv2:Destroy()
  141. end)
  142.  
  143. openbutton.Name = "openbutton"
  144. openbutton.Parent = shiroshubv2
  145. openbutton.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  146. openbutton.BorderColor3 = Color3.fromRGB(138, 43, 226)
  147. openbutton.BorderSizePixel = 0
  148. openbutton.Position = UDim2.new(0.850947857, 0, 0.935937285, 0)
  149. openbutton.Size = UDim2.new(0, 100, 0, 30)
  150. openbutton.Font = Enum.Font.SourceSans
  151. openbutton.Text = "Open"
  152. openbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. openbutton.TextSize = 32.000
  154. openbutton.MouseButton1Down:connect(function()
  155. mainframe.Visible = true
  156. openbutton.Visible = false
  157. end)
  158.  
  159. Dupe.Name = "Dupe"
  160. Dupe.Parent = mainframe
  161. Dupe.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  162. Dupe.BorderColor3 = Color3.fromRGB(138, 43, 226)
  163. Dupe.BorderSizePixel = 0
  164. Dupe.Position = UDim2.new(0, 0, 0.42899999, 0)
  165. Dupe.Size = UDim2.new(0, 80, 0, 40)
  166. Dupe.Font = Enum.Font.SourceSans
  167. Dupe.Text = "Dupe"
  168. Dupe.TextColor3 = Color3.fromRGB(255, 255, 255)
  169. Dupe.TextScaled = true
  170. Dupe.TextSize = 32.000
  171. Dupe.TextWrapped = true
  172. Dupe.MouseButton1Down:connect(function()
  173. CreditsFrame.Visible = false
  174. DupeFrame.Visible = true
  175. HubFrame.Visible = false
  176. MainFrame.Visible = false
  177. PlotFrame.Visible = false
  178. TPFrame.Visible = false
  179. WoodFrame.Visible = false
  180. end)
  181.  
  182. DupeFrame.Name = "DupeFrame"
  183. DupeFrame.Parent = Dupe
  184. DupeFrame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  185. DupeFrame.BorderSizePixel = 0
  186. DupeFrame.Position = UDim2.new(1, 0, -2.00299978, 0)
  187. DupeFrame.Size = UDim2.new(0, 320, 0, 240)
  188. DupeFrame.Visible = false
  189.  
  190. StoreAxes.Name = "StoreAxes"
  191. StoreAxes.Parent = DupeFrame
  192. StoreAxes.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  193. StoreAxes.BorderSizePixel = 0
  194. StoreAxes.Position = UDim2.new(0.675000012, 0, 0.26699999, 0)
  195. StoreAxes.Size = UDim2.new(0, 98, 0, 52)
  196. StoreAxes.Font = Enum.Font.SourceSans
  197. StoreAxes.Text = "Store Axes"
  198. StoreAxes.TextColor3 = Color3.fromRGB(255, 255, 255)
  199. StoreAxes.TextScaled = true
  200. StoreAxes.TextSize = 14.000
  201. StoreAxes.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  202. StoreAxes.TextWrapped = true
  203.  
  204. CountAxes.Name = "CountAxes"
  205. CountAxes.Parent = DupeFrame
  206. CountAxes.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  207. CountAxes.BorderSizePixel = 0
  208. CountAxes.Position = UDim2.new(0.675000012, 0, 0.754500031, 0)
  209. CountAxes.Size = UDim2.new(0, 98, 0, 52)
  210. CountAxes.Font = Enum.Font.SourceSans
  211. CountAxes.Text = "Count Axes"
  212. CountAxes.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. CountAxes.TextScaled = true
  214. CountAxes.TextSize = 14.000
  215. CountAxes.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  216. CountAxes.TextWrapped = true
  217.  
  218. RestoreAxes.Name = "RestoreAxes"
  219. RestoreAxes.Parent = DupeFrame
  220. RestoreAxes.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  221. RestoreAxes.BorderSizePixel = 0
  222. RestoreAxes.Position = UDim2.new(0.675000012, 0, 0.513000011, 0)
  223. RestoreAxes.Size = UDim2.new(0, 98, 0, 52)
  224. RestoreAxes.Font = Enum.Font.SourceSans
  225. RestoreAxes.Text = "Restore Axes"
  226. RestoreAxes.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. RestoreAxes.TextScaled = true
  228. RestoreAxes.TextSize = 14.000
  229. RestoreAxes.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  230. RestoreAxes.TextWrapped = true
  231.  
  232. DupeSlot.Name = "DupeSlot"
  233. DupeSlot.Parent = DupeFrame
  234. DupeSlot.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  235. DupeSlot.BorderSizePixel = 0
  236. DupeSlot.Position = UDim2.new(0.0199999809, 0, 0.266666681, 0)
  237. DupeSlot.Size = UDim2.new(0, 98, 0, 52)
  238. DupeSlot.Font = Enum.Font.SourceSans
  239. DupeSlot.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  240. DupeSlot.PlaceholderText = "Slot?"
  241. DupeSlot.Text = ""
  242. DupeSlot.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. DupeSlot.TextScaled = true
  244. DupeSlot.TextSize = 14.000
  245. DupeSlot.TextWrapped = true
  246.  
  247. MoneyDupeSlot.Name = "MoneyDupeSlot"
  248. MoneyDupeSlot.Parent = DupeFrame
  249. MoneyDupeSlot.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  250. MoneyDupeSlot.BorderSizePixel = 0
  251. MoneyDupeSlot.Position = UDim2.new(0.347000003, 0, 0.26699999, 0)
  252. MoneyDupeSlot.Size = UDim2.new(0, 98, 0, 52)
  253. MoneyDupeSlot.Font = Enum.Font.SourceSans
  254. MoneyDupeSlot.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  255. MoneyDupeSlot.PlaceholderText = "Slot?"
  256. MoneyDupeSlot.Text = ""
  257. MoneyDupeSlot.TextColor3 = Color3.fromRGB(255, 255, 255)
  258. MoneyDupeSlot.TextScaled = true
  259. MoneyDupeSlot.TextSize = 14.000
  260. MoneyDupeSlot.TextWrapped = true
  261.  
  262. MoneyDupe.Name = "MoneyDupe"
  263. MoneyDupe.Parent = DupeFrame
  264. MoneyDupe.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  265. MoneyDupe.BorderSizePixel = 0
  266. MoneyDupe.Position = UDim2.new(0.347000003, 0, 0.0250000004, 0)
  267. MoneyDupe.Size = UDim2.new(0, 98, 0, 52)
  268. MoneyDupe.Font = Enum.Font.SourceSans
  269. MoneyDupe.Text = "Money Dupe"
  270. MoneyDupe.TextColor3 = Color3.fromRGB(255, 255, 255)
  271. MoneyDupe.TextScaled = true
  272. MoneyDupe.TextSize = 14.000
  273. MoneyDupe.TextWrapped = true
  274.  
  275. AxeDupe.Name = "AxeDupe"
  276. AxeDupe.Parent = DupeFrame
  277. AxeDupe.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  278. AxeDupe.BorderSizePixel = 0
  279. AxeDupe.Position = UDim2.new(0.675000012, 0, 0.0250000004, 0)
  280. AxeDupe.Size = UDim2.new(0, 98, 0, 52)
  281. AxeDupe.Font = Enum.Font.SourceSans
  282. AxeDupe.Text = "Axe Dupe"
  283. AxeDupe.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. AxeDupe.TextScaled = true
  285. AxeDupe.TextSize = 14.000
  286. AxeDupe.TextWrapped = true
  287.  
  288. Dupe_2.Name = "Dupe"
  289. Dupe_2.Parent = DupeFrame
  290. Dupe_2.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  291. Dupe_2.BorderSizePixel = 0
  292. Dupe_2.Position = UDim2.new(0.0199999996, 0, 0.0250000004, 0)
  293. Dupe_2.Size = UDim2.new(0, 98, 0, 52)
  294. Dupe_2.Font = Enum.Font.SourceSans
  295. Dupe_2.Text = "Dupe"
  296. Dupe_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  297. Dupe_2.TextScaled = true
  298. Dupe_2.TextSize = 14.000
  299. Dupe_2.TextWrapped = true
  300.  
  301. MoneyStep1.Name = "MoneyStep1"
  302. MoneyStep1.Parent = DupeFrame
  303. MoneyStep1.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  304. MoneyStep1.BorderSizePixel = 0
  305. MoneyStep1.Position = UDim2.new(0.346875012, 0, 0.513000011, 0)
  306. MoneyStep1.Size = UDim2.new(0, 98, 0, 52)
  307. MoneyStep1.Font = Enum.Font.SourceSans
  308. MoneyStep1.Text = "Step 1"
  309. MoneyStep1.TextColor3 = Color3.fromRGB(255, 255, 255)
  310. MoneyStep1.TextScaled = true
  311. MoneyStep1.TextSize = 14.000
  312. MoneyStep1.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  313. MoneyStep1.TextWrapped = true
  314.  
  315. MoneyStep2.Name = "MoneyStep2"
  316. MoneyStep2.Parent = DupeFrame
  317. MoneyStep2.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  318. MoneyStep2.BorderSizePixel = 0
  319. MoneyStep2.Position = UDim2.new(0.347000003, 0, 0.754999995, 0)
  320. MoneyStep2.Size = UDim2.new(0, 98, 0, 52)
  321. MoneyStep2.Font = Enum.Font.SourceSans
  322. MoneyStep2.Text = "Step 2"
  323. MoneyStep2.TextColor3 = Color3.fromRGB(255, 255, 255)
  324. MoneyStep2.TextScaled = true
  325. MoneyStep2.TextSize = 14.000
  326. MoneyStep2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  327. MoneyStep2.TextWrapped = true
  328.  
  329. DupeStep2.Name = "DupeStep2"
  330. DupeStep2.Parent = DupeFrame
  331. DupeStep2.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  332. DupeStep2.BorderSizePixel = 0
  333. DupeStep2.Position = UDim2.new(0.0199999996, 0, 0.754999995, 0)
  334. DupeStep2.Size = UDim2.new(0, 98, 0, 52)
  335. DupeStep2.Font = Enum.Font.SourceSans
  336. DupeStep2.Text = "Step 2"
  337. DupeStep2.TextColor3 = Color3.fromRGB(255, 255, 255)
  338. DupeStep2.TextScaled = true
  339. DupeStep2.TextSize = 14.000
  340. DupeStep2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  341. DupeStep2.TextWrapped = true
  342.  
  343. DupeStep1.Name = "DupeStep1"
  344. DupeStep1.Parent = DupeFrame
  345. DupeStep1.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  346. DupeStep1.BorderSizePixel = 0
  347. DupeStep1.Position = UDim2.new(0.0199999996, 0, 0.513000011, 0)
  348. DupeStep1.Size = UDim2.new(0, 98, 0, 52)
  349. DupeStep1.Font = Enum.Font.SourceSans
  350. DupeStep1.Text = "Step 1"
  351. DupeStep1.TextColor3 = Color3.fromRGB(255, 255, 255)
  352. DupeStep1.TextScaled = true
  353. DupeStep1.TextSize = 14.000
  354. DupeStep1.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  355. DupeStep1.TextWrapped = true
  356.  
  357. Main.Name = "Main"
  358. Main.Parent = mainframe
  359. Main.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  360. Main.BorderColor3 = Color3.fromRGB(138, 43, 226)
  361. Main.BorderSizePixel = 0
  362. Main.Size = UDim2.new(0, 80, 0, 40)
  363. Main.Font = Enum.Font.SourceSans
  364. Main.Text = "Main"
  365. Main.TextColor3 = Color3.fromRGB(255, 255, 255)
  366. Main.TextScaled = true
  367. Main.TextSize = 32.000
  368. Main.TextWrapped = true
  369. Main.MouseButton1Down:connect(function()
  370. CreditsFrame.Visible = false
  371. DupeFrame.Visible = false
  372. HubFrame.Visible = false
  373. MainFrame.Visible = true
  374. PlotFrame.Visible = false
  375. TPFrame.Visible = false
  376. WoodFrame.Visible = false
  377. end)
  378.  
  379. MainFrame.Name = "MainFrame"
  380. MainFrame.Parent = Main
  381. MainFrame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  382. MainFrame.BorderSizePixel = 0
  383. MainFrame.Position = UDim2.new(1, 0, 1, 0)
  384. MainFrame.Size = UDim2.new(0, 320, 0, 240)
  385. MainFrame.Visible = false
  386.  
  387. Speed.Name = "Speed"
  388. Speed.Parent = MainFrame
  389. Speed.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  390. Speed.BorderSizePixel = 0
  391. Speed.Position = UDim2.new(0.0199999809, 0, 0.0250000004, 0)
  392. Speed.Size = UDim2.new(0, 76, 0, 52)
  393. Speed.Font = Enum.Font.SourceSans
  394. Speed.Text = "Speed"
  395. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. Speed.TextScaled = true
  397. Speed.TextSize = 14.000
  398. Speed.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  399. Speed.TextWrapped = true
  400.  
  401. Fly.Name = "Fly"
  402. Fly.Parent = MainFrame
  403. Fly.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  404. Fly.BorderSizePixel = 0
  405. Fly.Position = UDim2.new(0.0199999996, 0, 0.270000011, 0)
  406. Fly.Size = UDim2.new(0, 73, 0, 52)
  407. Fly.Font = Enum.Font.SourceSans
  408. Fly.Text = "Fly"
  409. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  410. Fly.TextScaled = true
  411. Fly.TextSize = 14.000
  412. Fly.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  413. Fly.TextWrapped = true
  414.  
  415. GoldenAxe.Name = "GoldenAxe"
  416. GoldenAxe.Parent = MainFrame
  417. GoldenAxe.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  418. GoldenAxe.BorderSizePixel = 0
  419. GoldenAxe.Position = UDim2.new(0.0199999996, 0, 0.757499993, 0)
  420. GoldenAxe.Size = UDim2.new(0, 73, 0, 52)
  421. GoldenAxe.Font = Enum.Font.SourceSans
  422. GoldenAxe.Text = "Golden Axe"
  423. GoldenAxe.TextColor3 = Color3.fromRGB(255, 255, 255)
  424. GoldenAxe.TextScaled = true
  425. GoldenAxe.TextSize = 14.000
  426. GoldenAxe.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  427. GoldenAxe.TextWrapped = true
  428.  
  429. TP.Name = "TP"
  430. TP.Parent = MainFrame
  431. TP.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  432. TP.BorderSizePixel = 0
  433. TP.Position = UDim2.new(0.0199999996, 0, 0.514999986, 0)
  434. TP.Size = UDim2.new(0, 73, 0, 52)
  435. TP.Font = Enum.Font.SourceSans
  436. TP.Text = "CtrlClickTP"
  437. TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  438. TP.TextScaled = true
  439. TP.TextSize = 14.000
  440. TP.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  441. TP.TextWrapped = true
  442.  
  443. Paint.Name = "Paint"
  444. Paint.Parent = MainFrame
  445. Paint.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  446. Paint.BorderSizePixel = 0
  447. Paint.Position = UDim2.new(0.26699999, 0, 0.757000029, 0)
  448. Paint.Size = UDim2.new(0, 73, 0, 52)
  449. Paint.Font = Enum.Font.SourceSans
  450. Paint.Text = "Paint"
  451. Paint.TextColor3 = Color3.fromRGB(255, 255, 255)
  452. Paint.TextScaled = true
  453. Paint.TextSize = 14.000
  454. Paint.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  455. Paint.TextWrapped = true
  456.  
  457. AllBp.Name = "AllBp"
  458. AllBp.Parent = MainFrame
  459. AllBp.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  460. AllBp.BorderSizePixel = 0
  461. AllBp.Position = UDim2.new(0.26699999, 0, 0.514999986, 0)
  462. AllBp.Size = UDim2.new(0, 73, 0, 52)
  463. AllBp.Font = Enum.Font.SourceSans
  464. AllBp.Text = "All Bp's"
  465. AllBp.TextColor3 = Color3.fromRGB(255, 255, 255)
  466. AllBp.TextScaled = true
  467. AllBp.TextSize = 14.000
  468. AllBp.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  469. AllBp.TextWrapped = true
  470.  
  471. CarFlight.Name = "CarFlight"
  472. CarFlight.Parent = MainFrame
  473. CarFlight.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  474. CarFlight.BorderSizePixel = 0
  475. CarFlight.Position = UDim2.new(0.266874999, 0, 0.269999981, 0)
  476. CarFlight.Size = UDim2.new(0, 73, 0, 52)
  477. CarFlight.Font = Enum.Font.SourceSans
  478. CarFlight.Text = "Car Flight"
  479. CarFlight.TextColor3 = Color3.fromRGB(255, 255, 255)
  480. CarFlight.TextScaled = true
  481. CarFlight.TextSize = 14.000
  482. CarFlight.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  483. CarFlight.TextWrapped = true
  484.  
  485. NoFog.Name = "NoFog"
  486. NoFog.Parent = MainFrame
  487. NoFog.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  488. NoFog.BorderSizePixel = 0
  489. NoFog.Position = UDim2.new(0.753000021, 0, 0.514999986, 0)
  490. NoFog.Size = UDim2.new(0, 73, 0, 52)
  491. NoFog.Font = Enum.Font.SourceSans
  492. NoFog.Text = "No Fog"
  493. NoFog.TextColor3 = Color3.fromRGB(255, 255, 255)
  494. NoFog.TextScaled = true
  495. NoFog.TextSize = 14.000
  496. NoFog.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  497. NoFog.TextWrapped = true
  498.  
  499. ResetCharacter.Name = "ResetCharacter"
  500. ResetCharacter.Parent = MainFrame
  501. ResetCharacter.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  502. ResetCharacter.BorderSizePixel = 0
  503. ResetCharacter.Position = UDim2.new(0.753000021, 0, 0.757000029, 0)
  504. ResetCharacter.Size = UDim2.new(0, 73, 0, 52)
  505. ResetCharacter.Font = Enum.Font.SourceSans
  506. ResetCharacter.Text = "Reset Character"
  507. ResetCharacter.TextColor3 = Color3.fromRGB(255, 255, 255)
  508. ResetCharacter.TextScaled = true
  509. ResetCharacter.TextSize = 14.000
  510. ResetCharacter.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  511. ResetCharacter.TextWrapped = true
  512.  
  513. NoClip.Name = "NoClip"
  514. NoClip.Parent = MainFrame
  515. NoClip.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  516. NoClip.BorderSizePixel = 0
  517. NoClip.Position = UDim2.new(0.753000021, 0, 0.270000011, 0)
  518. NoClip.Size = UDim2.new(0, 73, 0, 52)
  519. NoClip.Font = Enum.Font.SourceSans
  520. NoClip.Text = "No Clip"
  521. NoClip.TextColor3 = Color3.fromRGB(255, 255, 255)
  522. NoClip.TextScaled = true
  523. NoClip.TextSize = 14.000
  524. NoClip.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  525. NoClip.TextWrapped = true
  526.  
  527. InfJump.Name = "InfJump"
  528. InfJump.Parent = MainFrame
  529. InfJump.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  530. InfJump.BorderSizePixel = 0
  531. InfJump.Position = UDim2.new(0.504999995, 0, 0.270000011, 0)
  532. InfJump.Size = UDim2.new(0, 73, 0, 52)
  533. InfJump.Font = Enum.Font.SourceSans
  534. InfJump.Text = "Infinite Jump"
  535. InfJump.TextColor3 = Color3.fromRGB(255, 255, 255)
  536. InfJump.TextScaled = true
  537. InfJump.TextSize = 14.000
  538. InfJump.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  539. InfJump.TextWrapped = true
  540.  
  541. jesus.Name = "jesus"
  542. jesus.Parent = MainFrame
  543. jesus.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  544. jesus.BorderSizePixel = 0
  545. jesus.Position = UDim2.new(0.504999995, 0, 0.514999986, 0)
  546. jesus.Size = UDim2.new(0, 73, 0, 52)
  547. jesus.Font = Enum.Font.SourceSans
  548. jesus.Text = "Jesus"
  549. jesus.TextColor3 = Color3.fromRGB(255, 255, 255)
  550. jesus.TextScaled = true
  551. jesus.TextSize = 14.000
  552. jesus.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  553. jesus.TextWrapped = true
  554.  
  555. FastDelBps.Name = "FastDelBps"
  556. FastDelBps.Parent = MainFrame
  557. FastDelBps.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  558. FastDelBps.BorderSizePixel = 0
  559. FastDelBps.Position = UDim2.new(0.504999995, 0, 0.757000029, 0)
  560. FastDelBps.Size = UDim2.new(0, 73, 0, 52)
  561. FastDelBps.Font = Enum.Font.SourceSans
  562. FastDelBps.Text = "FastDelBps"
  563. FastDelBps.TextColor3 = Color3.fromRGB(255, 255, 255)
  564. FastDelBps.TextScaled = true
  565. FastDelBps.TextSize = 14.000
  566. FastDelBps.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  567. FastDelBps.TextWrapped = true
  568.  
  569. Jump.Name = "Jump"
  570. Jump.Parent = MainFrame
  571. Jump.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  572. Jump.BorderSizePixel = 0
  573. Jump.Position = UDim2.new(0.504999995, 0, 0.0250000004, 0)
  574. Jump.Size = UDim2.new(0, 76, 0, 52)
  575. Jump.Font = Enum.Font.SourceSans
  576. Jump.Text = "Jump"
  577. Jump.TextColor3 = Color3.fromRGB(255, 255, 255)
  578. Jump.TextScaled = true
  579. Jump.TextSize = 14.000
  580. Jump.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  581. Jump.TextWrapped = true
  582.  
  583. SpeedValue.Name = "SpeedValue"
  584. SpeedValue.Parent = MainFrame
  585. SpeedValue.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  586. SpeedValue.BorderSizePixel = 0
  587. SpeedValue.Position = UDim2.new(0.257499993, 0, 0.0250000004, 0)
  588. SpeedValue.Size = UDim2.new(0, 76, 0, 52)
  589. SpeedValue.Font = Enum.Font.SourceSans
  590. SpeedValue.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  591. SpeedValue.PlaceholderText = "16"
  592. SpeedValue.Text = ""
  593. SpeedValue.TextColor3 = Color3.fromRGB(255, 255, 255)
  594. SpeedValue.TextScaled = true
  595. SpeedValue.TextSize = 14.000
  596. SpeedValue.TextWrapped = true
  597.  
  598. JumpValue.Name = "JumpValue"
  599. JumpValue.Parent = MainFrame
  600. JumpValue.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  601. JumpValue.BorderSizePixel = 0
  602. JumpValue.Position = UDim2.new(0.742500007, 0, 0.0250000004, 0)
  603. JumpValue.Size = UDim2.new(0, 76, 0, 52)
  604. JumpValue.Font = Enum.Font.SourceSans
  605. JumpValue.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  606. JumpValue.PlaceholderText = "50"
  607. JumpValue.Text = ""
  608. JumpValue.TextColor3 = Color3.fromRGB(255, 255, 255)
  609. JumpValue.TextScaled = true
  610. JumpValue.TextSize = 14.000
  611. JumpValue.TextWrapped = true
  612.  
  613. SecretWalkSpeed.Name = "SecretWalkSpeed"
  614. SecretWalkSpeed.Parent = MainFrame
  615. SecretWalkSpeed.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  616. SecretWalkSpeed.BorderSizePixel = 0
  617. SecretWalkSpeed.Size = UDim2.new(0, 6, 0, 6)
  618. SecretWalkSpeed.AutoButtonColor = false
  619. SecretWalkSpeed.Font = Enum.Font.SourceSans
  620. SecretWalkSpeed.Text = ""
  621. SecretWalkSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  622. SecretWalkSpeed.TextScaled = true
  623. SecretWalkSpeed.TextSize = 14.000
  624. SecretWalkSpeed.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  625. SecretWalkSpeed.TextWrapped = true
  626.  
  627. Plot.Name = "Plot"
  628. Plot.Parent = mainframe
  629. Plot.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  630. Plot.BorderColor3 = Color3.fromRGB(138, 43, 226)
  631. Plot.BorderSizePixel = 0
  632. Plot.Position = UDim2.new(0, 0, 0.572000027, 0)
  633. Plot.Size = UDim2.new(0, 80, 0, 40)
  634. Plot.Font = Enum.Font.SourceSans
  635. Plot.Text = "Plot"
  636. Plot.TextColor3 = Color3.fromRGB(255, 255, 255)
  637. Plot.TextScaled = true
  638. Plot.TextSize = 32.000
  639. Plot.TextWrapped = true
  640. Plot.MouseButton1Down:connect(function()
  641. CreditsFrame.Visible = false
  642. DupeFrame.Visible = false
  643. HubFrame.Visible = false
  644. MainFrame.Visible = false
  645. PlotFrame.Visible = true
  646. TPFrame.Visible = false
  647. WoodFrame.Visible = false
  648. end)
  649.  
  650. PlotFrame.Name = "PlotFrame"
  651. PlotFrame.Parent = Plot
  652. PlotFrame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  653. PlotFrame.BorderSizePixel = 0
  654. PlotFrame.Position = UDim2.new(1, 0, -3.00299978, 0)
  655. PlotFrame.Size = UDim2.new(0, 320, 0, 240)
  656. PlotFrame.Visible = false
  657.  
  658. BlackListAll.Name = "BlackList All"
  659. BlackListAll.Parent = PlotFrame
  660. BlackListAll.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  661. BlackListAll.BorderSizePixel = 0
  662. BlackListAll.Position = UDim2.new(0.0199999996, 0, 0.754999995, 0)
  663. BlackListAll.Size = UDim2.new(0, 151, 0, 52)
  664. BlackListAll.Font = Enum.Font.SourceSans
  665. BlackListAll.Text = "Blacklist All"
  666. BlackListAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  667. BlackListAll.TextScaled = true
  668. BlackListAll.TextSize = 14.000
  669. BlackListAll.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  670. BlackListAll.TextWrapped = true
  671.  
  672. MaxLand.Name = "MaxLand"
  673. MaxLand.Parent = PlotFrame
  674. MaxLand.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  675. MaxLand.BorderSizePixel = 0
  676. MaxLand.Position = UDim2.new(0.0199999996, 0, 0.270000011, 0)
  677. MaxLand.Size = UDim2.new(0, 151, 0, 52)
  678. MaxLand.Font = Enum.Font.SourceSans
  679. MaxLand.Text = "Max Land"
  680. MaxLand.TextColor3 = Color3.fromRGB(255, 255, 255)
  681. MaxLand.TextScaled = true
  682. MaxLand.TextSize = 14.000
  683. MaxLand.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  684. MaxLand.TextWrapped = true
  685.  
  686. WipeBase.Name = "WipeBase"
  687. WipeBase.Parent = PlotFrame
  688. WipeBase.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  689. WipeBase.BorderSizePixel = 0
  690. WipeBase.Position = UDim2.new(0.0199999996, 0, 0.514999986, 0)
  691. WipeBase.Size = UDim2.new(0, 151, 0, 52)
  692. WipeBase.Font = Enum.Font.SourceSans
  693. WipeBase.Text = "Wipe Base"
  694. WipeBase.TextColor3 = Color3.fromRGB(255, 255, 255)
  695. WipeBase.TextScaled = true
  696. WipeBase.TextSize = 14.000
  697. WipeBase.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  698. WipeBase.TextWrapped = true
  699.  
  700. AntiBLAll.Name = "AntiBLAll"
  701. AntiBLAll.Parent = PlotFrame
  702. AntiBLAll.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  703. AntiBLAll.BorderSizePixel = 0
  704. AntiBLAll.Position = UDim2.new(0.508000016, 0, 0.754999995, 0)
  705. AntiBLAll.Size = UDim2.new(0, 151, 0, 52)
  706. AntiBLAll.Font = Enum.Font.SourceSans
  707. AntiBLAll.Text = "Anti Blacklist All"
  708. AntiBLAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  709. AntiBLAll.TextScaled = true
  710. AntiBLAll.TextSize = 14.000
  711. AntiBLAll.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  712. AntiBLAll.TextWrapped = true
  713.  
  714. CopyBase.Name = "CopyBase"
  715. CopyBase.Parent = PlotFrame
  716. CopyBase.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  717. CopyBase.BorderSizePixel = 0
  718. CopyBase.Position = UDim2.new(0.508000016, 0, 0.514999986, 0)
  719. CopyBase.Size = UDim2.new(0, 151, 0, 52)
  720. CopyBase.Font = Enum.Font.SourceSans
  721. CopyBase.Text = "Copy Base"
  722. CopyBase.TextColor3 = Color3.fromRGB(255, 255, 255)
  723. CopyBase.TextScaled = true
  724. CopyBase.TextSize = 14.000
  725. CopyBase.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  726. CopyBase.TextWrapped = true
  727.  
  728. PlayerName.Name = "PlayerName"
  729. PlayerName.Parent = PlotFrame
  730. PlayerName.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  731. PlayerName.BorderSizePixel = 0
  732. PlayerName.Position = UDim2.new(0.508000016, 0, 0.270000011, 0)
  733. PlayerName.Size = UDim2.new(0, 151, 0, 52)
  734. PlayerName.Font = Enum.Font.SourceSans
  735. PlayerName.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  736. PlayerName.PlaceholderText = "Player Name?"
  737. PlayerName.Text = ""
  738. PlayerName.TextColor3 = Color3.fromRGB(255, 255, 255)
  739. PlayerName.TextScaled = true
  740. PlayerName.TextSize = 14.000
  741. PlayerName.TextWrapped = true
  742.  
  743. You.Name = "You"
  744. You.Parent = PlotFrame
  745. You.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  746. You.BorderSizePixel = 0
  747. You.Position = UDim2.new(0.0199999996, 0, 0.0250000004, 0)
  748. You.Size = UDim2.new(0, 151, 0, 52)
  749. You.Font = Enum.Font.SourceSans
  750. You.Text = "You"
  751. You.TextColor3 = Color3.fromRGB(255, 255, 255)
  752. You.TextScaled = true
  753. You.TextSize = 14.000
  754. You.TextWrapped = true
  755.  
  756. Others.Name = "Others"
  757. Others.Parent = PlotFrame
  758. Others.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  759. Others.BorderSizePixel = 0
  760. Others.Position = UDim2.new(0.508000016, 0, 0.0250000004, 0)
  761. Others.Size = UDim2.new(0, 151, 0, 52)
  762. Others.Font = Enum.Font.SourceSans
  763. Others.Text = "Others"
  764. Others.TextColor3 = Color3.fromRGB(255, 255, 255)
  765. Others.TextScaled = true
  766. Others.TextSize = 14.000
  767. Others.TextWrapped = true
  768.  
  769. Wood.Name = "Wood"
  770. Wood.Parent = mainframe
  771. Wood.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  772. Wood.BorderColor3 = Color3.fromRGB(138, 43, 226)
  773. Wood.BorderSizePixel = 0
  774. Wood.Position = UDim2.new(0, 0, 0.143000007, 0)
  775. Wood.Size = UDim2.new(0, 80, 0, 40)
  776. Wood.Font = Enum.Font.SourceSans
  777. Wood.Text = "Wood"
  778. Wood.TextColor3 = Color3.fromRGB(255, 255, 255)
  779. Wood.TextScaled = true
  780. Wood.TextSize = 32.000
  781. Wood.TextWrapped = true
  782. Wood.MouseButton1Down:connect(function()
  783. CreditsFrame.Visible = false
  784. DupeFrame.Visible = false
  785. HubFrame.Visible = false
  786. MainFrame.Visible = false
  787. PlotFrame.Visible = false
  788. TPFrame.Visible = false
  789. WoodFrame.Visible = true
  790. end)
  791.  
  792. WoodFrame.Name = "WoodFrame"
  793. WoodFrame.Parent = Wood
  794. WoodFrame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  795. WoodFrame.BorderSizePixel = 0
  796. WoodFrame.Position = UDim2.new(1, 0, -0.00100021367, 0)
  797. WoodFrame.Size = UDim2.new(0, 320, 0, 240)
  798. WoodFrame.Visible = false
  799.  
  800. SellWood.Name = "SellWood"
  801. SellWood.Parent = WoodFrame
  802. SellWood.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  803. SellWood.BorderSizePixel = 0
  804. SellWood.Position = UDim2.new(0.0199999809, 0, 0.0250000004, 0)
  805. SellWood.Size = UDim2.new(0, 151, 0, 72)
  806. SellWood.Font = Enum.Font.SourceSans
  807. SellWood.Text = "Sell Wood"
  808. SellWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  809. SellWood.TextScaled = true
  810. SellWood.TextSize = 14.000
  811. SellWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  812. SellWood.TextWrapped = true
  813.  
  814. SellPlanks.Name = "SellPlanks"
  815. SellPlanks.Parent = WoodFrame
  816. SellPlanks.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  817. SellPlanks.BorderSizePixel = 0
  818. SellPlanks.Position = UDim2.new(0.508000016, 0, 0.0250000004, 0)
  819. SellPlanks.Size = UDim2.new(0, 151, 0, 72)
  820. SellPlanks.Font = Enum.Font.SourceSans
  821. SellPlanks.Text = "Sell Planks"
  822. SellPlanks.TextColor3 = Color3.fromRGB(255, 255, 255)
  823. SellPlanks.TextScaled = true
  824. SellPlanks.TextSize = 14.000
  825. SellPlanks.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  826. SellPlanks.TextWrapped = true
  827.  
  828. ModWood.Name = "ModWood"
  829. ModWood.Parent = WoodFrame
  830. ModWood.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  831. ModWood.BorderSizePixel = 0
  832. ModWood.Position = UDim2.new(0.0199999996, 0, 0.675000012, 0)
  833. ModWood.Size = UDim2.new(0, 151, 0, 72)
  834. ModWood.Font = Enum.Font.SourceSans
  835. ModWood.Text = "Mod Wood"
  836. ModWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  837. ModWood.TextScaled = true
  838. ModWood.TextSize = 14.000
  839. ModWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  840. ModWood.TextWrapped = true
  841.  
  842. TPWood.Name = "TPWood"
  843. TPWood.Parent = WoodFrame
  844. TPWood.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  845. TPWood.BorderSizePixel = 0
  846. TPWood.Position = UDim2.new(0.0199999996, 0, 0.350000024, 0)
  847. TPWood.Size = UDim2.new(0, 151, 0, 72)
  848. TPWood.Font = Enum.Font.SourceSans
  849. TPWood.Text = "TP Wood"
  850. TPWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  851. TPWood.TextScaled = true
  852. TPWood.TextSize = 14.000
  853. TPWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  854. TPWood.TextWrapped = true
  855.  
  856. TPPlanks.Name = "TPPlanks"
  857. TPPlanks.Parent = WoodFrame
  858. TPPlanks.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  859. TPPlanks.BorderSizePixel = 0
  860. TPPlanks.Position = UDim2.new(0.508000016, 0, 0.349999994, 0)
  861. TPPlanks.Size = UDim2.new(0, 151, 0, 72)
  862. TPPlanks.Font = Enum.Font.SourceSans
  863. TPPlanks.Text = "TP Planks"
  864. TPPlanks.TextColor3 = Color3.fromRGB(255, 255, 255)
  865. TPPlanks.TextScaled = true
  866. TPPlanks.TextSize = 14.000
  867. TPPlanks.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  868. TPPlanks.TextWrapped = true
  869.  
  870. RemoveTrees.Name = "RemoveTrees"
  871. RemoveTrees.Parent = WoodFrame
  872. RemoveTrees.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  873. RemoveTrees.BorderSizePixel = 0
  874. RemoveTrees.Position = UDim2.new(0.508000016, 0, 0.675000012, 0)
  875. RemoveTrees.Size = UDim2.new(0, 151, 0, 72)
  876. RemoveTrees.Font = Enum.Font.SourceSans
  877. RemoveTrees.Text = "Remove Trees"
  878. RemoveTrees.TextColor3 = Color3.fromRGB(255, 255, 255)
  879. RemoveTrees.TextScaled = true
  880. RemoveTrees.TextSize = 14.000
  881. RemoveTrees.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  882. RemoveTrees.TextWrapped = true
  883.  
  884. TP_2.Name = "TP"
  885. TP_2.Parent = mainframe
  886. TP_2.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  887. TP_2.BorderColor3 = Color3.fromRGB(138, 43, 226)
  888. TP_2.BorderSizePixel = 0
  889. TP_2.Position = UDim2.new(0, 0, 0.286000013, 0)
  890. TP_2.Size = UDim2.new(0, 80, 0, 40)
  891. TP_2.Font = Enum.Font.SourceSans
  892. TP_2.Text = "TP"
  893. TP_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  894. TP_2.TextScaled = true
  895. TP_2.TextSize = 32.000
  896. TP_2.TextWrapped = true
  897. TP_2.MouseButton1Down:connect(function()
  898. CreditsFrame.Visible = false
  899. DupeFrame.Visible = false
  900. HubFrame.Visible = false
  901. MainFrame.Visible = false
  902. PlotFrame.Visible = false
  903. TPFrame.Visible = true
  904. WoodFrame.Visible = false
  905. end)
  906.  
  907. TPFrame.Name = "TPFrame"
  908. TPFrame.Parent = TP_2
  909. TPFrame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  910. TPFrame.BorderSizePixel = 0
  911. TPFrame.Position = UDim2.new(1, 0, -1.00200045, 0)
  912. TPFrame.Size = UDim2.new(0, 320, 0, 240)
  913. TPFrame.Visible = false
  914.  
  915. StoreWoodRUs.Name = "StoreWoodRUs"
  916. StoreWoodRUs.Parent = TPFrame
  917. StoreWoodRUs.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  918. StoreWoodRUs.BorderSizePixel = 0
  919. StoreWoodRUs.Position = UDim2.new(0.0199999809, 0, 0.0250000004, 0)
  920. StoreWoodRUs.Size = UDim2.new(0, 73, 0, 40)
  921. StoreWoodRUs.Font = Enum.Font.SourceSans
  922. StoreWoodRUs.Text = "WoodRUs"
  923. StoreWoodRUs.TextColor3 = Color3.fromRGB(255, 255, 255)
  924. StoreWoodRUs.TextScaled = true
  925. StoreWoodRUs.TextSize = 14.000
  926. StoreWoodRUs.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  927. StoreWoodRUs.TextWrapped = true
  928.  
  929. StoreLand.Name = "StoreLand"
  930. StoreLand.Parent = TPFrame
  931. StoreLand.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  932. StoreLand.BorderSizePixel = 0
  933. StoreLand.Position = UDim2.new(0.0199999809, 0, 0.216666669, 0)
  934. StoreLand.Size = UDim2.new(0, 73, 0, 40)
  935. StoreLand.Font = Enum.Font.SourceSans
  936. StoreLand.Text = "Land Store"
  937. StoreLand.TextColor3 = Color3.fromRGB(255, 255, 255)
  938. StoreLand.TextScaled = true
  939. StoreLand.TextSize = 14.000
  940. StoreLand.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  941. StoreLand.TextWrapped = true
  942.  
  943. StoreCars.Name = "StoreCars"
  944. StoreCars.Parent = TPFrame
  945. StoreCars.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  946. StoreCars.BorderSizePixel = 0
  947. StoreCars.Position = UDim2.new(0.0199999996, 0, 0.415833324, 0)
  948. StoreCars.Size = UDim2.new(0, 73, 0, 40)
  949. StoreCars.Font = Enum.Font.SourceSans
  950. StoreCars.Text = "Boxed Cars"
  951. StoreCars.TextColor3 = Color3.fromRGB(255, 255, 255)
  952. StoreCars.TextScaled = true
  953. StoreCars.TextSize = 14.000
  954. StoreCars.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  955. StoreCars.TextWrapped = true
  956.  
  957. GreenBox.Name = "GreenBox"
  958. GreenBox.Parent = TPFrame
  959. GreenBox.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  960. GreenBox.BorderSizePixel = 0
  961. GreenBox.Position = UDim2.new(0.0199999996, 0, 0.80583334, 0)
  962. GreenBox.Size = UDim2.new(0, 73, 0, 40)
  963. GreenBox.Font = Enum.Font.SourceSans
  964. GreenBox.Text = "Green Box"
  965. GreenBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  966. GreenBox.TextScaled = true
  967. GreenBox.TextSize = 14.000
  968. GreenBox.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  969. GreenBox.TextWrapped = true
  970.  
  971. StoreFancy.Name = "StoreFancy"
  972. StoreFancy.Parent = TPFrame
  973. StoreFancy.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  974. StoreFancy.BorderSizePixel = 0
  975. StoreFancy.Position = UDim2.new(0.0199999996, 0, 0.614166677, 0)
  976. StoreFancy.Size = UDim2.new(0, 73, 0, 40)
  977. StoreFancy.Font = Enum.Font.SourceSans
  978. StoreFancy.Text = "Fancy Furnishings"
  979. StoreFancy.TextColor3 = Color3.fromRGB(255, 255, 255)
  980. StoreFancy.TextScaled = true
  981. StoreFancy.TextSize = 14.000
  982. StoreFancy.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  983. StoreFancy.TextWrapped = true
  984.  
  985. StoreLogic.Name = "StoreLogic"
  986. StoreLogic.Parent = TPFrame
  987. StoreLogic.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  988. StoreLogic.BorderSizePixel = 0
  989. StoreLogic.Position = UDim2.new(0.26699999, 0, 0.0250000004, 0)
  990. StoreLogic.Size = UDim2.new(0, 73, 0, 40)
  991. StoreLogic.Font = Enum.Font.SourceSans
  992. StoreLogic.Text = "Link's Logic"
  993. StoreLogic.TextColor3 = Color3.fromRGB(255, 255, 255)
  994. StoreLogic.TextScaled = true
  995. StoreLogic.TextSize = 14.000
  996. StoreLogic.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  997. StoreLogic.TextWrapped = true
  998.  
  999. Spawn.Name = "Spawn"
  1000. Spawn.Parent = TPFrame
  1001. Spawn.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1002. Spawn.BorderSizePixel = 0
  1003. Spawn.Position = UDim2.new(0.504999995, 0, 0.0250000004, 0)
  1004. Spawn.Size = UDim2.new(0, 73, 0, 40)
  1005. Spawn.Font = Enum.Font.SourceSans
  1006. Spawn.Text = "Spawn"
  1007. Spawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  1008. Spawn.TextScaled = true
  1009. Spawn.TextSize = 14.000
  1010. Spawn.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1011. Spawn.TextWrapped = true
  1012.  
  1013. IceWood.Name = "IceWood"
  1014. IceWood.Parent = TPFrame
  1015. IceWood.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1016. IceWood.BorderSizePixel = 0
  1017. IceWood.Position = UDim2.new(0.753000021, 0, 0.0250000004, 0)
  1018. IceWood.Size = UDim2.new(0, 73, 0, 40)
  1019. IceWood.Font = Enum.Font.SourceSans
  1020. IceWood.Text = "Ice Wood"
  1021. IceWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  1022. IceWood.TextScaled = true
  1023. IceWood.TextSize = 14.000
  1024. IceWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1025. IceWood.TextWrapped = true
  1026.  
  1027. Lodge.Name = "Lodge"
  1028. Lodge.Parent = TPFrame
  1029. Lodge.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1030. Lodge.BorderSizePixel = 0
  1031. Lodge.Position = UDim2.new(0.26699999, 0, 0.805999994, 0)
  1032. Lodge.Size = UDim2.new(0, 73, 0, 40)
  1033. Lodge.Font = Enum.Font.SourceSans
  1034. Lodge.Text = "Lodge"
  1035. Lodge.TextColor3 = Color3.fromRGB(255, 255, 255)
  1036. Lodge.TextScaled = true
  1037. Lodge.TextSize = 14.000
  1038. Lodge.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1039. Lodge.TextWrapped = true
  1040.  
  1041. Dock.Name = "Dock"
  1042. Dock.Parent = TPFrame
  1043. Dock.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1044. Dock.BorderSizePixel = 0
  1045. Dock.Position = UDim2.new(0.504999995, 0, 0.805999994, 0)
  1046. Dock.Size = UDim2.new(0, 73, 0, 40)
  1047. Dock.Font = Enum.Font.SourceSans
  1048. Dock.Text = "Dock"
  1049. Dock.TextColor3 = Color3.fromRGB(255, 255, 255)
  1050. Dock.TextScaled = true
  1051. Dock.TextSize = 14.000
  1052. Dock.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1053. Dock.TextWrapped = true
  1054.  
  1055. Bridge.Name = "Bridge"
  1056. Bridge.Parent = TPFrame
  1057. Bridge.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1058. Bridge.BorderSizePixel = 0
  1059. Bridge.Position = UDim2.new(0.753000021, 0, 0.805999994, 0)
  1060. Bridge.Size = UDim2.new(0, 73, 0, 40)
  1061. Bridge.Font = Enum.Font.SourceSans
  1062. Bridge.Text = "Bridge"
  1063. Bridge.TextColor3 = Color3.fromRGB(255, 255, 255)
  1064. Bridge.TextScaled = true
  1065. Bridge.TextSize = 14.000
  1066. Bridge.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1067. Bridge.TextWrapped = true
  1068.  
  1069. Cave.Name = "Cave"
  1070. Cave.Parent = TPFrame
  1071. Cave.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1072. Cave.BorderSizePixel = 0
  1073. Cave.Position = UDim2.new(0.753000021, 0, 0.614000022, 0)
  1074. Cave.Size = UDim2.new(0, 73, 0, 40)
  1075. Cave.Font = Enum.Font.SourceSans
  1076. Cave.Text = "Cave"
  1077. Cave.TextColor3 = Color3.fromRGB(255, 255, 255)
  1078. Cave.TextScaled = true
  1079. Cave.TextSize = 14.000
  1080. Cave.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1081. Cave.TextWrapped = true
  1082.  
  1083. StrangeMan.Name = "StrangeMan"
  1084. StrangeMan.Parent = TPFrame
  1085. StrangeMan.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1086. StrangeMan.BorderSizePixel = 0
  1087. StrangeMan.Position = UDim2.new(0.26699999, 0, 0.614000022, 0)
  1088. StrangeMan.Size = UDim2.new(0, 73, 0, 40)
  1089. StrangeMan.Font = Enum.Font.SourceSans
  1090. StrangeMan.Text = "Strange Man"
  1091. StrangeMan.TextColor3 = Color3.fromRGB(255, 255, 255)
  1092. StrangeMan.TextScaled = true
  1093. StrangeMan.TextSize = 14.000
  1094. StrangeMan.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1095. StrangeMan.TextWrapped = true
  1096.  
  1097. YellowWood.Name = "YellowWood"
  1098. YellowWood.Parent = TPFrame
  1099. YellowWood.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1100. YellowWood.BorderSizePixel = 0
  1101. YellowWood.Position = UDim2.new(0.504999995, 0, 0.614000022, 0)
  1102. YellowWood.Size = UDim2.new(0, 73, 0, 40)
  1103. YellowWood.Font = Enum.Font.SourceSans
  1104. YellowWood.Text = "Yellow Wood"
  1105. YellowWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  1106. YellowWood.TextScaled = true
  1107. YellowWood.TextSize = 14.000
  1108. YellowWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1109. YellowWood.TextWrapped = true
  1110.  
  1111. Volcano.Name = "Volcano"
  1112. Volcano.Parent = TPFrame
  1113. Volcano.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1114. Volcano.BorderSizePixel = 0
  1115. Volcano.Position = UDim2.new(0.504999995, 0, 0.216999993, 0)
  1116. Volcano.Size = UDim2.new(0, 73, 0, 40)
  1117. Volcano.Font = Enum.Font.SourceSans
  1118. Volcano.Text = "Volcano"
  1119. Volcano.TextColor3 = Color3.fromRGB(255, 255, 255)
  1120. Volcano.TextScaled = true
  1121. Volcano.TextSize = 14.000
  1122. Volcano.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1123. Volcano.TextWrapped = true
  1124.  
  1125. Palm.Name = "Palm"
  1126. Palm.Parent = TPFrame
  1127. Palm.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1128. Palm.BorderSizePixel = 0
  1129. Palm.Position = UDim2.new(0.753000021, 0, 0.216999993, 0)
  1130. Palm.Size = UDim2.new(0, 73, 0, 40)
  1131. Palm.Font = Enum.Font.SourceSans
  1132. Palm.Text = "Palm"
  1133. Palm.TextColor3 = Color3.fromRGB(255, 255, 255)
  1134. Palm.TextScaled = true
  1135. Palm.TextSize = 14.000
  1136. Palm.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1137. Palm.TextWrapped = true
  1138.  
  1139. StoreBobs.Name = "StoreBobs"
  1140. StoreBobs.Parent = TPFrame
  1141. StoreBobs.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1142. StoreBobs.BorderSizePixel = 0
  1143. StoreBobs.Position = UDim2.new(0.26699999, 0, 0.416399986, 0)
  1144. StoreBobs.Size = UDim2.new(0, 73, 0, 40)
  1145. StoreBobs.Font = Enum.Font.SourceSans
  1146. StoreBobs.Text = "Bob's Shack"
  1147. StoreBobs.TextColor3 = Color3.fromRGB(255, 255, 255)
  1148. StoreBobs.TextScaled = true
  1149. StoreBobs.TextSize = 14.000
  1150. StoreBobs.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1151. StoreBobs.TextWrapped = true
  1152.  
  1153. EndTimes.Name = "EndTimes"
  1154. EndTimes.Parent = TPFrame
  1155. EndTimes.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1156. EndTimes.BorderSizePixel = 0
  1157. EndTimes.Position = UDim2.new(0.753000021, 0, 0.416000009, 0)
  1158. EndTimes.Size = UDim2.new(0, 73, 0, 40)
  1159. EndTimes.Font = Enum.Font.SourceSans
  1160. EndTimes.Text = "End Times"
  1161. EndTimes.TextColor3 = Color3.fromRGB(255, 255, 255)
  1162. EndTimes.TextScaled = true
  1163. EndTimes.TextSize = 14.000
  1164. EndTimes.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1165. EndTimes.TextWrapped = true
  1166.  
  1167. Swamp.Name = "Swamp"
  1168. Swamp.Parent = TPFrame
  1169. Swamp.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1170. Swamp.BorderSizePixel = 0
  1171. Swamp.Position = UDim2.new(0.504999995, 0, 0.416000009, 0)
  1172. Swamp.Size = UDim2.new(0, 73, 0, 40)
  1173. Swamp.Font = Enum.Font.SourceSans
  1174. Swamp.Text = "Swamp"
  1175. Swamp.TextColor3 = Color3.fromRGB(255, 255, 255)
  1176. Swamp.TextScaled = true
  1177. Swamp.TextSize = 14.000
  1178. Swamp.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1179. Swamp.TextWrapped = true
  1180.  
  1181. StoreFineArts.Name = "StoreFineArts"
  1182. StoreFineArts.Parent = TPFrame
  1183. StoreFineArts.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1184. StoreFineArts.BorderSizePixel = 0
  1185. StoreFineArts.Position = UDim2.new(0.26699999, 0, 0.216999993, 0)
  1186. StoreFineArts.Size = UDim2.new(0, 73, 0, 40)
  1187. StoreFineArts.Font = Enum.Font.SourceSans
  1188. StoreFineArts.Text = "Fine Arts"
  1189. StoreFineArts.TextColor3 = Color3.fromRGB(255, 255, 255)
  1190. StoreFineArts.TextScaled = true
  1191. StoreFineArts.TextSize = 14.000
  1192. StoreFineArts.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1193. StoreFineArts.TextWrapped = true
  1194.  
  1195. Hub.Name = "Hub"
  1196. Hub.Parent = mainframe
  1197. Hub.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1198. Hub.BorderColor3 = Color3.fromRGB(138, 43, 226)
  1199. Hub.BorderSizePixel = 0
  1200. Hub.Position = UDim2.new(0, 0, 0.714999974, 0)
  1201. Hub.Size = UDim2.new(0, 80, 0, 40)
  1202. Hub.Font = Enum.Font.SourceSans
  1203. Hub.Text = "Hub's"
  1204. Hub.TextColor3 = Color3.fromRGB(255, 255, 255)
  1205. Hub.TextScaled = true
  1206. Hub.TextSize = 32.000
  1207. Hub.TextWrapped = true
  1208. Hub.MouseButton1Down:connect(function()
  1209. CreditsFrame.Visible = false
  1210. DupeFrame.Visible = false
  1211. HubFrame.Visible = true
  1212. MainFrame.Visible = false
  1213. PlotFrame.Visible = false
  1214. TPFrame.Visible = false
  1215. WoodFrame.Visible = false
  1216. end)
  1217.  
  1218. HubFrame.Name = "HubFrame"
  1219. HubFrame.Parent = Hub
  1220. HubFrame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1221. HubFrame.BorderSizePixel = 0
  1222. HubFrame.Position = UDim2.new(1, 0, -4.00400019, 0)
  1223. HubFrame.Size = UDim2.new(0, 320, 0, 240)
  1224. HubFrame.Visible = false
  1225.  
  1226. Blood.Name = "Blood"
  1227. Blood.Parent = HubFrame
  1228. Blood.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1229. Blood.BorderSizePixel = 0
  1230. Blood.Position = UDim2.new(0.0199999809, 0, 0.0250000004, 0)
  1231. Blood.Size = UDim2.new(0, 151, 0, 72)
  1232. Blood.Font = Enum.Font.SourceSans
  1233. Blood.Text = "Blood"
  1234. Blood.TextColor3 = Color3.fromRGB(255, 255, 255)
  1235. Blood.TextScaled = true
  1236. Blood.TextSize = 14.000
  1237. Blood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1238. Blood.TextWrapped = true
  1239.  
  1240. Venyx.Name = "Venyx"
  1241. Venyx.Parent = HubFrame
  1242. Venyx.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1243. Venyx.BorderSizePixel = 0
  1244. Venyx.Position = UDim2.new(0.508000016, 0, 0.0250000004, 0)
  1245. Venyx.Size = UDim2.new(0, 151, 0, 72)
  1246. Venyx.Font = Enum.Font.SourceSans
  1247. Venyx.Text = "Venyx"
  1248. Venyx.TextColor3 = Color3.fromRGB(255, 255, 255)
  1249. Venyx.TextScaled = true
  1250. Venyx.TextSize = 14.000
  1251. Venyx.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1252. Venyx.TextWrapped = true
  1253.  
  1254. BringUp.Name = "Bring Up"
  1255. BringUp.Parent = HubFrame
  1256. BringUp.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1257. BringUp.BorderSizePixel = 0
  1258. BringUp.Position = UDim2.new(0.0199999996, 0, 0.675000012, 0)
  1259. BringUp.Size = UDim2.new(0, 151, 0, 72)
  1260. BringUp.Font = Enum.Font.SourceSans
  1261. BringUp.Text = "Bring Up"
  1262. BringUp.TextColor3 = Color3.fromRGB(255, 255, 255)
  1263. BringUp.TextScaled = true
  1264. BringUp.TextSize = 14.000
  1265. BringUp.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1266. BringUp.TextWrapped = true
  1267.  
  1268. LightLumber.Name = "Light Lumber"
  1269. LightLumber.Parent = HubFrame
  1270. LightLumber.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1271. LightLumber.BorderSizePixel = 0
  1272. LightLumber.Position = UDim2.new(0.0199999996, 0, 0.350000024, 0)
  1273. LightLumber.Size = UDim2.new(0, 151, 0, 72)
  1274. LightLumber.Font = Enum.Font.SourceSans
  1275. LightLumber.Text = "Light Lumber"
  1276. LightLumber.TextColor3 = Color3.fromRGB(255, 255, 255)
  1277. LightLumber.TextScaled = true
  1278. LightLumber.TextSize = 14.000
  1279. LightLumber.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1280. LightLumber.TextWrapped = true
  1281.  
  1282. Ferry.Name = "Ferry"
  1283. Ferry.Parent = HubFrame
  1284. Ferry.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1285. Ferry.BorderSizePixel = 0
  1286. Ferry.Position = UDim2.new(0.508000016, 0, 0.675000012, 0)
  1287. Ferry.Size = UDim2.new(0, 151, 0, 72)
  1288. Ferry.Font = Enum.Font.SourceSans
  1289. Ferry.Text = "Ferry"
  1290. Ferry.TextColor3 = Color3.fromRGB(255, 255, 255)
  1291. Ferry.TextScaled = true
  1292. Ferry.TextSize = 14.000
  1293. Ferry.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1294. Ferry.TextWrapped = true
  1295.  
  1296. JohiroAxeDupe.Name = "JohiroAxeDupe"
  1297. JohiroAxeDupe.Parent = HubFrame
  1298. JohiroAxeDupe.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1299. JohiroAxeDupe.BorderSizePixel = 0
  1300. JohiroAxeDupe.Position = UDim2.new(0.508000016, 0, 0.349999994, 0)
  1301. JohiroAxeDupe.Size = UDim2.new(0, 151, 0, 72)
  1302. JohiroAxeDupe.Font = Enum.Font.SourceSans
  1303. JohiroAxeDupe.Text = "Johiro's Axe Dupe"
  1304. JohiroAxeDupe.TextColor3 = Color3.fromRGB(255, 255, 255)
  1305. JohiroAxeDupe.TextScaled = true
  1306. JohiroAxeDupe.TextSize = 14.000
  1307. JohiroAxeDupe.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1308. JohiroAxeDupe.TextWrapped = true
  1309.  
  1310. Credits.Name = "Credits"
  1311. Credits.Parent = mainframe
  1312. Credits.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1313. Credits.BorderColor3 = Color3.fromRGB(138, 43, 226)
  1314. Credits.BorderSizePixel = 0
  1315. Credits.Position = UDim2.new(0, 0, 0.85799998, 0)
  1316. Credits.Size = UDim2.new(0, 80, 0, 40)
  1317. Credits.Font = Enum.Font.SourceSans
  1318. Credits.Text = "Credits"
  1319. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  1320. Credits.TextScaled = true
  1321. Credits.TextSize = 32.000
  1322. Credits.TextWrapped = true
  1323. Credits.MouseButton1Down:connect(function()
  1324. CreditsFrame.Visible = true
  1325. DupeFrame.Visible = false
  1326. HubFrame.Visible = false
  1327. MainFrame.Visible = false
  1328. PlotFrame.Visible = false
  1329. TPFrame.Visible = false
  1330. WoodFrame.Visible = false
  1331. end)
  1332.  
  1333. CreditsFrame.Name = "CreditsFrame"
  1334. CreditsFrame.Parent = Credits
  1335. CreditsFrame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1336. CreditsFrame.BorderSizePixel = 0
  1337. CreditsFrame.Position = UDim2.new(1, 0, -5.00599957, 0)
  1338. CreditsFrame.Size = UDim2.new(0, 320, 0, 240)
  1339.  
  1340. MadeBy.Name = "Made By"
  1341. MadeBy.Parent = CreditsFrame
  1342. MadeBy.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1343. MadeBy.BackgroundTransparency = 100.000
  1344. MadeBy.BorderSizePixel = 0
  1345. MadeBy.Position = UDim2.new(0.159374997, 0, 0, 0)
  1346. MadeBy.Size = UDim2.new(0, 200, 0, 48)
  1347. MadeBy.Font = Enum.Font.GothamBold
  1348. MadeBy.Text = "Made By"
  1349. MadeBy.TextColor3 = Color3.fromRGB(255, 255, 255)
  1350. MadeBy.TextScaled = true
  1351. MadeBy.TextSize = 13.000
  1352. MadeBy.TextWrapped = true
  1353.  
  1354. SnowyShiro.Name = "SnowyShiro"
  1355. SnowyShiro.Parent = CreditsFrame
  1356. SnowyShiro.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1357. SnowyShiro.BackgroundTransparency = 100.000
  1358. SnowyShiro.BorderSizePixel = 0
  1359. SnowyShiro.Position = UDim2.new(0, 0, 0.19600004, 0)
  1360. SnowyShiro.Size = UDim2.new(0, 320, 0, 48)
  1361. SnowyShiro.Font = Enum.Font.GothamBold
  1362. SnowyShiro.Text = "SnowyShiro#0001"
  1363. SnowyShiro.TextColor3 = Color3.fromRGB(255, 255, 255)
  1364. SnowyShiro.TextSize = 27.000
  1365. SnowyShiro.TextWrapped = true
  1366.  
  1367. Credits_2.Name = "Credits"
  1368. Credits_2.Parent = CreditsFrame
  1369. Credits_2.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1370. Credits_2.BackgroundTransparency = 100.000
  1371. Credits_2.BorderSizePixel = 0
  1372. Credits_2.Position = UDim2.new(0.159374997, 0, 0.40016669, 0)
  1373. Credits_2.Size = UDim2.new(0, 200, 0, 48)
  1374. Credits_2.Font = Enum.Font.GothamBold
  1375. Credits_2.Text = "Credits"
  1376. Credits_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1377. Credits_2.TextScaled = true
  1378. Credits_2.TextSize = 13.000
  1379. Credits_2.TextWrapped = true
  1380.  
  1381. AnimeCheat.Name = "AnimeCheat"
  1382. AnimeCheat.Parent = CreditsFrame
  1383. AnimeCheat.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1384. AnimeCheat.BackgroundTransparency = 100.000
  1385. AnimeCheat.BorderSizePixel = 0
  1386. AnimeCheat.Position = UDim2.new(0, 0, 0.596000135, 0)
  1387. AnimeCheat.Size = UDim2.new(0, 160, 0, 48)
  1388. AnimeCheat.Font = Enum.Font.GothamBold
  1389. AnimeCheat.Text = "AnimeCheat"
  1390. AnimeCheat.TextColor3 = Color3.fromRGB(255, 255, 255)
  1391. AnimeCheat.TextSize = 26.000
  1392. AnimeCheat.TextWrapped = true
  1393.  
  1394. Johiro.Name = "Johiro"
  1395. Johiro.Parent = CreditsFrame
  1396. Johiro.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1397. Johiro.BackgroundTransparency = 100.000
  1398. Johiro.BorderSizePixel = 0
  1399. Johiro.Position = UDim2.new(0.5, 0, 0.596000135, 0)
  1400. Johiro.Size = UDim2.new(0, 160, 0, 48)
  1401. Johiro.Font = Enum.Font.GothamBold
  1402. Johiro.Text = "Johiro"
  1403. Johiro.TextColor3 = Color3.fromRGB(255, 255, 255)
  1404. Johiro.TextSize = 27.000
  1405. Johiro.TextWrapped = true
  1406.  
  1407. Sten.Name = "Sten"
  1408. Sten.Parent = CreditsFrame
  1409. Sten.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1410. Sten.BackgroundTransparency = 100.000
  1411. Sten.BorderSizePixel = 0
  1412. Sten.Position = UDim2.new(0, 0, 0.800166547, 0)
  1413. Sten.Size = UDim2.new(0, 160, 0, 48)
  1414. Sten.Font = Enum.Font.GothamBold
  1415. Sten.Text = "Sten"
  1416. Sten.TextColor3 = Color3.fromRGB(255, 255, 255)
  1417. Sten.TextSize = 30.000
  1418. Sten.TextWrapped = true
  1419.  
  1420. Averias.Name = "Averias"
  1421. Averias.Parent = CreditsFrame
  1422. Averias.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  1423. Averias.BackgroundTransparency = 100.000
  1424. Averias.BorderSizePixel = 0
  1425. Averias.Position = UDim2.new(0.5, 0, 0.796000063, 0)
  1426. Averias.Size = UDim2.new(0, 160, 0, 48)
  1427. Averias.Font = Enum.Font.GothamBold
  1428. Averias.Text = "Averias"
  1429. Averias.TextColor3 = Color3.fromRGB(255, 255, 255)
  1430. Averias.TextSize = 27.000
  1431. Averias.TextWrapped = true
  1432.  
  1433. Name.Name = "Name"
  1434. Name.Parent = mainframe
  1435. Name.BackgroundColor3 = Color3.fromRGB(128, 39, 211)
  1436. Name.BorderSizePixel = 0
  1437. Name.Position = UDim2.new(0.200000003, 0, 0, 0)
  1438. Name.Size = UDim2.new(0, 240, 0, 40)
  1439. Name.Font = Enum.Font.SourceSans
  1440. Name.Text = "Shiro's Hub"
  1441. Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  1442. Name.TextScaled = true
  1443. Name.TextSize = 14.000
  1444. Name.TextWrapped = true
  1445.  
  1446. local function QMMS_fake_script() -- mainframe.LocalScript
  1447.     local script = Instance.new('LocalScript', mainframe)
  1448.  
  1449.     script.parent.Selectable = true
  1450.     script.Parent.Active = true
  1451.     script.parent.Draggable = true
  1452. end
  1453. coroutine.wrap(QMMS_fake_script)()
  1454.  
  1455. local MoneyCooldown = false
  1456. local CurrentSlot = game.Players.LocalPlayer:WaitForChild("CurrentSaveSlot").Value
  1457. local ScriptLoadOrSave = false
  1458. local CurrentlySavingOrLoading = game.Players.LocalPlayer:WaitForChild("CurrentlySavingOrLoading")
  1459.  
  1460. local function CheckIfSlotAvailable(Slot)
  1461.     for a,b in pairs(game.ReplicatedStorage.LoadSaveRequests.GetMetaData:InvokeServer(game.Players.LocalPlayer)) do
  1462.         if a == Slot then
  1463.             for c,d in pairs(b) do
  1464.                 if c == "NumSaves" and d ~= 0 then
  1465.                     return true
  1466.                 else
  1467.                     return false
  1468.                 end
  1469.             end
  1470.         end
  1471.     end
  1472. end
  1473.  
  1474. local function CheckSlotNumber1() --Checks if the slot number is right
  1475.     if MoneyDupeSlot.Text == "1" or MoneyDupeSlot.Text == "2" or MoneyDupeSlot.Text == "3" or MoneyDupeSlot.Text == "4" or MoneyDupeSlot.Text == "5" or MoneyDupeSlot.Text == "6" then
  1476.         local SlotNumber = tonumber(MoneyDupeSlot.Text)
  1477.         return SlotNumber
  1478.         else return false
  1479.     end
  1480. end
  1481.  
  1482. local function CheckSlotNumber2() --Checks if the slot number is right
  1483.     if DupeSlot.Text == "1" or DupeSlot.Text == "2" or DupeSlot.Text == "3" or DupeSlot.Text == "4" or DupeSlot.Text == "5" or DupeSlot.Text == "6" then
  1484.         local SlotNumber = tonumber(DupeSlot.Text)
  1485.         return SlotNumber
  1486.         else return false
  1487.     end
  1488. end
  1489.  
  1490. local function SendNotification(title,text,duration,...)
  1491.   game.StarterGui:SetCore("SendNotification", {
  1492.     Title = title;
  1493.     Text = text;
  1494.     Icon = "";
  1495.     Duration = duration;
  1496.   })
  1497. end
  1498.  
  1499. --Join Detecter
  1500.  
  1501. game.Players.ChildAdded:Connect(function(player)
  1502.   if not pcall (function()
  1503.   SendNotification("Player JOINED",""..player.Name.." has JOINED the game",5 )
  1504.   end) then
  1505.     print ("Error")
  1506.   end
  1507.   end)
  1508.  
  1509. --Leave Detecter
  1510.  
  1511.   game.Players.ChildRemoved:Connect(function(player)
  1512.   if not pcall (function()
  1513.   SendNotification("Player LEFT",""..player.Name.." has LEFT the game",4.4 )
  1514.   end) then
  1515.     print ("Error")
  1516.   end
  1517.   end)
  1518.  
  1519.   SendNotification("Loaded","Join and leave detector is loaded",2)
  1520.  
  1521. --Walkspeed
  1522.  
  1523. Speed.MouseButton1Down:connect(function()
  1524. while true do
  1525.     wait()
  1526.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedValue.Text
  1527. end
  1528. end)
  1529.  
  1530. --Jumppower
  1531.  
  1532. Jump.MouseButton1Down:connect(function()
  1533. while true do
  1534.     wait()
  1535.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpValue.Text
  1536. end
  1537. end)
  1538.  
  1539. --Fly
  1540.  
  1541. local toggle = false
  1542.     Fly.MouseButton1Click:Connect(function()
  1543.         toggle = not toggle
  1544.         Fly.TextColor3 = (toggle and Color3.fromRGB(85, 255, 127) or Color3.fromRGB(255,255,255))
  1545.         if toggle then
  1546.             flying = not flying
  1547.     repeat wait()
  1548.     until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1549.     local mouse = game.Players.LocalPlayer:GetMouse()
  1550.     repeat wait() until mouse
  1551.     local plr = game.Players.LocalPlayer
  1552.     local torso = plr.Character.Torso
  1553.     local deb = true
  1554.     local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1555.     local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1556.     local maxspeed = 200
  1557.     local speed = 0
  1558.     if flying then
  1559.     end
  1560.  
  1561.     function FlyFunction()
  1562.     local bg = Instance.new("BodyGyro", torso)
  1563.     bg.P = 9e4
  1564.     bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1565.     bg.cframe = torso.CFrame
  1566.     local bv = Instance.new("BodyVelocity", torso)
  1567.     bv.velocity = Vector3.new(0,0.1,0)
  1568.     bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1569.     repeat wait()
  1570.     plr.Character.Humanoid.PlatformStand = true
  1571.     if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1572.     speed = speed+.5+(speed/maxspeed)
  1573.     if speed > maxspeed then
  1574.     speed = maxspeed
  1575.     end
  1576.     elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1577.     speed = speed-1
  1578.     if speed < 0 then
  1579.     speed = 0
  1580.     end
  1581.     end
  1582.     if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1583.     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
  1584.     lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1585.     elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1586.     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
  1587.     else
  1588.     bv.velocity = Vector3.new(0,0.1,0)
  1589.     end
  1590.     bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1591.     until not flying
  1592.     ctrl = {f = 0, b = 0, l = 0, r = 0}
  1593.     lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1594.     speed = 0
  1595.     bg:Destroy()
  1596.     bv:Destroy()
  1597.     plr.Character.Humanoid.PlatformStand = false
  1598.     end
  1599.     mouse.KeyDown:connect(function(key)
  1600.     if key:lower() == "w" then
  1601.     ctrl.f = 1
  1602.     elseif key:lower() == "s" then
  1603.     ctrl.b = -1
  1604.     elseif key:lower() == "a" then
  1605.     ctrl.l = -1
  1606.     elseif key:lower() == "d" then
  1607.     ctrl.r = 1
  1608.  
  1609.     end
  1610.     end)
  1611.     mouse.KeyUp:connect(function(key)
  1612.     if key:lower() == "w" then
  1613.     ctrl.f = 0
  1614.     elseif key:lower() == "s" then
  1615.     ctrl.b = 0
  1616.     elseif key:lower() == "a" then
  1617.     ctrl.l = 0
  1618.     elseif key:lower() == "d" then
  1619.     ctrl.r = 0
  1620.     end
  1621.     end)
  1622.     FlyFunction()
  1623.         else
  1624.             flying = not flying
  1625.     repeat wait()
  1626.     until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1627.     local mouse = game.Players.LocalPlayer:GetMouse()
  1628.     repeat wait() until mouse
  1629.     local plr = game.Players.LocalPlayer
  1630.     local torso = plr.Character.Torso
  1631.     local deb = true
  1632.     local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1633.     local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1634.     local maxspeed = 200
  1635.     local speed = 0
  1636.     if flying then
  1637.     end
  1638.  
  1639.     function FlyFunction()
  1640.     local bg = Instance.new("BodyGyro", torso)
  1641.     bg.P = 9e4
  1642.     bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1643.     bg.cframe = torso.CFrame
  1644.     local bv = Instance.new("BodyVelocity", torso)
  1645.     bv.velocity = Vector3.new(0,0.1,0)
  1646.     bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1647.     repeat wait()
  1648.     plr.Character.Humanoid.PlatformStand = true
  1649.     if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1650.     speed = speed+.5+(speed/maxspeed)
  1651.     if speed > maxspeed then
  1652.     speed = maxspeed
  1653.     end
  1654.     elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1655.     speed = speed-1
  1656.     if speed < 0 then
  1657.     speed = 0
  1658.     end
  1659.     end
  1660.     if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1661.     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
  1662.     lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1663.     elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1664.     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
  1665.     else
  1666.     bv.velocity = Vector3.new(0,0.1,0)
  1667.     end
  1668.     bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1669.     until not flying
  1670.     ctrl = {f = 0, b = 0, l = 0, r = 0}
  1671.     lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1672.     speed = 0
  1673.     bg:Destroy()
  1674.     bv:Destroy()
  1675.     plr.Character.Humanoid.PlatformStand = false
  1676.     end
  1677.     mouse.KeyDown:connect(function(key)
  1678.     if key:lower() == "w" then
  1679.     ctrl.f = 1
  1680.     elseif key:lower() == "s" then
  1681.     ctrl.b = -1
  1682.     elseif key:lower() == "a" then
  1683.     ctrl.l = -1
  1684.     elseif key:lower() == "d" then
  1685.     ctrl.r = 1
  1686.  
  1687.     end
  1688.     end)
  1689.     mouse.KeyUp:connect(function(key)
  1690.     if key:lower() == "w" then
  1691.     ctrl.f = 0
  1692.     elseif key:lower() == "s" then
  1693.     ctrl.b = 0
  1694.     elseif key:lower() == "a" then
  1695.     ctrl.l = 0
  1696.     elseif key:lower() == "d" then
  1697.     ctrl.r = 0
  1698.     end
  1699.     end)
  1700.     FlyFunction()
  1701.         end
  1702.     end)
  1703.  
  1704. --Car Flight
  1705.  
  1706. CarFlight.MouseButton1Down:connect(function()
  1707. repeat wait()
  1708. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1709. local mouse = game.Players.LocalPlayer:GetMouse()
  1710. repeat wait() until mouse
  1711. local plr = game.Players.LocalPlayer
  1712. local torso = plr.Character.Torso
  1713. local flying = true
  1714. local deb = true
  1715. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1716. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1717. local maxspeed = 500
  1718. local speed = 0
  1719.  
  1720. function Fly()
  1721. local bg = Instance.new("BodyGyro", torso)
  1722. bg.P = 9e4
  1723. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1724. bg.cframe = torso.CFrame
  1725. local bv = Instance.new("BodyVelocity", torso)
  1726. bv.velocity = Vector3.new(0,0.1,0)
  1727. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1728. repeat wait()
  1729. plr.Character.Humanoid.PlatformStand = false
  1730. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1731. speed = speed+125.0+(speed/maxspeed)
  1732. if speed > maxspeed then
  1733. speed = maxspeed
  1734. end
  1735. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1736. speed = speed-250
  1737. if speed < 0 then
  1738. speed = 0
  1739. end
  1740. end
  1741. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1742. 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
  1743. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1744. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1745. 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
  1746. else
  1747. bv.velocity = Vector3.new(0,0.1,0)
  1748. end
  1749. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1750. until not flying
  1751. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1752. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1753. speed = 0
  1754. bg:Destroy()
  1755. bv:Destroy()
  1756. plr.Character.Humanoid.PlatformStand = false
  1757. end
  1758. mouse.KeyDown:connect(function(key)
  1759. if key:lower() == "z" then
  1760. if flying then flying = false
  1761. else
  1762. flying = true
  1763. Fly()
  1764. end
  1765. elseif key:lower() == "w" then
  1766. ctrl.f = 1
  1767. elseif key:lower() == "s" then
  1768. ctrl.b = -1
  1769. elseif key:lower() == "a" then
  1770. ctrl.l = -1
  1771. elseif key:lower() == "d" then
  1772. ctrl.r = 1
  1773. end
  1774. end)
  1775. mouse.KeyUp:connect(function(key)
  1776. if key:lower() == "w" then
  1777. ctrl.f = 0
  1778. elseif key:lower() == "s" then
  1779. ctrl.b = 0
  1780. elseif key:lower() == "a" then
  1781. ctrl.l = 0
  1782. elseif key:lower() == "d" then
  1783. ctrl.r = 0
  1784. end
  1785. wait(5)
  1786. end)
  1787. end)
  1788.  
  1789. --Infinite Jump
  1790.  
  1791. local toggle = false
  1792.     InfJump.MouseButton1Click:Connect(function()
  1793.         toggle = not toggle
  1794.         InfJump.TextColor3 = (toggle and Color3.fromRGB(85, 255, 127) or Color3.fromRGB(255,255,255))
  1795.         if toggle then
  1796.             InfiniteJumpEnabled = true
  1797.         game:GetService("UserInputService").JumpRequest:connect(function()
  1798.         if InfiniteJumpEnabled then
  1799.             game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1800.             InfiniteJumpEnabled = true
  1801.         end
  1802.     end)
  1803.  
  1804.         else
  1805.                 InfiniteJumpEnabled = false
  1806.            game:GetService("UserInputService").JumpRequest:connect(function()
  1807.         if InfiniteJumpEnabled then
  1808.             game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1809.  
  1810.         end
  1811.     end)
  1812.         end
  1813.     end)
  1814.  
  1815. --No Clip
  1816.  
  1817.     _G.noclip = false
  1818.     game:GetService('RunService').Stepped:connect(function()
  1819.     if noclip then
  1820.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1821.     NoClip.TextColor3 = Color3.fromRGB(85, 255, 127)
  1822.     end
  1823.     end)
  1824.     NoClip.MouseButton1Down:connect(function()
  1825.     noclip = not noclip
  1826.     NoClip.TextColor3 = Color3.fromRGB(255, 255, 255)
  1827.     end)
  1828.  
  1829. --Ctrl+Click TP
  1830.  
  1831. TP.MouseButton1Down:connect(function()
  1832. local UIS = game:GetService("UserInputService")
  1833.  
  1834. local Player = game.Players.LocalPlayer
  1835. local Mouse = Player:GetMouse()
  1836.  
  1837.  
  1838. function GetCharacter()
  1839.    return game.Players.LocalPlayer.Character
  1840. end
  1841.  
  1842. function Teleport(pos)
  1843.    local Char = GetCharacter()
  1844.    if Char then
  1845.        Char:MoveTo(pos)
  1846.    end
  1847. end
  1848.  
  1849.  
  1850. UIS.InputBegan:Connect(function(input)
  1851.    if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  1852.        Teleport(Mouse.Hit.p)
  1853.    end
  1854. end)
  1855. end)
  1856.  
  1857. --All BP's
  1858.  
  1859. AllBp.MouseButton1Click:Connect(function()
  1860.     for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  1861.     local clone = v:Clone()
  1862.     clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  1863.     end
  1864. end)
  1865.  
  1866. --Jesus
  1867.  
  1868.     local toggle = false
  1869.     jesus.MouseButton1Click:Connect(function()
  1870.         toggle = not toggle
  1871.         jesus.TextColor3 = (toggle and Color3.fromRGB(85, 255, 127) or Color3.fromRGB(255,255,255))
  1872.         if toggle then
  1873.             for index, water in pairs(game.Workspace.Water:GetChildren()) do
  1874.        water.CanCollide = true
  1875.     end
  1876.         else
  1877.             for index, water in pairs(game.Workspace.Water:GetChildren()) do
  1878.        water.CanCollide = false
  1879.     end
  1880.         end
  1881.     end)
  1882.  
  1883. --No Fog
  1884.  
  1885. NoFog.MouseButton1Down:connect(function()
  1886.     --Fog.BackgroundColor3 = Color3.new(0, 0, 0)
  1887.                      NoFog.TextColor3 = Color3.new(1, 1, 1)
  1888. game.Lighting.Changed:connect(function()
  1889.     game.Lighting.TimeOfDay = "12:00:00"
  1890.     game.Lighting.FogEnd = 9999
  1891.     game.Lighting.Brightness = 2
  1892. end)
  1893. end)
  1894.  
  1895. --Golden Axe
  1896.  
  1897. spawn(function()
  1898.     GAxe = false
  1899.     function GetAxe() --Gets your current axe thats equiped when called
  1900.         if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  1901.             return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  1902.         else
  1903.             return false --returns false when not equiped
  1904.         end
  1905.     end
  1906.  
  1907.     function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  1908.         if Axe.ToolTip == "Basic Hatchet" then return 0.2
  1909.         elseif Axe.ToolTip == "Plain Axe" then return 0.55
  1910.         elseif Axe.ToolTip == "Steel Axe" then return 0.93
  1911.         elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  1912.         elseif Axe.ToolTip == "Silver Axe" then return 1.6
  1913.         elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  1914.         elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  1915.         elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  1916.         elseif Axe.ToolTip == "Fire Axe" then
  1917.             if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  1918.         elseif Axe.ToolTip == "End Times Axe" then
  1919.             if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  1920.         elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  1921.         elseif Axe.ToolTip == "Johiro" then return 1.8
  1922.         elseif Axe.ToolTip == "Beesaxe" then return 1.4
  1923.         elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  1924.         elseif Axe.ToolTip == "Amber Axe" then return 3.39
  1925.         elseif Axe.ToolTip == "The Many Axe" then return 10.2
  1926.         elseif Axe.ToolTip == "Gingerbread Axe" then
  1927.             if TreeClass == "Walnut" then return 8.5
  1928.         elseif TreeClass == "Koa" then return 11 else return 1.2 end
  1929.         elseif Axe.ToolTip == "Bird Axe" then
  1930.             if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end
  1931.         end
  1932.     end
  1933.  
  1934.  
  1935.     function GCut(TreePart) --Cuts the tree when called with the tree you want to cut
  1936.         if GetAxe() ~= false then --checks if you have a axe equiped
  1937.             Damage = GetDamage(GetAxe(), TreePart.Parent.TreeClass.Value) --gets the Damage
  1938.             Height = TreePart.CFrame:pointToObjectSpace(mouse.Hit.p).Y + TreePart.Size.Y/2 --Gets the Height
  1939.             local CutArguments = {
  1940.                 sectionId = TreePart.ID.Value,
  1941.                 faceVector = Vector3.new(0,0,-1),
  1942.                 height = Height,
  1943.                 hitPoints = Damage,
  1944.                 cooldown = 0,
  1945.                 cuttingClass = "Axe",
  1946.                 tool = GetAxe()
  1947.             }
  1948.             for i=1, 50 do
  1949.                 game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(TreePart.Parent.CutEvent, CutArguments)
  1950.             end
  1951.         end
  1952.     end
  1953.  
  1954.     function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  1955.         if GetAxe() ~= false then --checks if you have a axe equiped
  1956.             Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  1957.             local CutArguments = {
  1958.                 sectionId = 1,
  1959.                 faceVector = Vector3.new(0,0,-1),
  1960.                 height = 0.5,
  1961.                 hitPoints = Damage,
  1962.                 cooldown = 0,
  1963.                 cuttingClass = "Axe",
  1964.                 tool = GetAxe()
  1965.             }
  1966.             for i=1, 50 do
  1967.                 game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  1968.             end
  1969.         end
  1970.     end
  1971.  
  1972.     TreeList = {} --Creates a table of the trees
  1973.     for a,b in pairs(workspace:GetChildren()) do
  1974.         if b.name == "TreeRegion" then
  1975.             b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  1976.                 table.insert(TreeList, NewTree)
  1977.             end)
  1978.             for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  1979.                 if d.Name == "Model" then
  1980.                     table.insert(TreeList, d)
  1981.                 end
  1982.             end
  1983.         end
  1984.     end
  1985.  
  1986.     spawn(function() --used spawn so it wont interrupt any of the other things
  1987.     CutEnabled = false
  1988.     while wait(.5) do --Main loop to do the stuff
  1989.         if CutEnabled == true then
  1990.             if GetAxe() ~= false then --Checks if you have a axe equiped
  1991.                 for a,b in pairs(TreeList) do
  1992.                     if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  1993.                         distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  1994.                         if distance < 225 then --if distance lower than 225 then it will cut the tree
  1995.                             CutTree(b) --Calls the function with the tree to cut
  1996.                         end
  1997.                     else
  1998.                         table.remove(TreeList, a)--if tree already cut then it gets removed from the list
  1999.                     end
  2000.                 end
  2001.             end
  2002.         end
  2003.     end
  2004.     end)
  2005.  
  2006.     mouse = game.Players.LocalPlayer:GetMouse() --Gets the Mouse
  2007.     mouse.Button1Down:connect(function()
  2008.         if GAxe == true and GetAxe() ~= false then
  2009.             Target = mouse.Target
  2010.             GCut(Target)
  2011.         end
  2012.     end)
  2013.     --Credits to Johiro, if you decide to skid atleast give credits
  2014.     end)
  2015.     GoldenAxe.MouseButton1Down:connect(function()
  2016.  
  2017.         if GAxe == true then
  2018.             GAxe = false
  2019.     GoldenAxe.TextColor3 = Color3.fromRGB(255, 255, 255)
  2020.         elseif GAxe == false then
  2021.             GAxe = true
  2022.     GoldenAxe.TextColor3 = Color3.fromRGB(85, 255, 127)
  2023.     --Credits to Johiro
  2024.         end
  2025.     end)
  2026.  
  2027. --Paint
  2028.  
  2029. Paint.MouseButton1Click:connect(function()
  2030.     loadstring(game:HttpGet('https://pastebin.com/raw/3Bk4KVYq',true))()
  2031. end)
  2032.  
  2033. --Fast Delete BP's
  2034.  
  2035. FastDelBps.MouseButton1Click:connect(function()
  2036.     loadstring(game:HttpGet("https://pastebin.com/raw/1YR8cpNE", true))()
  2037. end)
  2038.  
  2039. --Reset Character
  2040.  
  2041. ResetCharacter.MouseButton1Click:connect(function()
  2042.     game.Players.LocalPlayer.Character.Head:Destroy()
  2043. end)
  2044.  
  2045. --Secret Walkspeed
  2046.  
  2047. SecretWalkSpeed.MouseButton1Down:connect(function()
  2048.     local walkspeedplayer = game:GetService("Players").LocalPlayer
  2049.     local walkspeedmouse = walkspeedplayer:GetMouse()
  2050.  
  2051.     local walkspeedenabled = false
  2052.  
  2053.     function x_walkspeed(key)
  2054.         if (key == "x") then
  2055.             if walkspeedenabled == false then
  2056.                 _G.WS = 200;
  2057.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  2058.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2059.                 Humanoid.WalkSpeed = _G.WS;
  2060.                 end)
  2061.                 Humanoid.WalkSpeed = _G.WS;
  2062.  
  2063.                 walkspeedenabled = true
  2064.             elseif walkspeedenabled == true then
  2065.                 _G.WS = 20;
  2066.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  2067.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2068.                 Humanoid.WalkSpeed = _G.WS;
  2069.                 end)
  2070.                 Humanoid.WalkSpeed = _G.WS;
  2071.  
  2072.                 walkspeedenabled = false
  2073.             end
  2074.         end
  2075.     end
  2076.  
  2077.     walkspeedmouse.KeyDown:connect(x_walkspeed)
  2078.  
  2079. end)
  2080.  
  2081. --Sell Wood
  2082.  
  2083. SellWood.MouseButton1Down:connect(function()
  2084.             for _, Log in pairs(workspace.LogModels:GetChildren()) do
  2085.         if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2086.             if Log.Owner.Value == game.Players.LocalPlayer then
  2087.                 for i,v in pairs(Log:GetChildren()) do
  2088.                     if v.Name=="WoodSection" then
  2089.                         spawn(function()
  2090.                             for i=1,10 do
  2091.                                 wait()
  2092.                                 v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2093.                             end
  2094.                         end)
  2095.                     end
  2096.                 end
  2097.                 spawn(function()
  2098.                     for i=1,20 do
  2099.                         wait()
  2100.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2101.                     end
  2102.                 end)
  2103.             end
  2104.         end
  2105.     end
  2106. end)
  2107.  
  2108. --Sell Planks
  2109.  
  2110. SellPlanks.MouseButton1Click:Connect(function()
  2111.     for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2112.         if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  2113.             if Plank.Owner.Value == game.Players.LocalPlayer then
  2114.                 for i,v in pairs(Plank:GetChildren()) do
  2115.                     if v.Name=="WoodSection" then
  2116.                         spawn(function()
  2117.                             for i=1,10 do
  2118.                                 wait()
  2119.                                 v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2120.                             end
  2121.                         end)
  2122.                     end
  2123.                 end
  2124.                 spawn(function()
  2125.                     for i=1,20 do
  2126.                         wait()
  2127.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2128.                     end
  2129.                 end)
  2130.             end
  2131.         end
  2132.     end
  2133. end)
  2134.  
  2135. --TP Wood
  2136.  
  2137. TPWood.MouseButton1Click:Connect(function()
  2138.     for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2139.         if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2140.             if Log.Owner.Value == game.Players.LocalPlayer then
  2141.                 Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  2142.                 for i=1,100 do
  2143.                     game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2144.                 end
  2145.             end
  2146.         end
  2147.     end
  2148. end)
  2149.  
  2150. --TP Planks
  2151.  
  2152. TPPlanks.MouseButton1Click:Connect(function()
  2153.     for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2154.         if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  2155.             if Plank.Owner.Value == game.Players.LocalPlayer then
  2156.                 sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  2157.                 sendNotice:Fire("Click where you want ALL the Planks to TP to")
  2158.                 local ButtonPress
  2159.                 ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  2160.                     Square = game.Players.LocalPlayer:GetMouse().Target
  2161.                     if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  2162.                         ButtonPress:Disconnect()
  2163.                         Plank:MoveTo(Square.Position)
  2164.                         for i=1,100 do
  2165.                             game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2166.                         end
  2167.                     end
  2168.                 end)
  2169.             end
  2170.         end
  2171.     end
  2172. end)
  2173.  
  2174. --Mod Wood
  2175.  
  2176. ModWood.MouseButton1Click:Connect(function()
  2177.                for _, Log in pairs(workspace.LogModels:GetChildren()) do
  2178.             if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2179.                 if Log.Owner.Value == game.Players.LocalPlayer then
  2180.                     for i,v in pairs(Log:GetChildren()) do
  2181.                         if v.Name=="WoodSection" then
  2182.                             spawn(function()
  2183.                                 for i=1,10 do
  2184.                                     wait()
  2185.                                     v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2186.                                 end
  2187.                             end)
  2188.                         end
  2189.                     end
  2190.                     spawn(function()
  2191.                         for i=1,20 do
  2192.                             wait()
  2193.                             game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  2194.                 game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  2195.                         end
  2196.                     end)
  2197.                 end
  2198.             end
  2199.         end
  2200.     wait(2.0)
  2201.         for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2202.             if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2203.                 if Log.Owner.Value == game.Players.LocalPlayer then
  2204.                     Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  2205.                     for i=1,20 do
  2206.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  2207.                         game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  2208.                     end
  2209.                 end
  2210.             end
  2211.         end
  2212. end)
  2213.  
  2214. --Remove Tree's
  2215.  
  2216. RemoveTrees.MouseButton1Click:Connect(function()
  2217.     for i,v in pairs(game.Workspace:GetDescendants()) do
  2218.         if v.Name == "WoodSection" and v.Parent:FindFirstChild("CutEvent") then
  2219.             game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.Parent)
  2220.             game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v.Parent)
  2221.         end
  2222.     end
  2223.     game.Workspace.DescendantAdded:connect(function(Thing)
  2224.         wait(0.1)
  2225.         if Thing.Name == "WoodSection" and Thing.Parent:FindFirstChild("CutEvent") then
  2226.             game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Thing.Parent)
  2227.             game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(Thing.Parent)
  2228.         end
  2229.     end)
  2230.     end)
  2231.  
  2232. --Wood R Us
  2233.  
  2234. StoreWoodRUs.MouseButton1Down:connect(function()
  2235. function Tlprt(Cframe)
  2236.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2237.    wait(0.1)
  2238.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2239. end
  2240. Tlprt(CFrame.new(265, 5, 57))
  2241. end)
  2242.  
  2243. --Link's Logic
  2244.  
  2245. StoreLogic.MouseButton1Down:connect(function()
  2246. function Tlprt(Cframe)
  2247.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2248.     wait(0.1)
  2249.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2250. end
  2251. Tlprt(CFrame.new(4607, 9, -798))
  2252. end)
  2253.  
  2254. --Spawn
  2255.  
  2256. Spawn.MouseButton1Down:connect(function()
  2257. function Tlprt(Cframe)
  2258.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2259.     wait(0.1)
  2260.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2261. end
  2262. Tlprt(CFrame.new(155, 5, 74))
  2263. end)
  2264.  
  2265. --Ice Wood
  2266.  
  2267. IceWood.MouseButton1Down:connect(function()
  2268. function Tlprt(Cframe)
  2269.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2270.     wait(0.1)
  2271.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2272. end
  2273. Tlprt(CFrame.new(1451.66248, 412.208405, 3183.47607))
  2274. end)
  2275.  
  2276. --Land Store
  2277.  
  2278. StoreLand.MouseButton1Down:connect(function()
  2279. function Tlprt(Cframe)
  2280.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2281.     wait(0.1)
  2282.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2283. end
  2284. Tlprt(CFrame.new(258, 5, -99))
  2285. end)
  2286.  
  2287. --Fine Arts
  2288.  
  2289. StoreFineArts.MouseButton1Down:connect(function()
  2290. function Tlprt(Cframe)
  2291.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2292.     wait(0.1)
  2293.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2294. end
  2295. Tlprt(CFrame.new(5207, -156, 719))
  2296. end)
  2297.  
  2298.  
  2299. --Volcano
  2300.  
  2301. Volcano.MouseButton1Down:connect(function()
  2302. function Tlprt(Cframe)
  2303.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2304.     wait(0.1)
  2305.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2306. end
  2307. Tlprt(CFrame.new(-1585, 625, 1140))
  2308. end)
  2309.  
  2310. --Palm
  2311.  
  2312. Palm.MouseButton1Down:connect(function()
  2313. function Tlprt(Cframe)
  2314.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2315.     wait(0.1)
  2316.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2317. end
  2318. Tlprt(CFrame.new(2549, 5, -42))
  2319. end)
  2320.  
  2321. --Boxed Cars
  2322.  
  2323. StoreCars.MouseButton1Down:connect(function()
  2324. function Tlprt(Cframe)
  2325.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2326.     wait(0.1)
  2327.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2328. end
  2329. Tlprt(CFrame.new(509, 5.2, -1463))
  2330. end)
  2331.  
  2332. --Bob's Shack
  2333.  
  2334. StoreBobs.MouseButton1Down:connect(function()
  2335. function Tlprt(Cframe)
  2336.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2337.    wait(0.1)
  2338.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2339. end
  2340. Tlprt(CFrame.new(260, 10, -2542))
  2341. end)
  2342.  
  2343. --Swamp
  2344.  
  2345. Swamp.MouseButton1Down:connect(function()
  2346. function Tlprt(Cframe)
  2347.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2348.    wait(0.1)
  2349.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2350. end
  2351. Tlprt(CFrame.new(-1209, 138, -801))
  2352. end)
  2353.  
  2354. --End Times
  2355.  
  2356. EndTimes.MouseButton1Down:connect(function()
  2357. function Tlprt(Cframe)
  2358.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2359.    wait(0.1)
  2360.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2361. end
  2362. Tlprt(CFrame.new(113, -204, -951))
  2363. end)
  2364.  
  2365. --Fancy Furnishings
  2366.  
  2367. StoreFancy.MouseButton1Down:connect(function()
  2368. function Tlprt(Cframe)
  2369.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2370.    wait(0.1)
  2371.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2372. end
  2373. Tlprt(CFrame.new(491, 13, -1720))
  2374. end)
  2375.  
  2376. --Strange Man
  2377.  
  2378. StrangeMan.MouseButton1Down:connect(function()
  2379. function Tlprt(Cframe)
  2380.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2381.    wait(0.1)
  2382.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2383. end
  2384. Tlprt(CFrame.new(1061, 20, 1131))
  2385. end)
  2386.  
  2387. --Yellow Wood
  2388.  
  2389. YellowWood.MouseButton1Down:connect(function()
  2390. function Tlprt(Cframe)
  2391.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2392.    wait(0.1)
  2393.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2394. end
  2395. Tlprt(CFrame.new(-1124.91565, 1.10021782, -943.932129))
  2396. end)
  2397.  
  2398. --Cave
  2399.  
  2400. Cave.MouseButton1Down:connect(function()
  2401. function Tlprt(Cframe)
  2402.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2403.    wait(0.1)
  2404.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2405. end
  2406. Tlprt(CFrame.new(3581, -177, 430))
  2407. end)
  2408.  
  2409. --Green Box
  2410.  
  2411. GreenBox.MouseButton1Down:connect(function()
  2412. function Tlprt(Cframe)
  2413.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2414.    wait(0.1)
  2415.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2416. end
  2417. Tlprt(CFrame.new(-1668.39197, 349.601929, 1475.36255))
  2418. end)
  2419.  
  2420. --Lodge
  2421.  
  2422. Lodge.MouseButton1Down:connect(function()
  2423. function Tlprt(Cframe)
  2424.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2425.    wait(0.1)
  2426.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2427. end
  2428. Tlprt(CFrame.new(1244, 66, 2306))
  2429. end)
  2430.  
  2431. --Dock
  2432.  
  2433. Dock.MouseButton1Down:connect(function()
  2434. function Tlprt(Cframe)
  2435.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2436.    wait(0.1)
  2437.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2438. end
  2439. Tlprt(CFrame.new(1114, 3.2, -197))
  2440. end)
  2441.  
  2442. --Bridge
  2443.  
  2444. Bridge.MouseButton1Down:connect(function()
  2445. function Tlprt(Cframe)
  2446.    game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2447.    wait(0.1)
  2448.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2449. end
  2450. Tlprt(CFrame.new(113, 15, -977))
  2451. end)
  2452.  
  2453. --Dupe Step 1
  2454.  
  2455. DupeStep1.MouseButton1Click:Connect(function()
  2456.     ScriptLoadOrSave = true
  2457.     local CheckSlot = CheckSlotNumber2()
  2458.     if CheckSlot ~= false then
  2459.         if CheckIfSlotAvailable(CheckSlot) == true then
  2460.             local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  2461.             if LoadSlot == false then
  2462.                 SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  2463.             end
  2464.             if LoadSlot == true then
  2465.                 SendNotification("Reload Notification", "Loaded Your Slot", 2)
  2466.                 CurrentSlot = CheckSlot
  2467.             end
  2468.         else
  2469.             SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  2470.         end
  2471.     else
  2472.         SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  2473.     end
  2474.     ScriptLoadOrSave = false
  2475. end)
  2476.  
  2477. --Dupe Step 2
  2478.  
  2479. DupeStep2.MouseButton1Click:Connect(function()
  2480.     ScriptLoadOrSave = true
  2481.     local CheckSlot = CheckSlotNumber2()
  2482.     if CheckSlot ~= false then
  2483.         if CheckIfSlotAvailable(CheckSlot) == true then
  2484.             local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  2485.             if LoadSlot == false then
  2486.                 SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  2487.             end
  2488.             if LoadSlot == true then
  2489.                 SendNotification("Reload Notification", "Loaded Your Slot", 2)
  2490.                 CurrentSlot = CheckSlot
  2491.             end
  2492.         else
  2493.             SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  2494.         end
  2495.     else
  2496.         SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  2497.     end
  2498.     ScriptLoadOrSave = false
  2499. end)
  2500.  
  2501. --Money Step 1
  2502.  
  2503. MoneyStep1.MouseButton1Click:Connect(function()
  2504.  
  2505.     local CheckSlot = CheckSlotNumber1()
  2506.     if CheckSlot ~= false then
  2507.         if CurrentSlot ~= -1 then
  2508.             ScriptLoadOrSave = true
  2509.             local SaveSlot = game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(CheckSlot)
  2510.             if SaveSlot == true then
  2511.                 SendNotification("Save Notification", "Saved your Slot", 2)
  2512.                 wait(.5)
  2513.                 ScriptLoadOrSave = false
  2514.             elseif SaveSlot == false then
  2515.                 SendNotification("Already Saving", "Saving/Loading is currently in Progress", 1)
  2516.                 wait(.5)
  2517.                 ScriptLoadOrSave = false
  2518.             end
  2519.         else
  2520.             SendNotification("Error", "Load Your Slot First before saving", 1)
  2521.         end
  2522.     else
  2523.         SendNotification("Incorrect Slot", "Enter a number in the upper field", 1)
  2524.     end
  2525. wait(3)
  2526.  
  2527.     if MoneyCooldown == true then
  2528.         SendNotification("Cooldown Notification", "Wait for your Money to come back",2)
  2529.         return
  2530.     elseif MoneyCooldown == false then
  2531.         MoneyCooldown = true
  2532.         SendNotification("Money Sent", "Wait about 2 minutes for your Money to come back", 5)
  2533.         game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
  2534.         SendNotification("Money Received", "You received your money that you have sent earlier", 5)
  2535.         MoneyCooldown = false
  2536.     end
  2537. end)
  2538.  
  2539. --Money Step 2
  2540.  
  2541. MoneyStep2.MouseButton1Click:Connect(function()
  2542.         ScriptLoadOrSave = true
  2543.     local CheckSlot = CheckSlotNumber1()
  2544.     if CheckSlot ~= false then
  2545.         if CheckIfSlotAvailable(CheckSlot) == true then
  2546.             local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  2547.             if LoadSlot == false then
  2548.                 SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  2549.             end
  2550.             if LoadSlot == true then
  2551.                 SendNotification("Reload Notification", "Loaded Your Slot", 2)
  2552.                 CurrentSlot = CheckSlot
  2553.             end
  2554.         else
  2555.             SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  2556.         end
  2557.     else
  2558.         SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  2559.     end
  2560.     ScriptLoadOrSave = false
  2561. end)
  2562.  
  2563. --Axe Store Axes
  2564.  
  2565. StoreAxes.MouseButton1Down:connect(function() --Stores the Axes somewhere so you can restore them later
  2566.     Amount = 0
  2567.     for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  2568.         if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  2569.             b.Parent = game.Players.LocalPlayer
  2570.             Amount = Amount + 1
  2571.         end
  2572.     end
  2573.     SendNotification("Store Notification", "Stored "..Amount.." Axes, you can restore them later", 2)
  2574. end)
  2575.  
  2576. --Axe Restore Axes
  2577.  
  2578. RestoreAxes.MouseButton1Down:connect(function() --Restores the axes that you stored with the Store function
  2579.     Amount = 0
  2580.     for a,b in pairs(game.Players.LocalPlayer:GetChildren()) do
  2581.         if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  2582.             b.Parent = game.Players.LocalPlayer.Backpack
  2583.             Amount = Amount + 1
  2584.         end
  2585.     end
  2586.     SendNotification("Restore Notification", "Restored "..Amount.." Axes that you Stored", 2)
  2587. end)
  2588.  
  2589. --Axe Count Axes
  2590.  
  2591. CountAxes.MouseButton1Down:connect(function() --Counts Axes in your Backpack (Equiped Axes dont Count)
  2592.     Amount = 0
  2593.     for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2594.         if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  2595.             Amount = Amount + 1
  2596.         end
  2597.     end
  2598.     SendNotification("Axe Amount", "You have "..Amount.." Axes in your Backpack",2)
  2599. end)
  2600.  
  2601. --Maxland
  2602.  
  2603. MaxLand.MouseButton1Down:Connect(function()
  2604. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  2605.        if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  2606.            base = v
  2607.            square = v.OriginSquare
  2608.            end
  2609.        end
  2610.    function makebase(pos)
  2611.        local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  2612.        Event:FireServer(base, pos)
  2613.        end
  2614.    spos = square.Position
  2615.    makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  2616.    makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  2617.    makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  2618.    makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  2619.    makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  2620.    makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  2621.    makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  2622.    makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  2623.    makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  2624.    makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  2625.    makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  2626.    makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  2627. --Corners--
  2628.    makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  2629.    makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  2630.    makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  2631.    makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  2632. --Corners--
  2633.    makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  2634.    makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  2635.    makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  2636.    makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  2637.    makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  2638.    makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  2639.    makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  2640.    makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  2641.  
  2642. end)
  2643.  
  2644. --Wipe Base
  2645.  
  2646. WipeBase.MouseButton1Click:Connect(function()
  2647.         local plr = game.Players.LocalPlayer
  2648.     local torso = plr.Character.HumanoidRootPart
  2649.  
  2650.     local delaybeweenchecks = 0.5
  2651.     local opendistance = 10
  2652.  
  2653.     for i, v in pairs(game:GetService("Workspace").Stores.ShopItems:GetChildren()) do
  2654.     local A_1 = v
  2655.     local Event = game:GetService("ReplicatedStorage").Interaction.ClientIsDragging
  2656.     Event:FireServer(A_1)
  2657.     end
  2658. end)
  2659.  
  2660. --Copy Base
  2661.  
  2662. local script = Instance.new('LocalScript', CopyBase)
  2663.  
  2664.     script.Parent.MouseButton1Click:Connect(function()
  2665.         local RunService = game:GetService("RunService")
  2666.     local TargetPlayer = script.Parent.Parent.PlayerName.Text
  2667.     local SlowMode = true
  2668.     local WipeLocal = false
  2669.  
  2670.     local CopyStructure = true
  2671.     local CopyWire = true
  2672.     local CopyItems = true
  2673.     local CopyFurniture = true
  2674.  
  2675.     if WipeLocal then
  2676.     for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2677.     if v:FindFirstChild("Owner") then
  2678.     if v.Owner.Value == game.Players.LocalPlayer then
  2679.     game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
  2680.     end
  2681.     end
  2682.     end
  2683.     wait(0.5)
  2684.     end
  2685.  
  2686.     for i,v in pairs(game.Players:GetChildren()) do
  2687.     if v ~= game.Players.LocalPlayer then
  2688.     if v.Name:find(TargetPlayer) then
  2689.     TargetPlayer = v
  2690.     break
  2691.     end
  2692.     end
  2693.     end
  2694.  
  2695.     local LocalLand, TargetLand
  2696.  
  2697.     for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2698.     if v:FindFirstChild("Owner") then
  2699.     if v.Owner.Value == TargetPlayer then
  2700.     TargetLand = v
  2701.     elseif v.Owner.Value == game.Players.LocalPlayer then
  2702.     LocalLand = v
  2703.     end
  2704.     end
  2705.     end
  2706.  
  2707.     local CollectedTargetStructures, CollectedLocalStructures, CollectedLocalFurnitures, CollectedTargetFurnitures, CollectedLocalItems, CollectedTargetItems  = {}, {}, {}, {}, {}, {}
  2708.     local CollectedTargetItemsCopy, CollectedTargetFurnituresCopy = {}, {}
  2709.     local TotalCollectedBlueprints = 0
  2710.  
  2711.     if CopyStructure then
  2712.     for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2713.     if v:FindFirstChild("Owner") and v.Owner.Value == TargetPlayer then
  2714.     if v:FindFirstChild("BuildDependentWood") and (v.Type.Value == "Structure" or v.Type.Value == "Furniture") then
  2715.     local Data = {}
  2716.     Data.WoodClass = v:FindFirstChild("BlueprintWoodClass") and v.BlueprintWoodClass.Value
  2717.     Data.OffSet = (v:FindFirstChild("MainCFrame") and v.MainCFrame.Value or v.PrimaryPart.CFrame) - TargetLand.OriginSquare.Position
  2718.     Data.BlueprintType = v.ItemName.Value
  2719.     table.insert(CollectedTargetStructures,Data)
  2720.     end
  2721.     end
  2722.     end
  2723.  
  2724.     for i, Data in pairs(CollectedTargetStructures) do
  2725.     game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint:FireServer(Data.BlueprintType, LocalLand.OriginSquare.CFrame - Vector3.new(0,20,0), game.Players.LocalPlayer)
  2726.  
  2727.     if SlowMode and (math.random(1,2) ~= 1) then
  2728.     RunService.RenderStepped:Wait()
  2729.     end
  2730.     end
  2731.     end
  2732.  
  2733.     function blueprintHasBeenCollected(Model)
  2734.     if CollectedLocalStructures[Model.Name] then
  2735.     for i, BlueprintModel in pairs(CollectedLocalStructures[Model.Name]) do
  2736.     if BlueprintModel == Model then
  2737.     return true
  2738.     end
  2739.     end
  2740.     end
  2741.     return false
  2742.     end
  2743.  
  2744.     repeat
  2745.     for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2746.     if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer and v:FindFirstChild("Type") and v.Type.Value == "Blueprint" and not blueprintHasBeenCollected(v) then
  2747.     if not CollectedLocalStructures[v.Name] then
  2748.     CollectedLocalStructures[v.Name] = {}
  2749.     end
  2750.     table.insert(CollectedLocalStructures[v.Name], v)
  2751.     TotalCollectedBlueprints = TotalCollectedBlueprints + 1
  2752.     end
  2753.     end
  2754.     wait()
  2755.     until TotalCollectedBlueprints == #CollectedTargetStructures
  2756.  
  2757.     function SpawnStructure(Data, Blueprint)
  2758.     local Position = Data.OffSet + LocalLand.OriginSquare.Position
  2759.     game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Blueprint.ItemName.Value, Position, game.Players.LocalPlayer, Data.WoodClass, Blueprint, not Data.WoodClass)
  2760.     end
  2761.  
  2762.     for i, Data in pairs(CollectedTargetStructures) do
  2763.     local Blueprint = CollectedLocalStructures[Data.BlueprintType][1]
  2764.     table.remove(CollectedLocalStructures[Data.BlueprintType], 1)
  2765.  
  2766.     SpawnStructure(Data, Blueprint)
  2767.  
  2768.     if SlowMode and (math.random(1,2) ~= 1) then
  2769.     RunService.RenderStepped:Wait()
  2770.     end
  2771.     end
  2772.  
  2773.     function CreateWire(WireType, Points)
  2774.     local Wire = game.ReplicatedStorage.Purchasables.WireObjects[WireType]
  2775.  
  2776.     for i,v in pairs(Points) do
  2777.     Points[i] = v + LocalLand.OriginSquare.Position
  2778.     end
  2779.  
  2780.     game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Wire, Points)
  2781.     end
  2782.  
  2783.     if CopyWire then
  2784.     for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2785.     if v:FindFirstChild("Owner") and v.Owner.Value == TargetPlayer and v:FindFirstChild("Type") and v.Type.Value == "Wire" and v:FindFirstChild("End1") then
  2786.     local Points = {}
  2787.     local PointCount = 1
  2788.  
  2789.     table.insert(Points, (v.End1.Position - TargetLand.OriginSquare.Position))
  2790.  
  2791.     for i,w in pairs(v:GetChildren()) do
  2792.     if w.Name:find("Point") then
  2793.     PointCount = PointCount + 1
  2794.     end
  2795.     end
  2796.  
  2797.     for i=2, PointCount do
  2798.     local Point = v:FindFirstChild("Point"..tostring(i))
  2799.     table.insert(Points, (Point.Position - TargetLand.OriginSquare.Position))
  2800.     end
  2801.  
  2802.     table.insert(Points, (v.End2.Position - TargetLand.OriginSquare.Position))
  2803.     CreateWire(v.ItemName.Value, Points)
  2804.  
  2805.     if SlowMode and (math.random(1,2) ~= 1)then
  2806.     RunService.RenderStepped:Wait()
  2807.     end
  2808.     end
  2809.     end
  2810.     end
  2811.  
  2812.     function isValidFurniture(Model)
  2813.     if Model:FindFirstChild("Type") and (Model.Type.Value == "Structure" or Model.Type.Value == "Furniture" or Model.Type.Value == "Vehicle Spot") then
  2814.     if Model:FindFirstChild("BuildDependentWood") or Model:FindFirstChild("PurchasedBoxItemName") then
  2815.     return false
  2816.     end
  2817.     return true
  2818.     end
  2819.     return false
  2820.     end
  2821.  
  2822.     function Spawn(ItemName, Position)
  2823.        local Info = {}
  2824.        Info.Name = ItemName.Value
  2825.        Info.Type = ItemName.Name == "PurchasedBoxItemName" and ItemName or game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  2826.        Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  2827.        local Points = {Position.p, Position.p}
  2828.        game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  2829.     end
  2830.  
  2831.     if CopyFurniture then
  2832.     for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2833.     if Model:FindFirstChild("Owner") and Model.Owner.Value == TargetPlayer and isValidFurniture(Model) then
  2834.     local ItemName = Model:FindFirstChild("ItemName") or Model:FindFirstChild("PurchasedBoxItemName")
  2835.     local Position = (Model:FindFirstChild("MainCFrame") and Model.MainCFrame.Value or Model.PrimaryPart.CFrame) - TargetLand.OriginSquare.Position
  2836.  
  2837.     if ItemName.Name == "PurchasedBoxItemName" then
  2838.     Spawn(ItemName, Position + LocalLand.OriginSquare.Position)
  2839.     else
  2840.     Spawn(ItemName, LocalLand.OriginSquare.CFrame - Vector3.new(0,20,0))
  2841.     end
  2842.  
  2843.     local Data = {}
  2844.     Data.ItemName = ItemName.Value
  2845.     Data.OffSet = Position
  2846.  
  2847.     table.insert(CollectedTargetFurnitures, Data)
  2848.  
  2849.     if SlowMode and (math.random(1,2) ~= 1)then
  2850.     RunService.RenderStepped:Wait()
  2851.     end
  2852.     end
  2853.     end
  2854.     end
  2855.  
  2856.     for i, v in pairs(CollectedTargetFurnitures) do
  2857.     table.insert(CollectedTargetFurnituresCopy,v)
  2858.     end
  2859.  
  2860.     function isValidFurnitureModel(Model)
  2861.     for i, Data in pairs(CollectedTargetFurnitures) do
  2862.     if Data.ItemName == Model.ItemName.Value then
  2863.     table.remove(CollectedTargetFurnitures, i)
  2864.     return true
  2865.     end
  2866.     end
  2867.     return false
  2868.     end
  2869.  
  2870.     repeat
  2871.     for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2872.     if Model.Name == "Wire" and Model:FindFirstChild("Owner") and Model.Owner.Value == game.Players.LocalPlayer and Model.ItemName.Value ~= "Wire" and isValidFurnitureModel(Model) then
  2873.     table.insert(CollectedLocalFurnitures, Model)
  2874.     end
  2875.     end
  2876.     wait()
  2877.     until #CollectedTargetFurnitures == 0
  2878.  
  2879.     function GrabModelFromCollectedFurnitures(ItemName)
  2880.     for i, Model in pairs(CollectedLocalFurnitures) do
  2881.     if Model.ItemName.Value == ItemName then
  2882.     table.remove(CollectedLocalFurnitures,i)
  2883.     return Model
  2884.     end
  2885.     end
  2886.     end
  2887.  
  2888.     for i, Data in pairs(CollectedTargetFurnituresCopy) do
  2889.     local Model = GrabModelFromCollectedFurnitures(Data.ItemName)
  2890.     local ItemName = Data.ItemName
  2891.     local Position = Data.OffSet + LocalLand.OriginSquare.Position
  2892.     game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(ItemName,Position,game.Players.LocalPlayer,false,Model,true)
  2893.  
  2894.     if SlowMode and (math.random(1,2) ~= 1)then
  2895.     RunService.RenderStepped:Wait()
  2896.     end
  2897.     end
  2898.  
  2899.     function isValidItem(Model)
  2900.     if Model:FindFirstChild("Type") and (Model.Type.Value == "Structure" or Model.Type.Value == "Loose Item" or Model.Type.Value == "Tool" or Model.Type.Value == "Wire" or Model.Type.Value == "Furniture" or Model.Type.Value == "Gift") then
  2901.     if (Model.Type.Value == "Structure" or Model.Type.Value == "Wire" or Model.Type.Value == "Furniture") and not Model:FindFirstChild("PurchasedBoxItemName") then
  2902.     return false
  2903.     end
  2904.  
  2905.     return true
  2906.     elseif not Model:FindFirstChild("Type") then
  2907.     if Model:FindFirstChild("ItemName") then
  2908.     local ItemName = Model.ItemName.Value:lower()
  2909.  
  2910.     if ItemName:find("bob") and (ItemName:find("wob") or ItemName:find("head"))then
  2911.     return true
  2912.     end
  2913.     end
  2914.     end
  2915.     return false
  2916.     end
  2917.     function itemIsOnLand(Position)
  2918.     if (math.abs(Position.X - TargetLand.OriginSquare.Position.X) > 101 or math.abs(Position.Z - TargetLand.OriginSquare.Position.Z) > 101) then
  2919.     return false
  2920.     end
  2921.     for i, Square in pairs(TargetLand:GetChildren()) do
  2922.     if Square.Name == "Square" then
  2923.     if (math.abs(Position.X - Square.Position.X) < 21 and math.abs(Position.Z - Square.Position.Z) < 21) then
  2924.     return true
  2925.     end
  2926.     end
  2927.     end
  2928.     return false
  2929.     end
  2930.  
  2931.     if CopyItems then
  2932.     for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2933.     if Model:FindFirstChild("Owner") and Model.Owner.Value == TargetPlayer and isValidItem(Model) then
  2934.     local ItemName = Model:FindFirstChild("ItemName") or Model:FindFirstChild("PurchasedBoxItemName")
  2935.     local Position = (Model:FindFirstChild("MainCFrame") and Model.MainCFrame.Value or Model.PrimaryPart.CFrame) - TargetLand.OriginSquare.Position
  2936.  
  2937.     if itemIsOnLand((Model:FindFirstChild("MainCFrame") and Model.MainCFrame.Value or Model.PrimaryPart.CFrame).p) then
  2938.     Spawn(ItemName, LocalLand.OriginSquare.CFrame - Vector3.new(0,20,0))
  2939.  
  2940.     local Data = {}
  2941.     Data.ItemName = ItemName.Value
  2942.     Data.OffSet = Position
  2943.  
  2944.     table.insert(CollectedTargetItems, Data)
  2945.  
  2946.     if SlowMode and (math.random(1,2) ~= 1)then
  2947.     RunService.RenderStepped:Wait()
  2948.     end
  2949.     end
  2950.     end
  2951.     end
  2952.     end
  2953.  
  2954.     for i, v in pairs(CollectedTargetItems) do
  2955.     table.insert(CollectedTargetItemsCopy,v)
  2956.     end
  2957.  
  2958.     function isValidItemModel(Model)
  2959.     for i, Data in pairs(CollectedTargetItems) do
  2960.     if Data.ItemName == Model.ItemName.Value then
  2961.     table.remove(CollectedTargetItems, i)
  2962.     return true
  2963.     end
  2964.     end
  2965.     return false
  2966.     end
  2967.     function itemHasBeenCollected(Model)
  2968.     for i, Data in pairs(CollectedLocalItems) do
  2969.     if Data.ItemName == Model.ItemName.Value then
  2970.     return true
  2971.     end
  2972.     end
  2973.     return false
  2974.     end
  2975.  
  2976.     repeat
  2977.     for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2978.     if Model.Name == "Wire" and Model:FindFirstChild("Owner") and Model.Owner.Value == game.Players.LocalPlayer and (Model.ItemName.Value ~= "Wire" or (Model:FindFirstChild("ItemName") and Model.ItemName.Value == "Wire" and Model:FindFirstChild("PurchasedBoxItemName"))) and isValidItemModel(Model) and not itemHasBeenCollected(Model) then
  2979.     table.insert(CollectedLocalItems, Model)
  2980.     end
  2981.     end
  2982.     wait()
  2983.     until #CollectedTargetItems == 0
  2984.  
  2985.     function GrabModelFromCollectedItems(ItemName)
  2986.     for i, Model in pairs(CollectedLocalItems) do
  2987.     if Model.ItemName.Value == ItemName then
  2988.     table.remove(CollectedLocalItems,i)
  2989.     return Model
  2990.     end
  2991.     end
  2992.     end
  2993.  
  2994.     for i, Data in pairs(CollectedTargetItemsCopy) do
  2995.     local Model = GrabModelFromCollectedItems(Data.ItemName)
  2996.     local ItemName = Data.ItemName
  2997.     local Position = Data.OffSet + LocalLand.OriginSquare.Position
  2998.  
  2999.     if Model:FindFirstChild("PurchasedBoxItemName") then
  3000.     game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(false, Position, false, false, Model)
  3001.     Model.Parent = nil
  3002.     else
  3003.     game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(ItemName,Position,game.Players.LocalPlayer,false,Model,true)
  3004.     end
  3005.  
  3006.     if SlowMode and (math.random(1,2) ~= 1)then
  3007.     RunService.RenderStepped:Wait()
  3008.     end
  3009.     end
  3010. end)
  3011.  
  3012. --Blacklist All
  3013.  
  3014. BlackListAll.MouseButton1Click:Connect(function()
  3015.         Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  3016.     players = game.Players
  3017.     for i, v in pairs(players:GetPlayers()) do
  3018.         if v.Name ~= players.LocalPlayer.Name then
  3019.             Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  3020.         end
  3021.     end
  3022.     players.PlayerAdded:connect(function(plr)
  3023.         Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  3024.     end)
  3025.     end)
  3026.  
  3027. --Anti Blacklist All
  3028.  
  3029. AntiBLAll.MouseButton1Click:Connect(function()
  3030.     local plr = game.Players.LocalPlayer
  3031.         local cframe
  3032.         for i,v in next, workspace:GetDescendants() do
  3033.             if v:IsA("SpawnLocation") then
  3034.                 v.Touched:Connect(function(h)
  3035.                 if h.Parent == plr.Character and cframe then
  3036.                     plr.Character:SetPrimaryPartCFrame(cframe)
  3037.                     end
  3038.                 end)
  3039.             end
  3040.         end
  3041.  
  3042.         game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  3043.         if game.Players.LocalPlayer.Character.PrimaryPart then
  3044.             cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  3045.             end
  3046.         end)
  3047.  
  3048.         for i,v in next, debug.getregistry() do
  3049.             if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  3050.                 debug.setupvalue(v,"lastUpdate",math.huge)
  3051.                 break
  3052.             end
  3053.         end
  3054.  
  3055.         for i,v in next, workspace.Effects:GetChildren() do
  3056.             if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  3057.                 v:Destroy()
  3058.             end
  3059.         end
  3060.     end)
  3061.  
  3062. --Blood
  3063.  
  3064. Blood.MouseButton1Click:Connect(function()
  3065.     loadstring(game:HttpGet("https://pastebin.com/raw/jJ48V2yi", true))()
  3066. end)
  3067.  
  3068. --Venyx
  3069.  
  3070. Venyx.MouseButton1Click:Connect(function()
  3071.     loadstring(game:HttpGet("https://pastebin.com/raw/guLbXvSu", true))()
  3072. end)
  3073.  
  3074. --Light Lumber
  3075.  
  3076. LightLumber.MouseButton1Click:Connect(function()
  3077.     loadstring(game:GetObjects("rbxassetid://03271460677")[1].Source)()
  3078. end)
  3079.  
  3080. --Ferry
  3081.  
  3082. Ferry.MouseButton1Click:Connect(function()
  3083.     loadstring(game:HttpGet("https://pastebin.com/raw/WfpzEV2d", true))()
  3084. end)
  3085.  
  3086. --Bring Up
  3087.  
  3088. BringUp.MouseButton1Click:Connect(function()
  3089.     loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  3090. end)
  3091.  
  3092. --Johiro Axe Dupe
  3093.  
  3094. JohiroAxeDupe.MouseButton1Click:Connect(function()
  3095.     loadstring(game:HttpGet("https://pastebin.com/raw/fmEYwvqn", true))()
  3096. end)
  3097.  
Add Comment
Please, Sign In to add comment