XxBoomer

SOP PRO update

Dec 1st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 73.93 KB | None | 0 0
  1. wait(0.5)
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3.     Text = "[Gui S.O.P V2.1] Gui S.O.P V2.1 Việt Hóa Đã Executed Thành Công Vui Lòng Bỏ Key Vào Để Hiện Gui ";
  4.     Color = Color3.new(170, 0, 0);
  5.     Font = Enum.Font.SourceSansBold;
  6.     FontSize = Enum.FontSize.Size24;
  7. })
  8.  
  9. local Main = Instance.new("ScreenGui")
  10. local MainFrame = Instance.new("Frame")
  11. local ScriptsFrame = Instance.new("Frame")
  12. local Home = Instance.new("TextButton")
  13. local HomeFrame = Instance.new("ScrollingFrame")
  14. local HomeLabel1 = Instance.new("TextLabel")
  15. local HomeLabel2 = Instance.new("TextLabel")
  16. local HomeLabel3 = Instance.new("TextLabel")
  17. local NpcTp = Instance.new("TextButton")
  18. local NpcTpFrame = Instance.new("ScrollingFrame")
  19. local NpcTpLabel = Instance.new("TextLabel")
  20. local TPAttackingNoob = Instance.new("TextButton")
  21. local TPBuggyPirate = Instance.new("TextButton")
  22. local TPBigFullBody = Instance.new("TextButton")
  23. local TPThief = Instance.new("TextButton")
  24. local TPMarine = Instance.new("TextButton")
  25. local TPLuffy = Instance.new("TextButton")
  26. local IslandTp = Instance.new("TextButton")
  27. local IslandTpFrame = Instance.new("ScrollingFrame")
  28. local IslandTpLabel = Instance.new("TextLabel")
  29. local TPToLuffyIsland = Instance.new("TextButton")
  30. local TPToBuggyIsland = Instance.new("TextButton")
  31. local TPToDFSellerIsland = Instance.new("TextButton")
  32. local TPToMarineIsland = Instance.new("TextButton")
  33. local TPToNoobIsland = Instance.new("TextButton")
  34. local TPToStarterIsland = Instance.new("TextButton")
  35. local TPToSanjiIsland = Instance.new("TextButton")
  36. local WeaponTp = Instance.new("TextButton")
  37. local WeaponTpFrame = Instance.new("ScrollingFrame")
  38. local WeaponTpLabel = Instance.new("TextLabel")
  39. local TpWoodenSword = Instance.new("TextButton")
  40. local TPKatana = Instance.new("TextButton")
  41. local TpJitte = Instance.new("TextButton")
  42. local TPCutlass = Instance.new("TextButton")
  43. local TPPipe = Instance.new("TextButton")
  44. local TpNonosamaBo = Instance.new("TextButton")
  45. local TpBisento = Instance.new("TextButton")
  46. local TpFlintlock = Instance.new("TextButton")
  47. local TpRifle = Instance.new("TextButton")
  48. local TpGryphon = Instance.new("TextButton")
  49. local QuestTp = Instance.new("TextButton")
  50. local QuestTpFrame = Instance.new("ScrollingFrame")
  51. local QuestTpLabel = Instance.new("TextLabel")
  52. local TpBob = Instance.new("TextButton")
  53. local TpGunNoob = Instance.new("TextButton")
  54. local TpThatNoob = Instance.new("TextButton")
  55. local TpInjuredPirate = Instance.new("TextButton")
  56. local TpSwordNoob = Instance.new("TextButton")
  57. local TpSadNoob = Instance.new("TextButton")
  58. local TpBigHeadBoy = Instance.new("TextButton")
  59. local OtherScripts = Instance.new("TextButton")
  60. local OtherScriptsFrame = Instance.new("ScrollingFrame")
  61. local OtherScriptsLabel = Instance.new("TextLabel")
  62. local DeleteAntiCheat = Instance.new("TextButton")
  63. local Fly = Instance.new("TextButton")
  64. local SpeedHack = Instance.new("TextButton")
  65. local NoClip = Instance.new("TextButton")
  66. local OtherTp = Instance.new("TextButton")
  67. local OtherTpFrame = Instance.new("ScrollingFrame")
  68. local OtherTpLabel = Instance.new("TextLabel")
  69. local TpChest = Instance.new("TextButton")
  70. local TpAllNPC = Instance.new("TextButton")
  71. local TpSwords = Instance.new("TextButton")
  72. local Close = Instance.new("TextButton")
  73. local Tilte = Instance.new("TextButton")
  74. local Tilte1 = Instance.new("TextButton")
  75. local LoginGui = Instance.new("Frame")
  76. local BackgroundFrame = Instance.new("ImageLabel")
  77. local Border1 = Instance.new("Frame")
  78. local Border2 = Instance.new("Frame")
  79. local Border3 = Instance.new("Frame")
  80. local Border4 = Instance.new("Frame")
  81. local LoginInfoLabel = Instance.new("TextLabel")
  82. local WelcomeUserLabel = Instance.new("TextLabel")
  83. local TriesLabel = Instance.new("TextLabel")
  84. local KeyLabel = Instance.new("TextLabel")
  85. local KeyBackground = Instance.new("ImageLabel")
  86. local KeyHere = Instance.new("TextBox")
  87. local LoginButton = Instance.new("TextButton")
  88. local PleaseLoginLabel = Instance.new("TextLabel")
  89. local OpenGui = Instance.new("Frame")
  90. local Open = Instance.new("TextButton")
  91. local TpPlayer = Instance.new("TextButton")
  92. local TpPlayerFrame = Instance.new("ScrollingFrame")
  93. local TPPlayerLabel = Instance.new("TextLabel")
  94. local TPToPlayerLabel = Instance.new("TextLabel")
  95. local PlayerName1 = Instance.new("TextBox")
  96. local PlayerName2 = Instance.new("TextBox")
  97. local Tp1 = Instance.new("TextButton")
  98. local Tp2 = Instance.new("TextButton")
  99. --Properties:
  100. Main.Name = "Main"
  101. Main.Parent = game.CoreGui
  102.  
  103. MainFrame.Name = "MainFrame"
  104. MainFrame.Parent = Main
  105. MainFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  106. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  107. MainFrame.BorderSizePixel = 2
  108. MainFrame.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
  109. MainFrame.Size = UDim2.new(0, 296, 0, 303)
  110. MainFrame.Active = true
  111. MainFrame.Draggable = true
  112.  
  113. ScriptsFrame.Name = "ScriptsFrame"
  114. ScriptsFrame.Parent = MainFrame
  115. ScriptsFrame.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  116. ScriptsFrame.BorderSizePixel = 0
  117. ScriptsFrame.Position = UDim2.new(0.638504326, 0, 0.106626049, 0)
  118. ScriptsFrame.Size = UDim2.new(0, 107, 0, 271)
  119. ScriptsFrame.Active = true
  120.  
  121. Home.Name = "Home"
  122. Home.Parent = ScriptsFrame
  123. Home.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  124. Home.Position = UDim2.new(0.0476484932, 0, 0.00255463668, 0)
  125. Home.Size = UDim2.new(0, 100, 0, 30)
  126. Home.Font = Enum.Font.SourceSansLight
  127. Home.Text = "Home"
  128. Home.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  129. Home.TextSize = 14
  130. Home.MouseButton1Click:connect(function()
  131.     if HomeFrame.Visible == true then wait(.10)
  132.                 HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  133.                 wait(1) HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  134.     elseif WeaponTpFrame.Visible == true then wait(.10)
  135.         WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false HomeFrame.Visible = true
  136.         HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  137.     elseif NpcTpFrame.Visible == true then
  138.         NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false HomeFrame.Visible = true
  139.         HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  140.     elseif IslandTpFrame.Visible == true then
  141.         IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false HomeFrame.Visible = true
  142.         HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  143.     elseif OtherScriptsFrame.Visible == true then
  144.         OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false HomeFrame.Visible = true
  145.         HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  146.     elseif QuestTpFrame.Visible == true then
  147.         QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false HomeFrame.Visible = true
  148.         HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  149.     elseif OtherTpFrame.Visible == true then
  150.         OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false HomeFrame.Visible = true
  151.         HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  152.     elseif TpPlayerFrame.Visible == true then
  153.         TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false HomeFrame.Visible = true
  154.         HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  155.     end
  156. end)
  157.  
  158. HomeFrame.Name = "HomeFrame"
  159. HomeFrame.Parent = Home
  160. HomeFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  161. HomeFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  162. HomeFrame.BorderSizePixel = 0
  163. HomeFrame.Position = UDim2.new(-1.96854198, 0, 0.109309539, 0)
  164. HomeFrame.Size = UDim2.new(0, 191, 0, 269)
  165. HomeFrame.ScrollBarThickness = 12
  166. HomeFrame.Active = true
  167.  
  168. HomeLabel1.Name = "HomeLabel1"
  169. HomeLabel1.Parent = HomeFrame
  170. HomeLabel1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  171. HomeLabel1.Position = UDim2.new(0, 0, 0.122676596, 0)
  172. HomeLabel1.Size = UDim2.new(0, 186, 0, 191)
  173. HomeLabel1.Font = Enum.Font.SourceSans
  174. HomeLabel1.Text = "Nếu Script Bị Lỗi Hãy Inbox Với link này https://www.facebook.com/Hello.To.La.Khang.Cute42"
  175. HomeLabel1.TextColor3 = Color3.new(1, 1, 1)
  176. HomeLabel1.TextSize = 15
  177. HomeLabel1.TextWrapped = true
  178. HomeLabel1.TextXAlignment = Enum.TextXAlignment.Left
  179. HomeLabel1.TextYAlignment = Enum.TextYAlignment.Top
  180.  
  181. HomeLabel2.Name = "HomeLabel2"
  182. HomeLabel2.Parent = HomeFrame
  183. HomeLabel2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  184. HomeLabel2.Position = UDim2.new(0.00994761195, 0, 0.913531363, 0)
  185. HomeLabel2.Size = UDim2.new(0, 184, 0, 35)
  186. HomeLabel2.Font = Enum.Font.SourceSans
  187. HomeLabel2.Text = "Scripts Thuộc Về XxBoomer"
  188. HomeLabel2.TextColor3 = Color3.new(1, 1, 1)
  189. HomeLabel2.TextSize = 14
  190. HomeLabel2.TextWrapped = true
  191. HomeLabel2.TextXAlignment = Enum.TextXAlignment.Left
  192. HomeLabel2.TextYAlignment = Enum.TextYAlignment.Top
  193.  
  194. HomeLabel3.Name = "HomeLabel3"
  195. HomeLabel3.Parent = HomeFrame
  196. HomeLabel3.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  197. HomeLabel3.Size = UDim2.new(0, 186, 0, 33)
  198. HomeLabel3.Font = Enum.Font.SourceSans
  199. HomeLabel3.Text = "Home"
  200. HomeLabel3.TextColor3 = Color3.new(0, 0, 0)
  201. HomeLabel3.TextSize = 14
  202.  
  203. NpcTp.Name = "NpcTp"
  204. NpcTp.Parent = ScriptsFrame
  205. NpcTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  206. NpcTp.Position = UDim2.new(0.0476484038, 0, 0.224251434, 0)
  207. NpcTp.Size = UDim2.new(0, 100, 0, 31)
  208. NpcTp.Font = Enum.Font.SourceSansLight
  209. NpcTp.Text = "TpNpc"
  210. NpcTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  211. NpcTp.TextSize = 14
  212. NpcTp.MouseButton1Click:connect(function()
  213.     if NpcTpFrame.Visible == true then wait(.10)
  214.                 NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  215.                 wait(1) NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  216.     elseif WeaponTpFrame.Visible == true then wait(.10)
  217.         WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false NpcTpFrame.Visible = true
  218.         NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  219.     elseif HomeFrame.Visible == true then
  220.         HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false NpcTpFrame.Visible = true
  221.         NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  222.     elseif IslandTpFrame.Visible == true then
  223.         IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false NpcTpFrame.Visible = true
  224.         NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  225.     elseif OtherScriptsFrame.Visible == true then
  226.         OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false NpcTpFrame.Visible = true
  227.         NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  228.     elseif QuestTpFrame.Visible == true then
  229.         QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false NpcTpFrame.Visible = true
  230.         NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  231.     elseif OtherTpFrame.Visible == true then
  232.         OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false NpcTpFrame.Visible = true
  233.         NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  234.     elseif TpPlayerFrame.Visible == true then
  235.         TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false NpcTpFrame.Visible = true
  236.         NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  237.     end
  238. end)
  239.  
  240. NpcTpFrame.Name = "NpcTpFrame"
  241. NpcTpFrame.Parent = NpcTp
  242. NpcTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  243. NpcTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  244. NpcTpFrame.BorderSizePixel = 0
  245. NpcTpFrame.Position = UDim2.new(-1.96770537, 0, -1.82042623, 0)
  246. NpcTpFrame.Size = UDim2.new(0, 191, 0, 269)
  247. NpcTpFrame.Visible = false
  248. NpcTpFrame.ScrollBarThickness = 12
  249. NpcTpFrame.Active = true
  250.  
  251. NpcTpLabel.Name = "NpcTpLabel"
  252. NpcTpLabel.Parent = NpcTpFrame
  253. NpcTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  254. NpcTpLabel.Size = UDim2.new(0, 229, 0, 33)
  255. NpcTpLabel.Font = Enum.Font.SourceSans
  256. NpcTpLabel.Text = "TPNpc"
  257. NpcTpLabel.TextColor3 = Color3.new(0, 0, 0)
  258. NpcTpLabel.TextSize = 14
  259.  
  260. TPAttackingNoob.Name = "TP AttackingNoob"
  261. TPAttackingNoob.Parent = NpcTpFrame
  262. TPAttackingNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  263. TPAttackingNoob.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  264. TPAttackingNoob.Size = UDim2.new(0, 187, 0, 32)
  265. TPAttackingNoob.Font = Enum.Font.SourceSans
  266. TPAttackingNoob.Text = "Tp Attacking Noob"
  267. TPAttackingNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  268. TPAttackingNoob.TextSize = 14
  269. TPAttackingNoob.MouseButton1Down:connect(function()
  270. for _,v in pairs(game.Workspace:GetDescendants()) do
  271.   if string.find(v.Name, "Attacking Noob") then
  272.       v:FindFirstChild("HumanoidRootPart").Anchored = true
  273.       v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  274.    end
  275. end
  276. end)
  277.  
  278. TPBuggyPirate.Name = "TP BuggyPirate"
  279. TPBuggyPirate.Parent = NpcTpFrame
  280. TPBuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  281. TPBuggyPirate.Position = UDim2.new(-0.0351533741, 0, 0.26631245, 0)
  282. TPBuggyPirate.Size = UDim2.new(0, 193, 0, 32)
  283. TPBuggyPirate.Font = Enum.Font.SourceSans
  284. TPBuggyPirate.Text = "Tp Buggy Pirate"
  285. TPBuggyPirate.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  286. TPBuggyPirate.TextSize = 14
  287. TPBuggyPirate.MouseButton1Down:connect(function()
  288. for _,v in pairs(game.Workspace:GetDescendants()) do
  289.   if string.find(v.Name, "Buggy pirate") then
  290.       v:FindFirstChild("HumanoidRootPart").Anchored = true
  291.       v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  292.    end
  293. end
  294. end)
  295.  
  296. TPBigFullBody.Name = "TP BigFullBody"
  297. TPBigFullBody.Parent = NpcTpFrame
  298. TPBigFullBody.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  299. TPBigFullBody.Position = UDim2.new(-0.0104712043, 0, 0.366941363, 0)
  300. TPBigFullBody.Size = UDim2.new(0, 188, 0, 35)
  301. TPBigFullBody.Font = Enum.Font.SourceSans
  302. TPBigFullBody.Text = "Tp Big Full Body"
  303. TPBigFullBody.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  304. TPBigFullBody.TextSize = 14
  305. TPBigFullBody.MouseButton1Down:connect(function()
  306. for _,v in pairs(game.Workspace:GetDescendants()) do
  307.   if string.find(v.Name, "Big Full Body") then
  308.       v:FindFirstChild("HumanoidRootPart").Anchored = true
  309.       v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  310.    end
  311. end
  312. end)
  313.  
  314. TPThief.Name = "TP Thief"
  315. TPThief.Parent = NpcTpFrame
  316. TPThief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  317. TPThief.Position = UDim2.new(-0.00373976142, 0, 0.4770042, 0)
  318. TPThief.Size = UDim2.new(0, 187, 0, 36)
  319. TPThief.Font = Enum.Font.SourceSans
  320. TPThief.Text = "TP Thief"
  321. TPThief.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  322. TPThief.TextSize = 14
  323. TPThief.MouseButton1Down:connect(function()
  324. for _,v in pairs(game.Workspace:GetDescendants()) do
  325.   if string.find(v.Name, "Thief") then
  326.       v:FindFirstChild("HumanoidRootPart").Anchored = true
  327.       v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  328.    end
  329. end
  330. end)
  331.  
  332. TPMarine.Name = "TP Marine"
  333. TPMarine.Parent = NpcTpFrame
  334. TPMarine.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  335. TPMarine.Position = UDim2.new(-0.0034762877, 0, 0.590211809, 0)
  336. TPMarine.Size = UDim2.new(0, 192, 0, 32)
  337. TPMarine.Font = Enum.Font.SourceSans
  338. TPMarine.Text = "Tp Marine"
  339. TPMarine.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  340. TPMarine.TextSize = 14
  341. TPMarine.MouseButton1Down:connect(function()
  342. for _,v in pairs(game.Workspace:GetDescendants()) do
  343.   if string.find(v.Name, "Marine") then
  344.       v:FindFirstChild("HumanoidRootPart").Anchored = true
  345.       v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  346.    end
  347. end
  348. end)
  349.  
  350. TPLuffy.Name = "TP Luffy"
  351. TPLuffy.Parent = NpcTpFrame
  352. TPLuffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  353. TPLuffy.Position = UDim2.new(-0.00170067593, 0, 0.690840662, 0)
  354. TPLuffy.Size = UDim2.new(0, 187, 0, 35)
  355. TPLuffy.Font = Enum.Font.SourceSans
  356. TPLuffy.Text = "Tp Luffy"
  357. TPLuffy.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  358. TPLuffy.TextSize = 14
  359. TPLuffy.MouseButton1Down:connect(function()
  360. for _,v in pairs(game.Workspace:GetDescendants()) do
  361.   if string.find(v.Name, "Luffy") then
  362.       v:FindFirstChild("HumanoidRootPart").Anchored = true
  363.       v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  364.    end
  365. end
  366. end)
  367.  
  368. IslandTp.Name = "IslandTp"
  369. IslandTp.Parent = ScriptsFrame
  370. IslandTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  371. IslandTp.Position = UDim2.new(0.0476484038, 0, 0.11152418, 0)
  372. IslandTp.Size = UDim2.new(0, 100, 0, 31)
  373. IslandTp.Font = Enum.Font.SourceSansLight
  374. IslandTp.Text = "TpTớiĐảo"
  375. IslandTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  376. IslandTp.TextSize = 14
  377. IslandTp.MouseButton1Click:connect(function()
  378.     if IslandTpFrame.Visible == true then wait(.10)
  379.                 IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  380.                 wait(1) IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  381.     elseif WeaponTpFrame.Visible == true then wait(.10)
  382.         WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false IslandTpFrame.Visible = true
  383.         IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  384.     elseif HomeFrame.Visible == true then
  385.         HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false IslandTpFrame.Visible = true
  386.         IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  387.     elseif NpcTpFrame.Visible == true then
  388.         NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false IslandTpFrame.Visible = true
  389.         IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  390.     elseif OtherScriptsFrame.Visible == true then
  391.         OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false IslandTpFrame.Visible = true
  392.         IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  393.     elseif QuestTpFrame.Visible == true then
  394.         QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false IslandTpFrame.Visible = true
  395.         IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  396.     elseif OtherTpFrame.Visible == true then
  397.         OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false IslandTpFrame.Visible = true
  398.         IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  399.     elseif TpPlayerFrame.Visible == true then
  400.         TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false IslandTpFrame.Visible = true
  401.         IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  402.     end
  403. end)
  404.  
  405. IslandTpFrame.Name = "IslandTpFrame"
  406. IslandTpFrame.Parent = IslandTp
  407. IslandTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  408. IslandTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  409. IslandTpFrame.BorderSizePixel = 0
  410. IslandTpFrame.Position = UDim2.new(-1.96906745, 0, -0.839429379, 0)
  411. IslandTpFrame.Size = UDim2.new(0, 191, 0, 269)
  412. IslandTpFrame.Visible = false
  413. IslandTpFrame.ScrollBarThickness = 12
  414. IslandTpFrame.Active = true
  415.  
  416. IslandTpLabel.Name = "IslandTpLabel"
  417. IslandTpLabel.Parent = IslandTpFrame
  418. IslandTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  419. IslandTpLabel.Size = UDim2.new(0, 229, 0, 33)
  420. IslandTpLabel.Font = Enum.Font.SourceSans
  421. IslandTpLabel.Text = "TpTớiĐảo"
  422. IslandTpLabel.TextColor3 = Color3.new(0, 0, 0)
  423. IslandTpLabel.TextSize = 14
  424.  
  425. TPToLuffyIsland.Name = "TP Luffy Island"
  426. TPToLuffyIsland.Parent = IslandTpFrame
  427. TPToLuffyIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  428. TPToLuffyIsland.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  429. TPToLuffyIsland.Size = UDim2.new(0, 187, 0, 32)
  430. TPToLuffyIsland.Font = Enum.Font.SourceSans
  431. TPToLuffyIsland.Text = "Tp Tới Đảo Luffy"
  432. TPToLuffyIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  433. TPToLuffyIsland.TextSize = 14
  434. TPToLuffyIsland.MouseButton1Down:connect(function()
  435. for _,v in pairs(game.Workspace:GetDescendants()) do
  436.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  437. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  438.   end
  439. end
  440. end)
  441.  
  442. TPToBuggyIsland.Name = "TP To Buggy Island"
  443. TPToBuggyIsland.Parent = IslandTpFrame
  444. TPToBuggyIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  445. TPToBuggyIsland.Position = UDim2.new(-0.0351533741, 0, 0.26631245, 0)
  446. TPToBuggyIsland.Size = UDim2.new(0, 193, 0, 36)
  447. TPToBuggyIsland.Font = Enum.Font.SourceSans
  448. TPToBuggyIsland.Text = "Tp Tới Đảo Buggy"
  449. TPToBuggyIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  450. TPToBuggyIsland.TextSize = 14
  451. TPToBuggyIsland.MouseButton1Down:connect(function()
  452. for _,v in pairs(game.Workspace:GetDescendants()) do
  453.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Bob') then
  454. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  455.   end
  456. end
  457. end)
  458.  
  459. TPToDFSellerIsland.Name = "TP To DF Seller Island"
  460. TPToDFSellerIsland.Parent = IslandTpFrame
  461. TPToDFSellerIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  462. TPToDFSellerIsland.Position = UDim2.new(-0.0104712043, 0, 0.379519939, 0)
  463. TPToDFSellerIsland.Size = UDim2.new(0, 188, 0, 37)
  464. TPToDFSellerIsland.Font = Enum.Font.SourceSans
  465. TPToDFSellerIsland.Text = "TP Tới Đảo Người Bán DF"
  466. TPToDFSellerIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  467. TPToDFSellerIsland.TextSize = 14
  468. TPToDFSellerIsland.MouseButton1Down:connect(function()
  469. for _,v in pairs(game.Workspace:GetDescendants()) do
  470.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
  471. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  472.   end
  473. end
  474. end)
  475.  
  476. TPToMarineIsland.Name = "TP To Marine Island"
  477. TPToMarineIsland.Parent = IslandTpFrame
  478. TPToMarineIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  479. TPToMarineIsland.Position = UDim2.new(-0.00373976142, 0, 0.4958722, 0)
  480. TPToMarineIsland.Size = UDim2.new(0, 187, 0, 40)
  481. TPToMarineIsland.Font = Enum.Font.SourceSans
  482. TPToMarineIsland.Text = "TP Tới Đảo Hải Quân"
  483. TPToMarineIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  484. TPToMarineIsland.TextSize = 14
  485. TPToMarineIsland.MouseButton1Down:connect(function()
  486. for _,v in pairs(game.Workspace:GetDescendants()) do
  487.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Injured pirate') then
  488. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  489.   end
  490. end
  491. end)
  492.  
  493. TPToNoobIsland.Name = "TP To Noob Island"
  494. TPToNoobIsland.Parent = IslandTpFrame
  495. TPToNoobIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  496. TPToNoobIsland.Position = UDim2.new(-0.0121718803, 0, 0.621658325, 0)
  497. TPToNoobIsland.Size = UDim2.new(0, 189, 0, 44)
  498. TPToNoobIsland.Font = Enum.Font.SourceSans
  499. TPToNoobIsland.Text = "TP Tới Đảo Noob"
  500. TPToNoobIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  501. TPToNoobIsland.TextSize = 14
  502. TPToNoobIsland.MouseButton1Down:connect(function()
  503. for _,v in pairs(game.Workspace:GetDescendants()) do
  504.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
  505. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  506.   end
  507. end
  508. end)
  509.  
  510. TPToStarterIsland.Name = "TP To Starter Island"
  511. TPToStarterIsland.Parent = IslandTpFrame
  512. TPToStarterIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  513. TPToStarterIsland.Position = UDim2.new(-0.0174074825, 0, 0.912679493, 0)
  514. TPToStarterIsland.Size = UDim2.new(0, 190, 0, 28)
  515. TPToStarterIsland.Font = Enum.Font.SourceSans
  516. TPToStarterIsland.Text = "TP Tới Đảo Ban Đầu"
  517. TPToStarterIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  518. TPToStarterIsland.TextSize = 14
  519. TPToStarterIsland.MouseButton1Down:connect(function()
  520. for _,v in pairs(game.Workspace:GetDescendants()) do
  521.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Big head boy') then
  522. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  523.   end
  524. end
  525. end)
  526.  
  527. TPToSanjiIsland.Name = "TP To Sanji Island"
  528. TPToSanjiIsland.Parent = IslandTpFrame
  529. TPToSanjiIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  530. TPToSanjiIsland.Position = UDim2.new(-0.00170067593, 0, 0.760150254, 0)
  531. TPToSanjiIsland.Size = UDim2.new(0, 191, 0, 42)
  532. TPToSanjiIsland.Font = Enum.Font.SourceSans
  533. TPToSanjiIsland.Text = "TP Tới Đảo Sanji"
  534. TPToSanjiIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  535. TPToSanjiIsland.TextSize = 14
  536. TPToSanjiIsland.MouseButton1Down:connect(function()
  537. for _,v in pairs(game.Workspace:GetDescendants()) do
  538.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'BlackLeg') then
  539. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  540.   end
  541. end
  542. end)
  543.  
  544. WeaponTp.Name = "WeaponTp"
  545. WeaponTp.Parent = ScriptsFrame
  546. WeaponTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  547. WeaponTp.Position = UDim2.new(0.0476484038, 0, 0.336978644, 0)
  548. WeaponTp.Size = UDim2.new(0, 100, 0, 31)
  549. WeaponTp.Font = Enum.Font.SourceSansLight
  550. WeaponTp.Text = "TpVũKhí"
  551. WeaponTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  552. WeaponTp.TextSize = 14
  553. WeaponTp.MouseButton1Click:connect(function()
  554.     if WeaponTpFrame.Visible == true then wait(.10)
  555.                 WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  556.                 wait(1) WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  557.     elseif IslandTpFrame.Visible == true then wait(.10)
  558.         IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false WeaponTpFrame.Visible = true
  559.         WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  560.     elseif HomeFrame.Visible == true then
  561.         HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false WeaponTpFrame.Visible = true
  562.         WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  563.     elseif NpcTpFrame.Visible == true then
  564.         NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false WeaponTpFrame.Visible = true
  565.         WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  566.     elseif OtherScriptsFrame.Visible == true then
  567.         OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false WeaponTpFrame.Visible = true
  568.         WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  569.     elseif QuestTpFrame.Visible == true then
  570.         QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false WeaponTpFrame.Visible = true
  571.         WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  572.     elseif OtherTpFrame.Visible == true then
  573.         OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false WeaponTpFrame.Visible = true
  574.         WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  575.     elseif TpPlayerFrame.Visible == true then
  576.         TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false WeaponTpFrame.Visible = true
  577.         WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  578.     end
  579. end)
  580.  
  581. WeaponTpFrame.Name = "WeaponTpFrame"
  582. WeaponTpFrame.Parent = WeaponTp
  583. WeaponTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  584. WeaponTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  585. WeaponTpFrame.BorderSizePixel = 0
  586. WeaponTpFrame.Position = UDim2.new(-1.96899998, 0, -2.80200005, 0)
  587. WeaponTpFrame.Size = UDim2.new(0, 191, 0, 269)
  588. WeaponTpFrame.Visible = false
  589. WeaponTpFrame.ScrollBarThickness = 12
  590. WeaponTpFrame.Active = true
  591.  
  592. WeaponTpLabel.Name = "WeaponTpLabel"
  593. WeaponTpLabel.Parent = WeaponTpFrame
  594. WeaponTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  595. WeaponTpLabel.Size = UDim2.new(0, 229, 0, 33)
  596. WeaponTpLabel.Font = Enum.Font.SourceSans
  597. WeaponTpLabel.Text = "TpVũKhí"
  598. WeaponTpLabel.TextColor3 = Color3.new(0, 0, 0)
  599. WeaponTpLabel.TextSize = 14
  600.  
  601. TpWoodenSword.Name = "TpWooden Sword"
  602. TpWoodenSword.Parent = WeaponTpFrame
  603. TpWoodenSword.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  604. TpWoodenSword.Position = UDim2.new(-0.00512295868, 0, 0.165683448, 0)
  605. TpWoodenSword.Size = UDim2.new(0, 187, 0, 23)
  606. TpWoodenSword.Font = Enum.Font.SourceSans
  607. TpWoodenSword.Text = "Tp Wooden Sword"
  608. TpWoodenSword.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  609. TpWoodenSword.TextSize = 14
  610. TpWoodenSword.MouseButton1Down:connect(function()
  611. for _,v in pairs(game.Workspace:GetDescendants()) do
  612.   if string.find(v.Name, "Wooden Sword") and string.find(v.ClassName, "Model") then
  613.       v:FindFirstChild("Head").Anchored = true
  614.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  615.  end
  616. end
  617. end)
  618.  
  619. TPKatana.Name = "TPKatana"
  620. TPKatana.Parent = WeaponTpFrame
  621. TPKatana.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  622. TPKatana.Position = UDim2.new(-0.0148002263, 0, 0.238010451, 0)
  623. TPKatana.Size = UDim2.new(0, 189, 0, 22)
  624. TPKatana.Font = Enum.Font.SourceSans
  625. TPKatana.Text = "Tp Katana"
  626. TPKatana.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  627. TPKatana.TextSize = 14
  628. TPKatana.MouseButton1Down:connect(function()
  629. for _,v in pairs(game.Workspace:GetDescendants()) do
  630.   if string.find(v.Name, "Katana") and string.find(v.ClassName, "Model") then
  631.       v:FindFirstChild("Head").Anchored = true
  632.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  633.  end
  634. end
  635. end)
  636.  
  637. TpJitte.Name = "TpJitte"
  638. TpJitte.Parent = WeaponTpFrame
  639. TpJitte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  640. TpJitte.Position = UDim2.new(-0.0194465686, 0, 0.309538424, 0)
  641. TpJitte.Size = UDim2.new(0, 190, 0, 24)
  642. TpJitte.Font = Enum.Font.SourceSans
  643. TpJitte.Text = "Tp Jitte"
  644. TpJitte.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  645. TpJitte.TextSize = 14
  646. TpJitte.MouseButton1Down:connect(function()
  647. for _,v in pairs(game.Workspace:GetDescendants()) do
  648.   if string.find(v.Name, "Jitte") and string.find(v.ClassName, "Model") then
  649.       v:FindFirstChild("Head").Anchored = true
  650.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  651.  end
  652. end
  653. end)
  654.  
  655. TPCutlass.Name = "TP Cutlass"
  656. TPCutlass.Parent = WeaponTpFrame
  657. TPCutlass.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  658. TPCutlass.Position = UDim2.new(-0.0148002263, 0, 0.385010093, 0)
  659. TPCutlass.Size = UDim2.new(0, 189, 0, 25)
  660. TPCutlass.Font = Enum.Font.SourceSans
  661. TPCutlass.Text = "TP Cutlass"
  662. TPCutlass.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  663. TPCutlass.TextSize = 14
  664. TPCutlass.MouseButton1Down:connect(function()
  665. for _,v in pairs(game.Workspace:GetDescendants()) do
  666.   if string.find(v.Name, "Cutlass") and string.find(v.ClassName, "Model") then
  667.       v:FindFirstChild("Head").Anchored = true
  668.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  669.  end
  670. end
  671. end)
  672.  
  673. TPPipe.Name = "TP Pipe"
  674. TPPipe.Parent = WeaponTpFrame
  675. TPPipe.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  676. TPPipe.Position = UDim2.new(-0.00190455257, 0, 0.463626444, 0)
  677. TPPipe.Size = UDim2.new(0, 187, 0, 23)
  678. TPPipe.Font = Enum.Font.SourceSans
  679. TPPipe.Text = "Tp Pipe"
  680. TPPipe.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  681. TPPipe.TextSize = 14
  682. TPPipe.MouseButton1Down:connect(function()
  683. for _,v in pairs(game.Workspace:GetDescendants()) do
  684.   if string.find(v.Name, "Pipe") and string.find(v.ClassName, "Model") then
  685.       v:FindFirstChild("Head").Anchored = true
  686.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  687.  end
  688. end
  689. end)
  690.  
  691. TpNonosamaBo.Name = "TpNonosama Bo"
  692. TpNonosamaBo.Parent = WeaponTpFrame
  693. TpNonosamaBo.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  694. TpNonosamaBo.Position = UDim2.new(-0.00512295868, 0, 0.535953462, 0)
  695. TpNonosamaBo.Size = UDim2.new(0, 187, 0, 27)
  696. TpNonosamaBo.Font = Enum.Font.SourceSans
  697. TpNonosamaBo.Text = "Tp Nonosama Bo"
  698. TpNonosamaBo.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  699. TpNonosamaBo.TextSize = 14
  700. TpNonosamaBo.MouseButton1Down:connect(function()
  701. for _,v in pairs(game.Workspace:GetDescendants()) do
  702.   if string.find(v.Name, "Nonosama Bo") and string.find(v.ClassName, "Model") then
  703.       v:FindFirstChild("Head").Anchored = true
  704.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  705.  end
  706. end
  707. end)
  708.  
  709. TpBisento.Name = "TpBisento"
  710. TpBisento.Parent = WeaponTpFrame
  711. TpBisento.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  712. TpBisento.Position = UDim2.new(-0.00190455257, 0, 0.620859027, 0)
  713. TpBisento.Size = UDim2.new(0, 187, 0, 24)
  714. TpBisento.Font = Enum.Font.SourceSans
  715. TpBisento.Text = "Tp Bisento"
  716. TpBisento.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  717. TpBisento.TextSize = 14
  718. TpBisento.MouseButton1Down:connect(function()
  719. for _,v in pairs(game.Workspace:GetDescendants()) do
  720.   if string.find(v.Name, "Bisento") and string.find(v.ClassName, "Model") then
  721.       v:FindFirstChild("Head").Anchored = true
  722.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  723.  end
  724. end
  725. end)
  726.  
  727. TpFlintlock.Name = "TpFlintlock"
  728. TpFlintlock.Parent = WeaponTpFrame
  729. TpFlintlock.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  730. TpFlintlock.Position = UDim2.new(0.00531964516, 0, 0.696330786, 0)
  731. TpFlintlock.Size = UDim2.new(0, 186, 0, 29)
  732. TpFlintlock.Font = Enum.Font.SourceSans
  733. TpFlintlock.Text = "Tp FlintLock"
  734. TpFlintlock.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  735. TpFlintlock.TextSize = 14
  736. TpFlintlock.MouseButton1Down:connect(function()
  737. for _,v in pairs(game.Workspace:GetDescendants()) do
  738.   if string.find(v.Name, "Flintlock") and string.find(v.ClassName, "Model") then
  739.       v:FindFirstChild("Head").Anchored = true
  740.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  741.  end
  742. end
  743. end)
  744.  
  745. TpRifle.Name = "TpRifle"
  746. TpRifle.Parent = WeaponTpFrame
  747. TpRifle.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  748. TpRifle.Position = UDim2.new(0.00531964516, 0, 0.787525833, 0)
  749. TpRifle.Size = UDim2.new(0, 186, 0, 24)
  750. TpRifle.Font = Enum.Font.SourceSans
  751. TpRifle.Text = "Tp Rifle"
  752. TpRifle.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  753. TpRifle.TextSize = 14
  754. TpRifle.MouseButton1Down:connect(function()
  755. for _,v in pairs(game.Workspace:GetDescendants()) do
  756.   if string.find(v.Name, "Rifle") and string.find(v.ClassName, "Model") then
  757.       v:FindFirstChild("Head").Anchored = true
  758.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  759.  end
  760. end
  761. end)
  762.  
  763. TpGryphon.Name = "TpGryphon"
  764. TpGryphon.Parent = WeaponTpFrame
  765. TpGryphon.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  766. TpGryphon.Position = UDim2.new(0.00531964516, 0, 0.862997532, 0)
  767. TpGryphon.Size = UDim2.new(0, 186, 0, 24)
  768. TpGryphon.Font = Enum.Font.SourceSans
  769. TpGryphon.Text = "Tp Gryphon"
  770. TpGryphon.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  771. TpGryphon.TextSize = 14
  772. TpGryphon.MouseButton1Down:connect(function()
  773. for _,v in pairs(game.Workspace:GetDescendants()) do
  774.   if string.find(v.Name, "Gryphon") and string.find(v.ClassName, "Model") then
  775.       v:FindFirstChild("Head").Anchored = true
  776.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  777.  end
  778. end
  779. end)
  780.  
  781. QuestTp.Name = "QuestTp"
  782. QuestTp.Parent = ScriptsFrame
  783. QuestTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  784. QuestTp.Position = UDim2.new(0.0476484038, 0, 0.446069628, 0)
  785. QuestTp.Size = UDim2.new(0, 100, 0, 31)
  786. QuestTp.Font = Enum.Font.SourceSansLight
  787. QuestTp.Text = "TpNhiệmVụ"
  788. QuestTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  789. QuestTp.TextSize = 14
  790. QuestTp.MouseButton1Click:connect(function()
  791.     if QuestTpFrame.Visible == true then wait(.10)
  792.                 QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  793.                 wait(1) QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  794.     elseif IslandTpFrame.Visible == true then wait(.10)
  795.         IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false QuestTpFrame.Visible = true
  796.         QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  797.     elseif HomeFrame.Visible == true then
  798.         HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false QuestTpFrame.Visible = true
  799.         QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  800.     elseif NpcTpFrame.Visible == true then
  801.         NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false QuestTpFrame.Visible = true
  802.         QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  803.     elseif OtherScriptsFrame.Visible == true then
  804.         OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false QuestTpFrame.Visible = true
  805.         QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  806.     elseif WeaponTpFrame.Visible == true then
  807.         WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false QuestTpFrame.Visible = true
  808.         QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  809.     elseif OtherTpFrame.Visible == true then
  810.         OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false QuestTpFrame.Visible = true
  811.         QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  812.     elseif TpPlayerFrame.Visible == true then
  813.         TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false QuestTpFrame.Visible = true
  814.         QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  815.     end
  816. end)
  817.  
  818. QuestTpFrame.Name = "QuestTpFrame"
  819. QuestTpFrame.Parent = QuestTp
  820. QuestTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  821. QuestTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  822. QuestTpFrame.BorderSizePixel = 0
  823. QuestTpFrame.Position = UDim2.new(-1.96899998, 0, -3.76099992, 0)
  824. QuestTpFrame.Size = UDim2.new(0, 191, 0, 269)
  825. QuestTpFrame.Visible = false
  826. QuestTpFrame.ScrollBarThickness = 12
  827. QuestTpFrame.Active = true
  828.  
  829. QuestTpLabel.Name = "QuestTpLabel"
  830. QuestTpLabel.Parent = QuestTpFrame
  831. QuestTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  832. QuestTpLabel.Size = UDim2.new(0, 229, 0, 33)
  833. QuestTpLabel.Font = Enum.Font.SourceSans
  834. QuestTpLabel.Text = "TpNhiệmVụ"
  835. QuestTpLabel.TextColor3 = Color3.new(0, 0, 0)
  836. QuestTpLabel.TextSize = 14
  837.  
  838. TpBob.Name = "TpBob"
  839. TpBob.Parent = QuestTpFrame
  840. TpBob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  841. TpBob.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  842. TpBob.Size = UDim2.new(0, 189, 0, 32)
  843. TpBob.Font = Enum.Font.SourceSans
  844. TpBob.Text = "Tp Bob"
  845. TpBob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  846. TpBob.TextSize = 14
  847. TpBob.MouseButton1Down:connect(function()
  848. for _,v in pairs(game.Workspace:GetDescendants()) do
  849.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Bob') then
  850.        v:FindFirstChild("Head").Anchored = true
  851.        v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  852.   end
  853. end
  854. end)
  855.  
  856. TpGunNoob.Name = "TpGunNoob"
  857. TpGunNoob.Parent = QuestTpFrame
  858. TpGunNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  859. TpGunNoob.Position = UDim2.new(0, 0, 0.26631245, 0)
  860. TpGunNoob.Size = UDim2.new(0, 188, 0, 32)
  861. TpGunNoob.Font = Enum.Font.SourceSans
  862. TpGunNoob.Text = "Tp Gun Noob"
  863. TpGunNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  864. TpGunNoob.TextSize = 14
  865. TpGunNoob.MouseButton1Down:connect(function()
  866. for _,v in pairs(game.Workspace:GetDescendants()) do
  867.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
  868.        v:FindFirstChild("Head").Anchored = true
  869.        v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  870.   end
  871. end
  872. end)
  873.  
  874. TpThatNoob.Name = "TpThatNoob"
  875. TpThatNoob.Parent = QuestTpFrame
  876. TpThatNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  877. TpThatNoob.Position = UDim2.new(-0.00373976142, 0, 0.366625935, 0)
  878. TpThatNoob.Size = UDim2.new(0, 189, 0, 38)
  879. TpThatNoob.Font = Enum.Font.SourceSans
  880. TpThatNoob.Text = "TP That Noob"
  881. TpThatNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  882. TpThatNoob.TextSize = 14
  883. TpThatNoob.MouseButton1Down:connect(function()
  884. for _,v in pairs(game.Workspace:GetDescendants()) do
  885.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  886.        v:FindFirstChild("Head").Anchored = true
  887.        v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  888.   end
  889. end
  890. end)
  891.  
  892. TpInjuredPirate.Name = "TpInjuredPirate"
  893. TpInjuredPirate.Parent = QuestTpFrame
  894. TpInjuredPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  895. TpInjuredPirate.Position = UDim2.new(-0.01678323, 0, 0.485748172, 0)
  896. TpInjuredPirate.Size = UDim2.new(0, 191, 0, 36)
  897. TpInjuredPirate.Font = Enum.Font.SourceSans
  898. TpInjuredPirate.Text = "TP Injured Pirate"
  899. TpInjuredPirate.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  900. TpInjuredPirate.TextSize = 14
  901. TpInjuredPirate.MouseButton1Down:connect(function()
  902. for _,v in pairs(game.Workspace:GetDescendants()) do
  903.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Injured pirate') then
  904.        v:FindFirstChild("Head").Anchored = true
  905.        v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  906.   end
  907. end
  908. end)
  909.  
  910. TpSwordNoob.Name = "TpSwordNoob"
  911. TpSwordNoob.Parent = QuestTpFrame
  912. TpSwordNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  913. TpSwordNoob.Position = UDim2.new(-0.00373976142, 0, 0.598600864, 0)
  914. TpSwordNoob.Size = UDim2.new(0, 189, 0, 36)
  915. TpSwordNoob.Font = Enum.Font.SourceSans
  916. TpSwordNoob.Text = "TP Sword Noob"
  917. TpSwordNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  918. TpSwordNoob.TextSize = 14
  919. TpSwordNoob.MouseButton1Down:connect(function()
  920. for _,v in pairs(game.Workspace:GetDescendants()) do
  921.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sword noob') then
  922.        v:FindFirstChild("Head").Anchored = true
  923.        v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  924.   end
  925. end
  926. end)
  927.  
  928. TpSadNoob.Name = "TpSadNoob"
  929. TpSadNoob.Parent = QuestTpFrame
  930. TpSadNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  931. TpSadNoob.Position = UDim2.new(-0.00373976142, 0, 0.711453497, 0)
  932. TpSadNoob.Size = UDim2.new(0, 189, 0, 37)
  933. TpSadNoob.Font = Enum.Font.SourceSans
  934. TpSadNoob.Text = "TP Sad Noob"
  935. TpSadNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  936. TpSadNoob.TextSize = 14
  937. TpSadNoob.MouseButton1Down:connect(function()
  938. for _,v in pairs(game.Workspace:GetDescendants()) do
  939.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sad noob') then
  940.        v:FindFirstChild("Head").Anchored = true
  941.        v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  942.   end
  943. end
  944. end)
  945.  
  946. TpBigHeadBoy.Name = "TpBigHeadBoy"
  947. TpBigHeadBoy.Parent = QuestTpFrame
  948. TpBigHeadBoy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  949. TpBigHeadBoy.Position = UDim2.new(-0.00373976142, 0, 0.827440977, 0)
  950. TpBigHeadBoy.Size = UDim2.new(0, 189, 0, 38)
  951. TpBigHeadBoy.Font = Enum.Font.SourceSans
  952. TpBigHeadBoy.Text = "TP Big Head Boy"
  953. TpBigHeadBoy.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  954. TpBigHeadBoy.TextSize = 14
  955. TpBigHeadBoy.MouseButton1Down:connect(function()
  956. for _,v in pairs(game.Workspace:GetDescendants()) do
  957.    if string.find(v.ClassName, "Model") and string.find(v.Name, 'Big head boy') then
  958.        v:FindFirstChild("Head").Anchored = true
  959.        v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  960.   end
  961. end
  962. end)
  963.  
  964. OtherScripts.Name = "OtherScripts"
  965. OtherScripts.Parent = ScriptsFrame
  966. OtherScripts.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  967. OtherScripts.Position = UDim2.new(0.0476484038, 0, 0.555160582, 0)
  968. OtherScripts.Size = UDim2.new(0, 100, 0, 31)
  969. OtherScripts.Font = Enum.Font.SourceSansLight
  970. OtherScripts.Text = "ScriptsKhác"
  971. OtherScripts.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  972. OtherScripts.TextSize = 14
  973. OtherScripts.MouseButton1Click:connect(function()
  974.     if OtherScriptsFrame.Visible == true then wait(.10)
  975.                 OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  976.                 wait(1) OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  977.     elseif IslandTpFrame.Visible == true then wait(.10)
  978.         IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false OtherScriptsFrame.Visible = true
  979.         OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  980.     elseif HomeFrame.Visible == true then
  981.         HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false OtherScriptsFrame.Visible = true
  982.         OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  983.     elseif NpcTpFrame.Visible == true then
  984.         NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false OtherScriptsFrame.Visible = true
  985.         OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  986.     elseif QuestTpFrame.Visible == true then
  987.         QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false OtherScriptsFrame.Visible = true
  988.         OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  989.     elseif WeaponTpFrame.Visible == true then
  990.         WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false OtherScriptsFrame.Visible = true
  991.         OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  992.     elseif OtherTpFrame.Visible == true then
  993.         OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherTpFrame.Visible = false OtherScriptsFrame.Visible = true
  994.         OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  995.     elseif TpPlayerFrame.Visible == true then
  996.         TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false OtherScriptsFrame.Visible = true
  997.         OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  998.     end
  999. end)
  1000.  
  1001. OtherScriptsFrame.Name = "OtherScriptsFrame"
  1002. OtherScriptsFrame.Parent = OtherScripts
  1003. OtherScriptsFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1004. OtherScriptsFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1005. OtherScriptsFrame.BorderSizePixel = 0
  1006. OtherScriptsFrame.Position = UDim2.new(-1.96770537, 0, -4.72365236, 0)
  1007. OtherScriptsFrame.Size = UDim2.new(0, 191, 0, 269)
  1008. OtherScriptsFrame.Visible = false
  1009. OtherScriptsFrame.ScrollBarThickness = 12
  1010. OtherScriptsFrame.Active = true
  1011.  
  1012. OtherScriptsLabel.Name = "OtherScriptsLabel"
  1013. OtherScriptsLabel.Parent = OtherScriptsFrame
  1014. OtherScriptsLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1015. OtherScriptsLabel.Size = UDim2.new(0, 229, 0, 33)
  1016. OtherScriptsLabel.Font = Enum.Font.SourceSans
  1017. OtherScriptsLabel.Text = "ScripsKhác"
  1018. OtherScriptsLabel.TextColor3 = Color3.new(0, 0, 0)
  1019. OtherScriptsLabel.TextSize = 14
  1020.  
  1021. DeleteAntiCheat.Name = "DeleteAntiCheat"
  1022. DeleteAntiCheat.Parent = OtherScriptsFrame
  1023. DeleteAntiCheat.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1024. DeleteAntiCheat.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  1025. DeleteAntiCheat.Size = UDim2.new(0, 187, 0, 32)
  1026. DeleteAntiCheat.Font = Enum.Font.SourceSans
  1027. DeleteAntiCheat.Text = "Xóa Chống Gian Lận"
  1028. DeleteAntiCheat.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1029. DeleteAntiCheat.TextSize = 14
  1030. DeleteAntiCheat.MouseButton1Down:connect(function()
  1031. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1032. if v.ClassName == "Script" then
  1033. for i,c in pairs(v:GetChildren()) do
  1034. if c.Name == "" then
  1035. v:Remove()
  1036.  
  1037. end
  1038. end
  1039. end
  1040. end
  1041. end)
  1042.  
  1043. Fly.Name = "Fly"
  1044. Fly.Parent = OtherScriptsFrame
  1045. Fly.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1046. Fly.Position = UDim2.new(0, 0, 0.26631245, 0)
  1047. Fly.Size = UDim2.new(0, 186, 0, 32)
  1048. Fly.Font = Enum.Font.SourceSans
  1049. Fly.Text = "Bay"
  1050. Fly.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1051. Fly.TextSize = 14
  1052. Fly.MouseButton1Down:connect(function()
  1053. repeat wait()
  1054.     until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1055. local mouse = game.Players.LocalPlayer:GetMouse()
  1056. repeat wait() until mouse
  1057. local plr = game.Players.LocalPlayer
  1058. local torso = plr.Character.Torso
  1059. local flying = true
  1060. local deb = true
  1061. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1062. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1063. local maxspeed = 220
  1064. local speed = 100
  1065.  
  1066. function Fly()
  1067. local bg = Instance.new("BodyGyro", torso)
  1068. bg.P = 9e4
  1069. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1070. bg.cframe = torso.CFrame
  1071. local bv = Instance.new("BodyVelocity", torso)
  1072. bv.velocity = Vector3.new(0,0.1,0)
  1073. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1074. repeat wait()
  1075. plr.Character.Humanoid.PlatformStand = true
  1076. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1077. speed = speed+.5+(speed/maxspeed)
  1078. if speed > maxspeed then
  1079. speed = maxspeed
  1080. end
  1081. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1082. speed = speed-1
  1083. if speed < 0 then
  1084. speed = 100
  1085. end
  1086. end
  1087. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1088. 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
  1089. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1090. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1091. 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
  1092. else
  1093. bv.velocity = Vector3.new(0,0.1,0)
  1094. end
  1095. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*100*speed/maxspeed),0,0)
  1096. until not flying
  1097. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1098. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1099. speed = 100
  1100. bg:Destroy()
  1101. bv:Destroy()
  1102. plr.Character.Humanoid.PlatformStand = false
  1103. end
  1104. mouse.KeyDown:connect(function(key)
  1105. if key:lower() == "e" then
  1106. if flying then flying = false
  1107. else
  1108. flying = true
  1109. Fly()
  1110. end
  1111. elseif key:lower() == "w" then
  1112. ctrl.f = 1
  1113. elseif key:lower() == "s" then
  1114. ctrl.b = -1
  1115. elseif key:lower() == "a" then
  1116. ctrl.l = -1
  1117. elseif key:lower() == "d" then
  1118. ctrl.r = 1
  1119. end
  1120. end)
  1121. mouse.KeyUp:connect(function(key)
  1122. if key:lower() == "w" then
  1123. ctrl.f = 0
  1124. elseif key:lower() == "s" then
  1125. ctrl.b = 0
  1126. elseif key:lower() == "a" then
  1127. ctrl.l = 0
  1128. elseif key:lower() == "d" then
  1129. ctrl.r = 0
  1130. end
  1131. end)
  1132. end)
  1133.  
  1134. SpeedHack.Name = "SpeedHack"
  1135. SpeedHack.Parent = OtherScriptsFrame
  1136. SpeedHack.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1137. SpeedHack.Position = UDim2.new(-0.0104712043, 0, 0.366941363, 0)
  1138. SpeedHack.Size = UDim2.new(0, 188, 0, 35)
  1139. SpeedHack.Font = Enum.Font.SourceSans
  1140. SpeedHack.Text = "Chạy Nhanh"
  1141. SpeedHack.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1142. SpeedHack.TextSize = 14
  1143. SpeedHack.MouseButton1Down:connect(function()
  1144. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  1145. end)
  1146.  
  1147. NoClip.Name = "NoClip"
  1148. NoClip.Parent = OtherScriptsFrame
  1149. NoClip.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1150. NoClip.Position = UDim2.new(-0.00373976142, 0, 0.4770042, 0)
  1151. NoClip.Size = UDim2.new(0, 187, 0, 36)
  1152. NoClip.Font = Enum.Font.SourceSans
  1153. NoClip.Text = "XuyênTường"
  1154. NoClip.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1155. NoClip.TextSize = 14
  1156. NoClip.MouseButton1Down:connect(function()
  1157. noclip = false
  1158. game:GetService('RunService').Stepped:connect(function()
  1159. if noclip then
  1160. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1161. end
  1162. end)
  1163. plr = game.Players.LocalPlayer
  1164. mouse = plr:GetMouse()
  1165. mouse.KeyDown:connect(function(key)
  1166.  
  1167. if key == "y" then
  1168. noclip = not noclip
  1169. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1170. end
  1171. end)
  1172. end)
  1173.  
  1174. OtherTp.Name = "OtherTp"
  1175. OtherTp.Parent = ScriptsFrame
  1176. OtherTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1177. OtherTp.Position = UDim2.new(0.0476484038, 0, 0.667887747, 0)
  1178. OtherTp.Size = UDim2.new(0, 100, 0, 31)
  1179. OtherTp.Font = Enum.Font.SourceSansLight
  1180. OtherTp.Text = "Tpkhác"
  1181. OtherTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1182. OtherTp.TextSize = 14
  1183. OtherTp.MouseButton1Click:connect(function()
  1184.     if OtherTpFrame.Visible == true then wait(.10)
  1185.                 OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1186.                 wait(1) OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1187.     elseif IslandTpFrame.Visible == true then wait(.10)
  1188.         IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false OtherTpFrame.Visible = true
  1189.         OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1190.     elseif HomeFrame.Visible == true then
  1191.         HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false OtherTpFrame.Visible = true
  1192.         OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1193.     elseif NpcTpFrame.Visible == true then
  1194.         NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false OtherTpFrame.Visible = true
  1195.         OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1196.     elseif QuestTpFrame.Visible == true then
  1197.         QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false OtherTpFrame.Visible = true
  1198.         OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1199.     elseif WeaponTpFrame.Visible == true then
  1200.         WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false OtherTpFrame.Visible = true
  1201.         OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1202.     elseif OtherScriptsFrame.Visible == true then
  1203.         OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false OtherTpFrame.Visible = true
  1204.         OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1205.     elseif TpPlayerFrame.Visible == true then
  1206.         TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false OtherTpFrame.Visible = true
  1207.         OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1208.     end
  1209. end)
  1210.  
  1211. OtherTpFrame.Name = "OtherTpFrame"
  1212. OtherTpFrame.Parent = OtherTp
  1213. OtherTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1214. OtherTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1215. OtherTpFrame.BorderSizePixel = 0
  1216. OtherTpFrame.NextSelectionRight = HomeFrame
  1217. OtherTpFrame.Position = UDim2.new(-1.96800017, 0, -5.74222612, 1)
  1218. OtherTpFrame.Size = UDim2.new(0, 191, 0, 269)
  1219. OtherTpFrame.Visible = false
  1220. OtherTpFrame.ScrollBarThickness = 12
  1221. OtherTpFrame.Active = true
  1222.  
  1223. OtherTpLabel.Name = "OtherTpLabel"
  1224. OtherTpLabel.Parent = OtherTpFrame
  1225. OtherTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1226. OtherTpLabel.Size = UDim2.new(0, 229, 0, 33)
  1227. OtherTpLabel.Font = Enum.Font.SourceSans
  1228. OtherTpLabel.Text = "TpKhác"
  1229. OtherTpLabel.TextColor3 = Color3.new(0, 0, 0)
  1230. OtherTpLabel.TextSize = 14
  1231.  
  1232. TpChest.Name = "TpChest"
  1233. TpChest.Parent = OtherTpFrame
  1234. TpChest.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1235. TpChest.Position = UDim2.new(-0.00373976142, 0, 0.165683448, 0)
  1236. TpChest.Size = UDim2.new(0, 187, 0, 32)
  1237. TpChest.Font = Enum.Font.SourceSans
  1238. TpChest.Text = "Tp Rương"
  1239. TpChest.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1240. TpChest.TextSize = 14
  1241. TpChest.MouseButton1Down:connect(function()
  1242. for _,v in pairs(game.Workspace:GetDescendants()) do
  1243. if v.ClassName == "TouchTransmitter" then
  1244. v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
  1245. v.Parent.Anchored = true
  1246. end
  1247. end
  1248. end)
  1249.  
  1250. TpAllNPC.Name = "TpAllNPC"
  1251. TpAllNPC.Parent = OtherTpFrame
  1252. TpAllNPC.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1253. TpAllNPC.Position = UDim2.new(0, 0, 0.266312391, 0)
  1254. TpAllNPC.Size = UDim2.new(0, 186, 0, 32)
  1255. TpAllNPC.Font = Enum.Font.SourceSans
  1256. TpAllNPC.Text = "Tp Tất Cả Npc"
  1257. TpAllNPC.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1258. TpAllNPC.TextSize = 14
  1259. TpAllNPC.MouseButton1Down:connect(function()
  1260. for _,v in pairs(game.Workspace:GetDescendants()) do
  1261.   if string.find(v.Name, "Luffy") or string.find(v.Name, "Buggy") or string.find(v.Name, "Attacking") or string.find(v.Name, "Thief") or string.find(v.Name, "Big Full Body") or string.find(v.Name, "Marine") and v:FindFirstChild("HumanoidRootPart") then
  1262.        v:FindFirstChild("HumanoidRootPart").Anchored = true
  1263.        v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  1264.     end
  1265. end
  1266. end)
  1267.  
  1268. TpSwords.Name = "TpSwords"
  1269. TpSwords.Parent = OtherTpFrame
  1270. TpSwords.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1271. TpSwords.Position = UDim2.new(-0.00373976142, 0, 0.366625935, 0)
  1272. TpSwords.Size = UDim2.new(0, 187, 0, 38)
  1273. TpSwords.Font = Enum.Font.SourceSans
  1274. TpSwords.Text = "TP Tất Cả Kiếm"
  1275. TpSwords.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1276. TpSwords.TextSize = 14
  1277. TpSwords.MouseButton1Down:connect(function()
  1278. for _,v in pairs(game.Workspace:GetDescendants()) do
  1279.   if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
  1280.       v:FindFirstChild("Head").Anchored = true
  1281.       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1282.  end
  1283. end
  1284. end)
  1285.  
  1286. Close.Name = "Close"
  1287. Close.Parent = MainFrame
  1288. Close.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1289. Close.Position = UDim2.new(0.888513625, 0, 0, 0)
  1290. Close.Size = UDim2.new(0, 33, 0, 23)
  1291. Close.Font = Enum.Font.SourceSans
  1292. Close.Text = "X"
  1293. Close.TextColor3 = Color3.new(0, 0, 0)
  1294. Close.TextSize = 14
  1295. Close.MouseButton1Down:connect(function()
  1296. MainFrame:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  1297. OpenGui.Visible = true
  1298. end)
  1299.  
  1300. Tilte.Name = "Tilte"
  1301. Tilte.Parent = MainFrame
  1302. Tilte.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1303. Tilte.Position = UDim2.new(-0.00109739567, 0, 0, 0)
  1304. Tilte.Size = UDim2.new(0, 140, 0, 33)
  1305. Tilte.Font = Enum.Font.SourceSans
  1306. Tilte.Text = "Gui S.O.P"
  1307. Tilte.TextColor3 = Color3.new(0, 0, 0)
  1308. Tilte.TextSize = 14
  1309.  
  1310. Tilte1.Name = "Tilte1"
  1311. Tilte1.Parent = MainFrame
  1312. Tilte1.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1313. Tilte1.Position = UDim2.new(0.408456832, 0, 0, 0)
  1314. Tilte1.Size = UDim2.new(0, 51, 0, 33)
  1315. Tilte1.Font = Enum.Font.SourceSans
  1316. Tilte1.Text = "V2.1"
  1317. Tilte1.TextColor3 = Color3.new(0, 0, 0)
  1318. Tilte1.TextSize = 14
  1319.  
  1320. BackgroundFrame.Name = "BackgroundFrame"
  1321. BackgroundFrame.Parent = Main
  1322. BackgroundFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1323. BackgroundFrame.BackgroundTransparency = 1
  1324. BackgroundFrame.Position = UDim2.new(0.372213811, 0, 0.279000014, 0)
  1325. BackgroundFrame.Size = UDim2.new(0, 285, 0, 374)
  1326. BackgroundFrame.Image = "rbxassetid://2260429633"
  1327. BackgroundFrame.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1328. BackgroundFrame.ScaleType = Enum.ScaleType.Slice
  1329. BackgroundFrame.SliceCenter = Rect.new(12, 12, 13, 13)
  1330. BackgroundFrame.Active = true
  1331.  
  1332. Border1.Name = "Border1"
  1333. Border1.Parent = BackgroundFrame
  1334. Border1.BackgroundColor3 = Color3.new(0, 0, 0)
  1335. Border1.BackgroundTransparency = 0.49000000953674
  1336. Border1.BorderSizePixel = 0
  1337. Border1.Position = UDim2.new(0.0350877196, 0, -0.0160427801, 0)
  1338. Border1.Size = UDim2.new(0, 262, 0, 6)
  1339.  
  1340. Border2.Name = "Border2"
  1341. Border2.Parent = BackgroundFrame
  1342. Border2.BackgroundColor3 = Color3.new(0, 0, 0)
  1343. Border2.BackgroundTransparency = 0.49000000953674
  1344. Border2.BorderSizePixel = 0
  1345. Border2.Position = UDim2.new(0.0350877196, 0, 1, 0)
  1346. Border2.Size = UDim2.new(0, 262, 0, 6)
  1347.  
  1348. Border3.Name = "Border3"
  1349. Border3.Parent = BackgroundFrame
  1350. Border3.BackgroundColor3 = Color3.new(0, 0, 0)
  1351. Border3.BackgroundTransparency = 0.49000000953674
  1352. Border3.BorderSizePixel = 0
  1353. Border3.Position = UDim2.new(-0.0280702151, 0, 0.0374331549, 0)
  1354. Border3.Size = UDim2.new(0, 8, 0, 342)
  1355.  
  1356. Border4.Name = "Border4"
  1357. Border4.Parent = BackgroundFrame
  1358. Border4.BackgroundColor3 = Color3.new(0, 0, 0)
  1359. Border4.BackgroundTransparency = 0.49000000953674
  1360. Border4.BorderSizePixel = 0
  1361. Border4.Position = UDim2.new(1, 0, 0.0374331549, 0)
  1362. Border4.Size = UDim2.new(0, 8, 0, 342)
  1363.  
  1364. LoginInfoLabel.Name = "LoginInfoLabel"
  1365. LoginInfoLabel.Parent = BackgroundFrame
  1366. LoginInfoLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1367. LoginInfoLabel.BackgroundTransparency = 1
  1368. LoginInfoLabel.Size = UDim2.new(0, 285, 0, 45)
  1369. LoginInfoLabel.Font = Enum.Font.SourceSansSemibold
  1370. LoginInfoLabel.Text = "Thông Tin Đăng Nhập"
  1371. LoginInfoLabel.TextColor3 = Color3.new(1, 1, 1)
  1372. LoginInfoLabel.TextSize = 45
  1373.  
  1374. WelcomeUserLabel.Name = "WelcomeUserLabel"
  1375. WelcomeUserLabel.Parent = BackgroundFrame
  1376. WelcomeUserLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1377. WelcomeUserLabel.BackgroundTransparency = 1
  1378. WelcomeUserLabel.Position = UDim2.new(0.0350877196, 0, 0.13903743, 0)
  1379. WelcomeUserLabel.Size = UDim2.new(0, 139, 0, 45)
  1380. WelcomeUserLabel.Font = Enum.Font.SourceSansSemibold
  1381. WelcomeUserLabel.Text = "Chào Mừng"
  1382. WelcomeUserLabel.TextColor3 = Color3.new(1, 1, 1)
  1383. WelcomeUserLabel.TextSize = 20
  1384. WelcomeUserLabel.TextXAlignment = Enum.TextXAlignment.Left
  1385.  
  1386. TriesLabel.Name = "TriesLabel"
  1387. TriesLabel.Parent = BackgroundFrame
  1388. TriesLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1389. TriesLabel.BackgroundTransparency = 1
  1390. TriesLabel.Position = UDim2.new(0.0350877196, 0, 0.43315509, 0)
  1391. TriesLabel.Size = UDim2.new(0, 139, 0, 45)
  1392. TriesLabel.Font = Enum.Font.SourceSansSemibold
  1393. TriesLabel.Text = "Số Lần Nhập Key: "
  1394. TriesLabel.TextColor3 = Color3.new(1, 1, 1)
  1395. TriesLabel.TextSize = 20
  1396. TriesLabel.TextXAlignment = Enum.TextXAlignment.Left
  1397.  
  1398. KeyLabel.Name = "KeyLabel"
  1399. KeyLabel.Parent = BackgroundFrame
  1400. KeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1401. KeyLabel.BackgroundTransparency = 1
  1402. KeyLabel.Position = UDim2.new(0.126315802, 0, 0.590909064, 0)
  1403. KeyLabel.Size = UDim2.new(0, 79, 0, 45)
  1404. KeyLabel.Font = Enum.Font.SourceSansSemibold
  1405. KeyLabel.Text = "Key"
  1406. KeyLabel.TextColor3 = Color3.new(1, 1, 1)
  1407. KeyLabel.TextSize = 40
  1408. KeyLabel.TextXAlignment = Enum.TextXAlignment.Left
  1409. KeyLabel.TextYAlignment = Enum.TextYAlignment.Top
  1410.  
  1411. KeyBackground.Name = "KeyBackground"
  1412. KeyBackground.Parent = BackgroundFrame
  1413. KeyBackground.BackgroundColor3 = Color3.new(1, 1, 1)
  1414. KeyBackground.BackgroundTransparency = 1
  1415. KeyBackground.Position = UDim2.new(0, 115, 0, 221)
  1416. KeyBackground.Size = UDim2.new(0.414035082, 24, 0.0561497323, 24)
  1417. KeyBackground.Image = "rbxassetid://2260429633"
  1418. KeyBackground.ImageColor3 = Color3.new(0, 0, 0)
  1419. KeyBackground.ScaleType = Enum.ScaleType.Slice
  1420. KeyBackground.SliceCenter = Rect.new(12, 12, 13, 13)
  1421.  
  1422. KeyHere.Name = "KeyHere"
  1423. KeyHere.Parent = KeyBackground
  1424. KeyHere.BackgroundColor3 = Color3.new(0, 0, 0)
  1425. KeyHere.BackgroundTransparency = 1
  1426. KeyHere.BorderSizePixel = 0
  1427. KeyHere.Position = UDim2.new(-0.00158143044, 0, -0.0136066675, 0)
  1428. KeyHere.Size = UDim2.new(0, 142, 0, 45)
  1429. KeyHere.Font = Enum.Font.SourceSansSemibold
  1430. KeyHere.Text = "Nhập Key Vào Đây"
  1431. KeyHere.TextColor3 = Color3.new(1, 1, 1)
  1432. KeyHere.TextSize = 14
  1433.  
  1434. LoginButton.Name = "LoginButton"
  1435. LoginButton.Parent = BackgroundFrame
  1436. LoginButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1437. LoginButton.BorderSizePixel = 0
  1438. LoginButton.Position = UDim2.new(0.147368431, 0, 0.756684482, 0)
  1439. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  1440. LoginButton.Font = Enum.Font.SourceSansSemibold
  1441. LoginButton.Text = "Đăng Nhập"
  1442. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  1443. LoginButton.TextSize = 30
  1444.  
  1445. PleaseLoginLabel.Name = "PleaseLoginLabel"
  1446. PleaseLoginLabel.Parent = BackgroundFrame
  1447. PleaseLoginLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1448. PleaseLoginLabel.BackgroundTransparency = 1
  1449. PleaseLoginLabel.Position = UDim2.new(0.0350877196, 0, 0.280748665, 0)
  1450. PleaseLoginLabel.Size = UDim2.new(0, 139, 0, 45)
  1451. PleaseLoginLabel.Font = Enum.Font.SourceSansSemibold
  1452. PleaseLoginLabel.Text = "Hãy Đăng Nhập"
  1453. PleaseLoginLabel.TextColor3 = Color3.new(1, 1, 1)
  1454. PleaseLoginLabel.TextSize = 20
  1455. PleaseLoginLabel.TextXAlignment = Enum.TextXAlignment.Left
  1456.  
  1457. -- Scripts:
  1458.  
  1459.     getfenv().script = Instance.new('LocalScript', BackgroundFrame)
  1460.  
  1461.     local play = game.Players.LocalPlayer.Name
  1462.     local lplay = game.Players.LocalPlayer
  1463.     local F = script.Parent
  1464.     local W = F.WelcomeUserLabel
  1465.     local KH = F.KeyBackground.KeyHere
  1466.     local LB = F.LoginButton
  1467.     local T = F.TriesLabel
  1468.     local tri = 0
  1469.     local mtri = 5
  1470.    
  1471.     T.Text = "Số Lần Nhập Key: "..mtri
  1472.    
  1473.     W.Text = "Chào Mừng "..play.."!"
  1474.    
  1475.     LB.MouseButton1Click:Connect(function()
  1476.         if mtri == tri then
  1477.             lplay:Kick("Nhập Sai Quá Nhiều Lần.")
  1478.         else
  1479.             if KH.Text == "XxBoomer" then
  1480.                 F.Visible = false
  1481. -- Farewell Infortality.
  1482. -- Version: 2.82
  1483. -- Instances:
  1484. local ScreenGui = Instance.new("ScreenGui")
  1485. local Frame = Instance.new("Frame")
  1486. local TextLabel = Instance.new("TextLabel")
  1487. local TextButton = Instance.new("TextButton")
  1488. --Properties:      
  1489.     wait(1)
  1490.     game:GetService("StarterGui"):SetCore("SendNotification", {
  1491.     Title = "[Gui S.O.P V2.1]";
  1492.     Text = "Key Đc Chấp Nhận";
  1493. }) 
  1494.    
  1495. wait(1)
  1496. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1497.     Text = "[XxBoomer]Update sớm nhất tại trang fb";
  1498.     Color = Color3.new(170, 0, 0);
  1499.     Font = Enum.Font.SourceSansBold;
  1500.     FontSize = Enum.FontSize.Size24;
  1501. })
  1502.    
  1503. wait(1)
  1504. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1505.     Text = "[XxBoomer] Nghiêm Cấm Không Edit Bất Cứ Thứ Gì Trong Scripts ";
  1506.     Color = Color3.new(170, 0, 0);
  1507.     Font = Enum.Font.SourceSansBold;
  1508.     FontSize = Enum.FontSize.Size24;
  1509. })
  1510.  
  1511. wait(1)
  1512. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1513.     Text = "[XxBoomer] Nếu Có lỗi Gì Đó Cứ Liên Hệ Và Báo Lỗi Lên Facebook Nguyễn Chí Khang ";
  1514.     Color = Color3.new(170, 0, 0);
  1515.     Font = Enum.Font.SourceSansBold;
  1516.     FontSize = Enum.FontSize.Size24;
  1517. })
  1518. wait(0.5)
  1519.     OpenGui.Visible = true
  1520.             else
  1521.                 mtri = mtri - 1
  1522.                 T.Text = "Tries: "..mtri
  1523.     wait(0.3)
  1524.     game:GetService("StarterGui"):SetCore("SendNotification", {
  1525.     Title = "[Gui S.O.P V2.1]";
  1526.     Text = "Sai Key Rồi Rhập Lại Đi Ahihi :)).";
  1527. })
  1528.             end
  1529.         end
  1530.     end)
  1531.    
  1532. OpenGui.Name = "OpenGui"
  1533. OpenGui.Parent = Main
  1534. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1535. OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
  1536. OpenGui.Size = UDim2.new(0, 109, 0, 48)
  1537. OpenGui.Visible = false
  1538. OpenGui.Active = true
  1539.  
  1540. Open.Name = "Open"
  1541. Open.Parent = OpenGui
  1542. Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1543. Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
  1544. Open.Size = UDim2.new(0, 175, 0, 50)
  1545. Open.Font = Enum.Font.SourceSans
  1546. Open.Text = "Mở Gui"
  1547. Open.TextColor3 = Color3.new(0, 1, 0.498039)
  1548. Open.TextSize = 14
  1549. Open.MouseButton1Down:connect(function()
  1550. MainFrame:TweenPosition(UDim2.new(0.264, 0,0.279, 0), 'Out','Bounce', 1)
  1551. OpenGui.Visible = false
  1552. end)
  1553.  
  1554. TpPlayer.Name = "TpPlayer"
  1555. TpPlayer.Parent = ScriptsFrame
  1556. TpPlayer.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1557. TpPlayer.Position = UDim2.new(0.0476484932, 0, 0.782278955, 0)
  1558. TpPlayer.Size = UDim2.new(0, 101, 0, 31)
  1559. TpPlayer.Font = Enum.Font.SourceSansLight
  1560. TpPlayer.Text = "TpNgườiChơi"
  1561. TpPlayer.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1562. TpPlayer.TextSize = 14
  1563. TpPlayer.MouseButton1Click:connect(function()
  1564.     if TpPlayerFrame.Visible == true then wait(.10)
  1565.                 TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1566.                 wait(1) TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1567.     elseif IslandTpFrame.Visible == true then wait(.10)
  1568.         IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false TpPlayerFrame.Visible = true
  1569.         TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1570.     elseif HomeFrame.Visible == true then
  1571.         HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false TpPlayerFrame.Visible = true
  1572.         TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1573.     elseif NpcTpFrame.Visible == true then
  1574.         NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false TpPlayerFrame.Visible = true
  1575.         TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1576.     elseif QuestTpFrame.Visible == true then
  1577.         QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false TpPlayerFrame.Visible = true
  1578.         TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1579.     elseif WeaponTpFrame.Visible == true then
  1580.         WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false TpPlayerFrame.Visible = true
  1581.         TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1582.     elseif OtherScriptsFrame.Visible == true then
  1583.         OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false TpPlayerFrame.Visible = true
  1584.         TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1585.     elseif OtherTpFrame.Visible == true then
  1586.         OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherTpFrame.Visible = false TpPlayerFrame.Visible = true
  1587.         TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1588.     end
  1589. end)
  1590.  
  1591. TpPlayerFrame.Name = "TpPlayerFrame"
  1592. TpPlayerFrame.Parent = TpPlayer
  1593. TpPlayerFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1594. TpPlayerFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1595. TpPlayerFrame.BorderSizePixel = 0
  1596. TpPlayerFrame.NextSelectionRight = HomeFrame
  1597. TpPlayerFrame.Position = UDim2.new(-1.95895231, 0, -6.67770958, 1)
  1598. TpPlayerFrame.Size = UDim2.new(0, 191, 0, 269)
  1599. TpPlayerFrame.Visible = false
  1600. TpPlayerFrame.ScrollBarThickness = 6
  1601. TpPlayerFrame.Active = true
  1602.  
  1603. TPPlayerLabel.Name = "TPPlayerLabel"
  1604. TPPlayerLabel.Parent = TpPlayerFrame
  1605. TPPlayerLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1606. TPPlayerLabel.Size = UDim2.new(0, 187, 0, 33)
  1607. TPPlayerLabel.Font = Enum.Font.SourceSans
  1608. TPPlayerLabel.Text = "Tp Người Chơi Tới Mình"
  1609. TPPlayerLabel.TextColor3 = Color3.new(0, 0, 0)
  1610. TPPlayerLabel.TextSize = 14
  1611.  
  1612. TPToPlayerLabel.Name = "TPToPlayerLabel"
  1613. TPToPlayerLabel.Parent = TpPlayerFrame
  1614. TPToPlayerLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1615. TPToPlayerLabel.Position = UDim2.new(0, 0, 0.467741907, 0)
  1616. TPToPlayerLabel.Size = UDim2.new(0, 187, 0, 33)
  1617. TPToPlayerLabel.Font = Enum.Font.SourceSans
  1618. TPToPlayerLabel.Text = "Tp Tới Người Chơi"
  1619. TPToPlayerLabel.TextColor3 = Color3.new(0, 0, 0)
  1620. TPToPlayerLabel.TextSize = 14
  1621.  
  1622. PlayerName1.Name = "Player Name1"
  1623. PlayerName1.Parent = TpPlayerFrame
  1624. PlayerName1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1625. PlayerName1.Position = UDim2.new(0.062827222, 0, 0.177419335, 0)
  1626. PlayerName1.Size = UDim2.new(0, 163, 0, 50)
  1627. PlayerName1.Font = Enum.Font.SourceSans
  1628. PlayerName1.Text = "Nhập Tên Người Chơi Vào Đây"
  1629. PlayerName1.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1630. PlayerName1.TextSize = 14
  1631.  
  1632. PlayerName2.Name = "PlayerName2"
  1633. PlayerName2.Parent = TpPlayerFrame
  1634. PlayerName2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1635. PlayerName2.Position = UDim2.new(0.0732984245, 0, 0.629032254, 0)
  1636. PlayerName2.Size = UDim2.new(0, 163, 0, 50)
  1637. PlayerName2.Font = Enum.Font.SourceSans
  1638. PlayerName2.Text = "Nhập Tên Người Chơi Vào Đây"
  1639. PlayerName2.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1640. PlayerName2.TextSize = 14
  1641.  
  1642. Tp1.Name = "Tp1"
  1643. Tp1.Parent = TpPlayerFrame
  1644. Tp1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1645. Tp1.Position = UDim2.new(0.120418854, 0, 0.376903653, 0)
  1646. Tp1.Size = UDim2.new(0, 147, 0, 20)
  1647. Tp1.Font = Enum.Font.SourceSans
  1648. Tp1.Text = "Nhấn Vào Đây Để Tp"
  1649. Tp1.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1650. Tp1.TextSize = 14
  1651. Tp1.MouseButton1Down:connect(function()
  1652. local player_name1 = PlayerName1.Text
  1653. for _,v in pairs(game.Workspace:GetDescendants()) do
  1654.   if string.find(v.Name, player_name1) then
  1655.       v:FindFirstChild("HumanoidRootPart").Anchored = true
  1656.       v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1657.    end
  1658. end
  1659. end)
  1660.  
  1661. Tp2.Name = "Tp2"
  1662. Tp2.Parent = TpPlayerFrame
  1663. Tp2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1664. Tp2.Position = UDim2.new(0.120418854, 0, 0.860774636, 0)
  1665. Tp2.Size = UDim2.new(0, 147, 0, 20)
  1666. Tp2.Font = Enum.Font.SourceSans
  1667. Tp2.Text = "Nhấn Vào Đây Để Tp"
  1668. Tp2.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1669. Tp2.TextSize = 14
  1670. Tp2.MouseButton1Down:connect(function()
  1671. local player_name2 = PlayerName2.Text
  1672. for _,v in pairs(game.Workspace:GetDescendants()) do
  1673.    if string.find(v.ClassName, "Model") and string.find(v.Name, player_name2) then
  1674. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  1675.   end
  1676. end
  1677. end)
  1678. -- Scripts:
Add Comment
Please, Sign In to add comment