Advertisement
HEHEJ

Untitled

Mar 6th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.45 KB | None | 0 0
  1. local Dirt32Free = Instance.new("ScreenGui")
  2. local Local = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local LocalMinimize = Instance.new("TextButton")
  5. local ButtonsLocal = Instance.new("Frame")
  6. local TextBox1 = Instance.new("TextBox")
  7. local Fly = Instance.new("TextLabel")
  8. local FlyOnOff = Instance.new("TextButton")
  9. local WalkSpeed = Instance.new("TextLabel")
  10. local WSBox = Instance.new("TextBox")
  11. local JP = Instance.new("TextLabel")
  12. local JPBox = Instance.new("TextBox")
  13. local WaterWalk = Instance.new("TextLabel")
  14. local WaterWalkOnOff = Instance.new("TextButton")
  15. local InfJump = Instance.new("TextLabel")
  16. local InfJumpOnOff = Instance.new("TextButton")
  17. local Line = Instance.new("Frame")
  18. local Plot = Instance.new("Frame")
  19. local Title_2 = Instance.new("TextLabel")
  20. local PlotMinimize = Instance.new("TextButton")
  21. local ButtonsPlot = Instance.new("Frame")
  22. local MaxLandButton = Instance.new("TextButton")
  23. local AntiBL = Instance.new("TextLabel")
  24. local AntiBLOnOff = Instance.new("TextButton")
  25. local AutoBL = Instance.new("TextLabel")
  26. local AutoBLOnOff = Instance.new("TextButton")
  27. local Line_2 = Instance.new("Frame")
  28. local Wood = Instance.new("Frame")
  29. local Title_3 = Instance.new("TextLabel")
  30. local WoodMinimize = Instance.new("TextButton")
  31. local ButtonsWood = Instance.new("Frame")
  32. local GodAxe = Instance.new("TextLabel")
  33. local GodAxeOnOff = Instance.new("TextButton")
  34. local TreeAura = Instance.new("TextLabel")
  35. local TreeAuraOnOff = Instance.new("TextButton")
  36. local PaintTool = Instance.new("TextButton")
  37. local Line_3 = Instance.new("Frame")
  38. local Misc = Instance.new("Frame")
  39. local Title_4 = Instance.new("TextLabel")
  40. local MiscMinimize = Instance.new("TextButton")
  41. local ButtonsMisc = Instance.new("Frame")
  42. local GetBlueprints = Instance.new("TextButton")
  43. local HardDragger = Instance.new("TextButton")
  44. local LeakedItems = Instance.new("TextButton")
  45. local BridgeDown = Instance.new("TextLabel")
  46. local BridgeDownOnOff = Instance.new("TextButton")
  47. local MakeDayNight = Instance.new("TextButton")
  48. local RemoveFog = Instance.new("TextLabel")
  49. local FogOnOff = Instance.new("TextButton")
  50. local Dupe = Instance.new("TextButton")
  51. local Line_4 = Instance.new("Frame")
  52. local Car = Instance.new("Frame")
  53. local Title_5 = Instance.new("TextLabel")
  54. local CarMinizmize = Instance.new("TextButton")
  55. local ButtonsCar = Instance.new("Frame")
  56. local RotateCar = Instance.new("TextButton")
  57. local KeyRotate = Instance.new("TextBox")
  58. local PinkSpawner = Instance.new("TextButton")
  59. local KeyPink = Instance.new("TextBox")
  60. local Line_5 = Instance.new("Frame")
  61. local DirtText = Instance.new("TextLabel")
  62. local Theme = Instance.new("Frame")
  63. local Title_6 = Instance.new("TextLabel")
  64. local ThemeMinimize = Instance.new("TextButton")
  65. local ButtonsTheme = Instance.new("Frame")
  66. local ColorID = Instance.new("TextBox")
  67. local Line_6 = Instance.new("TextLabel")
  68. local Line_7 = Instance.new("TextLabel")
  69. local Black = Instance.new("TextButton")
  70. local ChangeTheme = Instance.new("TextButton")
  71. local White = Instance.new("ImageButton")
  72. local Line_8 = Instance.new("Frame")
  73. local SearchBar = Instance.new("Frame")
  74. local ButtonsSearchBar = Instance.new("Frame")
  75. local SearchFunction = Instance.new("TextBox")
  76. local Title_7 = Instance.new("TextLabel")
  77. local SearchBarMinimize = Instance.new("TextButton")
  78. local Line_9 = Instance.new("Frame")
  79. local MainFrameBegin = Instance.new("Frame")
  80. local FrameBegin = Instance.new("Frame")
  81. local CloseBegin = Instance.new("TextButton")
  82. local LineBegin = Instance.new("TextLabel")
  83. local InfoBegin = Instance.new("TextLabel")
  84. local LineBegin_2 = Instance.new("TextLabel")
  85. local LineBegin_3 = Instance.new("TextLabel")
  86. local LineBegin_4 = Instance.new("TextLabel")
  87. local DirtName = Instance.new("TextLabel")
  88. local DirtServer = Instance.new("Frame")
  89. local DirtImage = Instance.new("ImageLabel")
  90. local DiscordDirt = Instance.new("TextButton")
  91. local LineBegin_5 = Instance.new("TextLabel")
  92. local DirtInfo = Instance.new("TextLabel")
  93. local JbServer = Instance.new("Frame")
  94. local JbImage = Instance.new("ImageLabel")
  95. local DiscordJB = Instance.new("TextButton")
  96. local LineBegin_6 = Instance.new("TextLabel")
  97. local JbInfo = Instance.new("TextLabel")
  98.  
  99. Dirt32Free.Name = "Dirt"
  100. Dirt32Free.Parent = game.CoreGui
  101. Dirt32Free.ResetOnSpawn = false
  102.  
  103. Local.Name = "Local"
  104. Local.Parent = Dirt32Free
  105. Local.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  106. Local.BorderSizePixel = 0
  107. Local.Position = UDim2.new(0, 29, 0, -80)
  108. Local.Size = UDim2.new(0, 135, 0, 24)
  109.  
  110. Title.Name = "Title"
  111. Title.Parent = Local
  112. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Title.BackgroundTransparency = 1
  114. Title.Position = UDim2.new(0, 5, 0, 0)
  115. Title.Size = UDim2.new(0, 130, 0, 25)
  116. Title.Font = Enum.Font.GothamSemibold
  117. Title.Text = "Local"
  118. Title.TextColor3 = Color3.new(1, 1, 1)
  119. Title.TextSize = 13
  120. Title.TextXAlignment = Enum.TextXAlignment.Left
  121.  
  122. LocalMinimize.Name = "LocalMinimize"
  123. LocalMinimize.Parent = Title
  124. LocalMinimize.BackgroundColor3 = Color3.new(1, 1, 1)
  125. LocalMinimize.BackgroundTransparency = 1
  126. LocalMinimize.Position = UDim2.new(0.88499999, -5, 0.200000003, 0)
  127. LocalMinimize.Size = UDim2.new(0, 15, 0, 15)
  128. LocalMinimize.Font = Enum.Font.GothamSemibold
  129. LocalMinimize.Text = "+"
  130. LocalMinimize.TextColor3 = Color3.new(1, 1, 1)
  131. LocalMinimize.TextSize = 13
  132.  
  133. ButtonsLocal.Name = "ButtonsLocal"
  134. ButtonsLocal.Parent = Local
  135. ButtonsLocal.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  136. ButtonsLocal.BorderSizePixel = 0
  137. ButtonsLocal.ClipsDescendants = true
  138. ButtonsLocal.Position = UDim2.new(0, 0, 0.998342514, 0)
  139. ButtonsLocal.Size = UDim2.new(0, 135, 0, 0)
  140.  
  141. TextBox1.Name = "TextBox1"
  142. TextBox1.Parent = ButtonsLocal
  143. TextBox1.BackgroundColor3 = Color3.new(1, 1, 1)
  144. TextBox1.BackgroundTransparency = 1
  145. TextBox1.Position = UDim2.new(0, 5, 0, 500)
  146. TextBox1.Size = UDim2.new(0, 130, 0, 25)
  147. TextBox1.Font = Enum.Font.GothamSemibold
  148. TextBox1.PlaceholderColor3 = Color3.new(1, 1, 1)
  149. TextBox1.PlaceholderText = "TextBox 1"
  150. TextBox1.Text = ""
  151. TextBox1.TextColor3 = Color3.new(1, 1, 1)
  152. TextBox1.TextSize = 13
  153. TextBox1.TextWrapped = true
  154. TextBox1.TextXAlignment = Enum.TextXAlignment.Left
  155.  
  156. Fly.Name = "Fly"
  157. Fly.Parent = ButtonsLocal
  158. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Fly.BackgroundTransparency = 1
  160. Fly.Position = UDim2.new(0, 5, 0, 49)
  161. Fly.Size = UDim2.new(0, 130, 0, 25)
  162. Fly.Font = Enum.Font.GothamSemibold
  163. Fly.Text = "Fly"
  164. Fly.TextColor3 = Color3.new(1, 1, 1)
  165. Fly.TextSize = 13
  166. Fly.TextStrokeColor3 = Color3.new(1, 1, 1)
  167. Fly.TextXAlignment = Enum.TextXAlignment.Left
  168.  
  169. FlyOnOff.Name = "FlyOn/Off"
  170. FlyOnOff.Parent = Fly
  171. FlyOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  172. FlyOnOff.BackgroundTransparency = 1
  173. FlyOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  174. FlyOnOff.Size = UDim2.new(0, 25, 0, 25)
  175. FlyOnOff.Font = Enum.Font.GothamSemibold
  176. FlyOnOff.Text = "Off"
  177. FlyOnOff.TextColor3 = Color3.new(1, 0, 0)
  178. FlyOnOff.TextSize = 13
  179. FlyOnOff.TextXAlignment = Enum.TextXAlignment.Left
  180.  
  181. WalkSpeed.Name = "WalkSpeed"
  182. WalkSpeed.Parent = ButtonsLocal
  183. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  184. WalkSpeed.BackgroundTransparency = 1
  185. WalkSpeed.Position = UDim2.new(0, 5, 0, 0)
  186. WalkSpeed.Size = UDim2.new(0, 130, 0, 25)
  187. WalkSpeed.Font = Enum.Font.GothamSemibold
  188. WalkSpeed.Text = "Walkspeed"
  189. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  190. WalkSpeed.TextSize = 13
  191. WalkSpeed.TextStrokeColor3 = Color3.new(1, 1, 1)
  192. WalkSpeed.TextXAlignment = Enum.TextXAlignment.Left
  193.  
  194. WSBox.Name = "WSBox"
  195. WSBox.Parent = WalkSpeed
  196. WSBox.BackgroundColor3 = Color3.new(1, 1, 1)
  197. WSBox.BackgroundTransparency = 1
  198. WSBox.Position = UDim2.new(0.808000028, 0, 0, 0)
  199. WSBox.Size = UDim2.new(0, 25, 0, 25)
  200. WSBox.Font = Enum.Font.GothamSemibold
  201. WSBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  202. WSBox.PlaceholderText = "..."
  203. WSBox.Text = "16"
  204. WSBox.TextColor3 = Color3.new(1, 1, 1)
  205. WSBox.TextSize = 13
  206. WSBox.TextXAlignment = Enum.TextXAlignment.Left
  207.  
  208. JP.Name = "JP"
  209. JP.Parent = ButtonsLocal
  210. JP.BackgroundColor3 = Color3.new(1, 1, 1)
  211. JP.BackgroundTransparency = 1
  212. JP.Position = UDim2.new(0, 5, 0, 25)
  213. JP.Size = UDim2.new(0, 130, 0, 25)
  214. JP.Font = Enum.Font.GothamSemibold
  215. JP.Text = "Jump Power"
  216. JP.TextColor3 = Color3.new(1, 1, 1)
  217. JP.TextSize = 13
  218. JP.TextStrokeColor3 = Color3.new(1, 1, 1)
  219. JP.TextXAlignment = Enum.TextXAlignment.Left
  220.  
  221. JPBox.Name = "JPBox"
  222. JPBox.Parent = JP
  223. JPBox.BackgroundColor3 = Color3.new(1, 1, 1)
  224. JPBox.BackgroundTransparency = 1
  225. JPBox.Position = UDim2.new(0.808000028, 0, 0, 0)
  226. JPBox.Size = UDim2.new(0, 25, 0, 25)
  227. JPBox.Font = Enum.Font.GothamSemibold
  228. JPBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  229. JPBox.PlaceholderText = "..."
  230. JPBox.Text = "50"
  231. JPBox.TextColor3 = Color3.new(1, 1, 1)
  232. JPBox.TextSize = 13
  233. JPBox.TextXAlignment = Enum.TextXAlignment.Left
  234.  
  235. WaterWalk.Name = "WaterWalk"
  236. WaterWalk.Parent = ButtonsLocal
  237. WaterWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  238. WaterWalk.BackgroundTransparency = 1
  239. WaterWalk.Position = UDim2.new(0, 5, 0, 75)
  240. WaterWalk.Size = UDim2.new(0, 130, 0, 25)
  241. WaterWalk.Font = Enum.Font.GothamSemibold
  242. WaterWalk.Text = "Water Walk"
  243. WaterWalk.TextColor3 = Color3.new(1, 1, 1)
  244. WaterWalk.TextSize = 13
  245. WaterWalk.TextStrokeColor3 = Color3.new(1, 1, 1)
  246. WaterWalk.TextXAlignment = Enum.TextXAlignment.Left
  247.  
  248. WaterWalkOnOff.Name = "WaterWalkOn/Off"
  249. WaterWalkOnOff.Parent = WaterWalk
  250. WaterWalkOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  251. WaterWalkOnOff.BackgroundTransparency = 1
  252. WaterWalkOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  253. WaterWalkOnOff.Size = UDim2.new(0, 25, 0, 25)
  254. WaterWalkOnOff.Font = Enum.Font.GothamSemibold
  255. WaterWalkOnOff.Text = "Off"
  256. WaterWalkOnOff.TextColor3 = Color3.new(1, 0, 0)
  257. WaterWalkOnOff.TextSize = 13
  258. WaterWalkOnOff.TextXAlignment = Enum.TextXAlignment.Left
  259.  
  260. InfJump.Name = "InfJump"
  261. InfJump.Parent = ButtonsLocal
  262. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  263. InfJump.BackgroundTransparency = 1
  264. InfJump.Position = UDim2.new(0, 5, 0, 100)
  265. InfJump.Size = UDim2.new(0, 130, 0, 25)
  266. InfJump.Font = Enum.Font.GothamSemibold
  267. InfJump.Text = "Inf Jump"
  268. InfJump.TextColor3 = Color3.new(1, 1, 1)
  269. InfJump.TextSize = 13
  270. InfJump.TextXAlignment = Enum.TextXAlignment.Left
  271.  
  272. InfJumpOnOff.Name = "InfJumpOn/Off"
  273. InfJumpOnOff.Parent = InfJump
  274. InfJumpOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  275. InfJumpOnOff.BackgroundTransparency = 1
  276. InfJumpOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  277. InfJumpOnOff.Size = UDim2.new(0, 25, 0, 25)
  278. InfJumpOnOff.Font = Enum.Font.GothamSemibold
  279. InfJumpOnOff.Text = "Off"
  280. InfJumpOnOff.TextColor3 = Color3.new(1, 0, 0)
  281. InfJumpOnOff.TextSize = 13
  282. InfJumpOnOff.TextXAlignment = Enum.TextXAlignment.Left
  283.  
  284. Line.Name = "Line"
  285. Line.Parent = Local
  286. Line.BackgroundColor3 = Color3.new(1, 1, 1)
  287. Line.BorderSizePixel = 0
  288. Line.Position = UDim2.new(0, 0, 1, 0)
  289. Line.Size = UDim2.new(0, 135, 0, 1)
  290.  
  291. Plot.Name = "Plot"
  292. Plot.Parent = Dirt32Free
  293. Plot.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  294. Plot.BorderSizePixel = 0
  295. Plot.Position = UDim2.new(0, 179, 0, -80)
  296. Plot.Size = UDim2.new(0, 135, 0, 24)
  297.  
  298. Title_2.Name = "Title"
  299. Title_2.Parent = Plot
  300. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  301. Title_2.BackgroundTransparency = 1
  302. Title_2.Position = UDim2.new(0, 5, 0, 0)
  303. Title_2.Size = UDim2.new(0, 130, 0, 25)
  304. Title_2.Font = Enum.Font.GothamSemibold
  305. Title_2.Text = "Plot"
  306. Title_2.TextColor3 = Color3.new(1, 1, 1)
  307. Title_2.TextSize = 13
  308. Title_2.TextXAlignment = Enum.TextXAlignment.Left
  309.  
  310. PlotMinimize.Name = "PlotMinimize"
  311. PlotMinimize.Parent = Title_2
  312. PlotMinimize.BackgroundColor3 = Color3.new(1, 1, 1)
  313. PlotMinimize.BackgroundTransparency = 1
  314. PlotMinimize.Position = UDim2.new(0.88499999, -5, 0.200000003, 0)
  315. PlotMinimize.Size = UDim2.new(0, 15, 0, 15)
  316. PlotMinimize.Font = Enum.Font.GothamSemibold
  317. PlotMinimize.Text = "+"
  318. PlotMinimize.TextColor3 = Color3.new(1, 1, 1)
  319. PlotMinimize.TextSize = 13
  320.  
  321. ButtonsPlot.Name = "ButtonsPlot"
  322. ButtonsPlot.Parent = Plot
  323. ButtonsPlot.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  324. ButtonsPlot.BorderSizePixel = 0
  325. ButtonsPlot.ClipsDescendants = true
  326. ButtonsPlot.Position = UDim2.new(0, 0, 0.998342514, 0)
  327. ButtonsPlot.Size = UDim2.new(0, 135, 0, 0)
  328.  
  329. MaxLandButton.Name = "MaxLandButton"
  330. MaxLandButton.Parent = ButtonsPlot
  331. MaxLandButton.BackgroundColor3 = Color3.new(1, 1, 1)
  332. MaxLandButton.BackgroundTransparency = 1
  333. MaxLandButton.Position = UDim2.new(0, 5, 0, 50)
  334. MaxLandButton.Size = UDim2.new(0, 94, 0, 25)
  335. MaxLandButton.Font = Enum.Font.GothamSemibold
  336. MaxLandButton.Text = "Max Plot"
  337. MaxLandButton.TextColor3 = Color3.new(1, 1, 1)
  338. MaxLandButton.TextSize = 13
  339. MaxLandButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  340. MaxLandButton.TextXAlignment = Enum.TextXAlignment.Left
  341.  
  342. AntiBL.Name = "AntiBL"
  343. AntiBL.Parent = ButtonsPlot
  344. AntiBL.BackgroundColor3 = Color3.new(1, 1, 1)
  345. AntiBL.BackgroundTransparency = 1
  346. AntiBL.Position = UDim2.new(0, 5, 0, 25)
  347. AntiBL.Size = UDim2.new(0, 130, 0, 25)
  348. AntiBL.Font = Enum.Font.GothamSemibold
  349. AntiBL.Text = "Anti Blacklist"
  350. AntiBL.TextColor3 = Color3.new(1, 1, 1)
  351. AntiBL.TextSize = 13
  352. AntiBL.TextStrokeColor3 = Color3.new(1, 1, 1)
  353. AntiBL.TextXAlignment = Enum.TextXAlignment.Left
  354.  
  355. AntiBLOnOff.Name = "AntiBLOn/Off"
  356. AntiBLOnOff.Parent = AntiBL
  357. AntiBLOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  358. AntiBLOnOff.BackgroundTransparency = 1
  359. AntiBLOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  360. AntiBLOnOff.Size = UDim2.new(0, 25, 0, 25)
  361. AntiBLOnOff.Font = Enum.Font.GothamSemibold
  362. AntiBLOnOff.Text = "Off"
  363. AntiBLOnOff.TextColor3 = Color3.new(1, 0, 0)
  364. AntiBLOnOff.TextSize = 13
  365. AntiBLOnOff.TextXAlignment = Enum.TextXAlignment.Left
  366.  
  367. AutoBL.Name = "AutoBL"
  368. AutoBL.Parent = ButtonsPlot
  369. AutoBL.BackgroundColor3 = Color3.new(1, 1, 1)
  370. AutoBL.BackgroundTransparency = 1
  371. AutoBL.Position = UDim2.new(0, 5, 0, 0)
  372. AutoBL.Size = UDim2.new(0, 130, 0, 25)
  373. AutoBL.Font = Enum.Font.GothamSemibold
  374. AutoBL.Text = "Auto Blacklist"
  375. AutoBL.TextColor3 = Color3.new(1, 1, 1)
  376. AutoBL.TextSize = 13
  377. AutoBL.TextStrokeColor3 = Color3.new(1, 1, 1)
  378. AutoBL.TextXAlignment = Enum.TextXAlignment.Left
  379.  
  380. AutoBLOnOff.Name = "AutoBLOn/Off"
  381. AutoBLOnOff.Parent = AutoBL
  382. AutoBLOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  383. AutoBLOnOff.BackgroundTransparency = 1
  384. AutoBLOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  385. AutoBLOnOff.Size = UDim2.new(0, 25, 0, 25)
  386. AutoBLOnOff.Font = Enum.Font.GothamSemibold
  387. AutoBLOnOff.Text = "Off"
  388. AutoBLOnOff.TextColor3 = Color3.new(1, 0, 0)
  389. AutoBLOnOff.TextSize = 13
  390. AutoBLOnOff.TextXAlignment = Enum.TextXAlignment.Left
  391.  
  392. Line_2.Name = "Line"
  393. Line_2.Parent = Plot
  394. Line_2.BackgroundColor3 = Color3.new(1, 1, 1)
  395. Line_2.BorderSizePixel = 0
  396. Line_2.Position = UDim2.new(0, 0, 1, 0)
  397. Line_2.Size = UDim2.new(0, 135, 0, 1)
  398.  
  399. Wood.Name = "Wood"
  400. Wood.Parent = Dirt32Free
  401. Wood.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  402. Wood.BorderSizePixel = 0
  403. Wood.Position = UDim2.new(0, 329, 0, -80)
  404. Wood.Size = UDim2.new(0, 135, 0, 24)
  405.  
  406. Title_3.Name = "Title"
  407. Title_3.Parent = Wood
  408. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  409. Title_3.BackgroundTransparency = 1
  410. Title_3.Position = UDim2.new(0, 5, 0, 0)
  411. Title_3.Size = UDim2.new(0, 130, 0, 25)
  412. Title_3.Font = Enum.Font.GothamSemibold
  413. Title_3.Text = "Wood"
  414. Title_3.TextColor3 = Color3.new(1, 1, 1)
  415. Title_3.TextSize = 13
  416. Title_3.TextXAlignment = Enum.TextXAlignment.Left
  417.  
  418. WoodMinimize.Name = "WoodMinimize"
  419. WoodMinimize.Parent = Title_3
  420. WoodMinimize.BackgroundColor3 = Color3.new(1, 1, 1)
  421. WoodMinimize.BackgroundTransparency = 1
  422. WoodMinimize.Position = UDim2.new(0.88499999, -5, 0.200000003, 0)
  423. WoodMinimize.Size = UDim2.new(0, 15, 0, 15)
  424. WoodMinimize.Font = Enum.Font.GothamSemibold
  425. WoodMinimize.Text = "+"
  426. WoodMinimize.TextColor3 = Color3.new(1, 1, 1)
  427. WoodMinimize.TextSize = 13
  428.  
  429. ButtonsWood.Name = "ButtonsWood"
  430. ButtonsWood.Parent = Wood
  431. ButtonsWood.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  432. ButtonsWood.BorderSizePixel = 0
  433. ButtonsWood.ClipsDescendants = true
  434. ButtonsWood.Position = UDim2.new(0, 0, 0.998342514, 0)
  435. ButtonsWood.Size = UDim2.new(0, 135, 0, 0)
  436.  
  437. GodAxe.Name = "GodAxe"
  438. GodAxe.Parent = ButtonsWood
  439. GodAxe.BackgroundColor3 = Color3.new(1, 1, 1)
  440. GodAxe.BackgroundTransparency = 1
  441. GodAxe.Position = UDim2.new(0, 5, 0, 0)
  442. GodAxe.Size = UDim2.new(0, 130, 0, 25)
  443. GodAxe.Font = Enum.Font.GothamSemibold
  444. GodAxe.Text = "God Axe"
  445. GodAxe.TextColor3 = Color3.new(1, 1, 1)
  446. GodAxe.TextSize = 13
  447. GodAxe.TextStrokeColor3 = Color3.new(1, 1, 1)
  448. GodAxe.TextXAlignment = Enum.TextXAlignment.Left
  449.  
  450. GodAxeOnOff.Name = "GodAxeOn/Off"
  451. GodAxeOnOff.Parent = GodAxe
  452. GodAxeOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  453. GodAxeOnOff.BackgroundTransparency = 1
  454. GodAxeOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  455. GodAxeOnOff.Size = UDim2.new(0, 25, 0, 25)
  456. GodAxeOnOff.Font = Enum.Font.GothamSemibold
  457. GodAxeOnOff.Text = "Off"
  458. GodAxeOnOff.TextColor3 = Color3.new(1, 0, 0)
  459. GodAxeOnOff.TextSize = 13
  460. GodAxeOnOff.TextXAlignment = Enum.TextXAlignment.Left
  461.  
  462. TreeAura.Name = "TreeAura"
  463. TreeAura.Parent = ButtonsWood
  464. TreeAura.BackgroundColor3 = Color3.new(1, 1, 1)
  465. TreeAura.BackgroundTransparency = 1
  466. TreeAura.Position = UDim2.new(0, 5, 0, 25)
  467. TreeAura.Size = UDim2.new(0, 130, 0, 25)
  468. TreeAura.Font = Enum.Font.GothamSemibold
  469. TreeAura.Text = "Tree Aura"
  470. TreeAura.TextColor3 = Color3.new(1, 1, 1)
  471. TreeAura.TextSize = 13
  472. TreeAura.TextStrokeColor3 = Color3.new(1, 1, 1)
  473. TreeAura.TextXAlignment = Enum.TextXAlignment.Left
  474.  
  475. TreeAuraOnOff.Name = "TreeAuraOn/Off"
  476. TreeAuraOnOff.Parent = TreeAura
  477. TreeAuraOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  478. TreeAuraOnOff.BackgroundTransparency = 1
  479. TreeAuraOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  480. TreeAuraOnOff.Size = UDim2.new(0, 25, 0, 25)
  481. TreeAuraOnOff.Font = Enum.Font.GothamSemibold
  482. TreeAuraOnOff.Text = "Off"
  483. TreeAuraOnOff.TextColor3 = Color3.new(1, 0, 0)
  484. TreeAuraOnOff.TextSize = 13
  485. TreeAuraOnOff.TextXAlignment = Enum.TextXAlignment.Left
  486.  
  487. PaintTool.Name = "PaintTool"
  488. PaintTool.Parent = ButtonsWood
  489. PaintTool.BackgroundColor3 = Color3.new(1, 1, 1)
  490. PaintTool.BackgroundTransparency = 1
  491. PaintTool.Position = UDim2.new(0, 6, 0, 50)
  492. PaintTool.Size = UDim2.new(0, 130, 0, 25)
  493. PaintTool.Font = Enum.Font.GothamSemibold
  494. PaintTool.Text = "Paint Tool"
  495. PaintTool.TextColor3 = Color3.new(1, 1, 1)
  496. PaintTool.TextSize = 13
  497. PaintTool.TextStrokeColor3 = Color3.new(1, 1, 1)
  498. PaintTool.TextXAlignment = Enum.TextXAlignment.Left
  499.  
  500. Line_3.Name = "Line"
  501. Line_3.Parent = Wood
  502. Line_3.BackgroundColor3 = Color3.new(1, 1, 1)
  503. Line_3.BorderSizePixel = 0
  504. Line_3.Position = UDim2.new(0, 0, 1, 0)
  505. Line_3.Size = UDim2.new(0, 135, 0, 1)
  506.  
  507. Misc.Name = "Misc"
  508. Misc.Parent = Dirt32Free
  509. Misc.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  510. Misc.BorderSizePixel = 0
  511. Misc.Position = UDim2.new(0, 629, 0, -80)
  512. Misc.Size = UDim2.new(0, 135, 0, 24)
  513.  
  514. Title_4.Name = "Title"
  515. Title_4.Parent = Misc
  516. Title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  517. Title_4.BackgroundTransparency = 1
  518. Title_4.Position = UDim2.new(0, 5, 0, 0)
  519. Title_4.Size = UDim2.new(0, 130, 0, 25)
  520. Title_4.Font = Enum.Font.GothamSemibold
  521. Title_4.Text = "Misc"
  522. Title_4.TextColor3 = Color3.new(1, 1, 1)
  523. Title_4.TextSize = 13
  524. Title_4.TextXAlignment = Enum.TextXAlignment.Left
  525.  
  526. MiscMinimize.Name = "MiscMinimize"
  527. MiscMinimize.Parent = Title_4
  528. MiscMinimize.BackgroundColor3 = Color3.new(1, 1, 1)
  529. MiscMinimize.BackgroundTransparency = 1
  530. MiscMinimize.Position = UDim2.new(0.88499999, -5, 0.200000003, 0)
  531. MiscMinimize.Size = UDim2.new(0, 15, 0, 15)
  532. MiscMinimize.Font = Enum.Font.GothamSemibold
  533. MiscMinimize.Text = "+"
  534. MiscMinimize.TextColor3 = Color3.new(1, 1, 1)
  535. MiscMinimize.TextSize = 13
  536.  
  537. ButtonsMisc.Name = "ButtonsMisc"
  538. ButtonsMisc.Parent = Misc
  539. ButtonsMisc.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  540. ButtonsMisc.BorderSizePixel = 0
  541. ButtonsMisc.ClipsDescendants = true
  542. ButtonsMisc.Position = UDim2.new(0, 0, 0.998332977, 0)
  543. ButtonsMisc.Size = UDim2.new(0, 135, 0, 0)
  544.  
  545. GetBlueprints.Name = "GetBlueprints"
  546. GetBlueprints.Parent = ButtonsMisc
  547. GetBlueprints.BackgroundColor3 = Color3.new(1, 1, 1)
  548. GetBlueprints.BackgroundTransparency = 1
  549. GetBlueprints.Position = UDim2.new(0, 5, 0, 0)
  550. GetBlueprints.Size = UDim2.new(0, 130, 0, 25)
  551. GetBlueprints.Font = Enum.Font.GothamSemibold
  552. GetBlueprints.Text = "Get Blueprints"
  553. GetBlueprints.TextColor3 = Color3.new(1, 1, 1)
  554. GetBlueprints.TextSize = 13
  555. GetBlueprints.TextStrokeColor3 = Color3.new(1, 1, 1)
  556. GetBlueprints.TextXAlignment = Enum.TextXAlignment.Left
  557.  
  558. HardDragger.Name = "HardDragger"
  559. HardDragger.Parent = ButtonsMisc
  560. HardDragger.BackgroundColor3 = Color3.new(1, 1, 1)
  561. HardDragger.BackgroundTransparency = 1
  562. HardDragger.Position = UDim2.new(0, 5, 0, 50)
  563. HardDragger.Size = UDim2.new(0, 130, 0, 25)
  564. HardDragger.Font = Enum.Font.GothamSemibold
  565. HardDragger.Text = "Hard Dragger"
  566. HardDragger.TextColor3 = Color3.new(1, 1, 1)
  567. HardDragger.TextSize = 13
  568. HardDragger.TextStrokeColor3 = Color3.new(1, 1, 1)
  569. HardDragger.TextXAlignment = Enum.TextXAlignment.Left
  570.  
  571. LeakedItems.Name = "LeakedItems"
  572. LeakedItems.Parent = ButtonsMisc
  573. LeakedItems.BackgroundColor3 = Color3.new(1, 1, 1)
  574. LeakedItems.BackgroundTransparency = 1
  575. LeakedItems.Position = UDim2.new(0, 5, 0, 25)
  576. LeakedItems.Size = UDim2.new(0, 130, 0, 25)
  577. LeakedItems.Font = Enum.Font.GothamSemibold
  578. LeakedItems.Text = "Leaked Items"
  579. LeakedItems.TextColor3 = Color3.new(1, 1, 1)
  580. LeakedItems.TextSize = 13
  581. LeakedItems.TextStrokeColor3 = Color3.new(1, 1, 1)
  582. LeakedItems.TextXAlignment = Enum.TextXAlignment.Left
  583.  
  584. BridgeDown.Name = "BridgeDown"
  585. BridgeDown.Parent = ButtonsMisc
  586. BridgeDown.BackgroundColor3 = Color3.new(1, 1, 1)
  587. BridgeDown.BackgroundTransparency = 1
  588. BridgeDown.Position = UDim2.new(0, 5, 0, 125)
  589. BridgeDown.Size = UDim2.new(0, 130, 0, 25)
  590. BridgeDown.Font = Enum.Font.GothamSemibold
  591. BridgeDown.Text = "Bridge Down"
  592. BridgeDown.TextColor3 = Color3.new(1, 1, 1)
  593. BridgeDown.TextSize = 13
  594. BridgeDown.TextStrokeColor3 = Color3.new(1, 1, 1)
  595. BridgeDown.TextXAlignment = Enum.TextXAlignment.Left
  596.  
  597. BridgeDownOnOff.Name = "BridgeDownOn/Off"
  598. BridgeDownOnOff.Parent = BridgeDown
  599. BridgeDownOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  600. BridgeDownOnOff.BackgroundTransparency = 1
  601. BridgeDownOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  602. BridgeDownOnOff.Size = UDim2.new(0, 25, 0, 25)
  603. BridgeDownOnOff.Font = Enum.Font.GothamSemibold
  604. BridgeDownOnOff.Text = "Off"
  605. BridgeDownOnOff.TextColor3 = Color3.new(1, 0, 0)
  606. BridgeDownOnOff.TextSize = 13
  607. BridgeDownOnOff.TextXAlignment = Enum.TextXAlignment.Left
  608.  
  609. MakeDayNight.Name = "MakeDayNight"
  610. MakeDayNight.Parent = ButtonsMisc
  611. MakeDayNight.BackgroundColor3 = Color3.new(1, 1, 1)
  612. MakeDayNight.BackgroundTransparency = 1
  613. MakeDayNight.Position = UDim2.new(0, 5, 0, 75)
  614. MakeDayNight.Size = UDim2.new(0, 130, 0, 25)
  615. MakeDayNight.Font = Enum.Font.GothamSemibold
  616. MakeDayNight.Text = "Day/Night"
  617. MakeDayNight.TextColor3 = Color3.new(1, 1, 1)
  618. MakeDayNight.TextSize = 13
  619. MakeDayNight.TextStrokeColor3 = Color3.new(1, 1, 1)
  620. MakeDayNight.TextXAlignment = Enum.TextXAlignment.Left
  621.  
  622. RemoveFog.Name = "RemoveFog"
  623. RemoveFog.Parent = ButtonsMisc
  624. RemoveFog.BackgroundColor3 = Color3.new(1, 1, 1)
  625. RemoveFog.BackgroundTransparency = 1
  626. RemoveFog.Position = UDim2.new(0, 5, 0, 100)
  627. RemoveFog.Size = UDim2.new(0, 130, 0, 25)
  628. RemoveFog.Font = Enum.Font.GothamSemibold
  629. RemoveFog.Text = "Remove Fog"
  630. RemoveFog.TextColor3 = Color3.new(1, 1, 1)
  631. RemoveFog.TextSize = 13
  632. RemoveFog.TextXAlignment = Enum.TextXAlignment.Left
  633.  
  634. FogOnOff.Name = "FogOn/Off"
  635. FogOnOff.Parent = RemoveFog
  636. FogOnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  637. FogOnOff.BackgroundTransparency = 1
  638. FogOnOff.Position = UDim2.new(0.808000028, 0, 0, 0)
  639. FogOnOff.Size = UDim2.new(0, 25, 0, 25)
  640. FogOnOff.Font = Enum.Font.GothamSemibold
  641. FogOnOff.Text = "Off"
  642. FogOnOff.TextColor3 = Color3.new(1, 0, 0)
  643. FogOnOff.TextSize = 13
  644. FogOnOff.TextXAlignment = Enum.TextXAlignment.Left
  645.  
  646. Dupe.Name = "Dupe"
  647. Dupe.Parent = ButtonsMisc
  648. Dupe.BackgroundColor3 = Color3.new(1, 1, 1)
  649. Dupe.BackgroundTransparency = 1
  650. Dupe.Position = UDim2.new(0, 5, 0, 151)
  651. Dupe.Size = UDim2.new(0, 130, 0, 25)
  652. Dupe.Font = Enum.Font.GothamSemibold
  653. Dupe.Text = "Dupe"
  654. Dupe.TextColor3 = Color3.new(1, 1, 1)
  655. Dupe.TextSize = 13
  656. Dupe.TextStrokeColor3 = Color3.new(1, 1, 1)
  657. Dupe.TextXAlignment = Enum.TextXAlignment.Left
  658.  
  659. Line_4.Name = "Line"
  660. Line_4.Parent = Misc
  661. Line_4.BackgroundColor3 = Color3.new(1, 1, 1)
  662. Line_4.BorderSizePixel = 0
  663. Line_4.Position = UDim2.new(0, 0, 1, 0)
  664. Line_4.Size = UDim2.new(0, 135, 0, 1)
  665.  
  666. Car.Name = "Car"
  667. Car.Parent = Dirt32Free
  668. Car.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  669. Car.BorderSizePixel = 0
  670. Car.Position = UDim2.new(0, 479, 0, -80)
  671. Car.Size = UDim2.new(0, 135, 0, 24)
  672.  
  673. Title_5.Name = "Title"
  674. Title_5.Parent = Car
  675. Title_5.BackgroundColor3 = Color3.new(1, 1, 1)
  676. Title_5.BackgroundTransparency = 1
  677. Title_5.Position = UDim2.new(0, 5, 0, 0)
  678. Title_5.Size = UDim2.new(0, 130, 0, 25)
  679. Title_5.Font = Enum.Font.GothamSemibold
  680. Title_5.Text = "Car"
  681. Title_5.TextColor3 = Color3.new(1, 1, 1)
  682. Title_5.TextSize = 13
  683. Title_5.TextXAlignment = Enum.TextXAlignment.Left
  684.  
  685. CarMinizmize.Name = "CarMinizmize"
  686. CarMinizmize.Parent = Title_5
  687. CarMinizmize.BackgroundColor3 = Color3.new(1, 1, 1)
  688. CarMinizmize.BackgroundTransparency = 1
  689. CarMinizmize.Position = UDim2.new(0.88499999, -5, 0.200000003, 0)
  690. CarMinizmize.Size = UDim2.new(0, 15, 0, 15)
  691. CarMinizmize.Font = Enum.Font.GothamSemibold
  692. CarMinizmize.Text = "+"
  693. CarMinizmize.TextColor3 = Color3.new(1, 1, 1)
  694. CarMinizmize.TextSize = 13
  695.  
  696. ButtonsCar.Name = "ButtonsCar"
  697. ButtonsCar.Parent = Car
  698. ButtonsCar.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  699. ButtonsCar.BorderSizePixel = 0
  700. ButtonsCar.ClipsDescendants = true
  701. ButtonsCar.Position = UDim2.new(0, 0, 0.998342514, 0)
  702. ButtonsCar.Size = UDim2.new(0, 135, 0, 0)
  703.  
  704. RotateCar.Name = "RotateCar"
  705. RotateCar.Parent = ButtonsCar
  706. RotateCar.BackgroundColor3 = Color3.new(1, 1, 1)
  707. RotateCar.BackgroundTransparency = 1
  708. RotateCar.Position = UDim2.new(0, 5, 0, 0)
  709. RotateCar.Size = UDim2.new(0, 130, 0, 25)
  710. RotateCar.Font = Enum.Font.GothamSemibold
  711. RotateCar.Text = "Rotate Car"
  712. RotateCar.TextColor3 = Color3.new(1, 1, 1)
  713. RotateCar.TextSize = 13
  714. RotateCar.TextStrokeColor3 = Color3.new(1, 1, 1)
  715. RotateCar.TextXAlignment = Enum.TextXAlignment.Left
  716.  
  717. KeyRotate.Name = "KeyRotate"
  718. KeyRotate.Parent = RotateCar
  719. KeyRotate.BackgroundColor3 = Color3.new(1, 1, 1)
  720. KeyRotate.BackgroundTransparency = 1
  721. KeyRotate.Position = UDim2.new(0.808000028, 0, 0, 0)
  722. KeyRotate.Size = UDim2.new(0, 25, 0, 25)
  723. KeyRotate.Font = Enum.Font.GothamSemibold
  724. KeyRotate.PlaceholderColor3 = Color3.new(1, 1, 1)
  725. KeyRotate.PlaceholderText = "..."
  726. KeyRotate.Text = "R"
  727. KeyRotate.TextColor3 = Color3.new(1, 1, 1)
  728. KeyRotate.TextSize = 13
  729.  
  730. PinkSpawner.Name = "PinkSpawner"
  731. PinkSpawner.Parent = ButtonsCar
  732. PinkSpawner.BackgroundColor3 = Color3.new(1, 1, 1)
  733. PinkSpawner.BackgroundTransparency = 1
  734. PinkSpawner.Position = UDim2.new(0, 5, 0, 25)
  735. PinkSpawner.Size = UDim2.new(0, 130, 0, 25)
  736. PinkSpawner.Font = Enum.Font.GothamSemibold
  737. PinkSpawner.Text = "Pink Spanwer "
  738. PinkSpawner.TextColor3 = Color3.new(1, 1, 1)
  739. PinkSpawner.TextSize = 13
  740. PinkSpawner.TextStrokeColor3 = Color3.new(1, 1, 1)
  741. PinkSpawner.TextXAlignment = Enum.TextXAlignment.Left
  742.  
  743. KeyPink.Name = "KeyPink"
  744. KeyPink.Parent = PinkSpawner
  745. KeyPink.BackgroundColor3 = Color3.new(1, 1, 1)
  746. KeyPink.BackgroundTransparency = 1
  747. KeyPink.Position = UDim2.new(0.808000028, 0, 0, 0)
  748. KeyPink.Size = UDim2.new(0, 25, 0, 25)
  749. KeyPink.Font = Enum.Font.GothamSemibold
  750. KeyPink.PlaceholderColor3 = Color3.new(1, 1, 1)
  751. KeyPink.PlaceholderText = "..."
  752. KeyPink.Text = "C"
  753. KeyPink.TextColor3 = Color3.new(1, 1, 1)
  754. KeyPink.TextSize = 13
  755.  
  756. Line_5.Name = "Line"
  757. Line_5.Parent = Car
  758. Line_5.BackgroundColor3 = Color3.new(1, 1, 1)
  759. Line_5.BorderSizePixel = 0
  760. Line_5.Position = UDim2.new(0, 0, 1, 0)
  761. Line_5.Size = UDim2.new(0, 135, 0, 1)
  762.  
  763. DirtText.Name = "DirtText"
  764. DirtText.Parent = Dirt32Free
  765. DirtText.BackgroundColor3 = Color3.new(1, 1, 1)
  766. DirtText.BackgroundTransparency = 1
  767. DirtText.BorderSizePixel = 0
  768. DirtText.Position = UDim2.new(0, 5, 1, -25)
  769. DirtText.Size = UDim2.new(0, 200, 0, 25)
  770. DirtText.Font = Enum.Font.GothamSemibold
  771. DirtText.Text = "Dirt 3.0"
  772. DirtText.TextColor3 = Color3.new(1, 1, 1)
  773. DirtText.TextSize = 14
  774. DirtText.TextXAlignment = Enum.TextXAlignment.Left
  775.  
  776. Theme.Name = "Theme"
  777. Theme.Parent = Dirt32Free
  778. Theme.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  779. Theme.BorderSizePixel = 0
  780. Theme.Position = UDim2.new(0, 779, 0, -80)
  781. Theme.Size = UDim2.new(0, 135, 0, 24)
  782.  
  783. Title_6.Name = "Title"
  784. Title_6.Parent = Theme
  785. Title_6.BackgroundColor3 = Color3.new(1, 1, 1)
  786. Title_6.BackgroundTransparency = 1
  787. Title_6.Position = UDim2.new(0, 5, 0, 0)
  788. Title_6.Size = UDim2.new(0, 130, 0, 25)
  789. Title_6.Font = Enum.Font.GothamSemibold
  790. Title_6.Text = "Theme Color"
  791. Title_6.TextColor3 = Color3.new(1, 1, 1)
  792. Title_6.TextSize = 13
  793. Title_6.TextXAlignment = Enum.TextXAlignment.Left
  794.  
  795. ThemeMinimize.Name = "ThemeMinimize"
  796. ThemeMinimize.Parent = Title_6
  797. ThemeMinimize.BackgroundColor3 = Color3.new(1, 1, 1)
  798. ThemeMinimize.BackgroundTransparency = 1
  799. ThemeMinimize.Position = UDim2.new(0.88499999, -5, 0.200000003, 0)
  800. ThemeMinimize.Size = UDim2.new(0, 15, 0, 15)
  801. ThemeMinimize.Font = Enum.Font.GothamSemibold
  802. ThemeMinimize.Text = "+"
  803. ThemeMinimize.TextColor3 = Color3.new(1, 1, 1)
  804. ThemeMinimize.TextSize = 13
  805.  
  806. ButtonsTheme.Name = "ButtonsTheme"
  807. ButtonsTheme.Parent = Theme
  808. ButtonsTheme.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  809. ButtonsTheme.BorderSizePixel = 0
  810. ButtonsTheme.ClipsDescendants = true
  811. ButtonsTheme.Position = UDim2.new(0, 0, 0.998342514, 0)
  812. ButtonsTheme.Size = UDim2.new(0, 135, 0, 0)
  813.  
  814. ColorID.Name = "ColorID"
  815. ColorID.Parent = ButtonsTheme
  816. ColorID.BackgroundColor3 = Color3.new(1, 1, 1)
  817. ColorID.BackgroundTransparency = 1
  818. ColorID.Position = UDim2.new(0, 2, 0, 75)
  819. ColorID.Size = UDim2.new(0, 130, 0, 25)
  820. ColorID.Font = Enum.Font.GothamSemibold
  821. ColorID.PlaceholderColor3 = Color3.new(1, 1, 1)
  822. ColorID.PlaceholderText = "46, 46, 46"
  823. ColorID.Text = ""
  824. ColorID.TextColor3 = Color3.new(1, 1, 1)
  825. ColorID.TextSize = 13
  826. ColorID.TextWrapped = true
  827.  
  828. Line_6.Name = "Line"
  829. Line_6.Parent = ButtonsTheme
  830. Line_6.BackgroundColor3 = Color3.new(1, 1, 1)
  831. Line_6.BorderSizePixel = 0
  832. Line_6.Position = UDim2.new(0, 0, 0, 73)
  833. Line_6.Size = UDim2.new(0, 137, 0, 1)
  834. Line_6.Font = Enum.Font.GothamSemibold
  835. Line_6.Text = ""
  836. Line_6.TextColor3 = Color3.new(1, 1, 1)
  837. Line_6.TextSize = 13
  838. Line_6.TextXAlignment = Enum.TextXAlignment.Left
  839.  
  840. Line_7.Name = "Line"
  841. Line_7.Parent = ButtonsTheme
  842. Line_7.BackgroundColor3 = Color3.new(1, 1, 1)
  843. Line_7.BorderSizePixel = 0
  844. Line_7.Position = UDim2.new(0, 0, 0, 98)
  845. Line_7.Size = UDim2.new(0, 135, 0, 1)
  846. Line_7.Font = Enum.Font.GothamSemibold
  847. Line_7.Text = ""
  848. Line_7.TextColor3 = Color3.new(1, 1, 1)
  849. Line_7.TextSize = 13
  850. Line_7.TextXAlignment = Enum.TextXAlignment.Left
  851.  
  852. Black.Name = "Black"
  853. Black.Parent = ButtonsTheme
  854. Black.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  855. Black.BorderColor3 = Color3.new(1, 1, 1)
  856. Black.Position = UDim2.new(0, 7, 0, 11)
  857. Black.Size = UDim2.new(0, 53, 0, 53)
  858. Black.Font = Enum.Font.GothamSemibold
  859. Black.Text = ""
  860. Black.TextColor3 = Color3.new(1, 1, 1)
  861. Black.TextSize = 13
  862. Black.TextStrokeColor3 = Color3.new(1, 1, 1)
  863. Black.TextXAlignment = Enum.TextXAlignment.Left
  864.  
  865. ChangeTheme.Name = "ChangeTheme"
  866. ChangeTheme.Parent = ButtonsTheme
  867. ChangeTheme.BackgroundColor3 = Color3.new(1, 1, 1)
  868. ChangeTheme.BackgroundTransparency = 1
  869. ChangeTheme.BorderColor3 = Color3.new(1, 1, 1)
  870. ChangeTheme.Position = UDim2.new(0, 0, 0, 99)
  871. ChangeTheme.Size = UDim2.new(0, 135, 0, 23)
  872. ChangeTheme.Font = Enum.Font.GothamSemibold
  873. ChangeTheme.Text = "Change Theme"
  874. ChangeTheme.TextColor3 = Color3.new(1, 1, 1)
  875. ChangeTheme.TextSize = 13
  876. ChangeTheme.TextStrokeColor3 = Color3.new(1, 1, 1)
  877.  
  878. White.Name = "White"
  879. White.Parent = ButtonsTheme
  880. White.BackgroundColor3 = Color3.new(1, 1, 1)
  881. White.BorderColor3 = Color3.new(1, 1, 1)
  882. White.Position = UDim2.new(0, 73, 0, 10)
  883. White.Size = UDim2.new(0, 53, 0, 53)
  884. White.Image = "http://www.roblox.com/asset/?id=4460913943"
  885.  
  886. Line_8.Name = "Line"
  887. Line_8.Parent = Theme
  888. Line_8.BackgroundColor3 = Color3.new(1, 1, 1)
  889. Line_8.BorderSizePixel = 0
  890. Line_8.Position = UDim2.new(0, 0, 1, 0)
  891. Line_8.Size = UDim2.new(0, 135, 0, 1)
  892.  
  893. SearchBar.Name = "SearchBar"
  894. SearchBar.Parent = Dirt32Free
  895. SearchBar.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  896. SearchBar.BorderSizePixel = 0
  897. SearchBar.Position = UDim2.new(0, 929, 0, -80)
  898. SearchBar.Size = UDim2.new(0, 135, 0, 24)
  899.  
  900. ButtonsSearchBar.Name = "ButtonsSearchBar"
  901. ButtonsSearchBar.Parent = SearchBar
  902. ButtonsSearchBar.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  903. ButtonsSearchBar.BorderSizePixel = 0
  904. ButtonsSearchBar.ClipsDescendants = true
  905. ButtonsSearchBar.Position = UDim2.new(0, 0, 0.998342514, 0)
  906. ButtonsSearchBar.Size = UDim2.new(0, 135, 0, 0)
  907.  
  908. SearchFunction.Name = "SearchFunction"
  909. SearchFunction.Parent = ButtonsSearchBar
  910. SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  911. SearchFunction.BackgroundTransparency = 1
  912. SearchFunction.Position = UDim2.new(0, 5, 0, 0)
  913. SearchFunction.Size = UDim2.new(0, 130, 0, 25)
  914. SearchFunction.Font = Enum.Font.GothamSemibold
  915. SearchFunction.PlaceholderColor3 = Color3.new(1, 1, 1)
  916. SearchFunction.PlaceholderText = "Search"
  917. SearchFunction.Text = ""
  918. SearchFunction.TextColor3 = Color3.new(1, 1, 1)
  919. SearchFunction.TextSize = 13
  920. SearchFunction.TextWrapped = true
  921. SearchFunction.TextXAlignment = Enum.TextXAlignment.Left
  922.  
  923. Title_7.Name = "Title"
  924. Title_7.Parent = SearchBar
  925. Title_7.BackgroundColor3 = Color3.new(1, 1, 1)
  926. Title_7.BackgroundTransparency = 1
  927. Title_7.Position = UDim2.new(0, 5, 0, 0)
  928. Title_7.Size = UDim2.new(0, 130, 0, 25)
  929. Title_7.Font = Enum.Font.GothamSemibold
  930. Title_7.Text = "Search Bar"
  931. Title_7.TextColor3 = Color3.new(1, 1, 1)
  932. Title_7.TextSize = 13
  933. Title_7.TextXAlignment = Enum.TextXAlignment.Left
  934.  
  935. SearchBarMinimize.Name = "SearchBarMinimize"
  936. SearchBarMinimize.Parent = Title_7
  937. SearchBarMinimize.BackgroundColor3 = Color3.new(1, 1, 1)
  938. SearchBarMinimize.BackgroundTransparency = 1
  939. SearchBarMinimize.Position = UDim2.new(0.88499999, -5, 0.200000003, 0)
  940. SearchBarMinimize.Size = UDim2.new(0, 15, 0, 15)
  941. SearchBarMinimize.Font = Enum.Font.GothamSemibold
  942. SearchBarMinimize.Text = "+"
  943. SearchBarMinimize.TextColor3 = Color3.new(1, 1, 1)
  944. SearchBarMinimize.TextSize = 13
  945.  
  946. Line_9.Name = "Line"
  947. Line_9.Parent = SearchBar
  948. Line_9.BackgroundColor3 = Color3.new(1, 1, 1)
  949. Line_9.BorderSizePixel = 0
  950. Line_9.Position = UDim2.new(0, 0, 1, 0)
  951. Line_9.Size = UDim2.new(0, 135, 0, 1)
  952.  
  953. MainFrameBegin.Name = "MainFrameBegin"
  954. MainFrameBegin.Parent = Dirt32Free
  955. MainFrameBegin.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  956. MainFrameBegin.BorderSizePixel = 0
  957. MainFrameBegin.Position = UDim2.new(0.430999994, 0, 1, 0)
  958. MainFrameBegin.Size = UDim2.new(0, 199, 0, 25)
  959.  
  960. FrameBegin.Name = "FrameBegin"
  961. FrameBegin.Parent = MainFrameBegin
  962. FrameBegin.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  963. FrameBegin.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  964. FrameBegin.BorderSizePixel = 0
  965. FrameBegin.Position = UDim2.new(0, 0, 0.97299999, 0)
  966. FrameBegin.Size = UDim2.new(0, 199, 0, 216)
  967.  
  968. CloseBegin.Name = "CloseBegin"
  969. CloseBegin.Parent = FrameBegin
  970. CloseBegin.BackgroundColor3 = Color3.new(1, 1, 1)
  971. CloseBegin.BackgroundTransparency = 1
  972. CloseBegin.Position = UDim2.new(0.260187805, 0, 0.891524792, 0)
  973. CloseBegin.Size = UDim2.new(0, 95, 0, 23)
  974. CloseBegin.Font = Enum.Font.GothamSemibold
  975. CloseBegin.Text = "Close"
  976. CloseBegin.TextColor3 = Color3.new(1, 1, 1)
  977. CloseBegin.TextSize = 14
  978.  
  979. LineBegin.Name = "LineBegin"
  980. LineBegin.Parent = FrameBegin
  981. LineBegin.BackgroundColor3 = Color3.new(1, 1, 1)
  982. LineBegin.BorderSizePixel = 0
  983. LineBegin.Position = UDim2.new(0, 0, 0, 191)
  984. LineBegin.Size = UDim2.new(0, 199, 0, 1)
  985. LineBegin.Font = Enum.Font.GothamSemibold
  986. LineBegin.Text = ""
  987. LineBegin.TextColor3 = Color3.new(1, 1, 1)
  988. LineBegin.TextSize = 13
  989. LineBegin.TextXAlignment = Enum.TextXAlignment.Left
  990.  
  991. InfoBegin.Name = "InfoBegin"
  992. InfoBegin.Parent = FrameBegin
  993. InfoBegin.BackgroundColor3 = Color3.new(1, 1, 1)
  994. InfoBegin.BackgroundTransparency = 1
  995. InfoBegin.Position = UDim2.new(0.0179999992, 0, 0.0590000004, 0)
  996. InfoBegin.Size = UDim2.new(0, 128, 0, 103)
  997. InfoBegin.Font = Enum.Font.GothamSemibold
  998. InfoBegin.Text = "Gui Scripted by:\nJohiro and Sten#9768\n\nDesign made by FireGhest/Heh\n\nWe do not take any credits \nfor any of the script except \nfor: All Car functions, \nAuto Buy, Search Bar, \nUpgraded God axe, Tree Aura, \nFree Land, Inf Jump, \nBridge Down/Up and Theme.\n(All made by Johiro)"
  999. InfoBegin.TextColor3 = Color3.new(1, 1, 1)
  1000. InfoBegin.TextSize = 13
  1001. InfoBegin.TextXAlignment = Enum.TextXAlignment.Left
  1002. InfoBegin.TextYAlignment = Enum.TextYAlignment.Top
  1003.  
  1004. LineBegin_2.Name = "LineBegin"
  1005. LineBegin_2.Parent = FrameBegin
  1006. LineBegin_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1007. LineBegin_2.BorderSizePixel = 0
  1008. LineBegin_2.Position = UDim2.new(0, 0, 0, 2)
  1009. LineBegin_2.Size = UDim2.new(0, 199, 0, 1)
  1010. LineBegin_2.Font = Enum.Font.GothamSemibold
  1011. LineBegin_2.Text = ""
  1012. LineBegin_2.TextColor3 = Color3.new(1, 1, 1)
  1013. LineBegin_2.TextSize = 13
  1014. LineBegin_2.TextXAlignment = Enum.TextXAlignment.Left
  1015.  
  1016. LineBegin_3.Name = "LineBegin"
  1017. LineBegin_3.Parent = FrameBegin
  1018. LineBegin_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1019. LineBegin_3.BorderSizePixel = 0
  1020. LineBegin_3.Position = UDim2.new(0, 0, 0, 3)
  1021. LineBegin_3.Size = UDim2.new(0, 1, 0, 188)
  1022. LineBegin_3.Font = Enum.Font.GothamSemibold
  1023. LineBegin_3.Text = ""
  1024. LineBegin_3.TextColor3 = Color3.new(1, 1, 1)
  1025. LineBegin_3.TextSize = 13
  1026. LineBegin_3.TextXAlignment = Enum.TextXAlignment.Left
  1027.  
  1028. LineBegin_4.Name = "LineBegin"
  1029. LineBegin_4.Parent = FrameBegin
  1030. LineBegin_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1031. LineBegin_4.BorderSizePixel = 0
  1032. LineBegin_4.Position = UDim2.new(0, 199, 0, 3)
  1033. LineBegin_4.Size = UDim2.new(0, 1, 0, 189)
  1034. LineBegin_4.Font = Enum.Font.GothamSemibold
  1035. LineBegin_4.Text = ""
  1036. LineBegin_4.TextColor3 = Color3.new(1, 1, 1)
  1037. LineBegin_4.TextSize = 13
  1038. LineBegin_4.TextXAlignment = Enum.TextXAlignment.Left
  1039.  
  1040. DirtName.Name = "DirtName"
  1041. DirtName.Parent = MainFrameBegin
  1042. DirtName.BackgroundColor3 = Color3.new(1, 1, 1)
  1043. DirtName.BackgroundTransparency = 1
  1044. DirtName.Position = UDim2.new(0.130653277, 0, -0.0399999991, 0)
  1045. DirtName.Size = UDim2.new(0, 146, 0, 27)
  1046. DirtName.Font = Enum.Font.GothamBlack
  1047. DirtName.Text = "Dirt Gui"
  1048. DirtName.TextColor3 = Color3.new(1, 1, 1)
  1049. DirtName.TextSize = 19
  1050.  
  1051. DirtServer.Name = "DirtServer"
  1052. DirtServer.Parent = MainFrameBegin
  1053. DirtServer.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  1054. DirtServer.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1055. DirtServer.BorderSizePixel = 0
  1056. DirtServer.LayoutOrder = -1
  1057. DirtServer.Position = UDim2.new(1.005, 0, 1.08000004, 0)
  1058. DirtServer.Size = UDim2.new(0, 142, 0, 188)
  1059.  
  1060. DirtImage.Name = "DirtImage"
  1061. DirtImage.Parent = DirtServer
  1062. DirtImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1063. DirtImage.BackgroundTransparency = 1
  1064. DirtImage.Position = UDim2.new(0.225352108, 0, 0.035569448, 0)
  1065. DirtImage.Size = UDim2.new(0, 78, 0, 78)
  1066. DirtImage.Image = "http://www.roblox.com/asset/?id=4425657471"
  1067.  
  1068. DiscordDirt.Name = "DiscordDirt"
  1069. DiscordDirt.Parent = DirtServer
  1070. DiscordDirt.BackgroundColor3 = Color3.new(1, 1, 1)
  1071. DiscordDirt.BackgroundTransparency = 1
  1072. DiscordDirt.Position = UDim2.new(0.0633802786, 0, 0.878306866, 0)
  1073. DiscordDirt.Size = UDim2.new(0, 123, 0, 19)
  1074. DiscordDirt.Font = Enum.Font.GothamSemibold
  1075. DiscordDirt.Text = "Join Server"
  1076. DiscordDirt.TextColor3 = Color3.new(1, 0.0745098, 0.0901961)
  1077. DiscordDirt.TextSize = 14
  1078.  
  1079. LineBegin_5.Name = "LineBegin"
  1080. LineBegin_5.Parent = DirtServer
  1081. LineBegin_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1082. LineBegin_5.BorderSizePixel = 0
  1083. LineBegin_5.Position = UDim2.new(0, 0, 0, 161)
  1084. LineBegin_5.Size = UDim2.new(0, 142, 0, 1)
  1085. LineBegin_5.Font = Enum.Font.GothamSemibold
  1086. LineBegin_5.Text = ""
  1087. LineBegin_5.TextColor3 = Color3.new(1, 1, 1)
  1088. LineBegin_5.TextSize = 13
  1089. LineBegin_5.TextXAlignment = Enum.TextXAlignment.Left
  1090.  
  1091. DirtInfo.Name = "DirtInfo"
  1092. DirtInfo.Parent = DirtServer
  1093. DirtInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  1094. DirtInfo.BackgroundTransparency = 1
  1095. DirtInfo.Position = UDim2.new(0.0299999993, 0, 0.463999987, 0)
  1096. DirtInfo.Size = UDim2.new(0, 123, 0, 41)
  1097. DirtInfo.Font = Enum.Font.GothamSemibold
  1098. DirtInfo.Text = "Join our Discord server!\nWe upload our newest\nscripts and if you got\nany problems you can\nask one of the staff\nmembers :)"
  1099. DirtInfo.TextColor3 = Color3.new(1, 1, 1)
  1100. DirtInfo.TextSize = 12
  1101. DirtInfo.TextXAlignment = Enum.TextXAlignment.Left
  1102. DirtInfo.TextYAlignment = Enum.TextYAlignment.Top
  1103.  
  1104. JbServer.Name = "JbServer"
  1105. JbServer.Parent = MainFrameBegin
  1106. JbServer.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  1107. JbServer.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1108. JbServer.BorderSizePixel = 0
  1109. JbServer.Position = UDim2.new(-0.713567853, 0, 1.08000004, 0)
  1110. JbServer.Size = UDim2.new(0, 142, 0, 188)
  1111.  
  1112. JbImage.Name = "JbImage"
  1113. JbImage.Parent = JbServer
  1114. JbImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1115. JbImage.BackgroundTransparency = 1
  1116. JbImage.Position = UDim2.new(0.225352108, 0, 0.035569448, 0)
  1117. JbImage.Size = UDim2.new(0, 78, 0, 78)
  1118. JbImage.Image = "http://www.roblox.com/asset/?id=4425662625"
  1119.  
  1120. DiscordJB.Name = "DiscordJB"
  1121. DiscordJB.Parent = JbServer
  1122. DiscordJB.BackgroundColor3 = Color3.new(1, 1, 1)
  1123. DiscordJB.BackgroundTransparency = 1
  1124. DiscordJB.Position = UDim2.new(0.0633802786, 0, 0.878306866, 0)
  1125. DiscordJB.Size = UDim2.new(0, 123, 0, 19)
  1126. DiscordJB.Font = Enum.Font.GothamSemibold
  1127. DiscordJB.Text = "Join Server"
  1128. DiscordJB.TextColor3 = Color3.new(1, 0.0745098, 0.0901961)
  1129. DiscordJB.TextSize = 14
  1130.  
  1131. LineBegin_6.Name = "LineBegin"
  1132. LineBegin_6.Parent = JbServer
  1133. LineBegin_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1134. LineBegin_6.BorderSizePixel = 0
  1135. LineBegin_6.Position = UDim2.new(0, 0, 0, 161)
  1136. LineBegin_6.Size = UDim2.new(0, 142, 0, 1)
  1137. LineBegin_6.Font = Enum.Font.GothamSemibold
  1138. LineBegin_6.Text = ""
  1139. LineBegin_6.TextColor3 = Color3.new(1, 1, 1)
  1140. LineBegin_6.TextSize = 13
  1141. LineBegin_6.TextXAlignment = Enum.TextXAlignment.Left
  1142.  
  1143. JbInfo.Name = "JbInfo"
  1144. JbInfo.Parent = JbServer
  1145. JbInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  1146. JbInfo.BackgroundTransparency = 1
  1147. JbInfo.Position = UDim2.new(0, 4, 0.522000015, 0)
  1148. JbInfo.Size = UDim2.new(0, 123, 0, 41)
  1149. JbInfo.Font = Enum.Font.GothamSemibold
  1150. JbInfo.Text = "Also join Jb36 Discord\nserver for tons of\nscripts and to have fun\nwith other Lt2 cheaters"
  1151. JbInfo.TextColor3 = Color3.new(1, 1, 1)
  1152. JbInfo.TextSize = 12
  1153. JbInfo.TextXAlignment = Enum.TextXAlignment.Left
  1154. JbInfo.TextYAlignment = Enum.TextYAlignment.Top
  1155.  
  1156. spawn(function()
  1157. MainFrameBegin:TweenPosition(UDim2.new(0.430999994, 0, 0.4, 0))
  1158. end)
  1159.  
  1160. CloseBegin.MouseButton1Click:connect(function()
  1161. MainFrameBegin:TweenPosition(UDim2.new(0.430999994, 0, -1.5, 0), 2)
  1162. wait(1)
  1163. Local:TweenPosition(UDim2.new(0, 29, 0, 21))
  1164. Plot:TweenPosition(UDim2.new(0, 179, 0, 21))
  1165. Wood:TweenPosition(UDim2.new(0, 329, 0, 21))
  1166. Car:TweenPosition(UDim2.new(0, 479, 0, 21))
  1167. Misc:TweenPosition(UDim2.new(0, 629, 0, 21))
  1168. Theme:TweenPosition(UDim2.new(0, 779, 0, 21))
  1169. SearchBar:TweenPosition(UDim2.new(0, 929, 0, 21))
  1170. end)
  1171.  
  1172. CarActive = true
  1173. DupeActive = true
  1174. LocalActive = true
  1175. MiscActive = true
  1176. PlotActive = true
  1177. SearchActive = true
  1178. TelepActive = true
  1179. ThemeActive = true
  1180. WoodActive = true
  1181.  
  1182. MiscMinimize.MouseButton1Down:connect(function()
  1183. if MiscActive == false then
  1184. MiscMinimize.Text = "+"
  1185. ButtonsMisc:TweenSize(UDim2.new(0, 135,0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1186. MiscActive = true
  1187. elseif MiscActive == true then
  1188. MiscMinimize.Text = "-"
  1189. ButtonsMisc:TweenSize(UDim2.new(0, 135, 0, 175), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1190. MiscActive = false
  1191. end
  1192. end)
  1193.  
  1194. LocalMinimize.MouseButton1Down:connect(function()
  1195. if LocalActive == false then
  1196. LocalMinimize.Text = "+"
  1197. ButtonsLocal:TweenSize(UDim2.new(0, 135,0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1198. LocalActive = true
  1199. elseif LocalActive == true then
  1200. LocalMinimize.Text = "-"
  1201. ButtonsLocal:TweenSize(UDim2.new(0, 135,0, 125), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1202. LocalActive = false
  1203. end
  1204. end)
  1205.  
  1206. CarMinizmize.MouseButton1Down:connect(function()
  1207. if CarActive == false then
  1208. CarMinizmize.Text = "+"
  1209. ButtonsCar:TweenSize(UDim2.new(0, 135,0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1210. CarActive = true
  1211. elseif CarActive == true then
  1212. CarMinizmize.Text = "-"
  1213. ButtonsCar:TweenSize(UDim2.new(0, 135,0, 50), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1214. CarActive = false
  1215. end
  1216. end)
  1217.  
  1218. PlotMinimize.MouseButton1Down:connect(function()
  1219. if PlotActive == false then
  1220. PlotMinimize.Text = "+"
  1221. ButtonsPlot:TweenSize(UDim2.new(0, 135,0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1222. PlotActive = true
  1223. elseif PlotActive == true then
  1224. PlotMinimize.Text = "-"
  1225. ButtonsPlot:TweenSize(UDim2.new(0, 135,0, 75), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1226. PlotActive = false
  1227. end
  1228. end)
  1229.  
  1230. WoodMinimize.MouseButton1Down:connect(function()
  1231. if WoodActive == false then
  1232. WoodMinimize.Text = "+"
  1233. ButtonsWood:TweenSize(UDim2.new(0, 135,0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1234. WoodActive = true
  1235. elseif WoodActive == true then
  1236. WoodMinimize.Text = "-"
  1237. ButtonsWood:TweenSize(UDim2.new(0, 135,0, 75), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1238. WoodActive = false
  1239. end
  1240. end)
  1241.  
  1242. ThemeMinimize.MouseButton1Down:connect(function()
  1243. if ThemeActive == false then
  1244. ThemeMinimize.Text = "+"
  1245. ButtonsTheme:TweenSize(UDim2.new(0, 135,0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1246. ThemeActive = true
  1247. elseif ThemeActive == true then
  1248. ThemeMinimize.Text = "-"
  1249. ButtonsTheme:TweenSize(UDim2.new(0, 135, 0, 125), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1250. ThemeActive = false
  1251. end
  1252. end)
  1253.  
  1254. SearchBarMinimize.MouseButton1Down:connect(function()
  1255. if SearchActive == true then
  1256. MiscMinimize.Text = "-"
  1257. ButtonsMisc:TweenSize(UDim2.new(0, 135, 0, 175), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1258. MiscActive = true
  1259. LocalMinimize.Text = "-"
  1260. ButtonsLocal:TweenSize(UDim2.new(0, 135,0, 125), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1261. LocalActive = true
  1262. CarMinizmize.Text = "-"
  1263. ButtonsCar:TweenSize(UDim2.new(0, 135,0, 50), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1264. CarActive = true
  1265. PlotMinimize.Text = "-"
  1266. ButtonsPlot:TweenSize(UDim2.new(0, 135,0, 75), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1267. PlotActive = true
  1268. WoodMinimize.Text = "-"
  1269. ButtonsWood:TweenSize(UDim2.new(0, 135,0, 75), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1270. WoodActive = true
  1271. ThemeMinimize.Text = "-"
  1272. ButtonsTheme:TweenSize(UDim2.new(0, 135, 0, 125), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1273. ThemeActive = true
  1274. SearchBarMinimize.Text = "-"
  1275. ButtonsSearchBar:TweenSize(UDim2.new(0, 135, 0, 25), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1276. SearchActive = false
  1277. elseif SearchActive == false then
  1278. SearchBarMinimize.Text = "+"
  1279. ButtonsSearchBar:TweenSize(UDim2.new(0, 135, 0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Sine, 0.3,true);
  1280. SearchActive = true
  1281. end
  1282. end)
  1283.  
  1284. function AssignDraggable(Button)
  1285. local dragging = false
  1286. local dragStart = 0
  1287. local startPos = 0
  1288. local dragInput
  1289. local function update(input)
  1290. local delta = input.Position - dragStart
  1291. Button:TweenPosition(UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y),'Out','Linear',0.08,true)
  1292. end
  1293. Button.InputBegan:Connect(function(input)
  1294. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1295. dragging = true
  1296. dragStart = input.Position
  1297. startPos = Button.Position
  1298.  
  1299. repeat wait() until input.UserInputState == Enum.UserInputState.End
  1300. dragging = false
  1301. end
  1302. end)
  1303. Button.InputChanged:Connect(function(input)
  1304. if input.UserInputType == Enum.UserInputType.MouseMovement then
  1305. dragInput = input
  1306. end
  1307. end)
  1308. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1309. if input == dragInput and dragging then
  1310. update(input)
  1311. end
  1312. end)
  1313. end
  1314. AssignDraggable(Misc)
  1315. AssignDraggable(Wood)
  1316. AssignDraggable(Plot)
  1317. AssignDraggable(Local)
  1318. AssignDraggable(Car)
  1319. AssignDraggable(SearchBar)
  1320. AssignDraggable(Theme)
  1321. AssignDraggable(MainFrameBegin)
  1322.  
  1323. ButtonsTable = {}
  1324. function AddToButtonsTable(Button)
  1325. for a,b in pairs(Button:GetChildren()) do
  1326. if b:IsA("TextButton") or b:IsA("TextLabel") then
  1327. table.insert(ButtonsTable, b)
  1328. end
  1329. end
  1330. end
  1331. AddToButtonsTable(ButtonsCar)
  1332. AddToButtonsTable(ButtonsLocal)
  1333. AddToButtonsTable(ButtonsMisc)
  1334. AddToButtonsTable(ButtonsPlot)
  1335. AddToButtonsTable(ButtonsSearchBar)
  1336. AddToButtonsTable(ButtonsTheme)
  1337. AddToButtonsTable(ButtonsWood)
  1338. AddToButtonsTable(ButtonsMisc)
  1339. SearchFunction.Changed:connect(function()
  1340. for i,v in pairs(ButtonsTable) do
  1341. if v:IsA("TextButton")or v:IsA("TextLabel") then
  1342. if SearchFunction.Text == "" then
  1343. v.TextColor3 = Color3.new(255, 255, 255)
  1344. elseif string.match(v.Name:lower(), SearchFunction.Text:lower()) then
  1345. v.TextColor3 = Color3.new(100, 100, 0)
  1346. elseif v ~= SearchFunction then
  1347. v.TextColor3 = Color3.new(255, 255, 255)
  1348. end
  1349. end
  1350. end
  1351. end)
  1352.  
  1353. BridgeDownOnOff.MouseButton1Click:connect(function()
  1354. if BridgeDownOnOff.Text == "Off" then
  1355. BridgeDownOnOff.Text = "On"
  1356. BridgeDownOnOff.TextColor3 = Color3.fromRGB(0, 255, 0)
  1357. else
  1358. if BridgeDownOnOff.Text == "On" then
  1359. BridgeDownOnOff.Text = "Off"
  1360. BridgeDownOnOff.TextColor3 = Color3.fromRGB(255, 0, 0)
  1361. end
  1362. end
  1363. end)
  1364.  
  1365. GodAxeOnOff.MouseButton1Click:connect(function()
  1366. if GodAxeOnOff.Text == "Off" then
  1367. GodAxeOnOff.Text = "On"
  1368. GodAxeOnOff.TextColor3 = Color3.fromRGB(0, 255, 0)
  1369. else
  1370. if GodAxeOnOff.Text == "On" then
  1371. GodAxeOnOff.Text = "Off"
  1372. GodAxeOnOff.TextColor3 = Color3.fromRGB(255, 0, 0)
  1373. end
  1374. end
  1375. end)
  1376.  
  1377. FlyOnOff.MouseButton1Click:connect(function()
  1378. if FlyOnOff.Text == "Off" then
  1379. FlyOnOff.Text = "On"
  1380. FlyOnOff.TextColor3 = Color3.fromRGB(0, 255, 0)
  1381. else
  1382. if FlyOnOff.Text == "On" then
  1383. FlyOnOff.Text = "Off"
  1384. FlyOnOff.TextColor3 = Color3.fromRGB(255, 0, 0)
  1385. end
  1386. end
  1387. end)
  1388.  
  1389. TreeAuraOnOff.MouseButton1Click:connect(function()
  1390. if TreeAuraOnOff.Text == "Off" then
  1391. TreeAuraOnOff.Text = "On"
  1392. TreeAuraOnOff.TextColor3 = Color3.fromRGB(0, 255, 0)
  1393. else
  1394. if TreeAuraOnOff.Text == "On" then
  1395. TreeAuraOnOff.Text = "Off"
  1396. TreeAuraOnOff.TextColor3 = Color3.fromRGB(255, 0, 0)
  1397. end
  1398. end
  1399. end)
  1400.  
  1401.  
  1402. WaterWalkOnOff.MouseButton1Click:connect(function()
  1403. if WaterWalkOnOff.Text == "Off" then
  1404. WaterWalkOnOff.Text = "On"
  1405. WaterWalkOnOff.TextColor3 = Color3.fromRGB(0, 255, 0)
  1406. else
  1407. if WaterWalkOnOff.Text == "On" then
  1408. WaterWalkOnOff.Text = "Off"
  1409. WaterWalkOnOff.TextColor3 = Color3.fromRGB(255, 0, 0)
  1410. end
  1411. end
  1412. end)
  1413.  
  1414. AutoBLOnOff.MouseButton1Click:connect(function()
  1415. if AutoBLOnOff.Text == "Off" then
  1416. AutoBLOnOff.Text = "On"
  1417. AutoBLOnOff.TextColor3 = Color3.fromRGB(0, 255, 0)
  1418. else
  1419. if AutoBLOnOff.Text == "On" then
  1420. AutoBLOnOff.Text = "Off"
  1421. AutoBLOnOff.TextColor3 = Color3.fromRGB(255, 0, 0)
  1422. end
  1423. end
  1424. end)
  1425.  
  1426. AntiBLOnOff.MouseButton1Click:connect(function()
  1427. if AntiBLOnOff.Text == "Off" then
  1428. AntiBLOnOff.Text = "On"
  1429. AntiBLOnOff.TextColor3 = Color3.fromRGB(0, 255, 0)
  1430. else
  1431. if AntiBLOnOff.Text == "On" then
  1432. AntiBLOnOff.Text = "Off"
  1433. AntiBLOnOff.TextColor3 = Color3.fromRGB(255, 0, 0)
  1434. end
  1435. end
  1436. end)
  1437.  
  1438. InfJEnabled = false
  1439. InfJumpOnOff.MouseButton1Down:connect(function()
  1440. if InfJEnabled == false then
  1441. InfJumpOnOff.Text = "On"
  1442. InfJumpOnOff.TextColor3 = Color3.new(0,255,0)
  1443. InfJEnabled = true
  1444. elseif InfJEnabled == true then
  1445. InfJumpOnOff.Text = "Off"
  1446. InfJumpOnOff.TextColor3 = Color3.new(255,0,0)
  1447. InfJEnabled = false
  1448. end
  1449. end)
  1450.  
  1451. local T = true
  1452. spawn(function()
  1453. while wait() do
  1454. if T == true and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and tonumber(WSBox.Text) ~= nil and tonumber(JPBox.Text) ~= nil then
  1455. local Humanoid = game.Players.LocalPlayer.Character.Humanoid
  1456. local Speed = tonumber(WSBox.Text)
  1457. if Humanoid.WalkSpeed ~= Speed then
  1458. Humanoid.WalkSpeed = Speed
  1459. end
  1460. local Jump = tonumber(JPBox.Text)
  1461. if Humanoid.JumpPower ~= Jump then
  1462. Humanoid.JumpPower = Jump
  1463. end
  1464. end
  1465. end
  1466. end)
  1467.  
  1468. local Wtrwlk = false
  1469. WaterWalkOnOff.MouseButton1Click:connect(function()
  1470. if Wtrwlk == false then
  1471. for i,w in pairs(game.Workspace.Water:GetChildren()) do
  1472. if w.Name == "Water" then
  1473. w.CFrame = w.CFrame + Vector3.new(0, -25, 0)
  1474. for i,s in pairs(game.Workspace.Water:GetChildren()) do
  1475. if s.Name == "SeaSand" then
  1476. s.CFrame = s.CFrame + Vector3.new(0, 1.8, 0)
  1477. end
  1478. end
  1479. end
  1480. end
  1481. Wtrwlk = true
  1482. elseif Wtrwlk == true then
  1483. for i,w in pairs(game.Workspace.Water:GetChildren()) do
  1484. if w.Name == "Water" then
  1485. w.CFrame = w.CFrame + Vector3.new(0, 25, 0)
  1486. for i,s in pairs(game.Workspace.Water:GetChildren()) do
  1487. if s.Name == "SeaSand" then
  1488. s.CFrame = s.CFrame + Vector3.new(0, -1.8, 0)
  1489. end
  1490. end
  1491. end
  1492. end
  1493. Wtrwlk = false
  1494. end
  1495. end)
  1496.  
  1497. game:GetService("UserInputService").JumpRequest:connect(function()
  1498. if InfJEnabled == true then
  1499. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1500. end
  1501. end)
  1502.  
  1503. DiscordDirt.MouseButton1Click:connect(function()
  1504. loadstring(game:HttpGet('https://pastebin.com/raw/EVvPxTLp',true))()
  1505. DiscordDirt.Text = "Copied to clipboard"
  1506. DiscordDirt.TextColor3 = Color3.fromRGB(0, 255, 0)
  1507. wait(2)
  1508. DiscordDirt.Text = "Join Server"
  1509. DiscordDirt.TextColor3 = Color3.fromRGB(255, 0, 0)
  1510. end)
  1511. DiscordJB.MouseButton1Click:connect(function()
  1512. loadstring(game:HttpGet('https://pastebin.com/raw/7227cw4Q',true))()
  1513. DiscordJB.Text = "Copied to clipboard"
  1514. DiscordJB.TextColor3 = Color3.fromRGB(0, 255, 0)
  1515. wait(2)
  1516. DiscordJB.Text = "Join Server"
  1517. DiscordJB.TextColor3 = Color3.fromRGB(255, 0, 0)
  1518. end)
  1519.  
  1520. MaxLandButton.MouseButton1Click:connect(function()
  1521. loadstring(game:HttpGet('https://pastebin.com/raw/U8PDt3V9',true))()
  1522. end)
  1523.  
  1524. local AntiB = false
  1525. AntiBLOnOff.MouseButton1Click:connect(function()
  1526. if AntiB == false then
  1527. local plr = game.Players.LocalPlayer
  1528. local cframe
  1529. for i,v in next, workspace:GetDescendants() do
  1530. if v:IsA("SpawnLocation") then
  1531. v.Touched:Connect(function(h)
  1532. if h.Parent == plr.Character and cframe then
  1533. plr.Character:SetPrimaryPartCFrame(cframe)
  1534. end
  1535. end)
  1536. end
  1537. end
  1538.  
  1539. game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  1540. if game.Players.LocalPlayer.Character.PrimaryPart then
  1541. cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  1542. end
  1543. end)
  1544.  
  1545. for i,v in next, debug.getregistry() do
  1546. if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  1547. debug.setupvalue(v,"lastUpdate",math.huge)
  1548. break
  1549. end
  1550. end
  1551. AntiB = true
  1552. elseif AntiB == true then
  1553. AntiB = false
  1554. end
  1555. end)
  1556.  
  1557. spawn(function()
  1558. while wait() do
  1559. if AntiB == true then
  1560. repeat
  1561. wait(0.5)
  1562. for i,v in next, workspace.Effects:GetChildren() do
  1563. if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  1564. v:Destroy()
  1565. end
  1566. end
  1567. until AntiB == false
  1568. end
  1569. end
  1570. end)
  1571.  
  1572. BlackL = false
  1573. AutoBLOnOff.MouseButton1Click:connect(function()
  1574. for a,b in pairs(game.Players:GetChildren()) do
  1575. if b ~= game.Players.LocalPlayer then
  1576. game.ReplicatedStorage.Interaction.ClientSetListPlayer:InvokeServer(game.Players.LocalPlayer.BlacklistFolder, b, true)
  1577. end
  1578. end
  1579. end)
  1580.  
  1581. GodAxeOnOff.MouseButton1Click:connect(function()
  1582. if GAxe == true then
  1583. GAxe = false
  1584. elseif GAxe == false then
  1585. GAxe = true
  1586. end
  1587. end)
  1588. --Credits to Johiro, if you decide to skid atleast give credits
  1589. GAxe = false
  1590. local function GetAxe() --Gets your current axe thats equiped when called
  1591. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  1592. return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  1593. else
  1594. return false --returns false when not equiped
  1595. end
  1596. end
  1597.  
  1598. local function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  1599. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  1600. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  1601. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  1602. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  1603. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  1604. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  1605. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  1606. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  1607. elseif Axe.ToolTip == "Fire Axe" then
  1608. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  1609. elseif Axe.ToolTip == "End Times Axe" then
  1610. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  1611. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  1612. elseif Axe.ToolTip == "Johiro" then return 1.8
  1613. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  1614. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  1615. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  1616. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  1617. elseif Axe.ToolTip == "Gingerbread Axe" then
  1618. if TreeClass == "Walnut" then return 8.5
  1619. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  1620. elseif Axe.ToolTip == "Bird Axe" then
  1621. if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.55 end
  1622. end
  1623. end
  1624.  
  1625.  
  1626. local function GCut(TreePart) --Cuts the tree when called with the tree you want to cut
  1627. if GetAxe() ~= false then --checks if you have a axe equiped
  1628. local Damage = GetDamage(GetAxe(), TreePart.Parent.TreeClass.Value) --gets the Damage
  1629. local Height = TreePart.CFrame:pointToObjectSpace(mouse.Hit.p).Y + TreePart.Size.Y/2 --Gets the Height
  1630. local CutArguments = {
  1631. sectionId = TreePart.ID.Value,
  1632. faceVector = Vector3.new(0,0,-1),
  1633. height = Height,
  1634. hitPoints = Damage,
  1635. cooldown = 0,
  1636. cuttingClass = "Axe",
  1637. tool = GetAxe()
  1638. }
  1639. for i=1, 50 do
  1640. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(TreePart.Parent.CutEvent, CutArguments)
  1641. end
  1642. end
  1643. end
  1644.  
  1645. mouse = game.Players.LocalPlayer:GetMouse() --Gets the Mouse
  1646. mouse.Button1Down:connect(function()
  1647. if GAxe == true and GetAxe() ~= false then
  1648. Target = mouse.Target
  1649. GCut(Target)
  1650. end
  1651. end)
  1652. --Credits to Johiro, if you decide to skid atleast give credits
  1653.  
  1654. --Credits to Johiro
  1655. --If you decide to skid something then atleast give credits
  1656.  
  1657. local function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  1658. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  1659. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  1660. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  1661. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  1662. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  1663. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  1664. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  1665. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  1666. elseif Axe.ToolTip == "Fire Axe" then
  1667. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  1668. elseif Axe.ToolTip == "End Times Axe" then
  1669. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  1670. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  1671. elseif Axe.ToolTip == "Johiro" then return 1.8
  1672. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  1673. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  1674. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  1675. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  1676. elseif Axe.ToolTip == "Gingerbread Axe" then
  1677. if TreeClass == "Walnut" then return 8.5
  1678. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  1679. elseif Axe.ToolTip == "Bird Axe" then
  1680. if TreeClass ~= "Volcano" and TreeClass ~= "CaveCrawler" then return 0.5 else return 0.4 end
  1681. end
  1682. end
  1683.  
  1684. _G.TreeList = {} --Creates a table of the trees
  1685. for a,b in pairs(workspace:GetChildren()) do
  1686. if b.name == "TreeRegion" then
  1687. b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  1688. table.insert(_G.TreeList, NewTree)
  1689. end)
  1690. for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  1691. if d.Name == "Model" then
  1692. table.insert(_G.TreeList, d)
  1693. end
  1694. end
  1695. end
  1696. end
  1697.  
  1698. local function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  1699. if GetAxe() ~= false then --checks if you have a axe equiped
  1700. Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  1701. local CutArguments = {
  1702. sectionId = 1,
  1703. faceVector = Vector3.new(0,0,-1),
  1704. height = 0.5,
  1705. hitPoints = Damage,
  1706. cooldown = 0,
  1707. cuttingClass = "Axe",
  1708. tool = GetAxe()
  1709. }
  1710. for i=1, 50 do
  1711. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  1712. end
  1713. end
  1714. end
  1715.  
  1716. spawn(function() --used spawn so it wont interrupt any of the other things
  1717. CutEnabled = false
  1718. while wait(.5) do --Main loop to do the stuff
  1719. if CutEnabled == true then --Just to make it toggleable
  1720. if GetAxe() ~= false then --Checks if you have a axe equiped
  1721. for a,b in pairs(_G.TreeList) do
  1722. if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  1723. distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  1724. if distance < 225 then --if distance lower than 225 then it will cut the tree
  1725. CutTree(b) --Calls the function with the tree to cut
  1726. end
  1727. else
  1728. table.remove(_G.TreeList, a)--if tree already cut then it gets removed from the list
  1729. end
  1730. end
  1731. end
  1732. end
  1733. end
  1734. end)
  1735.  
  1736. TreeAuraOnOff.MouseButton1Click:connect(function()
  1737. if CutEnabled == true then
  1738. CutEnabled = false
  1739. elseif CutEnabled == false then
  1740. CutEnabled = true
  1741. end
  1742. end)
  1743.  
  1744. --Credits to Johiro
  1745. --If you decide to skid something then atleast give credits
  1746. y1hFzWcrRRptdvOx = "zcyD4XW9EhDhWj9e09ZMIksnY0b0cLM5"
  1747.  
  1748. PaintTool.MouseButton1Click:connect(function()
  1749. loadstring(game:HttpGet('https://pastebin.com/raw/sqySqDy0',true))()
  1750. end)
  1751.  
  1752. spawn(function()
  1753. local Turn = game:GetService("Players").LocalPlayer:GetMouse()
  1754. function Turn2(key)
  1755. if key == KeyRotate.Text:lower() then
  1756. function RotateCar()
  1757. if game.Players.LocalPlayer.Character then
  1758. Character = game.Players.LocalPlayer.Character
  1759. if Character.Humanoid.SeatPart ~= nil then
  1760. Car = Character.Humanoid.SeatPart.Parent
  1761. spawn(function()
  1762. Pos = CFrame.new(Car.Main.Position)
  1763. for i=1,5 do
  1764. wait()
  1765. Car:SetPrimaryPartCFrame(Pos * CFrame.Angles(math.rad(Character.HumanoidRootPart.Orientation.x), math.rad(Character.HumanoidRootPart.Orientation.y), 0))
  1766. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Car.Main)
  1767. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Car.Main)
  1768. end
  1769. end)
  1770. end
  1771. end
  1772. end
  1773. RotateCar()
  1774. end
  1775. end
  1776. Turn.KeyDown:connect(Turn2)
  1777. end)
  1778.  
  1779. if _G.Executed == false or _G.Executed == nil then
  1780. _G.Executed = true
  1781. Spawned = false
  1782. Spawning = false
  1783. SpawnPad = nil
  1784. workspace.PlayerModels.ChildAdded:connect(function(Added)
  1785. if Spawned == false and Spawning == false then
  1786. local Owner = nil
  1787. local CheckTries = 0
  1788. local CheckSuccess = false
  1789. repeat
  1790. wait()
  1791. CheckTries = CheckTries + 1
  1792. if Added:FindFirstChild("Owner") and Added:FindFirstChild("Type") and Added.Type.Value == "Vehicle" and Added:FindFirstChild("Settings") and Added.Settings:FindFirstChild("Color") then
  1793. CheckSuccess = true
  1794. Owner = Added.Owner.Value
  1795. end
  1796. until CheckTries == 75 or CheckSuccess == true
  1797. if Owner == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(Owner) == true then
  1798. Spawning = true
  1799. Added:WaitForChild("Settings")
  1800. Added.Settings:WaitForChild("Color")
  1801. if tostring(Added.Settings.Color.Value) == tostring(1032) then
  1802. Spawned = true
  1803. Spawning = false
  1804. print(Spawned)
  1805. elseif tostring(Added.Settings.Color.Value) ~= tostring(1032) then
  1806. if SpawnPad:FindFirstChild("ButtonRemote_SpawnButton") and SpawnPad:FindFirstChild("Owner") then
  1807. if SpawnPad.Owner.Value == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(SpawnPad.Owner.Value) == true then
  1808. Spawning = false
  1809. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(SpawnPad.ButtonRemote_SpawnButton)
  1810. end
  1811. end
  1812. end
  1813. end
  1814. end
  1815. end)
  1816.  
  1817. mouse = game.Players.LocalPlayer:GetMouse()
  1818. mouse.KeyDown:connect(function(key)
  1819. if key == KeyPink.Text:lower() then
  1820. if mouse.Target.Parent:FindFirstChild("ButtonRemote_SpawnButton") then
  1821. SpawnPad = mouse.Target.Parent
  1822. Spawned = false
  1823. Spawning = false
  1824. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(mouse.Target.Parent.ButtonRemote_SpawnButton)
  1825. else
  1826. Spawned = true
  1827. Spawning = false
  1828. end
  1829. end
  1830. end)
  1831. end
  1832.  
  1833. GetBlueprints.MouseButton1Click:connect(function()
  1834. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  1835. local clone = v:Clone()
  1836. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  1837. end
  1838. end)
  1839.  
  1840. Dupe.MouseButton1Click:connect(function()
  1841. loadstring(game:HttpGet('https://pastebin.com/raw/zbiybQhH',true))()
  1842. end)
  1843.  
  1844. HardDragger.MouseButton1Click:connect(function()
  1845. loadstring(game:HttpGet('https://pastebin.com/raw/H5eYgM25',true))()
  1846. end)
  1847.  
  1848. LeakedItems.MouseButton1Click:connect(function()
  1849. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  1850. end)
  1851.  
  1852. BridgeD = false
  1853. BridgeDownOnOff.MouseButton1Click:connect(function()
  1854. if BridgeD == false then
  1855. game.workspace.Bridge.VerticalLiftBridge.Lift.PrimaryPart = game.workspace.Bridge.VerticalLiftBridge.Lift.Base
  1856. game.workspace.Bridge.VerticalLiftBridge.Lift:SetPrimaryPartCFrame(CFrame.new(113.6, 6.5, -883))
  1857. BridgeD = true
  1858. elseif BridgeD == true then
  1859. game.workspace.Bridge.VerticalLiftBridge.Lift.PrimaryPart = game.workspace.Bridge.VerticalLiftBridge.Lift.Base
  1860. game.workspace.Bridge.VerticalLiftBridge.Lift:SetPrimaryPartCFrame(CFrame.new(113.6, 33, -883))
  1861. BridgeD = false
  1862. end
  1863. end)
  1864.  
  1865. local Fly = false
  1866. FlyOnOff.MouseButton1Click:connect(function()
  1867. if Fly == false then
  1868. Fly = true
  1869. local mouse=game.Players.LocalPlayer:GetMouse''
  1870. localplayer=game.Players.LocalPlayer
  1871. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1872. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  1873. local speed=0
  1874. local keys={a=false,d=false,w=false,s=false}
  1875. local e1
  1876. local e2
  1877. local function start()
  1878. local pos = Instance.new("BodyPosition",torso)
  1879. local gyro = Instance.new("BodyGyro",torso)
  1880. pos.Name="EPIXPOS"
  1881. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1882. pos.position = torso.Position
  1883. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1884. gyro.cframe = torso.CFrame
  1885. repeat
  1886. wait()
  1887. localplayer.Character.Humanoid.PlatformStand=true
  1888. local new=gyro.cframe - gyro.cframe.p + pos.position
  1889. if not keys.w and not keys.s and not keys.a and not keys.d then
  1890. speed=1
  1891. end
  1892. if keys.w then
  1893. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  1894. speed=speed+0.02
  1895. end
  1896. if keys.s then
  1897. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  1898. speed=speed+0.02
  1899. end
  1900. if keys.d then
  1901. new = new * CFrame.new(speed,0,0)
  1902. speed=speed+0.02
  1903. end
  1904. if keys.a then
  1905. new = new * CFrame.new(-speed,0,0)
  1906. speed=speed+0.02
  1907. end
  1908. if speed>5 then
  1909. speed=5.5
  1910. end
  1911. pos.position=new.p
  1912. if keys.w then
  1913. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  1914. elseif keys.s then
  1915. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  1916. else
  1917. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  1918. end
  1919. until not Fly
  1920. if gyro then gyro:Destroy() end
  1921. if pos then pos:Destroy() end
  1922. flying=false
  1923. localplayer.Character.Humanoid.PlatformStand=false
  1924. speed=0
  1925. end
  1926. e1=mouse.KeyDown:connect(function(key)
  1927. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  1928. if key=="w" then
  1929. keys.w=true
  1930. elseif key=="s" then
  1931. keys.s=true
  1932. elseif key=="a" then
  1933. keys.a=true
  1934. elseif key=="d" then
  1935. keys.d=true
  1936. end
  1937. end)
  1938. e2=mouse.KeyUp:connect(function(key)
  1939. if key=="w" then
  1940. keys.w=false
  1941. elseif key=="s" then
  1942. keys.s=false
  1943. elseif key=="a" then
  1944. keys.a=false
  1945. elseif key=="d" then
  1946. keys.d=false
  1947. end
  1948. end)
  1949. start()
  1950. elseif Fly == true then
  1951. Fly = false
  1952. end
  1953. end)
  1954.  
  1955. function GetBigger(num1, num2)
  1956. if num1 < num2 then
  1957. return num2
  1958. elseif num1 > num2 then
  1959. return num1
  1960. end
  1961. end
  1962. function CheckNumberHeight(num)
  1963. if num < 0 then
  1964. return 0
  1965. elseif num > 255 then
  1966. return 255
  1967. elseif num > 0 and num < 255 then
  1968. return num
  1969. end
  1970. end
  1971.  
  1972. function ThemeFunction(r,g,b)
  1973. r = CheckNumberHeight(r)
  1974. g = CheckNumberHeight(g)
  1975. b = CheckNumberHeight(b)
  1976. Color = Color3.fromRGB(r,g,b)
  1977. print(Color)
  1978. AntiColor = Color3.fromRGB(255 - r, 255 - g, 255 - b)
  1979. print(AntiColor)
  1980. HalfColor = Color3.fromRGB(GetBigger(r,255-r) / 2, GetBigger(g,255-g) / 2, GetBigger(b,255-b) / 2)
  1981. print(HalfColor)
  1982. for a,b in pairs(Dirt:GetDescendants()) do
  1983. if b.Name ~= "Line" and not b:IsA("TextButton") and not b:IsA("TextBox") and not b:IsA("UIPadding") and not b:IsA("UIListLayout") then
  1984. b.BackgroundColor3 = Color
  1985. elseif b.Name == "Line" or b:IsA("TextButton")and b.Text ~= "On" and b.Text ~= "Off" or b:IsA("TextLabel") or b:IsA("TextBox") then
  1986. if b:IsA("TextButton") or b:IsA("TextLabel") or b:IsA("TextBox") then
  1987. if b:IsA("TextBox") then
  1988. b.PlaceholderColor3 = AntiColor
  1989. end
  1990. b.TextColor3 = AntiColor
  1991. else
  1992. b.BackgroundColor3 = AntiColor
  1993. end
  1994. end
  1995. end
  1996. end
  1997.  
  1998. function RandomTheme()
  1999. ThemeFunction(math.random(0,255), math.random(0,255), math.random(0,255))
  2000. end
  2001. function SplitString(string)
  2002. ReturningTable = {}
  2003. for i in string.gmatch(string, "%P+") do
  2004. table.insert(ReturningTable, i)
  2005. end
  2006. return ReturningTable
  2007. end
  2008. ChangeTheme.MouseButton1Click:connect(function()
  2009. local ColorIds = SplitString(ColorID.Text)
  2010. local ColorCheck = true
  2011. local ColorCheck_2 = false
  2012. if ColorID.Text == "" then
  2013. ThemeFunction(46,46,46)
  2014. else
  2015. for a,b in pairs(ColorIds) do
  2016. if tonumber(b) == nil then
  2017. ColorCheck = false
  2018. end
  2019. if a == 3 then
  2020. ColorCheck_2 = true
  2021. end
  2022. end
  2023. if ColorCheck == true and ColorCheck_2 == true then
  2024. ThemeFunction(tonumber(ColorIds[1]), tonumber(ColorIds[2]), tonumber(ColorIds[3]))
  2025. end
  2026. end
  2027. end)
  2028.  
  2029. Black.MouseButton1Click:connect(function()
  2030. ThemeFunction(46,46,46)
  2031. end)
  2032.  
  2033. White.MouseButton1Click:connect(function()
  2034. RandomTheme()
  2035. end)
  2036.  
  2037. Dy = false
  2038. spawn(function()
  2039. if game.Lighting.TimeOfDay <= "18:00:00" and game.Lighting.TimeOfDay >= "06:00:00" then
  2040. Dy = true
  2041. MakeDayNight.Text = "Night"
  2042. else
  2043. Dy = false
  2044. MakeDayNight.Text = "Day"
  2045. end
  2046. end)
  2047.  
  2048. Day = false
  2049. Night = false
  2050. RemoveF = false
  2051. First = false
  2052.  
  2053. MakeDayNight.MouseButton1Click:connect(function()
  2054. if Dy == true and First == false then
  2055. MakeDayNight.Text = "Day"
  2056. Night = true
  2057. Day = false
  2058. First = true
  2059. elseif Dy == false and First == false then
  2060. MakeDayNight.Text = "Night"
  2061. Day = true
  2062. Night = false
  2063. First = true
  2064. elseif Day == true and First == true then
  2065. Day = false
  2066. Night = true
  2067. MakeDayNight.Text = "Day"
  2068. elseif Night == true and First == true then
  2069. Day = true
  2070. Night = false
  2071. MakeDayNight.Text = "Night"
  2072. end
  2073. end)
  2074.  
  2075. FogOnOff.MouseButton1Click:connect(function()
  2076. if RemoveF == false then
  2077. RemoveF = true
  2078. FogOnOff.Text = "On"
  2079. FogOnOff.TextColor3 = Color3.new(0,255,0)
  2080. elseif RemoveF == true then
  2081. RemoveF = false
  2082. FogOnOff.Text = "Off"
  2083. FogOnOff.TextColor3 = Color3.new(255,0,0)
  2084. end
  2085. end)
  2086.  
  2087. game.Lighting.Changed:connect(function()
  2088. if Day == true then
  2089. game.Lighting.TimeOfDay = "12:00:00"
  2090. game.Lighting.Brightness = 1
  2091. end
  2092. if Night == true then
  2093. game.Lighting.TimeOfDay = "24:00:00"
  2094. game.Lighting.Brightness = 0
  2095. end
  2096. if RemoveF == true then
  2097. game.Lighting.FogEnd = 9999
  2098. game.Lighting.Brightness = 1
  2099. end
  2100. end)
  2101.  
  2102. game:GetService("UserInputService").InputBegan:connect(function(inputObject, gameProcessedEvent)
  2103. if inputObject.KeyCode == Enum.KeyCode.RightShift then
  2104. Dirt32Free.Enabled = not Dirt32Free.Enabled
  2105. end
  2106. end)
  2107. print("Loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement