Guest User

Untitled

a guest
Mar 31st, 2019
3,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 488.28 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local LumberTycoon2 = Instance.new("TextLabel")
  7. local te = Instance.new("TextLabel")
  8. local TPClick = Instance.new("TextButton")
  9. local Admin = Instance.new("TextButton")
  10. local Night = Instance.new("TextButton")
  11. local Gravity = Instance.new("TextButton")
  12. local Noclip = Instance.new("TextButton")
  13. local INFJUMP = Instance.new("TextButton")
  14. local Gui5 = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16. local Gui3 = Instance.new("TextButton")
  17. local Gui1 = Instance.new("TextButton")
  18. local Gui2 = Instance.new("TextButton")
  19. local Gui4 = Instance.new("TextButton")
  20. local Gui6 = Instance.new("TextButton")
  21. local Open = Instance.new("TextButton")
  22. --Properties:
  23. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25. Frame.Parent = ScreenGui
  26. Frame.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  27. Frame.Position = UDim2.new(0.0993590057, 0, 0.0630258322, 0)
  28. Frame.Size = UDim2.new(0, 414, 0, 237)
  29.  
  30. LumberTycoon2.Name = "👽LumberTycoon2👽"
  31. LumberTycoon2.Parent = Frame
  32. LumberTycoon2.BackgroundColor3 = Color3.new(0, 0, 0)
  33. LumberTycoon2.Size = UDim2.new(0, 414, 0, 29)
  34. LumberTycoon2.Font = Enum.Font.SourceSans
  35. LumberTycoon2.Text = "👽LumberTycoon2👽"
  36. LumberTycoon2.TextColor3 = Color3.new(0, 0, 1)
  37. LumberTycoon2.TextScaled = true
  38. LumberTycoon2.TextSize = 14
  39. LumberTycoon2.TextStrokeColor3 = Color3.new(0, 0, 1)
  40. LumberTycoon2.TextWrapped = true
  41.  
  42. te.Name = "te"
  43. te.Parent = Frame
  44. te.BackgroundColor3 = Color3.new(0, 0, 0)
  45. te.Position = UDim2.new(0, 0, 0.877637148, 0)
  46. te.Size = UDim2.new(0, 414, 0, 29)
  47. te.Font = Enum.Font.SourceSans
  48. te.Text = "😍By CanROblox😍"
  49. te.TextColor3 = Color3.new(0, 0, 1)
  50. te.TextScaled = true
  51. te.TextSize = 14
  52. te.TextStrokeColor3 = Color3.new(0, 0, 1)
  53. te.TextWrapped = true
  54.  
  55. TPClick.Name = "TPClick "
  56. TPClick.Parent = Frame
  57. TPClick.BackgroundColor3 = Color3.new(0, 0, 0)
  58. TPClick.Position = UDim2.new(0.666666687, 0, 0.654008448, 0)
  59. TPClick.Size = UDim2.new(0, 109, 0, 43)
  60. TPClick.Font = Enum.Font.SourceSans
  61. TPClick.Text = "TPClick "
  62. TPClick.TextColor3 = Color3.new(0, 0, 1)
  63. TPClick.TextScaled = true
  64. TPClick.TextSize = 14
  65. TPClick.TextWrapped = true
  66. TPClick.MouseButton1Down:connect(function()
  67. local Player = game.Players.LocalPlayer
  68. local Mouse = Player:GetMouse()
  69. local UserInputService = game:GetService('UserInputService')
  70.  
  71. local HoldingControl = false
  72.  
  73. Mouse.Button1Down:connect(function()
  74. if HoldingControl then
  75. Player.Character:MoveTo(Mouse.Hit.p)
  76. end
  77. end)
  78.  
  79. UserInputService.InputBegan:connect(function(Input, Processed)
  80. if Input.UserInputType == Enum.UserInputType.Keyboard then
  81. if Input.KeyCode == Enum.KeyCode.LeftControl then
  82. HoldingControl = true
  83. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  84. HoldingControl = true
  85. end
  86. end
  87. end)
  88.  
  89. UserInputService.InputEnded:connect(function(Input, Processed)
  90. if Input.UserInputType == Enum.UserInputType.Keyboard then
  91. if Input.KeyCode == Enum.KeyCode.LeftControl then
  92. HoldingControl = false
  93. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  94. HoldingControl = false
  95. end
  96. end
  97. end)
  98. end)
  99.  
  100. Admin.Name = "Admin"
  101. Admin.Parent = Frame
  102. Admin.BackgroundColor3 = Color3.new(0, 0, 0)
  103. Admin.Position = UDim2.new(0.0379273035, 0, 0.147679329, 0)
  104. Admin.Size = UDim2.new(0, 149, 0, 29)
  105. Admin.Font = Enum.Font.SourceSans
  106. Admin.Text = "Admin"
  107. Admin.TextColor3 = Color3.new(0, 0, 1)
  108. Admin.TextScaled = true
  109. Admin.TextSize = 14
  110. Admin.TextWrapped = true
  111. Admin.MouseButton1Click:Connect(function()
  112. -- Creator: illremember#3799
  113.  
  114. -- Credits to infinite yield, harkinian, dex creators
  115.  
  116. prefix = ";"
  117. wait(0.3)
  118. Commands = {
  119. '[-] cmdbar is shown when ; is pressed.',
  120. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  121. '[2] bring [plr] -- You need a tool! Will bring player to you',
  122. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  123. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  124. '[5] attach [plr] -- You need a tool! Attaches you to player',
  125. '[6] unattach [plr] -- Attempts to unattach you from a player',
  126. '[7] follow [plr] -- Makes you follow behind the player',
  127. '[8] unfollow',
  128. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  129. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  130. '[11] untrail',
  131. '[12] orbit [plr] -- Makes you orbit the player',
  132. '[13] unorbit',
  133. '[14] fling [plr] -- Makes you fling the player',
  134. '[15] unfling',
  135. '[16] fecheck -- Checks if the game is FE or not',
  136. '[17] void [plr] -- Teleports player to the void',
  137. '[18] noclip -- Gives you noclip to walk through walls',
  138. '[19] clip -- Removes noclip',
  139. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  140. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  141. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  142. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  143. '[24] annoy [plr] -- Loop teleports you to the player',
  144. '[25] unannoy',
  145. '[26] headwalk [plr] -- Loop teleports you to the player head',
  146. '[27] unheadwalk',
  147. '[28] nolimbs -- Removes your arms and legs',
  148. '[29] god -- Gives you FE Godmode',
  149. '[30] drophats -- Drops your accessories',
  150. '[31] droptool -- Drops any tool you have equipped',
  151. '[32] loopdhats -- Loop drops your accessories',
  152. '[33] unloopdhats',
  153. '[34] loopdtool -- Loop drops any tools you have equipped',
  154. '[35] unloopdtool',
  155. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  156. '[37] view [plr] -- Changes your camera to the player character',
  157. '[38] unview',
  158. '[39] goto [plr] -- Teleports you to player',
  159. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  160. '[41] unfly',
  161. '[42] chat [msg] -- Makes you chat a message',
  162. '[43] spam [msg] -- Spams a message',
  163. '[44] unspam',
  164. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  165. '[46] pmspam [plr] -- Spams a player in private message',
  166. '[47] unpmspam',
  167. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  168. '[49] uncfreeze [plr]',
  169. '[50] unlockws -- Unlocks the workspace',
  170. '[51] lockws -- Locks the workspace',
  171. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  172. '[53] pstand -- Enables platform stand',
  173. '[54] unpstand -- Disables platform stand',
  174. '[55] blockhead -- Removes your head mesh',
  175. '[56] sit',
  176. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  177. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  178. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  179. '[60] cmds -- Prints all commands',
  180. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  181. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  182. '[63] spinner -- Makes you spin',
  183. '[64] nospinner',
  184. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  185. '[66] noreach -- Removes reach, must have tool equipped',
  186. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  187. '[68] tp me [plr] -- Alternative to goto',
  188. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  189. '[70] uncbring',
  190. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  191. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  192. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  193. '[74] unglitch -- Unglitches you',
  194. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  195. '[76] explorer -- Loads up DEX',
  196. '[77] reset -- Resets your character.',
  197. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  198. '[79] animgui -- Loads up Energize animations GUI',
  199. '[80] savepos -- Saves your current position',
  200. '[81] loadpos -- Teleports you to your saved position',
  201. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  202. '[83] unbang',
  203. '[84] delcmdbar -- Removes the command bar completely',
  204. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  205. '[86] shutdown -- Uses harkinians script to shutdown server',
  206. '[87] respawn -- If grespawn doesnt work you can use respawn',
  207. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  208. '[89] getplrs -- Prints all players in game',
  209. '[90] deldecal -- Deletes all decals client sided',
  210. '[91] opfinality -- Loads in my FE GUI Opfinality',
  211. '[92] remotes -- Prints all remotes in the game in the console when added',
  212. '[93] noremotes -- Stops printing remotes',
  213. '[94] tpdefault -- Stops all loop teleports to a player',
  214. '[95] stopsit -- Will not allow you to sit',
  215. '[96] gosit -- Allows you to sit',
  216. '[97] clicktp -- Enables click tp',
  217. '[98] noclicktp -- Disables click tp',
  218. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  219. '[100] toolsoff -- Stops ;toolson',
  220. '[101] version -- Gets the admin version',
  221. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  222. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  223. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  224. '[105] clickdel -- Delete any block you press q on, client sided',
  225. '[106] noclickdel -- Stops clickdel',
  226. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  227. '[108] unlooprhats -- Stops loop removing mesh',
  228. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  229. '[110] unlooprtool -- Stops loop removing mesh',
  230. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  231. '[112] age [plr] -- Makes you chat the account age of the player',
  232. '[113] id [plr] -- Makes you chat the account ID of the player',
  233. '[114] .age [plr] -- Privately shows you the account age of the player',
  234. '[115] .id [plr] -- Privately shows you the account ID of the player',
  235. '[116] gameid -- Shows the game ID',
  236. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  237. '[118] removefog -- Removes fog, client sided',
  238. '[119] disable -- Disables your character by removing humanoid',
  239. '[120] enable -- Enables your character by adding humanoid',
  240. '[121] prefix [key] -- Changes the prefix used, default is ;',
  241. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  242. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  243. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  244. '[125] uncarpet -- Stops carpet player',
  245. '[126] stare [plr] -- Turns your character to stare at another player',
  246. '[127] unstare -- Stops stare player',
  247. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  248. '[129] unlogchat -- Disables logchat',
  249. '[130] fixcam -- Fixes/resets your camera',
  250. '[131] unstate -- Stops changing state',
  251. }
  252. speedget = 1
  253.  
  254. lplayer = game:GetService("Players").LocalPlayer
  255.  
  256. lplayer.CharacterAdded:Connect(function(character)
  257. spin = false
  258. flying = false
  259. staring = false
  260. banpl = false
  261. end)
  262.  
  263. function change()
  264. prefix = prefix
  265. speedfly = speedfly
  266. end
  267.  
  268. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  269. local Found = {}
  270. local strl = String:lower()
  271. if strl == "all" then
  272. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  273. table.insert(Found,v)
  274. end
  275. elseif strl == "others" then
  276. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  277. if v.Name ~= lplayer.Name then
  278. table.insert(Found,v)
  279. end
  280. end
  281. elseif strl == "me" then
  282. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  283. if v.Name == lplayer.Name then
  284. table.insert(Found,v)
  285. end
  286. end
  287. else
  288. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  289. if v.Name:lower():sub(1, #String) == String:lower() then
  290. table.insert(Found,v)
  291. end
  292. end
  293. end
  294. return Found
  295. end
  296.  
  297. local Mouse = lplayer:GetMouse()
  298.  
  299. spin = false
  300. followed = false
  301. traill = false
  302. noclip = false
  303. annoying = false
  304. hwalk = false
  305. droppinghats = false
  306. droppingtools = false
  307. flying = false
  308. spamdelay = 1
  309. spamming = false
  310. spammingpm = false
  311. cbringing = false
  312. remotes = true
  313. added = true
  314. binds = false
  315. stopsitting = false
  316. clickgoto = false
  317. gettingtools = false
  318. removingmeshhats = false
  319. removingmeshtool = false
  320. clickdel = false
  321. staring = false
  322. chatlogs = false
  323. banpl = false
  324. changingstate = false
  325. statechosen = 0
  326.  
  327. adminversion = "Reviz Admin by illremember, Version 2.0"
  328.  
  329. flying = false
  330. speedfly = 1
  331.  
  332. function plrchat(plr, chat)
  333. print(plr.Name..": "..tick().."\n"..chat)
  334. end
  335.  
  336. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  337. v.Chatted:connect(function(chat)
  338. if chatlogs then
  339. plrchat(v, chat)
  340. end
  341. end)
  342. end
  343. game:GetService("Players").PlayerAdded:connect(function(plr)
  344. plr.Chatted:connect(function(chat)
  345. if chatlogs then
  346. plrchat(plr, chat)
  347. end
  348. end)
  349. end)
  350.  
  351.  
  352. local ScreenGui = Instance.new("ScreenGui")
  353. local Frame = Instance.new("Frame")
  354. local CMDBAR = Instance.new("TextBox")
  355. ScreenGui.Parent = game:GetService("CoreGui")
  356. Frame.Parent = ScreenGui
  357. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  358. Frame.BackgroundTransparency = 0.3
  359. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  360. Frame.Size = UDim2.new(0, 200, 0, 40)
  361. Frame.Active = true
  362. Frame.Draggable = true
  363. CMDBAR.Name = "CMDBAR"
  364. CMDBAR.Parent = Frame
  365. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  366. CMDBAR.BackgroundTransparency = 0.20000000298023
  367. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  368. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  369. CMDBAR.Font = Enum.Font.SourceSansLight
  370. CMDBAR.FontSize = Enum.FontSize.Size14
  371. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  372. CMDBAR.TextScaled = true
  373. CMDBAR.TextSize = 14
  374. CMDBAR.TextWrapped = true
  375. CMDBAR.Text = "Press ; to type, Enter to execute"
  376.  
  377. local CMDS = Instance.new("ScreenGui")
  378. local CMDSFRAME = Instance.new("Frame")
  379. local ScrollingFrame = Instance.new("ScrollingFrame")
  380. local TextLabel = Instance.new("TextLabel")
  381. local closegui = Instance.new("TextButton")
  382. CMDS.Name = "CMDS"
  383. CMDS.Parent = game:GetService("CoreGui")
  384. CMDSFRAME.Name = "CMDSFRAME"
  385. CMDSFRAME.Parent = CMDS
  386. CMDSFRAME.Active = true
  387. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  388. CMDSFRAME.BorderSizePixel = 0
  389. CMDSFRAME.Draggable = true
  390. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  391. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  392. CMDSFRAME.Visible = false
  393. ScrollingFrame.Parent = CMDSFRAME
  394. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  395. ScrollingFrame.BorderSizePixel = 0
  396. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  397. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  398. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  399. TextLabel.Parent = ScrollingFrame
  400. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  401. TextLabel.BackgroundTransparency = 1
  402. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  403. TextLabel.Font = Enum.Font.SourceSans
  404. TextLabel.FontSize = Enum.FontSize.Size18
  405. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  406. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  407. TextLabel.TextSize = 15
  408. TextLabel.TextWrapped = true
  409. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  410. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  411. closegui.Name = "closegui"
  412. closegui.Parent = CMDSFRAME
  413. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  414. closegui.BorderSizePixel = 0
  415. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  416. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  417. closegui.Font = Enum.Font.SourceSansBold
  418. closegui.FontSize = Enum.FontSize.Size24
  419. closegui.Text = "X"
  420. closegui.TextColor3 = Color3.new(1, 1, 1)
  421. closegui.TextSize = 20
  422.  
  423. closegui.MouseButton1Click:connect(function()
  424. CMDSFRAME.Visible = false
  425. end)
  426.  
  427. game:GetService('RunService').Stepped:connect(function()
  428. if spin then
  429. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  430. end
  431. if followed then
  432. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  433. end
  434. if traill then
  435. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  436. end
  437. if annoying then
  438. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  439. end
  440. if hwalk then
  441. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  442. end
  443. if staring then
  444. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  445. end
  446. end)
  447. game:GetService('RunService').Stepped:connect(function()
  448. if noclip then
  449. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  450. lplayer.Character.Head.CanCollide = false
  451. lplayer.Character.Torso.CanCollide = false
  452. lplayer.Character["Left Leg"].CanCollide = false
  453. lplayer.Character["Right Leg"].CanCollide = false
  454. else
  455. lplayer.Character.Humanoid:ChangeState(11)
  456. end
  457. end
  458. if changingstate then
  459. lplayer.Character.Humanoid:ChangeState(statechosen)
  460. end
  461. end)
  462. game:GetService('RunService').Stepped:connect(function()
  463. if droppinghats then
  464. for i,v in pairs(lplayer.Character:GetChildren()) do
  465. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  466. v.Parent = workspace
  467. end
  468. end
  469. end
  470. if droppingtools then
  471. for i,v in pairs(lplayer.Character:GetChildren()) do
  472. if (v:IsA("Tool")) then
  473. v.Parent = workspace
  474. end
  475. end
  476. end
  477. if removingmeshhats then
  478. for i,v in pairs(lplayer.Character:GetChildren()) do
  479. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  480. v.Handle.Mesh:Destroy()
  481. end
  482. end
  483. end
  484. if removingmeshtool then
  485. for i,v in pairs(lplayer.Character:GetChildren()) do
  486. if (v:IsA("Tool")) then
  487. v.Handle.Mesh:Destroy()
  488. end
  489. end
  490. end
  491. end)
  492. game:GetService('RunService').Stepped:connect(function()
  493. if banpl then
  494. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  495. end
  496. end)
  497. game:GetService('RunService').Stepped:connect(function()
  498. if stopsitting then
  499. lplayer.Character.Humanoid.Sit = false
  500. end
  501. end)
  502.  
  503. plr = lplayer
  504. hum = plr.Character.HumanoidRootPart
  505. mouse = plr:GetMouse()
  506. mouse.KeyDown:connect(function(key)
  507. if key == "e" then
  508. if mouse.Target then
  509. if clickgoto then
  510. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  511. elseif clickdel then
  512. mouse.Target:Destroy()
  513. end
  514. end
  515. end
  516. end)
  517.  
  518. game:GetService("Workspace").ChildAdded:connect(function(part)
  519. if gettingtools then
  520. if part:IsA("Tool") then
  521. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  522. end
  523. end
  524. end)
  525.  
  526. lplayer.Chatted:Connect(function(msg)
  527. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  528. if string.sub(msg, 7) == "me" then
  529. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  530. else
  531. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  532. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  533. lplayer.Character.Humanoid.Name = 1
  534. local l = lplayer.Character["1"]:Clone()
  535. l.Parent = lplayer.Character
  536. l.Name = "Humanoid"
  537. wait(0.1)
  538. lplayer.Character["1"]:Destroy()
  539. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  540. lplayer.Character.Animate.Disabled = true
  541. wait(0.1)
  542. lplayer.Character.Animate.Disabled = false
  543. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  544. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  545. lplayer.Character.Humanoid:EquipTool(v)
  546. end
  547. local function tp(player,player2)
  548. local char1,char2=player.Character,player2.Character
  549. if char1 and char2 then
  550. char1:MoveTo(char2.Head.Position)
  551. end
  552. end
  553. wait(0.1)
  554. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  555. wait(0.2)
  556. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  557. wait(0.5)
  558. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  559. wait(0.7)
  560. tp(lplayer,game:GetService("Players")[v.Name])
  561. wait(0.7)
  562. lplayer.Character.HumanoidRootPart.CFrame = NOW
  563. game:GetService("StarterGui"):SetCore("SendNotification", {
  564. Title = "Tools needed!";
  565. Text = "You need a tool in your backpack for this command!";
  566. })
  567. end
  568. end
  569. end
  570. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  571. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  572. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  573. lplayer.Character.Humanoid.Name = 1
  574. local l = lplayer.Character["1"]:Clone()
  575. l.Parent = lplayer.Character
  576. l.Name = "Humanoid"
  577. wait(0.1)
  578. lplayer.Character["1"]:Destroy()
  579. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  580. lplayer.Character.Animate.Disabled = true
  581. wait(0.1)
  582. lplayer.Character.Animate.Disabled = false
  583. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  584. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  585. lplayer.Character.Humanoid:EquipTool(v)
  586. end
  587. local function tp(player,player2)
  588. local char1,char2=player.Character,player2.Character
  589. if char1 and char2 then
  590. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  591. end
  592. end
  593. local function getout(player,player2)
  594. local char1,char2=player.Character,player2.Character
  595. if char1 and char2 then
  596. char1:MoveTo(char2.Head.Position)
  597. end
  598. end
  599. tp(game:GetService("Players")[v.Name], lplayer)
  600. wait(0.2)
  601. tp(game:GetService("Players")[v.Name], lplayer)
  602. wait(0.5)
  603. lplayer.Character.HumanoidRootPart.CFrame = NOW
  604. wait(0.5)
  605. getout(lplayer, game:GetService("Players")[v.Name])
  606. wait(0.3)
  607. lplayer.Character.HumanoidRootPart.CFrame = NOW
  608. game:GetService("StarterGui"):SetCore("SendNotification", {
  609. Title = "Tools needed!";
  610. Text = "You need a tool in your backpack for this command!";
  611. })
  612. end
  613. end
  614. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  615. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  616. lplayer.Character.Humanoid.Name = 1
  617. local l = lplayer.Character["1"]:Clone()
  618. l.Parent = lplayer.Character
  619. l.Name = "Humanoid"
  620. wait(0.1)
  621. lplayer.Character["1"]:Destroy()
  622. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  623. lplayer.Character.Animate.Disabled = true
  624. wait(0.1)
  625. lplayer.Character.Animate.Disabled = false
  626. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  627. lplayer.Character.Animate.Disabled = false
  628. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  629. lplayer.Character.Humanoid:EquipTool(v)
  630. end
  631. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  632. spinplr = v
  633. wait(0.5)
  634. spin = true
  635. game:GetService("StarterGui"):SetCore("SendNotification", {
  636. Title = "Tools needed!";
  637. Text = "You need a tool in your backpack for this command!";
  638. })
  639. end
  640. end
  641. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  642. spin = false
  643. end
  644. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  645. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  646. lplayer.Character.Humanoid.Name = 1
  647. local l = lplayer.Character["1"]:Clone()
  648. l.Parent = lplayer.Character
  649. l.Name = "Humanoid"
  650. wait(0.1)
  651. lplayer.Character["1"]:Destroy()
  652. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  653. lplayer.Character.Animate.Disabled = true
  654. wait(0.1)
  655. lplayer.Character.Animate.Disabled = false
  656. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  657. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  658. lplayer.Character.Humanoid:EquipTool(v)
  659. end
  660. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  661. wait(0.3)
  662. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  663. attplr = v
  664. game:GetService("StarterGui"):SetCore("SendNotification", {
  665. Title = "Tools needed!";
  666. Text = "You need a tool in your backpack for this command!";
  667. })
  668. end
  669. end
  670. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  671. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  672. local function getout(player,player2)
  673. local char1,char2=player.Character,player2.Character
  674. if char1 and char2 then
  675. char1:MoveTo(char2.Head.Position)
  676. end
  677. end
  678. getout(lplayer, game:GetService("Players")[v.Name])
  679. end
  680. end
  681. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  682. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  683. followed = true
  684. flwplr = v
  685. end
  686. end
  687. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  688. followed = false
  689. end
  690. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  691. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  692. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  693. lplayer.Character.Humanoid.Name = 1
  694. local l = lplayer.Character["1"]:Clone()
  695. l.Parent = lplayer.Character
  696. l.Name = "Humanoid"
  697. wait(0.1)
  698. lplayer.Character["1"]:Destroy()
  699. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  700. lplayer.Character.Animate.Disabled = true
  701. wait(0.1)
  702. lplayer.Character.Animate.Disabled = false
  703. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  704. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  705. lplayer.Character.Humanoid:EquipTool(v)
  706. end
  707. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  708. wait(0.2)
  709. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  710. wait(0.6)
  711. lplayer.Character.HumanoidRootPart.CFrame = NOW
  712. wait(0.6)
  713. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  714. game:GetService("StarterGui"):SetCore("SendNotification", {
  715. Title = "Tools needed!";
  716. Text = "You need a tool in your backpack for this command!";
  717. })
  718. end
  719. end
  720. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  721. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  722. traill = true
  723. trlplr = v
  724. end
  725. end
  726. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  727. traill = false
  728. end
  729. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  730. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  731. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  732. else
  733. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  734. local o = Instance.new("RocketPropulsion")
  735. o.Parent = lplayer.Character.HumanoidRootPart
  736. o.Name = "Orbit"
  737. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  738. o:Fire()
  739. noclip = true
  740. end
  741. end
  742. end
  743. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  744. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  745. noclip = false
  746. end
  747. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  748. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  749. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  750. else
  751. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  752. local y = Instance.new("RocketPropulsion")
  753. y.Parent = lplayer.Character.HumanoidRootPart
  754. y.CartoonFactor = 1
  755. y.MaxThrust = 800000
  756. y.MaxSpeed = 1000
  757. y.ThrustP = 200000
  758. y.Name = "Fling"
  759. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  760. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  761. y:Fire()
  762. noclip = true
  763. end
  764. end
  765. end
  766. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  767. noclip = false
  768. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  769. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  770. wait(0.4)
  771. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  772. end
  773. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  774. if game:GetService("Workspace").FilteringEnabled == true then
  775. warn("FE is Enabled (Filtering Enabled)")
  776. game:GetService("StarterGui"):SetCore("SendNotification", {
  777. Title = "FE is Enabled";
  778. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  779. })
  780. else
  781. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  782. game:GetService("StarterGui"):SetCore("SendNotification", {
  783. Title = "FE is Disabled";
  784. Text = "Filtering Disabled. Consider using a different admin script.";
  785. })
  786. end
  787. end
  788. if string.sub(msg, 1, 6) == (prefix.."void ") then
  789. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  790. lplayer.Character.Humanoid.Name = 1
  791. local l = lplayer.Character["1"]:Clone()
  792. l.Parent = lplayer.Character
  793. l.Name = "Humanoid"
  794. wait(0.1)
  795. lplayer.Character["1"]:Destroy()
  796. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  797. lplayer.Character.Animate.Disabled = true
  798. wait(0.1)
  799. lplayer.Character.Animate.Disabled = false
  800. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  801. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  802. lplayer.Character.Humanoid:EquipTool(v)
  803. end
  804. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  805. wait(0.2)
  806. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  807. wait(0.6)
  808. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  809. game:GetService("StarterGui"):SetCore("SendNotification", {
  810. Title = "Tools needed!";
  811. Text = "You need a tool in your backpack for this command!";
  812. })
  813. end
  814. end
  815. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  816. noclip = true
  817. game:GetService("StarterGui"):SetCore("SendNotification", {
  818. Title = "Noclip enabled";
  819. Text = "Type ;clip to disable";
  820. })
  821. end
  822. if string.sub(msg, 1, 5) == (prefix.."clip") then
  823. noclip = false
  824. game:GetService("StarterGui"):SetCore("SendNotification", {
  825. Title = "Noclip disabled";
  826. Text = "Type ;noclip to enable";
  827. })
  828. end
  829. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  830. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  831. end
  832. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  833. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  834. end
  835. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  836. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  837. end
  838. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  839. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  840. end
  841. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  842. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  843. end
  844. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  845. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  846. end
  847. if string.sub(msg, 1, 8) == (prefix.."default") then
  848. lplayer.Character.Humanoid.JumpPower = 50
  849. lplayer.Character.Humanoid.WalkSpeed = 16
  850. lplayer.Character.Humanoid.HipHeight = 0
  851. end
  852. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  853. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  854. annoying = true
  855. annplr = v
  856. end
  857. end
  858. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  859. annoying = false
  860. end
  861. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  862. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  863. hwalk = true
  864. hdwplr = v
  865. end
  866. end
  867. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  868. hwalk = false
  869. end
  870. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  871. lplayer.Character["Left Leg"]:Destroy()
  872. lplayer.Character["Left Arm"]:Destroy()
  873. lplayer.Character["Right Leg"]:Destroy()
  874. lplayer.Character["Right Arm"]:Destroy()
  875. end
  876. if string.sub(msg, 1, 4) == (prefix.."god") then
  877. lplayer.Character.Humanoid.Name = 1
  878. local l = lplayer.Character["1"]:Clone()
  879. l.Parent = lplayer.Character
  880. l.Name = "Humanoid"
  881. wait(0.1)
  882. lplayer.Character["1"]:Destroy()
  883. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  884. lplayer.Character.Animate.Disabled = true
  885. wait(0.1)
  886. lplayer.Character.Animate.Disabled = false
  887. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  888. game:GetService("StarterGui"):SetCore("SendNotification", {
  889. Title = "FE Godmode enabled";
  890. Text = "Use ;grespawn or ;respawn to remove";
  891. })
  892. end
  893. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  894. for i,v in pairs(lplayer.Character:GetChildren()) do
  895. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  896. v.Parent = workspace
  897. end
  898. end
  899. end
  900. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  901. for i,v in pairs(lplayer.Character:GetChildren()) do
  902. if (v:IsA("Tool")) then
  903. v.Parent = workspace
  904. end
  905. end
  906. end
  907. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  908. droppinghats = true
  909. game:GetService("StarterGui"):SetCore("SendNotification", {
  910. Title = "Loop Drop Enabled";
  911. Text = "Type ;unloopdhats to disable";
  912. })
  913. end
  914. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  915. droppinghats = false
  916. game:GetService("StarterGui"):SetCore("SendNotification", {
  917. Title = "Loop Drop Disabled";
  918. Text = "Type ;loopdhats to enable.";
  919. })
  920. end
  921. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  922. droppingtools = true
  923. game:GetService("StarterGui"):SetCore("SendNotification", {
  924. Title = "Loop Drop Enabled";
  925. Text = "Type ;unloopdtool to disable";
  926. })
  927. end
  928. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  929. droppingtools = false
  930. game:GetService("StarterGui"):SetCore("SendNotification", {
  931. Title = "Loop Drop Disabled";
  932. Text = "Type ;loopdtool to enable.";
  933. })
  934. end
  935. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  936. Local = game:GetService('Players').LocalPlayer
  937. Char = Local.Character
  938. touched,tpdback = false, false
  939. box = Instance.new('Part',workspace)
  940. box.Anchored = true
  941. box.CanCollide = true
  942. box.Size = Vector3.new(10,1,10)
  943. box.Position = Vector3.new(0,10000,0)
  944. box.Touched:connect(function(part)
  945. if (part.Parent.Name == Local.Name) then
  946. if touched == false then
  947. touched = true
  948. function apply()
  949. if script.Disabled ~= true then
  950. no = Char.HumanoidRootPart:Clone()
  951. wait(.25)
  952. Char.HumanoidRootPart:Destroy()
  953. no.Parent = Char
  954. Char:MoveTo(loc)
  955. touched = false
  956. end end
  957. if Char then
  958. apply()
  959. end
  960. end
  961. end
  962. end)
  963. repeat wait() until Char
  964. loc = Char.HumanoidRootPart.Position
  965. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  966. game:GetService("StarterGui"):SetCore("SendNotification", {
  967. Title = "Invisibility enabled!";
  968. Text = "Reset or use ;respawn to remove.";
  969. })
  970. end
  971. if string.sub(msg, 1, 6) == (prefix.."view ") then
  972. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  973. if game:GetService("Players")[v.Name].Character.Humanoid then
  974. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  975. else
  976. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  977. end
  978. end
  979. end
  980. if string.sub(msg, 1, 7) == (prefix.."unview") then
  981. if lplayer.Character.Humanoid then
  982. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  983. else
  984. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  985. end
  986. end
  987. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  988. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  989. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  990. end
  991. end
  992. if string.sub(msg, 1, 4) == (prefix.."fly") then
  993. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  994. repeat wait() until Mouse
  995.  
  996. local T = lplayer.Character.HumanoidRootPart
  997. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  998. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  999. local SPEED = speedget
  1000.  
  1001. local function fly()
  1002. flying = true
  1003. local BG = Instance.new('BodyGyro', T)
  1004. local BV = Instance.new('BodyVelocity', T)
  1005. BG.P = 9e4
  1006. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1007. BG.cframe = T.CFrame
  1008. BV.velocity = Vector3.new(0, 0.1, 0)
  1009. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1010. spawn(function()
  1011. repeat wait()
  1012. lplayer.Character.Humanoid.PlatformStand = true
  1013. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1014. SPEED = 50
  1015. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1016. SPEED = 0
  1017. end
  1018. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1019. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1020. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1021. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1022. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1023. else
  1024. BV.velocity = Vector3.new(0, 0.1, 0)
  1025. end
  1026. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1027. until not flying
  1028. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1029. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1030. SPEED = 0
  1031. BG:destroy()
  1032. BV:destroy()
  1033. lplayer.Character.Humanoid.PlatformStand = false
  1034. end)
  1035. end
  1036. Mouse.KeyDown:connect(function(KEY)
  1037. if KEY:lower() == 'w' then
  1038. CONTROL.F = speedfly
  1039. elseif KEY:lower() == 's' then
  1040. CONTROL.B = -speedfly
  1041. elseif KEY:lower() == 'a' then
  1042. CONTROL.L = -speedfly
  1043. elseif KEY:lower() == 'd' then
  1044. CONTROL.R = speedfly
  1045. end
  1046. end)
  1047. Mouse.KeyUp:connect(function(KEY)
  1048. if KEY:lower() == 'w' then
  1049. CONTROL.F = 0
  1050. elseif KEY:lower() == 's' then
  1051. CONTROL.B = 0
  1052. elseif KEY:lower() == 'a' then
  1053. CONTROL.L = 0
  1054. elseif KEY:lower() == 'd' then
  1055. CONTROL.R = 0
  1056. end
  1057. end)
  1058. fly()
  1059. end
  1060. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1061. flying = false
  1062. lplayer.Character.Humanoid.PlatformStand = false
  1063. end
  1064. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1065. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1066. end
  1067. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1068. spamtext = (string.sub(msg, 7))
  1069. spamming = true
  1070. end
  1071. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1072. spamming = false
  1073. end
  1074. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1075. spamdelay = (string.sub(msg, 11))
  1076. end
  1077. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1078. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1079. pmspammed = v.Name
  1080. spammingpm = true
  1081. end
  1082. end
  1083. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1084. spammingpm = false
  1085. end
  1086. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1087. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1088. v.Character["Left Leg"].Anchored = true
  1089. v.Character["Left Arm"].Anchored = true
  1090. v.Character["Right Leg"].Anchored = true
  1091. v.Character["Right Arm"].Anchored = true
  1092. v.Character.Torso.Anchored = true
  1093. v.Character.Head.Anchored = true
  1094. end
  1095. end
  1096. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1097. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1098. v.Character["Left Leg"].Anchored = false
  1099. v.Character["Left Arm"].Anchored = false
  1100. v.Character["Right Leg"].Anchored = false
  1101. v.Character["Right Arm"].Anchored = false
  1102. v.Character.Torso.Anchored = false
  1103. v.Character.Head.Anchored = false
  1104. end
  1105. end
  1106. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1107. local a = game:GetService("Workspace"):getChildren()
  1108. for i = 1, #a do
  1109. if a[i].className == "Part" then
  1110. a[i].Locked = false
  1111. elseif a[i].className == "Model" then
  1112. local r = a[i]:getChildren()
  1113. for i = 1, #r do
  1114. if r[i].className == "Part" then
  1115. r[i].Locked = false
  1116. end
  1117. end
  1118. end
  1119. end
  1120. game:GetService("StarterGui"):SetCore("SendNotification", {
  1121. Title = "Success!";
  1122. Text = "Workspace unlocked. Use ;lockws to lock.";
  1123. })
  1124. end
  1125. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1126. local a = game:GetService("Workspace"):getChildren()
  1127. for i = 1, #a do
  1128. if a[i].className == "Part" then
  1129. a[i].Locked = true
  1130. elseif a[i].className == "Model" then
  1131. local r = a[i]:getChildren()
  1132. for i = 1, #r do
  1133. if r[i].className == "Part" then
  1134. r[i].Locked = true
  1135. end
  1136. end
  1137. end
  1138. end
  1139. end
  1140. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1141. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1142. Clone_T.BinType = "Clone"
  1143. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1144. Destruct.BinType = "Hammer"
  1145. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1146. Hold_T.BinType = "Grab"
  1147. end
  1148. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1149. lplayer.Character.Humanoid.PlatformStand = true
  1150. end
  1151. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1152. lplayer.Character.Humanoid.PlatformStand = false
  1153. end
  1154. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1155. lplayer.Character.Head.Mesh:Destroy()
  1156. end
  1157. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1158. lplayer.Character.Humanoid.Sit = true
  1159. end
  1160. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1161. local function bringobjw()
  1162. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1163. if obj.Name == (string.sub(msg, 11)) then
  1164. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1165. obj.CanCollide = false
  1166. obj.Transparency = 0.7
  1167. wait()
  1168. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1169. wait()
  1170. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1171. wait()
  1172. obj.CFrame = lplayer.Character["Head"].CFrame
  1173. end
  1174. end
  1175. end
  1176. while wait() do
  1177. bringobjw()
  1178. end
  1179. game:GetService("StarterGui"):SetCore("SendNotification", {
  1180. Title = "BringObj";
  1181. Text = "BringObj enabled.";
  1182. })
  1183. end
  1184. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1185. vis = (string.sub(msg, 8))
  1186. local a = game:GetService("Workspace"):GetDescendants()
  1187. for i = 1, #a do
  1188. if a[i].className == "Part" then
  1189. a[i].Transparency = vis
  1190. elseif a[i].className == "Model" then
  1191. local r = a[i]:getChildren()
  1192. for i = 1, #r do
  1193. if r[i].className == "Part" then
  1194. r[i].Transparency = vis
  1195. end
  1196. end
  1197. end
  1198. end
  1199. end
  1200. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1201. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1202. game:GetService("StarterGui"):SetCore("SendNotification", {
  1203. Title = "Success!";
  1204. Text = "HyperTotal GUI Loaded!";
  1205. })
  1206. end
  1207. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1208. CMDSFRAME.Visible = true
  1209. end
  1210. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1211. for i,v in pairs(lplayer.Character:GetChildren()) do
  1212. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1213. v.Handle.Mesh:Destroy()
  1214. end
  1215. end
  1216. end
  1217. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1218. for i,v in pairs(lplayer.Character:GetChildren()) do
  1219. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1220. v.Handle.Mesh:Destroy()
  1221. end
  1222. end
  1223. end
  1224. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1225. for i,v in pairs(lplayer.Character:GetChildren()) do
  1226. if (v:IsA("Tool")) then
  1227. v.Handle.Mesh:Destroy()
  1228. end
  1229. end
  1230. end
  1231. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1232. for i,v in pairs(lplayer.Character:GetChildren()) do
  1233. if (v:IsA("Tool")) then
  1234. v.Handle.Mesh:Destroy()
  1235. end
  1236. end
  1237. end
  1238. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1239. local p = Instance.new("RocketPropulsion")
  1240. p.Parent = lplayer.Character.HumanoidRootPart
  1241. p.Name = "Spinner"
  1242. p.Target = lplayer.Character["Left Arm"]
  1243. p:Fire()
  1244. game:GetService("StarterGui"):SetCore("SendNotification", {
  1245. Title = "Spinner enabled";
  1246. Text = "Type ;nospinner to disable.";
  1247. })
  1248. end
  1249. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1250. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1251. end
  1252. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1253. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1254. if v:isA("Tool") then
  1255. local a = Instance.new("SelectionBox",v.Handle)
  1256. a.Adornee = v.Handle
  1257. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1258. v.GripPos = Vector3.new(0,0,0)
  1259. lplayer.Character.Humanoid:UnequipTools()
  1260. end
  1261. end
  1262. game:GetService("StarterGui"):SetCore("SendNotification", {
  1263. Title = "Reach applied!";
  1264. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1265. })
  1266. end
  1267. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1268. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1269. if v:isA("Tool") then
  1270. handleSize = v.Handle.Size
  1271. wait()
  1272. local a = Instance.new("SelectionBox",v.Handle)
  1273. a.Name = "a"
  1274. a.Adornee = v.Handle
  1275. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1276. v.GripPos = Vector3.new(0,0,0)
  1277. lplayer.Character.Humanoid:UnequipTools()
  1278. end
  1279. end
  1280. game:GetService("StarterGui"):SetCore("SendNotification", {
  1281. Title = "Reach applied!";
  1282. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1283. })
  1284. end
  1285. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1286. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1287. if v:isA("Tool") then
  1288. v.Handle.a:Destroy()
  1289. v.Handle.Size = handleSize
  1290. end
  1291. end
  1292. game:GetService("StarterGui"):SetCore("SendNotification", {
  1293. Title = "Reach removed!";
  1294. Text = "Removed reach from equipped sword.";
  1295. })
  1296. end
  1297. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1298. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1299. lplayer.Character.Humanoid.Name = 1
  1300. local l = lplayer.Character["1"]:Clone()
  1301. l.Parent = lplayer.Character
  1302. l.Name = "Humanoid"
  1303. wait(0.1)
  1304. lplayer.Character["1"]:Destroy()
  1305. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1306. lplayer.Character.Animate.Disabled = true
  1307. wait(0.1)
  1308. lplayer.Character.Animate.Disabled = false
  1309. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1310. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1311. lplayer.Character.Humanoid:EquipTool(v)
  1312. end
  1313. wait(0.1)
  1314. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1315. wait(0.2)
  1316. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1317. wait(0.5)
  1318. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1319. game:GetService("StarterGui"):SetCore("SendNotification", {
  1320. Title = "Tools needed!";
  1321. Text = "You need a tool in your backpack for this command!";
  1322. })
  1323. end
  1324. end
  1325. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1326. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1327. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1328. end
  1329. end
  1330. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1331. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1332. cbringall = true
  1333. else
  1334. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1335. brplr = v.Name
  1336. end
  1337. end
  1338. cbring = true
  1339. end
  1340. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1341. cbring = false
  1342. cbringall = false
  1343. end
  1344. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1345. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1346. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1347. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1348. lplayer.Character.Humanoid.Name = 1
  1349. local l = lplayer.Character["1"]:Clone()
  1350. l.Parent = lplayer.Character
  1351. l.Name = "Humanoid"
  1352. wait(0.1)
  1353. lplayer.Character["1"]:Destroy()
  1354. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1355. lplayer.Character.Animate.Disabled = true
  1356. wait(0.1)
  1357. lplayer.Character.Animate.Disabled = false
  1358. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1359. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1360. lplayer.Character.Humanoid:EquipTool(v)
  1361. end
  1362. local function tp(player,player2)
  1363. local char1,char2=player.Character,player2.Character
  1364. if char1 and char2 then
  1365. char1:MoveTo(char2.Head.Position)
  1366. end
  1367. end
  1368. wait(0.1)
  1369. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1370. wait(0.2)
  1371. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1372. wait(0.5)
  1373. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1374. wait(0.6)
  1375. tp(lplayer, game:GetService("Players")[v.Name])
  1376. wait(0.4)
  1377. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1378. game:GetService("StarterGui"):SetCore("SendNotification", {
  1379. Title = "Tools needed!";
  1380. Text = "You need a tool in your backpack for this command!";
  1381. })
  1382. end
  1383. end
  1384. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1385. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1386. lplayer.Character.Humanoid.Name = 1
  1387. local l = lplayer.Character["1"]:Clone()
  1388. l.Parent = lplayer.Character
  1389. l.Name = "Humanoid"
  1390. wait(0.1)
  1391. lplayer.Character["1"]:Destroy()
  1392. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1393. lplayer.Character.Animate.Disabled = true
  1394. wait(0.1)
  1395. lplayer.Character.Animate.Disabled = false
  1396. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1397. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1398. lplayer.Character.Humanoid:EquipTool(v)
  1399. end
  1400. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1401. wait(0.3)
  1402. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1403. wait(0.4)
  1404. b = Instance.new("BodyForce")
  1405. b.Parent = lplayer.Character.HumanoidRootPart
  1406. b.Name = "Glitch"
  1407. b.Force = Vector3.new(100000000,5000,0)
  1408. game:GetService("StarterGui"):SetCore("SendNotification", {
  1409. Title = "Tools needed!";
  1410. Text = "You need a tool in your backpack for this command!";
  1411. })
  1412. end
  1413. end
  1414. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1415. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1416. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1417. b = Instance.new("BodyForce")
  1418. b.Parent = lplayer.Character.HumanoidRootPart
  1419. b.Name = "unGlitch"
  1420. b.Force = Vector3.new(0,-5000000,0)
  1421. wait(2)
  1422. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1423. end
  1424. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1425. lplayer.Character.Humanoid.Health = 0
  1426. wait(1)
  1427. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1428. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1429. end
  1430. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1431. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1432. game:GetService("StarterGui"):SetCore("SendNotification", {
  1433. Title = "Success!";
  1434. Text = "DEX Explorer has loaded.";
  1435. })
  1436. end
  1437. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1438. local Anim = Instance.new("Animation")
  1439. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1440. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1441. track:Play(.1, 1, 1)
  1442. end
  1443. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1444. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1445. game:GetService("StarterGui"):SetCore("SendNotification", {
  1446. Title = "Success!";
  1447. Text = "Energize Animations GUI has loaded.";
  1448. })
  1449. end
  1450. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1451. saved = lplayer.Character.HumanoidRootPart.CFrame
  1452. game:GetService("StarterGui"):SetCore("SendNotification", {
  1453. Title = "Position Saved";
  1454. Text = "Use ;loadpos to return to saved position.";
  1455. })
  1456. end
  1457. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1458. lplayer.Character.HumanoidRootPart.CFrame = saved
  1459. end
  1460. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1461. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1462. local Anim2 = Instance.new("Animation")
  1463. Anim2.AnimationId = "rbxassetid://148840371"
  1464. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1465. track2:Play(.1, 1, 1)
  1466. bplrr = v.Name
  1467. banpl = true
  1468. end
  1469. end
  1470. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1471. banpl = false
  1472. end
  1473. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1474. local function bringmodw()
  1475. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1476. if obj.Name == (string.sub(msg, 11)) then
  1477. for i,ch in pairs(obj:GetDescendants()) do
  1478. if (ch:IsA("BasePart")) then
  1479. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1480. ch.CanCollide = false
  1481. ch.Transparency = 0.7
  1482. wait()
  1483. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1484. wait()
  1485. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1486. wait()
  1487. ch.CFrame = lplayer.Character["Head"].CFrame
  1488. end
  1489. end
  1490. end
  1491. end
  1492. end
  1493. while wait() do
  1494. bringmodw()
  1495. end
  1496. game:GetService("StarterGui"):SetCore("SendNotification", {
  1497. Title = "BringMod";
  1498. Text = "BringMod enabled.";
  1499. })
  1500. end
  1501. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1502. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1503. local hum = Instance.new('Humanoid', mod)
  1504. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1505. lplayer.Character = mod
  1506. end
  1507. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1508. game:GetService'RunService'.Stepped:Connect(function()
  1509. pcall(function()
  1510. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1511. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1512. for _,x in pairs(v.Character.Head:GetChildren()) do
  1513. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1514. end
  1515. end
  1516. end
  1517. end)
  1518. end)
  1519. game:GetService("StarterGui"):SetCore("SendNotification", {
  1520. Title = "Attempting Shutdown";
  1521. Text = "Shutdown Attempt has begun.";
  1522. })
  1523. end
  1524. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1525. objtodel = (string.sub(msg, 9))
  1526. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1527. if v.Name == objtodel then
  1528. v:Destroy()
  1529. end
  1530. end
  1531. end
  1532. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1533. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1534. print(v)
  1535. end
  1536. game:GetService("StarterGui"):SetCore("SendNotification", {
  1537. Title = "Printed";
  1538. Text = "Players have been printed to console. (F9)";
  1539. })
  1540. end
  1541. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1542. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1543. if (v:IsA("Decal")) then
  1544. v:Destroy()
  1545. end
  1546. end
  1547. end
  1548. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1549. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1550. game:GetService("StarterGui"):SetCore("SendNotification", {
  1551. Title = "Success!";
  1552. Text = "OpFinality GUI has loaded.";
  1553. })
  1554. end
  1555. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1556. remotes = true
  1557. added = true
  1558. game.DescendantAdded:connect(function(rmt)
  1559. if added == true then
  1560. if remotes == true then
  1561. if rmt:IsA("RemoteEvent") then
  1562. print("A RemoteEvent was added!")
  1563. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1564. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1565. end end end
  1566. end)
  1567. game.DescendantAdded:connect(function(rmtfnctn)
  1568. if added == true then
  1569. if remotes == true then
  1570. if rmtfnctn:IsA("RemoteFunction") then
  1571. warn("A RemoteFunction was added!")
  1572. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1573. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1574. end end end
  1575. end)
  1576.  
  1577. game.DescendantAdded:connect(function(bndfnctn)
  1578. if added == true then
  1579. if binds == true then
  1580. if bndfnctn:IsA("BindableFunction") then
  1581. print("A BindableFunction was added!")
  1582. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1583. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1584. end end end
  1585. end)
  1586.  
  1587. game.DescendantAdded:connect(function(bnd)
  1588. if added == true then
  1589. if binds == true then
  1590. if bnd:IsA("BindableEvent") then
  1591. warn("A BindableEvent was added!")
  1592. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1593. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1594. end end end
  1595. end)
  1596.  
  1597.  
  1598. if binds == true then
  1599. for i,v in pairs(game:GetDescendants()) do
  1600. if v:IsA("BindableFunction") then
  1601. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1602. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1603. end end
  1604. for i,v in pairs(game:GetDescendants()) do
  1605. if v:IsA("BindableEvent") then
  1606. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1607. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1608. end end
  1609. else
  1610. print("Off")
  1611. end
  1612. if remotes == true then
  1613. for i,v in pairs(game:GetDescendants()) do
  1614. if v:IsA("RemoteFunction") then
  1615. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1616. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1617. end end
  1618. wait()
  1619. for i,v in pairs(game:GetDescendants()) do
  1620. if v:IsA("RemoteEvent") then
  1621. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1622. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1623. end end
  1624. else
  1625. print("Off")
  1626. end
  1627. game:GetService("StarterGui"):SetCore("SendNotification", {
  1628. Title = "Printing Remotes";
  1629. Text = "Type ;noremotes to disable.";
  1630. })
  1631. end
  1632. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1633. remotes = false
  1634. added = false
  1635. game:GetService("StarterGui"):SetCore("SendNotification", {
  1636. Title = "Printing Remotes Disabled";
  1637. Text = "Type ;remotes to enable.";
  1638. })
  1639. end
  1640. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1641. spin = false
  1642. followed = false
  1643. traill = false
  1644. noclip = false
  1645. annoying = false
  1646. hwalk = false
  1647. cbringing = false
  1648. end
  1649. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1650. stopsitting = true
  1651. end
  1652. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1653. stopsitting = false
  1654. end
  1655. if string.sub(msg, 1, 8) == (prefix.."version") then
  1656. print(adminversion)
  1657. game:GetService("StarterGui"):SetCore("SendNotification", {
  1658. Title = "Version";
  1659. Text = adminversion;
  1660. })
  1661. end
  1662. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1663. clickgoto = true
  1664. game:GetService("StarterGui"):SetCore("SendNotification", {
  1665. Title = "Click TP";
  1666. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1667. })
  1668. end
  1669. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1670. clickdel = true
  1671. game:GetService("StarterGui"):SetCore("SendNotification", {
  1672. Title = "Click Delete";
  1673. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1674. })
  1675. end
  1676. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1677. clickdel = false
  1678. game:GetService("StarterGui"):SetCore("SendNotification", {
  1679. Title = "Click Delete";
  1680. Text = "Click delete has been disabled.";
  1681. })
  1682. end
  1683. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1684. clickgoto = false
  1685. game:GetService("StarterGui"):SetCore("SendNotification", {
  1686. Title = "Click TP";
  1687. Text = "Click TP has been disabled.";
  1688. })
  1689. end
  1690. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1691. gettingtools = true
  1692. game:GetService("StarterGui"):SetCore("SendNotification", {
  1693. Title = "Tools Enabled";
  1694. Text = "Automatically colleting tools dropped.";
  1695. })
  1696. end
  1697. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1698. gettingtools = false
  1699. game:GetService("StarterGui"):SetCore("SendNotification", {
  1700. Title = "Tools Disabled";
  1701. Text = "Click TP has been disabled.";
  1702. })
  1703. end
  1704. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1705. ScreenGui:Destroy()
  1706. end
  1707. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1708. lplayer.Character.Head:Destroy()
  1709. end
  1710. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1711. statechosen = string.sub(msg, 8)
  1712. changingstate = true
  1713. end
  1714. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1715. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1716. end
  1717. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1718. removingmeshhats = true
  1719. end
  1720. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1721. removingmeshhats = false
  1722. end
  1723. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1724. removingmeshtool = true
  1725. end
  1726. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1727. removingmeshtool = false
  1728. end
  1729. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1730. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1731. if v:IsA("Tool") then
  1732. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1733. v.Parent = player.Character
  1734. end
  1735. end
  1736. end
  1737. end
  1738. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1739. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1740. if v:IsA("Tool") then
  1741. v.Parent = lplayer.Character
  1742. wait()
  1743. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1744. v.Parent = player.Character
  1745. end
  1746. end
  1747. end
  1748. end
  1749. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1750. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1751. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1752. end
  1753. end
  1754. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1755. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1756. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1757. end
  1758. end
  1759. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1760. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1761. game:GetService("StarterGui"):SetCore("SendNotification", {
  1762. Title = player.AccountAge.." Days";
  1763. Text = "Account age of "..player.Name;
  1764. })
  1765. end
  1766. end
  1767. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1768. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1769. game:GetService("StarterGui"):SetCore("SendNotification", {
  1770. Title = player.UserId.." ID";
  1771. Text = "Account ID of "..player.Name;
  1772. })
  1773. end
  1774. end
  1775. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1776. game:GetService("StarterGui"):SetCore("SendNotification", {
  1777. Title = "Game ID";
  1778. Text = "Game ID: ".. game.GameId;
  1779. })
  1780. end
  1781. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1782. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1783. if pgscheck == true then
  1784. game:GetService("StarterGui"):SetCore("SendNotification", {
  1785. Title = "PGSPhysicsSolverEnabled";
  1786. Text = "PGS is Enabled!";
  1787. })
  1788. else
  1789. game:GetService("StarterGui"):SetCore("SendNotification", {
  1790. Title = "PGSPhysicsSolverEnabled";
  1791. Text = "PGS is Disabled!";
  1792. })
  1793. end
  1794. end
  1795. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1796. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1797. if v:IsA("Part") then
  1798. if v.Transparency == 1 then
  1799. if v.Name ~= "HumanoidRootPart" then
  1800. v:Destroy()
  1801. end
  1802. end
  1803. end
  1804. end
  1805. end
  1806. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1807. game:GetService("Lighting").FogStart = 0
  1808. game:GetService("Lighting").FogEnd = 9999999999999
  1809. end
  1810. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1811. lplayer.Character.Humanoid.Parent = lplayer
  1812. end
  1813. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1814. lplayer.Humanoid.Parent = lplayer.Character
  1815. end
  1816. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1817. prefix = (string.sub(msg, 9, 9))
  1818. wait(0.1)
  1819. change()
  1820. wait(0.1)
  1821. game:GetService("StarterGui"):SetCore("SendNotification", {
  1822. Title = "Prefix changed!";
  1823. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1824. })
  1825. end
  1826. if string.sub(msg, 1, 12) == (";resetprefix") then
  1827. prefix = ";"
  1828. wait(0.1)
  1829. change()
  1830. wait(0.1)
  1831. game:GetService("StarterGui"):SetCore("SendNotification", {
  1832. Title = "Prefix changed!";
  1833. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1834. })
  1835. end
  1836. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1837. speedfly = string.sub(msg, 11)
  1838. wait()
  1839. change()
  1840. end
  1841. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1842. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1843. local Anim3 = Instance.new("Animation")
  1844. Anim3.AnimationId = "rbxassetid://282574440"
  1845. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1846. track3:Play(.1, 1, 1)
  1847. bplrr = v.Name
  1848. banpl = true
  1849. end
  1850. end
  1851. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1852. banpl = false
  1853. end
  1854. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1855. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1856. staring = true
  1857. stareplr = v
  1858. end
  1859. end
  1860. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1861. staring = false
  1862. end
  1863. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1864. chatlogs = true
  1865. game:GetService("StarterGui"):SetCore("SendNotification", {
  1866. Title = "LogChat enabled";
  1867. Text = "Now logging all player chat.";
  1868. })
  1869. end
  1870. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1871. chatlogs = false
  1872. game:GetService("StarterGui"):SetCore("SendNotification", {
  1873. Title = "LogChat disabled";
  1874. Text = "Stopped logging all player chat.";
  1875. })
  1876. end
  1877. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1878. game:GetService("Workspace").CurrentCamera:Destroy()
  1879. wait(0.1)
  1880. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1881. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1882. lplayer.CameraMinZoomDistance = 0.5
  1883. lplayer.CameraMaxZoomDistance = 400
  1884. lplayer.CameraMode = "Classic"
  1885. end
  1886. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1887. changingstate = false
  1888. end
  1889. end)
  1890.  
  1891. local function tp()
  1892. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1893. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1894. if player.Name == brplr then
  1895. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1896. end
  1897. end
  1898. end
  1899. end
  1900. local function tpall()
  1901. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1902. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1903. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1904. end
  1905. end
  1906. end
  1907. spawn(function()
  1908. while wait(spamdelay) do
  1909. if spamming == true then
  1910. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1911. end
  1912. end
  1913. end)
  1914. spawn(function()
  1915. while wait(spamdelay) do
  1916. if spammingpm == true then
  1917. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1918. end
  1919. end
  1920. end)
  1921. spawn(function()
  1922. while wait() do
  1923. if cbring == true then
  1924. tp()
  1925. end
  1926. end
  1927. end)
  1928. spawn(function()
  1929. while wait() do
  1930. if cbringall == true then
  1931. tpall()
  1932. end
  1933. end
  1934. end)
  1935.  
  1936. Mouse.KeyDown:connect(function(Key)
  1937. if Key == prefix then
  1938. CMDBAR:CaptureFocus()
  1939. end
  1940. end)
  1941.  
  1942. CMDBAR.FocusLost:connect(function(enterPressed)
  1943. if enterPressed then
  1944. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  1945. if string.sub(CMDBAR.Text, 6) == "me" then
  1946. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1947. else
  1948. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  1949. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1950. lplayer.Character.Humanoid.Name = 1
  1951. local l = lplayer.Character["1"]:Clone()
  1952. l.Parent = lplayer.Character
  1953. l.Name = "Humanoid"
  1954. wait(0.1)
  1955. lplayer.Character["1"]:Destroy()
  1956. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1957. lplayer.Character.Animate.Disabled = true
  1958. wait(0.1)
  1959. lplayer.Character.Animate.Disabled = false
  1960. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1961. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1962. lplayer.Character.Humanoid:EquipTool(v)
  1963. end
  1964. local function tp(player,player2)
  1965. local char1,char2=player.Character,player2.Character
  1966. if char1 and char2 then
  1967. char1:MoveTo(char2.Head.Position)
  1968. end
  1969. end
  1970. wait(0.1)
  1971. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1972. wait(0.2)
  1973. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1974. wait(0.5)
  1975. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1976. wait(0.7)
  1977. tp(lplayer,game:GetService("Players")[v.Name])
  1978. wait(0.7)
  1979. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1980. game:GetService("StarterGui"):SetCore("SendNotification", {
  1981. Title = "Tools needed!";
  1982. Text = "You need a tool in your backpack for this command!";
  1983. })
  1984. end
  1985. end
  1986. end
  1987. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  1988. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  1989. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1990. lplayer.Character.Humanoid.Name = 1
  1991. local l = lplayer.Character["1"]:Clone()
  1992. l.Parent = lplayer.Character
  1993. l.Name = "Humanoid"
  1994. wait(0.1)
  1995. lplayer.Character["1"]:Destroy()
  1996. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1997. lplayer.Character.Animate.Disabled = true
  1998. wait(0.1)
  1999. lplayer.Character.Animate.Disabled = false
  2000. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2001. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2002. lplayer.Character.Humanoid:EquipTool(v)
  2003. end
  2004. local function tp(player,player2)
  2005. local char1,char2=player.Character,player2.Character
  2006. if char1 and char2 then
  2007. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2008. end
  2009. end
  2010. local function getout(player,player2)
  2011. local char1,char2=player.Character,player2.Character
  2012. if char1 and char2 then
  2013. char1:MoveTo(char2.Head.Position)
  2014. end
  2015. end
  2016. tp(game:GetService("Players")[v.Name], lplayer)
  2017. wait(0.2)
  2018. tp(game:GetService("Players")[v.Name], lplayer)
  2019. wait(0.5)
  2020. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2021. wait(0.5)
  2022. getout(lplayer, game:GetService("Players")[v.Name])
  2023. wait(0.3)
  2024. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2025. game:GetService("StarterGui"):SetCore("SendNotification", {
  2026. Title = "Tools needed!";
  2027. Text = "You need a tool in your backpack for this command!";
  2028. })
  2029. end
  2030. end
  2031. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2032. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2033. lplayer.Character.Humanoid.Name = 1
  2034. local l = lplayer.Character["1"]:Clone()
  2035. l.Parent = lplayer.Character
  2036. l.Name = "Humanoid"
  2037. wait(0.1)
  2038. lplayer.Character["1"]:Destroy()
  2039. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2040. lplayer.Character.Animate.Disabled = true
  2041. wait(0.1)
  2042. lplayer.Character.Animate.Disabled = false
  2043. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2044. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2045. lplayer.Character.Humanoid:EquipTool(v)
  2046. end
  2047. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2048. spinplr = v
  2049. wait(0.5)
  2050. spin = true
  2051. game:GetService("StarterGui"):SetCore("SendNotification", {
  2052. Title = "Tools needed!";
  2053. Text = "You need a tool in your backpack for this command!";
  2054. })
  2055. end
  2056. end
  2057. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2058. spin = false
  2059. end
  2060. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2061. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2062. lplayer.Character.Humanoid.Name = 1
  2063. local l = lplayer.Character["1"]:Clone()
  2064. l.Parent = lplayer.Character
  2065. l.Name = "Humanoid"
  2066. wait(0.1)
  2067. lplayer.Character["1"]:Destroy()
  2068. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2069. lplayer.Character.Animate.Disabled = true
  2070. wait(0.1)
  2071. lplayer.Character.Animate.Disabled = false
  2072. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2073. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2074. lplayer.Character.Humanoid:EquipTool(v)
  2075. end
  2076. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2077. wait(0.3)
  2078. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2079. attplr = v
  2080. game:GetService("StarterGui"):SetCore("SendNotification", {
  2081. Title = "Tools needed!";
  2082. Text = "You need a tool in your backpack for this command!";
  2083. })
  2084. end
  2085. end
  2086. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2087. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2088. local function getout(player,player2)
  2089. local char1,char2=player.Character,player2.Character
  2090. if char1 and char2 then
  2091. char1:MoveTo(char2.Head.Position)
  2092. end
  2093. end
  2094. getout(lplayer, game:GetService("Players")[v.Name])
  2095. end
  2096. end
  2097. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2098. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2099. followed = true
  2100. flwplr = v
  2101. end
  2102. end
  2103. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2104. followed = false
  2105. end
  2106. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2107. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2108. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2109. lplayer.Character.Humanoid.Name = 1
  2110. local l = lplayer.Character["1"]:Clone()
  2111. l.Parent = lplayer.Character
  2112. l.Name = "Humanoid"
  2113. wait(0.1)
  2114. lplayer.Character["1"]:Destroy()
  2115. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2116. lplayer.Character.Animate.Disabled = true
  2117. wait(0.1)
  2118. lplayer.Character.Animate.Disabled = false
  2119. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2120. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2121. lplayer.Character.Humanoid:EquipTool(v)
  2122. end
  2123. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2124. wait(0.2)
  2125. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2126. wait(0.6)
  2127. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2128. wait(0.6)
  2129. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2130. game:GetService("StarterGui"):SetCore("SendNotification", {
  2131. Title = "Tools needed!";
  2132. Text = "You need a tool in your backpack for this command!";
  2133. })
  2134. end
  2135. end
  2136. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2137. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2138. traill = true
  2139. trlplr = v
  2140. end
  2141. end
  2142. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2143. traill = false
  2144. end
  2145. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2146. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2147. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2148. else
  2149. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2150. local o = Instance.new("RocketPropulsion")
  2151. o.Parent = lplayer.Character.HumanoidRootPart
  2152. o.Name = "Orbit"
  2153. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2154. o:Fire()
  2155. noclip = true
  2156. end
  2157. end
  2158. end
  2159. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2160. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2161. noclip = false
  2162. end
  2163. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2164. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2165. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2166. else
  2167. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2168. local y = Instance.new("RocketPropulsion")
  2169. y.Parent = lplayer.Character.HumanoidRootPart
  2170. y.CartoonFactor = 1
  2171. y.MaxThrust = 800000
  2172. y.MaxSpeed = 1000
  2173. y.ThrustP = 200000
  2174. y.Name = "Fling"
  2175. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2176. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2177. y:Fire()
  2178. noclip = true
  2179. end
  2180. end
  2181. end
  2182. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2183. noclip = false
  2184. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2185. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2186. wait(0.4)
  2187. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2188. end
  2189. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2190. if game:GetService("Workspace").FilteringEnabled == true then
  2191. warn("FE is Enabled (Filtering Enabled)")
  2192. game:GetService("StarterGui"):SetCore("SendNotification", {
  2193. Title = "FE is Enabled";
  2194. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2195. })
  2196. else
  2197. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2198. game:GetService("StarterGui"):SetCore("SendNotification", {
  2199. Title = "FE is Disabled";
  2200. Text = "Filtering Disabled. Consider using a different admin script.";
  2201. })
  2202. end
  2203. end
  2204. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2205. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2206. lplayer.Character.Humanoid.Name = 1
  2207. local l = lplayer.Character["1"]:Clone()
  2208. l.Parent = lplayer.Character
  2209. l.Name = "Humanoid"
  2210. wait(0.1)
  2211. lplayer.Character["1"]:Destroy()
  2212. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2213. lplayer.Character.Animate.Disabled = true
  2214. wait(0.1)
  2215. lplayer.Character.Animate.Disabled = false
  2216. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2217. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2218. lplayer.Character.Humanoid:EquipTool(v)
  2219. end
  2220. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2221. wait(0.2)
  2222. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2223. wait(0.6)
  2224. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2225. game:GetService("StarterGui"):SetCore("SendNotification", {
  2226. Title = "Tools needed!";
  2227. Text = "You need a tool in your backpack for this command!";
  2228. })
  2229. end
  2230. end
  2231. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2232. noclip = true
  2233. game:GetService("StarterGui"):SetCore("SendNotification", {
  2234. Title = "Noclip enabled";
  2235. Text = "Type ;clip to disable";
  2236. })
  2237. end
  2238. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2239. noclip = false
  2240. game:GetService("StarterGui"):SetCore("SendNotification", {
  2241. Title = "Noclip disabled";
  2242. Text = "Type ;noclip to enable";
  2243. })
  2244. end
  2245. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2246. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2247. end
  2248. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2249. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2250. end
  2251. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2252. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2253. end
  2254. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2255. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2256. end
  2257. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2258. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2259. end
  2260. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2261. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2262. end
  2263. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2264. lplayer.Character.Humanoid.JumpPower = 50
  2265. lplayer.Character.Humanoid.WalkSpeed = 16
  2266. lplayer.Character.Humanoid.HipHeight = 0
  2267. end
  2268. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2269. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2270. annoying = true
  2271. annplr = v
  2272. end
  2273. end
  2274. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2275. annoying = false
  2276. end
  2277. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2278. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2279. hwalk = true
  2280. hdwplr = v
  2281. end
  2282. end
  2283. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2284. hwalk = false
  2285. end
  2286. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2287. lplayer.Character["Left Leg"]:Destroy()
  2288. lplayer.Character["Left Arm"]:Destroy()
  2289. lplayer.Character["Right Leg"]:Destroy()
  2290. lplayer.Character["Right Arm"]:Destroy()
  2291. end
  2292. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2293. lplayer.Character.Humanoid.Name = 1
  2294. local l = lplayer.Character["1"]:Clone()
  2295. l.Parent = lplayer.Character
  2296. l.Name = "Humanoid"
  2297. wait(0.1)
  2298. lplayer.Character["1"]:Destroy()
  2299. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2300. lplayer.Character.Animate.Disabled = true
  2301. wait(0.1)
  2302. lplayer.Character.Animate.Disabled = false
  2303. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2304. game:GetService("StarterGui"):SetCore("SendNotification", {
  2305. Title = "FE Godmode enabled";
  2306. Text = "Use ;grespawn or ;respawn to remove.";
  2307. })
  2308. end
  2309. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2310. for i,v in pairs(lplayer.Character:GetChildren()) do
  2311. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2312. v.Parent = workspace
  2313. end
  2314. end
  2315. end
  2316. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2317. for i,v in pairs(lplayer.Character:GetChildren()) do
  2318. if (v:IsA("Tool")) then
  2319. v.Parent = workspace
  2320. end
  2321. end
  2322. end
  2323. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2324. droppinghats = true
  2325. game:GetService("StarterGui"):SetCore("SendNotification", {
  2326. Title = "Loop Drop Enabled";
  2327. Text = "Type ;unloopdhats to disable";
  2328. })
  2329. end
  2330. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2331. droppinghats = false
  2332. game:GetService("StarterGui"):SetCore("SendNotification", {
  2333. Title = "Loop Drop Disabled";
  2334. Text = "Type ;loopdhats to enable.";
  2335. })
  2336. end
  2337. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2338. droppingtools = true
  2339. game:GetService("StarterGui"):SetCore("SendNotification", {
  2340. Title = "Loop Drop Enabled";
  2341. Text = "Type ;unloopdtool to disable";
  2342. })
  2343. end
  2344. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2345. droppingtools = false
  2346. game:GetService("StarterGui"):SetCore("SendNotification", {
  2347. Title = "Loop Drop Disabled";
  2348. Text = "Type ;loopdtool to enable.";
  2349. })
  2350. end
  2351. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2352. Local = game:GetService('Players').LocalPlayer
  2353. Char = Local.Character
  2354. touched,tpdback = false, false
  2355. box = Instance.new('Part',workspace)
  2356. box.Anchored = true
  2357. box.CanCollide = true
  2358. box.Size = Vector3.new(10,1,10)
  2359. box.Position = Vector3.new(0,10000,0)
  2360. box.Touched:connect(function(part)
  2361. if (part.Parent.Name == Local.Name) then
  2362. if touched == false then
  2363. touched = true
  2364. function apply()
  2365. if script.Disabled ~= true then
  2366. no = Char.HumanoidRootPart:Clone()
  2367. wait(.25)
  2368. Char.HumanoidRootPart:Destroy()
  2369. no.Parent = Char
  2370. Char:MoveTo(loc)
  2371. touched = false
  2372. end end
  2373. if Char then
  2374. apply()
  2375. end
  2376. end
  2377. end
  2378. end)
  2379. repeat wait() until Char
  2380. loc = Char.HumanoidRootPart.Position
  2381. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2382. game:GetService("StarterGui"):SetCore("SendNotification", {
  2383. Title = "Invisibility enabled!";
  2384. Text = "Reset or use ;respawn to remove.";
  2385. })
  2386. end
  2387. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2388. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2389. if game:GetService("Players")[v.Name].Character.Humanoid then
  2390. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2391. else
  2392. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2393. end
  2394. end
  2395. end
  2396. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2397. if lplayer.Character.Humanoid then
  2398. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2399. else
  2400. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2401. end
  2402. end
  2403. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2404. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2405. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2406. end
  2407. end
  2408. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2409. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2410. repeat wait() until Mouse
  2411.  
  2412. local T = lplayer.Character.HumanoidRootPart
  2413. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2414. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2415. local SPEED = speedget
  2416.  
  2417. local function fly()
  2418. flying = true
  2419. local BG = Instance.new('BodyGyro', T)
  2420. local BV = Instance.new('BodyVelocity', T)
  2421. BG.P = 9e4
  2422. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2423. BG.cframe = T.CFrame
  2424. BV.velocity = Vector3.new(0, 0.1, 0)
  2425. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2426. spawn(function()
  2427. repeat wait()
  2428. lplayer.Character.Humanoid.PlatformStand = true
  2429. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2430. SPEED = 50
  2431. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2432. SPEED = 0
  2433. end
  2434. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2435. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2436. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2437. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2438. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2439. else
  2440. BV.velocity = Vector3.new(0, 0.1, 0)
  2441. end
  2442. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2443. until not flying
  2444. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2445. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2446. SPEED = 0
  2447. BG:destroy()
  2448. BV:destroy()
  2449. lplayer.Character.Humanoid.PlatformStand = false
  2450. end)
  2451. end
  2452. Mouse.KeyDown:connect(function(KEY)
  2453. if KEY:lower() == 'w' then
  2454. CONTROL.F = speedfly
  2455. elseif KEY:lower() == 's' then
  2456. CONTROL.B = -speedfly
  2457. elseif KEY:lower() == 'a' then
  2458. CONTROL.L = -speedfly
  2459. elseif KEY:lower() == 'd' then
  2460. CONTROL.R = speedfly
  2461. end
  2462. end)
  2463. Mouse.KeyUp:connect(function(KEY)
  2464. if KEY:lower() == 'w' then
  2465. CONTROL.F = 0
  2466. elseif KEY:lower() == 's' then
  2467. CONTROL.B = 0
  2468. elseif KEY:lower() == 'a' then
  2469. CONTROL.L = 0
  2470. elseif KEY:lower() == 'd' then
  2471. CONTROL.R = 0
  2472. end
  2473. end)
  2474. fly()
  2475. end
  2476. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2477. flying = false
  2478. lplayer.Character.Humanoid.PlatformStand = false
  2479. end
  2480. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2481. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2482. end
  2483. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2484. spamtext = (string.sub(CMDBAR.Text, 6))
  2485. spamming = true
  2486. end
  2487. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2488. spamming = false
  2489. end
  2490. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2491. spamdelay = (string.sub(CMDBAR.Text, 10))
  2492. end
  2493. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2494. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2495. pmspammed = v.Name
  2496. spammingpm = true
  2497. end
  2498. end
  2499. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2500. spammingpm = false
  2501. end
  2502. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2503. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2504. v.Character["Left Leg"].Anchored = true
  2505. v.Character["Left Arm"].Anchored = true
  2506. v.Character["Right Leg"].Anchored = true
  2507. v.Character["Right Arm"].Anchored = true
  2508. v.Character.Torso.Anchored = true
  2509. v.Character.Head.Anchored = true
  2510. end
  2511. end
  2512. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2513. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2514. v.Character["Left Leg"].Anchored = false
  2515. v.Character["Left Arm"].Anchored = false
  2516. v.Character["Right Leg"].Anchored = false
  2517. v.Character["Right Arm"].Anchored = false
  2518. v.Character.Torso.Anchored = false
  2519. v.Character.Head.Anchored = false
  2520. end
  2521. end
  2522. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2523. local a = game:GetService("Workspace"):getChildren()
  2524. for i = 1, #a do
  2525. if a[i].className == "Part" then
  2526. a[i].Locked = false
  2527. elseif a[i].className == "Model" then
  2528. local r = a[i]:getChildren()
  2529. for i = 1, #r do
  2530. if r[i].className == "Part" then
  2531. r[i].Locked = false
  2532. end
  2533. end
  2534. end
  2535. end
  2536. game:GetService("StarterGui"):SetCore("SendNotification", {
  2537. Title = "Success!";
  2538. Text = "Workspace unlocked. Use ;lockws to lock.";
  2539. })
  2540. end
  2541. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2542. local a = game:GetService("Workspace"):getChildren()
  2543. for i = 1, #a do
  2544. if a[i].className == "Part" then
  2545. a[i].Locked = true
  2546. elseif a[i].className == "Model" then
  2547. local r = a[i]:getChildren()
  2548. for i = 1, #r do
  2549. if r[i].className == "Part" then
  2550. r[i].Locked = true
  2551. end
  2552. end
  2553. end
  2554. end
  2555. end
  2556. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2557. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2558. Clone_T.BinType = "Clone"
  2559. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2560. Destruct.BinType = "Hammer"
  2561. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2562. Hold_T.BinType = "Grab"
  2563. end
  2564. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2565. lplayer.Character.Humanoid.PlatformStand = true
  2566. end
  2567. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2568. lplayer.Character.Humanoid.PlatformStand = false
  2569. end
  2570. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2571. lplayer.Character.Head.Mesh:Destroy()
  2572. end
  2573. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2574. lplayer.Character.Humanoid.Sit = true
  2575. end
  2576. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2577. local function bringobjw()
  2578. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2579. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2580. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2581. obj.CanCollide = false
  2582. obj.Transparency = 0.7
  2583. wait()
  2584. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2585. wait()
  2586. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2587. wait()
  2588. obj.CFrame = lplayer.Character["Head"].CFrame
  2589. end
  2590. end
  2591. end
  2592. while wait() do
  2593. bringobjw()
  2594. end
  2595. game:GetService("StarterGui"):SetCore("SendNotification", {
  2596. Title = "BringObj";
  2597. Text = "BringObj enabled.";
  2598. })
  2599. end
  2600. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2601. vis = (string.sub(CMDBAR.Text, 7))
  2602. local a = game:GetService("Workspace"):GetDescendants()
  2603. for i = 1, #a do
  2604. if a[i].className == "Part" then
  2605. a[i].Transparency = vis
  2606. elseif a[i].className == "Model" then
  2607. local r = a[i]:getChildren()
  2608. for i = 1, #r do
  2609. if r[i].className == "Part" then
  2610. r[i].Transparency = vis
  2611. end
  2612. end
  2613. end
  2614. end
  2615. end
  2616. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2617. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2618. game:GetService("StarterGui"):SetCore("SendNotification", {
  2619. Title = "Success!";
  2620. Text = "HyperTotal GUI Loaded!";
  2621. })
  2622. end
  2623. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2624. CMDSFRAME.Visible = true
  2625. end
  2626. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2627. for i,v in pairs(lplayer.Character:GetChildren()) do
  2628. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2629. v.Handle.Mesh:Destroy()
  2630. end
  2631. end
  2632. end
  2633. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2634. for i,v in pairs(lplayer.Character:GetChildren()) do
  2635. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2636. v.Handle.Mesh:Destroy()
  2637. end
  2638. end
  2639. end
  2640. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2641. for i,v in pairs(lplayer.Character:GetChildren()) do
  2642. if (v:IsA("Tool")) then
  2643. v.Handle.Mesh:Destroy()
  2644. end
  2645. end
  2646. end
  2647. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2648. for i,v in pairs(lplayer.Character:GetChildren()) do
  2649. if (v:IsA("Tool")) then
  2650. v.Handle.Mesh:Destroy()
  2651. end
  2652. end
  2653. end
  2654. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2655. local p = Instance.new("RocketPropulsion")
  2656. p.Parent = lplayer.Character.HumanoidRootPart
  2657. p.Name = "Spinner"
  2658. p.Target = lplayer.Character["Left Arm"]
  2659. p:Fire()
  2660. game:GetService("StarterGui"):SetCore("SendNotification", {
  2661. Title = "Spinner enabled";
  2662. Text = "Type ;nospinner to disable.";
  2663. })
  2664. end
  2665. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2666. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2667. end
  2668. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2669. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2670. if v:isA("Tool") then
  2671. local a = Instance.new("SelectionBox",v.Handle)
  2672. a.Adornee = v.Handle
  2673. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2674. v.GripPos = Vector3.new(0,0,0)
  2675. lplayer.Character.Humanoid:UnequipTools()
  2676. end
  2677. end
  2678. game:GetService("StarterGui"):SetCore("SendNotification", {
  2679. Title = "Reach applied!";
  2680. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2681. })
  2682. end
  2683. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2684. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2685. if v:isA("Tool") then
  2686. local a = Instance.new("SelectionBox",v.Handle)
  2687. a.Name = "Reach"
  2688. a.Adornee = v.Handle
  2689. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2690. v.GripPos = Vector3.new(0,0,0)
  2691. lplayer.Character.Humanoid:UnequipTools()
  2692. end
  2693. end
  2694. game:GetService("StarterGui"):SetCore("SendNotification", {
  2695. Title = "Reach applied!";
  2696. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2697. })
  2698. end
  2699. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2700. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2701. if v:isA("Tool") then
  2702. v.Handle.Reach:Destroy()
  2703. end
  2704. end
  2705. game:GetService("StarterGui"):SetCore("SendNotification", {
  2706. Title = "Reach removed!";
  2707. Text = "Removed reach from equipped sword.";
  2708. })
  2709. end
  2710. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2711. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2712. lplayer.Character.Humanoid.Name = 1
  2713. local l = lplayer.Character["1"]:Clone()
  2714. l.Parent = lplayer.Character
  2715. l.Name = "Humanoid"
  2716. wait(0.1)
  2717. lplayer.Character["1"]:Destroy()
  2718. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2719. lplayer.Character.Animate.Disabled = true
  2720. wait(0.1)
  2721. lplayer.Character.Animate.Disabled = false
  2722. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2723. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2724. lplayer.Character.Humanoid:EquipTool(v)
  2725. end
  2726. wait(0.1)
  2727. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2728. wait(0.2)
  2729. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2730. wait(0.5)
  2731. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2732. game:GetService("StarterGui"):SetCore("SendNotification", {
  2733. Title = "Tools needed!";
  2734. Text = "You need a tool in your backpack for this command!";
  2735. })
  2736. end
  2737. end
  2738. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2739. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2740. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2741. end
  2742. end
  2743. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2744. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2745. cbringall = true
  2746. else
  2747. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2748. brplr = v.Name
  2749. end
  2750. end
  2751. cbring = true
  2752. end
  2753. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2754. cbring = false
  2755. cbringall = false
  2756. end
  2757. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2758. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2759. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2760. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2761. lplayer.Character.Humanoid.Name = 1
  2762. local l = lplayer.Character["1"]:Clone()
  2763. l.Parent = lplayer.Character
  2764. l.Name = "Humanoid"
  2765. wait(0.1)
  2766. lplayer.Character["1"]:Destroy()
  2767. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2768. lplayer.Character.Animate.Disabled = true
  2769. wait(0.1)
  2770. lplayer.Character.Animate.Disabled = false
  2771. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2772. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2773. lplayer.Character.Humanoid:EquipTool(v)
  2774. end
  2775. local function tp(player,player2)
  2776. local char1,char2=player.Character,player2.Character
  2777. if char1 and char2 then
  2778. char1:MoveTo(char2.Head.Position)
  2779. end
  2780. end
  2781. wait(0.1)
  2782. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2783. wait(0.2)
  2784. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2785. wait(0.5)
  2786. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2787. wait(0.6)
  2788. tp(lplayer, game:GetService("Players")[v.Name])
  2789. wait(0.4)
  2790. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2791. game:GetService("StarterGui"):SetCore("SendNotification", {
  2792. Title = "Tools needed!";
  2793. Text = "You need a tool in your backpack for this command!";
  2794. })
  2795. end
  2796. end
  2797. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2798. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2799. lplayer.Character.Humanoid.Name = 1
  2800. local l = lplayer.Character["1"]:Clone()
  2801. l.Parent = lplayer.Character
  2802. l.Name = "Humanoid"
  2803. wait(0.1)
  2804. lplayer.Character["1"]:Destroy()
  2805. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2806. lplayer.Character.Animate.Disabled = true
  2807. wait(0.1)
  2808. lplayer.Character.Animate.Disabled = false
  2809. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2810. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2811. lplayer.Character.Humanoid:EquipTool(v)
  2812. end
  2813. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2814. wait(0.3)
  2815. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2816. wait(0.4)
  2817. b = Instance.new("BodyForce")
  2818. b.Parent = lplayer.Character.HumanoidRootPart
  2819. b.Name = "Glitch"
  2820. b.Force = Vector3.new(100000000,5000,0)
  2821. game:GetService("StarterGui"):SetCore("SendNotification", {
  2822. Title = "Tools needed!";
  2823. Text = "You need a tool in your backpack for this command!";
  2824. })
  2825. end
  2826. end
  2827. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2828. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2829. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2830. b = Instance.new("BodyForce")
  2831. b.Parent = lplayer.Character.HumanoidRootPart
  2832. b.Name = "unGlitch"
  2833. b.Force = Vector3.new(0,-5000000,0)
  2834. wait(2)
  2835. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2836. end
  2837. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2838. lplayer.Character.Humanoid.Health = 0
  2839. wait(1)
  2840. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2841. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2842. end
  2843. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2844. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2845. game:GetService("StarterGui"):SetCore("SendNotification", {
  2846. Title = "Success!";
  2847. Text = "DEX Explorer has loaded.";
  2848. })
  2849. end
  2850. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2851. local Anim = Instance.new("Animation")
  2852. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2853. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2854. track:Play(.1, 1, 1)
  2855. end
  2856. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2857. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2858. game:GetService("StarterGui"):SetCore("SendNotification", {
  2859. Title = "Success!";
  2860. Text = "Energize Animations GUI has loaded.";
  2861. })
  2862. end
  2863. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2864. saved = lplayer.Character.HumanoidRootPart.CFrame
  2865. game:GetService("StarterGui"):SetCore("SendNotification", {
  2866. Title = "Position Saved";
  2867. Text = "Use ;loadpos to return to saved position.";
  2868. })
  2869. end
  2870. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2871. lplayer.Character.HumanoidRootPart.CFrame = saved
  2872. end
  2873. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2874. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2875. local Anim2 = Instance.new("Animation")
  2876. Anim2.AnimationId = "rbxassetid://148840371"
  2877. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2878. track2:Play(.1, 1, 1)
  2879. bplrr = v.Name
  2880. banpl = true
  2881. end
  2882. end
  2883. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2884. banpl = false
  2885. end
  2886. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2887. local function bringmodw()
  2888. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2889. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2890. for i,ch in pairs(obj:GetDescendants()) do
  2891. if (ch:IsA("BasePart")) then
  2892. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2893. ch.CanCollide = false
  2894. ch.Transparency = 0.7
  2895. wait()
  2896. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2897. wait()
  2898. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2899. wait()
  2900. ch.CFrame = lplayer.Character["Head"].CFrame
  2901. end
  2902. end
  2903. end
  2904. end
  2905. end
  2906. while wait() do
  2907. bringmodw()
  2908. end
  2909. game:GetService("StarterGui"):SetCore("SendNotification", {
  2910. Title = "BringMod";
  2911. Text = "BringMod enabled.";
  2912. })
  2913. end
  2914. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2915. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2916. local hum = Instance.new('Humanoid', mod)
  2917. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2918. lplayer.Character = mod
  2919. end
  2920. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2921. game:GetService'RunService'.Stepped:Connect(function()
  2922. pcall(function()
  2923. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2924. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2925. for _,x in pairs(v.Character.Head:GetChildren()) do
  2926. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2927. end
  2928. end
  2929. end
  2930. end)
  2931. end)
  2932. game:GetService("StarterGui"):SetCore("SendNotification", {
  2933. Title = "Attempting Shutdown";
  2934. Text = "Shutdown Attempt has begun.";
  2935. })
  2936. end
  2937. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  2938. objtodel = (string.sub(CMDBAR.Text, 8))
  2939. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2940. if v.Name == objtodel then
  2941. v:Destroy()
  2942. end
  2943. end
  2944. end
  2945. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  2946. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2947. print(v)
  2948. end
  2949. game:GetService("StarterGui"):SetCore("SendNotification", {
  2950. Title = "Printed";
  2951. Text = "Players have been printed to console. (F9)";
  2952. })
  2953. end
  2954. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  2955. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2956. if (v:IsA("Decal")) then
  2957. v:Destroy()
  2958. end
  2959. end
  2960. end
  2961. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  2962. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2963. game:GetService("StarterGui"):SetCore("SendNotification", {
  2964. Title = "Success!";
  2965. Text = "OpFinality GUI has loaded.";
  2966. })
  2967. end
  2968. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  2969. remotes = true
  2970. added = true
  2971. game.DescendantAdded:connect(function(rmt)
  2972. if added == true then
  2973. if remotes == true then
  2974. if rmt:IsA("RemoteEvent") then
  2975. print("A RemoteEvent was added!")
  2976. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2977. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2978. end end end
  2979. end)
  2980. game.DescendantAdded:connect(function(rmtfnctn)
  2981. if added == true then
  2982. if remotes == true then
  2983. if rmtfnctn:IsA("RemoteFunction") then
  2984. warn("A RemoteFunction was added!")
  2985. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2986. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2987. end end end
  2988. end)
  2989.  
  2990. game.DescendantAdded:connect(function(bndfnctn)
  2991. if added == true then
  2992. if binds == true then
  2993. if bndfnctn:IsA("BindableFunction") then
  2994. print("A BindableFunction was added!")
  2995. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  2996. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2997. end end end
  2998. end)
  2999.  
  3000. game.DescendantAdded:connect(function(bnd)
  3001. if added == true then
  3002. if binds == true then
  3003. if bnd:IsA("BindableEvent") then
  3004. warn("A BindableEvent was added!")
  3005. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3006. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3007. end end end
  3008. end)
  3009.  
  3010.  
  3011. if binds == true then
  3012. for i,v in pairs(game:GetDescendants()) do
  3013. if v:IsA("BindableFunction") then
  3014. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3015. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3016. end end
  3017. for i,v in pairs(game:GetDescendants()) do
  3018. if v:IsA("BindableEvent") then
  3019. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3020. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3021. end end
  3022. else
  3023. print("Off")
  3024. end
  3025. if remotes == true then
  3026. for i,v in pairs(game:GetDescendants()) do
  3027. if v:IsA("RemoteFunction") then
  3028. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3029. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3030. end end
  3031. wait()
  3032. for i,v in pairs(game:GetDescendants()) do
  3033. if v:IsA("RemoteEvent") then
  3034. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3035. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3036. end end
  3037. else
  3038. print("Off")
  3039. end
  3040. game:GetService("StarterGui"):SetCore("SendNotification", {
  3041. Title = "Printing Remotes";
  3042. Text = "Type ;noremotes to disable.";
  3043. })
  3044. end
  3045. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3046. remotes = false
  3047. added = false
  3048. game:GetService("StarterGui"):SetCore("SendNotification", {
  3049. Title = "Printing Remotes Disabled";
  3050. Text = "Type ;remotes to enable.";
  3051. })
  3052. end
  3053. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3054. spin = false
  3055. followed = false
  3056. traill = false
  3057. noclip = false
  3058. annoying = false
  3059. hwalk = false
  3060. cbringing = false
  3061. end
  3062. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3063. stopsitting = true
  3064. end
  3065. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3066. stopsitting = false
  3067. end
  3068. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3069. print(adminversion)
  3070. game:GetService("StarterGui"):SetCore("SendNotification", {
  3071. Title = "Version";
  3072. Text = adminversion;
  3073. })
  3074. end
  3075. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3076. clickgoto = true
  3077. game:GetService("StarterGui"):SetCore("SendNotification", {
  3078. Title = "Click TP";
  3079. Text = "Press E to teleport to mouse position";
  3080. })
  3081. end
  3082. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3083. clickgoto = false
  3084. game:GetService("StarterGui"):SetCore("SendNotification", {
  3085. Title = "Click TP";
  3086. Text = "Click TP has been disabled.";
  3087. })
  3088. end
  3089. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3090. gettingtools = true
  3091. game:GetService("StarterGui"):SetCore("SendNotification", {
  3092. Title = "Tools Enabled";
  3093. Text = "Automatically colleting tools dropped.";
  3094. })
  3095. end
  3096. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3097. gettingtools = false
  3098. game:GetService("StarterGui"):SetCore("SendNotification", {
  3099. Title = "Tools Disabled";
  3100. Text = "Click TP has been disabled.";
  3101. })
  3102. end
  3103. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3104. ScreenGui:Destroy()
  3105. end
  3106. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3107. lplayer.Character.Head:Destroy()
  3108. end
  3109. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3110. statechosen = string.sub(CMDBAR.Text, 7)
  3111. changingstate = true
  3112. end
  3113. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3114. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3115. end
  3116. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3117. removingmeshhats = true
  3118. end
  3119. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3120. removingmeshhats = false
  3121. end
  3122. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3123. removingmeshtool = true
  3124. end
  3125. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3126. removingmeshtool = false
  3127. end
  3128. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3129. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3130. if v:IsA("Tool") then
  3131. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3132. v.Parent = player.Character
  3133. end
  3134. end
  3135. end
  3136. end
  3137. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3138. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3139. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3140. end
  3141. end
  3142. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3143. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3144. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3145. end
  3146. end
  3147. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3148. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3149. game:GetService("StarterGui"):SetCore("SendNotification", {
  3150. Title = player.AccountAge.." Days";
  3151. Text = "Account age of "..player.Name;
  3152. })
  3153. end
  3154. end
  3155. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3156. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3157. game:GetService("StarterGui"):SetCore("SendNotification", {
  3158. Title = player.UserId.." ID";
  3159. Text = "Account ID of "..player.Name;
  3160. })
  3161. end
  3162. end
  3163. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3164. game:GetService("StarterGui"):SetCore("SendNotification", {
  3165. Title = "Game ID";
  3166. Text = "Game ID: ".. game.GameId;
  3167. })
  3168. end
  3169. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3170. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3171. if pgscheck == true then
  3172. game:GetService("StarterGui"):SetCore("SendNotification", {
  3173. Title = "PGSPhysicsSolverEnabled";
  3174. Text = "PGS is Enabled!";
  3175. })
  3176. else
  3177. game:GetService("StarterGui"):SetCore("SendNotification", {
  3178. Title = "PGSPhysicsSolverEnabled";
  3179. Text = "PGS is Disabled!";
  3180. })
  3181. end
  3182. end
  3183. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3184. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3185. if v:IsA("Part") then
  3186. if v.Transparency == 1 then
  3187. if v.Name ~= "HumanoidRootPart" then
  3188. v:Destroy()
  3189. end
  3190. end
  3191. end
  3192. end
  3193. end
  3194. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3195. game:GetService("Lighting").FogStart = 0
  3196. game:GetService("Lighting").FogEnd = 9999999999999
  3197. end
  3198. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3199. lplayer.Character.Humanoid.Parent = lplayer
  3200. end
  3201. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3202. lplayer.Humanoid.Parent = lplayer.Character
  3203. end
  3204. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3205. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3206. if v:IsA("Tool") then
  3207. v.Parent = lplayer.Character
  3208. wait()
  3209. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3210. v.Parent = player.Character
  3211. end
  3212. end
  3213. end
  3214. end
  3215. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3216. speedfly = string.sub(CMDBAR.Text, 10)
  3217. wait()
  3218. change()
  3219. end
  3220. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3221. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3222. local Anim3 = Instance.new("Animation")
  3223. Anim3.AnimationId = "rbxassetid://282574440"
  3224. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3225. track3:Play(.1, 1, 1)
  3226. bplrr = v.Name
  3227. banpl = true
  3228. end
  3229. end
  3230. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3231. banpl = false
  3232. end
  3233. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3234. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3235. staring = true
  3236. stareplr = v
  3237. end
  3238. end
  3239. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3240. staring = false
  3241. end
  3242. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3243. chatlogs = true
  3244. game:GetService("StarterGui"):SetCore("SendNotification", {
  3245. Title = "LogChat enabled";
  3246. Text = "Now logging all player chat.";
  3247. })
  3248. end
  3249. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3250. chatlogs = false
  3251. game:GetService("StarterGui"):SetCore("SendNotification", {
  3252. Title = "LogChat disabled";
  3253. Text = "Stopped logging all player chat.";
  3254. })
  3255. end
  3256. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3257. game:GetService("Workspace").CurrentCamera:Destroy()
  3258. wait(0.1)
  3259. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3260. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3261. lplayer.CameraMinZoomDistance = 0.5
  3262. lplayer.CameraMaxZoomDistance = 400
  3263. lplayer.CameraMode = "Classic"
  3264. end
  3265. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3266. changingstate = false
  3267. end
  3268. CMDBAR.Text = ""
  3269. end
  3270. end)
  3271.  
  3272. wait(0.3)
  3273. game:GetService("StarterGui"):SetCore("SendNotification", {
  3274. Title = "Loaded successfully!";
  3275. Text = "Reviz Admin V2 by illremember";
  3276. })
  3277. wait(0.1)
  3278. print("Reviz Admin V2 loaded!")
  3279. if game:GetService("Workspace").FilteringEnabled == true then
  3280. warn("FE is Enabled (Filtering Enabled)")
  3281. game:GetService("StarterGui"):SetCore("SendNotification", {
  3282. Title = "FE is Enabled";
  3283. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3284. })
  3285. else
  3286. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3287. game:GetService("StarterGui"):SetCore("SendNotification", {
  3288. Title = "FE is Disabled";
  3289. Text = "Filtering Disabled. Consider using a different admin script.";
  3290. })
  3291. end
  3292.  
  3293. local intro = Instance.new("ScreenGui")
  3294. local Frame = Instance.new("Frame")
  3295. local ImageLabel = Instance.new("ImageLabel")
  3296. intro.Parent = game:GetService("CoreGui")
  3297. Frame.Parent = intro
  3298. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3299. Frame.BackgroundTransparency = 1
  3300. Frame.Size = UDim2.new(1, 0, 0, 300)
  3301. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3302. ImageLabel.Parent = Frame
  3303. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3304. ImageLabel.BackgroundTransparency = 1
  3305. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3306. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3307. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3308. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3309. wait(3.01)
  3310. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3311. wait(5.01)
  3312. intro:Destroy()
  3313. end)
  3314.  
  3315. Night.Name = "Night "
  3316. Night.Parent = Frame
  3317. Night.BackgroundColor3 = Color3.new(0, 0, 0)
  3318. Night.Position = UDim2.new(0.794686019, 0, 0.455696195, 0)
  3319. Night.Size = UDim2.new(0, 85, 0, 42)
  3320. Night.Font = Enum.Font.SourceSans
  3321. Night.Text = "Night "
  3322. Night.TextColor3 = Color3.new(0, 0, 1)
  3323. Night.TextScaled = true
  3324. Night.TextSize = 14
  3325. Night.TextWrapped = true
  3326. Night.MouseButton1Down:connect(function()
  3327. game.Lighting.TimeOfDay = "00:00:00"
  3328. end)
  3329.  
  3330. Gravity.Name = "Gravity "
  3331. Gravity.Parent = Frame
  3332. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  3333. Gravity.Position = UDim2.new(0.794686019, 0, 0.270042181, 0)
  3334. Gravity.Size = UDim2.new(0, 85, 0, 37)
  3335. Gravity.Font = Enum.Font.SourceSans
  3336. Gravity.Text = "Gravity "
  3337. Gravity.TextColor3 = Color3.new(0, 0, 1)
  3338. Gravity.TextScaled = true
  3339. Gravity.TextSize = 14
  3340. Gravity.TextWrapped = true
  3341. Gravity.MouseButton1Down:connect(function()
  3342. if Gravityon == true then
  3343. Gravity = false
  3344. game.workspace.Gravity = 196.2
  3345. else
  3346. Gravity = true
  3347. game.workspace.Gravity = 45
  3348. end
  3349. end)
  3350.  
  3351. Noclip.Name = "Noclip "
  3352. Noclip.Parent = Frame
  3353. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  3354. Noclip.Position = UDim2.new(0.572463751, 0, 0.455696225, 0)
  3355. Noclip.Size = UDim2.new(0, 92, 0, 42)
  3356. Noclip.Font = Enum.Font.SourceSans
  3357. Noclip.Text = "Noclip [b]"
  3358. Noclip.TextColor3 = Color3.new(0, 0, 1)
  3359. Noclip.TextScaled = true
  3360. Noclip.TextSize = 14
  3361. Noclip.TextWrapped = true
  3362. Noclip.MouseButton1Down:connect(function()
  3363. local noclipplayer = game:GetService("Players").LocalPlayer
  3364. local noclipmouse = noclipplayer:GetMouse()
  3365.  
  3366. local donoclip = false
  3367. local noclip = false
  3368.  
  3369. function b_noclip(key)
  3370. if (key == "b") then
  3371. if noclip == false then
  3372. donoclip = true
  3373.  
  3374. noclip = true
  3375. elseif noclip == true then
  3376. donoclip = false
  3377.  
  3378. noclip = false
  3379. end
  3380. end
  3381. end
  3382.  
  3383. noclipmouse.KeyDown:connect(b_noclip)
  3384.  
  3385. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  3386. if obj ~= workspace.Terrain then
  3387. if donoclip == true then
  3388. obj.CanCollide = false
  3389. else
  3390. obj.CanCollide = true
  3391. end
  3392. end
  3393. end)
  3394. end)
  3395.  
  3396. INFJUMP.Name = "INFJUMP "
  3397. INFJUMP.Parent = Frame
  3398. INFJUMP.BackgroundColor3 = Color3.new(0, 0, 0)
  3399. INFJUMP.Position = UDim2.new(0.572463751, 0, 0.270042181, 0)
  3400. INFJUMP.Size = UDim2.new(0, 92, 0, 37)
  3401. INFJUMP.Font = Enum.Font.SourceSans
  3402. INFJUMP.Text = "INFJUMP "
  3403. INFJUMP.TextColor3 = Color3.new(0, 0, 1)
  3404. INFJUMP.TextScaled = true
  3405. INFJUMP.TextSize = 14
  3406. INFJUMP.TextWrapped = true
  3407. INFJUMP.MouseButton1Click:Connect(function()
  3408. game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end)
  3409. end)
  3410.  
  3411. Gui5.Name = "Gui5"
  3412. Gui5.Parent = Frame
  3413. Gui5.BackgroundColor3 = Color3.new(0, 0, 0)
  3414. Gui5.Position = UDim2.new(0, 0, 0.683544278, 0)
  3415. Gui5.Size = UDim2.new(0, 82, 0, 39)
  3416. Gui5.Font = Enum.Font.SourceSans
  3417. Gui5.Text = "Gui5"
  3418. Gui5.TextColor3 = Color3.new(0, 0, 1)
  3419. Gui5.TextScaled = true
  3420. Gui5.TextSize = 14
  3421. Gui5.TextWrapped = true
  3422. Gui5.MouseButton1Click:Connect(function()
  3423. -- Objects
  3424.  
  3425. local LumberTycoon2Gui = Instance.new("ScreenGui")
  3426. local LoginFrame = Instance.new("Frame")
  3427. local LT2Gui = Instance.new("TextLabel")
  3428. local username = Instance.new("TextBox")
  3429. local password = Instance.new("TextBox")
  3430. local Loginbutton = Instance.new("TextButton")
  3431. local Credits = Instance.new("TextLabel")
  3432. local ScriptsFrame = Instance.new("Frame")
  3433. local TextLabel = Instance.new("TextLabel")
  3434. local exitbutton = Instance.new("TextButton")
  3435. local BoxedCars = Instance.new("TextButton")
  3436. local Swamp = Instance.new("TextButton")
  3437. local Volcano = Instance.new("TextButton")
  3438. local Spawn = Instance.new("TextButton")
  3439. local Speed = Instance.new("TextButton")
  3440. local Jpower = Instance.new("TextButton")
  3441. local Cave = Instance.new("TextButton")
  3442. local LinksLogic = Instance.new("TextButton")
  3443. local SkiLodge = Instance.new("TextButton")
  3444. local ClickTP = Instance.new("TextButton")
  3445. local Palm = Instance.new("TextButton")
  3446. local GodMode = Instance.new("TextButton")
  3447. local StrangeMan = Instance.new("TextButton")
  3448. local woodrus = Instance.new("TextButton")
  3449. local EndTimes = Instance.new("TextButton")
  3450. local bobshack = Instance.new("TextButton")
  3451. local Bringwood = Instance.new("TextButton")
  3452. local yourplot = Instance.new("TextButton")
  3453.  
  3454. -- Properties
  3455.  
  3456. LumberTycoon2Gui.Name = "Lumber Tycoon 2 Gui"
  3457. LumberTycoon2Gui.Parent = game.CoreGui
  3458.  
  3459. LoginFrame.Name = "LoginFrame"
  3460. LoginFrame.Parent = LumberTycoon2Gui
  3461. LoginFrame.Active = true
  3462. LoginFrame.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  3463. LoginFrame.BorderSizePixel = 2
  3464. LoginFrame.Draggable = true
  3465. LoginFrame.Position = UDim2.new(0.0814094841, 0, 0.0447154418, 0)
  3466. LoginFrame.Selectable = true
  3467. LoginFrame.Size = UDim2.new(0, 290, 0, 304)
  3468.  
  3469. LT2Gui.Name = "LT2 Gui"
  3470. LT2Gui.Parent = LoginFrame
  3471. LT2Gui.BackgroundColor3 = Color3.new(0.247059, 0.239216, 0.239216)
  3472. LT2Gui.Size = UDim2.new(0, 290, 0, 44)
  3473. LT2Gui.Font = Enum.Font.SciFi
  3474. LT2Gui.FontSize = Enum.FontSize.Size14
  3475. LT2Gui.Text = "Lumber Tycoon 2 GUI"
  3476. LT2Gui.TextColor3 = Color3.new(0, 0, 1)
  3477. LT2Gui.TextScaled = true
  3478. LT2Gui.TextSize = 14
  3479. LT2Gui.TextStrokeColor3 = Color3.new(1, 0, 0.0666667)
  3480. LT2Gui.TextWrapped = true
  3481.  
  3482. username.Name = "username"
  3483. username.Parent = LoginFrame
  3484. username.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3485. username.Position = UDim2.new(0.155172408, 0, 0.282894731, 0)
  3486. username.Size = UDim2.new(0, 200, 0, 50)
  3487. username.Font = Enum.Font.SourceSansBold
  3488. username.FontSize = Enum.FontSize.Size28
  3489. username.Text = "Username"
  3490. username.TextColor3 = Color3.new(1, 1, 1)
  3491. username.TextSize = 25
  3492. username.TextXAlignment = Enum.TextXAlignment.Left
  3493.  
  3494. password.Name = "password"
  3495. password.Parent = LoginFrame
  3496. password.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3497. password.Position = UDim2.new(0.155172408, 0, 0.536184192, 0)
  3498. password.Size = UDim2.new(0, 200, 0, 50)
  3499. password.Font = Enum.Font.SourceSansBold
  3500. password.FontSize = Enum.FontSize.Size28
  3501. password.Text = "Password"
  3502. password.TextColor3 = Color3.new(1, 1, 1)
  3503. password.TextSize = 25
  3504. password.TextXAlignment = Enum.TextXAlignment.Left
  3505.  
  3506. Loginbutton.Name = "Loginbutton"
  3507. Loginbutton.Parent = LoginFrame
  3508. Loginbutton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3509. Loginbutton.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3510. Loginbutton.Position = UDim2.new(0.258620679, 0, 0.782894731, 0)
  3511. Loginbutton.Size = UDim2.new(0, 140, 0, 39)
  3512. Loginbutton.Font = Enum.Font.SourceSansBold
  3513. Loginbutton.FontSize = Enum.FontSize.Size24
  3514. Loginbutton.Text = "Login"
  3515. Loginbutton.TextColor3 = Color3.new(1, 1, 1)
  3516. Loginbutton.TextSize = 20
  3517. Loginbutton.TextWrapped = true
  3518. Loginbutton.MouseButton1Down:connect(function()
  3519. if username.Text == "KevinPlayLT2" and password.Text == "robloxuser" then
  3520. LoginFrame.Visible = false
  3521. ScriptsFrame.Visible = true
  3522. end
  3523.  
  3524. end)
  3525.  
  3526. Credits.Name = "Credits"
  3527. Credits.Parent = LoginFrame
  3528. Credits.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  3529. Credits.BorderSizePixel = 0
  3530. Credits.Position = UDim2.new(0, 0, 0.164473668, 0)
  3531. Credits.Size = UDim2.new(0, 141, 0, 19)
  3532. Credits.Font = Enum.Font.SourceSans
  3533. Credits.FontSize = Enum.FontSize.Size14
  3534. Credits.Text = "Made By: KevinPlayLT2"
  3535. Credits.TextScaled = true
  3536. Credits.TextSize = 14
  3537. Credits.TextWrapped = true
  3538. Credits.TextXAlignment = Enum.TextXAlignment.Left
  3539.  
  3540. ScriptsFrame.Name = "ScriptsFrame"
  3541. ScriptsFrame.Parent = LumberTycoon2Gui
  3542. ScriptsFrame.Active = true
  3543. ScriptsFrame.BackgroundColor3 = Color3.new(0.439216, 0.729412, 0.909804)
  3544. ScriptsFrame.Draggable = true
  3545. ScriptsFrame.Position = UDim2.new(0.469623327, 0, 0.0257452596, 0)
  3546. ScriptsFrame.Selectable = true
  3547. ScriptsFrame.Size = UDim2.new(0, 386, 0, 318)
  3548. ScriptsFrame.Style = Enum.FrameStyle.RobloxSquare
  3549. ScriptsFrame.Visible = false
  3550.  
  3551. TextLabel.Parent = ScriptsFrame
  3552. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  3553. TextLabel.Position = UDim2.new(-0.0207253881, 0, -0.0251572318, 0)
  3554. TextLabel.Size = UDim2.new(0, 386, 0, 33)
  3555. TextLabel.Font = Enum.Font.SciFi
  3556. TextLabel.FontSize = Enum.FontSize.Size14
  3557. TextLabel.Text = "Lumber Tycoon 2 Gui"
  3558. TextLabel.TextColor3 = Color3.new(0.0313726, 0, 0.996078)
  3559. TextLabel.TextScaled = true
  3560. TextLabel.TextSize = 14
  3561. TextLabel.TextWrapped = true
  3562.  
  3563. exitbutton.Name = "exitbutton"
  3564. exitbutton.Parent = ScriptsFrame
  3565. exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  3566. exitbutton.BorderSizePixel = 0
  3567. exitbutton.Position = UDim2.new(0.935233116, 0, -0.0251572318, 0)
  3568. exitbutton.Size = UDim2.new(0, 32, 0, 33)
  3569. exitbutton.Font = Enum.Font.SourceSans
  3570. exitbutton.FontSize = Enum.FontSize.Size14
  3571. exitbutton.Text = "X"
  3572. exitbutton.TextColor3 = Color3.new(1, 1, 1)
  3573. exitbutton.TextScaled = true
  3574. exitbutton.TextSize = 14
  3575. exitbutton.TextWrapped = true
  3576. exitbutton.MouseButton1Down:connect(function()
  3577. ScriptsFrame.Visible = false
  3578. end
  3579. )
  3580.  
  3581. BoxedCars.Name = "Boxed Cars"
  3582. BoxedCars.Parent = ScriptsFrame
  3583. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  3584. BoxedCars.Position = UDim2.new(0.0362694301, 0, 0.128930822, 0)
  3585. BoxedCars.Size = UDim2.new(0, 106, 0, 33)
  3586. BoxedCars.Font = Enum.Font.SciFi
  3587. BoxedCars.FontSize = Enum.FontSize.Size28
  3588. BoxedCars.Text = "BoxedCars"
  3589. BoxedCars.TextColor3 = Color3.new(0, 0.0666667, 1)
  3590. BoxedCars.TextSize = 25
  3591. BoxedCars.MouseButton1Click:connect(function()
  3592. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))end
  3593. )
  3594.  
  3595. Swamp.Name = "Swamp"
  3596. Swamp.Parent = ScriptsFrame
  3597. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  3598. Swamp.Position = UDim2.new(0.709844589, 0, 0.130503148, 0)
  3599. Swamp.Size = UDim2.new(0, 106, 0, 33)
  3600. Swamp.Font = Enum.Font.SciFi
  3601. Swamp.FontSize = Enum.FontSize.Size28
  3602. Swamp.Text = "Swamp"
  3603. Swamp.TextColor3 = Color3.new(0, 0.0666667, 1)
  3604. Swamp.TextSize = 25
  3605. Swamp.MouseButton1Click:connect(function()
  3606. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209,132,-801))end
  3607. )
  3608.  
  3609. Volcano.Name = "Volcano"
  3610. Volcano.Parent = ScriptsFrame
  3611. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  3612. Volcano.Position = UDim2.new(0.369170964, 0, 0.753144622, 0)
  3613. Volcano.Size = UDim2.new(0, 106, 0, 33)
  3614. Volcano.Font = Enum.Font.SciFi
  3615. Volcano.FontSize = Enum.FontSize.Size28
  3616. Volcano.Text = "Volcano"
  3617. Volcano.TextColor3 = Color3.new(0, 0.0666667, 1)
  3618. Volcano.TextSize = 25
  3619. Volcano.MouseButton1Click:connect(function()
  3620. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585,622,1140))end
  3621. )
  3622.  
  3623. Spawn.Name = "Spawn"
  3624. Spawn.Parent = ScriptsFrame
  3625. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  3626. Spawn.Position = UDim2.new(0.369170964, 0, 0.599056602, 0)
  3627. Spawn.Size = UDim2.new(0, 106, 0, 33)
  3628. Spawn.Font = Enum.Font.SciFi
  3629. Spawn.FontSize = Enum.FontSize.Size28
  3630. Spawn.Text = "Spawn"
  3631. Spawn.TextColor3 = Color3.new(0, 0.0666667, 1)
  3632. Spawn.TextSize = 25
  3633. Spawn.MouseButton1Click:connect(function()
  3634. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))end
  3635. )
  3636.  
  3637. Speed.Name = "Speed"
  3638. Speed.Parent = ScriptsFrame
  3639. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  3640. Speed.Position = UDim2.new(0.370466322, 0, 0.435534596, 0)
  3641. Speed.Size = UDim2.new(0, 106, 0, 33)
  3642. Speed.Font = Enum.Font.SciFi
  3643. Speed.FontSize = Enum.FontSize.Size28
  3644. Speed.Text = "Speed"
  3645. Speed.TextColor3 = Color3.new(0, 0.0666667, 1)
  3646. Speed.TextSize = 25
  3647. Speed.MouseButton1Click:connect(function()while wait()do
  3648. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=200
  3649. end
  3650. end
  3651. )
  3652.  
  3653. Jpower.Name = "Jpower"
  3654. Jpower.Parent = ScriptsFrame
  3655. Jpower.BackgroundColor3 = Color3.new(0, 0, 0)
  3656. Jpower.Position = UDim2.new(0.369170964, 0, 0.278301895, 0)
  3657. Jpower.Size = UDim2.new(0, 106, 0, 33)
  3658. Jpower.Font = Enum.Font.SciFi
  3659. Jpower.FontSize = Enum.FontSize.Size28
  3660. Jpower.Text = "Jpower"
  3661. Jpower.TextColor3 = Color3.new(0, 0.0666667, 1)
  3662. Jpower.TextSize = 25
  3663. Jpower.MouseButton1Click:connect(function()while wait()do
  3664. game.Players.LocalPlayer.Character.Humanoid.JumpPower=100 end end)
  3665.  
  3666. Cave.Name = "Cave"
  3667. Cave.Parent = ScriptsFrame
  3668. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  3669. Cave.Position = UDim2.new(0.369170964, 0, 0.128930822, 0)
  3670. Cave.Size = UDim2.new(0, 106, 0, 33)
  3671. Cave.Font = Enum.Font.SciFi
  3672. Cave.FontSize = Enum.FontSize.Size28
  3673. Cave.Text = "Cave"
  3674. Cave.TextColor3 = Color3.new(0, 0.0666667, 1)
  3675. Cave.TextSize = 25
  3676. Cave.MouseButton1Click:connect(function()
  3677. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,-179,430))end
  3678. )
  3679.  
  3680. LinksLogic.Name = "Links Logic"
  3681. LinksLogic.Parent = ScriptsFrame
  3682. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  3683. LinksLogic.Position = UDim2.new(0.0362694301, 0, 0.75, 0)
  3684. LinksLogic.Size = UDim2.new(0, 106, 0, 33)
  3685. LinksLogic.Font = Enum.Font.SciFi
  3686. LinksLogic.FontSize = Enum.FontSize.Size28
  3687. LinksLogic.Text = "LinkLogic"
  3688. LinksLogic.TextColor3 = Color3.new(0, 0.0666667, 1)
  3689. LinksLogic.TextSize = 25
  3690. LinksLogic.MouseButton1Click:connect(function()
  3691. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))end
  3692. )
  3693.  
  3694. SkiLodge.Name = "Ski Lodge"
  3695. SkiLodge.Parent = ScriptsFrame
  3696. SkiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
  3697. SkiLodge.Position = UDim2.new(0.0362694301, 0, 0.599056602, 0)
  3698. SkiLodge.Size = UDim2.new(0, 106, 0, 33)
  3699. SkiLodge.Font = Enum.Font.SciFi
  3700. SkiLodge.FontSize = Enum.FontSize.Size28
  3701. SkiLodge.Text = "Ski Lodge"
  3702. SkiLodge.TextColor3 = Color3.new(0, 0.0666667, 1)
  3703. SkiLodge.TextSize = 25
  3704. SkiLodge.MouseButton1Click:connect(function()
  3705. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))end
  3706. )
  3707.  
  3708. ClickTP.Name = "Click TP"
  3709. ClickTP.Parent = ScriptsFrame
  3710. ClickTP.BackgroundColor3 = Color3.new(0, 0, 0)
  3711. ClickTP.Position = UDim2.new(0.0349740908, 0, 0.435534596, 0)
  3712. ClickTP.Size = UDim2.new(0, 106, 0, 33)
  3713. ClickTP.Font = Enum.Font.SciFi
  3714. ClickTP.FontSize = Enum.FontSize.Size28
  3715. ClickTP.Text = "Click TP"
  3716. ClickTP.TextColor3 = Color3.new(0, 0.0666667, 1)
  3717. ClickTP.TextSize = 25
  3718. ClickTP.MouseButton1Click:connect(function()
  3719. local acc=Instance.new("Tool",game.Players.LocalPlayer.Backpack)acc.RequiresHandle=false;acc.RobloxLocked=true;acc.Name="Tool"
  3720. acc.ToolTip="Teleport Tool"
  3721. acc.Equipped:connect(function(bcc)
  3722. bcc.Button1Down:connect(function()
  3723. if bcc.Target then
  3724. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame=(CFrame.new(bcc.Hit.x,
  3725. bcc.Hit.y+5,bcc.Hit.z))
  3726. end
  3727. end)
  3728. end)
  3729. end)
  3730. Palm.Name = "Palm"
  3731. Palm.Parent = ScriptsFrame
  3732. Palm.BackgroundColor3 = Color3.new(0, 0, 0)
  3733. Palm.Position = UDim2.new(0.0349740908, 0, 0.278301895, 0)
  3734. Palm.Size = UDim2.new(0, 106, 0, 33)
  3735. Palm.Font = Enum.Font.SciFi
  3736. Palm.FontSize = Enum.FontSize.Size28
  3737. Palm.Text = "Palm"
  3738. Palm.TextColor3 = Color3.new(0, 0.0666667, 1)
  3739. Palm.TextSize = 25
  3740. Palm.MouseButton1Click:connect(function()
  3741. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))end
  3742. )
  3743.  
  3744. GodMode.Name = "GodMode"
  3745. GodMode.Parent = ScriptsFrame
  3746. GodMode.BackgroundColor3 = Color3.new(0, 0, 0)
  3747. GodMode.Position = UDim2.new(0.709844589, 0, 0.272012591, 0)
  3748. GodMode.Size = UDim2.new(0, 106, 0, 33)
  3749. GodMode.Font = Enum.Font.SciFi
  3750. GodMode.FontSize = Enum.FontSize.Size28
  3751. GodMode.Text = "GodMode"
  3752. GodMode.TextColor3 = Color3.new(0, 0.0666667, 1)
  3753. GodMode.TextSize = 25
  3754. GodMode.MouseButton1Click:Connect(function()
  3755. god()
  3756. end)
  3757.  
  3758. StrangeMan.Name = "StrangeMan"
  3759. StrangeMan.Parent = ScriptsFrame
  3760. StrangeMan.BackgroundColor3 = Color3.new(0, 0, 0)
  3761. StrangeMan.Position = UDim2.new(0.709844589, 0, 0.435534596, 0)
  3762. StrangeMan.Size = UDim2.new(0, 106, 0, 33)
  3763. StrangeMan.Font = Enum.Font.SciFi
  3764. StrangeMan.FontSize = Enum.FontSize.Size28
  3765. StrangeMan.Text = "ThePower"
  3766. StrangeMan.TextColor3 = Color3.new(0, 0.0666667, 1)
  3767. StrangeMan.TextSize = 25
  3768. StrangeMan.MouseButton1Click:connect(function()
  3769. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))end
  3770. )
  3771.  
  3772. woodrus.Name = "woodrus"
  3773. woodrus.Parent = ScriptsFrame
  3774. woodrus.BackgroundColor3 = Color3.new(0, 0, 0)
  3775. woodrus.Position = UDim2.new(0.709844589, 0, 0.589622676, 0)
  3776. woodrus.Size = UDim2.new(0, 106, 0, 33)
  3777. woodrus.Font = Enum.Font.SciFi
  3778. woodrus.FontSize = Enum.FontSize.Size28
  3779. woodrus.Text = "WoodRUS"
  3780. woodrus.TextColor3 = Color3.new(0, 0.0666667, 1)
  3781. woodrus.TextSize = 25
  3782. woodrus.MouseButton1Click:connect(function()
  3783. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))end
  3784. )
  3785.  
  3786. EndTimes.Name = "EndTimes"
  3787. EndTimes.Parent = ScriptsFrame
  3788. EndTimes.BackgroundColor3 = Color3.new(0, 0, 0)
  3789. EndTimes.Position = UDim2.new(0.709844589, 0, 0.75000006, 0)
  3790. EndTimes.Size = UDim2.new(0, 106, 0, 33)
  3791. EndTimes.Font = Enum.Font.SciFi
  3792. EndTimes.FontSize = Enum.FontSize.Size28
  3793. EndTimes.Text = "EndTime"
  3794. EndTimes.TextColor3 = Color3.new(0, 0.0666667, 1)
  3795. EndTimes.TextSize = 25
  3796. EndTimes.MouseButton1Click:connect(function()
  3797. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -214, -951))end
  3798. )
  3799.  
  3800. bobshack.Name = "bobshack"
  3801. bobshack.Parent = ScriptsFrame
  3802. bobshack.BackgroundColor3 = Color3.new(0, 0, 0)
  3803. bobshack.Position = UDim2.new(0.709844589, 0, 0.891509533, 0)
  3804. bobshack.Size = UDim2.new(0, 106, 0, 33)
  3805. bobshack.Font = Enum.Font.SciFi
  3806. bobshack.FontSize = Enum.FontSize.Size28
  3807. bobshack.Text = "BobShack"
  3808. bobshack.TextColor3 = Color3.new(0, 0.0666667, 1)
  3809. bobshack.TextSize = 25
  3810. bobshack.MouseButton1Click:connect(function()
  3811. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))end
  3812. )
  3813. Bringwood.Name = "Bringwood"
  3814. Bringwood.Parent = ScriptsFrame
  3815. Bringwood.BackgroundColor3 = Color3.new(0, 0, 0)
  3816. Bringwood.Position = UDim2.new(0.0362694301, 0, 0.891509473, 0)
  3817. Bringwood.Size = UDim2.new(0, 106, 0, 33)
  3818. Bringwood.Font = Enum.Font.SciFi
  3819. Bringwood.FontSize = Enum.FontSize.Size28
  3820. Bringwood.Text = "BringWod"
  3821. Bringwood.TextColor3 = Color3.new(0, 0.0666667, 1)
  3822. Bringwood.TextSize = 25
  3823. Bringwood.MouseButton1Down:connect(function()
  3824. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  3825. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  3826. if Log.Owner.Value == game.Players.LocalPlayer then
  3827. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,15,0))
  3828. end
  3829. end
  3830. end
  3831. end)
  3832.  
  3833. yourplot.Name = "yourplot"
  3834. yourplot.Parent = ScriptsFrame
  3835. yourplot.BackgroundColor3 = Color3.new(0, 0, 0)
  3836. yourplot.Position = UDim2.new(0.37176162, 0, 0.891509414, 0)
  3837. yourplot.Size = UDim2.new(0, 106, 0, 33)
  3838. yourplot.Font = Enum.Font.SciFi
  3839. yourplot.FontSize = Enum.FontSize.Size28
  3840. yourplot.Text = "TP Plot"
  3841. yourplot.TextColor3 = Color3.new(0, 0.0666667, 1)
  3842. yourplot.TextSize = 25
  3843. yourplot.MouseButton1Click:connect(function()
  3844. for acc,bcc in
  3845. pairs(game.Workspace.Properties:GetChildren())do
  3846. if bcc.Owner.Value==game.Players.LocalPlayer then
  3847. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  3848. bcc.OriginSquare.CFrame+Vector3.new(0,10,0)end end end)
  3849. end)
  3850.  
  3851.  
  3852. Close.Name = "Close"
  3853. Close.Parent = Frame
  3854. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  3855. Close.BackgroundTransparency = 1
  3856. Close.Position = UDim2.new(0.892853022, 0, 0, 0)
  3857. Close.Size = UDim2.new(0, 44, 0, 28)
  3858. Close.Font = Enum.Font.SourceSans
  3859. Close.Text = "🎮"
  3860. Close.TextColor3 = Color3.new(0, 0, 0)
  3861. Close.TextScaled = true
  3862. Close.TextSize = 14
  3863. Close.TextWrapped = true
  3864.  
  3865. Gui3.Name = "Gui3"
  3866. Gui3.Parent = Frame
  3867. Gui3.BackgroundColor3 = Color3.new(0, 0, 0)
  3868. Gui3.Position = UDim2.new(0, 0, 0.493670881, 0)
  3869. Gui3.Size = UDim2.new(0, 82, 0, 39)
  3870. Gui3.Font = Enum.Font.SourceSans
  3871. Gui3.Text = "Gui3"
  3872. Gui3.TextColor3 = Color3.new(0, 0, 1)
  3873. Gui3.TextScaled = true
  3874. Gui3.TextSize = 14
  3875. Gui3.TextWrapped = true
  3876. Gui3.MouseButton1Click:Connect(function()
  3877. --[[ 3.5 VERSION
  3878. ADDED FVCK FERRY LT 2
  3879. YOU CAN TP ALL ITEMS,WOOD,etc IN YOUR BASE AS EASY FOR DUPING
  3880. YOU CAN COPY BASE BLUEPRINT!
  3881. [SOME BROKE] WIPE BASE SOMEBODY FOR EVIL PEOPLE :) ]]--
  3882.  
  3883.  
  3884. Found=false;Tool="None"Down=false
  3885. Mouse=game.Players.LocalPlayer:GetMouse()
  3886. Client=game.ReplicatedStorage.Interaction.ClientSetListPlayer;players=game.Players
  3887. for __ba,a_ba in pairs(players:GetPlayers())do if a_ba.Name~=
  3888. players.LocalPlayer.Name then
  3889. Client:InvokeServer(players.LocalPlayer.BlacklistFolder,a_ba,false)end end
  3890. players.PlayerAdded:connect(function(__ba)
  3891. Client:InvokeServer(players.LocalPlayer.BlacklistFolder,__ba,false)end)
  3892. function move(__ba)
  3893. __ba:MoveTo(
  3894. game.Players.LocalPlayer.Character.Head.Position+Vector3.new(5,-4,5))__ba.WoodSection.Anchored=true;wait(2)
  3895. __ba.WoodSection.Anchored=false end
  3896. function tree(__ba,a_ba)
  3897. for b_ba,c_ba in pairs(__ba:GetChildren())do if c_ba.Name=="TreeClass"then
  3898. if
  3899. c_ba.Value==a_ba then if Found==false then move(__ba)Found=true end end end end end
  3900. function cut(__ba,a_ba)
  3901. for b_ba,c_ba in pairs(__ba:GetChildren())do
  3902. if c_ba.Name=="TreeClass"then
  3903. if
  3904. c_ba.Value==a_ba then
  3905. for d_ba,_aba in pairs(__ba:GetChildren())do
  3906. if _aba.Name=="Owner"then
  3907. for aaba,baba in
  3908. pairs(_aba:GetChildren())do if baba.Name=="OwnerString"then
  3909. if
  3910. baba.Value==game.Players.LocalPlayer.Name then move(__ba)else if baba.Value==""then move(__ba)end end end end end end end end end end;local cbc=Instance.new("ScreenGui")
  3911. local dbc=Instance.new("Frame")dbc.Active=true;dbc.Draggable=true
  3912. print("GUI BY : RBXLStealit")local _cc=Instance.new("Frame")
  3913. local acc=Instance.new("Frame")local bcc=Instance.new("TextButton")
  3914. local ccc=Instance.new("TextButton")local dcc=Instance.new("TextButton")
  3915. local _dc=Instance.new("TextButton")local adc=Instance.new("TextLabel")
  3916. local bdc=Instance.new("TextLabel")local cdc=Instance.new("Frame")
  3917. local ddc=Instance.new("Frame")ddc.Draggable=true;local __d=Instance.new("Frame")
  3918. local a_d=Instance.new("Frame")local b_d=Instance.new("TextLabel")
  3919. local c_d=Instance.new("TextLabel")local d_d=Instance.new("TextLabel")
  3920. local _ad=Instance.new("TextLabel")local aad=Instance.new("TextLabel")
  3921. local bad=Instance.new("TextLabel")local cad=Instance.new("TextLabel")
  3922. local dad=Instance.new("TextButton")local _bd=Instance.new("Frame")
  3923. local abd=Instance.new("Frame")abd.Draggable=true;local bbd=Instance.new("Frame")
  3924. local cbd=Instance.new("Frame")local dbd=Instance.new("TextLabel")
  3925. local _cd=Instance.new("TextButton")local acd=Instance.new("TextButton")
  3926. local bcd=Instance.new("TextButton")local ccd=Instance.new("TextButton")
  3927. local dcd=Instance.new("TextButton")local _dd=Instance.new("TextButton")
  3928. local add=Instance.new("TextButton")local bdd=Instance.new("TextButton")
  3929. local cdd=Instance.new("TextButton")local ddd=Instance.new("Frame")
  3930. local ___a=Instance.new("TextButton")local a__a=Instance.new("TextButton")
  3931. local b__a=Instance.new("TextLabel")local c__a=Instance.new("TextButton")
  3932. local d__a=Instance.new("Frame")d__a.Draggable=true;local _a_a=Instance.new("Frame")
  3933. local aa_a=Instance.new("Frame")local ba_a=Instance.new("TextLabel")
  3934. local ca_a=Instance.new("TextButton")local da_a=Instance.new("TextButton")
  3935. local _b_a=Instance.new("TextButton")local ab_a=Instance.new("TextButton")
  3936. local bb_a=Instance.new("TextButton")local cb_a=Instance.new("TextButton")
  3937. local db_a=Instance.new("Frame")local _c_a=Instance.new("Frame")
  3938. local ac_a=Instance.new("Frame")local bc_a=Instance.new("TextLabel")
  3939. local cc_a=Instance.new("TextButton")local dc_a=Instance.new("TextButton")
  3940. local _d_a=Instance.new("TextButton")local ad_a=Instance.new("TextButton")
  3941. local bd_a=Instance.new("TextButton")local cd_a=Instance.new("TextButton")
  3942. local dd_a=Instance.new("TextButton")local __aa=Instance.new("Frame")__aa.Draggable=true
  3943. local a_aa=Instance.new("Frame")local b_aa=Instance.new("Frame")
  3944. local c_aa=Instance.new("TextButton")local d_aa=Instance.new("TextLabel")
  3945. local _aaa=Instance.new("TextButton")local aaaa=Instance.new("TextLabel")
  3946. local baaa=Instance.new("TextButton")local caaa=Instance.new("TextButton")
  3947. local daaa=Instance.new("TextButton")local _baa=Instance.new("TextButton")
  3948. local abaa=Instance.new("Frame")abaa.Draggable=true;local bbaa=Instance.new("Frame")
  3949. local cbaa=Instance.new("Frame")local dbaa=Instance.new("TextButton")
  3950. local _caa=Instance.new("TextButton")local acaa=Instance.new("TextButton")
  3951. local bcaa=Instance.new("TextBox")local ccaa=Instance.new("TextButton")
  3952. local dcaa=Instance.new("TextButton")local _daa=Instance.new("TextButton")
  3953. local adaa=Instance.new("TextButton")local bdaa=Instance.new("TextLabel")
  3954. local cdaa=Instance.new("TextLabel")local ddaa=Instance.new("TextButton")cbc.Name="FERRY"
  3955. cbc.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")dbc.Name="PRIV"dbc.Parent=cbc;dbc.Active=true
  3956. dbc.BackgroundColor3=Color3.new(0.368627,0.368627,0.368627)dbc.BorderSizePixel=0;dbc.Position=UDim2.new(0,199,0,61)
  3957. dbc.Selectable=true;dbc.Size=UDim2.new(0,385,0,382)_cc.Name="drag"_cc.Parent=dbc
  3958. _cc.BackgroundColor3=Color3.new(0.898039,0.6,0)_cc.BorderSizePixel=0;_cc.Size=UDim2.new(0,385,0,21)
  3959. acc.Name="drag2"acc.Parent=dbc;acc.BackgroundColor3=Color3.new(1,0.666667,0)
  3960. acc.BorderSizePixel=0;acc.Position=UDim2.new(0,0,0.0559006222,0)
  3961. acc.Size=UDim2.new(0,385,0,48)bcc.Name="exit"bcc.Parent=dbc
  3962. bcc.BackgroundColor3=Color3.new(1,1,1)bcc.BackgroundTransparency=1
  3963. bcc.Position=UDim2.new(0.927272737,0,0,0)bcc.Size=UDim2.new(0,28,0,21)bcc.Font=Enum.Font.Cartoon
  3964. bcc.Text="X"bcc.TextColor3=Color3.new(0.980392,0.980392,0.980392)
  3965. bcc.TextScaled=true;bcc.TextSize=14;bcc.TextStrokeColor3=Color3.new(1,1,1)
  3966. bcc.TextStrokeTransparency=2;bcc.TextWrapped=true
  3967. bcc.MouseButton1Down:connect(function()dbc:Destroy()end)ccc.Name="inflength"ccc.Parent=dbc
  3968. ccc.BackgroundColor3=Color3.new(1,1,1)ccc.BorderSizePixel=0
  3969. ccc.Position=UDim2.new(0.241558433,0,0.251552761,0)ccc.Size=UDim2.new(0,200,0,50)
  3970. ccc.Style=Enum.ButtonStyle.RobloxRoundButton;ccc.Font=Enum.Font.Fantasy;ccc.Text="\"INF WIRE\""
  3971. ccc.TextColor3=Color3.new(0,0,0)ccc.TextSize=20;ccc.TextWrapped=true
  3972. ccc.MouseButton1Down:connect(function()
  3973. for __ba,a_ba in next,
  3974. game.ReplicatedStorage.Purchasables.WireObjects:GetChildren()do
  3975. if a_ba:FindFirstChild("Type")then if a_ba.Type.Value=="Wire"then
  3976. a_ba.Type.Parent.OtherInfo.MaxLength.Value=math.huge end end end end)dcc.Name="tpsystem"dcc.Parent=dbc
  3977. dcc.BackgroundColor3=Color3.new(1,1,1)dcc.BorderSizePixel=0
  3978. dcc.Position=UDim2.new(0.496103883,0,0.913710117,0)dcc.Size=UDim2.new(0,194,0,32)
  3979. dcc.Style=Enum.ButtonStyle.RobloxRoundButton;dcc.Font=Enum.Font.Fantasy;dcc.Text="TP SYSTEM"
  3980. dcc.TextColor3=Color3.new(0,0,0)dcc.TextSize=20;dcc.TextWrapped=true
  3981. dcc.MouseButton1Down:connect(function()
  3982. abd.Visible=true end)_dc.Name="cred"_dc.Parent=dbc
  3983. _dc.BackgroundColor3=Color3.new(1,1,1)_dc.BorderSizePixel=0
  3984. _dc.Position=UDim2.new(0,0,0.913710117,0)_dc.Size=UDim2.new(0,131,0,32)
  3985. _dc.Style=Enum.ButtonStyle.RobloxRoundButton;_dc.Font=Enum.Font.Fantasy;_dc.Text="CREDITS"
  3986. _dc.TextColor3=Color3.new(0,0,0)_dc.TextSize=20;_dc.TextWrapped=true
  3987. _dc.MouseButton1Down:connect(function()
  3988. ddc.Visible=true end)adc.Name="title"adc.Parent=dbc;adc.Active=true
  3989. adc.BackgroundColor3=Color3.new(1,1,1)adc.BackgroundTransparency=1;adc.BorderSizePixel=0
  3990. adc.Position=UDim2.new(0.0337662324,0,0.0900621116,0)adc.Selectable=true;adc.Size=UDim2.new(0,366,0,29)
  3991. adc.Font=Enum.Font.Cartoon;adc.Text="LT 2 \"FERRY\""adc.TextColor3=Color3.new(1,1,1)
  3992. adc.TextScaled=true;adc.TextSize=15
  3993. adc.TextStrokeColor3=Color3.new(0.141176,0.188235,0.282353)adc.TextStrokeTransparency=0;adc.TextTransparency=1;adc.TextWrapped=true
  3994. bdc.Name="v3rsion"bdc.Parent=dbc;bdc.Active=true
  3995. bdc.BackgroundColor3=Color3.new(1,1,1)bdc.BackgroundTransparency=1
  3996. bdc.Position=UDim2.new(0.771428585,0,0.83540374,0)bdc.Size=UDim2.new(0,88,0,21)bdc.Font=Enum.Font.Cartoon
  3997. bdc.Text="Version: 3.5"bdc.TextColor3=Color3.new(1,1,1)bdc.TextSize=14
  3998. bdc.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)ddc.Name="creditsframe"ddc.Parent=dbc;ddc.Active=true
  3999. ddc.BackgroundColor3=Color3.new(0.368627,0.368627,0.368627)ddc.BorderSizePixel=0;ddc.Position=UDim2.new(0,396,0,236)
  4000. ddc.Selectable=true;ddc.Size=UDim2.new(0,385,0,142)ddc.Visible=false
  4001. __d.Name="drag"__d.Parent=ddc
  4002. __d.BackgroundColor3=Color3.new(0.898039,0.6,0)__d.BorderSizePixel=0;__d.Size=UDim2.new(0,385,0,18)
  4003. a_d.Name="drag2"a_d.Parent=ddc;a_d.BackgroundColor3=Color3.new(1,0.666667,0)
  4004. a_d.BorderSizePixel=0;a_d.Position=UDim2.new(0,0,0.0559006222,0)
  4005. a_d.Size=UDim2.new(0,385,0,48)b_d.Name="title"b_d.Parent=ddc;b_d.Active=true
  4006. b_d.BackgroundColor3=Color3.new(1,1,1)b_d.BackgroundTransparency=1;b_d.BorderSizePixel=0
  4007. b_d.Position=UDim2.new(0.0337662324,0,0.0900621116,0)b_d.Selectable=true;b_d.Size=UDim2.new(0,366,0,29)
  4008. b_d.Font=Enum.Font.Cartoon;b_d.Text="CREDITS VOUCH"b_d.TextColor3=Color3.new(1,1,1)
  4009. b_d.TextScaled=true;b_d.TextSize=15
  4010. b_d.TextStrokeColor3=Color3.new(0.141176,0.188235,0.282353)b_d.TextStrokeTransparency=0;b_d.TextTransparency=1;b_d.TextWrapped=true
  4011. c_d.Name="credits"c_d.Parent=ddc;c_d.Active=true
  4012. c_d.BackgroundColor3=Color3.new(1,1,1)c_d.BackgroundTransparency=1
  4013. c_d.Position=UDim2.new(0,0,0.492782801,0)c_d.Size=UDim2.new(0,200,0,24)c_d.Font=Enum.Font.Cartoon
  4014. c_d.Text="GUI BY : RBXLStealit"c_d.TextColor3=Color3.new(1,1,1)c_d.TextSize=14
  4015. c_d.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)d_d.Name="credits"d_d.Parent=ddc;d_d.Active=true
  4016. d_d.BackgroundColor3=Color3.new(1,1,1)d_d.BackgroundTransparency=1
  4017. d_d.Position=UDim2.new(0,0,0.612501085,0)d_d.Size=UDim2.new(0,200,0,24)d_d.Font=Enum.Font.Cartoon
  4018. d_d.Text="SCRIPT \"INF WIRE\" By : Austin K"d_d.TextColor3=Color3.new(1,1,1)d_d.TextSize=14
  4019. d_d.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)_ad.Name="credits"_ad.Parent=ddc;_ad.Active=true
  4020. _ad.BackgroundColor3=Color3.new(1,1,1)_ad.BackgroundTransparency=1
  4021. _ad.Position=UDim2.new(0.480519474,0,0.492782772,0)_ad.Size=UDim2.new(0,200,0,24)_ad.Font=Enum.Font.Cartoon
  4022. _ad.Text="SPECIAL THANKS"_ad.TextColor3=Color3.new(1,1,1)_ad.TextSize=14
  4023. _ad.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)aad.Name="credits"aad.Parent=ddc;aad.Active=true
  4024. aad.BackgroundColor3=Color3.new(1,1,1)aad.BackgroundTransparency=1
  4025. aad.Position=UDim2.new(0.480519474,0,0.612501085,0)aad.Size=UDim2.new(0,200,0,24)aad.Font=Enum.Font.Cartoon
  4026. aad.Text="- FerryDeveloper"aad.TextColor3=Color3.new(1,1,1)aad.TextSize=14
  4027. aad.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)bad.Name="credits"bad.Parent=ddc;bad.Active=true
  4028. bad.BackgroundColor3=Color3.new(1,1,1)bad.BackgroundTransparency=1
  4029. bad.Position=UDim2.new(0.480519474,0,0.711092651,0)bad.Size=UDim2.new(0,200,0,24)bad.Font=Enum.Font.Cartoon
  4030. bad.Text="- IyooGaming"bad.TextColor3=Color3.new(1,1,1)bad.TextSize=14
  4031. bad.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)cad.Name="credits"cad.Parent=ddc;cad.Active=true
  4032. cad.BackgroundColor3=Color3.new(1,1,1)cad.BackgroundTransparency=1
  4033. cad.Position=UDim2.new(0.480519474,0,0.830810964,0)cad.Size=UDim2.new(0,200,0,24)cad.Font=Enum.Font.Cartoon
  4034. cad.Text="- Maul ID"cad.TextColor3=Color3.new(1,1,1)cad.TextSize=14
  4035. cad.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)dad.Name="exit"dad.Parent=ddc
  4036. dad.BackgroundColor3=Color3.new(1,1,1)dad.BackgroundTransparency=1
  4037. dad.Position=UDim2.new(0.927272737,0,0,0)dad.Size=UDim2.new(0,28,0,18)dad.Font=Enum.Font.Cartoon
  4038. dad.Text="X"dad.TextColor3=Color3.new(0.980392,0.980392,0.980392)
  4039. dad.TextScaled=true;dad.TextSize=14;dad.TextStrokeColor3=Color3.new(1,1,1)
  4040. dad.TextStrokeTransparency=2;dad.TextWrapped=true
  4041. dad.MouseButton1Down:connect(function()ddc.Visible=false end)_caa.Name="credits"_caa.Parent=ddc;_caa.Active=true
  4042. _caa.BackgroundColor3=Color3.new(1,1,1)_caa.BackgroundTransparency=1
  4043. _caa.Position=UDim2.new(0,0,0.725177169,0)_caa.Size=UDim2.new(0,200,0,24)
  4044. _caa.Font=Enum.Font.Cartoon;_caa.Text="SCRIPT FVCK BY : CharWar "
  4045. _caa.TextColor3=Color3.new(1,1,1)_caa.TextSize=14
  4046. _caa.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)abd.Name="tpferry"abd.Parent=dbc;abd.Active=true
  4047. abd.BackgroundColor3=Color3.new(0.368627,0.368627,0.368627)abd.BorderSizePixel=0;abd.Position=UDim2.new(0,0,0,330)
  4048. abd.Selectable=true;abd.Size=UDim2.new(0,385,0,227)abd.Visible=false
  4049. bbd.Name="drag"bbd.Parent=abd
  4050. bbd.BackgroundColor3=Color3.new(0.898039,0.6,0)bbd.BorderSizePixel=0;bbd.Size=UDim2.new(0,385,0,18)
  4051. cbd.Name="drag2"cbd.Parent=abd;cbd.BackgroundColor3=Color3.new(1,0.666667,0)
  4052. cbd.BorderSizePixel=0;cbd.Position=UDim2.new(0,0,0.0559006222,0)
  4053. cbd.Size=UDim2.new(0,385,0,48)dbd.Name="title"dbd.Parent=abd;dbd.Active=true
  4054. dbd.BackgroundColor3=Color3.new(1,1,1)dbd.BackgroundTransparency=1;dbd.BorderSizePixel=0
  4055. dbd.Position=UDim2.new(0.0337662324,0,0.0900621116,0)dbd.Selectable=true;dbd.Size=UDim2.new(0,366,0,29)
  4056. dbd.Font=Enum.Font.Cartoon;dbd.Text="TELEPORT SYSTEM"dbd.TextColor3=Color3.new(1,1,1)
  4057. dbd.TextScaled=true;dbd.TextSize=15
  4058. dbd.TextStrokeColor3=Color3.new(0.141176,0.188235,0.282353)dbd.TextStrokeTransparency=0;dbd.TextTransparency=1;dbd.TextWrapped=true
  4059. _cd.Name="exit"_cd.Parent=abd;_cd.BackgroundColor3=Color3.new(1,1,1)
  4060. _cd.BackgroundTransparency=1;_cd.Position=UDim2.new(0.929870129,0,0,0)
  4061. _cd.Size=UDim2.new(0,28,0,18)_cd.Font=Enum.Font.Cartoon;_cd.Text="X"
  4062. _cd.TextColor3=Color3.new(0.980392,0.980392,0.980392)_cd.TextScaled=true;_cd.TextSize=14
  4063. _cd.TextStrokeColor3=Color3.new(1,1,1)_cd.TextStrokeTransparency=2;_cd.TextWrapped=true
  4064. _cd.MouseButton1Down:connect(function()
  4065. abd.Visible=false end)acd.Name="volcano"acd.Parent=abd
  4066. acd.BackgroundColor3=Color3.new(1,1,1)acd.BorderSizePixel=0
  4067. acd.Position=UDim2.new(0,0,0.300000012,0)acd.Size=UDim2.new(0,183,0,42)
  4068. acd.Style=Enum.ButtonStyle.RobloxRoundButton;acd.Font=Enum.Font.Cartoon;acd.Text="VOLCANO"
  4069. acd.TextColor3=Color3.new(0,0,0)acd.TextSize=20;acd.TextWrapped=true
  4070. acd.MouseButton1Down:connect(function()
  4071. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(
  4072. -1585,622,1140))end)bcd.Name="palm"bcd.Parent=abd
  4073. bcd.BackgroundColor3=Color3.new(1,1,1)bcd.BorderSizePixel=0
  4074. bcd.Position=UDim2.new(0,0,0.639999986,0)bcd.Size=UDim2.new(0,183,0,42)
  4075. bcd.Style=Enum.ButtonStyle.RobloxRoundButton;bcd.Font=Enum.Font.Cartoon;bcd.Text="PALM ISLAND"
  4076. bcd.TextColor3=Color3.new(0,0,0)bcd.TextSize=20;bcd.TextWrapped=true
  4077. bcd.MouseButton1Down:connect(function()
  4078. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549,
  4079. -5,-42))end)ccd.Name="bluewood"ccd.Parent=abd
  4080. ccd.BackgroundColor3=Color3.new(1,1,1)ccd.BorderSizePixel=0
  4081. ccd.Position=UDim2.new(0,0,0.810000002,0)ccd.Size=UDim2.new(0,183,0,42)
  4082. ccd.Style=Enum.ButtonStyle.RobloxRoundButton;ccd.Font=Enum.Font.Cartoon;ccd.Text="BLUEWOOD"
  4083. ccd.TextColor3=Color3.new(0,0,0)ccd.TextSize=20;ccd.TextWrapped=true
  4084. ccd.MouseButton1Down:connect(function()
  4085. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,
  4086. -179,430))end)dcd.Name="phantom"dcd.Parent=abd
  4087. dcd.BackgroundColor3=Color3.new(1,1,1)dcd.BorderSizePixel=0
  4088. dcd.Position=UDim2.new(0,0,0.469999999,0)dcd.Size=UDim2.new(0,183,0,42)
  4089. dcd.Style=Enum.ButtonStyle.RobloxRoundButton;dcd.Font=Enum.Font.Cartoon;dcd.Text="PHANTOM"
  4090. dcd.TextColor3=Color3.new(0,0,0)dcd.TextSize=20;dcd.TextWrapped=true
  4091. dcd.MouseButton1Down:connect(function()
  4092. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113,
  4093. -214,-951))end)_dd.Name="shine"_dd.Parent=abd
  4094. _dd.BackgroundColor3=Color3.new(1,1,1)_dd.BorderSizePixel=0
  4095. _dd.Position=UDim2.new(0.52238965,0,0.300000012,0)_dd.Size=UDim2.new(0,183,0,42)
  4096. _dd.Style=Enum.ButtonStyle.RobloxRoundButton;_dd.Font=Enum.Font.Cartoon;_dd.Text="SHRINE OF SIGHT"
  4097. _dd.TextColor3=Color3.new(0,0,0)_dd.TextSize=20;_dd.TextWrapped=true
  4098. _dd.MouseButton1Down:connect(function()
  4099. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(
  4100. -1600,195,919))end)add.Name="strange"add.Parent=abd
  4101. add.BackgroundColor3=Color3.new(1,1,1)add.BorderSizePixel=0
  4102. add.Position=UDim2.new(0.522000015,0,0.469999999,0)add.Size=UDim2.new(0,183,0,42)
  4103. add.Style=Enum.ButtonStyle.RobloxRoundButton;add.Font=Enum.Font.Cartoon;add.Text="STRANGE MAN"
  4104. add.TextColor3=Color3.new(0,0,0)add.TextSize=20;add.TextWrapped=true
  4105. add.MouseButton1Down:connect(function()
  4106. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061,16,1131))end)bdd.Name="spawn"bdd.Parent=abd
  4107. bdd.BackgroundColor3=Color3.new(1,1,1)bdd.BorderSizePixel=0
  4108. bdd.Position=UDim2.new(0.522000015,0,0.810000002,0)bdd.Size=UDim2.new(0,183,0,42)
  4109. bdd.Style=Enum.ButtonStyle.RobloxRoundButton;bdd.Font=Enum.Font.Cartoon;bdd.Text="SPAWN"
  4110. bdd.TextColor3=Color3.new(0,0,0)bdd.TextSize=20;bdd.TextWrapped=true
  4111. bdd.MouseButton1Down:connect(function()
  4112. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))end)cdd.Name="links"cdd.Parent=abd
  4113. cdd.BackgroundColor3=Color3.new(1,1,1)cdd.BorderSizePixel=0
  4114. cdd.Position=UDim2.new(0.522000015,0,0.639999986,0)cdd.Size=UDim2.new(0,183,0,42)
  4115. cdd.Style=Enum.ButtonStyle.RobloxRoundButton;cdd.Font=Enum.Font.Cartoon;cdd.Text="LINK'S LOGIC"
  4116. cdd.TextColor3=Color3.new(0,0,0)cdd.TextSize=20;cdd.TextWrapped=true
  4117. cdd.MouseButton1Down:connect(function()
  4118. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4605,3,
  4119. -727))end)___a.Name="coming"___a.Parent=abd
  4120. ___a.BackgroundColor3=Color3.new(1,1,1)___a.BorderSizePixel=0
  4121. ___a.Position=UDim2.new(0.238883123,0,1.03466964,0)___a.Size=UDim2.new(0,183,0,31)
  4122. ___a.Style=Enum.ButtonStyle.RobloxRoundButton;___a.Font=Enum.Font.Cartoon;___a.Text="COMING SOON"
  4123. ___a.TextColor3=Color3.new(0,0,0)___a.TextSize=20;___a.TextWrapped=true;a__a.Name="Dupe"a__a.Parent=dbc
  4124. a__a.BackgroundColor3=Color3.new(0.431373,0.45098,0.470588)a__a.BorderColor3=Color3.new(1,0.666667,0)
  4125. a__a.BorderSizePixel=5;a__a.Position=UDim2.new(0.238961026,0,0.739796996,0)
  4126. a__a.Size=UDim2.new(0,200,0,50)a__a.AutoButtonColor=false;a__a.Font=Enum.Font.Fantasy
  4127. a__a.Text="DUPE"a__a.TextColor3=Color3.new(0,0,0)a__a.TextSize=20
  4128. a__a.TextWrapped=true
  4129. a__a.MouseButton1Down:connect(function()
  4130. plr=game:GetService("Players").LocalPlayer;slot=plr.CurrentSaveSlot
  4131. if Option==false then if slot.Value==-1 then Option=true
  4132. slot.RobloxLocked=true;a__a.BackgroundColor3=Color3.new(0,1,0)
  4133. b__a.Text="Status Dupe : Active"end else
  4134. Option=false;slot.RobloxLocked=false
  4135. a__a.BackgroundColor3=Color3.new(0.7,0,0)b__a.Text="Status Dupe : Not Active"
  4136. b__a.Text=Color3.new(63,253,4)end end)b__a.Name="DupeLabel"b__a.Parent=dbc;b__a.Active=true
  4137. b__a.BackgroundColor3=Color3.new(1,1,1)b__a.BackgroundTransparency=1
  4138. b__a.Position=UDim2.new(0.238961041,0,0.668547392,0)b__a.Size=UDim2.new(0,200,0,21)
  4139. b__a.Font=Enum.Font.Cartoon;b__a.Text="Status Dupe : Saved"
  4140. b__a.TextColor3=Color3.new(0.247059,0.992157,0.0156863)b__a.TextSize=14;b__a.TextWrapped=true;c__a.Name="woodmenu"
  4141. c__a.Parent=dbc;c__a.BackgroundColor3=Color3.new(1,1,1)c__a.BorderSizePixel=0
  4142. c__a.Position=UDim2.new(0.238961026,0,0.380475402,0)c__a.Size=UDim2.new(0,200,0,50)
  4143. c__a.Style=Enum.ButtonStyle.RobloxRoundButton;c__a.Font=Enum.Font.Fantasy;c__a.Text="WOOD MENU"
  4144. c__a.TextColor3=Color3.new(0,0,0)c__a.TextSize=20;c__a.TextWrapped=true;d__a.Name="woodmnu"
  4145. d__a.Parent=dbc;d__a.Active=true
  4146. d__a.BackgroundColor3=Color3.new(0.368627,0.368627,0.368627)d__a.BorderSizePixel=0;d__a.Position=UDim2.new(0,-153,0,18)
  4147. d__a.Selectable=true;d__a.Size=UDim2.new(0,146,0,234)d__a.Visible=false
  4148. c__a.MouseButton1Down:connect(function()
  4149. d__a.Visible=true end)_a_a.Name="drag"_a_a.Parent=d__a
  4150. _a_a.BackgroundColor3=Color3.new(0.898039,0.6,0)_a_a.BorderSizePixel=0;_a_a.Size=UDim2.new(0,146,0,18)
  4151. aa_a.Name="drag2"aa_a.Parent=d__a
  4152. aa_a.BackgroundColor3=Color3.new(1,0.666667,0)aa_a.BorderSizePixel=0
  4153. aa_a.Position=UDim2.new(0,0,0.0304768384,0)aa_a.Size=UDim2.new(0,147,0,48)ba_a.Name="title"
  4154. ba_a.Parent=d__a;ba_a.Active=true;ba_a.BackgroundColor3=Color3.new(1,1,1)
  4155. ba_a.BackgroundTransparency=1;ba_a.BorderSizePixel=0
  4156. ba_a.Position=UDim2.new(0.0337662362,0,0.0900621116,0)ba_a.Selectable=true;ba_a.Size=UDim2.new(0,141,0,29)
  4157. ba_a.Font=Enum.Font.Cartoon;ba_a.Text="WOOD MENU"ba_a.TextColor3=Color3.new(1,1,1)
  4158. ba_a.TextScaled=true;ba_a.TextSize=15
  4159. ba_a.TextStrokeColor3=Color3.new(0.141176,0.188235,0.282353)ba_a.TextStrokeTransparency=0;ba_a.TextTransparency=1
  4160. ba_a.TextWrapped=true;ca_a.Name="exit"ca_a.Parent=d__a
  4161. ca_a.BackgroundColor3=Color3.new(1,1,1)ca_a.BackgroundTransparency=1
  4162. ca_a.Position=UDim2.new(0.851930261,0,0,0)ca_a.Size=UDim2.new(0,28,0,18)
  4163. ca_a.Font=Enum.Font.Cartoon;ca_a.Text="X"
  4164. ca_a.TextColor3=Color3.new(0.980392,0.980392,0.980392)ca_a.TextScaled=true;ca_a.TextSize=14
  4165. ca_a.TextStrokeColor3=Color3.new(1,1,1)ca_a.TextStrokeTransparency=2;ca_a.TextWrapped=true
  4166. ca_a.MouseButton1Down:connect(function()
  4167. d__a.Visible=false end)da_a.Name="bringvolcano"da_a.Parent=d__a
  4168. da_a.BackgroundColor3=Color3.new(1,1,1)da_a.BorderSizePixel=0
  4169. da_a.Position=UDim2.new(0,0,0.232117683,0)da_a.Size=UDim2.new(0,147,0,36)
  4170. da_a.Style=Enum.ButtonStyle.RobloxRoundButton;da_a.Font=Enum.Font.Cartoon;da_a.Text="Volcano"
  4171. da_a.TextColor3=Color3.new(0,0,0)da_a.TextSize=20;da_a.TextWrapped=true
  4172. da_a.MouseButton1Down:connect(function()for __ba,a_ba in
  4173. pairs(game.Workspace.LogModels:GetChildren())do cut(a_ba,"Volcano")end end)_b_a.Name="bringpalm"_b_a.Parent=d__a
  4174. _b_a.BackgroundColor3=Color3.new(1,1,1)_b_a.BorderSizePixel=0
  4175. _b_a.Position=UDim2.new(0,0,0.385602862,0)_b_a.Size=UDim2.new(0,147,0,36)
  4176. _b_a.Style=Enum.ButtonStyle.RobloxRoundButton;_b_a.Font=Enum.Font.Cartoon;_b_a.Text="PALM"
  4177. _b_a.TextColor3=Color3.new(0,0,0)_b_a.TextSize=20;_b_a.TextWrapped=true
  4178. _b_a.MouseButton1Down:connect(function()for __ba,a_ba in
  4179. pairs(game.Workspace.LogModels:GetChildren())do cut(a_ba,"Palm")end end)ab_a.Name="bringzombie"ab_a.Parent=d__a
  4180. ab_a.BackgroundColor3=Color3.new(1,1,1)ab_a.BorderSizePixel=0
  4181. ab_a.Position=UDim2.new(0,0,0.535395384,0)ab_a.Size=UDim2.new(0,147,0,36)
  4182. ab_a.Style=Enum.ButtonStyle.RobloxRoundButton;ab_a.Font=Enum.Font.Cartoon;ab_a.Text="Green Wood"
  4183. ab_a.TextColor3=Color3.new(0,0,0)ab_a.TextSize=20;ab_a.TextWrapped=true
  4184. ab_a.MouseButton1Down:connect(function()
  4185. for __ba,a_ba in
  4186. pairs(game.Workspace.LogModels:GetChildren())do cut(a_ba,"GreenSwampy")end end)bb_a.Name="golden"bb_a.Parent=d__a
  4187. bb_a.BackgroundColor3=Color3.new(1,1,1)bb_a.BorderSizePixel=0
  4188. bb_a.Position=UDim2.new(0,0,0.688880563,0)bb_a.Size=UDim2.new(0,147,0,36)
  4189. bb_a.Style=Enum.ButtonStyle.RobloxRoundButton;bb_a.Font=Enum.Font.Cartoon;bb_a.Text="Golden Wood"
  4190. bb_a.TextColor3=Color3.new(0,0,0)bb_a.TextSize=20;bb_a.TextWrapped=true
  4191. bb_a.MouseButton1Down:connect(function()
  4192. for __ba,a_ba in
  4193. pairs(game.Workspace.LogModels:GetChildren())do cut(a_ba,"GoldSwampy")end end)cb_a.Name="cave"cb_a.Parent=d__a
  4194. cb_a.BackgroundColor3=Color3.new(1,1,1)cb_a.BorderSizePixel=0
  4195. cb_a.Position=UDim2.new(0,0,0.842726707,0)cb_a.Size=UDim2.new(0,147,0,36)
  4196. cb_a.Style=Enum.ButtonStyle.RobloxRoundButton;cb_a.Font=Enum.Font.Cartoon;cb_a.Text="Blue Wood"
  4197. cb_a.TextColor3=Color3.new(0,0,0)cb_a.TextSize=20;cb_a.TextWrapped=true
  4198. cb_a.MouseButton1Down:connect(function()
  4199. for __ba,a_ba in
  4200. pairs(game.Workspace.LogModels:GetChildren())do cut(a_ba,"CaveCrawler")end end)db_a.Name="woodmnu2"db_a.Parent=d__a;db_a.Active=true
  4201. db_a.BackgroundColor3=Color3.new(0.368627,0.368627,0.368627)db_a.BorderSizePixel=0;db_a.Position=UDim2.new(0,0,0,241)
  4202. db_a.Size=UDim2.new(0,146,0,234)_c_a.Name="drag"_c_a.Parent=db_a
  4203. _c_a.BackgroundColor3=Color3.new(0.898039,0.6,0)_c_a.BorderSizePixel=0;_c_a.Size=UDim2.new(0,146,0,18)
  4204. ac_a.Name="drag2"ac_a.Parent=db_a
  4205. ac_a.BackgroundColor3=Color3.new(1,0.666667,0)ac_a.BorderSizePixel=0
  4206. ac_a.Position=UDim2.new(0,0,0.0304768384,0)ac_a.Size=UDim2.new(0,147,0,48)bc_a.Name="title"
  4207. bc_a.Parent=db_a;bc_a.Active=true;bc_a.BackgroundColor3=Color3.new(1,1,1)
  4208. bc_a.BackgroundTransparency=1;bc_a.BorderSizePixel=0
  4209. bc_a.Position=UDim2.new(0.0337662362,0,0.0900621116,0)bc_a.Selectable=true;bc_a.Size=UDim2.new(0,141,0,29)
  4210. bc_a.Font=Enum.Font.Cartoon;bc_a.Text="TP WOOD"bc_a.TextColor3=Color3.new(1,1,1)
  4211. bc_a.TextScaled=true;bc_a.TextSize=15
  4212. bc_a.TextStrokeColor3=Color3.new(0.141176,0.188235,0.282353)bc_a.TextStrokeTransparency=0;bc_a.TextTransparency=1
  4213. bc_a.TextWrapped=true;cc_a.Name="exit"cc_a.Parent=db_a
  4214. cc_a.BackgroundColor3=Color3.new(1,1,1)cc_a.BackgroundTransparency=1
  4215. cc_a.Position=UDim2.new(0.851930261,0,0,0)cc_a.Size=UDim2.new(0,28,0,18)
  4216. cc_a.Font=Enum.Font.Cartoon;cc_a.Text="X"
  4217. cc_a.TextColor3=Color3.new(0.980392,0.980392,0.980392)cc_a.TextScaled=true;cc_a.TextSize=14
  4218. cc_a.TextStrokeColor3=Color3.new(1,1,1)cc_a.TextStrokeTransparency=2;cc_a.TextWrapped=true
  4219. cc_a.MouseButton1Down:connect(function()
  4220. d__a.Visible=false end)dc_a.Name="cutvolcano"dc_a.Parent=db_a
  4221. dc_a.BackgroundColor3=Color3.new(1,1,1)dc_a.BorderSizePixel=0
  4222. dc_a.Position=UDim2.new(0,0,0.232117742,0)dc_a.Size=UDim2.new(0,147,0,36)
  4223. dc_a.Style=Enum.ButtonStyle.RobloxRoundButton;dc_a.Font=Enum.Font.Cartoon;dc_a.Text="Volcano"
  4224. dc_a.TextColor3=Color3.new(0,0,0)dc_a.TextSize=20;dc_a.TextWrapped=true
  4225. dc_a.MouseButton1Down:connect(function()
  4226. Found=false
  4227. for __ba,a_ba in pairs(game.Workspace:GetChildren())do if
  4228. a_ba.Name=="TreeRegion"then
  4229. for b_ba,c_ba in pairs(a_ba:GetChildren())do tree(c_ba,"Volcano")end end end end)_d_a.Name="cutpalm"_d_a.Parent=db_a
  4230. _d_a.BackgroundColor3=Color3.new(1,1,1)_d_a.BorderSizePixel=0
  4231. _d_a.Position=UDim2.new(0,0,0.385602862,0)_d_a.Size=UDim2.new(0,147,0,36)
  4232. _d_a.Style=Enum.ButtonStyle.RobloxRoundButton;_d_a.Font=Enum.Font.Cartoon;_d_a.Text="PALM"
  4233. _d_a.TextColor3=Color3.new(0,0,0)_d_a.TextSize=20;_d_a.TextWrapped=true
  4234. _d_a.MouseButton1Down:connect(function()
  4235. Found=false
  4236. for __ba,a_ba in pairs(game.Workspace:GetChildren())do if
  4237. a_ba.Name=="TreeRegion"then
  4238. for b_ba,c_ba in pairs(a_ba:GetChildren())do tree(c_ba,"Palm")end end end end)ad_a.Name="cutzombie"ad_a.Parent=db_a
  4239. ad_a.BackgroundColor3=Color3.new(1,1,1)ad_a.BorderSizePixel=0
  4240. ad_a.Position=UDim2.new(0,0,0.535395384,0)ad_a.Size=UDim2.new(0,147,0,36)
  4241. ad_a.Style=Enum.ButtonStyle.RobloxRoundButton;ad_a.Font=Enum.Font.Cartoon;ad_a.Text="Green Wood"
  4242. ad_a.TextColor3=Color3.new(0,0,0)ad_a.TextSize=20;ad_a.TextWrapped=true
  4243. ad_a.MouseButton1Down:connect(function()
  4244. Found=false
  4245. for __ba,a_ba in pairs(game.Workspace:GetChildren())do if
  4246. a_ba.Name=="TreeRegion"then
  4247. for b_ba,c_ba in pairs(a_ba:GetChildren())do tree(c_ba,"GreenSwampy")end end end end)bd_a.Name="cutgolden"bd_a.Parent=db_a
  4248. bd_a.BackgroundColor3=Color3.new(1,1,1)bd_a.BorderSizePixel=0
  4249. bd_a.Position=UDim2.new(0,0,0.688880563,0)bd_a.Size=UDim2.new(0,147,0,36)
  4250. bd_a.Style=Enum.ButtonStyle.RobloxRoundButton;bd_a.Font=Enum.Font.Cartoon;bd_a.Text="Golden Wood"
  4251. bd_a.TextColor3=Color3.new(0,0,0)bd_a.TextSize=20;bd_a.TextWrapped=true
  4252. bd_a.MouseButton1Down:connect(function()
  4253. Found=false
  4254. for __ba,a_ba in pairs(game.Workspace:GetChildren())do if
  4255. a_ba.Name=="TreeRegion"then
  4256. for b_ba,c_ba in pairs(a_ba:GetChildren())do tree(c_ba,"GoldSwampy")end end end end)cd_a.Name="cutcave"cd_a.Parent=db_a
  4257. cd_a.BackgroundColor3=Color3.new(1,1,1)cd_a.BorderSizePixel=0
  4258. cd_a.Position=UDim2.new(0,0,0.842726707,0)cd_a.Size=UDim2.new(0,147,0,36)
  4259. cd_a.Style=Enum.ButtonStyle.RobloxRoundButton;cd_a.Font=Enum.Font.Cartoon;cd_a.Text="Blue Wood"
  4260. cd_a.TextColor3=Color3.new(0,0,0)cd_a.TextSize=20;cd_a.TextWrapped=true
  4261. cd_a.MouseButton1Down:connect(function()
  4262. Found=false
  4263. for __ba,a_ba in pairs(game.Workspace:GetChildren())do if
  4264. a_ba.Name=="TreeRegion"then
  4265. for b_ba,c_ba in pairs(a_ba:GetChildren())do tree(c_ba,"CaveCrawler")end end end end)dd_a.Name="others"dd_a.Parent=dbc
  4266. dd_a.BackgroundColor3=Color3.new(1,1,1)dd_a.BorderSizePixel=0
  4267. dd_a.Position=UDim2.new(0.238961026,0,0.511365473,0)dd_a.Size=UDim2.new(0,200,0,50)
  4268. dd_a.Style=Enum.ButtonStyle.RobloxRoundButton;dd_a.Font=Enum.Font.Fantasy;dd_a.Text="OTHERS MENU"
  4269. dd_a.TextColor3=Color3.new(0,0,0)dd_a.TextSize=20;dd_a.TextWrapped=true
  4270. dd_a.MouseButton1Down:connect(function()
  4271. __aa.Visible=true end)__aa.Name="othersmenu"__aa.Parent=dbc;__aa.Active=true
  4272. __aa.BackgroundColor3=Color3.new(0.368627,0.368627,0.368627)__aa.BorderSizePixel=0
  4273. __aa.Position=UDim2.new(0.00779220788,0,0,0)__aa.Selectable=true;__aa.Size=UDim2.new(0,382,0,404)
  4274. __aa.Visible=false;a_aa.Name="drag"a_aa.Parent=__aa
  4275. a_aa.BackgroundColor3=Color3.new(0.898039,0.6,0)a_aa.BorderSizePixel=0;a_aa.Size=UDim2.new(0,382,0,21)
  4276. b_aa.Name="drag2"b_aa.Parent=__aa
  4277. b_aa.BackgroundColor3=Color3.new(1,0.666667,0)b_aa.BorderSizePixel=0
  4278. b_aa.Position=UDim2.new(0,0,0.0509501398,0)b_aa.Size=UDim2.new(0,382,0,48)c_aa.Name="exit"
  4279. c_aa.Parent=__aa;c_aa.BackgroundColor3=Color3.new(1,1,1)
  4280. c_aa.BackgroundTransparency=1;c_aa.Position=UDim2.new(0.929890513,0,0,0)
  4281. c_aa.Size=UDim2.new(0,28,0,21)c_aa.Font=Enum.Font.Cartoon;c_aa.Text="X"
  4282. c_aa.TextColor3=Color3.new(0.980392,0.980392,0.980392)c_aa.TextScaled=true;c_aa.TextSize=14
  4283. c_aa.TextStrokeColor3=Color3.new(1,1,1)c_aa.TextStrokeTransparency=2;c_aa.TextWrapped=true
  4284. c_aa.MouseButton1Click:Connect(function()
  4285. __aa.Visible=false end)d_aa.Name="title"d_aa.Parent=__aa;d_aa.Active=true
  4286. d_aa.BackgroundColor3=Color3.new(1,1,1)d_aa.BackgroundTransparency=1;d_aa.BorderSizePixel=0
  4287. d_aa.Position=UDim2.new(0.0337662324,0,0.0900621116,0)d_aa.Selectable=true;d_aa.Size=UDim2.new(0,366,0,29)
  4288. d_aa.Font=Enum.Font.Cartoon;d_aa.Text="OTHERS MENU"d_aa.TextColor3=Color3.new(1,1,1)
  4289. d_aa.TextScaled=true;d_aa.TextSize=15
  4290. d_aa.TextStrokeColor3=Color3.new(0.141176,0.188235,0.282353)d_aa.TextStrokeTransparency=0;d_aa.TextTransparency=1
  4291. d_aa.TextWrapped=true;_aaa.Name="godaxe"_aaa.Parent=__aa
  4292. _aaa.BackgroundColor3=Color3.new(1,1,1)_aaa.BorderSizePixel=0
  4293. _aaa.Position=UDim2.new(0.23634322,0,0.204785585,0)_aaa.Size=UDim2.new(0,200,0,50)
  4294. _aaa.Style=Enum.ButtonStyle.RobloxRoundButton;_aaa.Font=Enum.Font.Cartoon;_aaa.Text="GOLD AXE"
  4295. _aaa.TextColor3=Color3.new(0,0,0)_aaa.TextSize=20;_aaa.TextWrapped=true
  4296. _aaa.MouseButton1Click:connect(function()
  4297. Detect=coroutine.wrap(function()
  4298. Player=game.Players.LocalPlayer;mouse=Player:GetMouse()
  4299. mouse.Button1Down:connect(function()MouseDown=true end)
  4300. mouse.Button1Up:connect(function()MouseDown=false end)end)Detect()Player=game.Players.LocalPlayer
  4301. mouse=Player:GetMouse()
  4302. game:GetService('RunService').RenderStepped:connect(function()
  4303. if
  4304. Player.Character:FindFirstChild("Tool")then
  4305. if MouseDown==true then
  4306. if mouse.Target.Name=="WoodSection"then
  4307. targetWood=mouse.Target;Tool=Player.Character.Tool
  4308. Height=
  4309. targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y+targetWood.Size.Y/2
  4310. local __ba=Ray.new(Player.Character.Head.Position,
  4311. (
  4312. (targetWood.CFrame*CFrame.new(0,Height-
  4313. targetWood.Size.Y/2,0)).p-Player.Character.Head.Position).unit*200)
  4314. part,_,p=workspace:FindPartOnRay(__ba,Player.Character)function fixVector(baba)
  4315. return Vector3.new(math.floor(baba.X+0.5),math.floor(baba.Y+0.5),math.floor(
  4316. baba.Z+0.5))end
  4317. local a_ba=fixVector(targetWood.CFrame:vectorToObjectSpace(p))if a_ba.Y~=0 then return end
  4318. local b_ba=CFrame.new(Player.Character.Head.Position,mouse.Hit.p)
  4319. local c_ba=b_ba:toObjectSpace(targetWood.CFrame*CFrame.Angles(math.pi/2,0,0))local d_ba=c_ba.lookVector;local _aba=d_ba.Y>=0 and 1 or-1
  4320. if
  4321. a_ba.X==1 then a_ba=Vector3.new(0,0,-1)*_aba elseif a_ba.X==-1 then a_ba=
  4322. Vector3.new(0,0,1)*_aba elseif a_ba.Z==1 then
  4323. a_ba=Vector3.new(1,0,0)*_aba elseif a_ba.Z==-1 then a_ba=Vector3.new(-1,0,0)*_aba end;local aaba=targetWood.Parent.CutEvent
  4324. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(aaba,{sectionId=targetWood.ID.Value,faceVector=a_ba,height=Height,hitPoints=0.2,cooldown=0,cuttingClass="Axe",tool=Player.Character.Tool})end end end end)end)aaaa.Name="v3rsion"aaaa.Parent=__aa;aaaa.Active=true
  4325. aaaa.BackgroundColor3=Color3.new(1,1,1)aaaa.BackgroundTransparency=1
  4326. aaaa.Position=UDim2.new(0.19813019,0,0.818459988,0)aaaa.Size=UDim2.new(0,226,0,60)
  4327. aaaa.Font=Enum.Font.Cartoon;aaaa.Text="Coming Soon~"aaaa.TextColor3=Color3.new(1,1,1)
  4328. aaaa.TextScaled=true;aaaa.TextSize=14
  4329. aaaa.TextStrokeColor3=Color3.new(0.290196,0.380392,0.588235)aaaa.TextWrapped=true;baaa.Name="pinkwires"baaa.Parent=__aa
  4330. baaa.BackgroundColor3=Color3.new(1,1,1)baaa.BorderSizePixel=0
  4331. baaa.Position=UDim2.new(0.23634322,0,0.327086896,0)baaa.Size=UDim2.new(0,200,0,50)
  4332. baaa.Style=Enum.ButtonStyle.RobloxRoundButton;baaa.Font=Enum.Font.Cartoon;baaa.Text="PINK WIRES"
  4333. baaa.TextColor3=Color3.new(0,0,0)baaa.TextSize=20;baaa.TextWrapped=true
  4334. baaa.MouseButton1Click:connect(function()
  4335. local __ba=game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky",true)__ba.Name="Wire"
  4336. local a_ba=game.ReplicatedStorage.Purchasables:FindFirstChild("Wire",true)a_ba:Destroy()end)caaa.Name="maxland"caaa.Parent=__aa
  4337. caaa.BackgroundColor3=Color3.new(1,1,1)caaa.BorderSizePixel=0
  4338. caaa.Position=UDim2.new(0.23634322,0,0.448419482,0)caaa.Size=UDim2.new(0,200,0,50)
  4339. caaa.Style=Enum.ButtonStyle.RobloxRoundButton;caaa.Font=Enum.Font.Cartoon;caaa.Text="MAX LAND"
  4340. caaa.TextColor3=Color3.new(0,0,0)caaa.TextSize=20;caaa.TextWrapped=true
  4341. caaa.MouseButton1Click:connect(function()
  4342. for __ba,a_ba in
  4343. pairs(game:GetService("Workspace").Properties:GetChildren())do
  4344. if a_ba:FindFirstChild("Owner")and
  4345. a_ba.Owner.Value==game.Players.LocalPlayer then base=a_ba;square=a_ba.OriginSquare end end
  4346. function makebase(__ba)
  4347. local a_ba=game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty;a_ba:FireServer(base,__ba)end;spos=square.Position
  4348. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z))
  4349. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z))
  4350. makebase(CFrame.new(spos.X,spos.Y,spos.Z+40))
  4351. makebase(CFrame.new(spos.X,spos.Y,spos.Z-40))
  4352. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z+40))
  4353. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z-40))
  4354. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z+40))
  4355. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z-40))
  4356. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z))
  4357. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z))
  4358. makebase(CFrame.new(spos.X,spos.Y,spos.Z+80))
  4359. makebase(CFrame.new(spos.X,spos.Y,spos.Z-80))
  4360. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z+80))
  4361. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z-80))
  4362. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z+80))
  4363. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z-80))
  4364. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z+80))
  4365. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z+80))
  4366. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z+40))
  4367. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z-40))
  4368. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z+40))
  4369. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z-40))
  4370. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z-80))
  4371. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z-80))end)daaa.Name="painttools"daaa.Parent=__aa
  4372. daaa.BackgroundColor3=Color3.new(1,1,1)daaa.BorderSizePixel=0
  4373. daaa.Position=UDim2.new(0.23634322,0,0.574702621,0)daaa.Size=UDim2.new(0,200,0,50)
  4374. daaa.Style=Enum.ButtonStyle.RobloxRoundButton;daaa.Font=Enum.Font.Cartoon;daaa.Text="PAINT TOOLS"
  4375. daaa.TextColor3=Color3.new(0,0,0)daaa.TextSize=20;daaa.TextWrapped=true
  4376. daaa.MouseButton1Down:Connect(function()
  4377. local __ba=Instance.new("ScreenGui")local a_ba=Instance.new("Frame")
  4378. local b_ba=Instance.new("ImageButton")local c_ba=Instance.new("ScrollingFrame")
  4379. local d_ba=Instance.new("ImageButton")local _aba=Instance.new("Frame")
  4380. local aaba=Instance.new("ImageButton")local baba=Instance.new("Frame")
  4381. local caba=Instance.new("ImageButton")local daba=Instance.new("Frame")
  4382. local _bba=Instance.new("ImageButton")local abba=Instance.new("Frame")
  4383. local bbba=Instance.new("ImageButton")local cbba=Instance.new("Frame")
  4384. local dbba=Instance.new("ImageButton")local _cba=Instance.new("Frame")
  4385. local acba=Instance.new("ImageButton")local bcba=Instance.new("Frame")
  4386. local ccba=Instance.new("ImageButton")local dcba=Instance.new("Frame")
  4387. local _dba=Instance.new("ImageButton")local adba=Instance.new("Frame")
  4388. local bdba=Instance.new("ImageButton")local cdba=Instance.new("Frame")
  4389. local ddba=Instance.new("ImageButton")local __ca=Instance.new("Frame")
  4390. local a_ca=Instance.new("ImageButton")local b_ca=Instance.new("Frame")
  4391. local c_ca=Instance.new("ImageButton")local d_ca=Instance.new("Frame")
  4392. local _aca=Instance.new("ImageButton")local aaca=Instance.new("Frame")
  4393. local baca=Instance.new("ImageButton")local caca=Instance.new("Frame")
  4394. local daca=Instance.new("ImageButton")local _bca=Instance.new("Frame")
  4395. local abca=Instance.new("ImageButton")local bbca=Instance.new("Frame")
  4396. local cbca=Instance.new("ImageButton")local dbca=Instance.new("Frame")
  4397. local _cca=Instance.new("ImageButton")local acca=Instance.new("Frame")__ba.Name="ColorPicker"
  4398. __ba.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")a_ba.Name="ChangeColor"a_ba.Parent=__ba
  4399. a_ba.BackgroundColor3=Color3.new(0.176471,0.254902,0.427451)a_ba.BorderColor3=Color3.new(0,0,0)a_ba.BorderSizePixel=2;a_ba.Position=UDim2.new(0,10,1,
  4400. -110)
  4401. a_ba.Size=UDim2.new(0,100,0,100)a_ba.ZIndex=2;__ba.Enabled=false;b_ba.Name="CurrentColor"
  4402. b_ba.Parent=a_ba
  4403. b_ba.BackgroundColor3=Color3.new(0.176471,0.254902,0.427451)b_ba.BorderColor3=Color3.new(0,0,0)b_ba.BorderSizePixel=2
  4404. b_ba.Position=UDim2.new(0,10,0,10)b_ba.Size=UDim2.new(0,80,0,80)b_ba.ZIndex=2
  4405. b_ba.Image="rbxassetid://2712547918"b_ba.ScaleType=Enum.ScaleType.Crop;c_ba.Name="Picker"
  4406. c_ba.Parent=__ba
  4407. c_ba.BackgroundColor3=Color3.new(0.176471,0.254902,0.427451)c_ba.BorderColor3=Color3.new(0,0,0)c_ba.BorderSizePixel=2;c_ba.Position=UDim2.new(0,10,1,
  4408. -320)
  4409. c_ba.Size=UDim2.new(0,100,0,200)c_ba.CanvasPosition=Vector2.new(0,700)
  4410. c_ba.CanvasSize=UDim2.new(0,0,0,900)c_ba.ScrollBarThickness=7
  4411. c_ba.VerticalScrollBarPosition=Enum.VerticalScrollBarPosition.Left;c_ba.Visible=false;d_ba.Name="Birch"d_ba.Parent=c_ba
  4412. d_ba.BackgroundColor3=Color3.new(1,1,1)d_ba.BorderColor3=Color3.new(0,0,0)
  4413. d_ba.Position=UDim2.new(0,10,0,5)d_ba.Size=UDim2.new(0,80,0,40)d_ba.ZIndex=3
  4414. d_ba.Image="rbxassetid://2712547918"d_ba.ScaleType=Enum.ScaleType.Crop;_aba.Name="DropShadow"
  4415. _aba.Parent=d_ba;_aba.BackgroundColor3=Color3.new(0,0,0)_aba.BorderSizePixel=0
  4416. _aba.Position=UDim2.new(0,4,0,4)_aba.Size=UDim2.new(1,0,1,0)_aba.ZIndex=2;aaba.Name="Grey"
  4417. aaba.Parent=c_ba;aaba.BackgroundColor3=Color3.new(1,1,1)
  4418. aaba.BorderColor3=Color3.new(0,0,0)aaba.Position=UDim2.new(0,10,0,55)
  4419. aaba.Size=UDim2.new(0,80,0,40)aaba.ZIndex=3;aaba.Image="rbxassetid://924320031"
  4420. aaba.ScaleType=Enum.ScaleType.Crop;baba.Name="DropShadow"baba.Parent=aaba
  4421. baba.BackgroundColor3=Color3.new(0,0,0)baba.BorderSizePixel=0;baba.Position=UDim2.new(0,4,0,4)
  4422. baba.Size=UDim2.new(1,0,1,0)baba.ZIndex=2;caba.Name="Walnut"caba.Parent=c_ba
  4423. caba.BackgroundColor3=Color3.new(1,1,1)caba.BorderColor3=Color3.new(0,0,0)
  4424. caba.Position=UDim2.new(0,10,0,105)caba.Size=UDim2.new(0,80,0,40)caba.ZIndex=3
  4425. caba.Image="rbxassetid://2712559790"caba.ScaleType=Enum.ScaleType.Crop;daba.Name="DropShadow"
  4426. daba.Parent=caba;daba.BackgroundColor3=Color3.new(0,0,0)daba.BorderSizePixel=0
  4427. daba.Position=UDim2.new(0,4,0,4)daba.Size=UDim2.new(1,0,1,0)daba.ZIndex=2;_bba.Name="Generic"
  4428. _bba.Parent=c_ba;_bba.BackgroundColor3=Color3.new(1,1,1)
  4429. _bba.BorderColor3=Color3.new(0,0,0)_bba.Position=UDim2.new(0,10,0,155)
  4430. _bba.Size=UDim2.new(0,80,0,40)_bba.ZIndex=3;_bba.Image="rbxassetid://2712568624"
  4431. _bba.ScaleType=Enum.ScaleType.Crop;abba.Name="DropShadow"abba.Parent=_bba
  4432. abba.BackgroundColor3=Color3.new(0,0,0)abba.BorderSizePixel=0;abba.Position=UDim2.new(0,4,0,4)
  4433. abba.Size=UDim2.new(1,0,1,0)abba.ZIndex=2;bbba.Name="Oak"bbba.Parent=c_ba
  4434. bbba.BackgroundColor3=Color3.new(1,1,1)bbba.BorderColor3=Color3.new(0,0,0)
  4435. bbba.Position=UDim2.new(0,10,0,205)bbba.Size=UDim2.new(0,80,0,40)bbba.ZIndex=3
  4436. bbba.Image="rbxassetid://2712579185"bbba.ScaleType=Enum.ScaleType.Crop;cbba.Name="DropShadow"
  4437. cbba.Parent=bbba;cbba.BackgroundColor3=Color3.new(0,0,0)cbba.BorderSizePixel=0
  4438. cbba.Position=UDim2.new(0,4,0,4)cbba.Size=UDim2.new(1,0,1,0)cbba.ZIndex=2;dbba.Name="Pine"
  4439. dbba.Parent=c_ba;dbba.BackgroundColor3=Color3.new(1,1,1)
  4440. dbba.BorderColor3=Color3.new(0,0,0)dbba.Position=UDim2.new(0,10,0,255)
  4441. dbba.Size=UDim2.new(0,80,0,40)dbba.ZIndex=3;dbba.Image="rbxassetid://2712591183"
  4442. dbba.ScaleType=Enum.ScaleType.Crop;_cba.Name="DropShadow"_cba.Parent=dbba
  4443. _cba.BackgroundColor3=Color3.new(0,0,0)_cba.BorderSizePixel=0;_cba.Position=UDim2.new(0,4,0,4)
  4444. _cba.Size=UDim2.new(1,0,1,0)_cba.ZIndex=2;acba.Name="Palm"acba.Parent=c_ba
  4445. acba.BackgroundColor3=Color3.new(1,1,1)acba.BorderColor3=Color3.new(0,0,0)
  4446. acba.Position=UDim2.new(0,10,0,305)acba.Size=UDim2.new(0,80,0,40)acba.ZIndex=3
  4447. acba.Image="rbxassetid://2712597395"acba.ScaleType=Enum.ScaleType.Crop;bcba.Name="DropShadow"
  4448. bcba.Parent=acba;bcba.BackgroundColor3=Color3.new(0,0,0)bcba.BorderSizePixel=0
  4449. bcba.Position=UDim2.new(0,4,0,4)bcba.Size=UDim2.new(1,0,1,0)bcba.ZIndex=2;ccba.Name="Cherry"
  4450. ccba.Parent=c_ba;ccba.BackgroundColor3=Color3.new(1,1,1)
  4451. ccba.BorderColor3=Color3.new(0,0,0)ccba.Position=UDim2.new(0,10,0,355)
  4452. ccba.Size=UDim2.new(0,80,0,40)ccba.ZIndex=3;ccba.Image="rbxassetid://2712608599"
  4453. ccba.ScaleType=Enum.ScaleType.Crop;dcba.Name="DropShadow"dcba.Parent=ccba
  4454. dcba.BackgroundColor3=Color3.new(0,0,0)dcba.BorderSizePixel=0;dcba.Position=UDim2.new(0,4,0,4)
  4455. dcba.Size=UDim2.new(1,0,1,0)dcba.ZIndex=2;_dba.Name="Koa"_dba.Parent=c_ba
  4456. _dba.BackgroundColor3=Color3.new(1,1,1)_dba.BorderColor3=Color3.new(0,0,0)
  4457. _dba.Position=UDim2.new(0,10,0,355)_dba.Size=UDim2.new(0,80,0,40)_dba.ZIndex=3
  4458. _dba.Image="rbxassetid://2712612798"_dba.ScaleType=Enum.ScaleType.Crop;adba.Name="DropShadow"
  4459. adba.Parent=_dba;adba.BackgroundColor3=Color3.new(0,0,0)adba.BorderSizePixel=0
  4460. adba.Position=UDim2.new(0,4,0,4)adba.Size=UDim2.new(1,0,1,0)adba.ZIndex=2;bdba.Name="Volcano"
  4461. bdba.Parent=c_ba;bdba.BackgroundColor3=Color3.new(1,1,1)
  4462. bdba.BorderColor3=Color3.new(0,0,0)bdba.Position=UDim2.new(0,10,0,405)
  4463. bdba.Size=UDim2.new(0,80,0,40)bdba.ZIndex=3;bdba.Image="rbxassetid://2712618609"
  4464. bdba.ScaleType=Enum.ScaleType.Crop;cdba.Name="DropShadow"cdba.Parent=bdba
  4465. cdba.BackgroundColor3=Color3.new(0,0,0)cdba.BorderSizePixel=0;cdba.Position=UDim2.new(0,4,0,4)
  4466. cdba.Size=UDim2.new(1,0,1,0)cdba.ZIndex=2;ddba.Name="GreenSwampy"ddba.Parent=c_ba
  4467. ddba.BackgroundColor3=Color3.new(1,1,1)ddba.BorderColor3=Color3.new(0,0,0)
  4468. ddba.Position=UDim2.new(0,10,0,455)ddba.Size=UDim2.new(0,80,0,40)ddba.ZIndex=3
  4469. ddba.Image="rbxassetid://2712623896"ddba.ScaleType=Enum.ScaleType.Crop;__ca.Name="DropShadow"
  4470. __ca.Parent=ddba;__ca.BackgroundColor3=Color3.new(0,0,0)__ca.BorderSizePixel=0
  4471. __ca.Position=UDim2.new(0,4,0,4)__ca.Size=UDim2.new(1,0,1,0)__ca.ZIndex=2
  4472. a_ca.Name="GoldSwampy"a_ca.Parent=c_ba;a_ca.BackgroundColor3=Color3.new(1,1,1)
  4473. a_ca.BorderColor3=Color3.new(0,0,0)a_ca.Position=UDim2.new(0,10,0,505)
  4474. a_ca.Size=UDim2.new(0,80,0,40)a_ca.ZIndex=3;a_ca.Image="rbxassetid://2712631457"
  4475. a_ca.ScaleType=Enum.ScaleType.Crop;b_ca.Name="DropShadow"b_ca.Parent=a_ca
  4476. b_ca.BackgroundColor3=Color3.new(0,0,0)b_ca.BorderSizePixel=0;b_ca.Position=UDim2.new(0,4,0,4)
  4477. b_ca.Size=UDim2.new(1,0,1,0)b_ca.ZIndex=2;c_ca.Name="GenericSpecial"c_ca.Parent=c_ba
  4478. c_ca.BackgroundColor3=Color3.new(1,1,1)c_ca.BorderColor3=Color3.new(0,0,0)
  4479. c_ca.Position=UDim2.new(0,10,0,555)c_ca.Size=UDim2.new(0,80,0,40)c_ca.ZIndex=3
  4480. c_ca.Image="rbxassetid://2712639396"c_ca.ScaleType=Enum.ScaleType.Crop;d_ca.Name="DropShadow"
  4481. d_ca.Parent=c_ca;d_ca.BackgroundColor3=Color3.new(0,0,0)d_ca.BorderSizePixel=0
  4482. d_ca.Position=UDim2.new(0,4,0,4)d_ca.Size=UDim2.new(1,0,1,0)d_ca.ZIndex=2;_aca.Name="SnowGlow"
  4483. _aca.Parent=c_ba;_aca.BackgroundColor3=Color3.new(1,1,1)
  4484. _aca.BorderColor3=Color3.new(0,0,0)_aca.Position=UDim2.new(0,10,0,605)
  4485. _aca.Size=UDim2.new(0,80,0,40)_aca.ZIndex=3;_aca.Image="rbxassetid://2712651454"
  4486. _aca.ScaleType=Enum.ScaleType.Crop;aaca.Name="DropShadow"aaca.Parent=_aca
  4487. aaca.BackgroundColor3=Color3.new(0,0,0)aaca.BorderSizePixel=0;aaca.Position=UDim2.new(0,4,0,4)
  4488. aaca.Size=UDim2.new(1,0,1,0)aaca.ZIndex=2;baca.Name="Frost"baca.Parent=c_ba
  4489. baca.BackgroundColor3=Color3.new(1,1,1)baca.BorderColor3=Color3.new(0,0,0)
  4490. baca.Position=UDim2.new(0,10,0,655)baca.Size=UDim2.new(0,80,0,40)baca.ZIndex=3
  4491. baca.Image="rbxassetid://2712667804"baca.ScaleType=Enum.ScaleType.Crop;caca.Name="DropShadow"
  4492. caca.Parent=baca;caca.BackgroundColor3=Color3.new(0,0,0)caca.BorderSizePixel=0
  4493. caca.Position=UDim2.new(0,4,0,4)caca.Size=UDim2.new(1,0,1,0)caca.ZIndex=2
  4494. daca.Name="CaveCrawler"daca.Parent=c_ba;daca.BackgroundColor3=Color3.new(1,1,1)
  4495. daca.BorderColor3=Color3.new(0,0,0)daca.Position=UDim2.new(0,10,0,705)
  4496. daca.Size=UDim2.new(0,80,0,40)daca.ZIndex=3;daca.Image="rbxassetid://2712673980"
  4497. daca.ScaleType=Enum.ScaleType.Crop;_bca.Name="DropShadow"_bca.Parent=daca
  4498. _bca.BackgroundColor3=Color3.new(0,0,0)_bca.BorderSizePixel=0;_bca.Position=UDim2.new(0,4,0,4)
  4499. _bca.Size=UDim2.new(1,0,1,0)_bca.ZIndex=2;abca.Name="LoneCave"abca.Parent=c_ba
  4500. abca.BackgroundColor3=Color3.new(1,1,1)abca.BorderColor3=Color3.new(0,0,0)
  4501. abca.Position=UDim2.new(0,10,0,755)abca.Size=UDim2.new(0,80,0,40)abca.ZIndex=3
  4502. abca.Image="rbxassetid://2712693147"abca.ScaleType=Enum.ScaleType.Crop;bbca.Name="DropShadow"
  4503. bbca.Parent=abca;bbca.BackgroundColor3=Color3.new(0,0,0)bbca.BorderSizePixel=0
  4504. bbca.Position=UDim2.new(0,4,0,4)bbca.Size=UDim2.new(1,0,1,0)bbca.ZIndex=2;cbca.Name="Spooky"
  4505. cbca.Parent=c_ba;cbca.BackgroundColor3=Color3.new(1,1,1)
  4506. cbca.BorderColor3=Color3.new(0,0,0)cbca.Position=UDim2.new(0,10,0,805)
  4507. cbca.Size=UDim2.new(0,80,0,40)cbca.ZIndex=3;cbca.Image="rbxassetid://2712696822"
  4508. cbca.ScaleType=Enum.ScaleType.Crop;dbca.Name="DropShadow"dbca.Parent=cbca
  4509. dbca.BackgroundColor3=Color3.new(0,0,0)dbca.BorderSizePixel=0;dbca.Position=UDim2.new(0,4,0,4)
  4510. dbca.Size=UDim2.new(1,0,1,0)dbca.ZIndex=2;_cca.Name="SpookyNeon"_cca.Parent=c_ba
  4511. _cca.BackgroundColor3=Color3.new(1,1,1)_cca.BorderColor3=Color3.new(0,0,0)
  4512. _cca.Position=UDim2.new(0,10,0,855)_cca.Size=UDim2.new(0,80,0,40)_cca.ZIndex=3
  4513. _cca.Image="rbxassetid://2712700047"_cca.ScaleType=Enum.ScaleType.Crop;acca.Name="DropShadow"
  4514. acca.Parent=_cca;acca.BackgroundColor3=Color3.new(0,0,0)acca.BorderSizePixel=0
  4515. acca.Position=UDim2.new(0,4,0,4)acca.Size=UDim2.new(1,0,1,0)acca.ZIndex=2;woodtype="Birch"
  4516. local bcca=Instance.new("Tool",game.Players.LocalPlayer.Backpack)bcca.RequiresHandle=false;bcca.Name="Paint"
  4517. bcca.ToolTip="Changes A Stucture's Wood Type"
  4518. bcca.Equipped:connect(function(ccca)__ba.Enabled=true
  4519. ccca.Button1Down:connect(function()
  4520. if
  4521.  
  4522. ccca.Target.Parent:FindFirstChild("Type")or ccca.Target.Parent:FindFirstChild("BlueprintWoodClass")then local dcca
  4523. if ccca.Target.Parent:FindFirstChild("MainCFrame")then
  4524. dcca=ccca.Target.Parent.MainCFrame.Value else dcca=ccca.Target.Parent.PrimaryPart.CFrame end
  4525. if ccca.Target.Parent~=nil then
  4526. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(ccca.Target.Parent.ItemName.Value,dcca,game.Players.LocalPlayer,woodtype,ccca.Target.Parent,false)end else end end)end)
  4527. bcca.Unequipped:connect(function(ccca)__ba.Enabled=false end)
  4528. d_ba.MouseButton1Click:Connect(function()b_ba.Image=d_ba.Image;woodtype="Birch"end)
  4529. aaba.MouseButton1Click:Connect(function()b_ba.Image=aaba.Image;woodtype=nil end)
  4530. caba.MouseButton1Click:Connect(function()b_ba.Image=caba.Image;woodtype="Walnut"end)
  4531. _bba.MouseButton1Click:Connect(function()b_ba.Image=_bba.Image;woodtype="Generic"end)
  4532. bbba.MouseButton1Click:Connect(function()b_ba.Image=bbba.Image;woodtype="Oak"end)
  4533. dbba.MouseButton1Click:Connect(function()b_ba.Image=dbba.Image;woodtype="Pine"end)
  4534. acba.MouseButton1Click:Connect(function()b_ba.Image=acba.Image;woodtype="Palm"end)
  4535. _dba.MouseButton1Click:Connect(function()b_ba.Image=_dba.Image;woodtype="Koa"end)
  4536. bdba.MouseButton1Click:Connect(function()b_ba.Image=bdba.Image;woodtype="Volcano"end)
  4537. ddba.MouseButton1Click:Connect(function()b_ba.Image=ddba.Image;woodtype="GreenSwampy"end)
  4538. a_ca.MouseButton1Click:Connect(function()b_ba.Image=a_ca.Image;woodtype="GoldSwampy"end)
  4539. c_ca.MouseButton1Click:Connect(function()b_ba.Image=c_ca.Image
  4540. woodtype="GenericSpecial"end)
  4541. _aca.MouseButton1Click:Connect(function()b_ba.Image=_aca.Image;woodtype="SnowGlow"end)
  4542. baca.MouseButton1Click:Connect(function()b_ba.Image=baca.Image;woodtype="Frost"end)
  4543. daca.MouseButton1Click:Connect(function()b_ba.Image=daca.Image;woodtype="CaveCrawler"end)
  4544. abca.MouseButton1Click:Connect(function()b_ba.Image=abca.Image;woodtype="LoneCave"end)
  4545. cbca.MouseButton1Click:Connect(function()b_ba.Image=cbca.Image;woodtype="Spooky"end)
  4546. _cca.MouseButton1Click:Connect(function()b_ba.Image=_cca.Image;woodtype="SpookyNeon"end)
  4547. b_ba.MouseButton1Click:Connect(function()if c_ba.Visible==false then c_ba.Visible=true else
  4548. c_ba.Visible=false end end)end)_baa.Name="fuckferry"_baa.Parent=__aa
  4549. _baa.BackgroundColor3=Color3.new(1,1,1)_baa.BorderSizePixel=0
  4550. _baa.Position=UDim2.new(0.23634322,0,0.69846499,0)_baa.Size=UDim2.new(0,200,0,50)
  4551. _baa.Style=Enum.ButtonStyle.RobloxRoundButton;_baa.Font=Enum.Font.Cartoon;_baa.Text="[FUVK FERRY LT 2]"
  4552. _baa.TextColor3=Color3.new(0,0,0)_baa.TextSize=20;_baa.TextWrapped=true
  4553. _baa.MouseButton1Down:connect(function()
  4554. abaa.Visible=true end)abaa.Name="fuckfrry"abaa.Parent=dbc;abaa.Active=true
  4555. abaa.BackgroundColor3=Color3.new(0.368627,0.368627,0.368627)abaa.BorderSizePixel=0
  4556. abaa.Position=UDim2.new(0.00779220788,0,0.379581153,0)abaa.Selectable=true;abaa.Size=UDim2.new(0,382,0,277)
  4557. abaa.Visible=false;bbaa.Name="drag"bbaa.Parent=abaa
  4558. bbaa.BackgroundColor3=Color3.new(0.898039,0.6,0)bbaa.BorderSizePixel=0;bbaa.Size=UDim2.new(0,382,0,21)
  4559. cbaa.Name="drag2"cbaa.Parent=abaa
  4560. cbaa.BackgroundColor3=Color3.new(1,0.666667,0)cbaa.BorderSizePixel=0
  4561. cbaa.Position=UDim2.new(0,0,0.0509501398,0)cbaa.Size=UDim2.new(0,382,0,48)dbaa.Name="exit"
  4562. dbaa.Parent=abaa;dbaa.BackgroundColor3=Color3.new(1,1,1)
  4563. dbaa.BackgroundTransparency=1;dbaa.Position=UDim2.new(0.929890513,0,0,0)
  4564. dbaa.Size=UDim2.new(0,28,0,21)dbaa.Font=Enum.Font.Cartoon;dbaa.Text="X"
  4565. dbaa.TextColor3=Color3.new(0.980392,0.980392,0.980392)dbaa.TextScaled=true;dbaa.TextSize=14
  4566. dbaa.TextStrokeColor3=Color3.new(1,1,1)dbaa.TextStrokeTransparency=2;dbaa.TextWrapped=true
  4567. dbaa.MouseButton1Down:connect(function()
  4568. abaa.Visible=false end)acaa.Name="copybase"acaa.Parent=abaa
  4569. acaa.BackgroundColor3=Color3.new(1,1,1)acaa.BorderSizePixel=0
  4570. acaa.Position=UDim2.new(0.665662587,0,0.495505214,0)acaa.Size=UDim2.new(0,120,0,36)
  4571. acaa.Style=Enum.ButtonStyle.RobloxRoundButton;acaa.Font=Enum.Font.Cartoon;acaa.Text="COPY BASE"
  4572. acaa.TextColor3=Color3.new(0,0,0)acaa.TextSize=20;acaa.TextWrapped=true
  4573. acaa.MouseButton1Down:connect(function()
  4574. player=game.Players.LocalPlayer;plr=bcaa.Text;pmds=game.Workspace.PlayerModels
  4575. PlaceR=game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint
  4576. PlaceS=game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure;Property=nil;MProperty=nil
  4577. for __ba,a_ba in
  4578. pairs(game.Workspace.Properties:GetChildren())do
  4579. if
  4580.  
  4581. a_ba:FindFirstChild("Owner")and a_ba.Owner.Value~=nil and a_ba.Owner.Value==game.Players[plr]then Property=a_ba.OriginSquare end end
  4582. for __ba,a_ba in
  4583. pairs(game.Workspace.Properties:GetChildren())do
  4584. if
  4585.  
  4586. a_ba:FindFirstChild("Owner")and a_ba.Owner.Value~=nil and a_ba.Owner.Value==game.Players.LocalPlayer then MProperty=a_ba.OriginSquare end end
  4587. function copypart(__ba)if __ba:FindFirstChild("MainCFrame")then Cframe=__ba.MainCFrame.Value else
  4588. Cframe=__ba.PrimaryPart.CFrame end;X=
  4589. Property.Position.X-Cframe.X
  4590. Y=Property.Position.Y-Cframe.Y;Z=Property.Position.Z-Cframe.Z
  4591. PlaceR:FireServer(__ba.ItemName.Value,
  4592. (
  4593. CFrame.new(MProperty.Position.X,MProperty.Position.Y,MProperty.Position.Z)*CFrame.Angles(Cframe:toEulerAnglesXYZ()))-Vector3.new(X,Y,Z),game.Players.LocalPlayer)wait()end
  4594. for __ba,a_ba in pairs(pmds:GetChildren())do
  4595. if
  4596.  
  4597. a_ba:FindFirstChild("Owner")and
  4598. a_ba.Owner.Value~=nil and
  4599. a_ba.Owner.Value==game.Players[plr]and
  4600. a_ba:FindFirstChild("ItemName")and
  4601. a_ba:FindFirstChild("Type")and
  4602. (a_ba.PrimaryPart~=nil or a_ba:FindFirstChild("MainCFrame"))then copypart(a_ba)end end end)bcaa.Name="bangsad"bcaa.Parent=abaa
  4603. bcaa.BackgroundColor3=Color3.new(0.254902,0.254902,0.254902)bcaa.BorderSizePixel=0
  4604. bcaa.Position=UDim2.new(0.29842934,0,0.321041793,0)bcaa.Size=UDim2.new(0,154,0,32)
  4605. bcaa.Font=Enum.Font.GothamBold
  4606. bcaa.PlaceholderColor3=Color3.new(0.698039,0.698039,0.698039)bcaa.Text="PLAYER HERE"bcaa.TextColor3=Color3.new(1,1,1)
  4607. bcaa.TextSize=14;bcaa.TextWrapped=true;ccaa.Name="wipebase"ccaa.Parent=abaa
  4608. ccaa.BackgroundColor3=Color3.new(1,1,1)ccaa.BorderSizePixel=0
  4609. ccaa.Position=UDim2.new(0.0190657377,0,0.495505184,0)ccaa.Size=UDim2.new(0,120,0,36)
  4610. ccaa.Style=Enum.ButtonStyle.RobloxRoundButton;ccaa.Font=Enum.Font.Cartoon;ccaa.Text="WIPE BASE"
  4611. ccaa.TextColor3=Color3.new(0,0,0)ccaa.TextSize=20;ccaa.TextWrapped=true
  4612. ccaa.MouseButton1Down:Connect(function()
  4613. player=game.Players.LocalPlayer;plr=bcaa.Text;pmds=game.Workspace.PlayerModels
  4614. PlaceR=game.ReplicatedStorage.Interaction.DestroyStructure
  4615. for __ba,a_ba in pairs(pmds:GetChildren())do
  4616. if
  4617.  
  4618. a_ba:FindFirstChild("Owner")and
  4619. a_ba.Owner.Value~=nil and
  4620. a_ba.Owner.Value==game.Players[plr]and
  4621. a_ba:FindFirstChild("ItemName")and
  4622. a_ba:FindFirstChild("Type")and
  4623. (a_ba.PrimaryPart~=nil or a_ba:FindFirstChild("MainCFrame"))then PlaceR:FireServer(a_ba)end end end)dcaa.Name="tpaxe"dcaa.Parent=abaa
  4624. dcaa.BackgroundColor3=Color3.new(1,1,1)dcaa.BorderSizePixel=0
  4625. dcaa.Position=UDim2.new(0.0190657377,0,0.627104402,0)dcaa.Size=UDim2.new(0,120,0,36)
  4626. dcaa.Style=Enum.ButtonStyle.RobloxRoundButton;dcaa.Font=Enum.Font.Cartoon;dcaa.Text="AXE"
  4627. dcaa.TextColor3=Color3.new(0,0,0)dcaa.TextSize=20;dcaa.TextWrapped=true
  4628. dcaa.MouseButton1Down:connect(function()
  4629. player=game.Players.LocalPlayer;local __ba=bcaa.Text;local a_ba="Tool"local b_ba=0
  4630. for c_ba,d_ba in
  4631. pairs(game.Workspace.PlayerModels:GetChildren())do
  4632. if d_ba:FindFirstChild("Owner")and
  4633. tostring(d_ba.Owner.Value)==__ba then
  4634. if a_ba~="TreeClass"then
  4635. if
  4636.  
  4637. d_ba:FindFirstChild("Type")and tostring(d_ba.Type.Value)==a_ba then
  4638. if d_ba.PrimaryPart then
  4639. d_ba.PrimaryPart.CFrame=
  4640. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4641. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.PrimaryPart)
  4642. d_ba.PrimaryPart.CFrame=
  4643. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4644. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.PrimaryPart)
  4645. d_ba.PrimaryPart.CFrame=
  4646. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end else
  4647. if d_ba:FindFirstChild("TreeClass")then
  4648. if d_ba.WoodSection then
  4649. d_ba.WoodSection.CFrame=
  4650. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4651. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.WoodSection)
  4652. d_ba.WoodSection.CFrame=
  4653. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4654. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.WoodSection)
  4655. d_ba.WoodSection.CFrame=
  4656. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end end end end end)_daa.Name="tpplanks"_daa.Parent=abaa
  4657. _daa.BackgroundColor3=Color3.new(1,1,1)_daa.BorderSizePixel=0
  4658. _daa.Position=UDim2.new(0.665662587,0,0.623494327,0)_daa.Size=UDim2.new(0,120,0,36)
  4659. _daa.Style=Enum.ButtonStyle.RobloxRoundButton;_daa.Font=Enum.Font.Cartoon;_daa.Text="PLANKS"
  4660. _daa.TextColor3=Color3.new(0,0,0)_daa.TextSize=20;_daa.TextWrapped=true
  4661. _daa.MouseButton1Down:connect(function()
  4662. player=game.Players.LocalPlayer;local __ba=bcaa.Text;local a_ba="TreeClass"local b_ba=0
  4663. for c_ba,d_ba in
  4664. pairs(game.Workspace.PlayerModels:GetChildren())do
  4665. if d_ba:FindFirstChild("Owner")and
  4666. tostring(d_ba.Owner.Value)==__ba then
  4667. if a_ba~="TreeClass"then
  4668. if
  4669.  
  4670. d_ba:FindFirstChild("Type")and tostring(d_ba.Type.Value)==a_ba then
  4671. if d_ba.PrimaryPart then
  4672. d_ba.PrimaryPart.CFrame=
  4673. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4674. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.PrimaryPart)
  4675. d_ba.PrimaryPart.CFrame=
  4676. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4677. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.PrimaryPart)
  4678. d_ba.PrimaryPart.CFrame=
  4679. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end else
  4680. if d_ba:FindFirstChild("TreeClass")then
  4681. if d_ba.WoodSection then
  4682. d_ba.WoodSection.CFrame=
  4683. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4684. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.WoodSection)
  4685. d_ba.WoodSection.CFrame=
  4686. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4687. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.WoodSection)
  4688. d_ba.WoodSection.CFrame=
  4689. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end end end end end)adaa.Name="gift"adaa.Parent=abaa
  4690. adaa.BackgroundColor3=Color3.new(1,1,1)adaa.BorderSizePixel=0
  4691. adaa.Position=UDim2.new(0.0190657377,0,0.757068276,0)adaa.Size=UDim2.new(0,120,0,36)
  4692. adaa.Style=Enum.ButtonStyle.RobloxRoundButton;adaa.Font=Enum.Font.Cartoon;adaa.Text="GIFTS"
  4693. adaa.TextColor3=Color3.new(0,0,0)adaa.TextSize=20;adaa.TextWrapped=true
  4694. adaa.MouseButton1Down:connect(function()
  4695. player=game.Players.LocalPlayer;local __ba=bcaa.Text;local a_ba="Gift"local b_ba=0
  4696. for c_ba,d_ba in
  4697. pairs(game.Workspace.PlayerModels:GetChildren())do
  4698. if d_ba:FindFirstChild("Owner")and
  4699. tostring(d_ba.Owner.Value)==__ba then
  4700. if a_ba~="TreeClass"then
  4701. if
  4702.  
  4703. d_ba:FindFirstChild("Type")and tostring(d_ba.Type.Value)==a_ba then
  4704. if d_ba.PrimaryPart then
  4705. d_ba.PrimaryPart.CFrame=
  4706. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4707. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.PrimaryPart)
  4708. d_ba.PrimaryPart.CFrame=
  4709. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4710. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.PrimaryPart)
  4711. d_ba.PrimaryPart.CFrame=
  4712. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end else
  4713. if d_ba:FindFirstChild("TreeClass")then
  4714. if d_ba.WoodSection then
  4715. d_ba.WoodSection.CFrame=
  4716. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4717. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.WoodSection)
  4718. d_ba.WoodSection.CFrame=
  4719. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4720. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.WoodSection)
  4721. d_ba.WoodSection.CFrame=
  4722. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end end end end end)bdaa.Name="title"bdaa.Parent=abaa;bdaa.Active=true
  4723. bdaa.BackgroundColor3=Color3.new(1,1,1)bdaa.BackgroundTransparency=1;bdaa.BorderSizePixel=0
  4724. bdaa.Position=UDim2.new(0.0337662324,0,0.0900621116,0)bdaa.Selectable=true;bdaa.Size=UDim2.new(0,366,0,29)
  4725. bdaa.Font=Enum.Font.Cartoon;bdaa.Text="FUVK FERRY LT 2"bdaa.TextColor3=Color3.new(1,1,1)
  4726. bdaa.TextScaled=true;bdaa.TextSize=15
  4727. bdaa.TextStrokeColor3=Color3.new(0.141176,0.188235,0.282353)bdaa.TextStrokeTransparency=0;bdaa.TextTransparency=1
  4728. bdaa.TextWrapped=true;cdaa.Parent=abaa;cdaa.BackgroundColor3=Color3.new(1,1,1)
  4729. cdaa.BackgroundTransparency=1;cdaa.BorderSizePixel=0
  4730. cdaa.Position=UDim2.new(0.366492152,0,0.884476542,0)cdaa.Size=UDim2.new(0,128,0,26)
  4731. cdaa.Font=Enum.Font.Cartoon;cdaa.Text="Coming Soon~"cdaa.TextColor3=Color3.new(1,1,1)
  4732. cdaa.TextSize=25;ddaa.Name="loose"ddaa.Parent=abaa
  4733. ddaa.BackgroundColor3=Color3.new(1,1,1)ddaa.BorderSizePixel=0
  4734. ddaa.Position=UDim2.new(0.665662587,0,0.753458261,0)ddaa.Size=UDim2.new(0,120,0,36)
  4735. ddaa.Style=Enum.ButtonStyle.RobloxRoundButton;ddaa.Font=Enum.Font.Cartoon;ddaa.Text="LOOSE"
  4736. ddaa.TextColor3=Color3.new(0,0,0)ddaa.TextSize=20;ddaa.TextWrapped=true
  4737. ddaa.MouseButton1Down:connect(function()
  4738. player=game.Players.LocalPlayer;local __ba=bcaa.Text;local a_ba="Loose Item"local b_ba=0
  4739. for c_ba,d_ba in
  4740. pairs(game.Workspace.PlayerModels:GetChildren())do
  4741. if d_ba:FindFirstChild("Owner")and
  4742. tostring(d_ba.Owner.Value)==__ba then
  4743. if a_ba~="TreeClass"then
  4744. if
  4745.  
  4746. d_ba:FindFirstChild("Type")and tostring(d_ba.Type.Value)==a_ba then
  4747. if d_ba.PrimaryPart then
  4748. d_ba.PrimaryPart.CFrame=
  4749. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4750. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.PrimaryPart)
  4751. d_ba.PrimaryPart.CFrame=
  4752. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4753. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.PrimaryPart)
  4754. d_ba.PrimaryPart.CFrame=
  4755. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end else
  4756. if d_ba:FindFirstChild("TreeClass")then
  4757. if d_ba.WoodSection then
  4758. d_ba.WoodSection.CFrame=
  4759. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4760. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(d_ba.WoodSection)
  4761. d_ba.WoodSection.CFrame=
  4762. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  4763. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d_ba.WoodSection)
  4764. d_ba.WoodSection.CFrame=
  4765. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)b_ba=b_ba+1;if b_ba==10 then b_ba=0;wait(0.1)end end end end end end end)
  4766. end)
  4767.  
  4768.  
  4769. Gui1.Name = "Gui1"
  4770. Gui1.Parent = Frame
  4771. Gui1.BackgroundColor3 = Color3.new(0, 0, 0)
  4772. Gui1.Position = UDim2.new(0, 0, 0.295358658, 0)
  4773. Gui1.Size = UDim2.new(0, 82, 0, 39)
  4774. Gui1.Font = Enum.Font.SourceSans
  4775. Gui1.Text = "Gui1"
  4776. Gui1.TextColor3 = Color3.new(0, 0, 1)
  4777. Gui1.TextScaled = true
  4778. Gui1.TextSize = 14
  4779. Gui1.TextWrapped = true
  4780. Gui1.MouseButton1Click:Connect(function()
  4781. -- Farewell Infortality.
  4782. -- Version: 2.82
  4783. -- Instances:
  4784. local ScreenGui = Instance.new("ScreenGui")
  4785. local MainFrame = Instance.new("Frame")
  4786. local ExitButton = Instance.new("TextButton")
  4787. local MiniMazeButton = Instance.new("TextButton")
  4788. local AutoDupe = Instance.new("TextButton")
  4789. local StopDupe = Instance.new("TextButton")
  4790. local TpPlanks = Instance.new("TextButton")
  4791. local SellPlanks = Instance.new("TextButton")
  4792. local BringWood = Instance.new("TextButton")
  4793. local SellWood = Instance.new("TextButton")
  4794. local NormalLand = Instance.new("TextButton")
  4795. local StopLand = Instance.new("TextButton")
  4796. local WayPoint = Instance.new("TextButton")
  4797. local WayPoint_2 = Instance.new("TextButton")
  4798. local TpGifts = Instance.new("TextButton")
  4799. local BringUp = Instance.new("TextButton")
  4800. local HailStone = Instance.new("TextButton")
  4801. local Speed = Instance.new("TextButton")
  4802. local Jpower = Instance.new("TextButton")
  4803. local GoldAxe = Instance.new("TextButton")
  4804. local TextLabel = Instance.new("TextLabel")
  4805. local TextLabel_2 = Instance.new("TextLabel")
  4806. local LT2GUD = Instance.new("TextButton")
  4807. local DupeGui = Instance.new("TextButton")
  4808. local OpenButton = Instance.new("TextButton")
  4809. --Properties:
  4810. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  4811.  
  4812. MainFrame.Name = "MainFrame"
  4813. MainFrame.Parent = ScreenGui
  4814. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  4815. MainFrame.Position = UDim2.new(0.0925266892, 0, 0.221343875, 0)
  4816. MainFrame.Size = UDim2.new(0, 560, 0, 218)
  4817. MainFrame.Active = true
  4818. MainFrame.Draggable = true
  4819.  
  4820. ExitButton.Name = "ExitButton"
  4821. ExitButton.Parent = MainFrame
  4822. ExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  4823. ExitButton.BorderColor3 = Color3.new(0, 1, 0)
  4824. ExitButton.BorderSizePixel = 3
  4825. ExitButton.Position = UDim2.new(0, 0, -0.00917431153, 0)
  4826. ExitButton.Size = UDim2.new(0, 47, 0, 41)
  4827. ExitButton.Font = Enum.Font.SciFi
  4828. ExitButton.Text = "x"
  4829. ExitButton.TextColor3 = Color3.new(0, 1, 0)
  4830. ExitButton.TextScaled = true
  4831. ExitButton.TextSize = 14
  4832. ExitButton.TextWrapped = true
  4833. ExitButton.MouseButton1Click:connect(function()
  4834. MainFrame.Visible = false
  4835. end)
  4836. MiniMazeButton.Name = "MiniMazeButton"
  4837. MiniMazeButton.Parent = MainFrame
  4838. MiniMazeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  4839. MiniMazeButton.BorderColor3 = Color3.new(0, 1, 0)
  4840. MiniMazeButton.BorderSizePixel = 3
  4841. MiniMazeButton.Position = UDim2.new(0.0910714269, 0, -0.00917431153, 0)
  4842. MiniMazeButton.Size = UDim2.new(0, 50, 0, 47)
  4843. MiniMazeButton.Font = Enum.Font.SciFi
  4844. MiniMazeButton.Text = "-"
  4845. MiniMazeButton.TextColor3 = Color3.new(0, 1, 0)
  4846. MiniMazeButton.TextScaled = true
  4847. MiniMazeButton.TextSize = 14
  4848. MiniMazeButton.TextWrapped = true
  4849. MiniMazeButton.MouseButton1Click:connect(function()
  4850. MainFrame.Visible = false
  4851. OpenButton.Visible = true
  4852. end)
  4853. AutoDupe.Name = "AutoDupe"
  4854. AutoDupe.Parent = MainFrame
  4855. AutoDupe.BackgroundColor3 = Color3.new(0, 0, 0)
  4856. AutoDupe.BorderColor3 = Color3.new(0, 1, 0)
  4857. AutoDupe.BorderSizePixel = 5
  4858. AutoDupe.Position = UDim2.new(0.00714285765, 0, 0.426605493, 0)
  4859. AutoDupe.Size = UDim2.new(0, 97, 0, 41)
  4860. AutoDupe.Font = Enum.Font.SciFi
  4861. AutoDupe.Text = "AutoDupe"
  4862. AutoDupe.TextColor3 = Color3.new(0, 1, 0)
  4863. AutoDupe.TextScaled = true
  4864. AutoDupe.TextSize = 14
  4865. AutoDupe.TextWrapped = true
  4866. AutoDupe.MouseButton1Down:connect(function()
  4867. Screen = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  4868. Scrolling = Instance.new("ScrollingFrame",Screen)
  4869. Scrolling.Size = UDim2.new(0,300,0,500)
  4870. Scrolling.CanvasSize = UDim2.new(0,300,3,0)
  4871. Exit = Instance.new("TextButton", Scrolling)
  4872. Exit.Size = UDim2.new(0,30,0,20)
  4873. Exit.Position = UDim2.new(1,-40,0,0)
  4874. Exit.Text = "Exit"
  4875. DontTP = Instance.new("TextButton", Scrolling)
  4876. DontTP.Size = UDim2.new(0,40,0,40)
  4877. DontTP.Position = UDim2.new(1,-60,0,50)
  4878. DontTP.Text = "Don't TP back"
  4879. DontTP.TextWrapped = true
  4880. DontTPVar = false
  4881. DontTP.MouseButton1Click:connect(function()
  4882. DontTPVar = true
  4883. end)
  4884. Exit.MouseButton1Click:connect(function()
  4885. Screen:Destroy()
  4886. end)
  4887. g = 0
  4888. Sniggle = false
  4889. gg = {}
  4890. function Start()
  4891. Sniggle = true
  4892. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  4893. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  4894. if v:FindFirstChild("TreeClass") then
  4895. game:GetService("RunService").RenderStepped:wait()
  4896. if Scrolling:FindFirstChild(v.TreeClass.Value) then
  4897. if not gg[i] then
  4898. Scrolling[v.TreeClass.Value.." Value"].Value = Scrolling[v.TreeClass.Value.." Value"].Value+1
  4899. Scrolling[v.TreeClass.Value].Text = v.TreeClass.Value.." ("..Scrolling[v.TreeClass.Value.." Value"].Value..")"
  4900. end
  4901. else
  4902. g = g+1
  4903. TreeButton = Instance.new("TextButton",Scrolling)
  4904. TreeButton.Size = UDim2.new(0,100,0,50)
  4905. TreeButton.Position = UDim2.new(0,10,0,70*g)
  4906. TreeButton.Name = v.TreeClass.Value
  4907. TreeButton.Text = v.TreeClass.Value.." (1)"
  4908. TreeButton.MouseButton1Click:connect(function()
  4909. Scrolling.Visible = false
  4910. TP(TreeButton.Name)
  4911. end)
  4912. TreeVal = Instance.new("NumberValue",Scrolling)
  4913. TreeVal.Name = v.TreeClass.Value.." Value"
  4914. TreeVal.Value = 1
  4915. gg[i] = v.TreeClass.Value
  4916. end
  4917. end
  4918. end
  4919. end
  4920. end
  4921. if not Sniggle then
  4922. Start()
  4923. end
  4924. --[[game.Workspace.PlayerModels.ChildAdded:connect(function(Item)
  4925. Item:WaitForChild("Owner")
  4926. if Item.Owner.Value == game.Players.LocalPlayer then
  4927. Start()
  4928. end
  4929. end)]]
  4930. game.Workspace.PlayerModels.ChildRemoved:connect(function(Item)
  4931. if Item:FindFirstChild("Owner") and Item.Owner.Value == game.Players.LocalPlayer and Item:FindFirstChild("TreeClass") and Scrolling[Item.TreeClass.Value.." Value"] then
  4932. Scrolling[Item.TreeClass.Value.." Value"].Value = Scrolling[Item.TreeClass.Value.." Value"].Value-1
  4933. if Scrolling[Item.TreeClass.Value.." Value"].Value == 0 then
  4934. Scrolling[Item.TreeClass.Value]:Destroy()
  4935. Scrolling[Item.TreeClass.Value.." Value"]:Destroy()
  4936. else
  4937. Scrolling[Item.TreeClass.Value].Text = Item.TreeClass.Value.." ("..Scrolling[Item.TreeClass.Value.." Value"].Value..")"
  4938. end
  4939. end
  4940. end)
  4941.  
  4942. function TP(Name)
  4943. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  4944. sendNotice:Fire("Click on a whitelisted base")
  4945. local ButtonPress
  4946. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  4947. Square = game.Players.LocalPlayer:GetMouse().Target
  4948. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  4949. ButtonPress:Disconnect()
  4950. game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value)
  4951. local success, errorMessage = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value,game.Players.LocalPlayer)
  4952. if success then
  4953. print'Initial Reload Success'
  4954. sendNotice:Fire("Reload success", 0.8)
  4955. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = true
  4956. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = true
  4957. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  4958. if v:FindFirstChild("TreeClass") and v.TreeClass.Value == Name and v.Owner.Value == game.Players.LocalPlayer then
  4959. v:MoveTo(Square.Position)
  4960. v.Name = "TpMe"
  4961. for i=1,10 do
  4962. game:GetService("RunService").RenderStepped:wait()
  4963. for i=1,10 do
  4964. v.WoodSection.CFrame = (CFrame.new(Vector3.new(Square.Position.X,Square.Position.Y+5,Square.Position.Z))*CFrame.Angles(math.rad(90),0,0))
  4965. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  4966. end
  4967. end
  4968. end
  4969. end
  4970. Wait = 0
  4971. while Wait < 60 do
  4972. Wait = Wait + 1
  4973. sendNotice:Fire("Waiting: "..60-Wait,1)
  4974. wait(1)
  4975. end
  4976. local succes, errormessage = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value,game.Players.LocalPlayer)
  4977. if succes then
  4978. sendNotice:Fire("Reload success", 0.8)
  4979. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = false
  4980. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = false
  4981. if not DontTPVar then
  4982. DontTPVar = false
  4983. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  4984. if v.Owner and v.Owner.Value == game.Players.LocalPlayer and v:FindFirstChild("OriginSquare") then
  4985. Square = v.OriginSquare
  4986. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  4987. if v.Name == "TpMe" then
  4988. v.Name = "Model"
  4989. print'Secondary Reload Success'
  4990. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = false
  4991. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = false
  4992. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v)
  4993. v:MoveTo(Square.Position)
  4994. for i=1,10 do
  4995. game:GetService("RunService").RenderStepped:wait()
  4996. for i=1,10 do
  4997. v.WoodSection.CFrame = (CFrame.new(Vector3.new(Square.Position.X,Square.Position.Y+5,Square.Position.Z))*CFrame.Angles(math.rad(90),0,0))
  4998. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  4999. end
  5000. end
  5001. Scrolling.Visible = true
  5002. end
  5003. end
  5004. end
  5005. end
  5006. end
  5007. else
  5008. print('Secondary Reload Error: '..errormessage)
  5009. sendNotice:Fire(errormessage)
  5010. end
  5011. else
  5012. OOF = true
  5013. while OOF do
  5014. wait(0.5)
  5015. local _,Fail = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value,game.Players.LocalPlayer)
  5016. print(string.sub(Fail,49,50))
  5017. if tonumber(string.sub(Fail,49,50)) == 1 then
  5018. OOF = false
  5019. end
  5020. print('Initial Reload Error: '..Fail)
  5021. Deb = true
  5022. sendNotice:Fire("Wait "..string.sub(Fail,49,50),1)
  5023. end
  5024. if Deb then
  5025. Deb = false
  5026. TP(Name)
  5027. end
  5028. end
  5029. end
  5030. end)
  5031. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = false
  5032. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = false
  5033. end
  5034.  
  5035. function restartStart()
  5036.  
  5037. end
  5038. --game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer()
  5039. --v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  5040.  
  5041. --game.Players.LocalPlayer.PlayerGui.ScreenGui:Destroy()
  5042. end)
  5043. StopDupe.Name = "StopDupe"
  5044. StopDupe.Parent = MainFrame
  5045. StopDupe.BackgroundColor3 = Color3.new(0, 0, 0)
  5046. StopDupe.BorderColor3 = Color3.new(0, 1, 0)
  5047. StopDupe.BorderSizePixel = 5
  5048. StopDupe.Position = UDim2.new(0.00714285718, 0, 0.848623872, 0)
  5049. StopDupe.Size = UDim2.new(0, 97, 0, 28)
  5050. StopDupe.Font = Enum.Font.SciFi
  5051. StopDupe.Text = "StopDupe"
  5052. StopDupe.TextColor3 = Color3.new(0, 1, 0)
  5053. StopDupe.TextScaled = true
  5054. StopDupe.TextSize = 14
  5055. StopDupe.TextWrapped = true
  5056. StopDupe.MouseButton1Down:connect(function()
  5057. option = false
  5058.  
  5059. a = game.Players.LocalPlayer.CurrentSaveSlot
  5060. a.RobloxLocked = option
  5061. a.Set.RobloxLocked = option
  5062. print(a.Value)
  5063.  
  5064. if a.RobloxLocked == true then
  5065. print("CurrentSaveSlot RobloxLocked = true, save file won't save")
  5066. print("Set RobloxLocked = true, save file won't save")
  5067.  
  5068. else
  5069.  
  5070. print("CurrentSaveSlot RobloxLocked = false, save file will save")
  5071. print("Set RobloxLocked = false, save file will save")
  5072. end
  5073. end)
  5074. TpPlanks.Name = "TpPlanks"
  5075. TpPlanks.Parent = MainFrame
  5076. TpPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  5077. TpPlanks.BorderColor3 = Color3.new(0, 1, 0)
  5078. TpPlanks.BorderSizePixel = 5
  5079. TpPlanks.Position = UDim2.new(0.18928571, 0, 0.848623872, 0)
  5080. TpPlanks.Size = UDim2.new(0, 96, 0, 28)
  5081. TpPlanks.Font = Enum.Font.SciFi
  5082. TpPlanks.Text = "Tp Planks"
  5083. TpPlanks.TextColor3 = Color3.new(0, 1, 0)
  5084. TpPlanks.TextScaled = true
  5085. TpPlanks.TextSize = 14
  5086. TpPlanks.TextWrapped = true
  5087. TpPlanks.MouseButton1Down:connect(function()
  5088. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  5089. if Plank.Name == "Plank" and Plank.Owner.Value==service.Players.LocalPlayer then
  5090. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  5091. for i=1,100 do
  5092. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  5093. end
  5094. end
  5095. end
  5096. end)
  5097. SellPlanks.Name = "SellPlanks"
  5098. SellPlanks.Parent = MainFrame
  5099. SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  5100. SellPlanks.BorderColor3 = Color3.new(0, 1, 0)
  5101. SellPlanks.BorderSizePixel = 5
  5102. SellPlanks.Position = UDim2.new(0.5625, 0, 0.646789014, 0)
  5103. SellPlanks.Size = UDim2.new(0, 92, 0, 34)
  5104. SellPlanks.Font = Enum.Font.SciFi
  5105. SellPlanks.Text = "SellPlanks"
  5106. SellPlanks.TextColor3 = Color3.new(0, 1, 0)
  5107. SellPlanks.TextScaled = true
  5108. SellPlanks.TextSize = 14
  5109. SellPlanks.TextWrapped = true
  5110. SellPlanks.MouseButton1Down:connect(function()
  5111. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  5112. if Plank.Name=="Plank" and Plank.Owner.Value==service.Players.LocalPlayer then
  5113. for i,v in pairs(Plank:GetChildren()) do
  5114. if v.Name=="WoodSection" then
  5115. spawn(function()
  5116. for i=1,10 do
  5117. wait()
  5118. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  5119. end
  5120. end)
  5121. end
  5122. end
  5123. spawn(function()
  5124. for i=1,20 do
  5125. wait()
  5126. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  5127. end
  5128. end)
  5129. end
  5130. end
  5131. end)
  5132. BringWood.Name = "BringWood"
  5133. BringWood.Parent = MainFrame
  5134. BringWood.BackgroundColor3 = Color3.new(0, 0, 0)
  5135. BringWood.BorderColor3 = Color3.new(0, 1, 0)
  5136. BringWood.BorderSizePixel = 5
  5137. BringWood.Position = UDim2.new(0.5625, 0, 0.211009175, 0)
  5138. BringWood.Size = UDim2.new(0, 92, 0, 38)
  5139. BringWood.Font = Enum.Font.SciFi
  5140. BringWood.Text = "BringWood"
  5141. BringWood.TextColor3 = Color3.new(0, 1, 0)
  5142. BringWood.TextScaled = true
  5143. BringWood.TextSize = 14
  5144. BringWood.TextWrapped = true
  5145. BringWood.MouseButton1Down:connect(function()
  5146. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  5147. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  5148. if Log.Owner.Value == game.Players.LocalPlayer then
  5149. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,15,0))
  5150. end
  5151. end
  5152. end
  5153. end)
  5154. SellWood.Name = "SellWood"
  5155. SellWood.Parent = MainFrame
  5156. SellWood.BackgroundColor3 = Color3.new(0, 0, 0)
  5157. SellWood.BorderColor3 = Color3.new(0, 1, 0)
  5158. SellWood.BorderSizePixel = 5
  5159. SellWood.Position = UDim2.new(0.00714285765, 0, 0.646789014, 0)
  5160. SellWood.Size = UDim2.new(0, 97, 0, 34)
  5161. SellWood.Font = Enum.Font.SciFi
  5162. SellWood.Text = "SellWood"
  5163. SellWood.TextColor3 = Color3.new(0.333333, 1, 0)
  5164. SellWood.TextScaled = true
  5165. SellWood.TextSize = 14
  5166. SellWood.TextWrapped = true
  5167. SellWood.MouseButton1Click:Connect(function()
  5168. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  5169. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  5170. if Log.Owner.Value == service.Players.LocalPlayer then
  5171. for i,v in pairs(Log:GetChildren()) do
  5172. if v.Name=="WoodSection" then
  5173. spawn(function()
  5174. for i=1,10 do
  5175. wait()
  5176. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  5177. end
  5178. end)
  5179. end
  5180. end
  5181. spawn(function()
  5182. for i=1,20 do
  5183. wait()
  5184. Service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  5185. end
  5186. end)
  5187. end
  5188. end
  5189. end
  5190. end)
  5191. NormalLand.Name = "Normal Land"
  5192. NormalLand.Parent = MainFrame
  5193. NormalLand.BackgroundColor3 = Color3.new(0, 0, 0)
  5194. NormalLand.BorderColor3 = Color3.new(0, 1, 0)
  5195. NormalLand.BorderSizePixel = 5
  5196. NormalLand.Position = UDim2.new(0.18928571, 0, 0.211009175, 0)
  5197. NormalLand.Size = UDim2.new(0, 96, 0, 38)
  5198. NormalLand.Font = Enum.Font.SciFi
  5199. NormalLand.Text = "Normal Land"
  5200. NormalLand.TextColor3 = Color3.new(0, 1, 0)
  5201. NormalLand.TextScaled = true
  5202. NormalLand.TextSize = 14
  5203. NormalLand.TextWrapped = true
  5204. NormalLand.MouseButton1Down:connect(function()
  5205. _G.TPStuff = true
  5206. while _G.TPStuff == true do
  5207. wait(5)
  5208. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  5209. if v.Owner.Value == game.Players.LocalPlayer then
  5210. game.ReplicatedStorage.PropertyPurchasing.ClientExpandedProperty:FireServer(v,CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position))
  5211. end
  5212. end
  5213. end
  5214. end)
  5215. StopLand.Name = "StopLand"
  5216. StopLand.Parent = MainFrame
  5217. StopLand.BackgroundColor3 = Color3.new(0, 0, 0)
  5218. StopLand.BorderColor3 = Color3.new(0, 1, 0)
  5219. StopLand.BorderSizePixel = 5
  5220. StopLand.Position = UDim2.new(0.375, 0, 0.426605493, 0)
  5221. StopLand.Size = UDim2.new(0, 95, 0, 41)
  5222. StopLand.Font = Enum.Font.SciFi
  5223. StopLand.Text = "StopLand"
  5224. StopLand.TextColor3 = Color3.new(0, 1, 0)
  5225. StopLand.TextScaled = true
  5226. StopLand.TextSize = 14
  5227. StopLand.TextWrapped = true
  5228. StopLand.MouseButton1Down:connect(function()
  5229. _G.TPStuff = false
  5230. while _G.TPStuff == true do
  5231. wait(5)
  5232. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  5233. if v.Owner.Value == game.Players.LocalPlayer then
  5234. game.ReplicatedStorage.PropertyPurchasing.ClientExpandedProperty:FireServer(v,CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position))
  5235. end
  5236. end
  5237. end
  5238. end)
  5239. WayPoint.Name = "WayPoint"
  5240. WayPoint.Parent = MainFrame
  5241. WayPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  5242. WayPoint.BorderColor3 = Color3.new(0, 1, 0)
  5243. WayPoint.BorderSizePixel = 5
  5244. WayPoint.Position = UDim2.new(0.00714285765, 0, 0.206422016, 0)
  5245. WayPoint.Size = UDim2.new(0, 97, 0, 38)
  5246. WayPoint.Font = Enum.Font.SciFi
  5247. WayPoint.Text = "WayPoints"
  5248. WayPoint.TextColor3 = Color3.new(0, 1, 0)
  5249. WayPoint.TextScaled = true
  5250. WayPoint.TextSize = 14
  5251. WayPoint.TextStrokeColor3 = Color3.new(0, 1, 0)
  5252. WayPoint.TextWrapped = true
  5253. WayPoint.MouseButton1Down:connect(function()
  5254. -- Farewell Infortality.
  5255. -- Version: 2.82
  5256. -- Instances:
  5257. local ScreenGui = Instance.new("ScreenGui")
  5258. local WayPointFrame = Instance.new("Frame")
  5259. local ExitButton = Instance.new("TextButton")
  5260. local MiniMazeButton = Instance.new("TextButton")
  5261. local TopBar = Instance.new("Frame")
  5262. local EndTimes = Instance.new("TextButton")
  5263. local Cave = Instance.new("TextButton")
  5264. local Volcano = Instance.new("TextButton")
  5265. local Palm = Instance.new("TextButton")
  5266. local Swamp = Instance.new("TextButton")
  5267. local bobshack = Instance.new("TextButton")
  5268. local SkiiLodge = Instance.new("TextButton")
  5269. local WoodRus = Instance.new("TextButton")
  5270. local Cars = Instance.new("TextButton")
  5271. local LinksLogic = Instance.new("TextButton")
  5272. local FancyFurnishing = Instance.new("TextButton")
  5273. local StrangeMan = Instance.new("TextButton")
  5274. local Den = Instance.new("TextButton")
  5275. local Spawn = Instance.new("TextButton")
  5276. local FineArt = Instance.new("TextButton")
  5277. local YellowWood = Instance.new("TextButton")
  5278. local IceTree = Instance.new("TextButton")
  5279. local OpenButton = Instance.new("TextButton")
  5280. --Properties:
  5281. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  5282.  
  5283. WayPointFrame.Name = "WayPointFrame"
  5284. WayPointFrame.Parent = ScreenGui
  5285. WayPointFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  5286. WayPointFrame.BorderColor3 = Color3.new(0, 1, 0)
  5287. WayPointFrame.BorderSizePixel = 5
  5288. WayPointFrame.Position = UDim2.new(0.774614453, 0, 0.0355731249, 0)
  5289. WayPointFrame.Size = UDim2.new(0, 125, 0, 469)
  5290. WayPointFrame.Active = true
  5291. WayPointFrame.Draggable = true
  5292.  
  5293. ExitButton.Name = "ExitButton"
  5294. ExitButton.Parent = WayPointFrame
  5295. ExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  5296. ExitButton.BorderColor3 = Color3.new(0, 1, 0)
  5297. ExitButton.BorderSizePixel = 2
  5298. ExitButton.Position = UDim2.new(0.744000018, 0, 0, 0)
  5299. ExitButton.Size = UDim2.new(0, 32, 0, 12)
  5300. ExitButton.Font = Enum.Font.SciFi
  5301. ExitButton.Text = "x"
  5302. ExitButton.TextColor3 = Color3.new(0, 1, 0)
  5303. ExitButton.TextScaled = true
  5304. ExitButton.TextSize = 14
  5305. ExitButton.TextWrapped = true
  5306. ExitButton.MouseButton1Click:connect(function()
  5307. WayPointFrame.Visible = false
  5308. end)
  5309. MiniMazeButton.Name = "MiniMazeButton"
  5310. MiniMazeButton.Parent = WayPointFrame
  5311. MiniMazeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  5312. MiniMazeButton.BorderColor3 = Color3.new(0, 1, 0)
  5313. MiniMazeButton.BorderSizePixel = 2
  5314. MiniMazeButton.Position = UDim2.new(0.495999992, 0, 0, 0)
  5315. MiniMazeButton.Size = UDim2.new(0, 31, 0, 12)
  5316. MiniMazeButton.Font = Enum.Font.SciFi
  5317. MiniMazeButton.Text = "-"
  5318. MiniMazeButton.TextColor3 = Color3.new(0, 1, 0)
  5319. MiniMazeButton.TextScaled = true
  5320. MiniMazeButton.TextSize = 14
  5321. MiniMazeButton.TextWrapped = true
  5322. MiniMazeButton.MouseButton1Click:connect(function()
  5323. WayPointFrame.Visible = false
  5324. OpenButton.Visible = true
  5325. end)
  5326. TopBar.Name = "TopBar"
  5327. TopBar.Parent = WayPointFrame
  5328. TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  5329. TopBar.BorderColor3 = Color3.new(0, 1, 0)
  5330. TopBar.BorderSizePixel = 2
  5331. TopBar.Size = UDim2.new(0, 62, 0, 12)
  5332.  
  5333. EndTimes.Name = "EndTimes"
  5334. EndTimes.Parent = WayPointFrame
  5335. EndTimes.BackgroundColor3 = Color3.new(0, 0, 0)
  5336. EndTimes.BorderColor3 = Color3.new(0, 1, 0)
  5337. EndTimes.BorderSizePixel = 2
  5338. EndTimes.Position = UDim2.new(0.0560000017, 0, 0.0538404807, 0)
  5339. EndTimes.Size = UDim2.new(0, 111, 0, 24)
  5340. EndTimes.Font = Enum.Font.SciFi
  5341. EndTimes.Text = "EndTimes"
  5342. EndTimes.TextColor3 = Color3.new(0, 1, 0)
  5343. EndTimes.TextScaled = true
  5344. EndTimes.TextSize = 14
  5345. EndTimes.TextWrapped = true
  5346. EndTimes.MouseButton1Click:connect(function()
  5347. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -214, -951))end
  5348. )
  5349. Cave.Name = "Cave"
  5350. Cave.Parent = WayPointFrame
  5351. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  5352. Cave.BorderColor3 = Color3.new(0, 1, 0)
  5353. Cave.BorderSizePixel = 2
  5354. Cave.Position = UDim2.new(0.0560000017, 0, 0.107635289, 0)
  5355. Cave.Size = UDim2.new(0, 111, 0, 24)
  5356. Cave.Font = Enum.Font.SciFi
  5357. Cave.Text = "Cave"
  5358. Cave.TextColor3 = Color3.new(0, 1, 0)
  5359. Cave.TextScaled = true
  5360. Cave.TextSize = 14
  5361. Cave.TextWrapped = true
  5362. Cave.MouseButton1Down:connect(function()
  5363. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,-179,430))end
  5364. )
  5365. Volcano.Name = "Volcano"
  5366. Volcano.Parent = WayPointFrame
  5367. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  5368. Volcano.BorderColor3 = Color3.new(0, 1, 0)
  5369. Volcano.BorderSizePixel = 2
  5370. Volcano.Position = UDim2.new(0.0560000017, 0, 0.162899897, 0)
  5371. Volcano.Size = UDim2.new(0, 111, 0, 24)
  5372. Volcano.Font = Enum.Font.SciFi
  5373. Volcano.Text = "Volcano"
  5374. Volcano.TextColor3 = Color3.new(0, 1, 0)
  5375. Volcano.TextScaled = true
  5376. Volcano.TextSize = 14
  5377. Volcano.TextWrapped = true
  5378. Volcano.MouseButton1Down:connect(function()
  5379. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585,622,1140))end
  5380. )
  5381. Palm.Name = "Palm"
  5382. Palm.Parent = WayPointFrame
  5383. Palm.BackgroundColor3 = Color3.new(0, 0, 0)
  5384. Palm.BorderColor3 = Color3.new(0, 1, 0)
  5385. Palm.BorderSizePixel = 2
  5386. Palm.Position = UDim2.new(0.0560000017, 0, 0.216694683, 0)
  5387. Palm.Size = UDim2.new(0, 111, 0, 24)
  5388. Palm.Font = Enum.Font.SciFi
  5389. Palm.Text = "Palm"
  5390. Palm.TextColor3 = Color3.new(0, 1, 0)
  5391. Palm.TextScaled = true
  5392. Palm.TextSize = 14
  5393. Palm.TextWrapped = true
  5394. Palm.MouseButton1Click:connect(function()
  5395. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))end
  5396. )
  5397. Swamp.Name = "Swamp"
  5398. Swamp.Parent = WayPointFrame
  5399. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  5400. Swamp.BorderColor3 = Color3.new(0, 1, 0)
  5401. Swamp.BorderSizePixel = 2
  5402. Swamp.Position = UDim2.new(0.0560000017, 0, 0.270640463, 0)
  5403. Swamp.Size = UDim2.new(0, 111, 0, 24)
  5404. Swamp.Font = Enum.Font.SciFi
  5405. Swamp.Text = "Swamp"
  5406. Swamp.TextColor3 = Color3.new(0, 1, 0)
  5407. Swamp.TextScaled = true
  5408. Swamp.TextSize = 14
  5409. Swamp.TextWrapped = true
  5410. Swamp.MouseButton1Click:connect(function()
  5411. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209,132,-801))end
  5412. )
  5413. bobshack.Name = "bobshack"
  5414. bobshack.Parent = WayPointFrame
  5415. bobshack.BackgroundColor3 = Color3.new(0, 0, 0)
  5416. bobshack.BorderColor3 = Color3.new(0, 1, 0)
  5417. bobshack.BorderSizePixel = 2
  5418. bobshack.Position = UDim2.new(0.0560000017, 0, 0.326247483, 0)
  5419. bobshack.Size = UDim2.new(0, 111, 0, 24)
  5420. bobshack.Font = Enum.Font.SciFi
  5421. bobshack.Text = "Bobshack"
  5422. bobshack.TextColor3 = Color3.new(0, 1, 0)
  5423. bobshack.TextScaled = true
  5424. bobshack.TextSize = 14
  5425. bobshack.TextWrapped = true
  5426. bobshack.MouseButton1Click:connect(function()
  5427. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))end
  5428. )
  5429. SkiiLodge.Name = "SkiiLodge"
  5430. SkiiLodge.Parent = WayPointFrame
  5431. SkiiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
  5432. SkiiLodge.BorderColor3 = Color3.new(0, 1, 0)
  5433. SkiiLodge.BorderSizePixel = 2
  5434. SkiiLodge.Position = UDim2.new(0.0560000017, 0, 0.379968107, 0)
  5435. SkiiLodge.Size = UDim2.new(0, 111, 0, 24)
  5436. SkiiLodge.Font = Enum.Font.SciFi
  5437. SkiiLodge.Text = "SkiiLodge"
  5438. SkiiLodge.TextColor3 = Color3.new(0, 1, 0)
  5439. SkiiLodge.TextScaled = true
  5440. SkiiLodge.TextSize = 14
  5441. SkiiLodge.TextWrapped = true
  5442. SkiiLodge.MouseButton1Click:connect(function()
  5443. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))end
  5444. )
  5445. WoodRus.Name = "WoodRus"
  5446. WoodRus.Parent = WayPointFrame
  5447. WoodRus.BackgroundColor3 = Color3.new(0, 0, 0)
  5448. WoodRus.BorderColor3 = Color3.new(0, 1, 0)
  5449. WoodRus.BorderSizePixel = 2
  5450. WoodRus.Position = UDim2.new(0.0560000017, 0, 0.435800284, 0)
  5451. WoodRus.Size = UDim2.new(0, 111, 0, 24)
  5452. WoodRus.Font = Enum.Font.SciFi
  5453. WoodRus.Text = "WoodRus"
  5454. WoodRus.TextColor3 = Color3.new(0.333333, 1, 0)
  5455. WoodRus.TextScaled = true
  5456. WoodRus.TextSize = 14
  5457. WoodRus.TextWrapped = true
  5458. WoodRus.MouseButton1Click:connect(function()
  5459. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))end
  5460. )
  5461. Cars.Name = "Cars"
  5462. Cars.Parent = WayPointFrame
  5463. Cars.BackgroundColor3 = Color3.new(0, 0, 0)
  5464. Cars.BorderColor3 = Color3.new(0, 1, 0)
  5465. Cars.BorderSizePixel = 2
  5466. Cars.Position = UDim2.new(0.0560000017, 0, 0.491709232, 0)
  5467. Cars.Size = UDim2.new(0, 111, 0, 24)
  5468. Cars.Font = Enum.Font.SciFi
  5469. Cars.Text = "Cars"
  5470. Cars.TextColor3 = Color3.new(0, 1, 0)
  5471. Cars.TextScaled = true
  5472. Cars.TextSize = 14
  5473. Cars.TextWrapped = true
  5474. Cars.MouseButton1Click:connect(function()
  5475. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))end
  5476. )
  5477. LinksLogic.Name = "LinksLogic"
  5478. LinksLogic.Parent = WayPointFrame
  5479. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  5480. LinksLogic.BorderColor3 = Color3.new(0, 1, 0)
  5481. LinksLogic.BorderSizePixel = 2
  5482. LinksLogic.Position = UDim2.new(0.0560000017, 0, 0.545429885, 0)
  5483. LinksLogic.Size = UDim2.new(0, 111, 0, 24)
  5484. LinksLogic.Font = Enum.Font.SciFi
  5485. LinksLogic.Text = "LinksLogic"
  5486. LinksLogic.TextColor3 = Color3.new(0, 1, 0)
  5487. LinksLogic.TextScaled = true
  5488. LinksLogic.TextSize = 14
  5489. LinksLogic.TextWrapped = true
  5490. LinksLogic.MouseButton1Click:connect(function()
  5491. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))end
  5492. )
  5493. FancyFurnishing.Name = "FancyFurnishing"
  5494. FancyFurnishing.Parent = WayPointFrame
  5495. FancyFurnishing.BackgroundColor3 = Color3.new(0, 0, 0)
  5496. FancyFurnishing.BorderColor3 = Color3.new(0, 1, 0)
  5497. FancyFurnishing.BorderSizePixel = 2
  5498. FancyFurnishing.Position = UDim2.new(0.0560000017, 0, 0.59899956, 0)
  5499. FancyFurnishing.Size = UDim2.new(0, 111, 0, 24)
  5500. FancyFurnishing.Font = Enum.Font.SciFi
  5501. FancyFurnishing.Text = "FancyFurnishing "
  5502. FancyFurnishing.TextColor3 = Color3.new(0, 1, 0)
  5503. FancyFurnishing.TextScaled = true
  5504. FancyFurnishing.TextSize = 14
  5505. FancyFurnishing.TextWrapped = true
  5506. FancyFurnishing.MouseButton1Click:connect(function()
  5507. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1720))end
  5508. )
  5509. StrangeMan.Name = "StrangeMan"
  5510. StrangeMan.Parent = WayPointFrame
  5511. StrangeMan.BackgroundColor3 = Color3.new(0, 0, 0)
  5512. StrangeMan.BorderColor3 = Color3.new(0, 1, 0)
  5513. StrangeMan.BorderSizePixel = 2
  5514. StrangeMan.Position = UDim2.new(0.0560000017, 0, 0.654606581, 0)
  5515. StrangeMan.Size = UDim2.new(0, 111, 0, 24)
  5516. StrangeMan.Font = Enum.Font.SciFi
  5517. StrangeMan.Text = "StrangeMan"
  5518. StrangeMan.TextColor3 = Color3.new(0, 1, 0)
  5519. StrangeMan.TextScaled = true
  5520. StrangeMan.TextSize = 14
  5521. StrangeMan.TextWrapped = true
  5522. StrangeMan.MouseButton1Click:connect(function()
  5523. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))end
  5524. )
  5525. Den.Name = "Den"
  5526. Den.Parent = WayPointFrame
  5527. Den.BackgroundColor3 = Color3.new(0, 0, 0)
  5528. Den.BorderColor3 = Color3.new(0, 1, 0)
  5529. Den.BorderSizePixel = 2
  5530. Den.Position = UDim2.new(0.0560000017, 0, 0.708422065, 0)
  5531. Den.Size = UDim2.new(0, 111, 0, 24)
  5532. Den.Font = Enum.Font.SciFi
  5533. Den.Text = "Den"
  5534. Den.TextColor3 = Color3.new(0, 1, 0)
  5535. Den.TextScaled = true
  5536. Den.TextSize = 14
  5537. Den.TextWrapped = true
  5538. Den.MouseButton1Down:connect(function()
  5539. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  5540. end)
  5541. Spawn.Name = "Spawn"
  5542. Spawn.Parent = WayPointFrame
  5543. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  5544. Spawn.BorderColor3 = Color3.new(0, 1, 0)
  5545. Spawn.BorderSizePixel = 2
  5546. Spawn.Position = UDim2.new(0.0560000017, 0, 0.762471676, 0)
  5547. Spawn.Size = UDim2.new(0, 111, 0, 24)
  5548. Spawn.Font = Enum.Font.SciFi
  5549. Spawn.Text = "Spawn"
  5550. Spawn.TextColor3 = Color3.new(0, 1, 0)
  5551. Spawn.TextScaled = true
  5552. Spawn.TextSize = 14
  5553. Spawn.TextWrapped = true
  5554. Spawn.MouseButton1Down:connect(function()
  5555. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))end
  5556. )
  5557. FineArt.Name = "FineArt"
  5558. FineArt.Parent = WayPointFrame
  5559. FineArt.BackgroundColor3 = Color3.new(0, 0, 0)
  5560. FineArt.BorderColor3 = Color3.new(0, 1, 0)
  5561. FineArt.BorderSizePixel = 2
  5562. FineArt.Position = UDim2.new(0.0560000017, 0, 0.815836132, 0)
  5563. FineArt.Size = UDim2.new(0, 111, 0, 24)
  5564. FineArt.Font = Enum.Font.SciFi
  5565. FineArt.Text = "FineArt"
  5566. FineArt.TextColor3 = Color3.new(0, 1, 0)
  5567. FineArt.TextScaled = true
  5568. FineArt.TextSize = 14
  5569. FineArt.TextWrapped = true
  5570. FineArt.MouseButton1Down:connect(function()
  5571. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))end
  5572. )
  5573. YellowWood.Name = "YellowWood"
  5574. YellowWood.Parent = WayPointFrame
  5575. YellowWood.BackgroundColor3 = Color3.new(0, 0, 0)
  5576. YellowWood.BorderColor3 = Color3.new(0, 1, 0)
  5577. YellowWood.BorderSizePixel = 2
  5578. YellowWood.Position = UDim2.new(0.0560000017, 0, 0.870134771, 0)
  5579. YellowWood.Size = UDim2.new(0, 111, 0, 24)
  5580. YellowWood.Font = Enum.Font.SciFi
  5581. YellowWood.Text = "YellowWood"
  5582. YellowWood.TextColor3 = Color3.new(0, 1, 0)
  5583. YellowWood.TextScaled = true
  5584. YellowWood.TextSize = 14
  5585. YellowWood.TextWrapped = true
  5586. YellowWood.MouseButton1Down:connect(function()
  5587. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1049,-5.9 ,-934.7 ))end
  5588. )
  5589. IceTree.Name = "IceTree"
  5590. IceTree.Parent = WayPointFrame
  5591. IceTree.BackgroundColor3 = Color3.new(0, 0, 0)
  5592. IceTree.BorderColor3 = Color3.new(0, 1, 0)
  5593. IceTree.BorderSizePixel = 2
  5594. IceTree.Position = UDim2.new(0.0560000017, 0, 0.92443341, 0)
  5595. IceTree.Size = UDim2.new(0, 111, 0, 24)
  5596. IceTree.Font = Enum.Font.SciFi
  5597. IceTree.Text = "IceTree"
  5598. IceTree.TextColor3 = Color3.new(0, 1, 0)
  5599. IceTree.TextScaled = true
  5600. IceTree.TextSize = 14
  5601. IceTree.TextWrapped = true
  5602. IceTree.MouseButton1Down:connect(function()
  5603. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1505.7,412.4 ,3253 ))end
  5604. )
  5605. OpenButton.Name = "OpenButton"
  5606. OpenButton.Parent = ScreenGui
  5607. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  5608. OpenButton.BorderColor3 = Color3.new(0, 1, 0)
  5609. OpenButton.BorderSizePixel = 2
  5610. OpenButton.Position = UDim2.new(0, 0, 0.398740262, 0)
  5611. OpenButton.Size = UDim2.new(0, 82, 0, 19)
  5612. OpenButton.Visible = false
  5613. OpenButton.Font = Enum.Font.SciFi
  5614. OpenButton.Text = "WayPoints"
  5615. OpenButton.TextColor3 = Color3.new(0, 1, 0)
  5616. OpenButton.TextScaled = true
  5617. OpenButton.TextSize = 14
  5618. OpenButton.TextWrapped = true
  5619. OpenButton .MouseButton1Click:connect(function()
  5620. WayPointFrame.Visible = true
  5621. OpenButton.Visible = false
  5622. end)
  5623.  
  5624.  
  5625. end)
  5626. WayPoint_2.Name = "WayPoint"
  5627. WayPoint_2.Parent = MainFrame
  5628. WayPoint_2.BackgroundColor3 = Color3.new(0, 0, 0)
  5629. WayPoint_2.BorderColor3 = Color3.new(0, 1, 0)
  5630. WayPoint_2.BorderSizePixel = 5
  5631. WayPoint_2.Position = UDim2.new(0.18928571, 0, 0.646789014, 0)
  5632. WayPoint_2.Size = UDim2.new(0, 96, 0, 34)
  5633. WayPoint_2.Font = Enum.Font.SciFi
  5634. WayPoint_2.Text = "WayPoints"
  5635. WayPoint_2.TextColor3 = Color3.new(0, 1, 0)
  5636. WayPoint_2.TextScaled = true
  5637. WayPoint_2.TextSize = 14
  5638. WayPoint_2.TextWrapped = true
  5639. WayPoint_2.MouseButton1Down:connect(function()
  5640.  
  5641. end)
  5642. TpGifts.Name = "Tp Gifts"
  5643. TpGifts.Parent = MainFrame
  5644. TpGifts.BackgroundColor3 = Color3.new(0, 0, 0)
  5645. TpGifts.BorderColor3 = Color3.new(0, 1, 0)
  5646. TpGifts.BorderSizePixel = 5
  5647. TpGifts.Position = UDim2.new(0.5625, 0, 0.426605493, 0)
  5648. TpGifts.Size = UDim2.new(0, 92, 0, 41)
  5649. TpGifts.Font = Enum.Font.SciFi
  5650. TpGifts.Text = "TpGifts"
  5651. TpGifts.TextColor3 = Color3.new(0, 1, 0)
  5652. TpGifts.TextScaled = true
  5653. TpGifts.TextSize = 14
  5654. TpGifts.TextWrapped = true
  5655. TpGifts.MouseButton1Down:connect(function()
  5656. for i,v in next,workspace.PlayerModels:GetChildren() do
  5657. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  5658. for q,p in pairs(v:GetChildren()) do
  5659. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  5660. wait()
  5661. v.PrimaryPart = v.Main
  5662. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  5663. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  5664. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  5665. end
  5666. end
  5667. end
  5668. end
  5669. end)
  5670. BringUp.Name = "BringUp"
  5671. BringUp.Parent = MainFrame
  5672. BringUp.BackgroundColor3 = Color3.new(0, 0, 0)
  5673. BringUp.BorderColor3 = Color3.new(0, 1, 0)
  5674. BringUp.BorderSizePixel = 5
  5675. BringUp.Position = UDim2.new(0.375, 0, 0.844036698, 0)
  5676. BringUp.Size = UDim2.new(0, 95, 0, 29)
  5677. BringUp.Font = Enum.Font.SciFi
  5678. BringUp.Text = "BringUp"
  5679. BringUp.TextColor3 = Color3.new(0, 1, 0)
  5680. BringUp.TextScaled = true
  5681. BringUp.TextSize = 14
  5682. BringUp.TextWrapped = true
  5683. BringUp.MouseButton1Down:connect(function()
  5684. loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  5685.  
  5686. end)
  5687. HailStone.Name = "HailStone"
  5688. HailStone.Parent = MainFrame
  5689. HailStone.BackgroundColor3 = Color3.new(0, 0, 0)
  5690. HailStone.BorderColor3 = Color3.new(0, 1, 0)
  5691. HailStone.BorderSizePixel = 5
  5692. HailStone.Position = UDim2.new(0.18928571, 0, 0.426605493, 0)
  5693. HailStone.Size = UDim2.new(0, 96, 0, 41)
  5694. HailStone.Font = Enum.Font.SciFi
  5695. HailStone.Text = "HailStone"
  5696. HailStone.TextColor3 = Color3.new(0, 1, 0)
  5697. HailStone.TextScaled = true
  5698. HailStone.TextSize = 14
  5699. HailStone.TextWrapped = true
  5700. HailStone.MouseButton1Down:connect(function()
  5701. -- Objects
  5702.  
  5703. local Hailstone = Instance.new("ScreenGui")
  5704. local OpenBtn = Instance.new("TextButton")
  5705. local Drag = Instance.new("Frame")
  5706. local AAPressQ = Instance.new("TextLabel")
  5707. local AnimWelcomeScreen = Instance.new("Frame")
  5708. local ImageLabel = Instance.new("ImageLabel")
  5709. local Main = Instance.new("Frame")
  5710. local HomeLocal = Instance.new("TextButton")
  5711. local HomeTopBar = Instance.new("TextButton")
  5712. local HomePlayers = Instance.new("TextButton")
  5713. local HomeTeleports = Instance.new("TextButton")
  5714. local HomeWood = Instance.new("TextButton")
  5715. local HomeTools = Instance.new("TextButton")
  5716. local HomeChangelog = Instance.new("TextButton")
  5717. local HomeLogo = Instance.new("ImageLabel")
  5718. local HiName = Instance.new("TextLabel")
  5719. local HomeSepBar = Instance.new("TextButton")
  5720. local X = Instance.new("TextButton")
  5721. local WoodScreen = Instance.new("Frame")
  5722. local TeleportCutWood = Instance.new("TextButton")
  5723. local SellCutWood = Instance.new("TextButton")
  5724. local TeleportEndTimesWood = Instance.new("TextButton")
  5725. local TeleportCaveCrawlerWood = Instance.new("TextButton")
  5726. local TeleportGifts = Instance.new("TextButton")
  5727. local ToolsScreen = Instance.new("Frame")
  5728. local Dupe = Instance.new("TextButton")
  5729. local Move = Instance.new("TextButton")
  5730. local GoldAxe = Instance.new("TextButton")
  5731. local LeakedItems = Instance.new("TextButton")
  5732. local TeleportTool = Instance.new("TextButton")
  5733. local GreyWood = Instance.new("TextButton")
  5734. local DupeLabel = Instance.new("TextLabel")
  5735. local TeleportsScreen = Instance.new("Frame")
  5736. local Spawn = Instance.new("TextButton")
  5737. local Den = Instance.new("TextButton")
  5738. local StrangeMan = Instance.new("TextButton")
  5739. local Swamp = Instance.new("TextButton")
  5740. local Fancy = Instance.new("TextButton")
  5741. local BoxedCars = Instance.new("TextButton")
  5742. local Dropoff = Instance.new("TextButton")
  5743. local GreenBox = Instance.new("TextButton")
  5744. local Cave = Instance.new("TextButton")
  5745. local Palm = Instance.new("TextButton")
  5746. local WoodRUs = Instance.new("TextButton")
  5747. local LinksLogic = Instance.new("TextButton")
  5748. local YourPlot = Instance.new("TextButton")
  5749. local BobsShack = Instance.new("TextButton")
  5750. local EndTimes = Instance.new("TextButton")
  5751. local Volcano = Instance.new("TextButton")
  5752. local Lodge = Instance.new("TextButton")
  5753. local Shrine = Instance.new("TextButton")
  5754. local PlayersScreen = Instance.new("Frame")
  5755. local P1 = Instance.new("TextButton")
  5756. local P2 = Instance.new("TextButton")
  5757. local P4 = Instance.new("TextButton")
  5758. local P3 = Instance.new("TextButton")
  5759. local P6 = Instance.new("TextButton")
  5760. local P5 = Instance.new("TextButton")
  5761. local TpToPlayer = Instance.new("TextButton")
  5762. local TpToPlayerBase = Instance.new("TextButton")
  5763. local PSelected = Instance.new("TextLabel")
  5764. local LocalScreen = Instance.new("Frame")
  5765. local God = Instance.new("TextButton")
  5766. local Noclip = Instance.new("TextButton")
  5767. local Walkspeed = Instance.new("TextButton")
  5768. local Jumppower = Instance.new("TextButton")
  5769. local NoclipLabel = Instance.new("TextLabel")
  5770. local WalkspeedValue = Instance.new("TextBox")
  5771. local JumppowerValue = Instance.new("TextBox")
  5772. local EtoFly = Instance.new("TextLabel")
  5773. local HomeScreen = Instance.new("Frame")
  5774. local WelcomeName = Instance.new("TextLabel")
  5775. local WelcomeMOTD = Instance.new("TextLabel")
  5776. local WelcomeAuthor = Instance.new("TextLabel")
  5777. local ChangelogScreen = Instance.new("Frame")
  5778. local Logs = Instance.new("TextLabel")
  5779. local Logs2 = Instance.new("TextLabel")
  5780. local Logs3 = Instance.new("TextLabel")
  5781. local Log1and2Div = Instance.new("TextButton")
  5782. local Log2and3Div = Instance.new("TextButton")
  5783.  
  5784. -- Properties
  5785.  
  5786. Hailstone.Name = "Hailstone"
  5787. Hailstone.Parent = game.CoreGui
  5788. Hailstone.ResetOnSpawn = false
  5789.  
  5790. OpenBtn.Name = "OpenBtn"
  5791. OpenBtn.Parent = Hailstone
  5792. OpenBtn.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5793. OpenBtn.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5794. OpenBtn.BorderSizePixel = 3
  5795. OpenBtn.Position = UDim2.new(0, 0, 0.826086938, 0)
  5796. OpenBtn.Size = UDim2.new(0, 79, 0, 23)
  5797. OpenBtn.Visible = false
  5798. OpenBtn.Font = Enum.Font.SourceSans
  5799. OpenBtn.Text = "Open"
  5800. OpenBtn.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5801. OpenBtn.TextSize = 14
  5802. OpenBtn.TextWrapped = true
  5803.  
  5804. Drag.Name = "Drag"
  5805. Drag.Parent = Hailstone
  5806. Drag.Active = true
  5807. Drag.BackgroundColor3 = Color3.new(1, 1, 1)
  5808. Drag.BackgroundTransparency = 1
  5809. Drag.BorderSizePixel = 0
  5810. Drag.Draggable = true
  5811. Drag.Position = UDim2.new(0.373752683, 0, 0.267786592, 0)
  5812. Drag.Selectable = true
  5813. Drag.Size = UDim2.new(0, 451, 0, 234)
  5814.  
  5815. AAPressQ.Name = "AAPressQ"
  5816. AAPressQ.Parent = Hailstone
  5817. AAPressQ.BackgroundColor3 = Color3.new(1, 1, 1)
  5818. AAPressQ.BackgroundTransparency = 1
  5819. AAPressQ.BorderSizePixel = 0
  5820. AAPressQ.Position = UDim2.new(0.283759117, 0, 0.252964437, 0)
  5821. AAPressQ.Size = UDim2.new(0, 573, 0, 257)
  5822. AAPressQ.Font = Enum.Font.SourceSans
  5823. AAPressQ.Text = "Press \"Q\""
  5824. AAPressQ.TextSize = 100
  5825.  
  5826. AnimWelcomeScreen.Name = "AnimWelcomeScreen"
  5827. AnimWelcomeScreen.Parent = Drag
  5828. AnimWelcomeScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5829. AnimWelcomeScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5830. AnimWelcomeScreen.BorderSizePixel = 3
  5831. AnimWelcomeScreen.Position = UDim2.new(0.328511298, 0, -0.20692715, 0)
  5832. AnimWelcomeScreen.Size = UDim2.new(0, 209, 0, 199)
  5833. AnimWelcomeScreen.Visible = false
  5834.  
  5835. ImageLabel.Parent = AnimWelcomeScreen
  5836. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5837. ImageLabel.BackgroundTransparency = 1
  5838. ImageLabel.BorderSizePixel = 0
  5839. ImageLabel.Size = UDim2.new(0, 209, 0, 199)
  5840. ImageLabel.Image = "rbxassetid://1393851029"
  5841.  
  5842. Main.Name = "Main"
  5843. Main.Parent = Drag
  5844. Main.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5845. Main.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5846. Main.BorderSizePixel = 3
  5847. Main.Position = UDim2.new(-0.00221729279, 0, 0.0128205121, 0)
  5848. Main.Size = UDim2.new(0, 450, 0, 232)
  5849. Main.Visible = false
  5850.  
  5851. HomeLocal.Name = "HomeLocal"
  5852. HomeLocal.Parent = Main
  5853. HomeLocal.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5854. HomeLocal.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5855. HomeLocal.BorderSizePixel = 2
  5856. HomeLocal.Position = UDim2.new(0.0244444441, 0, 0.206896558, 0)
  5857. HomeLocal.Size = UDim2.new(0, 84, 0, 21)
  5858. HomeLocal.Font = Enum.Font.SourceSans
  5859. HomeLocal.Text = "Local"
  5860. HomeLocal.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5861. HomeLocal.TextSize = 24
  5862. HomeLocal.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5863.  
  5864. HomeTopBar.Name = "HomeTopBar"
  5865. HomeTopBar.Parent = Main
  5866. HomeTopBar.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5867. HomeTopBar.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5868. HomeTopBar.Position = UDim2.new(0, 0, 0.159482777, 0)
  5869. HomeTopBar.Size = UDim2.new(0, 450, 0, 1)
  5870. HomeTopBar.Font = Enum.Font.SourceSans
  5871. HomeTopBar.Text = ""
  5872. HomeTopBar.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5873. HomeTopBar.TextSize = 24
  5874. HomeTopBar.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5875.  
  5876. HomePlayers.Name = "HomePlayers"
  5877. HomePlayers.Parent = Main
  5878. HomePlayers.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5879. HomePlayers.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5880. HomePlayers.BorderSizePixel = 2
  5881. HomePlayers.Position = UDim2.new(0.0244444441, 0, 0.331896544, 0)
  5882. HomePlayers.Size = UDim2.new(0, 84, 0, 21)
  5883. HomePlayers.Font = Enum.Font.SourceSans
  5884. HomePlayers.Text = "Players"
  5885. HomePlayers.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5886. HomePlayers.TextSize = 24
  5887. HomePlayers.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5888.  
  5889. HomeTeleports.Name = "HomeTeleports"
  5890. HomeTeleports.Parent = Main
  5891. HomeTeleports.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5892. HomeTeleports.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5893. HomeTeleports.BorderSizePixel = 2
  5894. HomeTeleports.Position = UDim2.new(0.0244444441, 0, 0.459051698, 0)
  5895. HomeTeleports.Size = UDim2.new(0, 84, 0, 21)
  5896. HomeTeleports.Font = Enum.Font.SourceSans
  5897. HomeTeleports.Text = "Teleports"
  5898. HomeTeleports.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5899. HomeTeleports.TextSize = 24
  5900. HomeTeleports.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5901.  
  5902. HomeWood.Name = "HomeWood"
  5903. HomeWood.Parent = Main
  5904. HomeWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5905. HomeWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5906. HomeWood.BorderSizePixel = 2
  5907. HomeWood.Position = UDim2.new(0.0244444441, 0, 0.594827592, 0)
  5908. HomeWood.Size = UDim2.new(0, 84, 0, 21)
  5909. HomeWood.Font = Enum.Font.SourceSans
  5910. HomeWood.Text = "Wood"
  5911. HomeWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5912. HomeWood.TextSize = 24
  5913. HomeWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5914.  
  5915. HomeTools.Name = "HomeTools"
  5916. HomeTools.Parent = Main
  5917. HomeTools.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5918. HomeTools.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5919. HomeTools.BorderSizePixel = 2
  5920. HomeTools.Position = UDim2.new(0.0244444441, 0, 0.732758641, 0)
  5921. HomeTools.Size = UDim2.new(0, 84, 0, 21)
  5922. HomeTools.Font = Enum.Font.SourceSans
  5923. HomeTools.Text = "Tools"
  5924. HomeTools.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5925. HomeTools.TextSize = 24
  5926. HomeTools.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5927.  
  5928. HomeChangelog.Name = "HomeChangelog"
  5929. HomeChangelog.Parent = Main
  5930. HomeChangelog.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5931. HomeChangelog.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5932. HomeChangelog.BorderSizePixel = 2
  5933. HomeChangelog.Position = UDim2.new(0.0244444441, 0, 0.875, 0)
  5934. HomeChangelog.Size = UDim2.new(0, 84, 0, 21)
  5935. HomeChangelog.Font = Enum.Font.SourceSans
  5936. HomeChangelog.Text = "Changelog"
  5937. HomeChangelog.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5938. HomeChangelog.TextSize = 22
  5939. HomeChangelog.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5940.  
  5941. HomeLogo.Name = "HomeLogo"
  5942. HomeLogo.Parent = Main
  5943. HomeLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  5944. HomeLogo.BackgroundTransparency = 1
  5945. HomeLogo.BorderSizePixel = 0
  5946. HomeLogo.Position = UDim2.new(0.456999987, 0, -0.11896389, 0)
  5947. HomeLogo.Size = UDim2.new(0, 156, 0, 99)
  5948. HomeLogo.Image = "rbxassetid://1393851029"
  5949.  
  5950. HiName.Name = "HiName"
  5951. HiName.Parent = Main
  5952. HiName.BackgroundColor3 = Color3.new(1, 1, 1)
  5953. HiName.BackgroundTransparency = 1
  5954. HiName.BorderSizePixel = 0
  5955. HiName.Position = UDim2.new(0.0244444441, 0, 0.0258620698, 0)
  5956. HiName.Size = UDim2.new(0, 189, 0, 25)
  5957. HiName.Font = Enum.Font.SourceSans
  5958. HiName.Text = "Hi"
  5959. HiName.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5960. HiName.TextScaled = true
  5961. HiName.TextSize = 14
  5962. HiName.TextStrokeColor3 = Color3.new(0.000153787, 0.000246059, 0.000322953)
  5963. HiName.TextStrokeTransparency = 0.64899998903275
  5964. HiName.TextWrapped = true
  5965. HiName.TextXAlignment = Enum.TextXAlignment.Left
  5966.  
  5967. HomeSepBar.Name = "HomeSepBar"
  5968. HomeSepBar.Parent = Main
  5969. HomeSepBar.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5970. HomeSepBar.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5971. HomeSepBar.Position = UDim2.new(0.24888888, 0, 0.206896558, 0)
  5972. HomeSepBar.Size = UDim2.new(0, 1, 0, 176)
  5973. HomeSepBar.Font = Enum.Font.SourceSans
  5974. HomeSepBar.Text = ""
  5975. HomeSepBar.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5976. HomeSepBar.TextSize = 24
  5977. HomeSepBar.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5978.  
  5979. X.Name = "X"
  5980. X.Parent = Main
  5981. X.BackgroundColor3 = Color3.new(1, 1, 1)
  5982. X.BackgroundTransparency = 1
  5983. X.BorderSizePixel = 0
  5984. X.Position = UDim2.new(0.937777758, 0, 0, 0)
  5985. X.Size = UDim2.new(0, 28, 0, 25)
  5986. X.Font = Enum.Font.SourceSans
  5987. X.Text = "X"
  5988. X.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  5989. X.TextScaled = true
  5990. X.TextSize = 14
  5991. X.TextWrapped = true
  5992.  
  5993. WoodScreen.Name = "WoodScreen"
  5994. WoodScreen.Parent = Drag
  5995. WoodScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5996. WoodScreen.BackgroundTransparency = 1
  5997. WoodScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  5998. WoodScreen.BorderSizePixel = 0
  5999. WoodScreen.Draggable = true
  6000. WoodScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  6001. WoodScreen.Size = UDim2.new(0, 444, 0, 230)
  6002. WoodScreen.Visible = false
  6003.  
  6004. TeleportCutWood.Name = "Teleport Cut Wood"
  6005. TeleportCutWood.Parent = WoodScreen
  6006. TeleportCutWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6007. TeleportCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6008. TeleportCutWood.BorderSizePixel = 2
  6009. TeleportCutWood.Position = UDim2.new(0.457207203, 0, 0.226086959, 0)
  6010. TeleportCutWood.Size = UDim2.new(0, 147, 0, 21)
  6011. TeleportCutWood.Font = Enum.Font.SourceSans
  6012. TeleportCutWood.Text = "Teleport Cut Wood"
  6013. TeleportCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6014. TeleportCutWood.TextScaled = true
  6015. TeleportCutWood.TextSize = 24
  6016. TeleportCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6017. TeleportCutWood.TextWrapped = true
  6018.  
  6019. SellCutWood.Name = "Sell Cut Wood"
  6020. SellCutWood.Parent = WoodScreen
  6021. SellCutWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6022. SellCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6023. SellCutWood.BorderSizePixel = 2
  6024. SellCutWood.Position = UDim2.new(0.457207203, 0, 0.391304344, 0)
  6025. SellCutWood.Size = UDim2.new(0, 147, 0, 21)
  6026. SellCutWood.Font = Enum.Font.SourceSans
  6027. SellCutWood.Text = "Sell Cut Wood"
  6028. SellCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6029. SellCutWood.TextSize = 24
  6030. SellCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6031.  
  6032. TeleportEndTimesWood.Name = "Teleport End Times Wood"
  6033. TeleportEndTimesWood.Parent = WoodScreen
  6034. TeleportEndTimesWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6035. TeleportEndTimesWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6036. TeleportEndTimesWood.BorderSizePixel = 2
  6037. TeleportEndTimesWood.Position = UDim2.new(0.457207203, 0, 0.556521714, 0)
  6038. TeleportEndTimesWood.Size = UDim2.new(0, 147, 0, 21)
  6039. TeleportEndTimesWood.Font = Enum.Font.SourceSans
  6040. TeleportEndTimesWood.Text = "Teleport End Times"
  6041. TeleportEndTimesWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6042. TeleportEndTimesWood.TextScaled = true
  6043. TeleportEndTimesWood.TextSize = 24
  6044. TeleportEndTimesWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6045. TeleportEndTimesWood.TextWrapped = true
  6046.  
  6047. TeleportCaveCrawlerWood.Name = "Teleport Cave Crawler Wood"
  6048. TeleportCaveCrawlerWood.Parent = WoodScreen
  6049. TeleportCaveCrawlerWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6050. TeleportCaveCrawlerWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6051. TeleportCaveCrawlerWood.BorderSizePixel = 2
  6052. TeleportCaveCrawlerWood.Position = UDim2.new(0.457207203, 0, 0.70869565, 0)
  6053. TeleportCaveCrawlerWood.Size = UDim2.new(0, 147, 0, 21)
  6054. TeleportCaveCrawlerWood.Font = Enum.Font.SourceSans
  6055. TeleportCaveCrawlerWood.Text = "Teleport Cave Crawler"
  6056. TeleportCaveCrawlerWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6057. TeleportCaveCrawlerWood.TextScaled = true
  6058. TeleportCaveCrawlerWood.TextSize = 24
  6059. TeleportCaveCrawlerWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6060. TeleportCaveCrawlerWood.TextWrapped = true
  6061.  
  6062. TeleportGifts.Name = "Teleport Gifts"
  6063. TeleportGifts.Parent = WoodScreen
  6064. TeleportGifts.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6065. TeleportGifts.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6066. TeleportGifts.BorderSizePixel = 2
  6067. TeleportGifts.Position = UDim2.new(0.456081063, 0, 0.869565248, 0)
  6068. TeleportGifts.Size = UDim2.new(0, 147, 0, 21)
  6069. TeleportGifts.Font = Enum.Font.SourceSans
  6070. TeleportGifts.Text = "Teleport Gifts"
  6071. TeleportGifts.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6072. TeleportGifts.TextScaled = true
  6073. TeleportGifts.TextSize = 24
  6074. TeleportGifts.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6075. TeleportGifts.TextWrapped = true
  6076.  
  6077. ToolsScreen.Name = "ToolsScreen"
  6078. ToolsScreen.Parent = Drag
  6079. ToolsScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6080. ToolsScreen.BackgroundTransparency = 1
  6081. ToolsScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6082. ToolsScreen.BorderSizePixel = 0
  6083. ToolsScreen.Draggable = true
  6084. ToolsScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  6085. ToolsScreen.Size = UDim2.new(0, 444, 0, 230)
  6086. ToolsScreen.Visible = false
  6087.  
  6088. Dupe.Name = "Dupe"
  6089. Dupe.Parent = ToolsScreen
  6090. Dupe.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6091. Dupe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6092. Dupe.BorderSizePixel = 2
  6093. Dupe.Position = UDim2.new(0.457207203, 0, 0.199999988, 0)
  6094. Dupe.Size = UDim2.new(0, 147, 0, 20)
  6095. Dupe.Font = Enum.Font.SourceSans
  6096. Dupe.Text = "Duplication"
  6097. Dupe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6098. Dupe.TextScaled = true
  6099. Dupe.TextSize = 24
  6100. Dupe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6101. Dupe.TextWrapped = true
  6102.  
  6103. Move.Name = "Move"
  6104. Move.Parent = ToolsScreen
  6105. Move.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6106. Move.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6107. Move.BorderSizePixel = 2
  6108. Move.Position = UDim2.new(0.457207203, 0, 0.347826093, 0)
  6109. Move.Size = UDim2.new(0, 147, 0, 20)
  6110. Move.Font = Enum.Font.SourceSans
  6111. Move.Text = "Hard Dragger"
  6112. Move.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6113. Move.TextScaled = true
  6114. Move.TextSize = 24
  6115. Move.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6116. Move.TextWrapped = true
  6117.  
  6118. GoldAxe.Name = "Gold Axe"
  6119. GoldAxe.Parent = ToolsScreen
  6120. GoldAxe.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6121. GoldAxe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6122. GoldAxe.BorderSizePixel = 2
  6123. GoldAxe.Position = UDim2.new(0.457207233, 0, 0.478260875, 0)
  6124. GoldAxe.Size = UDim2.new(0, 147, 0, 20)
  6125. GoldAxe.Font = Enum.Font.SourceSans
  6126. GoldAxe.Text = "Golden Axe"
  6127. GoldAxe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6128. GoldAxe.TextScaled = true
  6129. GoldAxe.TextSize = 24
  6130. GoldAxe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6131. GoldAxe.TextWrapped = true
  6132.  
  6133. LeakedItems.Name = "Leaked Items"
  6134. LeakedItems.Parent = ToolsScreen
  6135. LeakedItems.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6136. LeakedItems.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6137. LeakedItems.BorderSizePixel = 2
  6138. LeakedItems.Position = UDim2.new(0.456081092, 0, 0.617391288, 0)
  6139. LeakedItems.Size = UDim2.new(0, 147, 0, 20)
  6140. LeakedItems.Font = Enum.Font.SourceSans
  6141. LeakedItems.Text = "Leaked Items"
  6142. LeakedItems.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6143. LeakedItems.TextScaled = true
  6144. LeakedItems.TextSize = 24
  6145. LeakedItems.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6146. LeakedItems.TextWrapped = true
  6147.  
  6148. TeleportTool.Name = "Teleport Tool"
  6149. TeleportTool.Parent = ToolsScreen
  6150. TeleportTool.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6151. TeleportTool.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6152. TeleportTool.BorderSizePixel = 2
  6153. TeleportTool.Position = UDim2.new(0.456081092, 0, 0.756521761, 0)
  6154. TeleportTool.Size = UDim2.new(0, 147, 0, 20)
  6155. TeleportTool.Font = Enum.Font.SourceSans
  6156. TeleportTool.Text = "Ctrl + Click TP"
  6157. TeleportTool.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6158. TeleportTool.TextScaled = true
  6159. TeleportTool.TextSize = 24
  6160. TeleportTool.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6161. TeleportTool.TextWrapped = true
  6162.  
  6163. GreyWood.Name = "Grey Wood"
  6164. GreyWood.Parent = ToolsScreen
  6165. GreyWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6166. GreyWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6167. GreyWood.BorderSizePixel = 2
  6168. GreyWood.Position = UDim2.new(0.456081092, 0, 0.900000036, 0)
  6169. GreyWood.Size = UDim2.new(0, 147, 0, 20)
  6170. GreyWood.Font = Enum.Font.SourceSans
  6171. GreyWood.Text = "Grey Wood"
  6172. GreyWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6173. GreyWood.TextScaled = true
  6174. GreyWood.TextSize = 24
  6175. GreyWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6176. GreyWood.TextWrapped = true
  6177.  
  6178. DupeLabel.Name = "DupeLabel"
  6179. DupeLabel.Parent = ToolsScreen
  6180. DupeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6181. DupeLabel.BackgroundTransparency = 1
  6182. DupeLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  6183. DupeLabel.BorderSizePixel = 0
  6184. DupeLabel.Position = UDim2.new(0.493243247, 0, 0.286956519, 0)
  6185. DupeLabel.Size = UDim2.new(0, 115, 0, 14)
  6186. DupeLabel.Font = Enum.Font.SciFi
  6187. DupeLabel.Text = "Disabled"
  6188. DupeLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  6189. DupeLabel.TextSize = 14
  6190.  
  6191. TeleportsScreen.Name = "TeleportsScreen"
  6192. TeleportsScreen.Parent = Drag
  6193. TeleportsScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6194. TeleportsScreen.BackgroundTransparency = 1
  6195. TeleportsScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6196. TeleportsScreen.BorderSizePixel = 0
  6197. TeleportsScreen.Draggable = true
  6198. TeleportsScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  6199. TeleportsScreen.Size = UDim2.new(0, 444, 0, 230)
  6200. TeleportsScreen.Visible = false
  6201.  
  6202. Spawn.Name = "Spawn"
  6203. Spawn.Parent = TeleportsScreen
  6204. Spawn.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6205. Spawn.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6206. Spawn.BorderSizePixel = 2
  6207. Spawn.Position = UDim2.new(0.290540546, 0, 0.226086959, 0)
  6208. Spawn.Size = UDim2.new(0, 84, 0, 21)
  6209. Spawn.Font = Enum.Font.SourceSans
  6210. Spawn.Text = "Spawn"
  6211. Spawn.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6212. Spawn.TextSize = 24
  6213. Spawn.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6214. Spawn.TextWrapped = true
  6215.  
  6216. Den.Name = "Den"
  6217. Den.Parent = TeleportsScreen
  6218. Den.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6219. Den.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6220. Den.BorderSizePixel = 2
  6221. Den.Position = UDim2.new(0.290540546, 0, 0.352173924, 0)
  6222. Den.Size = UDim2.new(0, 84, 0, 21)
  6223. Den.Font = Enum.Font.SourceSans
  6224. Den.Text = "The Den"
  6225. Den.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6226. Den.TextSize = 24
  6227. Den.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6228. Den.TextWrapped = true
  6229.  
  6230. StrangeMan.Name = "Strange Man"
  6231. StrangeMan.Parent = TeleportsScreen
  6232. StrangeMan.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6233. StrangeMan.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6234. StrangeMan.BorderSizePixel = 2
  6235. StrangeMan.Position = UDim2.new(0.290540546, 0, 0.482608676, 0)
  6236. StrangeMan.Size = UDim2.new(0, 84, 0, 21)
  6237. StrangeMan.Font = Enum.Font.SourceSans
  6238. StrangeMan.Text = "Strange Man"
  6239. StrangeMan.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6240. StrangeMan.TextScaled = true
  6241. StrangeMan.TextSize = 24
  6242. StrangeMan.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6243. StrangeMan.TextWrapped = true
  6244.  
  6245. Swamp.Name = "Swamp"
  6246. Swamp.Parent = TeleportsScreen
  6247. Swamp.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6248. Swamp.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6249. Swamp.BorderSizePixel = 2
  6250. Swamp.Position = UDim2.new(0.290540546, 0, 0.617391288, 0)
  6251. Swamp.Size = UDim2.new(0, 84, 0, 21)
  6252. Swamp.Font = Enum.Font.SourceSans
  6253. Swamp.Text = "Swamp"
  6254. Swamp.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6255. Swamp.TextSize = 24
  6256. Swamp.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6257. Swamp.TextWrapped = true
  6258.  
  6259. Fancy.Name = "Fancy"
  6260. Fancy.Parent = TeleportsScreen
  6261. Fancy.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6262. Fancy.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6263. Fancy.BorderSizePixel = 2
  6264. Fancy.Position = UDim2.new(0.290540546, 0, 0.747826099, 0)
  6265. Fancy.Size = UDim2.new(0, 84, 0, 21)
  6266. Fancy.Font = Enum.Font.SourceSans
  6267. Fancy.Text = "Fancy"
  6268. Fancy.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6269. Fancy.TextSize = 24
  6270. Fancy.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6271. Fancy.TextWrapped = true
  6272.  
  6273. BoxedCars.Name = "Boxed Cars"
  6274. BoxedCars.Parent = TeleportsScreen
  6275. BoxedCars.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6276. BoxedCars.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6277. BoxedCars.BorderSizePixel = 2
  6278. BoxedCars.Position = UDim2.new(0.290540546, 0, 0.87391305, 0)
  6279. BoxedCars.Size = UDim2.new(0, 84, 0, 21)
  6280. BoxedCars.Font = Enum.Font.SourceSans
  6281. BoxedCars.Text = "Boxed Cars"
  6282. BoxedCars.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6283. BoxedCars.TextScaled = true
  6284. BoxedCars.TextSize = 24
  6285. BoxedCars.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6286. BoxedCars.TextWrapped = true
  6287.  
  6288. Dropoff.Name = "Dropoff"
  6289. Dropoff.Parent = TeleportsScreen
  6290. Dropoff.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6291. Dropoff.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6292. Dropoff.BorderSizePixel = 2
  6293. Dropoff.Position = UDim2.new(0.538288295, 0, 0.226086959, 0)
  6294. Dropoff.Size = UDim2.new(0, 84, 0, 21)
  6295. Dropoff.Font = Enum.Font.SourceSans
  6296. Dropoff.Text = "Dropoff"
  6297. Dropoff.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6298. Dropoff.TextSize = 24
  6299. Dropoff.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6300. Dropoff.TextWrapped = true
  6301.  
  6302. GreenBox.Name = "Green Box"
  6303. GreenBox.Parent = TeleportsScreen
  6304. GreenBox.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6305. GreenBox.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6306. GreenBox.BorderSizePixel = 2
  6307. GreenBox.Position = UDim2.new(0.538288295, 0, 0.352173924, 0)
  6308. GreenBox.Size = UDim2.new(0, 84, 0, 21)
  6309. GreenBox.Font = Enum.Font.SourceSans
  6310. GreenBox.Text = "Green Box"
  6311. GreenBox.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6312. GreenBox.TextScaled = true
  6313. GreenBox.TextSize = 24
  6314. GreenBox.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6315. GreenBox.TextWrapped = true
  6316.  
  6317. Cave.Name = "Cave"
  6318. Cave.Parent = TeleportsScreen
  6319. Cave.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6320. Cave.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6321. Cave.BorderSizePixel = 2
  6322. Cave.Position = UDim2.new(0.538288295, 0, 0.482608676, 0)
  6323. Cave.Size = UDim2.new(0, 84, 0, 21)
  6324. Cave.Font = Enum.Font.SourceSans
  6325. Cave.Text = "Cave"
  6326. Cave.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6327. Cave.TextSize = 24
  6328. Cave.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6329. Cave.TextWrapped = true
  6330.  
  6331. Palm.Name = "Palm"
  6332. Palm.Parent = TeleportsScreen
  6333. Palm.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6334. Palm.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6335. Palm.BorderSizePixel = 2
  6336. Palm.Position = UDim2.new(0.538288295, 0, 0.617391288, 0)
  6337. Palm.Size = UDim2.new(0, 84, 0, 21)
  6338. Palm.Font = Enum.Font.SourceSans
  6339. Palm.Text = "Palm"
  6340. Palm.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6341. Palm.TextSize = 24
  6342. Palm.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6343. Palm.TextWrapped = true
  6344.  
  6345. WoodRUs.Name = "Wood R Us"
  6346. WoodRUs.Parent = TeleportsScreen
  6347. WoodRUs.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6348. WoodRUs.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6349. WoodRUs.BorderSizePixel = 2
  6350. WoodRUs.Position = UDim2.new(0.538288295, 0, 0.747826099, 0)
  6351. WoodRUs.Size = UDim2.new(0, 84, 0, 21)
  6352. WoodRUs.Font = Enum.Font.SourceSans
  6353. WoodRUs.Text = "Wood R Us"
  6354. WoodRUs.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6355. WoodRUs.TextScaled = true
  6356. WoodRUs.TextSize = 24
  6357. WoodRUs.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6358. WoodRUs.TextWrapped = true
  6359.  
  6360. LinksLogic.Name = "Links Logic"
  6361. LinksLogic.Parent = TeleportsScreen
  6362. LinksLogic.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6363. LinksLogic.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6364. LinksLogic.BorderSizePixel = 2
  6365. LinksLogic.Position = UDim2.new(0.538288295, 0, 0.87391305, 0)
  6366. LinksLogic.Size = UDim2.new(0, 84, 0, 21)
  6367. LinksLogic.Font = Enum.Font.SourceSans
  6368. LinksLogic.Text = "Link's Logic"
  6369. LinksLogic.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6370. LinksLogic.TextScaled = true
  6371. LinksLogic.TextSize = 24
  6372. LinksLogic.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6373. LinksLogic.TextWrapped = true
  6374.  
  6375. YourPlot.Name = "Your Plot"
  6376. YourPlot.Parent = TeleportsScreen
  6377. YourPlot.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6378. YourPlot.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6379. YourPlot.BorderSizePixel = 2
  6380. YourPlot.Position = UDim2.new(0.77477479, 0, 0.87391305, 0)
  6381. YourPlot.Size = UDim2.new(0, 84, 0, 21)
  6382. YourPlot.Font = Enum.Font.SourceSans
  6383. YourPlot.Text = "Your Plot"
  6384. YourPlot.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6385. YourPlot.TextSize = 24
  6386. YourPlot.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6387. YourPlot.TextWrapped = true
  6388.  
  6389. BobsShack.Name = "Bobs Shack"
  6390. BobsShack.Parent = TeleportsScreen
  6391. BobsShack.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6392. BobsShack.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6393. BobsShack.BorderSizePixel = 2
  6394. BobsShack.Position = UDim2.new(0.77477479, 0, 0.747826099, 0)
  6395. BobsShack.Size = UDim2.new(0, 84, 0, 21)
  6396. BobsShack.Font = Enum.Font.SourceSans
  6397. BobsShack.Text = "Bob's Shack"
  6398. BobsShack.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6399. BobsShack.TextScaled = true
  6400. BobsShack.TextSize = 24
  6401. BobsShack.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6402. BobsShack.TextWrapped = true
  6403.  
  6404. EndTimes.Name = "End Times"
  6405. EndTimes.Parent = TeleportsScreen
  6406. EndTimes.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6407. EndTimes.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6408. EndTimes.BorderSizePixel = 2
  6409. EndTimes.Position = UDim2.new(0.77477479, 0, 0.617391288, 0)
  6410. EndTimes.Size = UDim2.new(0, 84, 0, 21)
  6411. EndTimes.Font = Enum.Font.SourceSans
  6412. EndTimes.Text = "End Times"
  6413. EndTimes.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6414. EndTimes.TextScaled = true
  6415. EndTimes.TextSize = 24
  6416. EndTimes.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6417. EndTimes.TextWrapped = true
  6418.  
  6419. Volcano.Name = "Volcano"
  6420. Volcano.Parent = TeleportsScreen
  6421. Volcano.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6422. Volcano.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6423. Volcano.BorderSizePixel = 2
  6424. Volcano.Position = UDim2.new(0.77477479, 0, 0.482608676, 0)
  6425. Volcano.Size = UDim2.new(0, 84, 0, 21)
  6426. Volcano.Font = Enum.Font.SourceSans
  6427. Volcano.Text = "Volcano"
  6428. Volcano.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6429. Volcano.TextSize = 24
  6430. Volcano.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6431. Volcano.TextWrapped = true
  6432.  
  6433. Lodge.Name = "Lodge"
  6434. Lodge.Parent = TeleportsScreen
  6435. Lodge.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6436. Lodge.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6437. Lodge.BorderSizePixel = 2
  6438. Lodge.Position = UDim2.new(0.77477479, 0, 0.352173924, 0)
  6439. Lodge.Size = UDim2.new(0, 84, 0, 21)
  6440. Lodge.Font = Enum.Font.SourceSans
  6441. Lodge.Text = "Lodge"
  6442. Lodge.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6443. Lodge.TextSize = 24
  6444. Lodge.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6445. Lodge.TextWrapped = true
  6446.  
  6447. Shrine.Name = "Shrine"
  6448. Shrine.Parent = TeleportsScreen
  6449. Shrine.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6450. Shrine.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6451. Shrine.BorderSizePixel = 2
  6452. Shrine.Position = UDim2.new(0.77477479, 0, 0.226086959, 0)
  6453. Shrine.Size = UDim2.new(0, 84, 0, 21)
  6454. Shrine.Font = Enum.Font.SourceSans
  6455. Shrine.Text = "Shrine"
  6456. Shrine.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6457. Shrine.TextSize = 24
  6458. Shrine.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6459. Shrine.TextWrapped = true
  6460.  
  6461. PlayersScreen.Name = "PlayersScreen"
  6462. PlayersScreen.Parent = Drag
  6463. PlayersScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6464. PlayersScreen.BackgroundTransparency = 1
  6465. PlayersScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6466. PlayersScreen.BorderSizePixel = 0
  6467. PlayersScreen.Draggable = true
  6468. PlayersScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  6469. PlayersScreen.Size = UDim2.new(0, 444, 0, 230)
  6470. PlayersScreen.Visible = false
  6471.  
  6472. P1.Name = "P1"
  6473. P1.Parent = PlayersScreen
  6474. P1.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6475. P1.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6476. P1.BorderSizePixel = 2
  6477. P1.Position = UDim2.new(0.272522509, 0, 0.226086959, 0)
  6478. P1.Size = UDim2.new(0, 147, 0, 21)
  6479. P1.Font = Enum.Font.SourceSans
  6480. P1.Text = " "
  6481. P1.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6482. P1.TextSize = 24
  6483. P1.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6484.  
  6485. P2.Name = "P2"
  6486. P2.Parent = PlayersScreen
  6487. P2.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6488. P2.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6489. P2.BorderSizePixel = 2
  6490. P2.Position = UDim2.new(0.628378332, 0, 0.226086974, 0)
  6491. P2.Size = UDim2.new(0, 158, 0, 21)
  6492. P2.Font = Enum.Font.SourceSans
  6493. P2.Text = " "
  6494. P2.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6495. P2.TextSize = 24
  6496. P2.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6497.  
  6498. P4.Name = "P4"
  6499. P4.Parent = PlayersScreen
  6500. P4.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6501. P4.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6502. P4.BorderSizePixel = 2
  6503. P4.Position = UDim2.new(0.628378332, 0, 0.352173924, 0)
  6504. P4.Size = UDim2.new(0, 158, 0, 21)
  6505. P4.Font = Enum.Font.SourceSans
  6506. P4.Text = " "
  6507. P4.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6508. P4.TextSize = 24
  6509. P4.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6510.  
  6511. P3.Name = "P3"
  6512. P3.Parent = PlayersScreen
  6513. P3.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6514. P3.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6515. P3.BorderSizePixel = 2
  6516. P3.Position = UDim2.new(0.272522509, 0, 0.352173924, 0)
  6517. P3.Size = UDim2.new(0, 147, 0, 21)
  6518. P3.Font = Enum.Font.SourceSans
  6519. P3.Text = " "
  6520. P3.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6521. P3.TextSize = 24
  6522. P3.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6523.  
  6524. P6.Name = "P6"
  6525. P6.Parent = PlayersScreen
  6526. P6.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6527. P6.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6528. P6.BorderSizePixel = 2
  6529. P6.Position = UDim2.new(0.628378332, 0, 0.482608706, 0)
  6530. P6.Size = UDim2.new(0, 158, 0, 21)
  6531. P6.Font = Enum.Font.SourceSans
  6532. P6.Text = ""
  6533. P6.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6534. P6.TextSize = 24
  6535. P6.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6536.  
  6537. P5.Name = "P5"
  6538. P5.Parent = PlayersScreen
  6539. P5.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6540. P5.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6541. P5.BorderSizePixel = 2
  6542. P5.Position = UDim2.new(0.272522509, 0, 0.482608706, 0)
  6543. P5.Size = UDim2.new(0, 147, 0, 21)
  6544. P5.Font = Enum.Font.SourceSans
  6545. P5.Text = " "
  6546. P5.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6547. P5.TextSize = 24
  6548. P5.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6549.  
  6550. TpToPlayer.Name = "TpToPlayer"
  6551. TpToPlayer.Parent = PlayersScreen
  6552. TpToPlayer.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6553. TpToPlayer.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6554. TpToPlayer.BorderSizePixel = 2
  6555. TpToPlayer.Position = UDim2.new(0.405405402, 0, 0.656521738, 0)
  6556. TpToPlayer.Size = UDim2.new(0, 179, 0, 21)
  6557. TpToPlayer.Font = Enum.Font.SourceSans
  6558. TpToPlayer.Text = "Teleport To Player"
  6559. TpToPlayer.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6560. TpToPlayer.TextSize = 24
  6561. TpToPlayer.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6562.  
  6563. TpToPlayerBase.Name = "TpToPlayerBase"
  6564. TpToPlayerBase.Parent = PlayersScreen
  6565. TpToPlayerBase.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6566. TpToPlayerBase.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6567. TpToPlayerBase.BorderSizePixel = 2
  6568. TpToPlayerBase.Position = UDim2.new(0.405405402, 0, 0.813043475, 0)
  6569. TpToPlayerBase.Size = UDim2.new(0, 179, 0, 21)
  6570. TpToPlayerBase.Font = Enum.Font.SourceSans
  6571. TpToPlayerBase.Text = "Teleport To Base"
  6572. TpToPlayerBase.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6573. TpToPlayerBase.TextSize = 24
  6574. TpToPlayerBase.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6575.  
  6576. PSelected.Name = "PSelected"
  6577. PSelected.Parent = PlayersScreen
  6578. PSelected.BackgroundColor3 = Color3.new(1, 1, 1)
  6579. PSelected.BackgroundTransparency = 1
  6580. PSelected.BorderSizePixel = 0
  6581. PSelected.Position = UDim2.new(0.405405402, 0, 0.904347837, 0)
  6582. PSelected.Size = UDim2.new(0, 179, 0, 22)
  6583. PSelected.Font = Enum.Font.SourceSans
  6584. PSelected.Text = ""
  6585. PSelected.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6586. PSelected.TextSize = 20
  6587.  
  6588. LocalScreen.Name = "LocalScreen"
  6589. LocalScreen.Parent = Drag
  6590. LocalScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6591. LocalScreen.BackgroundTransparency = 1
  6592. LocalScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6593. LocalScreen.BorderSizePixel = 0
  6594. LocalScreen.Draggable = true
  6595. LocalScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  6596. LocalScreen.Size = UDim2.new(0, 444, 0, 230)
  6597. LocalScreen.Visible = false
  6598.  
  6599. God.Name = "God"
  6600. God.Parent = LocalScreen
  6601. God.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6602. God.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6603. God.BorderSizePixel = 2
  6604. God.Position = UDim2.new(0.457207203, 0, 0.226086944, 0)
  6605. God.Size = UDim2.new(0, 158, 0, 21)
  6606. God.Font = Enum.Font.SourceSans
  6607. God.Text = "God"
  6608. God.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6609. God.TextSize = 24
  6610. God.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6611.  
  6612. Noclip.Name = "Noclip"
  6613. Noclip.Parent = LocalScreen
  6614. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6615. Noclip.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6616. Noclip.BorderSizePixel = 2
  6617. Noclip.Position = UDim2.new(0.457207203, 0, 0.352173924, 0)
  6618. Noclip.Size = UDim2.new(0, 158, 0, 21)
  6619. Noclip.Font = Enum.Font.SourceSans
  6620. Noclip.Text = "Noclip"
  6621. Noclip.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6622. Noclip.TextSize = 24
  6623. Noclip.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6624.  
  6625. Walkspeed.Name = "Walkspeed"
  6626. Walkspeed.Parent = LocalScreen
  6627. Walkspeed.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6628. Walkspeed.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6629. Walkspeed.BorderSizePixel = 2
  6630. Walkspeed.Position = UDim2.new(0.457207203, 0, 0.523913026, 0)
  6631. Walkspeed.Size = UDim2.new(0, 158, 0, 21)
  6632. Walkspeed.Font = Enum.Font.SourceSans
  6633. Walkspeed.Text = "Walkspeed"
  6634. Walkspeed.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6635. Walkspeed.TextSize = 24
  6636. Walkspeed.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6637.  
  6638. Jumppower.Name = "Jumppower"
  6639. Jumppower.Parent = LocalScreen
  6640. Jumppower.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6641. Jumppower.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6642. Jumppower.BorderSizePixel = 2
  6643. Jumppower.Position = UDim2.new(0.457207203, 0, 0.70869565, 0)
  6644. Jumppower.Size = UDim2.new(0, 158, 0, 21)
  6645. Jumppower.Font = Enum.Font.SourceSans
  6646. Jumppower.Text = "Jumppower"
  6647. Jumppower.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6648. Jumppower.TextSize = 24
  6649. Jumppower.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6650.  
  6651. NoclipLabel.Name = "NoclipLabel"
  6652. NoclipLabel.Parent = LocalScreen
  6653. NoclipLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6654. NoclipLabel.BackgroundTransparency = 1
  6655. NoclipLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  6656. NoclipLabel.BorderSizePixel = 0
  6657. NoclipLabel.Position = UDim2.new(0.504504502, 0, 0.443478256, 0)
  6658. NoclipLabel.Size = UDim2.new(0, 115, 0, 19)
  6659. NoclipLabel.Font = Enum.Font.SciFi
  6660. NoclipLabel.Text = "Disabled"
  6661. NoclipLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  6662. NoclipLabel.TextSize = 14
  6663.  
  6664. WalkspeedValue.Name = "WalkspeedValue"
  6665. WalkspeedValue.Parent = LocalScreen
  6666. WalkspeedValue.BackgroundColor3 = Color3.new(1, 1, 1)
  6667. WalkspeedValue.BackgroundTransparency = 1
  6668. WalkspeedValue.BorderSizePixel = 0
  6669. WalkspeedValue.Position = UDim2.new(0.457207203, 0, 0.617391288, 0)
  6670. WalkspeedValue.Size = UDim2.new(0, 158, 0, 21)
  6671. WalkspeedValue.Font = Enum.Font.SourceSans
  6672. WalkspeedValue.Text = "Walkspeed Value"
  6673. WalkspeedValue.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6674. WalkspeedValue.TextSize = 14
  6675.  
  6676. JumppowerValue.Name = "JumppowerValue"
  6677. JumppowerValue.Parent = LocalScreen
  6678. JumppowerValue.BackgroundColor3 = Color3.new(1, 1, 1)
  6679. JumppowerValue.BackgroundTransparency = 1
  6680. JumppowerValue.BorderSizePixel = 0
  6681. JumppowerValue.Position = UDim2.new(0.457207203, 0, 0.799999952, 0)
  6682. JumppowerValue.Size = UDim2.new(0, 158, 0, 21)
  6683. JumppowerValue.Font = Enum.Font.SourceSans
  6684. JumppowerValue.Text = "Jumppower Value"
  6685. JumppowerValue.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6686. JumppowerValue.TextSize = 14
  6687.  
  6688. EtoFly.Name = "EtoFly"
  6689. EtoFly.Parent = LocalScreen
  6690. EtoFly.BackgroundColor3 = Color3.new(1, 1, 1)
  6691. EtoFly.BackgroundTransparency = 1
  6692. EtoFly.BorderSizePixel = 0
  6693. EtoFly.Position = UDim2.new(0.409909904, 0, 0.895652175, 0)
  6694. EtoFly.Size = UDim2.new(0, 200, 0, 29)
  6695. EtoFly.Font = Enum.Font.SourceSans
  6696. EtoFly.Text = "Press \"Q\" to Fly"
  6697. EtoFly.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6698. EtoFly.TextSize = 14
  6699.  
  6700. HomeScreen.Name = "HomeScreen"
  6701. HomeScreen.Parent = Drag
  6702. HomeScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  6703. HomeScreen.BackgroundTransparency = 1
  6704. HomeScreen.BorderSizePixel = 0
  6705. HomeScreen.Position = UDim2.new(-0.208425716, 0, -0.273504287, 0)
  6706. HomeScreen.Size = UDim2.new(0, 450, 0, 232)
  6707. HomeScreen.Visible = false
  6708.  
  6709. WelcomeName.Name = "WelcomeName"
  6710. WelcomeName.Parent = HomeScreen
  6711. WelcomeName.BackgroundColor3 = Color3.new(1, 1, 1)
  6712. WelcomeName.BackgroundTransparency = 1
  6713. WelcomeName.BorderSizePixel = 0
  6714. WelcomeName.Position = UDim2.new(0.512882888, 0, 0.402361304, 0)
  6715. WelcomeName.Size = UDim2.new(0, 295, 0, 50)
  6716. WelcomeName.Font = Enum.Font.SourceSans
  6717. WelcomeName.Text = "Welcome"
  6718. WelcomeName.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6719. WelcomeName.TextSize = 26
  6720. WelcomeName.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6721. WelcomeName.TextStrokeTransparency = 0.64999997615814
  6722. WelcomeName.TextWrapped = true
  6723.  
  6724. WelcomeMOTD.Name = "WelcomeMOTD"
  6725. WelcomeMOTD.Parent = HomeScreen
  6726. WelcomeMOTD.BackgroundColor3 = Color3.new(1, 1, 1)
  6727. WelcomeMOTD.BackgroundTransparency = 1
  6728. WelcomeMOTD.Position = UDim2.new(0.524598598, 0, 0.615812302, 0)
  6729. WelcomeMOTD.Size = UDim2.new(0, 295, 0, 122)
  6730. WelcomeMOTD.Font = Enum.Font.SourceSans
  6731. WelcomeMOTD.Text = "I heard there are a lot of wild haxors on the lose. Be careful out there."
  6732. WelcomeMOTD.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6733. WelcomeMOTD.TextSize = 30
  6734. WelcomeMOTD.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6735. WelcomeMOTD.TextStrokeTransparency = 0.64999997615814
  6736. WelcomeMOTD.TextWrapped = true
  6737.  
  6738. WelcomeAuthor.Name = "WelcomeAuthor"
  6739. WelcomeAuthor.Parent = HomeScreen
  6740. WelcomeAuthor.BackgroundColor3 = Color3.new(1, 1, 1)
  6741. WelcomeAuthor.BackgroundTransparency = 1
  6742. WelcomeAuthor.BorderSizePixel = 0
  6743. WelcomeAuthor.Position = UDim2.new(0.621117353, 0, 1.14139926, 0)
  6744. WelcomeAuthor.Size = UDim2.new(0, 200, 0, 22)
  6745. WelcomeAuthor.Font = Enum.Font.SourceSans
  6746. WelcomeAuthor.Text = "By Casual#2435"
  6747. WelcomeAuthor.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6748. WelcomeAuthor.TextSize = 12
  6749. WelcomeAuthor.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6750. WelcomeAuthor.TextStrokeTransparency = 0.64999997615814
  6751. WelcomeAuthor.TextWrapped = true
  6752.  
  6753. ChangelogScreen.Name = "ChangelogScreen"
  6754. ChangelogScreen.Parent = Drag
  6755. ChangelogScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  6756. ChangelogScreen.BackgroundTransparency = 1
  6757. ChangelogScreen.BorderSizePixel = 0
  6758. ChangelogScreen.Position = UDim2.new(0.24833703, 0, 0.17521368, 0)
  6759. ChangelogScreen.Size = UDim2.new(0, 337, 0, 193)
  6760. ChangelogScreen.Visible = false
  6761.  
  6762. Logs.Name = "Logs"
  6763. Logs.Parent = ChangelogScreen
  6764. Logs.BackgroundColor3 = Color3.new(1, 1, 1)
  6765. Logs.BackgroundTransparency = 1
  6766. Logs.BorderSizePixel = 0
  6767. Logs.Position = UDim2.new(0.0207715146, 0, 0, 0)
  6768. Logs.Size = UDim2.new(0, 322, 0, 39)
  6769. Logs.Font = Enum.Font.SourceSans
  6770. Logs.Text = "-1.0 Huge Improvement on Look of Gui"
  6771. Logs.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6772. Logs.TextSize = 20
  6773.  
  6774. Logs2.Name = "Logs2"
  6775. Logs2.Parent = ChangelogScreen
  6776. Logs2.BackgroundColor3 = Color3.new(1, 1, 1)
  6777. Logs2.BackgroundTransparency = 1
  6778. Logs2.BorderSizePixel = 0
  6779. Logs2.Position = UDim2.new(0.0296735913, 0, 0.160621762, 0)
  6780. Logs2.Size = UDim2.new(0, 322, 0, 85)
  6781. Logs2.Font = Enum.Font.SourceSans
  6782. Logs2.Text = "-1.1 Fixed bug that caused you not to be able to changewalkspeed and made you walk slow when you turned on god mode."
  6783. Logs2.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6784. Logs2.TextSize = 20
  6785. Logs2.TextWrapped = true
  6786.  
  6787. Logs3.Name = "Logs3"
  6788. Logs3.Parent = ChangelogScreen
  6789. Logs3.BackgroundColor3 = Color3.new(1, 1, 1)
  6790. Logs3.BackgroundTransparency = 1
  6791. Logs3.BorderSizePixel = 0
  6792. Logs3.Position = UDim2.new(0.0296735913, 0, 0.46632123, 0)
  6793. Logs3.Size = UDim2.new(0, 322, 0, 85)
  6794. Logs3.Font = Enum.Font.SourceSans
  6795. Logs3.Text = "-1.2 Added 3 new features - Hard Dragger, Teleport Gifts and Flight"
  6796. Logs3.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  6797. Logs3.TextSize = 20
  6798. Logs3.TextWrapped = true
  6799.  
  6800. Log1and2Div.Name = "Log1and2Div"
  6801. Log1and2Div.Parent = ChangelogScreen
  6802. Log1and2Div.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6803. Log1and2Div.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6804. Log1and2Div.Position = UDim2.new(0.0534124635, 0, 0.196891189, 0)
  6805. Log1and2Div.Size = UDim2.new(0, 306, 0, 1)
  6806. Log1and2Div.Font = Enum.Font.SourceSans
  6807. Log1and2Div.Text = ""
  6808. Log1and2Div.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6809. Log1and2Div.TextSize = 24
  6810. Log1and2Div.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6811.  
  6812. Log2and3Div.Name = "Log2and3Div"
  6813. Log2and3Div.Parent = ChangelogScreen
  6814. Log2and3Div.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6815. Log2and3Div.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6816. Log2and3Div.Position = UDim2.new(0.0534124635, 0, 0.569948196, 0)
  6817. Log2and3Div.Size = UDim2.new(0, 306, 0, 1)
  6818. Log2and3Div.Font = Enum.Font.SourceSans
  6819. Log2and3Div.Text = ""
  6820. Log2and3Div.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6821. Log2and3Div.TextSize = 24
  6822. Log2and3Div.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  6823.  
  6824. --------
  6825. -- Fly
  6826. repeat wait()
  6827. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  6828. local mouse = game.Players.LocalPlayer:GetMouse()
  6829. repeat wait() until mouse
  6830. local plr = game.Players.LocalPlayer
  6831. local torso = plr.Character.Torso
  6832. local flying = true
  6833. local deb = true
  6834. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  6835. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  6836. local maxspeed = 50
  6837. local speed = 0
  6838.  
  6839. function Fly()
  6840. local bg = Instance.new("BodyGyro", torso)
  6841. bg.P = 9e4
  6842. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6843. bg.cframe = torso.CFrame
  6844. local bv = Instance.new("BodyVelocity", torso)
  6845. bv.velocity = Vector3.new(0,0.1,0)
  6846. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6847. repeat wait()
  6848. plr.Character.Humanoid.PlatformStand = true
  6849. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  6850. speed = speed+.5+(speed/maxspeed)
  6851. if speed > maxspeed then
  6852. speed = maxspeed
  6853. end
  6854. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  6855. speed = speed-1
  6856. if speed < 0 then
  6857. speed = 0
  6858. end
  6859. end
  6860. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  6861. 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
  6862. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  6863. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  6864. 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
  6865. else
  6866. bv.velocity = Vector3.new(0,0.1,0)
  6867. end
  6868. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  6869. until not flying
  6870. ctrl = {f = 0, b = 0, l = 0, r = 0}
  6871. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  6872. speed = 0
  6873. bg:Destroy()
  6874. bv:Destroy()
  6875. plr.Character.Humanoid.PlatformStand = false
  6876. end
  6877. mouse.KeyDown:connect(function(key)
  6878. if key:lower() == "q" then
  6879. if flying then flying = false
  6880. AAPressQ.Visible = false
  6881. else
  6882. flying = true
  6883. Fly()
  6884. end
  6885. elseif key:lower() == "w" then
  6886. ctrl.f = 1
  6887. elseif key:lower() == "s" then
  6888. ctrl.b = -1
  6889. elseif key:lower() == "a" then
  6890. ctrl.l = -1
  6891. elseif key:lower() == "d" then
  6892. ctrl.r = 1
  6893. end
  6894. end)
  6895. mouse.KeyUp:connect(function(key)
  6896. if key:lower() == "w" then
  6897. ctrl.f = 0
  6898. elseif key:lower() == "s" then
  6899. ctrl.b = 0
  6900. elseif key:lower() == "a" then
  6901. ctrl.l = 0
  6902. elseif key:lower() == "d" then
  6903. ctrl.r = 0
  6904. end
  6905. end)
  6906. Fly()
  6907.  
  6908. AnimWelcomeScreen.Visible = true
  6909. AnimWelcomeScreen:TweenSizeAndPosition(UDim2.new(0, 200, 0, 200), UDim2.new(0.5, -100, 0.5, -100), "Out", "Quad", .25)
  6910. wait(2)
  6911. ImageLabel:Destroy()
  6912. AnimWelcomeScreen:TweenSizeAndPosition(UDim2.new(0, 0, 0, 0),UDim2.new(0.5, 0, 0.5, 0), "Out", "Bounce", 0.5);wait(0.5);AnimWelcomeScreen:Destroy();
  6913. wait(2)
  6914. HomeScreen.Visible = true
  6915. Main.Visible = true
  6916.  
  6917.  
  6918. HiName.Text = "Hi "..game.Players.LocalPlayer.Name
  6919. WelcomeName.Text = "Welcome "..game.Players.LocalPlayer.Name
  6920.  
  6921. --Opening Tabs
  6922. P1.MouseButton1Down:connect(function()
  6923. PSelected.Text = P1.Text
  6924. end)
  6925. P2.MouseButton1Down:connect(function()
  6926. PSelected.Text = P2.Text
  6927. end)
  6928. P3.MouseButton1Down:connect(function()
  6929. PSelected.Text = P3.Text
  6930. end)
  6931. P4.MouseButton1Down:connect(function()
  6932. PSelected.Text = P4.Text
  6933. end)
  6934. P5.MouseButton1Down:connect(function()
  6935. PSelected.Text = P5.Text
  6936. end)
  6937. P6.MouseButton1Down:connect(function()
  6938. PSelected.Text = P6.Text
  6939. end)
  6940. local buttons = {
  6941. PlayersScreen.P1,
  6942. PlayersScreen.P2,
  6943. PlayersScreen.P3,
  6944. PlayersScreen.P4,
  6945. PlayersScreen.P5,
  6946. PlayersScreen.P6
  6947. }
  6948.  
  6949. for i, v in pairs(game.Players:GetChildren()) do
  6950. buttons[i].Text = v.Name
  6951. buttons[i].Visible = true
  6952. end
  6953. game.Players.PlayerRemoving:connect(function()
  6954. for i, v in pairs(game.Players:GetChildren()) do
  6955. buttons[i].Text = v.Name
  6956. buttons[i].Visible = true
  6957. end
  6958. end)
  6959. game.Players.PlayerAdded:connect(function()
  6960. for i, v in pairs(game.Players:GetChildren()) do
  6961. buttons[i].Text = v.Name
  6962. buttons[i].Visible = true
  6963. end
  6964. end)
  6965.  
  6966. if PlayersScreen.P1.text == " " then
  6967. P1.Visible = false
  6968. end
  6969.  
  6970. if PlayersScreen.P2.text == " " then
  6971. P2.Visible = false
  6972. end
  6973.  
  6974. if PlayersScreen.P3.text == " " then
  6975. P3.Visible = false
  6976. end
  6977.  
  6978. if PlayersScreen.P4.text == " " then
  6979. P4.Visible = false
  6980. end
  6981.  
  6982. if PlayersScreen.P5.text == " " then
  6983. P5.Visible = false
  6984. end
  6985.  
  6986. if PlayersScreen.P6.text == "" then
  6987. P6.Visible = false
  6988. end
  6989.  
  6990. TpToPlayer.MouseButton1Down:connect(function()
  6991. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PSelected.Text].HumanoidRootPart.CFrame
  6992. end)
  6993.  
  6994. TpToPlayerBase.MouseButton1Down:connect(function()
  6995. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  6996. if v.Owner.Value == game.Players[PSelected.Text] then
  6997. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  6998. end
  6999. end
  7000. end)
  7001.  
  7002. X.MouseButton1Down:connect(function()
  7003. Drag.Visible = false
  7004. OpenBtn.Visible = true
  7005. end)
  7006.  
  7007. OpenBtn.MouseButton1Down:connect(function()
  7008. Drag.Visible = true
  7009. OpenBtn.Visible = false
  7010. end)
  7011.  
  7012. HomeLocal.MouseButton1Down:connect(function()
  7013. Main.Visible = true
  7014. AnimWelcomeScreen.Visible = false
  7015. HomeScreen.Visible = false
  7016. LocalScreen.Visible = true
  7017. PlayersScreen.Visible = false
  7018. WoodScreen.Visible = false
  7019. TeleportsScreen.Visible = false
  7020. ToolsScreen.Visible = false
  7021. OpenBtn.Visible = false
  7022. ChangelogScreen.Visible = false
  7023. end)
  7024.  
  7025. HomePlayers.MouseButton1Down:connect(function()
  7026. Main.Visible = true
  7027. AnimWelcomeScreen.Visible = false
  7028. HomeScreen.Visible = false
  7029. LocalScreen.Visible = false
  7030. PlayersScreen.Visible = true
  7031. WoodScreen.Visible = false
  7032. TeleportsScreen.Visible = false
  7033. ToolsScreen.Visible = false
  7034. OpenBtn.Visible = false
  7035. ChangelogScreen.Visible = false
  7036. end)
  7037.  
  7038. HomeWood.MouseButton1Down:connect(function()
  7039. Main.Visible = true
  7040. AnimWelcomeScreen.Visible = false
  7041. HomeScreen.Visible = false
  7042. LocalScreen.Visible = false
  7043. PlayersScreen.Visible = false
  7044. WoodScreen.Visible = true
  7045. TeleportsScreen.Visible = false
  7046. ToolsScreen.Visible = false
  7047. OpenBtn.Visible = false
  7048. ChangelogScreen.Visible = false
  7049. end)
  7050.  
  7051. HomeTeleports.MouseButton1Down:connect(function()
  7052. Main.Visible = true
  7053. AnimWelcomeScreen.Visible = false
  7054. HomeScreen.Visible = false
  7055. LocalScreen.Visible = false
  7056. PlayersScreen.Visible = false
  7057. WoodScreen.Visible = false
  7058. TeleportsScreen.Visible = true
  7059. ToolsScreen.Visible = false
  7060. OpenBtn.Visible = false
  7061. ChangelogScreen.Visible = false
  7062. end)
  7063.  
  7064. HomeTools.MouseButton1Down:connect(function()
  7065. Main.Visible = true
  7066. AnimWelcomeScreen.Visible = false
  7067. HomeScreen.Visible = false
  7068. LocalScreen.Visible = false
  7069. PlayersScreen.Visible = false
  7070. WoodScreen.Visible = false
  7071. TeleportsScreen.Visible = false
  7072. ToolsScreen.Visible = true
  7073. OpenBtn.Visible = false
  7074. ChangelogScreen.Visible = false
  7075. end)
  7076.  
  7077. HomeChangelog.MouseButton1Down:connect(function()
  7078. Main.Visible = true
  7079. AnimWelcomeScreen.Visible = false
  7080. HomeScreen.Visible = false
  7081. LocalScreen.Visible = false
  7082. PlayersScreen.Visible = false
  7083. WoodScreen.Visible = false
  7084. TeleportsScreen.Visible = false
  7085. ToolsScreen.Visible = false
  7086. OpenBtn.Visible = false
  7087. ChangelogScreen.Visible = true
  7088. end)
  7089.  
  7090. --Teleports
  7091. Palm.MouseButton1Down:connect(function()
  7092. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2570, -5, -32))
  7093. end)
  7094.  
  7095. BobsShack.MouseButton1Down:connect(function()
  7096. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(259, 8, -2542))
  7097. end)
  7098.  
  7099. WoodRUs.MouseButton1Down:connect(function()
  7100. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(251, 2, 57))
  7101. end)
  7102.  
  7103. Volcano.MouseButton1Down:connect(function()
  7104. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  7105. end)
  7106.  
  7107. Swamp.MouseButton1Down:connect(function()
  7108. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  7109. end)
  7110.  
  7111. StrangeMan.MouseButton1Down:connect(function()
  7112. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1130))
  7113. end)
  7114.  
  7115. Spawn.MouseButton1Down:connect(function()
  7116. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  7117. end)
  7118.  
  7119. Shrine.MouseButton1Down:connect(function()
  7120. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1606, 195, 929))
  7121. end)
  7122.  
  7123. Lodge.MouseButton1Down:connect(function()
  7124. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1243, 63, 2305))
  7125. end)
  7126.  
  7127. LinksLogic.MouseButton1Down:connect(function()
  7128. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4606, 7, -779))
  7129. end)
  7130.  
  7131. GreenBox.MouseButton1Down:connect(function()
  7132. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1675, 348, 1476))
  7133. end)
  7134.  
  7135. Fancy.MouseButton1Down:connect(function()
  7136. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1719))
  7137. end)
  7138.  
  7139. EndTimes.MouseButton1Down:connect(function()
  7140. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -213, -950))
  7141. end)
  7142.  
  7143. Dropoff.MouseButton1Down:connect(function()
  7144. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(314, -2, 123))
  7145. end)
  7146.  
  7147. Den.MouseButton1Down:connect(function()
  7148. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  7149. end)
  7150.  
  7151. Cave.MouseButton1Down:connect(function()
  7152. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  7153. end)
  7154.  
  7155. BoxedCars.MouseButton1Down:connect(function()
  7156. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(508, 3, -1463))
  7157. end)
  7158.  
  7159. YourPlot.MouseButton1Down:connect(function()
  7160. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  7161. if v.Owner.Value == game.Players.LocalPlayer then
  7162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  7163. end
  7164. end
  7165. end)
  7166. --------------
  7167. --LocalPlayer Commands
  7168. -- God
  7169. God.MouseButton1Down:connect(function()
  7170. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  7171. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7172. l.Parent = game.Players.LocalPlayer.Character
  7173. l.Name = "Humanoid"
  7174. wait(0.1)
  7175. game.Players.LocalPlayer.Character["1"]:Destroy()
  7176. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7177. game.Players.LocalPlayer.Character.Animate.Disabled = true
  7178. l.Changed:Connect(function()
  7179. if l then
  7180. l.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  7181. l.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower
  7182. end
  7183. end)
  7184. end)
  7185. -- Noclip
  7186. noclip = false
  7187. game:GetService('RunService').Stepped:connect(function()
  7188. if noclip then
  7189. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  7190. NoclipLabel.TextColor3 = Color3.new(0, 1, 0)
  7191. NoclipLabel.Text = "Enabled"
  7192. end
  7193. end)
  7194. Noclip.MouseButton1Down:connect(function()
  7195. noclip = not noclip
  7196. NoclipLabel.TextColor3 = Color3.new(0.7, 0, 0)
  7197. NoclipLabel.Text = "Disabled"
  7198. end)
  7199. -- Walkspeed
  7200. Walkspeed.MouseButton1Down:connect(function()
  7201. while true do
  7202. wait()
  7203. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkspeedValue.Text
  7204. end
  7205. end)
  7206. -- Jumppower
  7207. Jumppower.MouseButton1Down:connect(function()
  7208. while true do
  7209. wait()
  7210. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumppowerValue.Text
  7211. end
  7212. end)
  7213. --Players Commands
  7214. -- Teleport To Player
  7215. -- teleport To Player Base
  7216.  
  7217. --Wood Commands
  7218. -- Teleport Cut Wood
  7219. TeleportCutWood.MouseButton1Down:connect(function()
  7220. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  7221. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  7222. if Log.Owner.Value == game.Players.LocalPlayer then
  7223. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  7224. end
  7225. end
  7226. end
  7227. end)
  7228.  
  7229. -- Sell Cut Wood
  7230. SellCutWood.MouseButton1Down:connect(function()
  7231. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  7232. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  7233. if Log.Owner.Value == game.Players.LocalPlayer then
  7234. for i,v in pairs(Log:GetChildren()) do
  7235. if v.Name=="WoodSection" then
  7236. spawn(function()
  7237. for i=1,10 do
  7238. wait()
  7239. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  7240. end
  7241. end)
  7242. end
  7243. end
  7244. spawn(function()
  7245. for i=1,20 do
  7246. wait()
  7247. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  7248. end
  7249. end)
  7250. end
  7251. end
  7252. end
  7253. end)
  7254. -- Teleport End Times Wood
  7255. TeleportEndTimesWood.MouseButton1Down:connect(function()
  7256. for i, v in pairs(game.Workspace:GetChildren()) do
  7257. if v.Name == "TreeRegion" then
  7258. for a, b in pairs(v:GetChildren()) do
  7259. tree(b, "LoneCave")
  7260. end
  7261. end
  7262. end
  7263. end)
  7264. -- Teleport Cave Crawler Wood
  7265. TeleportCaveCrawlerWood.MouseButton1Down:connect(function()
  7266. for i, v in pairs(game.Workspace:GetChildren()) do
  7267. if v.Name == "TreeRegion" then
  7268. for a, b in pairs(v:GetChildren()) do
  7269. tree(b, "CaveCrawler")
  7270. end
  7271. end
  7272. end
  7273. end)
  7274.  
  7275. --Tools Commands
  7276. -- Dupe
  7277. Dupe.MouseButton1Down:connect(function()
  7278. plr = game:GetService("Players").LocalPlayer
  7279. slot = plr.CurrentSaveSlot
  7280. if Option == false then
  7281. if slot.Value == -1 then
  7282. Option = true
  7283. slot.RobloxLocked = true
  7284. DupeLabel.TextColor3 = Color3.new(0, 1, 0)
  7285. DupeLabel.Text = "Enabled"
  7286. end
  7287. else
  7288. Option = false
  7289. slot.RobloxLocked = false
  7290. DupeLabel.TextColor3 = Color3.new(0.7, 0, 0)
  7291. DupeLabel.Text = "Disabled"
  7292. end
  7293. end)
  7294. -- Move Tools
  7295. Move.MouseButton1Down:connect(function()
  7296. local player = game.Players.LocalPlayer
  7297. local Character = player.Character or player.CharacterAdded:wait()
  7298. local Humanoid = Character:WaitForChild("Humanoid")
  7299. local walkSpeed = Humanoid.WalkSpeed
  7300. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Disabled = true
  7301. _G.dragRangeMin = 5
  7302. fivefour = coroutine.wrap(function()
  7303. EKey = false
  7304. QKey = false
  7305. player:GetMouse().KeyDown:connect(function(key)
  7306. if string.lower(key) == "e" then
  7307. EKey = true
  7308. elseif string.lower(key) == "q" then
  7309. QKey = true
  7310. end
  7311. end)
  7312. player:GetMouse().KeyUp:connect(function(key)
  7313. if string.lower(key) == "e" then
  7314. EKey = false
  7315. elseif string.lower(key) == "q" then
  7316. QKey = false
  7317. end
  7318. end)
  7319. while wait(0.1) do
  7320. if EKey then
  7321. F = FVal
  7322. FVal = FVal + 1000
  7323. ChangeForce(F+1000)
  7324. print(F)
  7325. end
  7326. if QKey then
  7327. F = FVal
  7328. FVal = FVal - 1000
  7329. ChangeForce(F-1000)
  7330. print(F)
  7331. end
  7332. end
  7333.  
  7334. end)
  7335. fivefour()
  7336. local dragPart = Instance.new("Part",game.Players.LocalPlayer.PlayerGui)--game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Dragger
  7337. dragPart.Size = Vector3.new(0.2,0.2,0.2)
  7338. dragPart.BrickColor = BrickColor.new("Really red")
  7339. player.CharacterAdded:connect(function()
  7340. Character = player.Character
  7341. Humanoid = Character:WaitForChild("Humanoid")
  7342. Humanoid.Died:connect(function()
  7343. dragPart.Parent = nil
  7344. end)
  7345. end)
  7346.  
  7347. wait(1)
  7348. local dragRangeMax = 10000
  7349. local dragRangeMin = _G.dragRangeMin
  7350.  
  7351. local camera = workspace.CurrentCamera
  7352. local mouse = player:GetMouse()
  7353.  
  7354. local button1Down = false
  7355. local dragRange = dragRangeMax
  7356. FVal = 80000
  7357. local bodyPosition = Instance.new("BodyPosition", dragPart)
  7358. bodyPosition.maxForce = Vector3.new(1, 1, 1) * FVal
  7359. bodyPosition.D = 1000
  7360. bodyPosition.P = 4000
  7361. function ChangeForce(F)
  7362. if F > 0 then
  7363. F = bodyPosition.maxForce.X+F
  7364. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  7365. else
  7366. F = bodyPosition.maxForce.X-F
  7367. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  7368. end
  7369. end
  7370.  
  7371. local bodyGyro = Instance.new("BodyGyro", dragPart)
  7372. bodyGyro.maxTorque = Vector3.new(1, 1, 1) * 200 --4000 -- * 0.000012
  7373. bodyGyro.P = 1200
  7374. bodyGyro.D = 140 --15
  7375.  
  7376. --bodyPosition.P = bodyPosition.P * 1/19
  7377. --bodyPosition.D = bodyPosition.D * 1/19
  7378. --bodyGyro.P = bodyGyro.P * 1/19
  7379. --bodyGyro.D = bodyGyro.D * 1/19
  7380.  
  7381. local rotateCFrame = CFrame.new()
  7382.  
  7383. local weld = Instance.new("Weld", dragPart)
  7384.  
  7385. --local interactPermission = require(game.ReplicatedStorage.Interaction.InteractionPermission)
  7386. local clientIsDragging = game.ReplicatedStorage.Interaction.ClientIsDragging
  7387.  
  7388. local carryAnimationTrack
  7389.  
  7390.  
  7391. --------------------------------[[ Drag Main ]]------------------------------------
  7392.  
  7393. local draggingPart = false
  7394.  
  7395. function click()
  7396. button1Down = true
  7397.  
  7398. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  7399. if not canDrag(targetObject) then
  7400. return
  7401. end
  7402.  
  7403. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  7404. if (mouseHit - Character.Head.Position).magnitude > dragRangeMax then
  7405. return
  7406. end
  7407.  
  7408. initializeDrag(targetObject, mouseHit)
  7409. rotateCFrame = CFrame.new()
  7410.  
  7411. carryAnimationTrack:Play(0.1, 1, 1)
  7412.  
  7413. local dragIsFailing = 0
  7414. local dragTime = 0
  7415.  
  7416.  
  7417. while button1Down and canDrag(targetObject) do
  7418. local desiredPos = Character.Head.Position + (game.Players.LocalPlayer:GetMouse().Hit.p - Character.Head.Position).unit * dragRange
  7419.  
  7420. local dragRay = Ray.new(Character.Head.Position, desiredPos - Character.Head.Position)
  7421. local part, pos = workspace:FindPartOnRayWithIgnoreList(dragRay, {Character, dragPart, targetObject.Parent})
  7422.  
  7423. if part then
  7424. desiredPos = pos
  7425. end
  7426.  
  7427. if (camera.CoordinateFrame.p - Character.Head.Position).magnitude > 2 then
  7428. desiredPos = desiredPos + Vector3.new(0, 1.8, 0)
  7429. end
  7430.  
  7431. moveDrag(desiredPos)
  7432. bodyGyro.cframe = CFrame.new(dragPart.Position, camera.CoordinateFrame.p) * rotateCFrame
  7433.  
  7434. local targParent = findHighestParent(targetObject) or targetObject
  7435.  
  7436. local attemptingToSurf = false
  7437. for _, check in pairs({{Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  7438. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  7439. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  7440. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  7441. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  7442.  
  7443. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  7444. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  7445. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  7446.  
  7447. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  7448. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  7449. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  7450.  
  7451. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  7452. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  7453. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  7454. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing}
  7455.  
  7456. }) do
  7457.  
  7458. local ray = check.Ray
  7459. local part, _ = workspace:FindPartOnRayWithIgnoreList(ray, {Character})
  7460. local op = part
  7461. part = part and findHighestParent(part)
  7462.  
  7463. if part and (not check.State or Humanoid:GetState() == check.State) then
  7464. if part == targParent then
  7465. attemptingToSurf = true
  7466. else
  7467. for _, connectedPart in pairs(op:GetConnectedParts(true)) do
  7468.  
  7469. if connectedPart == targetObject--[[targParent]] then
  7470. attemptingToSurf = true
  7471. break
  7472. end
  7473. end
  7474. end
  7475.  
  7476. if attemptingToSurf then
  7477. break
  7478. end
  7479. end
  7480. end
  7481.  
  7482.  
  7483.  
  7484.  
  7485.  
  7486. local falling = Humanoid:GetState() == Enum.HumanoidStateType.Freefall or Humanoid:GetState() == Enum.HumanoidStateType.FallingDown--not part1 and not part2
  7487.  
  7488.  
  7489. if attemptingToSurf then
  7490. dragIsFailing = 0
  7491. elseif falling then
  7492. dragIsFailing = 0
  7493. elseif (dragPart.Position - desiredPos).magnitude > 5 then
  7494. dragIsFailing = 0
  7495. else
  7496. dragIsFailing = 0
  7497. end
  7498. if dragIsFailing > 16 then
  7499. break
  7500. end
  7501.  
  7502.  
  7503. if dragTime % 10 == 0 and targParent.Parent:FindFirstChild("BedInfo") and targParent.Parent:FindFirstChild("Main") then
  7504. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent.Scripts.VehicleControl.SetVehicleOwnership:Fire(targParent.Parent.Main)
  7505. end
  7506.  
  7507. clientIsDragging:FireServer(targParent.Parent)
  7508.  
  7509. wait()
  7510. dragTime = 0
  7511. end
  7512.  
  7513. carryAnimationTrack:Stop()
  7514.  
  7515. endDrag()
  7516. end
  7517.  
  7518.  
  7519. function findHighestParent(child)
  7520. if not child or not child.Parent or child.Parent == workspace then
  7521. return nil
  7522. end
  7523.  
  7524. local ret = child.Parent:FindFirstChild("Owner") and child
  7525. return findHighestParent(child.Parent) or ret
  7526. end
  7527.  
  7528.  
  7529.  
  7530. function clickEnded()
  7531. button1Down = false
  7532. end
  7533.  
  7534. function holdDistanceChanged()
  7535. dragRange = dragRangeMax--[[_G.dragRangeMin + (1 - dist) * (dragRangeMax - _G.dragRangeMin)]]
  7536. end
  7537.  
  7538.  
  7539. function canDrag(targetObject)
  7540.  
  7541.  
  7542. if not (targetObject and not targetObject.Anchored and targetObject.Parent and Humanoid.Health > 0) then -- General conditions
  7543. return false
  7544. end
  7545.  
  7546. if targetObject.Name == "LeafPart" then
  7547. return false
  7548. end
  7549.  
  7550. local originTargetObject = targetObject
  7551. targetObject = findHighestParent(targetObject) or targetObject
  7552.  
  7553. bodyGyro.Parent = dragPart
  7554.  
  7555.  
  7556. --[[if not (targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner")) then
  7557. return otherDraggable(targetObject, originTargetObject)
  7558. end]]
  7559.  
  7560. if targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner") then
  7561. return true
  7562. end
  7563.  
  7564. if targetObject.Parent:FindFirstChild("TreeClass") then -- Wood class
  7565. return true
  7566. end
  7567. if targetObject.Parent:FindFirstChild("BoxItemName") then -- Shop items
  7568. return true
  7569. end
  7570. if targetObject.Parent:FindFirstChild("PurchasedBoxItemName") then -- Purchased box items
  7571. return true
  7572. end
  7573. if targetObject.Parent:FindFirstChild("Handle") then -- Tool items
  7574. return true
  7575. end
  7576.  
  7577. return otherDraggable(targetObject, originTargetObject)
  7578. end
  7579.  
  7580. function otherDraggable(targetObject, originTargetObject)
  7581. local draggable = targetObject and targetObject.Parent and targetObject.Parent:FindFirstChild("DraggableItem") or originTargetObject and originTargetObject.Parent and originTargetObject.Parent:FindFirstChild("DraggableItem")
  7582. if draggable then -- Other stuff
  7583. if draggable:FindFirstChild("NoRotate") then
  7584. bodyGyro.Parent = nil
  7585. end
  7586. return true
  7587. end
  7588. end
  7589.  
  7590. function initializeDrag(targetObject,mouseHit)
  7591. draggingPart = true
  7592. mouse.TargetFilter = targetObject and findHighestParent(targetObject) and findHighestParent(targetObject).Parent or targetObject
  7593.  
  7594. dragPart.CFrame = CFrame.new(mouseHit, camera.CoordinateFrame.p)
  7595.  
  7596. weld.Part0 = dragPart
  7597. weld.Part1 = targetObject
  7598. weld.C0 = CFrame.new(mouseHit,camera.CoordinateFrame.p):inverse() * targetObject.CFrame
  7599. weld.Parent = dragPart
  7600.  
  7601. dragPart.Parent = workspace
  7602. end
  7603.  
  7604. function endDrag()
  7605. mouse.TargetFilter = nil
  7606. dragPart.Parent = nil
  7607. draggingPart = false
  7608. end
  7609.  
  7610. --------------------------------[[ Do Prompt ]]------------------------------------
  7611.  
  7612.  
  7613. local dragGuiState = ""
  7614. function interactLoop()
  7615. while true do
  7616. wait()
  7617.  
  7618. local newState = ""
  7619.  
  7620. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  7621. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  7622.  
  7623.  
  7624. if draggingPart then
  7625. newState = "Dragging"
  7626. elseif canDrag(targetObject) and not button1Down and (mouseHit - Character.Head.Position).magnitude < dragRangeMax then
  7627. newState = "Mouseover"
  7628. end
  7629.  
  7630. if true then-- not (newState == dragGuiState) then
  7631. dragGuiState = newState
  7632. setPlatformControls()
  7633.  
  7634. if dragGuiState == "" then
  7635. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  7636. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  7637. elseif dragGuiState == "Mouseover" then
  7638. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = true
  7639. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  7640. elseif dragGuiState == "Dragging" then
  7641. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  7642. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = not (bodyGyro.Parent == nil) and (not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 1)
  7643. end
  7644. end
  7645.  
  7646. end
  7647. end
  7648.  
  7649.  
  7650. --------------------------------[[ Drag Moving ]]------------------------------------
  7651.  
  7652.  
  7653. function moveDrag(pos)
  7654. bodyPosition.position = pos
  7655. end
  7656. local rotateSpeedReduce = 0.036
  7657.  
  7658. local lastRotateTick
  7659. function crotate(amount, speed)
  7660.  
  7661. if not draggingPart then
  7662. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  7663. Humanoid.WalkSpeed = walkSpeed
  7664. end
  7665. return
  7666. end
  7667.  
  7668. if Humanoid.WalkSpeed > 1 then
  7669. walkSpeed = Humanoid.WalkSpeed
  7670. Humanoid.WalkSpeed = 0
  7671. end
  7672.  
  7673. lastRotateTick = tick()
  7674. local thisRotateTick = lastRotateTick
  7675.  
  7676. while draggingPart and amount.magnitude > 0 and lastRotateTick == thisRotateTick do
  7677. rotateCFrame = CFrame.Angles(0, -amount.X * rotateSpeedReduce, 0) * CFrame.Angles(amount.Y * rotateSpeedReduce, 0, 0) * rotateCFrame
  7678. wait()
  7679. end
  7680.  
  7681. if amount.magnitude == 0 then
  7682. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  7683. Humanoid.WalkSpeed = walkSpeed
  7684. end
  7685. end
  7686. end
  7687.  
  7688. --------------------------------[[ User Input ]]------------------------------------
  7689.  
  7690. wait(1)
  7691.  
  7692. carryAnimationTrack = Humanoid:LoadAnimation(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger:WaitForChild("CarryItem"))
  7693.  
  7694. --input = require(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent:WaitForChild("Scripts"):WaitForChild("UserInput"))
  7695.  
  7696. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  7697. click()
  7698. holdDistanceChanged()
  7699. end)
  7700. game.Players.LocalPlayer:GetMouse().Button1Up:connect(function()
  7701. clickEnded()
  7702. end)
  7703. --input.ClickBegan(click, holdDistanceChanged)
  7704. --input.ClickEnded(clickEnded)
  7705.  
  7706. --input.Rotate(crotate)
  7707.  
  7708.  
  7709. function setPlatformControls()
  7710. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.PC.Value
  7711. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.KeyLabel.Text = "CLICK"
  7712. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.PC.Value
  7713. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.KeyLabel.Text = "SHIFT + WASD"
  7714. end
  7715.  
  7716.  
  7717. interactLoop()
  7718. end)
  7719. -- Golden Axe
  7720. GoldAxe.MouseButton1Down:connect(function()
  7721.  
  7722. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7723. mouse1.Button1Down:connect(function(key)
  7724. Pressing=false
  7725. end)
  7726.  
  7727. function GetAxe()
  7728. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  7729. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  7730. end
  7731. end
  7732.  
  7733. local HitPoints={
  7734. ['GoldAxe']= 50;
  7735. ['BasicHatchet']= 0.2;
  7736. ['Axe1']= 0.55;
  7737. ['Axe2']= 0.93;
  7738. ['AxeAlphaTesters']= 1.5;
  7739. ['Rukiryaxe']= 1.68;
  7740. ['Axe3']= 1.45;
  7741. ['AxeBetaTesters']= 1.45;
  7742. ['FireAxe']= 0.6;
  7743. ['SilverAxe']= 1.6;
  7744. ['EndTimesAxe']= 10000000;
  7745. ['AxeChicken']= 0.1;
  7746. ['CandyCaneAxe']= 0;
  7747. }
  7748.  
  7749. local Pressing = false
  7750.  
  7751. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7752. mouse1.Button1Down:connect(function(key)
  7753. Pressing=true
  7754. poop(GetAxe())
  7755. end)
  7756.  
  7757. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7758. mouse1.Button1Down:connect(function(key)
  7759. Pressing=false
  7760. end)
  7761.  
  7762. function cut(Height,Tool)
  7763. local Tree=game.Players.LocalPlayer:GetMouse().Target
  7764. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  7765. ["cuttingClass"] = "Axe",
  7766. ["cooldown"] = 0,
  7767. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  7768. ["sectionId"] = 1,
  7769. ["tool"] = Tool,
  7770. ["faceVector"] = Vector3.new(-1,0,0),
  7771. ["height"] = Height})
  7772. end
  7773.  
  7774. function poop(Tool)
  7775. while Pressing do
  7776. for i=1,100 do
  7777. wait()
  7778. cut(_G.SIZE,Tool)
  7779. cut(1,Tool)
  7780. end
  7781. end
  7782. end
  7783. end)
  7784. -- Leaked Items
  7785. LeakedItems.MouseButton1Down:connect(function()
  7786. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  7787. end)
  7788.  
  7789. -- Ctrl + Click TP
  7790. TeleportTool.MouseButton1Down:connect(function()
  7791. local Plr = game:GetService("Players").LocalPlayer
  7792. local Mouse = Plr:GetMouse()
  7793.  
  7794. Mouse.Button1Down:connect(function()
  7795. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  7796. if not Mouse.Target then return end
  7797. Plr.Character:MoveTo(Mouse.Hit.p)
  7798. end)
  7799. end)
  7800. -- Grey Wood
  7801. GreyWood.MouseButton1Down:connect(function()
  7802. for i,v in next,workspace.PlayerModels:GetChildren() do
  7803. if v:FindFirstChild("Type") then
  7804. if v.Type.Value == "Blueprint" then
  7805. v.Type.Value = "Structure"
  7806. end
  7807. end
  7808. end
  7809. end)
  7810. -- Teleport Gifts
  7811. TeleportGifts.MouseButton1Down:connect(function()
  7812. for i,v in next,workspace.PlayerModels:GetChildren() do
  7813. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  7814. for q,p in pairs(v:GetChildren()) do
  7815. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  7816. wait()
  7817. v.PrimaryPart = v.Main
  7818. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  7819. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  7820. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  7821. end
  7822. end
  7823. end
  7824. end
  7825. end)
  7826. end)
  7827. Speed.Name = "Speed"
  7828. Speed.Parent = MainFrame
  7829. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  7830. Speed.BorderColor3 = Color3.new(0, 1, 0)
  7831. Speed.BorderSizePixel = 5
  7832. Speed.Position = UDim2.new(0.375, 0, 0.211009175, 0)
  7833. Speed.Size = UDim2.new(0, 95, 0, 38)
  7834. Speed.Font = Enum.Font.SciFi
  7835. Speed.Text = "Speed"
  7836. Speed.TextColor3 = Color3.new(0, 1, 0)
  7837. Speed.TextScaled = true
  7838. Speed.TextSize = 14
  7839. Speed.TextWrapped = true
  7840. Speed.MouseButton1Click:connect(function()while wait()do
  7841. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=200
  7842. end
  7843. end
  7844. )
  7845. Jpower.Name = "Jpower"
  7846. Jpower.Parent = MainFrame
  7847. Jpower.BackgroundColor3 = Color3.new(0, 0, 0)
  7848. Jpower.BorderColor3 = Color3.new(0, 1, 0)
  7849. Jpower.BorderSizePixel = 5
  7850. Jpower.Position = UDim2.new(0.5625, 0, 0.844036698, 0)
  7851. Jpower.Size = UDim2.new(0, 92, 0, 29)
  7852. Jpower.Font = Enum.Font.SciFi
  7853. Jpower.Text = "Jpower"
  7854. Jpower.TextColor3 = Color3.new(0, 1, 0)
  7855. Jpower.TextScaled = true
  7856. Jpower.TextSize = 14
  7857. Jpower.TextWrapped = true
  7858. Jpower.MouseButton1Click:connect(function()while wait()do
  7859. game.Players.LocalPlayer.Character.Humanoid.JumpPower=100 end end)
  7860.  
  7861. GoldAxe.Name = "GoldAxe"
  7862. GoldAxe.Parent = MainFrame
  7863. GoldAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  7864. GoldAxe.BorderColor3 = Color3.new(0, 1, 0)
  7865. GoldAxe.BorderSizePixel = 5
  7866. GoldAxe.Position = UDim2.new(0.375, 0, 0.646789014, 0)
  7867. GoldAxe.Size = UDim2.new(0, 95, 0, 34)
  7868. GoldAxe.Font = Enum.Font.SciFi
  7869. GoldAxe.Text = "GoldAxe"
  7870. GoldAxe.TextColor3 = Color3.new(0, 1, 0)
  7871. GoldAxe.TextScaled = true
  7872. GoldAxe.TextSize = 14
  7873. GoldAxe.TextWrapped = true
  7874. GoldAxe.MouseButton1Down:connect(function()
  7875. -- Objects
  7876.  
  7877. local InfoGUI = Instance.new("ScreenGui")
  7878. local TopBar = Instance.new("Frame")
  7879. local MainFrame = Instance.new("Frame")
  7880. local Info = Instance.new("TextLabel")
  7881. local OkayB = Instance.new("TextButton")
  7882. local Credits = Instance.new("TextLabel")
  7883.  
  7884. -- Properties
  7885.  
  7886. InfoGUI.Name = "InfoGUI"
  7887. InfoGUI.Parent = game.Players.LocalPlayer.PlayerGui
  7888.  
  7889. TopBar.Name = "TopBar"
  7890. TopBar.Parent = InfoGUI
  7891. TopBar.BackgroundColor3 = Color3.new(0.266667, 0.247059, 0.313726)
  7892. TopBar.BorderSizePixel = 0
  7893. TopBar.Position = UDim2.new(0.5, -173, 0.5, -74)
  7894. TopBar.Size = UDim2.new(0, 347, 0, 34)
  7895.  
  7896. MainFrame.Name = "MainFrame"
  7897. MainFrame.Parent = TopBar
  7898. MainFrame.BackgroundColor3 = Color3.new(0.356863, 0.333333, 0.423529)
  7899. MainFrame.BorderSizePixel = 0
  7900. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  7901. MainFrame.Size = UDim2.new(0, 347, 0, 114)
  7902.  
  7903. Info.Name = "Info"
  7904. Info.Parent = MainFrame
  7905. Info.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  7906. Info.BorderSizePixel = 0
  7907. Info.Size = UDim2.new(0, 347, 0, 78)
  7908. Info.Font = Enum.Font.SourceSansLight
  7909. Info.Text = "All you have to do to make this work, is get any axe and spam click on a tree a few times, ANY DISTANCE!"
  7910. Info.TextColor3 = Color3.new(1, 1, 1)
  7911. Info.TextScaled = true
  7912. Info.TextSize = 14
  7913. Info.TextWrapped = true
  7914.  
  7915. OkayB.Name = "OkayB"
  7916. OkayB.Parent = MainFrame
  7917. OkayB.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  7918. OkayB.BorderSizePixel = 0
  7919. OkayB.Position = UDim2.new(0.268000007, 0, 0.709999979, 0)
  7920. OkayB.Size = UDim2.new(0, 161, 0, 29)
  7921. OkayB.Font = Enum.Font.SourceSansLight
  7922. OkayB.Text = "Alright"
  7923. OkayB.TextColor3 = Color3.new(1, 1, 1)
  7924. OkayB.TextScaled = true
  7925. OkayB.TextSize = 14
  7926. OkayB.TextWrapped = true
  7927.  
  7928. Credits.Name = "Credits"
  7929. Credits.Parent = MainFrame
  7930. Credits.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  7931. Credits.BackgroundTransparency = 1
  7932. Credits.BorderSizePixel = 0
  7933. Credits.Position = UDim2.new(-0.0028818443, 0, 1.11403513, 0)
  7934. Credits.Size = UDim2.new(0, 347, 0, 78)
  7935. Credits.Font = Enum.Font.SourceSansLight
  7936. Credits.Text = "GUI made by HowToBasic666/Hoofer"
  7937. Credits.TextColor3 = Color3.new(1, 1, 1)
  7938. Credits.TextScaled = true
  7939. Credits.TextSize = 14
  7940. Credits.TextWrapped = true
  7941.  
  7942. OkayB.MouseButton1Click:connect(function()
  7943. InfoGUI.Enabled = false
  7944. end)
  7945.  
  7946. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7947. mouse1.Button1Down:connect(function(key)
  7948. Pressing=false
  7949. end)
  7950.  
  7951. function GetAxe()
  7952. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  7953. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  7954. end
  7955. end
  7956.  
  7957. local HitPoints={
  7958. ['GoldAxe']= 50;
  7959. ['BasicHatchet']= 0.2;
  7960. ['Axe1']= 0.55;
  7961. ['Axe2']= 0.93;
  7962. ['AxeAlphaTesters']= 1.5;
  7963. ['Rukiryaxe']= 1.68;
  7964. ['Axe3']= 1.45;
  7965. ['AxeBetaTesters']= 1.45;
  7966. ['FireAxe']= 0.6;
  7967. ['SilverAxe']= 1.6;
  7968. ['EndTimesAxe']= 10000000;
  7969. ['AxeChicken']= 0.1;
  7970. ['CandyCaneAxe']= 0;
  7971. }
  7972.  
  7973. local Pressing = false
  7974.  
  7975. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7976. mouse1.Button1Down:connect(function(key)
  7977. Pressing=true
  7978. poop(GetAxe())
  7979. end)
  7980.  
  7981. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7982. mouse1.Button1Down:connect(function(key)
  7983. Pressing=false
  7984. end)
  7985.  
  7986. function cut(Height,Tool)
  7987. local Tree=game.Players.LocalPlayer:GetMouse().Target
  7988. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  7989. ["cuttingClass"] = "Axe",
  7990. ["cooldown"] = 0,
  7991. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  7992. ["sectionId"] = 1,
  7993. ["tool"] = Tool,
  7994. ["faceVector"] = Vector3.new(-1,0,0),
  7995. ["height"] = Height})
  7996. end
  7997.  
  7998. function poop(Tool)
  7999. while Pressing do
  8000. for i=1,100 do
  8001. wait()
  8002. cut(_G.SIZE,Tool)
  8003. cut(1,Tool)
  8004. end
  8005. end
  8006. end
  8007. end)
  8008. TextLabel.Parent = MainFrame
  8009. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  8010. TextLabel.BorderColor3 = Color3.new(0, 1, 0)
  8011. TextLabel.BorderSizePixel = 5
  8012. TextLabel.Position = UDim2.new(0.18928571, 0, 0, 0)
  8013. TextLabel.Size = UDim2.new(0, 448, 0, 39)
  8014. TextLabel.Font = Enum.Font.SciFi
  8015. TextLabel.Text = "LUMBER TYCOON 2 GUI"
  8016. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  8017. TextLabel.TextScaled = true
  8018. TextLabel.TextSize = 14
  8019. TextLabel.TextWrapped = true
  8020. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  8021.  
  8022. TextLabel_2.Parent = MainFrame
  8023. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  8024. TextLabel_2.BorderColor3 = Color3.new(0, 1, 0)
  8025. TextLabel_2.BorderSizePixel = 5
  8026. TextLabel_2.Position = UDim2.new(0.744642854, 0, 0.637614667, 0)
  8027. TextLabel_2.Size = UDim2.new(0, 94, 0, 74)
  8028. TextLabel_2.Font = Enum.Font.SciFi
  8029. TextLabel_2.Text = "Gui Made By MrIpop "
  8030. TextLabel_2.TextColor3 = Color3.new(0, 1, 0)
  8031. TextLabel_2.TextScaled = true
  8032. TextLabel_2.TextSize = 14
  8033. TextLabel_2.TextWrapped = true
  8034.  
  8035. LT2GUD.Name = "LT2GUD"
  8036. LT2GUD.Parent = MainFrame
  8037. LT2GUD.BackgroundColor3 = Color3.new(0, 0, 0)
  8038. LT2GUD.BorderColor3 = Color3.new(0, 1, 0)
  8039. LT2GUD.BorderSizePixel = 5
  8040. LT2GUD.Position = UDim2.new(0.744642854, 0, 0.403669715, 0)
  8041. LT2GUD.Size = UDim2.new(0, 94, 0, 41)
  8042. LT2GUD.Font = Enum.Font.SciFi
  8043. LT2GUD.Text = "LT2GUD"
  8044. LT2GUD.TextColor3 = Color3.new(0, 1, 0)
  8045. LT2GUD.TextScaled = true
  8046. LT2GUD.TextSize = 14
  8047. LT2GUD.TextWrapped = true
  8048. LT2GUD.MouseButton1Down:connect(function()
  8049. local LT2 = Instance.new("ScreenGui")
  8050. local MainFrame = Instance.new("Frame")
  8051. local Close = Instance.new("TextButton")
  8052. local DupeStatus = Instance.new("TextLabel")
  8053. local Dupe = Instance.new("TextButton")
  8054. local SettingsFrame = Instance.new("Frame")
  8055. local WalkspeedLabel = Instance.new("TextLabel")
  8056. local JumpPowerLabel = Instance.new("TextLabel")
  8057. local WalkSpeed = Instance.new("TextBox")
  8058. local JumpPower = Instance.new("TextBox")
  8059. local Settings = Instance.new("TextButton")
  8060. local Greywood = Instance.new("TextButton")
  8061. local Players = Instance.new("TextButton")
  8062. local SellPlanks = Instance.new("TextButton")
  8063. local SellWood = Instance.new("TextButton")
  8064. local Teleport = Instance.new("TextButton")
  8065. local TpBox = Instance.new("TextButton")
  8066. local TpPlank = Instance.new("TextButton")
  8067. local TpWood = Instance.new("TextButton")
  8068. local PlankFrame = Instance.new("Frame")
  8069. local ProcessedWoodList = Instance.new("ScrollingFrame")
  8070. local TpAllPlanks = Instance.new("TextButton")
  8071. local PlayersFrame = Instance.new("Frame")
  8072. local Player1 = Instance.new("TextButton")
  8073. local Player2 = Instance.new("TextButton")
  8074. local Player3 = Instance.new("TextButton")
  8075. local Player4 = Instance.new("TextButton")
  8076. local Player5 = Instance.new("TextButton")
  8077. local Player6 = Instance.new("TextButton")
  8078. local PlayerTp = Instance.new("TextButton")
  8079. local TpBase = Instance.new("TextButton")
  8080. local PlayerSelect = Instance.new("TextLabel")
  8081. local PurchasedFrame = Instance.new("Frame")
  8082. local LastPurchasedList = Instance.new("ScrollingFrame")
  8083. local WaypointFrame = Instance.new("Frame")
  8084. local Waypoints = Instance.new("ScrollingFrame")
  8085. local Stranger = Instance.new("TextButton")
  8086. local BobsShack = Instance.new("TextButton")
  8087. local PlotTp = Instance.new("TextButton")
  8088. local BoxedCars = Instance.new("TextButton")
  8089. local Cave = Instance.new("TextButton")
  8090. local FancyFurnishings = Instance.new("TextButton")
  8091. local FineArtsShop = Instance.new("TextButton")
  8092. local LandStore = Instance.new("TextButton")
  8093. local LinksLogic = Instance.new("TextButton")
  8094. local PalmIsland = Instance.new("TextButton")
  8095. local SpawnPoint = Instance.new("TextButton")
  8096. local Swamp = Instance.new("TextButton")
  8097. local Volcano = Instance.new("TextButton")
  8098. local WoodRUs = Instance.new("TextButton")
  8099.  
  8100. LT2.Name = "LT2"
  8101. LT2.Parent = game.CoreGui
  8102.  
  8103. MainFrame.Name = "MainFrame"
  8104. MainFrame.Parent = LT2
  8105. MainFrame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  8106. MainFrame.BackgroundTransparency = 1
  8107. MainFrame.BorderSizePixel = 0
  8108. MainFrame.Position = UDim2.new(0.5, -535, 0, -33)
  8109. MainFrame.Size = UDim2.new(0, 955, 0, 30)
  8110.  
  8111. Close.Name = "Close"
  8112. Close.Parent = MainFrame
  8113. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8114. Close.BorderColor3 = Color3.new(0, 0, 0)
  8115. Close.BorderSizePixel = 2
  8116. Close.Position = UDim2.new(0, 5, 0, 5)
  8117. Close.Size = UDim2.new(0, 20, 0, 20)
  8118. Close.Font = Enum.Font.Fantasy
  8119. Close.FontSize = Enum.FontSize.Size18
  8120. Close.Text = "X"
  8121. Close.TextColor3 = Color3.new(1, 0, 0)
  8122. Close.TextSize = 16
  8123. Close.TextWrapped = true
  8124.  
  8125. DupeStatus.Name = "DupeStatus"
  8126. DupeStatus.Parent = MainFrame
  8127. DupeStatus.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  8128. DupeStatus.BackgroundTransparency = 1
  8129. DupeStatus.BorderColor3 = Color3.new(0, 0, 0)
  8130. DupeStatus.BorderSizePixel = 2
  8131. DupeStatus.Position = UDim2.new(0, 920, 0, 5)
  8132. DupeStatus.Size = UDim2.new(0, 30, 0, 20)
  8133. DupeStatus.ZIndex = 2
  8134. DupeStatus.Font = Enum.Font.Code
  8135. DupeStatus.FontSize = Enum.FontSize.Size18
  8136. DupeStatus.Text = "OFF"
  8137. DupeStatus.TextColor3 = Color3.new(1, 0, 0)
  8138. DupeStatus.TextSize = 16
  8139.  
  8140. Dupe.Name = "Dupe"
  8141. Dupe.Parent = MainFrame
  8142. Dupe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8143. Dupe.BorderColor3 = Color3.new(0, 0, 0)
  8144. Dupe.BorderSizePixel = 2
  8145. Dupe.Position = UDim2.new(0, 865, 0, 5)
  8146. Dupe.Size = UDim2.new(0, 85, 0, 20)
  8147. Dupe.Font = Enum.Font.Fantasy
  8148. Dupe.FontSize = Enum.FontSize.Size18
  8149. Dupe.Text = "DUPE : "
  8150. Dupe.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8151. Dupe.TextSize = 15
  8152. Dupe.TextStrokeColor3 = Color3.new(1, 1, 1)
  8153. Dupe.TextWrapped = true
  8154.  
  8155. SettingsFrame.Name = "SettingsFrame"
  8156. SettingsFrame.Parent = MainFrame
  8157. SettingsFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  8158. SettingsFrame.Position = UDim2.new(0, 750, 0, 35)
  8159. SettingsFrame.Size = UDim2.new(0, 135, 0, 60)
  8160. SettingsFrame.Visible = false
  8161.  
  8162. WalkspeedLabel.Name = "WalkspeedLabel"
  8163. WalkspeedLabel.Parent = SettingsFrame
  8164. WalkspeedLabel.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8165. WalkspeedLabel.BorderColor3 = Color3.new(0, 0, 0)
  8166. WalkspeedLabel.Position = UDim2.new(0, 5, 0, 5)
  8167. WalkspeedLabel.Size = UDim2.new(0, 90, 0, 20)
  8168. WalkspeedLabel.Font = Enum.Font.Fantasy
  8169. WalkspeedLabel.FontSize = Enum.FontSize.Size14
  8170. WalkspeedLabel.Text = "Walkspeed"
  8171. WalkspeedLabel.TextColor3 = Color3.new(0, 0, 0)
  8172. WalkspeedLabel.TextSize = 14
  8173.  
  8174. JumpPowerLabel.Name = "JumpPowerLabel"
  8175. JumpPowerLabel.Parent = SettingsFrame
  8176. JumpPowerLabel.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8177. JumpPowerLabel.BorderColor3 = Color3.new(0, 0, 0)
  8178. JumpPowerLabel.Position = UDim2.new(0, 5, 0, 35)
  8179. JumpPowerLabel.Size = UDim2.new(0, 90, 0, 20)
  8180. JumpPowerLabel.Font = Enum.Font.Fantasy
  8181. JumpPowerLabel.FontSize = Enum.FontSize.Size14
  8182. JumpPowerLabel.Text = "Jump Power"
  8183. JumpPowerLabel.TextColor3 = Color3.new(0, 0, 0)
  8184. JumpPowerLabel.TextSize = 14
  8185.  
  8186. WalkSpeed.Name = "WalkSpeed"
  8187. WalkSpeed.Parent = SettingsFrame
  8188. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  8189. WalkSpeed.BorderColor3 = Color3.new(0, 0, 0)
  8190. WalkSpeed.Position = UDim2.new(0, 95, 0, 5)
  8191. WalkSpeed.Size = UDim2.new(0, 35, 0, 20)
  8192. WalkSpeed.Font = Enum.Font.Fantasy
  8193. WalkSpeed.FontSize = Enum.FontSize.Size18
  8194. WalkSpeed.Text = "16"
  8195. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  8196. WalkSpeed.TextSize = 16
  8197.  
  8198. JumpPower.Name = "JumpPower"
  8199. JumpPower.Parent = SettingsFrame
  8200. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  8201. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  8202. JumpPower.Position = UDim2.new(0, 95, 0, 35)
  8203. JumpPower.Size = UDim2.new(0, 35, 0, 20)
  8204. JumpPower.Font = Enum.Font.Fantasy
  8205. JumpPower.FontSize = Enum.FontSize.Size18
  8206. JumpPower.Text = "50"
  8207. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  8208. JumpPower.TextSize = 16
  8209.  
  8210. Settings.Name = "Settings"
  8211. Settings.Parent = MainFrame
  8212. Settings.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8213. Settings.BorderColor3 = Color3.new(0, 0, 0)
  8214. Settings.BorderSizePixel = 2
  8215. Settings.Position = UDim2.new(0, 770, 0, 5)
  8216. Settings.Size = UDim2.new(0, 90, 0, 20)
  8217. Settings.Font = Enum.Font.Fantasy
  8218. Settings.FontSize = Enum.FontSize.Size18
  8219. Settings.Text = "SETTINGS"
  8220. Settings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8221. Settings.TextSize = 15
  8222.  
  8223. Greywood.Name = "Greywood"
  8224. Greywood.Parent = MainFrame
  8225. Greywood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8226. Greywood.BorderColor3 = Color3.new(0, 0, 0)
  8227. Greywood.BorderSizePixel = 2
  8228. Greywood.Position = UDim2.new(0, 420, 0, 5)
  8229. Greywood.Size = UDim2.new(0, 90, 0, 20)
  8230. Greywood.Font = Enum.Font.Fantasy
  8231. Greywood.FontSize = Enum.FontSize.Size18
  8232. Greywood.Text = "GREYWOOD"
  8233. Greywood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8234. Greywood.TextSize = 15
  8235.  
  8236. Players.Name = "Players"
  8237. Players.Parent = MainFrame
  8238. Players.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8239. Players.BorderColor3 = Color3.new(0, 0, 0)
  8240. Players.BorderSizePixel = 2
  8241. Players.Position = UDim2.new(0, 30, 0, 5)
  8242. Players.Size = UDim2.new(0, 105, 0, 20)
  8243. Players.Font = Enum.Font.Fantasy
  8244. Players.FontSize = Enum.FontSize.Size18
  8245. Players.Text = "TP TO PLAYERS"
  8246. Players.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8247. Players.TextSize = 15
  8248.  
  8249. SellPlanks.Name = "SellPlanks"
  8250. SellPlanks.Parent = MainFrame
  8251. SellPlanks.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8252. SellPlanks.BorderColor3 = Color3.new(0, 0, 0)
  8253. SellPlanks.BorderSizePixel = 2
  8254. SellPlanks.Position = UDim2.new(0, 225, 0, 5)
  8255. SellPlanks.Size = UDim2.new(0, 95, 0, 20)
  8256. SellPlanks.Font = Enum.Font.Fantasy
  8257. SellPlanks.FontSize = Enum.FontSize.Size18
  8258. SellPlanks.Text = "SELL PLANKS"
  8259. SellPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8260. SellPlanks.TextSize = 15
  8261.  
  8262. SellWood.Name = "SellWood"
  8263. SellWood.Parent = MainFrame
  8264. SellWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8265. SellWood.BorderColor3 = Color3.new(0, 0, 0)
  8266. SellWood.BorderSizePixel = 2
  8267. SellWood.Position = UDim2.new(0, 675, 0, 5)
  8268. SellWood.Size = UDim2.new(0, 90, 0, 20)
  8269. SellWood.Font = Enum.Font.Fantasy
  8270. SellWood.FontSize = Enum.FontSize.Size18
  8271. SellWood.Text = "SELL WOOD"
  8272. SellWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8273. SellWood.TextSize = 15
  8274.  
  8275. Teleport.Name = "Teleport"
  8276. Teleport.Parent = MainFrame
  8277. Teleport.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8278. Teleport.BorderColor3 = Color3.new(0, 0, 0)
  8279. Teleport.BorderSizePixel = 2
  8280. Teleport.Position = UDim2.new(0, 325, 0, 5)
  8281. Teleport.Size = UDim2.new(0, 90, 0, 20)
  8282. Teleport.Font = Enum.Font.Fantasy
  8283. Teleport.FontSize = Enum.FontSize.Size18
  8284. Teleport.Text = "WAYPOINTS"
  8285. Teleport.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8286. Teleport.TextSize = 15
  8287.  
  8288. TpBox.Name = "TpBox"
  8289. TpBox.Parent = MainFrame
  8290. TpBox.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8291. TpBox.BorderColor3 = Color3.new(0, 0, 0)
  8292. TpBox.BorderSizePixel = 2
  8293. TpBox.Position = UDim2.new(0, 515, 0, 5)
  8294. TpBox.Size = UDim2.new(0, 75, 0, 20)
  8295. TpBox.Font = Enum.Font.Fantasy
  8296. TpBox.FontSize = Enum.FontSize.Size18
  8297. TpBox.Text = "TP BOXES"
  8298. TpBox.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8299. TpBox.TextSize = 15
  8300.  
  8301. TpPlank.Name = "TpPlank"
  8302. TpPlank.Parent = MainFrame
  8303. TpPlank.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8304. TpPlank.BorderColor3 = Color3.new(0, 0, 0)
  8305. TpPlank.BorderSizePixel = 2
  8306. TpPlank.Position = UDim2.new(0, 140, 0, 5)
  8307. TpPlank.Size = UDim2.new(0, 80, 0, 20)
  8308. TpPlank.Font = Enum.Font.Fantasy
  8309. TpPlank.FontSize = Enum.FontSize.Size18
  8310. TpPlank.Text = "TP PLANKS"
  8311. TpPlank.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8312. TpPlank.TextSize = 15
  8313. TpPlank.TextStrokeColor3 = Color3.new(1, 1, 1)
  8314.  
  8315. TpWood.Name = "TpWood"
  8316. TpWood.Parent = MainFrame
  8317. TpWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  8318. TpWood.BorderColor3 = Color3.new(0, 0, 0)
  8319. TpWood.BorderSizePixel = 2
  8320. TpWood.Position = UDim2.new(0, 595, 0, 5)
  8321. TpWood.Size = UDim2.new(0, 75, 0, 20)
  8322. TpWood.Font = Enum.Font.Fantasy
  8323. TpWood.FontSize = Enum.FontSize.Size18
  8324. TpWood.Text = "TP WOOD"
  8325. TpWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8326. TpWood.TextSize = 15
  8327.  
  8328. PlankFrame.Name = "PlankFrame"
  8329. PlankFrame.Parent = MainFrame
  8330. PlankFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  8331. PlankFrame.BorderColor3 = Color3.new(0, 0, 0)
  8332. PlankFrame.Position = UDim2.new(0, 100, 0, 55)
  8333. PlankFrame.Size = UDim2.new(0, 165, 0, 205)
  8334. PlankFrame.Visible = false
  8335.  
  8336. ProcessedWoodList.Name = "ProcessedWoodList"
  8337. ProcessedWoodList.Parent = PlankFrame
  8338. ProcessedWoodList.BackgroundColor3 = Color3.new(1, 1, 1)
  8339. ProcessedWoodList.BackgroundTransparency = 1
  8340. ProcessedWoodList.BorderColor3 = Color3.new(0, 0, 0)
  8341. ProcessedWoodList.Size = UDim2.new(0, 165, 0, 205)
  8342.  
  8343. TpAllPlanks.Name = "TpAllPlanks"
  8344. TpAllPlanks.Parent = PlankFrame
  8345. TpAllPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  8346. TpAllPlanks.BorderColor3 = Color3.new(0, 0, 0)
  8347. TpAllPlanks.Position = UDim2.new(0, 0, 0, -20)
  8348. TpAllPlanks.Size = UDim2.new(0, 165, 0, 20)
  8349. TpAllPlanks.Font = Enum.Font.Fantasy
  8350. TpAllPlanks.FontSize = Enum.FontSize.Size18
  8351. TpAllPlanks.Text = "TP ALL PLANKS"
  8352. TpAllPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8353. TpAllPlanks.TextSize = 15
  8354.  
  8355. PlayersFrame.Name = "PlayersFrame"
  8356. PlayersFrame.Parent = MainFrame
  8357. PlayersFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  8358. PlayersFrame.BorderColor3 = Color3.new(0, 0, 0)
  8359. PlayersFrame.Position = UDim2.new(0, 0, 0, 35)
  8360. PlayersFrame.Size = UDim2.new(0, 165, 0, 225)
  8361. PlayersFrame.Visible = false
  8362.  
  8363. Player1.Name = "Player1"
  8364. Player1.Parent = PlayersFrame
  8365. Player1.BackgroundColor3 = Color3.new(0, 0, 0)
  8366. Player1.Position = UDim2.new(0, 5, 0, 5)
  8367. Player1.Size = UDim2.new(0, 155, 0, 20)
  8368. Player1.Font = Enum.Font.Fantasy
  8369. Player1.FontSize = Enum.FontSize.Size18
  8370. Player1.Text = ""
  8371. Player1.TextColor3 = Color3.new(1, 1, 1)
  8372. Player1.TextSize = 16
  8373. Player1.TextWrapped = true
  8374.  
  8375. Player2.Name = "Player2"
  8376. Player2.Parent = PlayersFrame
  8377. Player2.BackgroundColor3 = Color3.new(0, 0, 0)
  8378. Player2.Position = UDim2.new(0, 5, 0, 30)
  8379. Player2.Size = UDim2.new(0, 155, 0, 20)
  8380. Player2.Font = Enum.Font.Fantasy
  8381. Player2.FontSize = Enum.FontSize.Size18
  8382. Player2.Text = ""
  8383. Player2.TextColor3 = Color3.new(1, 1, 1)
  8384. Player2.TextSize = 16
  8385. Player2.TextWrapped = true
  8386.  
  8387. Player3.Name = "Player3"
  8388. Player3.Parent = PlayersFrame
  8389. Player3.BackgroundColor3 = Color3.new(0, 0, 0)
  8390. Player3.Position = UDim2.new(0, 5, 0, 55)
  8391. Player3.Size = UDim2.new(0, 155, 0, 20)
  8392. Player3.Font = Enum.Font.Fantasy
  8393. Player3.FontSize = Enum.FontSize.Size18
  8394. Player3.Text = ""
  8395. Player3.TextColor3 = Color3.new(1, 1, 1)
  8396. Player3.TextSize = 16
  8397. Player3.TextWrapped = true
  8398.  
  8399. Player4.Name = "Player4"
  8400. Player4.Parent = PlayersFrame
  8401. Player4.BackgroundColor3 = Color3.new(0, 0, 0)
  8402. Player4.Position = UDim2.new(0, 5, 0, 80)
  8403. Player4.Size = UDim2.new(0, 155, 0, 20)
  8404. Player4.Font = Enum.Font.Fantasy
  8405. Player4.FontSize = Enum.FontSize.Size18
  8406. Player4.Text = ""
  8407. Player4.TextColor3 = Color3.new(1, 1, 1)
  8408. Player4.TextSize = 16
  8409. Player4.TextWrapped = true
  8410.  
  8411. Player5.Name = "Player5"
  8412. Player5.Parent = PlayersFrame
  8413. Player5.BackgroundColor3 = Color3.new(0, 0, 0)
  8414. Player5.Position = UDim2.new(0, 5, 0, 105)
  8415. Player5.Size = UDim2.new(0, 155, 0, 20)
  8416. Player5.Font = Enum.Font.Fantasy
  8417. Player5.FontSize = Enum.FontSize.Size18
  8418. Player5.Text = ""
  8419. Player5.TextColor3 = Color3.new(1, 1, 1)
  8420. Player5.TextSize = 16
  8421. Player5.TextWrapped = true
  8422.  
  8423. Player6.Name = "Player6"
  8424. Player6.Parent = PlayersFrame
  8425. Player6.BackgroundColor3 = Color3.new(0, 0, 0)
  8426. Player6.Position = UDim2.new(0, 5, 0, 130)
  8427. Player6.Size = UDim2.new(0, 155, 0, 20)
  8428. Player6.Font = Enum.Font.Fantasy
  8429. Player6.FontSize = Enum.FontSize.Size18
  8430. Player6.Text = ""
  8431. Player6.TextColor3 = Color3.new(1, 1, 1)
  8432. Player6.TextSize = 16
  8433. Player6.TextWrapped = true
  8434.  
  8435. PlayerTp.Name = "PlayerTp"
  8436. PlayerTp.Parent = PlayersFrame
  8437. PlayerTp.BackgroundColor3 = Color3.new(0, 0, 0)
  8438. PlayerTp.Position = UDim2.new(0, 5, 0, 195)
  8439. PlayerTp.Size = UDim2.new(0, 80, 0, 20)
  8440. PlayerTp.Font = Enum.Font.Fantasy
  8441. PlayerTp.FontSize = Enum.FontSize.Size18
  8442. PlayerTp.Text = "Tp to Player"
  8443. PlayerTp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8444. PlayerTp.TextSize = 16
  8445.  
  8446. TpBase.Name = "TpBase"
  8447. TpBase.Parent = PlayersFrame
  8448. TpBase.BackgroundColor3 = Color3.new(0, 0, 0)
  8449. TpBase.Position = UDim2.new(0, 90, 0, 195)
  8450. TpBase.Size = UDim2.new(0, 70, 0, 20)
  8451. TpBase.Font = Enum.Font.Fantasy
  8452. TpBase.FontSize = Enum.FontSize.Size18
  8453. TpBase.Text = "Tp to Base"
  8454. TpBase.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8455. TpBase.TextSize = 16
  8456.  
  8457. PlayerSelect.Name = "PlayerSelect"
  8458. PlayerSelect.Parent = PlayersFrame
  8459. PlayerSelect.BackgroundColor3 = Color3.new(0.6, 0.6, 0.6)
  8460. PlayerSelect.BorderColor3 = Color3.new(0, 0, 0)
  8461. PlayerSelect.Position = UDim2.new(0, 10, 0, 160)
  8462. PlayerSelect.Size = UDim2.new(0, 145, 0, 20)
  8463. PlayerSelect.Font = Enum.Font.Code
  8464. PlayerSelect.FontSize = Enum.FontSize.Size18
  8465. PlayerSelect.Text = "Select Player..."
  8466. PlayerSelect.TextColor3 = Color3.new(0, 0, 0)
  8467. PlayerSelect.TextSize = 16
  8468. PlayerSelect.TextWrapped = true
  8469.  
  8470. PurchasedFrame.Name = "PurchasedFrame"
  8471. PurchasedFrame.Parent = MainFrame
  8472. PurchasedFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  8473. PurchasedFrame.BorderColor3 = Color3.new(0, 0, 0)
  8474. PurchasedFrame.Position = UDim2.new(0, 450, 0, 35)
  8475. PurchasedFrame.Size = UDim2.new(0, 215, 0, 225)
  8476. PurchasedFrame.Visible = false
  8477.  
  8478. LastPurchasedList.Name = "LastPurchasedList"
  8479. LastPurchasedList.Parent = PurchasedFrame
  8480. LastPurchasedList.BackgroundColor3 = Color3.new(1, 1, 1)
  8481. LastPurchasedList.BackgroundTransparency = 1
  8482. LastPurchasedList.BorderColor3 = Color3.new(0, 0, 0)
  8483. LastPurchasedList.Size = UDim2.new(1, 1, 0, 225)
  8484.  
  8485. WaypointFrame.Name = "WaypointFrame"
  8486. WaypointFrame.Parent = MainFrame
  8487. WaypointFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  8488. WaypointFrame.BorderColor3 = Color3.new(0, 0, 0)
  8489. WaypointFrame.Position = UDim2.new(0, 295, 0, 35)
  8490. WaypointFrame.Size = UDim2.new(0, 150, 0, 225)
  8491. WaypointFrame.Visible = false
  8492.  
  8493. Waypoints.Name = "Waypoints"
  8494. Waypoints.Parent = WaypointFrame
  8495. Waypoints.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  8496. Waypoints.BorderColor3 = Color3.new(0, 0, 0)
  8497. Waypoints.Size = UDim2.new(0, 150, 0, 225)
  8498. Waypoints.CanvasSize = UDim2.new(0, 0, 1.89999998, 0)
  8499.  
  8500. Stranger.Name = "Stranger"
  8501. Stranger.Parent = Waypoints
  8502. Stranger.BackgroundColor3 = Color3.new(0, 0, 0)
  8503. Stranger.Position = UDim2.new(0, 5, 0, 330)
  8504. Stranger.Size = UDim2.new(0, 125, 0, 20)
  8505. Stranger.Font = Enum.Font.Fantasy
  8506. Stranger.FontSize = Enum.FontSize.Size18
  8507. Stranger.Text = "Stranger"
  8508. Stranger.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8509. Stranger.TextSize = 16
  8510.  
  8511. BobsShack.Name = "BobsShack"
  8512. BobsShack.Parent = Waypoints
  8513. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  8514. BobsShack.Position = UDim2.new(0, 5, 0, 155)
  8515. BobsShack.Size = UDim2.new(0, 125, 0, 20)
  8516. BobsShack.Font = Enum.Font.Fantasy
  8517. BobsShack.FontSize = Enum.FontSize.Size18
  8518. BobsShack.Text = "Bob's Shack"
  8519. BobsShack.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8520. BobsShack.TextSize = 16
  8521.  
  8522. PlotTp.Name = "PlotTp"
  8523. PlotTp.Parent = Waypoints
  8524. PlotTp.BackgroundColor3 = Color3.new(0, 0, 0)
  8525. PlotTp.Position = UDim2.new(0, 5, 0, 30)
  8526. PlotTp.Size = UDim2.new(0, 125, 0, 20)
  8527. PlotTp.Font = Enum.Font.Fantasy
  8528. PlotTp.FontSize = Enum.FontSize.Size18
  8529. PlotTp.Text = "Tp to Plot"
  8530. PlotTp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8531. PlotTp.TextSize = 16
  8532.  
  8533. BoxedCars.Name = "BoxedCars"
  8534. BoxedCars.Parent = Waypoints
  8535. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  8536. BoxedCars.Position = UDim2.new(0, 5, 0, 130)
  8537. BoxedCars.Size = UDim2.new(0, 125, 0, 20)
  8538. BoxedCars.Font = Enum.Font.Fantasy
  8539. BoxedCars.FontSize = Enum.FontSize.Size18
  8540. BoxedCars.Text = "Boxed Cars"
  8541. BoxedCars.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8542. BoxedCars.TextSize = 16
  8543.  
  8544. Cave.Name = "Cave"
  8545. Cave.Parent = Waypoints
  8546. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  8547. Cave.Position = UDim2.new(0, 5, 0, 230)
  8548. Cave.Size = UDim2.new(0, 125, 0, 20)
  8549. Cave.Font = Enum.Font.Fantasy
  8550. Cave.FontSize = Enum.FontSize.Size18
  8551. Cave.Text = "Cave"
  8552. Cave.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8553. Cave.TextSize = 16
  8554.  
  8555. FancyFurnishings.Name = "FancyFurnishings"
  8556. FancyFurnishings.Parent = Waypoints
  8557. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  8558. FancyFurnishings.Position = UDim2.new(0, 5, 0, 80)
  8559. FancyFurnishings.Size = UDim2.new(0, 125, 0, 20)
  8560. FancyFurnishings.Font = Enum.Font.Fantasy
  8561. FancyFurnishings.FontSize = Enum.FontSize.Size18
  8562. FancyFurnishings.Text = "Fancy Furnishings"
  8563. FancyFurnishings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8564. FancyFurnishings.TextSize = 16
  8565.  
  8566. FineArtsShop.Name = "FineArtsShop"
  8567. FineArtsShop.Parent = Waypoints
  8568. FineArtsShop.BackgroundColor3 = Color3.new(0, 0, 0)
  8569. FineArtsShop.Position = UDim2.new(0, 5, 0, 180)
  8570. FineArtsShop.Size = UDim2.new(0, 125, 0, 20)
  8571. FineArtsShop.Font = Enum.Font.Fantasy
  8572. FineArtsShop.FontSize = Enum.FontSize.Size18
  8573. FineArtsShop.Text = "Fine Arts Shop"
  8574. FineArtsShop.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8575. FineArtsShop.TextSize = 16
  8576.  
  8577. LandStore.Name = "LandStore"
  8578. LandStore.Parent = Waypoints
  8579. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  8580. LandStore.Position = UDim2.new(0, 5, 0, 205)
  8581. LandStore.Size = UDim2.new(0, 125, 0, 20)
  8582. LandStore.Font = Enum.Font.Fantasy
  8583. LandStore.FontSize = Enum.FontSize.Size18
  8584. LandStore.Text = "Land Store"
  8585. LandStore.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8586. LandStore.TextSize = 16
  8587.  
  8588. LinksLogic.Name = "LinksLogic"
  8589. LinksLogic.Parent = Waypoints
  8590. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  8591. LinksLogic.Position = UDim2.new(0, 5, 0, 105)
  8592. LinksLogic.Size = UDim2.new(0, 125, 0, 20)
  8593. LinksLogic.Font = Enum.Font.Fantasy
  8594. LinksLogic.FontSize = Enum.FontSize.Size18
  8595. LinksLogic.Text = "Link's Logic"
  8596. LinksLogic.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8597. LinksLogic.TextSize = 16
  8598.  
  8599. PalmIsland.Name = "PalmIsland"
  8600. PalmIsland.Parent = Waypoints
  8601. PalmIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  8602. PalmIsland.Position = UDim2.new(0, 5, 0, 305)
  8603. PalmIsland.Size = UDim2.new(0, 125, 0, 20)
  8604. PalmIsland.Font = Enum.Font.Fantasy
  8605. PalmIsland.FontSize = Enum.FontSize.Size18
  8606. PalmIsland.Text = "Palm Island"
  8607. PalmIsland.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8608. PalmIsland.TextSize = 16
  8609.  
  8610. SpawnPoint.Name = "SpawnPoint"
  8611. SpawnPoint.Parent = Waypoints
  8612. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  8613. SpawnPoint.Position = UDim2.new(0, 5, 0, 5)
  8614. SpawnPoint.Size = UDim2.new(0, 125, 0, 20)
  8615. SpawnPoint.Font = Enum.Font.Fantasy
  8616. SpawnPoint.FontSize = Enum.FontSize.Size18
  8617. SpawnPoint.Text = "Spawn"
  8618. SpawnPoint.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8619. SpawnPoint.TextSize = 16
  8620.  
  8621. Swamp.Name = "Swamp"
  8622. Swamp.Parent = Waypoints
  8623. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  8624. Swamp.Position = UDim2.new(0, 5, 0, 280)
  8625. Swamp.Size = UDim2.new(0, 125, 0, 20)
  8626. Swamp.Font = Enum.Font.Fantasy
  8627. Swamp.FontSize = Enum.FontSize.Size18
  8628. Swamp.Text = "Swamp"
  8629. Swamp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8630. Swamp.TextSize = 16
  8631.  
  8632. Volcano.Name = "Volcano"
  8633. Volcano.Parent = Waypoints
  8634. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  8635. Volcano.Position = UDim2.new(0, 5, 0, 255)
  8636. Volcano.Size = UDim2.new(0, 125, 0, 20)
  8637. Volcano.Font = Enum.Font.Fantasy
  8638. Volcano.FontSize = Enum.FontSize.Size18
  8639. Volcano.Text = "Volcano"
  8640. Volcano.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8641. Volcano.TextSize = 16
  8642.  
  8643. WoodRUs.Name = "WoodRUs"
  8644. WoodRUs.Parent = Waypoints
  8645. WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
  8646. WoodRUs.Position = UDim2.new(0, 5, 0, 55)
  8647. WoodRUs.Size = UDim2.new(0, 125, 0, 20)
  8648. WoodRUs.Font = Enum.Font.Fantasy
  8649. WoodRUs.FontSize = Enum.FontSize.Size18
  8650. WoodRUs.Text = "Wood R Us"
  8651. WoodRUs.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  8652. WoodRUs.TextSize = 16
  8653.  
  8654. local service = setmetatable({}, {
  8655. __index = function(t, k)
  8656. return game:GetService(k)
  8657. end
  8658. })
  8659.  
  8660. function Create(cls,props)
  8661. local inst = Instance.new(cls)
  8662. for i,v in pairs(props) do
  8663. inst[i] = v
  8664. end
  8665. return inst
  8666. end
  8667.  
  8668. local WoodPlanks={}
  8669.  
  8670. function MakeShadow(UI,Index)
  8671. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,1,0,1),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  8672. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,2,0,2),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  8673. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,3,0,3),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  8674. end
  8675.  
  8676. local ProcessedWoodList = LT2.MainFrame.PlankFrame.ProcessedWoodList
  8677. local LastPurchasedList = LT2.MainFrame.PurchasedFrame.LastPurchasedList
  8678.  
  8679. local Menus = {
  8680. [Players] = PlayersFrame;
  8681. [Teleport] = WaypointFrame;
  8682. [TpBox] = PurchasedFrame;
  8683. [TpPlank] = PlankFrame;
  8684. [Settings] = SettingsFrame;
  8685. }
  8686. for button,frame in pairs(Menus) do
  8687. button.MouseButton1Click:connect(function()
  8688. if frame.Visible then
  8689. frame.Visible = false
  8690. return
  8691. end
  8692. for k,v in pairs(Menus) do
  8693. v.Visible = v == frame
  8694. end
  8695. end)
  8696. end
  8697.  
  8698. Close.MouseButton1Down:connect(function()
  8699. LT2:Destroy()
  8700. end)
  8701.  
  8702. local Walk=16
  8703. local Jump=50
  8704.  
  8705. service.Players.LocalPlayer.Character.Humanoid.Changed:Connect(function()
  8706. if service.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  8707. service.Players.LocalPlayer.Character.Humanoid.WalkSpeed=Walk
  8708. service.Players.LocalPlayer.Character.Humanoid.JumpPower=Jump
  8709. end
  8710. end)
  8711.  
  8712. WalkSpeed.Changed:Connect(function()
  8713. Walk=tonumber(WalkSpeed.Text)
  8714. end)
  8715.  
  8716. JumpPower.Changed:Connect(function()
  8717. Jump=tonumber(JumpPower.Text)
  8718. end)
  8719.  
  8720. PlotTp.MouseButton1Down:connect(function()
  8721. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  8722. if v.Owner.Value == game.Players.LocalPlayer then
  8723. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  8724. end
  8725. end
  8726. end)
  8727.  
  8728. Player1.MouseButton1Down:connect(function()
  8729. PlayerSelect.Text = Player1.Text
  8730. end)
  8731. Player2.MouseButton1Down:connect(function()
  8732. PlayerSelect.Text = Player2.Text
  8733. end)
  8734. Player3.MouseButton1Down:connect(function()
  8735. PlayerSelect.Text = Player3.Text
  8736. end)
  8737. Player4.MouseButton1Down:connect(function()
  8738. PlayerSelect.Text = Player4.Text
  8739. end)
  8740. Player5.MouseButton1Down:connect(function()
  8741. PlayerSelect.Text = Player5.Text
  8742. end)
  8743. Player6.MouseButton1Down:connect(function()
  8744. PlayerSelect.Text = Player6.Text
  8745. end)
  8746.  
  8747. PlayerTp.MouseButton1Down:connect(function()
  8748. if PlayerSelect.Text == "Select a Player" then
  8749. warn("No Player Selected")
  8750. else
  8751. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlayerSelect.Text].HumanoidRootPart.CFrame
  8752. end
  8753. end)
  8754. TpBase.MouseButton1Down:connect(function()
  8755. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  8756. if v.Owner.Value == game.Players[PlayerSelect.Text] then
  8757. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  8758. end
  8759. end
  8760. end)
  8761.  
  8762. local buttons = {
  8763. Player1,
  8764. Player2,
  8765. Player3,
  8766. Player4,
  8767. Player5,
  8768. Player6
  8769. }
  8770. for i, v in pairs(game.Players:GetChildren()) do
  8771. buttons[i].Text = v.Name
  8772. buttons[i].Visible = true
  8773. end
  8774. game.Players.PlayerRemoving:connect(function()
  8775. for i, v in pairs(game.Players:GetChildren()) do
  8776. buttons[i].Text = v.Name
  8777. buttons[i].Visible = true
  8778. end
  8779. end)
  8780. game.Players.PlayerAdded:connect(function()
  8781. for i, v in pairs(game.Players:GetChildren()) do
  8782. buttons[i].Text = v.Name
  8783. buttons[i].Visible = true
  8784. end
  8785. end)
  8786.  
  8787. local WayPoints = {
  8788. ["Wood R Us"] = Vector3.new(265, 3, 57),
  8789. ["SpawnPoint"] = Vector3.new(155, 3, 74),
  8790. ["Land Store"] = Vector3.new(258, 3, -99),
  8791. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  8792. ["Cave"] = Vector3.new(3581, -179, 430),
  8793. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  8794. ["Swamp"] = Vector3.new(-1209, 132, -801),
  8795. ["Palm Island"] = Vector3.new(2549, -5, -42),
  8796. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  8797. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  8798. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  8799. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  8800. ["Strange Man"] = Vector3.new(1061, 16, 1131)
  8801. }
  8802.  
  8803. WoodRUs.MouseButton1Down:connect(function()
  8804. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Wood R Us"])
  8805. end)
  8806.  
  8807. SpawnPoint.MouseButton1Down:connect(function()
  8808. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  8809. end)
  8810.  
  8811. LandStore.MouseButton1Down:connect(function()
  8812. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Land Store"])
  8813. end)
  8814.  
  8815. LinksLogic.MouseButton1Down:connect(function()
  8816. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  8817. end)
  8818.  
  8819. Cave.MouseButton1Down:connect(function()
  8820. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  8821. end)
  8822.  
  8823. Volcano.MouseButton1Down:connect(function()
  8824. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Volcano"])
  8825. end)
  8826.  
  8827. Swamp.MouseButton1Down:connect(function()
  8828. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  8829. end)
  8830.  
  8831. PalmIsland.MouseButton1Down:connect(function()
  8832. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Palm Island"])
  8833. end)
  8834.  
  8835. FancyFurnishings.MouseButton1Down:connect(function()
  8836. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  8837. end)
  8838.  
  8839. BoxedCars.MouseButton1Down:connect(function()
  8840. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Boxed Cars"])
  8841. end)
  8842.  
  8843. FineArtsShop.MouseButton1Down:connect(function()
  8844. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"])
  8845. end)
  8846.  
  8847. BobsShack.MouseButton1Down:connect(function()
  8848. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  8849. end)
  8850.  
  8851. Stranger.MouseButton1Down:connect(function()
  8852. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Strange Man"])
  8853. end)
  8854.  
  8855. Option = false
  8856.  
  8857. Dupe.MouseButton1Down:connect(function()
  8858. plr = game:GetService("Players").LocalPlayer
  8859. slot = plr.CurrentSaveSlot
  8860. if Option == false then
  8861. if slot.Value == -1 then
  8862. Option = true
  8863. slot.RobloxLocked = true
  8864. DupeStatus.Text = "ON"
  8865. DupeStatus.TextColor3 = Color3.new(0, 0.666667, 0)
  8866. end
  8867. else
  8868. Option = false
  8869. slot.RobloxLocked = false
  8870. DupeStatus.Text = "OFF"
  8871. DupeStatus.TextColor3 = Color3.new(1, 0, 0)
  8872. end
  8873. end)
  8874.  
  8875. Greywood.MouseButton1Click:Connect(function()
  8876. for i,v in next,workspace.PlayerModels:GetChildren() do
  8877. if v:FindFirstChild("Type") then
  8878. if v.Type.Value == "Blueprint" then
  8879. v.Type.Value = "Structure"
  8880. end
  8881. end
  8882. end
  8883. end)
  8884.  
  8885. TpWood.MouseButton1Click:Connect(function()
  8886. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  8887. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  8888. if Log.Owner.Value == service.Players.LocalPlayer then
  8889. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  8890. for i=1,100 do
  8891. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  8892. end
  8893. end
  8894. end
  8895. end
  8896. end)
  8897.  
  8898. local inc = 0
  8899. workspace.PlayerModels.ChildAdded:Connect(function(Item)
  8900. inc = #LastPurchasedList:GetChildren()
  8901. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  8902. LastPurchasedList.CanvasSize=UDim2.new(0,0,0,25*inc)
  8903. local SellButton=Create("TextButton",{Parent=LastPurchasedList,Size=UDim2.new(1,-9,0,20),Position=UDim2.new(0,5,0,25*inc),Text=" "..Item.Name,Name=Item.Name,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  8904. MakeShadow(SellButton,2)
  8905. SellButton.MouseButton1Click:Connect(function()
  8906. if Item:IsA("Model") then
  8907. Item:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  8908. for i=1,100 do
  8909. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Item)
  8910. end
  8911. end
  8912. end)
  8913. inc=inc+1
  8914. end
  8915. end)
  8916.  
  8917. workspace.PlayerModels.ChildRemoved:Connect(function(Item)
  8918. inc=0
  8919. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  8920. if LastPurchasedList:FindFirstChild(Item.Name) then
  8921. LastPurchasedList:FindFirstChild(Item.Name):Destroy()
  8922. for i,v in pairs(LastPurchasedList:GetChildren()) do
  8923. v.Position=UDim2.new(0,5,0,25*(i-1))
  8924. end
  8925. end
  8926. end
  8927. end)
  8928.  
  8929. function UpdatePlanks()
  8930. local inc = 0
  8931. WoodPlanks={}
  8932. for i,v in pairs(service.Workspace.PlayerModels:GetChildren()) do
  8933. if v.Name=="Plank" and v.Owner.Value==service.Players.LocalPlayer then
  8934. if v:FindFirstChild("TreeClass") and WoodPlanks[v.TreeClass.Value] then
  8935. WoodPlanks[v.TreeClass.Value]=WoodPlanks[v.TreeClass.Value]
  8936. WoodPlanks[v.TreeClass.Value]["Wood"][v]=v
  8937. elseif v:FindFirstChild("TreeClass") then
  8938. WoodPlanks[v.TreeClass.Value]={Wood={v.WoodSection}}
  8939. end
  8940. end
  8941. end
  8942. end
  8943.  
  8944. function UpdateSellPlanks()
  8945. local inc=0
  8946. UpdatePlanks()
  8947. ProcessedWoodList:ClearAllChildren()
  8948. for i,v in pairs(WoodPlanks) do
  8949. ProcessedWoodList.CanvasSize=UDim2.new(0,0,0,25*inc)
  8950. local SellButton=Create("TextButton",{Parent=ProcessedWoodList,Size=UDim2.new(1,-14,0,20),Position=UDim2.new(0,5,0,35*inc),Text=" "..i,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  8951. local Color = Create("Frame",{Parent=ProcessedWoodList,Size=UDim2.new(0,5,0,20),Position=UDim2.new(0,0,0,35*inc),BorderSizePixel=0,ZIndex=3,BackgroundColor3=v["Wood"].Color})
  8952. MakeShadow(SellButton,2)
  8953. SellButton.MouseButton1Click:Connect(function()
  8954. for x=1,100 do
  8955. v["Wood"].CFrame=CFrame.new(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  8956. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v["Wood"].Parent)
  8957. end
  8958. end)
  8959. inc=inc+1
  8960. end
  8961. inc=0
  8962. end
  8963.  
  8964. service.Workspace.PlayerModels.ChildRemoved:Connect(function(thing)
  8965. if thing.Owner.Value==service.Players.LocalPlayer then
  8966. UpdateSellPlanks()
  8967. end
  8968. end)
  8969.  
  8970. UpdateSellPlanks()
  8971.  
  8972. SellWood.MouseButton1Click:Connect(function()
  8973. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  8974. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  8975. if Log.Owner.Value == service.Players.LocalPlayer then
  8976. for i,v in pairs(Log:GetChildren()) do
  8977. if v.Name=="WoodSection" then
  8978. spawn(function()
  8979. for i=1,10 do
  8980. wait()
  8981. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  8982. end
  8983. end)
  8984. end
  8985. end
  8986. spawn(function()
  8987. for i=1,20 do
  8988. wait()
  8989. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  8990. end
  8991. end)
  8992. end
  8993. end
  8994. end
  8995. end)
  8996.  
  8997. SellPlanks.MouseButton1Click:Connect(function()
  8998. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  8999. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  9000. if Plank.Owner.Value == service.Players.LocalPlayer then
  9001. for i,v in pairs(Plank:GetChildren()) do
  9002. if v.Name=="WoodSection" then
  9003. spawn(function()
  9004. for i=1,10 do
  9005. wait()
  9006. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  9007. end
  9008. end)
  9009. end
  9010. end
  9011. spawn(function()
  9012. for i=1,20 do
  9013. wait()
  9014. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  9015. end
  9016. end)
  9017. end
  9018. end
  9019. end
  9020. end)
  9021.  
  9022. TpAllPlanks.MouseButton1Click:Connect(function()
  9023. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  9024. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  9025. if Plank.Owner.Value == service.Players.LocalPlayer then
  9026. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  9027. for i=1,100 do
  9028. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  9029. end
  9030. end
  9031. end
  9032. end
  9033. end)
  9034.  
  9035. Close.MouseLeave:connect(function()
  9036. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9037. end)
  9038. Close.MouseEnter:connect(function()
  9039. Close.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9040. end)
  9041.  
  9042. Dupe.MouseLeave:connect(function()
  9043. Dupe.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9044. Dupe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9045. end)
  9046. Dupe.MouseEnter:connect(function()
  9047. Dupe.TextColor3 = Color3.new(0, 0, 0)
  9048. Dupe.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9049. end)
  9050.  
  9051. Greywood.MouseLeave:connect(function()
  9052. Greywood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9053. Greywood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9054. end)
  9055. Greywood.MouseEnter:connect(function()
  9056. Greywood.TextColor3 = Color3.new(0, 0, 0)
  9057. Greywood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9058. end)
  9059.  
  9060. Players.MouseLeave:connect(function()
  9061. Players.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9062. Players.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9063. end)
  9064. Players.MouseEnter:connect(function()
  9065. Players.TextColor3 = Color3.new(0, 0, 0)
  9066. Players.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9067. end)
  9068.  
  9069. SellPlanks.MouseLeave:connect(function()
  9070. SellPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9071. SellPlanks.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9072. end)
  9073. SellPlanks.MouseEnter:connect(function()
  9074. SellPlanks.TextColor3 = Color3.new(0, 0, 0)
  9075. SellPlanks.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9076. end)
  9077.  
  9078. SellWood.MouseLeave:connect(function()
  9079. SellWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9080. SellWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9081. end)
  9082. SellWood.MouseEnter:connect(function()
  9083. SellWood.TextColor3 = Color3.new(0, 0, 0)
  9084. SellWood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9085. end)
  9086.  
  9087. Settings.MouseLeave:connect(function()
  9088. Settings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9089. Settings.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9090. end)
  9091. Settings.MouseEnter:connect(function()
  9092. Settings.TextColor3 = Color3.new(0, 0, 0)
  9093. Settings.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9094. end)
  9095.  
  9096. Teleport.MouseLeave:connect(function()
  9097. Teleport.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9098. Teleport.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9099. end)
  9100. Teleport.MouseEnter:connect(function()
  9101. Teleport.TextColor3 = Color3.new(0, 0, 0)
  9102. Teleport.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9103. end)
  9104.  
  9105. TpBox.MouseLeave:connect(function()
  9106. TpBox.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9107. TpBox.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9108. end)
  9109. TpBox.MouseEnter:connect(function()
  9110. TpBox.TextColor3 = Color3.new(0, 0, 0)
  9111. TpBox.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9112. end)
  9113.  
  9114. TpWood.MouseLeave:connect(function()
  9115. TpWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9116. TpWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  9117. end)
  9118. TpWood.MouseEnter:connect(function()
  9119. TpWood.TextColor3 = Color3.new(0, 0, 0)
  9120. TpWood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  9121. end)
  9122. end)
  9123. DupeGui.Name = "DupeGui"
  9124. DupeGui.Parent = MainFrame
  9125. DupeGui.BackgroundColor3 = Color3.new(0, 0, 0)
  9126. DupeGui.BorderColor3 = Color3.new(0, 1, 0)
  9127. DupeGui.BorderSizePixel = 5
  9128. DupeGui.Position = UDim2.new(0.744642854, 0, 0.211009175, 0)
  9129. DupeGui.Size = UDim2.new(0, 94, 0, 38)
  9130. DupeGui.Font = Enum.Font.SciFi
  9131. DupeGui.Text = "DupeGui"
  9132. DupeGui.TextColor3 = Color3.new(0, 1, 0)
  9133. DupeGui.TextScaled = true
  9134. DupeGui.TextSize = 14
  9135. DupeGui.TextWrapped = true
  9136. DupeGui.MouseButton1Down:connect(function()
  9137. Option = false
  9138. Found = false
  9139. Tool = "None"
  9140. Down = false
  9141. Mouse = game.Players.LocalPlayer:GetMouse()
  9142.  
  9143. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  9144. players = game.Players
  9145. for i, v in pairs(players:GetPlayers()) do
  9146. if v.Name ~= players.LocalPlayer.Name then
  9147. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  9148. end
  9149. end
  9150. players.PlayerAdded:connect(function(plr)
  9151. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  9152. end)
  9153.  
  9154. function move(object)
  9155. object:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, -4, 5))
  9156. object.WoodSection.Anchored = true
  9157. wait(2)
  9158. object.WoodSection.Anchored = false
  9159. end
  9160.  
  9161. function tree(object, class)
  9162. for i, v in pairs(object:GetChildren()) do
  9163. if v.Name == "TreeClass" then
  9164. if v.Value == class then
  9165. if Found == false then
  9166. move(object)
  9167. Found = true
  9168. end
  9169. end
  9170. end
  9171. end
  9172. end
  9173.  
  9174. function cut(object, class)
  9175. for i, v in pairs(object:GetChildren()) do
  9176. if v.Name == "TreeClass" then
  9177. if v.Value == class then
  9178. for a, b in pairs(object:GetChildren()) do
  9179. if b.Name == "Owner" then
  9180. for c, d in pairs(b:GetChildren()) do
  9181. if d.Name == "OwnerString" then
  9182. if d.Value == game.Players.LocalPlayer.Name then
  9183. move(object)
  9184. else
  9185. if d.Value == "" then
  9186. move(object)
  9187. end
  9188. end
  9189. end
  9190. end
  9191. end
  9192. end
  9193. end
  9194. end
  9195. end
  9196. end
  9197.  
  9198. local Text = Instance.new("TextLabel")
  9199. local Main = Instance.new("Frame")
  9200. local CF = Instance.new("ScreenGui")
  9201. local CG69 = game.CoreGui
  9202. local Tab1 = Instance.new("TextButton")
  9203. local Tab2 = Instance.new("TextButton")
  9204. local Tab3 = Instance.new("TextButton")
  9205. local TTab1 = Instance.new("Frame")
  9206. local TTab2 = Instance.new("Frame")
  9207. local TTab3 = Instance.new("Frame")
  9208. local Close = Instance.new("TextButton")
  9209. local Depart = Instance.new("TextLabel")
  9210.  
  9211.  
  9212. local place = UDim2.new(0, 0, 0, 70)
  9213. local size = UDim2.new(0, 300, 0, 100)
  9214.  
  9215. CF.Name = "GO!!"
  9216. CF.Parent = CG69
  9217. local CGG = CG69["GO!!"]
  9218.  
  9219.  
  9220. Main.Name = "Main"
  9221. Main.Parent = CF
  9222. Main.BackgroundColor3 = Color3.new(0.1, 0.6, 0.3)
  9223. Main.BorderColor3 = Color3.new(0, 0, 0)
  9224. Main.Position = UDim2.new(0, 500, 0, 500)
  9225. Main.Size = UDim2.new(0, 300, 0, 75)
  9226. Main.Visible = true
  9227. Main.Draggable = true
  9228. Main.Active = true
  9229.  
  9230. Text.Name = "Text"
  9231. Text.Parent = Main
  9232. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  9233. Text.BackgroundTransparency = 1
  9234. Text.Position = UDim2.new(0.45, 0, 0, 0)
  9235. Text.Size = UDim2.new(0, 20, 0, 35)
  9236. Text.Font = Enum.Font.SourceSansBold
  9237. Text.FontSize = Enum.FontSize.Size18
  9238. Text.Text = "GUI Not in Use"
  9239. Text.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  9240. Text.TextSize = 18
  9241.  
  9242. Depart .Name = "Depart"
  9243. Depart .Parent = Main
  9244. Depart .BackgroundColor3 = Color3.new(1, 1, 1)
  9245. Depart .BackgroundTransparency = 1
  9246. Depart .Position = UDim2.new(0, 150, 0, 0)
  9247. Depart .Size = UDim2.new(0, 1, 0, 10)
  9248. Depart .Font = Enum.Font.SourceSansBold
  9249. Depart .FontSize = Enum.FontSize.Size18
  9250. Depart .Text = "Time To Departure: 0"
  9251. Depart .TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  9252. Depart .TextSize = 18
  9253.  
  9254. Tab1.Name = "Basic"
  9255. Tab1.Parent = Main
  9256. Tab1.BackgroundColor3 = Color3.new(0.3, 0.6, 0.9)
  9257. Tab1.Position = UDim2.new(0, 0, 0, 35)
  9258. Tab1.Size = UDim2.new(0, 80, 0, 20)
  9259. Tab1.Font = Enum.Font.Cartoon
  9260. Tab1.FontSize = Enum.FontSize.Size14
  9261. Tab1.Text = "Basic Tab"
  9262. Tab1.TextSize = 18
  9263.  
  9264. Tab2.Name = "UTrees"
  9265. Tab2.Parent = Main
  9266. Tab2.BackgroundColor3 = Color3.new(1, 0, 0)
  9267. Tab2.Position = UDim2.new(0, 110, 0, 35)
  9268. Tab2.Size = UDim2.new(0, 80, 0, 20)
  9269. Tab2.Font = Enum.Font.Cartoon
  9270. Tab2.FontSize = Enum.FontSize.Size14
  9271. Tab2.Text = "UTrees"
  9272. Tab2.TextSize = 18
  9273.  
  9274. Tab3.Name = "CTrees"
  9275. Tab3.Parent = Main
  9276. Tab3.BackgroundColor3 = Color3.new(0.5, 0.8, 0.2)
  9277. Tab3.Position = UDim2.new(0, 220, 0, 35)
  9278. Tab3.Size = UDim2.new(0, 80, 0, 20)
  9279. Tab3.Font = Enum.Font.Cartoon
  9280. Tab3.FontSize = Enum.FontSize.Size14
  9281. Tab3.Text = "CTrees"
  9282. Tab3.TextSize = 18
  9283.  
  9284. TTab1.Name = "GunsTab"
  9285. TTab1.Parent = Main
  9286. TTab1.BackgroundColor3 = Color3.new(0, 0, 0)
  9287. TTab1.BorderColor3 = Color3.new(1, 1, 1)
  9288. TTab1.Position = place
  9289. TTab1.Size = size
  9290. TTab1.Visible = true
  9291.  
  9292. TTab2.Name = "ItemsTab"
  9293. TTab2.Parent = Main
  9294. TTab2.BackgroundColor3 = Color3.new(1, 1, 1)
  9295. TTab2.BorderColor3 = Color3.new(0, 0, 0)
  9296. TTab2.Position = place
  9297. TTab2.Size = size
  9298. TTab2.Visible = false
  9299.  
  9300. TTab3.Name = "StatsTab"
  9301. TTab3.Parent = Main
  9302. TTab3.BackgroundColor3 = Color3.new(0, 1, 0)
  9303. TTab3.BorderColor3 = Color3.new(1, 0, 1)
  9304. TTab3.Position = place
  9305. TTab3.Size = size
  9306. TTab3.Visible = false
  9307.  
  9308. Close.Name = "X"
  9309. Close.Parent = Main
  9310. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  9311. Close.Position = UDim2.new(0, 275, 0, 0)
  9312. Close.Size = UDim2.new(0, 25, 0, 25)
  9313. Close.Font = Enum.Font.Cartoon
  9314. Close.FontSize = Enum.FontSize.Size14
  9315. Close.Text = "X"
  9316. Close.TextSize = 14
  9317.  
  9318.  
  9319. -- Tab 1 Buttons --
  9320. Dupe = Instance.new("TextButton")
  9321. DupeLabel = Instance.new("TextLabel")
  9322. Steal = Instance.new("TextButton")
  9323. CopyTool = Instance.new("TextButton")
  9324. DeleteTool = Instance.new("TextButton")
  9325. MoveTool = Instance.new("TextButton")
  9326.  
  9327. Dupe.Name = "Dupe"
  9328. Dupe.Parent = TTab1
  9329. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9330. Dupe.Position = UDim2.new(0, 105, 0, 54)
  9331. Dupe.Size = UDim2.new(0,85, 0, 25)
  9332. Dupe.Font = Enum.Font.Cartoon
  9333. Dupe.FontSize = Enum.FontSize.Size14
  9334. Dupe.Text = "Dupe"
  9335. Dupe.TextSize = 14
  9336.  
  9337. DupeLabel.Name = "Dupe"
  9338. DupeLabel.Parent = TTab1
  9339. DupeLabel.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9340. DupeLabel.BackgroundTransparency = 1
  9341. DupeLabel.Position = UDim2.new(0, 105, 0, 74)
  9342. DupeLabel.Size = UDim2.new(0,85, 0, 25)
  9343. DupeLabel.Font = Enum.Font.Cartoon
  9344. DupeLabel.FontSize = Enum.FontSize.Size14
  9345. DupeLabel.Text = "Current save Will Save"
  9346. DupeLabel.TextColor3 = Color3.new(255, 255, 255)
  9347. DupeLabel.TextSize = 14
  9348.  
  9349. Steal.Name = "Dupe"
  9350. Steal.Parent = TTab1
  9351. Steal.BackgroundColor3 = Color3.new(1, 1, 1)
  9352. Steal.Position = UDim2.new(0, 105, 0, 31)
  9353. Steal.Size = UDim2.new(0,85, 0, 25)
  9354. Steal.Font = Enum.Font.Cartoon
  9355. Steal.FontSize = Enum.FontSize.Size14
  9356. Steal.Text = "Steal"
  9357. Steal.TextSize = 14
  9358.  
  9359. CopyTool.Name = "CopyTool"
  9360. CopyTool.Parent = TTab1
  9361. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9362. CopyTool.Position = UDim2.new(0, 1, 0, 1)
  9363. CopyTool.Size = UDim2.new(0,85, 0, 25)
  9364. CopyTool.Font = Enum.Font.Cartoon
  9365. CopyTool.FontSize = Enum.FontSize.Size14
  9366. CopyTool.Text = "Copy"
  9367. CopyTool.TextSize = 14
  9368.  
  9369. DeleteTool.Name = "DeleteTool"
  9370. DeleteTool.Parent = TTab1
  9371. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9372. DeleteTool.Position = UDim2.new(0, 90, 0, 1)
  9373. DeleteTool.Size = UDim2.new(0,85, 0, 25)
  9374. DeleteTool.Font = Enum.Font.Cartoon
  9375. DeleteTool.FontSize = Enum.FontSize.Size14
  9376. DeleteTool.Text = "Delete"
  9377. DeleteTool.TextSize = 14
  9378.  
  9379. MoveTool.Name = "MoveTool"
  9380. MoveTool.Parent = TTab1
  9381. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9382. MoveTool.Position = UDim2.new(0, 179, 0, 1)
  9383. MoveTool.Size = UDim2.new(0,85, 0, 25)
  9384. MoveTool.Font = Enum.Font.Cartoon
  9385. MoveTool.FontSize = Enum.FontSize.Size14
  9386. MoveTool.Text = "Move"
  9387. MoveTool.TextSize = 14
  9388.  
  9389. -- end --
  9390.  
  9391.  
  9392.  
  9393. -- Tab 1 Button Functions --
  9394. Dupe.MouseButton1Down:connect(function()
  9395. plr = game:GetService("Players").LocalPlayer
  9396. slot = plr.CurrentSaveSlot
  9397. if Option == false then
  9398. if slot.Value == -1 then
  9399. Option = true
  9400. slot.RobloxLocked = true
  9401. Dupe.BackgroundColor3 = Color3.new(0, 1, 0)
  9402. DupeLabel.Text = "Current save Will Not Save"
  9403. end
  9404. else
  9405. Option = false
  9406. slot.RobloxLocked = false
  9407. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9408. DupeLabel.Text = "Current save Will Save"
  9409. end
  9410. end)
  9411.  
  9412. Steal.MouseButton1Down:connect(function()
  9413. Owner = false
  9414. for i, v in pairs(game.Workspace:GetChildren()) do
  9415. if v.Name == "Owner" then
  9416. Owner = true
  9417. end
  9418. end
  9419.  
  9420. if Owner == false then
  9421. for i, v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  9422. for a, b in pairs(v:GetChildren()) do
  9423. if b.Name == "Owner" then
  9424. for c, d in pairs(b:GetChildren()) do
  9425. if d:IsA("StringValue") then
  9426. if d.Value == game.Players.LocalPlayer.Name then
  9427. object = b
  9428. end
  9429. end
  9430. end
  9431. end
  9432. end
  9433. end
  9434.  
  9435. print("Copied")
  9436.  
  9437. if object then
  9438. Owner = true
  9439. object:clone().Parent = game.Workspace
  9440. end
  9441. end
  9442. wait()
  9443.  
  9444. if Owner == true then
  9445. print("Copying")
  9446. for i, v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  9447. for a, b in pairs(v:GetChildren()) do
  9448. if b.Name == "Owner" then
  9449. b:remove()
  9450. game.Workspace.Owner:clone().Parent = v
  9451. end
  9452. end
  9453. end
  9454. end
  9455.  
  9456. end)
  9457.  
  9458. CopyTool.MouseButton1Down:connect(function()
  9459. if Tool == "Copy" then
  9460. Tool = "None"
  9461. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9462. else
  9463. Tool = "Copy"
  9464. CopyTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  9465. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9466. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9467. end
  9468. end)
  9469.  
  9470. DeleteTool.MouseButton1Down:connect(function()
  9471. if Tool == "Delete" then
  9472. Tool = "Nothing"
  9473. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9474. else
  9475. Tool = "Delete"
  9476. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9477. DeleteTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  9478. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9479. end
  9480. end)
  9481.  
  9482. MoveTool.MouseButton1Down:connect(function()
  9483. if Tool == "Move" then
  9484. Tool = "Nothing"
  9485. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9486. else
  9487. Tool = "Move"
  9488. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9489. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  9490. MoveTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  9491.  
  9492. end
  9493. end)
  9494.  
  9495. -- end --
  9496.  
  9497. -- Tab2 Buttons --
  9498. Birch = Instance.new("TextButton")
  9499. CaveCrawler = Instance.new("TextButton")
  9500. Cherry = Instance.new("TextButton")
  9501. Fir = Instance.new("TextButton")
  9502. Generic = Instance.new("TextButton")
  9503. GoldSwampy = Instance.new("TextButton")
  9504. GreenSwampy = Instance.new("TextButton")
  9505. Koa = Instance.new("TextButton")
  9506. LoneCave = Instance.new("TextButton")
  9507. Oak = Instance.new("TextButton")
  9508. Palm = Instance.new("TextButton")
  9509. Pine = Instance.new("TextButton")
  9510. Volcano = Instance.new("TextButton")
  9511. Walnut = Instance.new("TextButton")
  9512.  
  9513. Birch.Name = "Birch"
  9514. Birch.Parent = TTab2
  9515. Birch.BackgroundColor3 = Color3.new(0, 1, 1)
  9516. Birch.Position = UDim2.new(0, 1, 0, 1)
  9517. Birch.Size = UDim2.new(0,70, 0, 25)
  9518. Birch.Font = Enum.Font.Cartoon
  9519. Birch.FontSize = Enum.FontSize.Size14
  9520. Birch.Text = "Birch"
  9521. Birch.TextSize = 14
  9522.  
  9523. CaveCrawler.Name = "CaveCrawler"
  9524. CaveCrawler.Parent = TTab2
  9525. CaveCrawler.BackgroundColor3 = Color3.new(0, 1, 1)
  9526. CaveCrawler.Position = UDim2.new(0, 71, 0, 1)
  9527. CaveCrawler.Size = UDim2.new(0,70, 0, 25)
  9528. CaveCrawler.Font = Enum.Font.Cartoon
  9529. CaveCrawler.FontSize = Enum.FontSize.Size14
  9530. CaveCrawler.Text = "CaveCrawler"
  9531. CaveCrawler.TextSize = 14
  9532.  
  9533. Cherry.Name = "Cherry"
  9534. Cherry.Parent = TTab2
  9535. Cherry.BackgroundColor3 = Color3.new(0, 1, 1)
  9536. Cherry.Position = UDim2.new(0, 141, 0, 1)
  9537. Cherry.Size = UDim2.new(0,70, 0, 25)
  9538. Cherry.Font = Enum.Font.Cartoon
  9539. Cherry.FontSize = Enum.FontSize.Size14
  9540. Cherry.Text = "Cherry"
  9541. Cherry.TextSize = 14
  9542.  
  9543. Fir.Name = "Fir"
  9544. Fir.Parent = TTab2
  9545. Fir.BackgroundColor3 = Color3.new(0, 1, 1)
  9546. Fir.Position = UDim2.new(0, 211, 0, 1)
  9547. Fir.Size = UDim2.new(0,70, 0, 25)
  9548. Fir.Font = Enum.Font.Cartoon
  9549. Fir.FontSize = Enum.FontSize.Size14
  9550. Fir.Text = "Fir"
  9551. Fir.TextSize = 14
  9552.  
  9553. Generic.Name = "Generic"
  9554. Generic.Parent = TTab2
  9555. Generic.BackgroundColor3 = Color3.new(0, 1, 1)
  9556. Generic.Position = UDim2.new(0, 1, 0, 26)
  9557. Generic.Size = UDim2.new(0,70, 0, 25)
  9558. Generic.Font = Enum.Font.Cartoon
  9559. Generic.FontSize = Enum.FontSize.Size14
  9560. Generic.Text = "Generic"
  9561. Generic.TextSize = 14
  9562.  
  9563. GoldSwampy.Name = "GoldSwampy"
  9564. GoldSwampy.Parent = TTab2
  9565. GoldSwampy.BackgroundColor3 = Color3.new(0, 1, 1)
  9566. GoldSwampy.Position = UDim2.new(0, 71, 0, 26)
  9567. GoldSwampy.Size = UDim2.new(0,70, 0, 25)
  9568. GoldSwampy.Font = Enum.Font.Cartoon
  9569. GoldSwampy.FontSize = Enum.FontSize.Size14
  9570. GoldSwampy.Text = "Gold"
  9571. GoldSwampy.TextSize = 14
  9572.  
  9573. GreenSwampy.Name = "GreenSwampy"
  9574. GreenSwampy.Parent = TTab2
  9575. GreenSwampy.BackgroundColor3 = Color3.new(0, 1, 1)
  9576. GreenSwampy.Position = UDim2.new(0, 141, 0, 26)
  9577. GreenSwampy.Size = UDim2.new(0,70, 0, 25)
  9578. GreenSwampy.Font = Enum.Font.Cartoon
  9579. GreenSwampy.FontSize = Enum.FontSize.Size14
  9580. GreenSwampy.Text = "Green"
  9581. GreenSwampy.TextSize = 14
  9582.  
  9583. Koa.Name = "Koa"
  9584. Koa.Parent = TTab2
  9585. Koa.BackgroundColor3 = Color3.new(0, 1, 1)
  9586. Koa.Position = UDim2.new(0, 211, 0, 26)
  9587. Koa.Size = UDim2.new(0,70, 0, 25)
  9588. Koa.Font = Enum.Font.Cartoon
  9589. Koa.FontSize = Enum.FontSize.Size14
  9590. Koa.Text = "Koa"
  9591. Koa.TextSize = 14
  9592.  
  9593. LoneCave.Name = "LoneCave"
  9594. LoneCave.Parent = TTab2
  9595. LoneCave.BackgroundColor3 = Color3.new(0, 1, 1)
  9596. LoneCave.Position = UDim2.new(0, 1, 0, 51)
  9597. LoneCave.Size = UDim2.new(0,70, 0, 25)
  9598. LoneCave.Font = Enum.Font.Cartoon
  9599. LoneCave.FontSize = Enum.FontSize.Size14
  9600. LoneCave.Text = "LoneCave"
  9601. LoneCave.TextSize = 14
  9602.  
  9603. Oak.Name = "Oak"
  9604. Oak.Parent = TTab2
  9605. Oak.BackgroundColor3 = Color3.new(0, 1, 1)
  9606. Oak.Position = UDim2.new(0, 71, 0, 51)
  9607. Oak.Size = UDim2.new(0,70, 0, 25)
  9608. Oak.Font = Enum.Font.Cartoon
  9609. Oak.FontSize = Enum.FontSize.Size14
  9610. Oak.Text = "Oak"
  9611. Oak.TextSize = 14
  9612.  
  9613. Palm.Name = "Palm"
  9614. Palm.Parent = TTab2
  9615. Palm.BackgroundColor3 = Color3.new(0, 1, 1)
  9616. Palm.Position = UDim2.new(0, 141, 0, 51)
  9617. Palm.Size = UDim2.new(0,70, 0, 25)
  9618. Palm.Font = Enum.Font.Cartoon
  9619. Palm.FontSize = Enum.FontSize.Size14
  9620. Palm.Text = "Palm"
  9621. Palm.TextSize = 14
  9622.  
  9623. Pine.Name = "Pine"
  9624. Pine.Parent = TTab2
  9625. Pine.BackgroundColor3 = Color3.new(0, 1, 1)
  9626. Pine.Position = UDim2.new(0, 211, 0, 51)
  9627. Pine.Size = UDim2.new(0,70, 0, 25)
  9628. Pine.Font = Enum.Font.Cartoon
  9629. Pine.FontSize = Enum.FontSize.Size14
  9630. Pine.Text = "Pine"
  9631. Pine.TextSize = 14
  9632.  
  9633. Volcano.Name = "Volcano"
  9634. Volcano.Parent = TTab2
  9635. Volcano.BackgroundColor3 = Color3.new(0, 1, 1)
  9636. Volcano.Position = UDim2.new(0, 1, 0, 76)
  9637. Volcano.Size = UDim2.new(0,70, 0, 25)
  9638. Volcano.Font = Enum.Font.Cartoon
  9639. Volcano.FontSize = Enum.FontSize.Size14
  9640. Volcano.Text = "Volcano"
  9641. Volcano.TextSize = 14
  9642.  
  9643. Walnut.Name = "Walnut"
  9644. Walnut.Parent = TTab2
  9645. Walnut.BackgroundColor3 = Color3.new(0, 1, 1)
  9646. Walnut.Position = UDim2.new(0, 71, 0, 76)
  9647. Walnut.Size = UDim2.new(0,70, 0, 25)
  9648. Walnut.Font = Enum.Font.Cartoon
  9649. Walnut.FontSize = Enum.FontSize.Size14
  9650. Walnut.Text = "Walnut"
  9651. Walnut.TextSize = 14
  9652.  
  9653. -- end --
  9654.  
  9655. -- Tab2 Button Functions --
  9656. Birch.MouseButton1Down:connect(function()
  9657. Found = false
  9658. for i, v in pairs(game.Workspace:GetChildren()) do
  9659. if v.Name == "TreeRegion" then
  9660. for a, b in pairs(v:GetChildren()) do
  9661. tree(b, "Birch")
  9662. end
  9663. end
  9664. end
  9665. end)
  9666.  
  9667. CaveCrawler.MouseButton1Down:connect(function()
  9668. Found = false
  9669. for i, v in pairs(game.Workspace:GetChildren()) do
  9670. if v.Name == "TreeRegion" then
  9671. for a, b in pairs(v:GetChildren()) do
  9672. tree(b, "CaveCrawler")
  9673. end
  9674. end
  9675. end
  9676. end)
  9677.  
  9678. Cherry.MouseButton1Down:connect(function()
  9679. Found = false
  9680. for i, v in pairs(game.Workspace:GetChildren()) do
  9681. if v.Name == "TreeRegion" then
  9682. for a, b in pairs(v:GetChildren()) do
  9683. tree(b, "Cherry")
  9684. end
  9685. end
  9686. end
  9687. end)
  9688.  
  9689. Fir.MouseButton1Down:connect(function()
  9690. Found = false
  9691. for i, v in pairs(game.Workspace:GetChildren()) do
  9692. if v.Name == "TreeRegion" then
  9693. for a, b in pairs(v:GetChildren()) do
  9694. tree(b, "Fir")
  9695. end
  9696. end
  9697. end
  9698. end)
  9699.  
  9700. Generic.MouseButton1Down:connect(function()
  9701. Found = false
  9702. for i, v in pairs(game.Workspace:GetChildren()) do
  9703. if v.Name == "TreeRegion" then
  9704. for a, b in pairs(v:GetChildren()) do
  9705. tree(b, "Generic")
  9706. end
  9707. end
  9708. end
  9709. end)
  9710.  
  9711. GoldSwampy.MouseButton1Down:connect(function()
  9712. Found = false
  9713. for i, v in pairs(game.Workspace:GetChildren()) do
  9714. if v.Name == "TreeRegion" then
  9715. for a, b in pairs(v:GetChildren()) do
  9716. tree(b, "GoldSwampy")
  9717. end
  9718. end
  9719. end
  9720. end)
  9721.  
  9722. GreenSwampy.MouseButton1Down:connect(function()
  9723. Found = false
  9724. for i, v in pairs(game.Workspace:GetChildren()) do
  9725. if v.Name == "TreeRegion" then
  9726. for a, b in pairs(v:GetChildren()) do
  9727. tree(b, "GreenSwampy")
  9728. end
  9729. end
  9730. end
  9731. end)
  9732.  
  9733. Koa.MouseButton1Down:connect(function()
  9734. Found = false
  9735. for i, v in pairs(game.Workspace:GetChildren()) do
  9736. if v.Name == "TreeRegion" then
  9737. for a, b in pairs(v:GetChildren()) do
  9738. tree(b, "Koa")
  9739. end
  9740. end
  9741. end
  9742. end)
  9743.  
  9744. LoneCave.MouseButton1Down:connect(function()
  9745. Found = false
  9746. for i, v in pairs(game.Workspace:GetChildren()) do
  9747. if v.Name == "TreeRegion" then
  9748. for a, b in pairs(v:GetChildren()) do
  9749. tree(b, "LoneCave")
  9750. end
  9751. end
  9752. end
  9753. end)
  9754.  
  9755. Oak.MouseButton1Down:connect(function()
  9756. Found = false
  9757. for i, v in pairs(game.Workspace:GetChildren()) do
  9758. if v.Name == "TreeRegion" then
  9759. for a, b in pairs(v:GetChildren()) do
  9760. tree(b, "Oak")
  9761. end
  9762. end
  9763. end
  9764. end)
  9765.  
  9766. Palm.MouseButton1Down:connect(function()
  9767. Found = false
  9768. for i, v in pairs(game.Workspace:GetChildren()) do
  9769. if v.Name == "TreeRegion" then
  9770. for a, b in pairs(v:GetChildren()) do
  9771. tree(b, "Palm")
  9772. end
  9773. end
  9774. end
  9775. end)
  9776.  
  9777. Pine.MouseButton1Down:connect(function()
  9778. Found = false
  9779. for i, v in pairs(game.Workspace:GetChildren()) do
  9780. if v.Name == "TreeRegion" then
  9781. for a, b in pairs(v:GetChildren()) do
  9782. tree(b, "Pine")
  9783. end
  9784. end
  9785. end
  9786. end)
  9787.  
  9788. Volcano.MouseButton1Down:connect(function()
  9789. Found = false
  9790. for i, v in pairs(game.Workspace:GetChildren()) do
  9791. if v.Name == "TreeRegion" then
  9792. for a, b in pairs(v:GetChildren()) do
  9793. tree(b, "Volcano")
  9794. end
  9795. end
  9796. end
  9797. end)
  9798.  
  9799. Walnut.MouseButton1Down:connect(function()
  9800. Found = false
  9801. for i, v in pairs(game.Workspace:GetChildren()) do
  9802. if v.Name == "TreeRegion" then
  9803. for a, b in pairs(v:GetChildren()) do
  9804. tree(b, "Walnut")
  9805. end
  9806. end
  9807. end
  9808. end)
  9809.  
  9810. -- end --
  9811.  
  9812. -- Tab3 Buttons --
  9813. Birch2 = Instance.new("TextButton")
  9814. CaveCrawler2 = Instance.new("TextButton")
  9815. Cherry2 = Instance.new("TextButton")
  9816. Fir2 = Instance.new("TextButton")
  9817. Generic2 = Instance.new("TextButton")
  9818. GoldSwampy2 = Instance.new("TextButton")
  9819. GreenSwampy2 = Instance.new("TextButton")
  9820. Koa2 = Instance.new("TextButton")
  9821. LoneCave2 = Instance.new("TextButton")
  9822. Oak2 = Instance.new("TextButton")
  9823. Palm2 = Instance.new("TextButton")
  9824. Pine2 = Instance.new("TextButton")
  9825. Volcano2 = Instance.new("TextButton")
  9826. Walnut2 = Instance.new("TextButton")
  9827.  
  9828. Birch2.Name = "Birch"
  9829. Birch2.Parent = TTab3
  9830. Birch2.BackgroundColor3 = Color3.new(1, 1, 0)
  9831. Birch2.Position = UDim2.new(0, 1, 0, 1)
  9832. Birch2.Size = UDim2.new(0,70, 0, 25)
  9833. Birch2.Font = Enum.Font.Cartoon
  9834. Birch2.FontSize = Enum.FontSize.Size14
  9835. Birch2.Text = "Birch"
  9836. Birch2.TextSize = 14
  9837.  
  9838. CaveCrawler2.Name = "CaveCrawler"
  9839. CaveCrawler2.Parent = TTab3
  9840. CaveCrawler2.BackgroundColor3 = Color3.new(1, 1, 0)
  9841. CaveCrawler2.Position = UDim2.new(0, 71, 0, 1)
  9842. CaveCrawler2.Size = UDim2.new(0,70, 0, 25)
  9843. CaveCrawler2.Font = Enum.Font.Cartoon
  9844. CaveCrawler2.FontSize = Enum.FontSize.Size14
  9845. CaveCrawler2.Text = "CaveCrawler"
  9846. CaveCrawler2.TextSize = 14
  9847.  
  9848. Cherry2.Name = "Cherry"
  9849. Cherry2.Parent = TTab3
  9850. Cherry2.BackgroundColor3 = Color3.new(1, 1, 0)
  9851. Cherry2.Position = UDim2.new(0, 141, 0, 1)
  9852. Cherry2.Size = UDim2.new(0,70, 0, 25)
  9853. Cherry2.Font = Enum.Font.Cartoon
  9854. Cherry2.FontSize = Enum.FontSize.Size14
  9855. Cherry2.Text = "Cherry"
  9856. Cherry2.TextSize = 14
  9857.  
  9858. Fir2.Name = "Fir"
  9859. Fir2.Parent = TTab3
  9860. Fir2.BackgroundColor3 = Color3.new(1, 1, 0)
  9861. Fir2.Position = UDim2.new(0, 211, 0, 1)
  9862. Fir2.Size = UDim2.new(0,70, 0, 25)
  9863. Fir2.Font = Enum.Font.Cartoon
  9864. Fir2.FontSize = Enum.FontSize.Size14
  9865. Fir2.Text = "Fir"
  9866. Fir2.TextSize = 14
  9867.  
  9868. Generic2.Name = "Generic"
  9869. Generic2.Parent = TTab3
  9870. Generic2.BackgroundColor3 = Color3.new(1, 1, 0)
  9871. Generic2.Position = UDim2.new(0, 1, 0, 26)
  9872. Generic2.Size = UDim2.new(0,70, 0, 25)
  9873. Generic2.Font = Enum.Font.Cartoon
  9874. Generic2.FontSize = Enum.FontSize.Size14
  9875. Generic2.Text = "Generic"
  9876. Generic2.TextSize = 14
  9877.  
  9878. GoldSwampy2.Name = "GoldSwampy"
  9879. GoldSwampy2.Parent = TTab3
  9880. GoldSwampy2.BackgroundColor3 = Color3.new(1, 1, 0)
  9881. GoldSwampy2.Position = UDim2.new(0, 71, 0, 26)
  9882. GoldSwampy2.Size = UDim2.new(0,70, 0, 25)
  9883. GoldSwampy2.Font = Enum.Font.Cartoon
  9884. GoldSwampy2.FontSize = Enum.FontSize.Size14
  9885. GoldSwampy2.Text = "Gold"
  9886. GoldSwampy2.TextSize = 14
  9887.  
  9888. GreenSwampy2.Name = "GreenSwampy"
  9889. GreenSwampy2.Parent = TTab3
  9890. GreenSwampy2.BackgroundColor3 = Color3.new(1, 1, 0)
  9891. GreenSwampy2.Position = UDim2.new(0, 141, 0, 26)
  9892. GreenSwampy2.Size = UDim2.new(0,70, 0, 25)
  9893. GreenSwampy2.Font = Enum.Font.Cartoon
  9894. GreenSwampy2.FontSize = Enum.FontSize.Size14
  9895. GreenSwampy2.Text = "Green"
  9896. GreenSwampy2.TextSize = 14
  9897.  
  9898. Koa2.Name = "Koa"
  9899. Koa2.Parent = TTab3
  9900. Koa2.BackgroundColor3 = Color3.new(1, 1, 0)
  9901. Koa2.Position = UDim2.new(0, 211, 0, 26)
  9902. Koa2.Size = UDim2.new(0,70, 0, 25)
  9903. Koa2.Font = Enum.Font.Cartoon
  9904. Koa2.FontSize = Enum.FontSize.Size14
  9905. Koa2.Text = "Koa"
  9906. Koa2.TextSize = 14
  9907.  
  9908. LoneCave2.Name = "LoneCave"
  9909. LoneCave2.Parent = TTab3
  9910. LoneCave2.BackgroundColor3 = Color3.new(1, 1, 0)
  9911. LoneCave2.Position = UDim2.new(0, 1, 0, 51)
  9912. LoneCave2.Size = UDim2.new(0,70, 0, 25)
  9913. LoneCave2.Font = Enum.Font.Cartoon
  9914. LoneCave2.FontSize = Enum.FontSize.Size14
  9915. LoneCave2.Text = "LoneCave"
  9916. LoneCave2.TextSize = 14
  9917.  
  9918. Oak2.Name = "Oak"
  9919. Oak2.Parent = TTab3
  9920. Oak2.BackgroundColor3 = Color3.new(1, 1, 0)
  9921. Oak2.Position = UDim2.new(0, 71, 0, 51)
  9922. Oak2.Size = UDim2.new(0,70, 0, 25)
  9923. Oak2.Font = Enum.Font.Cartoon
  9924. Oak2.FontSize = Enum.FontSize.Size14
  9925. Oak2.Text = "Oak"
  9926. Oak2.TextSize = 14
  9927.  
  9928. Palm2.Name = "Palm"
  9929. Palm2.Parent = TTab3
  9930. Palm2.BackgroundColor3 = Color3.new(1, 1, 0)
  9931. Palm2.Position = UDim2.new(0, 141, 0, 51)
  9932. Palm2.Size = UDim2.new(0,70, 0, 25)
  9933. Palm2.Font = Enum.Font.Cartoon
  9934. Palm2.FontSize = Enum.FontSize.Size14
  9935. Palm2.Text = "Palm"
  9936. Palm2.TextSize = 14
  9937.  
  9938. Pine2.Name = "Pine"
  9939. Pine2.Parent = TTab3
  9940. Pine2.BackgroundColor3 = Color3.new(1, 1, 0)
  9941. Pine2.Position = UDim2.new(0, 211, 0, 51)
  9942. Pine2.Size = UDim2.new(0,70, 0, 25)
  9943. Pine2.Font = Enum.Font.Cartoon
  9944. Pine2.FontSize = Enum.FontSize.Size14
  9945. Pine2.Text = "Pine"
  9946. Pine2.TextSize = 14
  9947.  
  9948. Volcano2.Name = "Volcano"
  9949. Volcano2.Parent = TTab3
  9950. Volcano2.BackgroundColor3 = Color3.new(1, 1, 0)
  9951. Volcano2.Position = UDim2.new(0, 1, 0, 76)
  9952. Volcano2.Size = UDim2.new(0,70, 0, 25)
  9953. Volcano2.Font = Enum.Font.Cartoon
  9954. Volcano2.FontSize = Enum.FontSize.Size14
  9955. Volcano2.Text = "Volcano"
  9956. Volcano2.TextSize = 14
  9957.  
  9958. Walnut2.Name = "Walnut"
  9959. Walnut2.Parent = TTab3
  9960. Walnut2.BackgroundColor3 = Color3.new(1, 1, 0)
  9961. Walnut2.Position = UDim2.new(0, 71, 0, 76)
  9962. Walnut2.Size = UDim2.new(0,70, 0, 25)
  9963. Walnut2.Font = Enum.Font.Cartoon
  9964. Walnut2.FontSize = Enum.FontSize.Size14
  9965. Walnut2.Text = "Walnut"
  9966. Walnut2.TextSize = 14
  9967.  
  9968. -- end --
  9969.  
  9970. -- Tab3 Button Functions --
  9971. Birch2.MouseButton1Down:connect(function()
  9972. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  9973. cut(v, "Birch")
  9974. end
  9975. end)
  9976.  
  9977. CaveCrawler2.MouseButton1Down:connect(function()
  9978. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  9979. cut(v, "CaveCrawler")
  9980. end
  9981. end)
  9982.  
  9983. Cherry2.MouseButton1Down:connect(function()
  9984. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  9985. cut(v, "Cherry")
  9986. end
  9987. end)
  9988.  
  9989. Fir2.MouseButton1Down:connect(function()
  9990. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  9991. cut(v, "Fir")
  9992. end
  9993. end)
  9994.  
  9995. Generic2.MouseButton1Down:connect(function()
  9996. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  9997. cut(v, "Generic")
  9998. end
  9999. end)
  10000.  
  10001. GoldSwampy2.MouseButton1Down:connect(function()
  10002. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10003. cut(v, "GoldSwampy")
  10004. end
  10005. end)
  10006.  
  10007. GreenSwampy2.MouseButton1Down:connect(function()
  10008. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10009. cut(v, "GreenSwampy")
  10010. end
  10011. end)
  10012.  
  10013. Koa2.MouseButton1Down:connect(function()
  10014. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10015. cut(v, "Koa")
  10016. end
  10017. end)
  10018.  
  10019. LoneCave2.MouseButton1Down:connect(function()
  10020. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10021. cut(v, "LoneCave")
  10022. end
  10023. end)
  10024.  
  10025. Oak2.MouseButton1Down:connect(function()
  10026. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10027. cut(v, "Oak")
  10028. end
  10029. end)
  10030.  
  10031. Palm2.MouseButton1Down:connect(function()
  10032. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10033. cut(v, "Palm")
  10034. end
  10035. end)
  10036.  
  10037. Pine2.MouseButton1Down:connect(function()
  10038. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10039. cut(v, "Pine")
  10040. end
  10041. end)
  10042.  
  10043. Volcano2.MouseButton1Down:connect(function()
  10044. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10045. cut(v, "Volcano")
  10046. end
  10047. end)
  10048.  
  10049. Pine2.MouseButton1Down:connect(function()
  10050. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10051. cut(v, "Walnut")
  10052. end
  10053. end)
  10054.  
  10055.  
  10056. -- end --
  10057.  
  10058.  
  10059. -- button function --
  10060. Tab1.MouseButton1Down:connect(function()
  10061. TTab1.Visible = true
  10062. TTab2.Visible = false
  10063. TTab3.Visible = false
  10064.  
  10065. end)
  10066.  
  10067. Tab2.MouseButton1Down:connect(function()
  10068. TTab1.Visible = false
  10069. TTab2.Visible = true
  10070. TTab3.Visible = false
  10071. end)
  10072.  
  10073. Tab3.MouseButton1Down:connect(function()
  10074. TTab1.Visible = false
  10075. TTab2.Visible = false
  10076. TTab3.Visible = true
  10077. end)
  10078.  
  10079. Close.MouseButton1Down:connect(function()
  10080. CGG:remove()
  10081. end)
  10082.  
  10083. departure = game.Workspace.Ferry.TimeToDeparture
  10084. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  10085. Depart.Text = "Time To Departure: ".. game.Workspace.Ferry.TimeToDeparture.Value
  10086. end)
  10087.  
  10088. Mouse.Button1Up:connect(function()
  10089. Down = false
  10090. end)
  10091.  
  10092. Mouse.Button1Down:connect(function()
  10093. Down = true
  10094. if Tool == "Copy" then
  10095. if Mouse.Target ~= nil then
  10096. Clone = Mouse.Target:clone()
  10097. Clone.Parent = game.Workspace
  10098. end
  10099. end
  10100.  
  10101. if Tool == "Delete" then
  10102. if Mouse.Target ~= nil then
  10103. Mouse.Target:remove()
  10104. end
  10105. end
  10106.  
  10107. if Tool == "Move" then
  10108. if Mouse.Target ~= nil then
  10109. MoveObject = Mouse.Target
  10110. end
  10111. end
  10112.  
  10113. wait()
  10114. if Clone ~= nil then
  10115. Clone.CanCollide = false
  10116. repeat
  10117. wait()
  10118. SubX = Clone.Size.X/2
  10119. SubY = Clone.Size.Y/2
  10120. SubZ = Clone.Size.Z/2
  10121. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  10122. until Down == false
  10123. Clone.CanCollide = true
  10124. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  10125. Clone = nil
  10126. end
  10127.  
  10128. if MoveObject ~= nil then
  10129. MoveObject.CanCollide = false
  10130. repeat
  10131. wait()
  10132. SubX = MoveObject.Size.X/2
  10133. SubY = MoveObject.Size.Y/2
  10134. SubZ = MoveObject.Size.Z/2
  10135. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  10136. until Down == false
  10137. MoveObject.CanCollide = true
  10138. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  10139. MoveObject= nil
  10140. end
  10141. end)
  10142. end)
  10143.  
  10144. OpenButton.Name = "OpenButton"
  10145. OpenButton.Parent = ScreenGui
  10146. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  10147. OpenButton.BorderColor3 = Color3.new(0, 1, 0)
  10148. OpenButton.BorderSizePixel = 2
  10149. OpenButton.Position = UDim2.new(0, 0, 0.436289668, 0)
  10150. OpenButton.Size = UDim2.new(0, 82, 0, 19)
  10151. OpenButton.Visible = false
  10152. OpenButton.Font = Enum.Font.SciFi
  10153. OpenButton.Text = "OPEN"
  10154. OpenButton.TextColor3 = Color3.new(0, 1, 0)
  10155. OpenButton.TextScaled = true
  10156. OpenButton.TextSize = 14
  10157. OpenButton.TextWrapped = true
  10158. OpenButton .MouseButton1Click:connect(function()
  10159. MainFrame.Visible = true
  10160. OpenButton.Visible = false
  10161. end)
  10162. -- Scripts:
  10163. end)
  10164.  
  10165.  
  10166. Gui2.Name = "Gui2"
  10167. Gui2.Parent = Frame
  10168. Gui2.BackgroundColor3 = Color3.new(0, 0, 0)
  10169. Gui2.Position = UDim2.new(0.224637687, 0, 0.295358628, 0)
  10170. Gui2.Size = UDim2.new(0, 82, 0, 39)
  10171. Gui2.Font = Enum.Font.SourceSans
  10172. Gui2.Text = "Gui2"
  10173. Gui2.TextColor3 = Color3.new(0, 0, 1)
  10174. Gui2.TextScaled = true
  10175. Gui2.TextSize = 14
  10176. Gui2.TextWrapped = true
  10177. Gui2.MouseButton1Click:Connect(function()
  10178. local ScreenGui = Instance.new("ScreenGui")
  10179. local OpenMain = Instance.new("Frame")
  10180. local OpenB = Instance.new("TextButton")
  10181. local GUI = Instance.new("Frame")
  10182. local TeleportScroll = Instance.new("ScrollingFrame")
  10183. local SpawnTele = Instance.new("TextButton")
  10184. local WoodRUSTele = Instance.new("TextButton")
  10185. local FurnishingTele = Instance.new("TextButton")
  10186. local CarsTele = Instance.new("TextButton")
  10187. local LinksStoreTele = Instance.new("TextButton")
  10188. local BobsShack = Instance.new("TextButton")
  10189. local FineArtTele = Instance.new("TextButton")
  10190. local SwampTele = Instance.new("TextButton")
  10191. local PalmsTele = Instance.new("TextButton")
  10192. local CaveTele = Instance.new("TextButton")
  10193. local YellowWoodTele = Instance.new("TextButton")
  10194. local Volcano = Instance.new("TextButton")
  10195. local IceTreeTele = Instance.new("TextButton")
  10196. local EndTimesTele = Instance.new("TextButton")
  10197. local Den = Instance.new("TextButton")
  10198. local StrangeMan = Instance.new("TextButton")
  10199. local SkiiLodge = Instance.new("TextButton")
  10200. local GodAxeB = Instance.new("TextButton")
  10201. local MaxSpeedB = Instance.new("TextButton")
  10202. local Credits = Instance.new("TextLabel")
  10203. local TeleportWoodB = Instance.new("TextButton")
  10204. local ImageButton = Instance.new("ImageButton")
  10205. local TeleportsText = Instance.new("TextLabel")
  10206. local FlyB = Instance.new("TextButton")
  10207. local Logo = Instance.new("ImageButton")
  10208. local Frame = Instance.new("Frame")
  10209. local Frame_2 = Instance.new("Frame")
  10210. local TextLabel = Instance.new("TextLabel")
  10211. local TextLabel_2 = Instance.new("TextLabel")
  10212. local TextLabel_3 = Instance.new("TextLabel")
  10213. local NoClipB = Instance.new("TextButton")
  10214. local CloseGUI = Instance.new("TextButton")
  10215. local PlayerTeleportB = Instance.new("TextButton")
  10216. local TeleportPlayerGUI = Instance.new("Frame")
  10217. local Player6B = Instance.new("TextButton")
  10218. local Player5B = Instance.new("TextButton")
  10219. local Player3B = Instance.new("TextButton")
  10220. local Player2B = Instance.new("TextButton")
  10221. local Player1B = Instance.new("TextButton")
  10222. local PlayerSelectScreen = Instance.new("TextLabel")
  10223. local Player4B = Instance.new("TextButton")
  10224. local boarder = Instance.new("Frame")
  10225. local boarder_2 = Instance.new("Frame")
  10226. local boarder_3 = Instance.new("Frame")
  10227. local TPPlayerB = Instance.new("TextButton")
  10228. local CloseTeleports = Instance.new("TextButton")
  10229. --Properties:
  10230. ScreenGui.Parent = game.CoreGui
  10231.  
  10232. OpenMain.Name = "OpenMain"
  10233. OpenMain.Parent = ScreenGui
  10234. OpenMain.BackgroundColor3 = Color3.new(1, 1, 1)
  10235. OpenMain.Position = UDim2.new(-0.0125000011, 0, 0.541425824, 0)
  10236. OpenMain.Size = UDim2.new(0, 131, 0, 31)
  10237. OpenMain.Style = Enum.FrameStyle.DropShadow
  10238.  
  10239. OpenB.Name = "OpenB"
  10240. OpenB.Parent = OpenMain
  10241. OpenB.BackgroundColor3 = Color3.new(0.85098, 0.721569, 1)
  10242. OpenB.BorderColor3 = Color3.new(0.521569, 0.368627, 0.541176)
  10243. OpenB.BorderSizePixel = 2
  10244. OpenB.Position = UDim2.new(0.00763358781, 0, -0.0257318616, 0)
  10245. OpenB.Size = UDim2.new(0, 113, 0, 16)
  10246. OpenB.Font = Enum.Font.Garamond
  10247. OpenB.Text = "Open GUI"
  10248. OpenB.TextColor3 = Color3.new(0, 0, 0)
  10249. OpenB.TextSize = 14
  10250. OpenB.MouseButton1Down:connect(function()
  10251. GUI.Visible=true
  10252. OpenMain.Visible=false
  10253. end)
  10254.  
  10255. GUI.Name = "GUI"
  10256. GUI.Parent = ScreenGui
  10257. GUI.BackgroundColor3 = Color3.new(0.909804, 0.843137, 1)
  10258. GUI.Position = UDim2.new(-5.58793545e-08, 0, 0.134874716, 0)
  10259. GUI.Size = UDim2.new(0, 272, 0, 378)
  10260. GUI.Visible = false
  10261. GUI.Style = Enum.FrameStyle.DropShadow
  10262. GUI.Active=true
  10263. GUI.Draggable=true
  10264.  
  10265. TeleportScroll.Name = "Teleport Scroll"
  10266. TeleportScroll.Parent = GUI
  10267. TeleportScroll.BackgroundColor3 = Color3.new(0.85098, 0.721569, 1)
  10268. TeleportScroll.BorderColor3 = Color3.new(0.419608, 0.2, 0.427451)
  10269. TeleportScroll.BorderSizePixel = 3
  10270. TeleportScroll.Position = UDim2.new(0.351145029, 0, 0.342203557, 0)
  10271. TeleportScroll.Size = UDim2.new(0, 155, 0, 216)
  10272.  
  10273. SpawnTele.Name = "SpawnTele"
  10274. SpawnTele.Parent = TeleportScroll
  10275. SpawnTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10276. SpawnTele.Position = UDim2.new(0.0387096778, 0, 0.0185185224, 0)
  10277. SpawnTele.Size = UDim2.new(0, 130, 0, 23)
  10278. SpawnTele.Font = Enum.Font.ArialBold
  10279. SpawnTele.Text = "Spawn"
  10280. SpawnTele.TextColor3 = Color3.new(0, 0, 0)
  10281. SpawnTele.TextSize = 14
  10282. SpawnTele.MouseButton1Down:connect(function()
  10283. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))end
  10284. )
  10285.  
  10286. WoodRUSTele.Name = "WoodRUS Tele"
  10287. WoodRUSTele.Parent = TeleportScroll
  10288. WoodRUSTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10289. WoodRUSTele.Position = UDim2.new(0.0390000008, 0, 0.0590000004, 0)
  10290. WoodRUSTele.Size = UDim2.new(0, 130, 0, 23)
  10291. WoodRUSTele.Font = Enum.Font.ArialBold
  10292. WoodRUSTele.Text = "Wood R Us"
  10293. WoodRUSTele.TextColor3 = Color3.new(0, 0, 0)
  10294. WoodRUSTele.TextSize = 14
  10295. WoodRUSTele.MouseButton1Click:connect(function()
  10296. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))end
  10297. )
  10298.  
  10299. FurnishingTele.Name = "Furnishing Tele"
  10300. FurnishingTele.Parent = TeleportScroll
  10301. FurnishingTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10302. FurnishingTele.Position = UDim2.new(0.0390000008, 0, 0.0989999995, 0)
  10303. FurnishingTele.Size = UDim2.new(0, 130, 0, 23)
  10304. FurnishingTele.Font = Enum.Font.ArialBold
  10305. FurnishingTele.Text = "Furnishing"
  10306. FurnishingTele.TextColor3 = Color3.new(0, 0, 0)
  10307. FurnishingTele.TextSize = 14
  10308. FurnishingTele.MouseButton1Click:connect(function()
  10309. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1720))end
  10310. )
  10311.  
  10312. CarsTele.Name = "Cars Tele"
  10313. CarsTele.Parent = TeleportScroll
  10314. CarsTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10315. CarsTele.Position = UDim2.new(0.0390000008, 0, 0.137999997, 0)
  10316. CarsTele.Size = UDim2.new(0, 130, 0, 23)
  10317. CarsTele.Font = Enum.Font.ArialBold
  10318. CarsTele.Text = "Cars"
  10319. CarsTele.TextColor3 = Color3.new(0, 0, 0)
  10320. CarsTele.TextSize = 14
  10321. CarsTele.MouseButton1Click:connect(function()
  10322. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))end
  10323. )
  10324.  
  10325. LinksStoreTele.Name = "Links Store Tele"
  10326. LinksStoreTele.Parent = TeleportScroll
  10327. LinksStoreTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10328. LinksStoreTele.Position = UDim2.new(0.0390000008, 0, 0.178000003, 0)
  10329. LinksStoreTele.Size = UDim2.new(0, 130, 0, 23)
  10330. LinksStoreTele.Font = Enum.Font.ArialBold
  10331. LinksStoreTele.Text = "Links Store"
  10332. LinksStoreTele.TextColor3 = Color3.new(0, 0, 0)
  10333. LinksStoreTele.TextSize = 14
  10334. LinksStoreTele.MouseButton1Click:connect(function()
  10335. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))end
  10336. )
  10337.  
  10338. BobsShack.Name = "Bobs Shack"
  10339. BobsShack.Parent = TeleportScroll
  10340. BobsShack.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10341. BobsShack.Position = UDim2.new(0.0390000008, 0, 0.216999993, 0)
  10342. BobsShack.Size = UDim2.new(0, 130, 0, 23)
  10343. BobsShack.Font = Enum.Font.ArialBold
  10344. BobsShack.Text = "Bobs Shack"
  10345. BobsShack.TextColor3 = Color3.new(0, 0, 0)
  10346. BobsShack.TextSize = 14
  10347. BobsShack.MouseButton1Click:connect(function()
  10348. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))end
  10349. )
  10350.  
  10351. FineArtTele.Name = "Fine Art Tele"
  10352. FineArtTele.Parent = TeleportScroll
  10353. FineArtTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10354. FineArtTele.Position = UDim2.new(0.0390000008, 0, 0.256999999, 0)
  10355. FineArtTele.Size = UDim2.new(0, 130, 0, 23)
  10356. FineArtTele.Font = Enum.Font.ArialBold
  10357. FineArtTele.Text = "Fine Art"
  10358. FineArtTele.TextColor3 = Color3.new(0, 0, 0)
  10359. FineArtTele.TextSize = 14
  10360. FineArtTele.MouseButton1Down:connect(function()
  10361. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))end
  10362. )
  10363.  
  10364. SwampTele.Name = "Swamp Tele"
  10365. SwampTele.Parent = TeleportScroll
  10366. SwampTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10367. SwampTele.Position = UDim2.new(0.0390000008, 0, 0.296999991, 0)
  10368. SwampTele.Size = UDim2.new(0, 130, 0, 23)
  10369. SwampTele.Font = Enum.Font.ArialBold
  10370. SwampTele.Text = "Swamp"
  10371. SwampTele.TextColor3 = Color3.new(0, 0, 0)
  10372. SwampTele.TextSize = 14
  10373. SwampTele.MouseButton1Click:connect(function()
  10374. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209,132,-801))end
  10375. )
  10376.  
  10377. PalmsTele.Name = "Palms Tele"
  10378. PalmsTele.Parent = TeleportScroll
  10379. PalmsTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10380. PalmsTele.Position = UDim2.new(0.0390000008, 0, 0.345999986, 0)
  10381. PalmsTele.Size = UDim2.new(0, 130, 0, 23)
  10382. PalmsTele.Font = Enum.Font.ArialBold
  10383. PalmsTele.Text = "Palms"
  10384. PalmsTele.TextColor3 = Color3.new(0, 0, 0)
  10385. PalmsTele.TextSize = 14
  10386. PalmsTele.MouseButton1Click:connect(function()
  10387. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))end
  10388. )
  10389.  
  10390. CaveTele.Name = "Cave Tele"
  10391. CaveTele.Parent = TeleportScroll
  10392. CaveTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10393. CaveTele.Position = UDim2.new(0.0390000008, 0, 0.386000007, 0)
  10394. CaveTele.Size = UDim2.new(0, 130, 0, 23)
  10395. CaveTele.Font = Enum.Font.ArialBold
  10396. CaveTele.Text = "Cave"
  10397. CaveTele.TextColor3 = Color3.new(0, 0, 0)
  10398. CaveTele.TextSize = 14
  10399. CaveTele.MouseButton1Down:connect(function()
  10400. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,-179,430))end
  10401. )
  10402.  
  10403. YellowWoodTele.Name = "Yellow Wood Tele"
  10404. YellowWoodTele.Parent = TeleportScroll
  10405. YellowWoodTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10406. YellowWoodTele.Position = UDim2.new(0.0390000008, 0, 0.425000012, 0)
  10407. YellowWoodTele.Size = UDim2.new(0, 130, 0, 23)
  10408. YellowWoodTele.Font = Enum.Font.ArialBold
  10409. YellowWoodTele.Text = "Yellow Wood"
  10410. YellowWoodTele.TextColor3 = Color3.new(0, 0, 0)
  10411. YellowWoodTele.TextSize = 14
  10412. YellowWoodTele.MouseButton1Down:connect(function()
  10413. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1049,-5.9 ,-934.7 ))end
  10414. )
  10415.  
  10416. Volcano.Name = "Volcano"
  10417. Volcano.Parent = TeleportScroll
  10418. Volcano.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10419. Volcano.Position = UDim2.new(0.0390000008, 0, 0.465000004, 0)
  10420. Volcano.Size = UDim2.new(0, 130, 0, 23)
  10421. Volcano.Font = Enum.Font.ArialBold
  10422. Volcano.Text = "Volcano"
  10423. Volcano.TextColor3 = Color3.new(0, 0, 0)
  10424. Volcano.TextSize = 14
  10425. Volcano.MouseButton1Down:connect(function()
  10426. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585,622,1140))end
  10427. )
  10428.  
  10429. IceTreeTele.Name = "Ice Tree Tele"
  10430. IceTreeTele.Parent = TeleportScroll
  10431. IceTreeTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10432. IceTreeTele.Position = UDim2.new(0.0390000008, 0, 0.504000008, 0)
  10433. IceTreeTele.Size = UDim2.new(0, 130, 0, 23)
  10434. IceTreeTele.Font = Enum.Font.ArialBold
  10435. IceTreeTele.Text = "Ice Tree"
  10436. IceTreeTele.TextColor3 = Color3.new(0, 0, 0)
  10437. IceTreeTele.TextSize = 14
  10438. IceTreeTele.MouseButton1Down:connect(function()
  10439. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1505.7,412.4 ,3253 ))
  10440. end)
  10441.  
  10442. EndTimesTele.Name = "End Times Tele"
  10443. EndTimesTele.Parent = TeleportScroll
  10444. EndTimesTele.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10445. EndTimesTele.Position = UDim2.new(0.0390000008, 0, 0.54400003, 0)
  10446. EndTimesTele.Size = UDim2.new(0, 130, 0, 23)
  10447. EndTimesTele.Font = Enum.Font.ArialBold
  10448. EndTimesTele.Text = "End Times"
  10449. EndTimesTele.TextColor3 = Color3.new(0, 0, 0)
  10450. EndTimesTele.TextSize = 14
  10451. EndTimesTele.MouseButton1Click:connect(function()
  10452. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -214, -951))end
  10453. )
  10454.  
  10455. Den.Name = "Den"
  10456. Den.Parent = TeleportScroll
  10457. Den.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10458. Den.Position = UDim2.new(0.0390000008, 0, 0.583999991, 0)
  10459. Den.Size = UDim2.new(0, 130, 0, 23)
  10460. Den.Font = Enum.Font.ArialBold
  10461. Den.Text = "Den"
  10462. Den.TextColor3 = Color3.new(0, 0, 0)
  10463. Den.TextSize = 14
  10464. Den.MouseButton1Down:connect(function()
  10465. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  10466. end)
  10467.  
  10468. StrangeMan.Name = "Strange Man"
  10469. StrangeMan.Parent = TeleportScroll
  10470. StrangeMan.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10471. StrangeMan.Position = UDim2.new(0.0390000008, 0, 0.662000002, 0)
  10472. StrangeMan.Size = UDim2.new(0, 130, 0, 23)
  10473. StrangeMan.Font = Enum.Font.ArialBold
  10474. StrangeMan.Text = "Strange Man"
  10475. StrangeMan.TextColor3 = Color3.new(0, 0, 0)
  10476. StrangeMan.TextSize = 14
  10477. StrangeMan.MouseButton1Click:connect(function()
  10478. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))end
  10479. )
  10480.  
  10481. SkiiLodge.Name = "SkiiLodge"
  10482. SkiiLodge.Parent = TeleportScroll
  10483. SkiiLodge.BackgroundColor3 = Color3.new(0.85098, 1, 0.905882)
  10484. SkiiLodge.Position = UDim2.new(0.0390000008, 0, 0.622000023, 0)
  10485. SkiiLodge.Size = UDim2.new(0, 130, 0, 23)
  10486. SkiiLodge.Font = Enum.Font.ArialBold
  10487. SkiiLodge.Text = "SkiiLodge"
  10488. SkiiLodge.TextColor3 = Color3.new(0, 0, 0)
  10489. SkiiLodge.TextSize = 14
  10490. SkiiLodge.MouseButton1Click:connect(function()
  10491. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))end
  10492. )
  10493.  
  10494. GodAxeB.Name = "God Axe B"
  10495. GodAxeB.Parent = GUI
  10496. GodAxeB.BackgroundColor3 = Color3.new(0.815686, 0.882353, 1)
  10497. GodAxeB.BorderSizePixel = 2
  10498. GodAxeB.Position = UDim2.new(0.0276143812, 0, 0.643200755, 0)
  10499. GodAxeB.Size = UDim2.new(0, 72, 0, 50)
  10500. GodAxeB.Font = Enum.Font.Bodoni
  10501. GodAxeB.Text = "God Axe"
  10502. GodAxeB.TextColor3 = Color3.new(0, 0, 0)
  10503. GodAxeB.TextSize = 14
  10504. GodAxeB.MouseButton1Down:connect(function()
  10505. local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)function GetAxe()if game.Players.LocalPlayer.Character:FindFirstChild("Tool")then return game.Players.LocalPlayer.Character:FindFirstChild("Tool")end end;local c={['GoldAxe']=50,['BasicHatchet']=0.2,['Axe1']=0.55,['Axe2']=0.93,['AxeAlphaTesters']=1.5,['Rukiryaxe']=1.68,['Axe3']=1.45,['AxeBetaTesters']=1.45,['FireAxe']=0.6,['SilverAxe']=1.6,['EndTimesAxe']=10000000,['AxeChicken']=0.1,['CandyCaneAxe']=0}local Pressing=false;local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)a.Button1Down:connect(function(b)Pressing=true;poop(GetAxe())end)function cut(d)local e=game.Players.LocalPlayer:GetMouse().Target;local f=game.Players.LocalPlayer:GetMouse().Hit;local g=e.CFrame:pointToObjectSpace(f.p).Y+e.Size.Y/2;if e.Parent:WaitForChild("CutEvent",0.1)then game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(e.Parent.CutEvent,{["cuttingClass"]="Axe",["cooldown"]=0,["hitPoints"]=c[d.ToolName.Value],["sectionId"]=e.ID.Value,["tool"]=d,["faceVector"]=Vector3.new(-1,0,0),["height"]=g})end end;function poop(d)for h=1,100 do if Pressing==true then cut(d)end end end
  10506. end)
  10507.  
  10508. MaxSpeedB.Name = "Max Speed B"
  10509. MaxSpeedB.Parent = GUI
  10510. MaxSpeedB.BackgroundColor3 = Color3.new(0.815686, 0.882353, 1)
  10511. MaxSpeedB.BorderSizePixel = 2
  10512. MaxSpeedB.Position = UDim2.new(0.0276143812, 0, 0.308931082, 0)
  10513. MaxSpeedB.Size = UDim2.new(0, 72, 0, 50)
  10514. MaxSpeedB.Font = Enum.Font.Bodoni
  10515. MaxSpeedB.Text = "Max Speed"
  10516. MaxSpeedB.TextColor3 = Color3.new(0, 0, 0)
  10517. MaxSpeedB.TextSize = 14
  10518. MaxSpeedB.MouseButton1Down:connect(function()
  10519. while true do
  10520. wait()
  10521. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  10522. end
  10523. end)
  10524.  
  10525. TeleportWoodB.Name = "Teleport Wood B"
  10526. TeleportWoodB.Parent = GUI
  10527. TeleportWoodB.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10528. TeleportWoodB.BorderColor3 = Color3.new(0.666667, 0.666667, 1)
  10529. TeleportWoodB.BorderSizePixel = 3
  10530. TeleportWoodB.Position = UDim2.new(0.676470578, 0, 0.095238097, 0)
  10531. TeleportWoodB.Size = UDim2.new(0, 72, 0, 56)
  10532. TeleportWoodB.Font = Enum.Font.Bodoni
  10533. TeleportWoodB.Text = "Teleport All Dropped Wood"
  10534. TeleportWoodB.TextColor3 = Color3.new(0, 0, 0)
  10535. TeleportWoodB.TextScaled = true
  10536. TeleportWoodB.TextSize = 14
  10537. TeleportWoodB.TextWrapped = true
  10538. TeleportWoodB.MouseButton1Down:connect(function()
  10539.  
  10540. Option = false
  10541. Found = false
  10542. Tool = "None"
  10543. Down = false
  10544. Mouse = game.Players.LocalPlayer:GetMouse()
  10545.  
  10546. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  10547. players = game.Players
  10548. for i, v in pairs(players:GetPlayers()) do
  10549. if v.Name ~= players.LocalPlayer.Name then
  10550. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  10551. end
  10552. end
  10553. players.PlayerAdded:connect(function(plr)
  10554. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  10555. end)
  10556.  
  10557. function move(object)
  10558. object:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, -4, 5))
  10559. object.WoodSection.Anchored = true
  10560. wait(2)
  10561. object.WoodSection.Anchored = false
  10562. end
  10563.  
  10564. function tree(object, class)
  10565. for i, v in pairs(object:GetChildren()) do
  10566. if v.Name == "TreeClass" then
  10567. if v.Value == class then
  10568. if Found == false then
  10569. move(object)
  10570. Found = true
  10571. end
  10572. end
  10573. end
  10574. end
  10575. end
  10576.  
  10577. function cut(object, class)
  10578. for i, v in pairs(object:GetChildren()) do
  10579. if v.Name == "TreeClass" then
  10580. if v.Value == class then
  10581. for a, b in pairs(object:GetChildren()) do
  10582. if b.Name == "Owner" then
  10583. for c, d in pairs(b:GetChildren()) do
  10584. if d.Name == "OwnerString" then
  10585. if d.Value == game.Players.LocalPlayer.Name then
  10586. move(object)
  10587. else
  10588. if d.Value == "" then
  10589. move(object)
  10590. end
  10591. end
  10592. end
  10593. end
  10594. end
  10595. end
  10596. end
  10597. end
  10598. end
  10599. end
  10600.  
  10601. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10602. cut(v, "Generic")
  10603. end
  10604. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10605. cut(v, "Birth")
  10606. end
  10607. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10608. cut(v, "CaveCrawler")
  10609. end
  10610. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10611. cut(v, "Cherry")
  10612. end
  10613. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10614. cut(v, "Fir")
  10615. end
  10616. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10617. cut(v, "GoldSwampy")
  10618. end
  10619. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10620. cut(v, "GreenSwampy")
  10621. end
  10622. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10623. cut(v, "Koa")
  10624. end
  10625. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10626. cut(v, "Oak")
  10627. end
  10628. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10629. cut(v, "Palm")
  10630. end
  10631. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10632. cut(v, "Pine")
  10633. end
  10634. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10635. cut(v, "Volcano")
  10636. end
  10637. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10638. cut(v, "Walnut")
  10639. end
  10640. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10641. cut(v, "Frost")
  10642. end
  10643. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10644. cut(v, "SnowGlow")
  10645. end
  10646. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  10647. cut(v, "LoneCave")
  10648. end
  10649. end)
  10650.  
  10651. ImageButton.Parent = TeleportWoodB
  10652. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  10653. ImageButton.BackgroundTransparency = 1
  10654. ImageButton.Position = UDim2.new(0.122549057, 0, -0.718837559, 0)
  10655. ImageButton.Size = UDim2.new(0, 53, 0, 56)
  10656. ImageButton.Image = "rbxassetid://2396612568"
  10657.  
  10658. TeleportsText.Name = "Teleports Text"
  10659. TeleportsText.Parent = GUI
  10660. TeleportsText.BackgroundColor3 = Color3.new(0.490196, 0.94902, 1)
  10661. TeleportsText.BorderColor3 = Color3.new(0.419608, 0.2, 0.427451)
  10662. TeleportsText.BorderSizePixel = 3
  10663. TeleportsText.Position = UDim2.new(0.352941155, 0, 0.280112058, 0)
  10664. TeleportsText.Size = UDim2.new(0, 155, 0, 26)
  10665. TeleportsText.Font = Enum.Font.Bodoni
  10666. TeleportsText.Text = "Place Teleports"
  10667. TeleportsText.TextColor3 = Color3.new(0, 0, 0)
  10668. TeleportsText.TextSize = 16
  10669.  
  10670. FlyB.Name = "Fly B"
  10671. FlyB.Parent = GUI
  10672. FlyB.BackgroundColor3 = Color3.new(0.815686, 0.882353, 1)
  10673. FlyB.BorderSizePixel = 2
  10674. FlyB.Position = UDim2.new(0.0276143812, 0, 0.478868425, 0)
  10675. FlyB.Size = UDim2.new(0, 72, 0, 50)
  10676. FlyB.Font = Enum.Font.Bodoni
  10677. FlyB.Text = "Fly"
  10678. FlyB.TextColor3 = Color3.new(0, 0, 0)
  10679. FlyB.TextSize = 14
  10680.  
  10681. local flying = false
  10682. FlyB.MouseButton1Click:connect(function()
  10683. flying = not flying
  10684. repeat wait()
  10685. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  10686. local mouse = game.Players.LocalPlayer:GetMouse()
  10687. repeat wait() until mouse
  10688. local plr = game.Players.LocalPlayer
  10689. local torso = plr.Character.Torso
  10690. local deb = true
  10691. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  10692. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  10693. local maxspeed = 200
  10694. local speed = 0
  10695. if flying then
  10696. end
  10697.  
  10698. function FlyFunction()
  10699. local bg = Instance.new("BodyGyro", torso)
  10700. bg.P = 9e4
  10701. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  10702. bg.cframe = torso.CFrame
  10703. local bv = Instance.new("BodyVelocity", torso)
  10704. bv.velocity = Vector3.new(0,0.1,0)
  10705. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  10706. repeat wait()
  10707. plr.Character.Humanoid.PlatformStand = true
  10708. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  10709. speed = speed+.5+(speed/maxspeed)
  10710. if speed > maxspeed then
  10711. speed = maxspeed
  10712. end
  10713. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  10714. speed = speed-1
  10715. if speed < 0 then
  10716. speed = 0
  10717. end
  10718. end
  10719. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  10720. 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
  10721. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  10722. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  10723. 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
  10724. else
  10725. bv.velocity = Vector3.new(0,0.1,0)
  10726. end
  10727. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  10728. until not flying
  10729. ctrl = {f = 0, b = 0, l = 0, r = 0}
  10730. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  10731. speed = 0
  10732. bg:Destroy()
  10733. bv:Destroy()
  10734. plr.Character.Humanoid.PlatformStand = false
  10735. end
  10736. mouse.KeyDown:connect(function(key)
  10737. if key:lower() == "w" then
  10738. ctrl.f = 1
  10739. elseif key:lower() == "s" then
  10740. ctrl.b = -1
  10741. elseif key:lower() == "a" then
  10742. ctrl.l = -1
  10743. elseif key:lower() == "d" then
  10744. ctrl.r = 1
  10745. end
  10746. end)
  10747. mouse.KeyUp:connect(function(key)
  10748. if key:lower() == "w" then
  10749. ctrl.f = 0
  10750. elseif key:lower() == "s" then
  10751. ctrl.b = 0
  10752. elseif key:lower() == "a" then
  10753. ctrl.l = 0
  10754. elseif key:lower() == "d" then
  10755. ctrl.r = 0
  10756. end
  10757. end)
  10758. FlyFunction()
  10759. end)
  10760.  
  10761. clip = true
  10762. NoClipB.MouseButton1Click:connect(function()
  10763. clip = not clip
  10764. game:GetService('RunService').Stepped:connect(function()
  10765. if not clip then
  10766. game.Players.LocalPlayer.Character.Head.CanCollide = false
  10767. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  10768. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  10769. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  10770. end
  10771. end)
  10772. end)
  10773.  
  10774. Logo.Name = "Logo"
  10775. Logo.Parent = GUI
  10776. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  10777. Logo.BorderSizePixel = 4
  10778. Logo.Position = UDim2.new(-0.00694444822, 0, -0.00493839337, 0)
  10779. Logo.Size = UDim2.new(0, 44, 0, 44)
  10780. Logo.Image = "rbxassetid://2391933162"
  10781. Logo.ImageColor3 = Color3.new(0.87451, 0.811765, 1)
  10782.  
  10783. Frame.Parent = Logo
  10784. Frame.BackgroundColor3 = Color3.new(0.87451, 0.811765, 1)
  10785. Frame.BorderSizePixel = 3
  10786. Frame.Position = UDim2.new(1.1427139, 0, -0.00560224056, 0)
  10787. Frame.Size = UDim2.new(0, 48, 0, 9)
  10788.  
  10789. Frame_2.Parent = Logo
  10790. Frame_2.BackgroundColor3 = Color3.new(0.87451, 0.811765, 1)
  10791. Frame_2.BorderSizePixel = 3
  10792. Frame_2.Position = UDim2.new(0.00768723339, 0, 1.12829936, 0)
  10793. Frame_2.Size = UDim2.new(0, 9, 0, 43)
  10794.  
  10795. TextLabel.Parent = GUI
  10796. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  10797. TextLabel.BackgroundTransparency = 1
  10798. TextLabel.Position = UDim2.new(0.136029422, 0, -0.00560224056, 0)
  10799. TextLabel.Size = UDim2.new(0, 35, 0, 50)
  10800. TextLabel.Font = Enum.Font.Garamond
  10801. TextLabel.Text = "L"
  10802. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  10803. TextLabel.TextSize = 24
  10804.  
  10805. TextLabel_2.Parent = GUI
  10806. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10807. TextLabel_2.BackgroundTransparency = 1
  10808. TextLabel_2.Position = UDim2.new(-0.029411763, 0, -0.00840336084, 0)
  10809. TextLabel_2.Size = UDim2.new(0, 243, 0, 50)
  10810. TextLabel_2.Font = Enum.Font.Garamond
  10811. TextLabel_2.Text = "umber Tycoon GUI"
  10812. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  10813. TextLabel_2.TextSize = 17
  10814.  
  10815. TextLabel_3.Parent = GUI
  10816. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10817. TextLabel_3.BackgroundTransparency = 1
  10818. TextLabel_3.Position = UDim2.new(0.485294133, 0, -0.00560224056, 0)
  10819. TextLabel_3.Size = UDim2.new(0, 35, 0, 50)
  10820. TextLabel_3.Font = Enum.Font.Garamond
  10821. TextLabel_3.Text = "2"
  10822. TextLabel_3.TextColor3 = Color3.new(0, 1, 1)
  10823. TextLabel_3.TextSize = 24
  10824.  
  10825. NoClipB.Name = "NoClip B"
  10826. NoClipB.Parent = GUI
  10827. NoClipB.BackgroundColor3 = Color3.new(0.815686, 0.882353, 1)
  10828. NoClipB.BorderSizePixel = 2
  10829. NoClipB.Position = UDim2.new(0.0257352944, 0, 0.812169254, 0)
  10830. NoClipB.Size = UDim2.new(0, 72, 0, 47)
  10831. NoClipB.Font = Enum.Font.Bodoni
  10832. NoClipB.Text = "No Clip"
  10833. NoClipB.TextColor3 = Color3.new(0, 0, 0)
  10834. NoClipB.TextSize = 14
  10835.  
  10836. CloseGUI.Name = "Close GUI"
  10837. CloseGUI.Parent = GUI
  10838. CloseGUI.BackgroundColor3 = Color3.new(1, 0, 0)
  10839. CloseGUI.BorderColor3 = Color3.new(0, 0, 0)
  10840. CloseGUI.Position = UDim2.new(0.930147052, 0, -0.0291005298, 0)
  10841. CloseGUI.Size = UDim2.new(0, 26, 0, 26)
  10842. CloseGUI.Font = Enum.Font.SourceSans
  10843. CloseGUI.Text = "X"
  10844. CloseGUI.TextColor3 = Color3.new(0, 0, 0)
  10845. CloseGUI.TextSize = 14
  10846. CloseGUI.MouseButton1Down:connect(function()
  10847. OpenMain.Visible=true
  10848. GUI.Visible=false
  10849. end)
  10850.  
  10851. PlayerTeleportB.Name = "Player Teleport B"
  10852. PlayerTeleportB.Parent = GUI
  10853. PlayerTeleportB.BackgroundColor3 = Color3.new(0.701961, 0.701961, 1)
  10854. PlayerTeleportB.BorderSizePixel = 4
  10855. PlayerTeleportB.Position = UDim2.new(0.0551470444, 0, 0.158730164, 0)
  10856. PlayerTeleportB.Size = UDim2.new(0, 151, 0, 25)
  10857. PlayerTeleportB.Font = Enum.Font.ArialBold
  10858. PlayerTeleportB.Text = "Player Teleport"
  10859. PlayerTeleportB.TextColor3 = Color3.new(0, 0, 0)
  10860. PlayerTeleportB.TextSize = 14
  10861. PlayerTeleportB.MouseButton1Down:connect(function()
  10862. TeleportPlayerGUI.Visible=true
  10863. end)
  10864.  
  10865. TeleportPlayerGUI.Name = "Teleport Player GUI"
  10866. TeleportPlayerGUI.Parent = ScreenGui
  10867. TeleportPlayerGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  10868. TeleportPlayerGUI.Position = UDim2.new(0.831833303, 0, 0.499360323, 0)
  10869. TeleportPlayerGUI.Size = UDim2.new(0, 114, 0, 258)
  10870. TeleportPlayerGUI.Visible = false
  10871. TeleportPlayerGUI.Style = Enum.FrameStyle.RobloxSquare
  10872. TeleportPlayerGUI.Active=true
  10873. TeleportPlayerGUI.Draggable=true
  10874.  
  10875. Player6B.Name = "Player6B"
  10876. Player6B.Parent = TeleportPlayerGUI
  10877. Player6B.BackgroundColor3 = Color3.new(1, 1, 1)
  10878. Player6B.Position = UDim2.new(-0.0132870637, 0, 0.866432965, 0)
  10879. Player6B.Size = UDim2.new(0, 101, 0, 23)
  10880. Player6B.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10881. Player6B.Font = Enum.Font.SourceSans
  10882. Player6B.Text = ""
  10883. Player6B.TextColor3 = Color3.new(0, 0, 0)
  10884. Player6B.TextSize = 12
  10885.  
  10886. Player5B.Name = "Player5B"
  10887. Player5B.Parent = TeleportPlayerGUI
  10888. Player5B.BackgroundColor3 = Color3.new(1, 1, 1)
  10889. Player5B.Position = UDim2.new(-0.0132870637, 0, 0.737910688, 0)
  10890. Player5B.Size = UDim2.new(0, 101, 0, 23)
  10891. Player5B.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10892. Player5B.Font = Enum.Font.SourceSans
  10893. Player5B.Text = ""
  10894. Player5B.TextColor3 = Color3.new(0, 0, 0)
  10895. Player5B.TextSize = 12
  10896.  
  10897. Player3B.Name = "Player3B"
  10898. Player3B.Parent = TeleportPlayerGUI
  10899. Player3B.BackgroundColor3 = Color3.new(1, 1, 1)
  10900. Player3B.Position = UDim2.new(-0.0132870637, 0, 0.482281208, 0)
  10901. Player3B.Size = UDim2.new(0, 101, 0, 23)
  10902. Player3B.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10903. Player3B.Font = Enum.Font.SourceSans
  10904. Player3B.Text = ""
  10905. Player3B.TextColor3 = Color3.new(0, 0, 0)
  10906. Player3B.TextSize = 12
  10907.  
  10908. Player2B.Name = "Player2B"
  10909. Player2B.Parent = TeleportPlayerGUI
  10910. Player2B.BackgroundColor3 = Color3.new(1, 1, 1)
  10911. Player2B.Position = UDim2.new(-0.0220589936, 0, 0.35886541, 0)
  10912. Player2B.Size = UDim2.new(0, 101, 0, 23)
  10913. Player2B.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10914. Player2B.Font = Enum.Font.SourceSans
  10915. Player2B.Text = ""
  10916. Player2B.TextColor3 = Color3.new(0, 0, 0)
  10917. Player2B.TextSize = 12
  10918.  
  10919. Player1B.Name = "Player1B"
  10920. Player1B.Parent = TeleportPlayerGUI
  10921. Player1B.BackgroundColor3 = Color3.new(1, 1, 1)
  10922. Player1B.Position = UDim2.new(-0.0220589936, 0, 0.234219164, 0)
  10923. Player1B.Size = UDim2.new(0, 101, 0, 23)
  10924. Player1B.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10925. Player1B.Font = Enum.Font.SourceSans
  10926. Player1B.Text = ""
  10927. Player1B.TextColor3 = Color3.new(0, 0, 0)
  10928. Player1B.TextSize = 12
  10929.  
  10930. PlayerSelectScreen.Name = "PlayerSelectScreen"
  10931. PlayerSelectScreen.Parent = TeleportPlayerGUI
  10932. PlayerSelectScreen.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  10933. PlayerSelectScreen.BorderColor3 = Color3.new(0.85098, 0.721569, 1)
  10934. PlayerSelectScreen.BorderSizePixel = 3
  10935. PlayerSelectScreen.Position = UDim2.new(-0.0263157897, 0, 0.11240311, 0)
  10936. PlayerSelectScreen.Size = UDim2.new(0, 104, 0, 23)
  10937. PlayerSelectScreen.Font = Enum.Font.SourceSans
  10938. PlayerSelectScreen.Text = ""
  10939. PlayerSelectScreen.TextColor3 = Color3.new(0.333333, 1, 0)
  10940. PlayerSelectScreen.TextSize = 13
  10941.  
  10942. Player4B.Name = "Player4B"
  10943. Player4B.Parent = TeleportPlayerGUI
  10944. Player4B.BackgroundColor3 = Color3.new(1, 1, 1)
  10945. Player4B.Position = UDim2.new(-0.0132869445, 0, 0.612034082, 0)
  10946. Player4B.Size = UDim2.new(0, 101, 0, 23)
  10947. Player4B.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10948. Player4B.Font = Enum.Font.SourceSans
  10949. Player4B.Text = ""
  10950. Player4B.TextColor3 = Color3.new(0, 0, 0)
  10951. Player4B.TextSize = 12
  10952.  
  10953. boarder.Name = "boarder"
  10954. boarder.Parent = TeleportPlayerGUI
  10955. boarder.BackgroundColor3 = Color3.new(0.85098, 0.721569, 1)
  10956. boarder.Position = UDim2.new(-0.0964912251, 0, 0.10077519, 0)
  10957. boarder.Size = UDim2.new(0, 6, 0, 226)
  10958.  
  10959. boarder_2.Name = "boarder"
  10960. boarder_2.Parent = TeleportPlayerGUI
  10961. boarder_2.BackgroundColor3 = Color3.new(0.85098, 0.721569, 1)
  10962. boarder_2.Position = UDim2.new(1.02631581, 0, 0.10077519, 0)
  10963. boarder_2.Size = UDim2.new(0, 6, 0, 226)
  10964.  
  10965. boarder_3.Name = "boarder"
  10966. boarder_3.Parent = TeleportPlayerGUI
  10967. boarder_3.BackgroundColor3 = Color3.new(0.85098, 0.721569, 1)
  10968. boarder_3.Position = UDim2.new(-0.0964912251, 0, 0.992248058, 0)
  10969. boarder_3.Size = UDim2.new(0, 116, 0, 10)
  10970.  
  10971. TPPlayerB.Name = "TP Player B"
  10972. TPPlayerB.Parent = TeleportPlayerGUI
  10973. TPPlayerB.BackgroundColor3 = Color3.new(0.490196, 0.94902, 1)
  10974. TPPlayerB.BorderSizePixel = 3
  10975. TPPlayerB.Position = UDim2.new(-0.0789473653, 0, -0.0620155036, 0)
  10976. TPPlayerB.Size = UDim2.new(0, 113, 0, 32)
  10977. TPPlayerB.Font = Enum.Font.ArialBold
  10978. TPPlayerB.Text = "Click To Teleport"
  10979. TPPlayerB.TextColor3 = Color3.new(0, 0, 0)
  10980. TPPlayerB.TextSize = 14
  10981.  
  10982. CloseTeleports.Name = "Close Teleports"
  10983. CloseTeleports.Parent = TeleportPlayerGUI
  10984. CloseTeleports.BackgroundColor3 = Color3.new(1, 0, 0)
  10985. CloseTeleports.BorderColor3 = Color3.new(0, 0, 0)
  10986. CloseTeleports.Position = UDim2.new(0.289473712, 0, 0.984496117, 0)
  10987. CloseTeleports.Size = UDim2.new(0, 42, 0, 11)
  10988. CloseTeleports.Font = Enum.Font.SourceSans
  10989. CloseTeleports.Text = "X"
  10990. CloseTeleports.TextColor3 = Color3.new(0, 0, 0)
  10991. CloseTeleports.TextSize = 14
  10992. CloseTeleports.MouseButton1Down:connect(function()
  10993. TeleportPlayerGUI.Visible=false
  10994. end)
  10995.  
  10996. --script area:
  10997.  
  10998. Player1B.MouseButton1Down:connect(function()
  10999. PlayerSelectScreen.Text = Player1B.Text
  11000. end)
  11001. Player2B.MouseButton1Down:connect(function()
  11002. PlayerSelectScreen.Text = Player2B.Text
  11003. end)
  11004. Player3B.MouseButton1Down:connect(function()
  11005. PlayerSelectScreen.Text = Player3B.Text
  11006. end)
  11007. Player4B.MouseButton1Down:connect(function()
  11008. PlayerSelectScreen.Text = Player4B.Text
  11009. end)
  11010. Player5B.MouseButton1Down:connect(function()
  11011. PlayerSelectScreen.Text = Player5B.Text
  11012. end)
  11013. Player6B.MouseButton1Down:connect(function()
  11014. PlayerSelectScreen.Text = Player6B.Text
  11015. end)
  11016. local buttons = {
  11017. TeleportPlayerGUI.Player1B,
  11018. TeleportPlayerGUI.Player2B,
  11019. TeleportPlayerGUI.Player3B,
  11020. TeleportPlayerGUI.Player4B,
  11021. TeleportPlayerGUI.Player5B,
  11022. TeleportPlayerGUI.Player6B
  11023. }
  11024.  
  11025. for i, v in pairs(game.Players:GetChildren()) do
  11026. buttons[i].Text = v.Name
  11027. buttons[i].Visible = true
  11028. end
  11029. game.Players.PlayerRemoving:connect(function()
  11030. for i, v in pairs(game.Players:GetChildren()) do
  11031. buttons[i].Text = v.Name
  11032. buttons[i].Visible = true
  11033. end
  11034. end)
  11035. game.Players.PlayerAdded:connect(function()
  11036. for i, v in pairs(game.Players:GetChildren()) do
  11037. buttons[i].Text = v.Name
  11038. buttons[i].Visible = true
  11039. end
  11040. end)
  11041.  
  11042. if TeleportPlayerGUI.Player1B.text == " " then
  11043. Player1B.Visible = false
  11044. end
  11045.  
  11046. if TeleportPlayerGUI.Player2B.text == " " then
  11047. Player2B.Visible = false
  11048. end
  11049.  
  11050. if TeleportPlayerGUI.Player3B.text == " " then
  11051. Player3B.Visible = false
  11052. end
  11053.  
  11054. if TeleportPlayerGUI.Player4B.text == " " then
  11055. Player4B.Visible = false
  11056. end
  11057.  
  11058. if TeleportPlayerGUI.Player5B.text == " " then
  11059. Player5B.Visible = false
  11060. end
  11061.  
  11062. if TeleportPlayerGUI.Player6B.text == "" then
  11063. Player6B.Visible = false
  11064. end
  11065.  
  11066. TPPlayerB.MouseButton1Down:connect(function()
  11067. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlayerSelectScreen.Text].HumanoidRootPart.CFrame
  11068. end)
  11069.  
  11070. TPPlayerB.MouseButton1Down:connect(function()
  11071. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  11072. if v.Owner.Value == game.Players[PlayerSelectScreen.Text] then
  11073. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  11074. end
  11075. end
  11076. end)
  11077. end)
  11078.  
  11079.  
  11080. Gui4.Name = "Gui4"
  11081. Gui4.Parent = Frame
  11082. Gui4.BackgroundColor3 = Color3.new(0, 0, 0)
  11083. Gui4.Position = UDim2.new(0.224637687, 0, 0.493670851, 0)
  11084. Gui4.Size = UDim2.new(0, 82, 0, 39)
  11085. Gui4.Font = Enum.Font.SourceSans
  11086. Gui4.Text = "Gui4"
  11087. Gui4.TextColor3 = Color3.new(0, 0, 1)
  11088. Gui4.TextScaled = true
  11089. Gui4.TextSize = 14
  11090. Gui4.TextWrapped = true
  11091. Gui4.MouseButton1Click:Connect(function()
  11092. -- Video on how to use https://youtu.be/8mThLrAWhnY
  11093. --[[
  11094. ORIGINAL POST: https://v3rmillion.net/showthread.php?tid=424123&page=1
  11095. UI and 90% of scripting scripted from scratch by DrSTaTTiK
  11096. I know I didn't ask for sigmas GreyWood script but credit to him
  11097. the user by the name of joseph2235(Your're welcome) provided the
  11098. script made by sigma.
  11099. Please give to ye boy DrSTaTTiK credit for his work.
  11100.  
  11101. THANKS!!
  11102. --]]
  11103.  
  11104. local service = setmetatable({}, {
  11105. __index = function(t, k)
  11106. return game:GetService(k)
  11107. end
  11108. })
  11109.  
  11110. if service.Players.LocalPlayer.PlayerGui:FindFirstChild("DrSTaTTiK") then
  11111. service.Players.LocalPlayer.PlayerGui:FindFirstChild("DrSTaTTiK"):Destroy()
  11112. end
  11113.  
  11114. function Create(cls,props)
  11115. local inst = Instance.new(cls)
  11116. for i,v in pairs(props) do
  11117. inst[i] = v
  11118. end
  11119. return inst
  11120. end
  11121.  
  11122. local HitPoints={
  11123. ['GoldAxe']= 50;
  11124. ['BasicHatchet']= 0.2;
  11125. ['Axe1']= 0.55;
  11126. ['Axe2']= 0.93;
  11127. ['AxeAlphaTesters']= 1.5;
  11128. ['Rukiryaxe']= 1.68;
  11129. ['Axe3']= 1.45;
  11130. ['AxeBetaTesters']= 1.45;
  11131. ['FireAxe']= 0.6;
  11132. ['SilverAxe']= 1.6;
  11133. ['EndTimesAxe']= 10000000;
  11134. ['AxeChicken']= 0.1;
  11135. ['CandyCaneAxe']= 0;
  11136. }
  11137.  
  11138. local WayPointss = {
  11139. ["Spawn"] = CFrame.new(155, 3, 74),
  11140. ["Wood R Us"] = CFrame.new(265, 3, 57),
  11141. ["Land Store"] = CFrame.new(258, 3, -99),
  11142. ["Dock"] = CFrame.new(1114, -1, -197),
  11143. ["Link's Logic"] = CFrame.new(4605, 3, -727),
  11144. ["Cave"] = CFrame.new(3581, -179, 430),
  11145. ["Volcano"] = CFrame.new(-1585, 622, 1140),
  11146. ["Swamp"] = CFrame.new(-1209, 132, -801),
  11147. ["Palm Island"] = CFrame.new(2549, -5, -42),
  11148. ["Fancy Furnishings"] = CFrame.new(491, 3, -1720),
  11149. ["Boxed Cars"] = CFrame.new(509, 3, -1463),
  11150. ["Fine Arts Shop"] = CFrame.new(5207, -166, 719),
  11151. ["Bob's Shack"] = CFrame.new(260, 8, -2542),
  11152. ["Bridge"] = CFrame.new(113, 11, -977),
  11153. ["End Times"] = CFrame.new(113, -214, -951),
  11154. ["Shrine of Sight"] = CFrame.new(-1600, 195, 919),
  11155. ["The Den"] = CFrame.new(323, 41, 1930),
  11156. ["Volcano Win"] = CFrame.new(-1675, 348, 1476),
  11157. ["Ski Lodge"] = CFrame.new(1244, 62, 2306),
  11158. ["Strange Man"] = CFrame.new(1061, 16, 1131)
  11159. }
  11160.  
  11161. function GetAxe()
  11162. if service.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  11163. return service.Players.LocalPlayer.Character:FindFirstChild("Tool")
  11164. end
  11165. end
  11166.  
  11167. local Walk=16
  11168. local Jump=100
  11169.  
  11170. function god()
  11171. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  11172. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  11173. l.Parent = game.Players.LocalPlayer.Character
  11174. l.Name = "Humanoid"
  11175. wait(0.1)
  11176. game.Players.LocalPlayer.Character["1"]:Destroy()
  11177. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  11178. game.Players.LocalPlayer.Character.Animate.Disabled = true
  11179. l.Changed:Connect(function()
  11180. if l then
  11181. l.WalkSpeed=Walk
  11182. l.JumpPower=Jump
  11183. end
  11184. end)
  11185. end
  11186.  
  11187. function SetTransOfShadow(Trans,UI)
  11188. for i,v in pairs(UI:GetChildren()) do
  11189. if v.Name=="Shadow" then
  11190. v.Transparency=Trans
  11191. end
  11192. end
  11193. end
  11194.  
  11195. function MakeShadow(UI,Index)
  11196. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,1,0,1),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  11197. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,2,0,2),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  11198. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,3,0,3),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  11199. end
  11200.  
  11201. local Glitching=false
  11202. local Main = Create("ScreenGui",{Parent=service.Players.LocalPlayer.PlayerGui,Name="DrSTaTTiK"})
  11203. local Open = Create("TextButton",{Parent=Main,Size=UDim2.new(0,40,0,20),ZIndex=2,Position=UDim2.new(.5,-20,.9,-10),Text="Open",BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0})
  11204. local Hub = Create("Frame",{Parent=Main,Size=UDim2.new(0,400,0,300),Position=UDim2.new(.3,0,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true})
  11205. local TopBar = Create("Frame",{Parent=Hub,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4})
  11206. local Exit = Create("TextButton",{Parent=TopBar,ZIndex=4,Size=UDim2.new(.075,0,1,0),Position=UDim2.new(.925,0,0,0),TextScaled=false,TextSize=14,BackgroundTransparency=1,Text="X"})
  11207. local Name = Create("TextLabel",{Parent=TopBar,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="Produced by DrSTaTTiK",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  11208. local Menu = Create("ImageLabel",{Parent=Hub,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0})
  11209. local TPWood = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0,10),Text="TPWood",BorderSizePixel=0})
  11210. local TPWoodToSell = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(.75,-10,0,10),Text="Sell Wood",BorderSizePixel=0})
  11211. local GodMode = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(.75,-10,0.1,20),Text="GodMode",BorderSizePixel=0})
  11212. --local TPWoodToPrecess = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(.75,-10,0.1,20),Text="Process Wood",BorderSizePixel=0})
  11213. local GlitchWood = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0.1,20),Text="GlitchWood: Off",BorderSizePixel=0})
  11214. local WalkSpeed = Create("TextBox",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.1,0,.1,0),Position=UDim2.new(0.15,10,0.2,30),Text="16",BorderSizePixel=0})
  11215. local WalkSpeedName = Create("TextLabel",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.125,0,.1,0),Position=UDim2.new(0,1,0.2,30),Text="WalkSpeed:",TextSize=8,TextXAlignment="Left",BorderSizePixel=0,TextColor3=Color3.fromRGB(255,255,255),BackgroundTransparency=1})
  11216. local JumpPower = Create("TextBox",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.1,0,.1,0),Position=UDim2.new(.15,10,0.3,40),Text="50",BorderSizePixel=0})
  11217. local JumpPowerName = Create("TextLabel",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.125,0,.1,0),Position=UDim2.new(0,1,0.3,40),Text="JumpPower:",TextSize=8,TextXAlignment="Left",BorderSizePixel=0,TextColor3=Color3.fromRGB(255,255,255),BackgroundTransparency=1})
  11218. local TabDistance = Create("TextLabel",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0.35,0,0.02,20),Text="Length",TextColor3=Color3.fromRGB(255,255,255),BackgroundTransparency=1,BorderSizePixel=0})
  11219. local Distance = Create("TextBox",{Parent=Menu,ZIndex=4,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0.35,0,0.1,20),BackgroundColor3=Color3.fromRGB(200,200,200),Text="50",BorderSizePixel=0})
  11220. local Hub2 = Create("Frame",{Parent=Main,Size=UDim2.new(0,150,0,300),Position=UDim2.new(.3,410,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true})
  11221. local TopBar2 = Create("Frame",{Parent=Hub2,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4})
  11222. local Name2 = Create("TextLabel",{Parent=TopBar2,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="WayPoints",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  11223. local Menu2 = Create("ImageLabel",{Parent=Hub2,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0})
  11224. local WayPoints = Create("ScrollingFrame",{Parent=Menu2,ZIndex=4,BorderSizePixel=0,Size=UDim2.new(.8,0,.9,0),BackgroundColor3=Color3.fromRGB(50,50,50),Position=UDim2.new(.1,0,0.05,0),ScrollBarThickness=0,Transparency=0.8})
  11225. local Hub3 = Create("Frame",{Parent=Main,Size=UDim2.new(0,150,0,300),Position=UDim2.new(.3,-160,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true})
  11226. local TopBar3 = Create("Frame",{Parent=Hub3,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4})
  11227. local Name3 = Create("TextLabel",{Parent=TopBar3,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="Player Bases",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  11228. local Menu3 = Create("ImageLabel",{Parent=Hub3,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0})
  11229. local PlayersBases = Create("ScrollingFrame",{Parent=Menu3,ZIndex=4,BorderSizePixel=0,Size=UDim2.new(.8,0,.9,0),BackgroundColor3=Color3.fromRGB(50,50,50),Position=UDim2.new(.1,0,0.05,0),ScrollBarThickness=0,Transparency=0.8})
  11230. local Hub4 = Create("Frame",{Parent=Main,Size=UDim2.new(0,150,0,300),Position=UDim2.new(.3,-330,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true})
  11231. local Menu4 = Create("ImageLabel",{Parent=Hub4,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0})
  11232. local TopBar4 = Create("Frame",{Parent=Hub4,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4})
  11233. local Name3 = Create("TextLabel",{Parent=TopBar4,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="Players",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  11234. local Players = Create("ScrollingFrame",{Parent=Menu4,ZIndex=4,BorderSizePixel=0,Size=UDim2.new(.8,0,.9,0),BackgroundColor3=Color3.fromRGB(50,50,50),Position=UDim2.new(.1,0,0.05,0),ScrollBarThickness=0,Transparency=0.8})
  11235. local TeleportToSpook = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0.4,50),Text="Teleport to Spook",BorderSizePixel=0})
  11236. local BlueprintToGreyWood = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0.5,60),Text="Blueprint to\nGreyWood",BorderSizePixel=0})
  11237. local Warning = Create("TextLabel",{Parent=Hub,ZIndex=4,Size=UDim2.new(.5,0,1,5),Position=UDim2.new(0,0,.5,10),TextStrokeTransparency=0.7,Text="Press or hold E to use the GlitchWood option.\nAfter clicking Blueprint to GreyWood pick the blueprint up then palce it back down with B/E",TextColor3=Color3.fromRGB(218, 114, 45),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  11238. local WarningGreyWood = Create("TextLabel",{Parent=Hub,ZIndex=4,Size=UDim2.new(.5,0,1,55),Position=UDim2.new(0,0,.5,10),TextStrokeTransparency=0.7,Text="Some Blueprints do not turn to GreyWood so if you lose a Blueprint oh well. \nand dont try to cut trees with their corresponding super axe you will die.",TextColor3=Color3.fromRGB(255, 0, 0),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  11239. local Minimize = Create("TextButton",{Parent=TopBar,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"})
  11240. local Minimize2 = Create("TextButton",{Parent=TopBar2,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"})
  11241. local Minimize3 = Create("TextButton",{Parent=TopBar3,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"})
  11242. local Minimize4 = Create("TextButton",{Parent=TopBar4,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"})
  11243.  
  11244.  
  11245. MakeShadow(TopBar,3)
  11246. MakeShadow(Hub,1)
  11247. MakeShadow(Hub2,1)
  11248. MakeShadow(TopBar2,3)
  11249. MakeShadow(Hub3,1)
  11250. MakeShadow(TopBar3,3)
  11251. MakeShadow(Hub4,1)
  11252. MakeShadow(TopBar4,3)
  11253. MakeShadow(TPWood,2)
  11254. MakeShadow(GlitchWood,2)
  11255. MakeShadow(Distance,2)
  11256. MakeShadow(Open,0)
  11257. MakeShadow(WalkSpeed,2)
  11258. MakeShadow(JumpPower,2)
  11259. MakeShadow(TPWoodToSell,2)
  11260. MakeShadow(TeleportToSpook,2)
  11261. --MakeShadow(TPWoodToPrecess,2)
  11262. MakeShadow(BlueprintToGreyWood,2)
  11263. MakeShadow(GodMode,2)
  11264.  
  11265. local numb=0
  11266. for key,value in next, WayPointss do
  11267. WayPoints.CanvasSize=UDim2.new(0,0,0,30*numb)
  11268. local button = Create("TextButton",{Parent=WayPoints,Text=key,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numb)})
  11269. MakeShadow(button,3)
  11270. numb=numb+1
  11271. button.MouseButton1Click:Connect(function()
  11272. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(value.p+Vector3.new(0,5,0))
  11273. end)
  11274. end
  11275. local numbb=0
  11276. for i,v in pairs(service.Workspace.Properties:GetChildren()) do
  11277. if v.Owner and v.Owner.Value then
  11278. PlayersBases.CanvasSize=UDim2.new(0,0,0,30*numbb)
  11279. local button = Create("TextButton",{Parent=PlayersBases,Text=v.Owner.Value.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbb)})
  11280. MakeShadow(button,3)
  11281. numbb=numbb+1
  11282. button.MouseButton1Click:Connect(function()
  11283. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0))
  11284. end)
  11285. end
  11286. v.Owner.Changed:Connect(function()
  11287. numbb=0
  11288. PlayersBases:ClearAllChildren()
  11289. for i,v in pairs(service.Workspace.Properties:GetChildren()) do
  11290. if v.Owner and v.Owner.Value then
  11291. PlayersBases.CanvasSize=UDim2.new(0,0,0,30*numbb)
  11292. local button = Create("TextButton",{Parent=PlayersBases,Text=v.Owner.Value.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbb)})
  11293. MakeShadow(button,3)
  11294. numbb=numbb+1
  11295. button.MouseButton1Click:Connect(function()
  11296. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0))
  11297. end)
  11298. end
  11299. end
  11300. numbb=0
  11301. end)
  11302. end
  11303.  
  11304. local numbbb=0
  11305. for i,v in pairs(service.Players:GetPlayers()) do
  11306. if v.Character then
  11307. Players.CanvasSize=UDim2.new(0,0,0,30*numbbb)
  11308. local button = Create("TextButton",{Parent=Players,Text=v.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbbb)})
  11309. MakeShadow(button,3)
  11310. numbbb=numbbb+1
  11311. button.MouseButton1Click:Connect(function()
  11312. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
  11313. end)
  11314. end
  11315. end
  11316. service.Players.PlayerAdded:Connect(function()
  11317. numbbb=0
  11318. Players:ClearAllChildren()
  11319. for i,v in pairs(service.Players:GetPlayers()) do
  11320. while not v.Character do wait() end
  11321. if v.Character then
  11322. Players.CanvasSize=UDim2.new(0,0,0,30*numbbb)
  11323. local button = Create("TextButton",{Parent=Players,Text=v.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbbb)})
  11324. MakeShadow(button,3)
  11325. numbbb=numbbb+1
  11326. button.MouseButton1Click:Connect(function()
  11327. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
  11328. end)
  11329. end
  11330. end
  11331. numbbb=0
  11332. end)
  11333. service.Players.PlayerRemoving:Connect(function()
  11334. numbbb=0
  11335. Players:ClearAllChildren()
  11336. for i,v in pairs(service.Players:GetPlayers()) do
  11337. if v.Character then
  11338. Players.CanvasSize=UDim2.new(0,0,0,30*numbbb)
  11339. local button = Create("TextButton",{Parent=Players,Text=v.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbbb)})
  11340. MakeShadow(button,3)
  11341. numbbb=numbbb+1
  11342. button.MouseButton1Click:Connect(function()
  11343. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
  11344. end)
  11345. end
  11346. end
  11347. numbbb=0
  11348. end)
  11349.  
  11350. Minimize.MouseButton1Click:Connect(function()
  11351. if Menu.Visible==true then
  11352. Menu.Visible=false
  11353. Warning.Visible=false
  11354. SetTransOfShadow(1,Hub)
  11355. else
  11356. Menu.Visible=true
  11357. Warning.Visible=true
  11358. SetTransOfShadow(0.9,Hub)
  11359. end
  11360. end)
  11361.  
  11362. Minimize2.MouseButton1Click:Connect(function()
  11363. if Menu2.Visible==true then
  11364. Menu2.Visible=false
  11365. SetTransOfShadow(1,Hub2)
  11366. else
  11367. Menu2.Visible=true
  11368. SetTransOfShadow(0.9,Hub2)
  11369. end
  11370. end)
  11371.  
  11372. Minimize3.MouseButton1Click:Connect(function()
  11373. if Menu3.Visible==true then
  11374. Menu3.Visible=false
  11375. SetTransOfShadow(1,Hub3)
  11376. else
  11377. Menu3.Visible=true
  11378. SetTransOfShadow(0.9,Hub3)
  11379. end
  11380. end)
  11381.  
  11382. Minimize4.MouseButton1Click:Connect(function()
  11383. if Menu4.Visible==true then
  11384. Menu4.Visible=false
  11385. SetTransOfShadow(1,Hub4)
  11386. else
  11387. Menu4.Visible=true
  11388. SetTransOfShadow(0.9,Hub4)
  11389. end
  11390. end)
  11391.  
  11392. Exit.MouseButton1Click:Connect(function()
  11393. if Hub.Visible then
  11394. Hub.Visible=false
  11395. Hub2.Visible=false
  11396. Hub3.Visible=false
  11397. Hub4.Visible=false
  11398. Open.Visible=true
  11399. end
  11400. end)
  11401.  
  11402. Open.MouseButton1Click:Connect(function()
  11403. if not Hub.Visible then
  11404. Hub.Visible=true
  11405. Hub2.Visible=true
  11406. Hub3.Visible=true
  11407. Hub4.Visible=true
  11408. Open.Visible=false
  11409. end
  11410. end)
  11411.  
  11412. GodMode.MouseButton1Click:Connect(function()
  11413. god()
  11414. end)
  11415.  
  11416. WalkSpeed.Changed:Connect(function()
  11417. Walk=tonumber(WalkSpeed.Text)
  11418. end)
  11419.  
  11420. BlueprintToGreyWood.MouseButton1Click:Connect(function()
  11421. for i,v in next,workspace.PlayerModels:GetChildren() do
  11422. if v:FindFirstChild("Type") then
  11423. if v.Type.Value == "Blueprint" then
  11424. v.Type.Value = "Structure"
  11425. end
  11426. end
  11427. end
  11428. end)
  11429.  
  11430. JumpPower.Changed:Connect(function()
  11431. Jump=tonumber(JumpPower.Text)
  11432. end)
  11433.  
  11434. service.Players.LocalPlayer.Character.Humanoid.Changed:Connect(function()
  11435. if service.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  11436. service.Players.LocalPlayer.Character.Humanoid.WalkSpeed=Walk
  11437. service.Players.LocalPlayer.Character.Humanoid.JumpPower=Jump
  11438. end
  11439. end)
  11440.  
  11441. BlueprintToGreyWood.MouseButton1Click:Connect(function()
  11442. for i,v in next,workspace.PlayerModels:GetChildren() do
  11443. if v:FindFirstChild("Type") then
  11444. if v.Type.Value == "Blueprint" then
  11445. v.Type.Value = "Structure"
  11446. end
  11447. end
  11448. end
  11449. end)
  11450.  
  11451. TPWood.MouseButton1Click:Connect(function()
  11452. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  11453. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  11454. if Log.Owner.Value == service.Players.LocalPlayer then
  11455. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  11456. for i=1,100 do
  11457. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  11458. end
  11459. end
  11460. end
  11461. end
  11462. end)
  11463.  
  11464. TPWoodToSell.MouseButton1Click:Connect(function()
  11465. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  11466. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  11467. if Log.Owner.Value == service.Players.LocalPlayer then
  11468. for i,v in pairs(Log:GetChildren()) do
  11469. if v.Name=="WoodSection" then
  11470. spawn(function()
  11471. for i=1,10 do
  11472. wait()
  11473. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  11474. end
  11475. end)
  11476. end
  11477. end
  11478. spawn(function()
  11479. for i=1,20 do
  11480. wait()
  11481. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  11482. end
  11483. end)
  11484. end
  11485. end
  11486. end
  11487. end)
  11488.  
  11489. TeleportToSpook.MouseButton1Click:Connect(function()
  11490. for i, v in pairs(game.Workspace:GetChildren()) do
  11491. if v.Name == "TreeRegion" then
  11492. for j, k in ipairs(v:GetChildren()) do
  11493. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" or k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then
  11494. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  11495. break
  11496. end
  11497. end
  11498. end
  11499. end
  11500. end)
  11501.  
  11502. GlitchWood.MouseButton1Click:Connect(function()
  11503. if not Glitching then
  11504. Glitching=true
  11505. GlitchWood.Text="GlitchWood: On"
  11506. else
  11507. Glitching=false
  11508. GlitchWood.Text="GlitchWood: Off"
  11509. end
  11510. end)
  11511.  
  11512. local Pressing = false
  11513.  
  11514. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  11515. if key=="e" and Glitching then
  11516. Pressing=true
  11517. poop(GetAxe())
  11518. end
  11519. end)
  11520.  
  11521. game.Players.LocalPlayer:GetMouse().KeyUp:Connect(function(key)
  11522. if key=="e" then
  11523. Pressing=false
  11524. end
  11525. end)
  11526.  
  11527. function cut(Height,Tool)
  11528. local Tree=game.Players.LocalPlayer:GetMouse().Target
  11529. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  11530. ["cuttingClass"] = "Axe",
  11531. ["cooldown"] = 0,
  11532. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  11533. ["sectionId"] = 1,
  11534. ["tool"] = Tool,
  11535. ["faceVector"] = Vector3.new(-1,0,0),
  11536. ["height"] = Height})
  11537. end
  11538.  
  11539. function poop(Tool)
  11540. while Pressing do
  11541. for i=1,50 do
  11542. wait()
  11543. cut(tonumber(Distance.Text),Tool)
  11544. cut(1,Tool)
  11545. end
  11546. end
  11547. end
  11548.  
  11549. ----Fly function
  11550.  
  11551. do
  11552. function fly()
  11553.  
  11554. for i,v in pairs(script:GetChildren()) do
  11555. pcall(function() v.Value = "" end)
  11556. game:GetService("Debris"):AddItem(v,.1)
  11557. end
  11558.  
  11559. function weld(p0,p1,c0,c1,par)
  11560. local w = Instance.new("Weld",p0 or par)
  11561. w.Part0 = p0
  11562. w.Part1 = p1
  11563. w.C0 = c0 or CFrame.new()
  11564. w.C1 = c1 or CFrame.new()
  11565. return w
  11566. end
  11567.  
  11568. local motors = {}
  11569.  
  11570. function motor(p0,p1,c0,c1,des,vel,par)
  11571. local w = Instance.new("Motor6D",p0 or par)
  11572. w.Part0 = p0
  11573. w.Part1 = p1
  11574. w.C0 = c0 or CFrame.new()
  11575. w.C1 = c1 or CFrame.new()
  11576. w.MaxVelocity = tonumber(vel) or .05
  11577. w.DesiredAngle = tonumber(des) or 0
  11578. return w
  11579. end
  11580.  
  11581. function lerp(a,b,c)
  11582. return a+(b-a)*c
  11583. end
  11584.  
  11585. function clerp(c1,c2,al)
  11586. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  11587. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  11588. for i,v in pairs(com1) do
  11589. com1[i] = lerp(v,com2[i],al)
  11590. end
  11591. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  11592. end
  11593.  
  11594. function ccomplerp(c1,c2,al)
  11595. local com1 = {c1:components()}
  11596. local com2 = {c2:components()}
  11597. for i,v in pairs(com1) do
  11598. com1[i] = lerp(v,com2[i],al)
  11599. end
  11600. return CFrame.new(unpack(com1))
  11601. end
  11602.  
  11603. function tickwave(time,length,offset)
  11604. return (math.abs((tick()+(offset or 0))%time-time/2)*2-time/2)/time/2*length
  11605. end
  11606.  
  11607. function invcol(c)
  11608. c = c.Color
  11609. return BrickColor.new(Color3.new(1-c.b,1-c.g,1-c.r))
  11610. end
  11611. local oc = oc or function(...) return ... end
  11612. local plr = game.Players.LocalPlayer
  11613. local char = plr.Character
  11614. local tor = char.Torso
  11615. local hum = char.Humanoid
  11616. hum.PlatformStand = false
  11617. pcall(function()
  11618. char.Wings:Destroy()
  11619. end)
  11620. pcall(function()
  11621. char.Angel:Destroy() -- hat
  11622. end)
  11623. local mod = Instance.new("Model",char)
  11624. mod.Name = "Wings"
  11625. local special = {
  11626. [game.Players.LocalPlayer.Name] = {"Black","Bright red",.5,0,false,Color3.new(1,0,0),Color3.new(0,0,0)},
  11627. }
  11628. local topcolor = BrickColor.new("Really black")
  11629. local feacolor = BrickColor.new("Black")
  11630. local ptrans = 0
  11631. local pref = 0
  11632. local fire = true
  11633. local fmcol = Color3.new()
  11634. local fscol = Color3.new()
  11635. local spec = special[plr.Name:lower()]
  11636. if spec then
  11637. topcolor,feacolor,ptrans,pref,fire,fmcol,fscol = spec[1] and BrickColor.new(spec[1]) or topcolor,spec[2] and BrickColor.new(spec[2]) or feacolor,spec[3],spec[4],spec[5],spec[6],spec[7]
  11638. end
  11639. local part = Instance.new("Part")
  11640. part.FormFactor = "Custom"
  11641. part.Size = Vector3.new(.2,.2,.2)
  11642. part.TopSurface,part.BottomSurface = 0,0
  11643. part.CanCollide = false
  11644. part.BrickColor = BrickColor.new("Black")
  11645. part.Transparency = ptrans
  11646. part.Reflectance = pref
  11647. local ef = Instance.new("Fire",fire and part or nil)
  11648. ef.Size = .15
  11649. ef.Color = BrickColor.new("Black").Color
  11650. ef.SecondaryColor = BrickColor.new("Bright red").Color
  11651. part:BreakJoints()
  11652. function newpart()
  11653. local clone = part:Clone()
  11654. clone.Parent = mod
  11655. clone:BreakJoints()
  11656. return clone
  11657. end
  11658. local feath = newpart()
  11659. feath.BrickColor = feacolor
  11660. feath.Transparency = 0
  11661. Instance.new("SpecialMesh",feath).MeshType = "Sphere"
  11662. function newfeather()
  11663. local clone = feath:Clone()
  11664. clone.Parent = mod
  11665. clone:BreakJoints()
  11666. return clone
  11667. end
  11668.  
  11669. ---------- RIGHT WING
  11670.  
  11671. flying = false
  11672. moving = false
  11673. for i,v in pairs(tor:GetChildren()) do
  11674. if v.ClassName:lower():match("body") then
  11675. v:Destroy()
  11676. end
  11677. end
  11678. local ctor = tor:Clone()
  11679. ctor:ClearAllChildren()
  11680. ctor.Name = "cTorso"
  11681. ctor.Transparency = 1
  11682. ctor.CanCollide = false
  11683. ctor.FormFactor = "Custom"
  11684. ctor.Size = Vector3.new(.2,.2,.2)
  11685. ctor.Parent = mod
  11686. weld(tor,ctor)
  11687. local bg = Instance.new("BodyGyro",ctor)
  11688. bg.maxTorque = Vector3.new()
  11689. bg.P = 15000
  11690. bg.D = 1000
  11691. local bv = Instance.new("BodyVelocity",ctor)
  11692. bv.maxForce = Vector3.new()
  11693. bv.P = 15000
  11694. vel = Vector3.new()
  11695. cf = CFrame.new()
  11696. flspd = 0
  11697. keysdown = {}
  11698. keypressed = {}
  11699. ktime = {}
  11700. descendtimer = 0
  11701. jumptime = tick()
  11702. hum.Jumping:connect(function()
  11703. jumptime = tick()
  11704. end)
  11705. cam = workspace.CurrentCamera
  11706. kd = plr:GetMouse().KeyDown:connect(oc(function(key)
  11707. keysdown[key] = true
  11708. keypressed[key] = true
  11709. if key == "q" then
  11710. descendtimer = tick()
  11711. elseif key == " " and not hum.Jump then
  11712. jumptime = tick()
  11713. elseif (key == "a" or key == "d") and ktime[key] and tick()-ktime[key] < .3 and math.abs(reqrotx) < .3 then
  11714. reqrotx = key == "a" and math.pi*2 or -math.pi*2
  11715. end
  11716. ktime[key] = tick()
  11717. end))
  11718.  
  11719. ku = plr:GetMouse().KeyUp:connect(function(key)
  11720. keysdown[key] = false
  11721. if key == " " then
  11722. descendtimer = tick()
  11723. end
  11724. end)
  11725. function mid(a,b,c)
  11726. return math.max(a,math.min(b,c or -a))
  11727. end
  11728. function bn(a)
  11729. return a and 1 or 0
  11730. end
  11731. function gm(tar)
  11732. local m = 0
  11733. for i,v in pairs(tar:GetChildren()) do
  11734. if v:IsA("BasePart") then
  11735. m = m + v:GetMass()
  11736. end
  11737. m = m + gm(v)
  11738. end
  11739. return m
  11740. end
  11741. reqrotx = 0
  11742. local grav = 196.2
  11743. local con
  11744. con = game:GetService("RunService").Stepped:connect(oc(function()
  11745. local obvel = tor.CFrame:vectorToObjectSpace(tor.Velocity)
  11746. local sspd, uspd,fspd = obvel.X,obvel.Y,obvel.Z
  11747. if flying then
  11748. local lfldir = fldir
  11749. fldir = cam.CoordinateFrame:vectorToWorldSpace(Vector3.new(bn(keysdown.d)-bn(keysdown.a),0,bn(keysdown.s)-bn(keysdown.w))).unit
  11750. local lmoving = moving
  11751. moving = fldir.magnitude > .1
  11752. if lmoving and not moving then
  11753. idledir = lfldir*Vector3.new(1,0,1)
  11754. descendtimer = tick()
  11755. end
  11756. local dbomb = fldir.Y < -.6 or (moving and keysdown["1"])
  11757. if moving and keysdown["0"] and lmoving then
  11758. fldir = (Vector3.new(lfldir.X,math.min(fldir.Y,lfldir.Y+.01)-.1,lfldir.Z)+(fldir*Vector3.new(1,0,1))*.05).unit
  11759. end
  11760. local down = tor.CFrame:vectorToWorldSpace(Vector3.new(0,-1,0))
  11761. local descending = (not moving and keysdown["q"] and not keysdown[" "])
  11762. cf = ccomplerp(cf,CFrame.new(tor.Position,tor.Position+(not moving and idledir or fldir)),keysdown["0"] and .02 or .07)
  11763. local gdown = not dbomb and cf.lookVector.Y < -.2 and tor.Velocity.unit.Y < .05
  11764. hum.PlatformStand = true
  11765. bg.maxTorque = Vector3.new(1,1,1)*9e5
  11766. local rotvel = CFrame.new(Vector3.new(),tor.Velocity):toObjectSpace(CFrame.new(Vector3.new(),fldir)).lookVector
  11767. bg.cframe = cf * CFrame.Angles(not moving and -.1 or -math.pi/2+.2,moving and mid(-2.5,rotvel.X/1.5) + reqrotx or 0,0)
  11768. reqrotx = reqrotx - reqrotx/10
  11769. bv.maxForce = Vector3.new(1,1,1)*9e4*.5
  11770. local anioff =(bn(keysdown[" "])-bn(keysdown["q"]))/2
  11771. local ani = tickwave(1.5-anioff,1)
  11772. bv.velocity = bv.velocity:Lerp(Vector3.new(0,bn(not moving)*-ani*15+(descending and math.min(20,tick()-descendtimer)*-8 or bn(keysdown[" "])-bn(keysdown["q"]))*15,0)+vel,.6)
  11773. vel = moving and cf.lookVector*flspd or Vector3.new()
  11774. flspd = math.min(120,lerp(flspd,moving and (fldir.Y<0 and flspd+(-fldir.Y)*grav/60 or math.max(50,flspd-fldir.Y*grav/300)) or 60,.4))
  11775. local hit,ray = workspace:FindPartOnRayWithIgnoreList(Ray.new(tor.Position,Vector3.new(0,-3.5+math.min(0,bv.velocity.y)/30,0)),{char})
  11776. if hit and down.Y < -.85 and tick()-flystart > 1 then
  11777. flying = false
  11778. hum.PlatformStand = false
  11779. tor.Velocity = Vector3.new()
  11780. end
  11781. else
  11782. bg.maxTorque = Vector3.new()
  11783. bv.maxForce = Vector3.new()
  11784. local x,y,z = fspd/160,uspd/700,sspd/900
  11785. if keypressed[" "] and not flying and (tick()-jumptime > .05 and (tick()-jumptime < 3 or hum.Jump)) then
  11786. vel = Vector3.new(0,50,0)
  11787. bv.velocity = vel
  11788. idledir = cam.CoordinateFrame.lookVector*Vector3.new(1,0,1)
  11789. cf = tor.CFrame * CFrame.Angles(-.01,0,0)
  11790. tor.CFrame = cf
  11791. bg.cframe = cf
  11792. flystart = tick()
  11793. flying = true
  11794. end
  11795. end
  11796. keypressed = {}
  11797. end))
  11798. end
  11799. fly()
  11800. end
  11801. end)
  11802.  
  11803. Gui6.Name = "Gui6"
  11804. Gui6.Parent = Frame
  11805. Gui6.BackgroundColor3 = Color3.new(0, 0, 0)
  11806. Gui6.Position = UDim2.new(0.224637687, 0, 0.683544278, 0)
  11807. Gui6.Size = UDim2.new(0, 82, 0, 39)
  11808. Gui6.Font = Enum.Font.SourceSans
  11809. Gui6.Text = "Gui6"
  11810. Gui6.TextColor3 = Color3.new(0, 0, 1)
  11811. Gui6.TextScaled = true
  11812. Gui6.TextSize = 14
  11813. Gui6.TextWrapped = true
  11814. Gui6.MouseButton1Click:Connect(function()
  11815. -- Credits To Script Founder
  11816. -- Gui Made By: Script Hunter - Anwarun
  11817. -- Subscribe: AnwarunYt
  11818.  
  11819. Mouse = game.Players.LocalPlayer:GetMouse()
  11820.  
  11821. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  11822. players = game.Players
  11823. for i, v in pairs(players:GetPlayers()) do
  11824. if v.Name ~= players.LocalPlayer.Name then
  11825. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  11826. end
  11827. end
  11828. players.PlayerAdded:connect(function(plr)
  11829. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  11830. end)
  11831.  
  11832. -- Objects
  11833.  
  11834. local plr = game:GetService('Players').LocalPlayer.Character
  11835. local Lt2 = Instance.new("ScreenGui")
  11836. local Frame = Instance.new("Frame")
  11837. local Title = Instance.new("TextLabel")
  11838. local Walk = Instance.new("TextButton")
  11839. local Dupe = Instance.new("TextButton")
  11840. local Tpwood = Instance.new("TextButton")
  11841. local GoldAxe = Instance.new("TextButton")
  11842. local Jump = Instance.new("TextButton")
  11843. local WallHax = Instance.new("TextButton")
  11844. local Teleportt = Instance.new("TextButton")
  11845. local Wnum = Instance.new("TextBox")
  11846. local Jnum = Instance.new("TextBox")
  11847. local Tpframe = Instance.new("Frame")
  11848. local Tittle = Instance.new("TextLabel")
  11849. local LolF = Instance.new("ScrollingFrame")
  11850. local plot = Instance.new("TextButton")
  11851. local woodrus = Instance.new("TextButton")
  11852. local spawn = Instance.new("TextButton")
  11853. local volcano = Instance.new("TextButton")
  11854. local swamp = Instance.new("TextButton")
  11855. local palm = Instance.new("TextButton")
  11856. local cave = Instance.new("TextButton")
  11857. local cars = Instance.new("TextButton")
  11858. local strangemen = Instance.new("TextButton")
  11859. local theden = Instance.new("TextButton")
  11860. local Color = Instance.new("Frame")
  11861. local titttle = Instance.new("TextLabel")
  11862. local Grey = Instance.new("TextButton")
  11863. local Phantom = Instance.new("TextButton")
  11864. local Spooky = Instance.new("TextButton")
  11865. local Blue = Instance.new("TextButton")
  11866. local LightSpooky = Instance.new("TextButton")
  11867. local X = Instance.new("TextButton")
  11868.  
  11869. -- Properties
  11870.  
  11871. Lt2.Name = "Lt2"
  11872. Lt2.Parent = game.CoreGui
  11873. Lt2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11874.  
  11875. Frame.Parent = Lt2
  11876. Frame.Active = true
  11877. Frame.Draggable = true
  11878. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  11879. Frame.BackgroundTransparency = 0.10000000149012
  11880. Frame.Position = UDim2.new(0.225425944, 0, 0.291505814, 0)
  11881. Frame.Size = UDim2.new(0, 419, 0, 216)
  11882.  
  11883. Title.Name = "Title"
  11884. Title.Parent = Frame
  11885. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  11886. Title.BorderColor3 = Color3.new(1, 1, 1)
  11887. Title.BorderSizePixel = 2
  11888. Title.Size = UDim2.new(0, 419, 0, 23)
  11889. Title.Font = Enum.Font.GothamBold
  11890. Title.Text = "Lt2 Gui"
  11891. Title.TextColor3 = Color3.new(0, 0, 0)
  11892. Title.TextSize = 20
  11893.  
  11894. Walk.Name = "Walk"
  11895. Walk.Parent = Frame
  11896. Walk.BackgroundColor3 = Color3.new(1, 1, 1)
  11897. Walk.Position = UDim2.new(0.0238663331, 0, 0.833333373, 0)
  11898. Walk.Size = UDim2.new(0, 154, 0, 28)
  11899. Walk.Font = Enum.Font.GothamBold
  11900. Walk.Text = "Walk Speed"
  11901. Walk.TextColor3 = Color3.new(0, 0, 0)
  11902. Walk.TextSize = 20
  11903.  
  11904. Dupe.Name = "Dupe"
  11905. Dupe.Parent = Frame
  11906. Dupe.BackgroundColor3 = Color3.new(1, 1, 1)
  11907. Dupe.Position = UDim2.new(0.050119333, 0, 0.152777776, 0)
  11908. Dupe.Size = UDim2.new(0, 375, 0, 26)
  11909. Dupe.Font = Enum.Font.GothamBold
  11910. Dupe.Text = "Dupe"
  11911. Dupe.TextColor3 = Color3.new(0, 0, 0)
  11912. Dupe.TextSize = 20
  11913.  
  11914. Tpwood.Name = "Tpwood"
  11915. Tpwood.Parent = Frame
  11916. Tpwood.BackgroundColor3 = Color3.new(1, 1, 1)
  11917. Tpwood.Position = UDim2.new(0.050119333, 0, 0.310185194, 0)
  11918. Tpwood.Size = UDim2.new(0, 176, 0, 28)
  11919. Tpwood.Font = Enum.Font.GothamBold
  11920. Tpwood.Text = "Bring Wood"
  11921. Tpwood.TextColor3 = Color3.new(0, 0, 0)
  11922. Tpwood.TextSize = 20
  11923.  
  11924. GoldAxe.Name = "GoldAxe"
  11925. GoldAxe.Parent = Frame
  11926. GoldAxe.BackgroundColor3 = Color3.new(1, 1, 1)
  11927. GoldAxe.Position = UDim2.new(0.52505964, 0, 0.310185194, 0)
  11928. GoldAxe.Size = UDim2.new(0, 176, 0, 28)
  11929. GoldAxe.Font = Enum.Font.GothamBold
  11930. GoldAxe.Text = "Gold Axe"
  11931. GoldAxe.TextColor3 = Color3.new(0, 0, 0)
  11932. GoldAxe.TextSize = 20
  11933.  
  11934. Jump.Name = "Jump"
  11935. Jump.Parent = Frame
  11936. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  11937. Jump.Position = UDim2.new(0.613365114, 0, 0.833333373, 0)
  11938. Jump.Size = UDim2.new(0, 154, 0, 28)
  11939. Jump.Font = Enum.Font.GothamBold
  11940. Jump.Text = "Jump Hack"
  11941. Jump.TextColor3 = Color3.new(0, 0, 0)
  11942. Jump.TextSize = 20
  11943.  
  11944. WallHax.Name = "WallHax"
  11945. WallHax.Parent = Frame
  11946. WallHax.BackgroundColor3 = Color3.new(1, 1, 1)
  11947. WallHax.Position = UDim2.new(0.52505964, 0, 0.490740746, 0)
  11948. WallHax.Size = UDim2.new(0, 176, 0, 28)
  11949. WallHax.Font = Enum.Font.GothamBold
  11950. WallHax.Text = "Wall Color Hack"
  11951. WallHax.TextColor3 = Color3.new(0, 0, 0)
  11952. WallHax.TextSize = 20
  11953.  
  11954. Teleportt.Name = "Teleportt"
  11955. Teleportt.Parent = Frame
  11956. Teleportt.BackgroundColor3 = Color3.new(1, 1, 1)
  11957. Teleportt.Position = UDim2.new(0.0501193106, 0, 0.490740746, 0)
  11958. Teleportt.Size = UDim2.new(0, 176, 0, 28)
  11959. Teleportt.Font = Enum.Font.GothamBold
  11960. Teleportt.Text = "Teleport"
  11961. Teleportt.TextColor3 = Color3.new(0, 0, 0)
  11962. Teleportt.TextSize = 20
  11963.  
  11964. Wnum.Name = "Wnum"
  11965. Wnum.Parent = Frame
  11966. Wnum.BackgroundColor3 = Color3.new(1, 1, 1)
  11967. Wnum.Position = UDim2.new(0.0548925996, 0, 0.703703701, 0)
  11968. Wnum.Size = UDim2.new(0, 128, 0, 22)
  11969. Wnum.Font = Enum.Font.GothamBold
  11970. Wnum.Text = "15"
  11971. Wnum.TextColor3 = Color3.new(0, 0, 0)
  11972. Wnum.TextSize = 20
  11973.  
  11974. Jnum.Name = "Jnum"
  11975. Jnum.Parent = Frame
  11976. Jnum.BackgroundColor3 = Color3.new(1, 1, 1)
  11977. Jnum.Position = UDim2.new(0.644391418, 0, 0.703703701, 0)
  11978. Jnum.Size = UDim2.new(0, 128, 0, 22)
  11979. Jnum.Font = Enum.Font.GothamBold
  11980. Jnum.Text = "50"
  11981. Jnum.TextColor3 = Color3.new(0, 0, 0)
  11982. Jnum.TextSize = 20
  11983.  
  11984. Tpframe.Name = "Tpframe"
  11985. Tpframe.Parent = Frame
  11986. Tpframe.Visible = false
  11987. Tpframe.BackgroundColor3 = Color3.new(1, 1, 1)
  11988. Tpframe.BorderColor3 = Color3.new(1, 1, 1)
  11989. Tpframe.BorderSizePixel = 2
  11990. Tpframe.Position = UDim2.new(-0.279236287, 0, 0, 0)
  11991. Tpframe.Size = UDim2.new(0, 108, 0, 216)
  11992.  
  11993. Tittle.Name = "Tittle"
  11994. Tittle.Parent = Tpframe
  11995. Tittle.BackgroundColor3 = Color3.new(1, 1, 1)
  11996. Tittle.BorderSizePixel = 2
  11997. Tittle.Position = UDim2.new(7.06425425e-08, 0, 0, 0)
  11998. Tittle.Size = UDim2.new(0, 108, 0, 23)
  11999. Tittle.Font = Enum.Font.GothamBold
  12000. Tittle.Text = "Teleport"
  12001. Tittle.TextColor3 = Color3.new(0, 0, 0)
  12002. Tittle.TextSize = 20
  12003.  
  12004. LolF.Name = "LolF"
  12005. LolF.Parent = Tpframe
  12006. LolF.BackgroundColor3 = Color3.new(0, 0, 0)
  12007. LolF.BorderSizePixel = 0
  12008. LolF.Position = UDim2.new(0, 0, 0.106481485, 0)
  12009. LolF.Size = UDim2.new(0, 108, 0, 193)
  12010.  
  12011. plot.Name = "plot"
  12012. plot.Parent = LolF
  12013. plot.BackgroundColor3 = Color3.new(1, 1, 1)
  12014. plot.Position = UDim2.new(0.0648148805, 0, 0.0279903859, 0)
  12015. plot.Size = UDim2.new(0, 81, 0, 23)
  12016. plot.Font = Enum.Font.GothamBold
  12017. plot.Text = "You Base"
  12018. plot.TextColor3 = Color3.new(0, 0, 0)
  12019. plot.TextSize = 14
  12020.  
  12021. woodrus.Name = "woodrus"
  12022. woodrus.Parent = LolF
  12023. woodrus.BackgroundColor3 = Color3.new(1, 1, 1)
  12024. woodrus.Position = UDim2.new(0.0648148805, 0, 0.0997496471, 0)
  12025. woodrus.Size = UDim2.new(0, 81, 0, 23)
  12026. woodrus.Font = Enum.Font.GothamBold
  12027. woodrus.Text = "WoodRus"
  12028. woodrus.TextColor3 = Color3.new(0, 0, 0)
  12029. woodrus.TextSize = 14
  12030.  
  12031. spawn.Name = "spawn"
  12032. spawn.Parent = LolF
  12033. spawn.BackgroundColor3 = Color3.new(1, 1, 1)
  12034. spawn.Position = UDim2.new(0.0648148805, 0, 0.169194102, 0)
  12035. spawn.Size = UDim2.new(0, 81, 0, 23)
  12036. spawn.Font = Enum.Font.GothamBold
  12037. spawn.Text = "Spawn"
  12038. spawn.TextColor3 = Color3.new(0, 0, 0)
  12039. spawn.TextSize = 14
  12040.  
  12041. volcano.Name = "volcano"
  12042. volcano.Parent = LolF
  12043. volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  12044. volcano.Position = UDim2.new(0.0648148805, 0, 0.243268177, 0)
  12045. volcano.Size = UDim2.new(0, 81, 0, 23)
  12046. volcano.Font = Enum.Font.GothamBold
  12047. volcano.Text = "Volcano"
  12048. volcano.TextColor3 = Color3.new(0, 0, 0)
  12049. volcano.TextSize = 14
  12050.  
  12051. swamp.Name = "swamp"
  12052. swamp.Parent = LolF
  12053. swamp.BackgroundColor3 = Color3.new(1, 1, 1)
  12054. swamp.Position = UDim2.new(0.0648148805, 0, 0.308082998, 0)
  12055. swamp.Size = UDim2.new(0, 81, 0, 23)
  12056. swamp.Font = Enum.Font.GothamBold
  12057. swamp.Text = "Swamp"
  12058. swamp.TextColor3 = Color3.new(0, 0, 0)
  12059. swamp.TextSize = 14
  12060.  
  12061. palm.Name = "palm"
  12062. palm.Parent = LolF
  12063. palm.BackgroundColor3 = Color3.new(1, 1, 1)
  12064. palm.Position = UDim2.new(0.0648148805, 0, 0.372897804, 0)
  12065. palm.Size = UDim2.new(0, 81, 0, 23)
  12066. palm.Font = Enum.Font.GothamBold
  12067. palm.Text = "Palm"
  12068. palm.TextColor3 = Color3.new(0, 0, 0)
  12069. palm.TextSize = 14
  12070.  
  12071. cave.Name = "cave"
  12072. cave.Parent = LolF
  12073. cave.BackgroundColor3 = Color3.new(1, 1, 1)
  12074. cave.Position = UDim2.new(0.0648148805, 0, 0.444657058, 0)
  12075. cave.Size = UDim2.new(0, 81, 0, 23)
  12076. cave.Font = Enum.Font.GothamBold
  12077. cave.Text = "Cave"
  12078. cave.TextColor3 = Color3.new(0, 0, 0)
  12079. cave.TextSize = 14
  12080.  
  12081. cars.Name = "cars"
  12082. cars.Parent = LolF
  12083. cars.BackgroundColor3 = Color3.new(1, 1, 1)
  12084. cars.Position = UDim2.new(0.0648148805, 0, 0.514101505, 0)
  12085. cars.Size = UDim2.new(0, 81, 0, 23)
  12086. cars.Font = Enum.Font.GothamBold
  12087. cars.Text = "Boxed Cars"
  12088. cars.TextColor3 = Color3.new(0, 0, 0)
  12089. cars.TextSize = 14
  12090.  
  12091. strangemen.Name = "strangemen"
  12092. strangemen.Parent = LolF
  12093. strangemen.BackgroundColor3 = Color3.new(1, 1, 1)
  12094. strangemen.Position = UDim2.new(0.0648148805, 0, 0.583545923, 0)
  12095. strangemen.Size = UDim2.new(0, 81, 0, 23)
  12096. strangemen.Font = Enum.Font.GothamBold
  12097. strangemen.Text = "Strange Man"
  12098. strangemen.TextColor3 = Color3.new(0, 0, 0)
  12099. strangemen.TextSize = 14
  12100.  
  12101. theden.Name = "theden"
  12102. theden.Parent = LolF
  12103. theden.BackgroundColor3 = Color3.new(1, 1, 1)
  12104. theden.Position = UDim2.new(0.0648148805, 0, 0.650675535, 0)
  12105. theden.Size = UDim2.new(0, 81, 0, 23)
  12106. theden.Font = Enum.Font.GothamBold
  12107. theden.Text = "The Den"
  12108. theden.TextColor3 = Color3.new(0, 0, 0)
  12109. theden.TextSize = 14
  12110. function Create(cls,props)
  12111. local inst = Instance.new(cls)
  12112. for i,v in pairs(props) do
  12113. inst[i] = v
  12114. end
  12115. return inst
  12116. end
  12117. Color.Name = "Color"
  12118. Color.Visible = false
  12119. Color.Parent = Frame
  12120. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  12121. Color.BorderColor3 = Color3.new(1, 1, 1)
  12122. Color.BorderSizePixel = 2
  12123. Color.Position = UDim2.new(1.02625299, 0, 0, 0)
  12124. Color.Size = UDim2.new(0, 103, 0, 216)
  12125.  
  12126. titttle.Name = "titttle"
  12127. titttle.Parent = Color
  12128. titttle.BackgroundColor3 = Color3.new(1, 1, 1)
  12129. titttle.BorderSizePixel = 2
  12130. titttle.Size = UDim2.new(0, 103, 0, 23)
  12131. titttle.Font = Enum.Font.GothamBold
  12132. titttle.Text = "Color Hax"
  12133. titttle.TextColor3 = Color3.new(0, 0, 0)
  12134. titttle.TextSize = 14
  12135. local service = setmetatable({}, {
  12136. __index = function(t, k)
  12137. return game:GetService(k)
  12138. end
  12139. })
  12140. Grey.Name = "Grey"
  12141. Grey.Parent = Color
  12142. Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  12143. Grey.BorderColor3 = Color3.new(0, 0, 0)
  12144. Grey.BorderSizePixel = 2
  12145. Grey.Position = UDim2.new(0.0679611638, 0, 0.152777776, 0)
  12146. Grey.Size = UDim2.new(0, 89, 0, 26)
  12147. Grey.Font = Enum.Font.GothamBold
  12148. Grey.Text = "Grey"
  12149. Grey.TextColor3 = Color3.new(0, 0, 0)
  12150. Grey.TextSize = 20
  12151.  
  12152. Phantom.Name = "Phantom"
  12153. Phantom.Parent = Color
  12154. Phantom.BackgroundColor3 = Color3.new(1, 1, 1)
  12155. Phantom.BorderColor3 = Color3.new(0, 0, 0)
  12156. Phantom.BorderSizePixel = 2
  12157. Phantom.Position = UDim2.new(0.0679611638, 0, 0.319444448, 0)
  12158. Phantom.Size = UDim2.new(0, 89, 0, 26)
  12159. Phantom.Font = Enum.Font.GothamBold
  12160. Phantom.Text = "Phantom"
  12161. Phantom.TextColor3 = Color3.new(0, 0, 0)
  12162. Phantom.TextSize = 20
  12163.  
  12164. Spooky.Name = "Spooky"
  12165. Spooky.Parent = Color
  12166. Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  12167. Spooky.BorderColor3 = Color3.new(0, 0, 0)
  12168. Spooky.BorderSizePixel = 2
  12169. Spooky.Position = UDim2.new(0.0679611638, 0, 0.490740746, 0)
  12170. Spooky.Size = UDim2.new(0, 89, 0, 26)
  12171. Spooky.Font = Enum.Font.GothamBold
  12172. Spooky.Text = "Spooky"
  12173. Spooky.TextColor3 = Color3.new(0, 0, 0)
  12174. Spooky.TextSize = 20
  12175.  
  12176. Blue.Name = "Blue"
  12177. Blue.Parent = Color
  12178. Blue.BackgroundColor3 = Color3.new(1, 1, 1)
  12179. Blue.BorderColor3 = Color3.new(0, 0, 0)
  12180. Blue.BorderSizePixel = 2
  12181. Blue.Position = UDim2.new(0.0679611638, 0, 0.652777791, 0)
  12182. Blue.Size = UDim2.new(0, 89, 0, 26)
  12183. Blue.Font = Enum.Font.GothamBold
  12184. Blue.Text = "Blue"
  12185. Blue.TextColor3 = Color3.new(0, 0, 0)
  12186. Blue.TextSize = 20
  12187.  
  12188. LightSpooky.Name = "LightSpooky"
  12189. LightSpooky.Parent = Color
  12190. LightSpooky.BackgroundColor3 = Color3.new(1, 1, 1)
  12191. LightSpooky.BorderColor3 = Color3.new(0, 0, 0)
  12192. LightSpooky.BorderSizePixel = 2
  12193. LightSpooky.Position = UDim2.new(0.0679611638, 0, 0.828703701, 0)
  12194. LightSpooky.Size = UDim2.new(0, 89, 0, 26)
  12195. LightSpooky.Font = Enum.Font.GothamBold
  12196. LightSpooky.Text = "L Spooky"
  12197. LightSpooky.TextColor3 = Color3.new(0, 0, 0)
  12198. LightSpooky.TextSize = 20
  12199.  
  12200. X.Name = "X"
  12201. X.Parent = Frame
  12202. X.BackgroundColor3 = Color3.new(1, 0, 0)
  12203. X.BorderColor3 = Color3.new(1, 0, 0)
  12204. X.Position = UDim2.new(0.930787563, 0, -0.00925925933, 0)
  12205. X.Size = UDim2.new(0, 29, 0, 26)
  12206. X.Font = Enum.Font.GothamBold
  12207. X.Text = "X"
  12208. X.TextColor3 = Color3.new(1, 1, 1)
  12209. X.TextSize = 20
  12210.  
  12211. --U Is Gay
  12212.  
  12213. Walk.MouseButton1Click:connect(function()
  12214. while wait() do
  12215. plr.Humanoid.WalkSpeed = Wnum.Text
  12216. end
  12217. end)
  12218.  
  12219. Jump.MouseButton1Click:connect(function()
  12220. while wait() do
  12221. plr.Humanoid.JumpPower = Jnum.Text
  12222. end
  12223. end)
  12224.  
  12225. X.MouseButton1Click:connect(function()
  12226. Lt2:Destroy()
  12227. end)
  12228.  
  12229. Tpwood.MouseButton1Click:connect(function()
  12230. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  12231. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  12232. if Log.Owner.Value == service.Players.LocalPlayer then
  12233. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  12234. for i=1,100 do
  12235. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  12236. end
  12237. end
  12238. end
  12239. end
  12240. end)
  12241.  
  12242. buka = false
  12243. WallHax.MouseButton1Click:connect(function()
  12244. if buka == true then
  12245. buka = false
  12246. Color.Visible = false
  12247. else
  12248. buka = true
  12249. Color.Visible = true
  12250. end
  12251. end)
  12252.  
  12253. buka1 = false
  12254. Teleportt.MouseButton1Click:connect(function()
  12255. if buka1 == true then
  12256. buka1 = false
  12257. Tpframe.Visible = false
  12258. else
  12259. buka1 = true
  12260. Tpframe.Visible = true
  12261. end
  12262. end)
  12263.  
  12264. Duping = false
  12265. Dupe.MouseButton1Click:connect(function()
  12266. local slott = game:GetService('Players').LocalPlayer.CurrentSaveSlot
  12267. if Duping == true then
  12268. slott.RobloxLocked = false
  12269. Duping = false
  12270. Dupe.BackgroundColor3 = Color3.new(255, 255, 255)
  12271. else
  12272. Duping = true
  12273. if slott.Value == -1 then
  12274. slott.RobloxLocked = true
  12275. Dupe.BackgroundColor3 = Color3.new(0, 255, 0)
  12276. end
  12277. end
  12278. end)
  12279.  
  12280. plot.MouseButton1Click:connect(function()
  12281. local bch = game:GetService('Players').LocalPlayer
  12282. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  12283. if v.Owner.Value == bch then
  12284. plr.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  12285. end
  12286. end
  12287. end)
  12288.  
  12289. woodrus.MouseButton1Click:connect(function()
  12290. plr.HumanoidRootPart.CFrame = CFrame.new(265, 5, 57)
  12291. end)
  12292.  
  12293. spawn.MouseButton1Click:connect(function()
  12294. plr.HumanoidRootPart.CFrame = CFrame.new(155, 5, 74)
  12295. end)
  12296.  
  12297. local tp = plr.HumanoidRootPart
  12298.  
  12299. volcano.MouseButton1Click:connect(function()
  12300. tp.CFrame = CFrame.new(-1585, 625, 1140)
  12301. end)
  12302.  
  12303. palm.MouseButton1Click:connect(function()
  12304. tp.CFrame = CFrame.new(2549, 5, -42)
  12305. end)
  12306.  
  12307. cars.MouseButton1Click:connect(function()
  12308. tp.CFrame = CFrame.new(509, 5.2, -1463)
  12309. end)
  12310.  
  12311. cave.MouseButton1Click:connect(function()
  12312. tp.CFrame = CFrame.new(3581, -177, 430)
  12313. end)
  12314.  
  12315. swamp.MouseButton1Click:connect(function()
  12316. tp.CFrame = CFrame.new(-1209, 138, -801)
  12317. end)
  12318.  
  12319. strangemen.MouseButton1Click:connect(function()
  12320. tp.CFrame = CFrame.new(1061, 20, 1131)
  12321. end)
  12322.  
  12323. theden.MouseButton1Click:connect(function()
  12324. tp.CFrame = CFrame.new(323, 49, 1930)
  12325. end)
  12326.  
  12327. -- ColorHax Script
  12328.  
  12329. woodtype = "Birch"
  12330.  
  12331. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  12332. tool.RequiresHandle = false
  12333. --tool.RobloxLocked = true
  12334. tool.Name = "Paint"
  12335. tool.ToolTip = "Changes A Stucture's Wood Type"
  12336. tool.Equipped:connect(function(Mouse)
  12337. Mouse.Button1Down:connect(function()
  12338. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  12339. local Cframe
  12340. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  12341. Cframe = Mouse.Target.Parent.MainCFrame.Value
  12342. else
  12343. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  12344. end
  12345. if Mouse.Target.Parent ~= nil then
  12346. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  12347. end
  12348. else
  12349. --do nothing
  12350. end
  12351. end)
  12352. end)
  12353.  
  12354. g1 = false
  12355. g2 = false
  12356. g3 = false
  12357. g4 = false
  12358. g5 = false
  12359.  
  12360. Grey.MouseButton1Click:connect(function()
  12361. if g1 == true then
  12362. g1 = false
  12363. Grey.BackgroundColor3 = Color3.new(255, 255, 255)
  12364. else
  12365. g1 = true
  12366. Grey.BackgroundColor3 = Color3.new(0, 255, 0)
  12367. if g1 then
  12368. woodtype = nil
  12369. end
  12370. end
  12371. end)
  12372.  
  12373. Spooky.MouseButton1Click:connect(function()
  12374. if g2 == true then
  12375. g2 = false
  12376. Spooky.BackgroundColor3 = Color3.new(255, 255, 255)
  12377. else
  12378. g2 = true
  12379. Spooky.BackgroundColor3 = Color3.new(0, 255, 0)
  12380. if g2 then
  12381. woodtype = "Spooky"
  12382. end
  12383. end
  12384. end)
  12385.  
  12386. LightSpooky.MouseButton1Click:connect(function()
  12387. if g3 == true then
  12388. g3 = false
  12389. LightSpooky.BackgroundColor3 = Color3.new(255, 255, 255)
  12390. else
  12391. g3 = true
  12392. LightSpooky.BackgroundColor3 = Color3.new(0, 255, 0)
  12393. if g3 then
  12394. woodtype = "SpookyNeon"
  12395. end
  12396. end
  12397. end)
  12398.  
  12399. Blue.MouseButton1Click:connect(function()
  12400. if g4 == true then
  12401. g4 = false
  12402. Blue.BackgroundColor3 = Color3.new(255, 255, 255)
  12403. else
  12404. g4 = true
  12405. Blue.BackgroundColor3 = Color3.new(0, 255, 0)
  12406. if g4 then
  12407. woodtype = "CaveCrawler"
  12408. end
  12409. end
  12410. end)
  12411.  
  12412. Phantom.MouseButton1Click:connect(function()
  12413. if g5 == true then
  12414. g5 = false
  12415. Phantom.BackgroundColor3 = Color3.new(255, 255, 255)
  12416. else
  12417. g5 = true
  12418. Phantom.BackgroundColor3 = Color3.new(0, 255, 0)
  12419. if g5 then
  12420. woodtype = "LoneCave"
  12421. end
  12422. end
  12423. end)
  12424.  
  12425. -- GOLD AXE
  12426. GoldAxe.MouseButton1Down:Connect(function()
  12427. GoldAxe.BackgroundColor3 = Color3.new(0, 255, 0)
  12428. GoldAxe.Text = "Active, Cant To off"
  12429. Detect = coroutine.wrap(function()
  12430. Player = game.Players.LocalPlayer
  12431. mouse = Player:GetMouse()
  12432. mouse.Button1Down:connect(function()
  12433. MouseDown = true
  12434. end)
  12435. mouse.Button1Up:connect(function()
  12436. MouseDown = false
  12437. end)
  12438. end)
  12439. Detect()
  12440. Player = game.Players.LocalPlayer
  12441. mouse = Player:GetMouse()
  12442. game:GetService('RunService').RenderStepped:connect(function()
  12443. if Player.Character:FindFirstChild("Tool") then
  12444. if MouseDown == true then
  12445. if mouse.Target.Name == "WoodSection" then
  12446. targetWood = mouse.Target
  12447. Tool=Player.Character.Tool
  12448. ---FaceVector
  12449. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  12450. local ray = Ray.new(Player.Character.Head.Position, ((targetWood.CFrame * CFrame.new(0, Height - targetWood.Size.Y/2, 0)).p - Player.Character.Head.Position).unit * 200)
  12451. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  12452. function fixVector(V)
  12453. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  12454. end
  12455. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  12456. if faceVector.Y ~= 0 then
  12457. return
  12458. end
  12459. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  12460. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  12461. local relativeLookVector = relativeCFrame.lookVector
  12462. local m = relativeLookVector.Y >= 0 and 1 or -1
  12463. if faceVector.X == 1 then
  12464. faceVector = Vector3.new(0, 0, -1) * m
  12465. elseif faceVector.X == -1 then
  12466. faceVector = Vector3.new(0, 0, 1) * m
  12467. elseif faceVector.Z == 1 then
  12468. faceVector = Vector3.new(1, 0, 0) * m
  12469. elseif faceVector.Z == -1 then
  12470. faceVector = Vector3.new(-1, 0, 0) * m
  12471. end
  12472. local cutEvent = targetWood.Parent.CutEvent
  12473. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(cutEvent, {sectionId = targetWood.ID.Value, faceVector = faceVector, height = Height, hitPoints = 0.2, cooldown = 0, cuttingClass = "Axe", tool = Player.Character.Tool})
  12474. end
  12475. end
  12476. end
  12477. end)
  12478. end)
  12479. end)
  12480.  
  12481.  
  12482. Open.Name = "Open"
  12483. Open.Parent = ScreenGui
  12484. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  12485. Open.BackgroundTransparency = 1
  12486. Open.Position = UDim2.new(0, 0, 0.687374771, 0)
  12487. Open.Size = UDim2.new(0, 78, 0, 50)
  12488. Open.Font = Enum.Font.SourceSans
  12489. Open.Text = "⚽"
  12490. Open.TextColor3 = Color3.new(0, 0, 0)
  12491. Open.TextScaled = true
  12492. Open.TextSize = 14
  12493. Open.TextWrapped = true
  12494. -- Scripts:
  12495. function SCRIPT_LFRT87_FAKESCRIPT() -- Frame.Script
  12496. local script = Instance.new('Script')
  12497. script.Parent = Frame
  12498. local frame = script.Parent
  12499. local close = frame:WaitForChild("Close")
  12500. local open = frame.Parent:WaitForChild("Open")
  12501.  
  12502. open.MouseButton1Click:Connect(function()
  12503. open.Visible = false
  12504. frame.Visible = true
  12505. end)
  12506.  
  12507. close.MouseButton1Click:Connect(function()
  12508. open.Visible = true
  12509. frame.Visible = false
  12510. end)
  12511.  
  12512. end
  12513. coroutine.resume(coroutine.create(SCRIPT_LFRT87_FAKESCRIPT))
  12514. function SCRIPT_MPQI67_FAKESCRIPT() -- Open.LocalScript
  12515. local script = Instance.new('LocalScript')
  12516. script.Parent = Open
  12517. local frame = script.Parent.Parent.Frame
  12518. local open = false
  12519.  
  12520. script.Parent.MouseButton1Click:connect(function()
  12521. if frame.Visible == false then
  12522. frame.Visible = true
  12523. else
  12524. frame.Visible = false
  12525. end
  12526. end)
  12527.  
  12528. end
  12529. coroutine.resume(coroutine.create(SCRIPT_MPQI67_FAKESCRIPT))
Add Comment
Please, Sign In to add comment