Advertisement
HuyRyan

Untitled

Aug 24th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.14 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 = "Để Có Bản Cập Nhập Mới Nhất Hãy Join Nhóm Discord : https://discordapp.com/channels/491499328431587329/491499328431587331 Hoặc Join Nhóm Facebook https://www.facebook.com/groups/310954156119050/?multi_permalinks=350739732140492&notif_id=1542437743410203&notif_t=feedback_reaction_generic"
  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ề Group Chia Sẽ Hack Roblox Và Đặng Trường Thi"
  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. wait(1)
  271. game:GetService("StarterGui"):SetCore("SendNotification", {
  272. Title = "[Gui S.O.P]";
  273. Text = "Tp AttackingNoob Thành Công";
  274. })
  275. for _,v in pairs(game.Workspace:GetDescendants()) do
  276. if string.find(v.Name, "Attacking Noob") then
  277. v:FindFirstChild("HumanoidRootPart").Anchored = true
  278. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  279. end
  280. end
  281. end)
  282.  
  283. TPBuggyPirate.Name = "TP BuggyPirate"
  284. TPBuggyPirate.Parent = NpcTpFrame
  285. TPBuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  286. TPBuggyPirate.Position = UDim2.new(-0.0351533741, 0, 0.26631245, 0)
  287. TPBuggyPirate.Size = UDim2.new(0, 193, 0, 32)
  288. TPBuggyPirate.Font = Enum.Font.SourceSans
  289. TPBuggyPirate.Text = "Tp Buggy Pirate"
  290. TPBuggyPirate.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  291. TPBuggyPirate.TextSize = 14
  292. TPBuggyPirate.MouseButton1Down:connect(function()
  293. wait(1)
  294. game:GetService("StarterGui"):SetCore("SendNotification", {
  295. Title = "[Gui S.O.P]";
  296. Text = "Tp BuggyPirate Thành Công";
  297. })
  298. for _,v in pairs(game.Workspace:GetDescendants()) do
  299. if string.find(v.Name, "Buggy pirate") then
  300. v:FindFirstChild("HumanoidRootPart").Anchored = true
  301. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  302. end
  303. end
  304. end)
  305.  
  306. TPBigFullBody.Name = "TP BigFullBody"
  307. TPBigFullBody.Parent = NpcTpFrame
  308. TPBigFullBody.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  309. TPBigFullBody.Position = UDim2.new(-0.0104712043, 0, 0.366941363, 0)
  310. TPBigFullBody.Size = UDim2.new(0, 188, 0, 35)
  311. TPBigFullBody.Font = Enum.Font.SourceSans
  312. TPBigFullBody.Text = "Tp Big Full Body"
  313. TPBigFullBody.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  314. TPBigFullBody.TextSize = 14
  315. TPBigFullBody.MouseButton1Down:connect(function()
  316. wait(1)
  317. game:GetService("StarterGui"):SetCore("SendNotification", {
  318. Title = "[Gui S.O.P]";
  319. Text = "Tp Big Full Body Thành Công";
  320. })
  321. for _,v in pairs(game.Workspace:GetDescendants()) do
  322. if string.find(v.Name, "Big Full Body") then
  323. v:FindFirstChild("HumanoidRootPart").Anchored = true
  324. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  325. end
  326. end
  327. end)
  328.  
  329. TPThief.Name = "TP Thief"
  330. TPThief.Parent = NpcTpFrame
  331. TPThief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  332. TPThief.Position = UDim2.new(-0.00373976142, 0, 0.4770042, 0)
  333. TPThief.Size = UDim2.new(0, 187, 0, 36)
  334. TPThief.Font = Enum.Font.SourceSans
  335. TPThief.Text = "TP Thief"
  336. TPThief.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  337. TPThief.TextSize = 14
  338. TPThief.MouseButton1Down:connect(function()
  339. wait(1)
  340. game:GetService("StarterGui"):SetCore("SendNotification", {
  341. Title = "[Gui S.O.P]";
  342. Text = "Tp Thief Thành Công";
  343. })
  344. for _,v in pairs(game.Workspace:GetDescendants()) do
  345. if string.find(v.Name, "Thief") then
  346. v:FindFirstChild("HumanoidRootPart").Anchored = true
  347. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  348. end
  349. end
  350. end)
  351.  
  352. TPMarine.Name = "TP Marine"
  353. TPMarine.Parent = NpcTpFrame
  354. TPMarine.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  355. TPMarine.Position = UDim2.new(-0.0034762877, 0, 0.590211809, 0)
  356. TPMarine.Size = UDim2.new(0, 192, 0, 32)
  357. TPMarine.Font = Enum.Font.SourceSans
  358. TPMarine.Text = "Tp Marine"
  359. TPMarine.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  360. TPMarine.TextSize = 14
  361. TPMarine.MouseButton1Down:connect(function()
  362. wait(1)
  363. game:GetService("StarterGui"):SetCore("SendNotification", {
  364. Title = "[Gui S.O.P]";
  365. Text = "Tp Marine Thành Công";
  366. })
  367. for _,v in pairs(game.Workspace:GetDescendants()) do
  368. if string.find(v.Name, "Marine") then
  369. v:FindFirstChild("HumanoidRootPart").Anchored = true
  370. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  371. end
  372. end
  373. end)
  374.  
  375. TPLuffy.Name = "TP Luffy"
  376. TPLuffy.Parent = NpcTpFrame
  377. TPLuffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  378. TPLuffy.Position = UDim2.new(-0.00170067593, 0, 0.690840662, 0)
  379. TPLuffy.Size = UDim2.new(0, 187, 0, 35)
  380. TPLuffy.Font = Enum.Font.SourceSans
  381. TPLuffy.Text = "Tp Luffy"
  382. TPLuffy.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  383. TPLuffy.TextSize = 14
  384. TPLuffy.MouseButton1Down:connect(function()
  385. wait(1)
  386. game:GetService("StarterGui"):SetCore("SendNotification", {
  387. Title = "[Gui S.O.P]";
  388. Text = "Tp Luffy Thành Công";
  389. })
  390. for _,v in pairs(game.Workspace:GetDescendants()) do
  391. if string.find(v.Name, "Luffy") then
  392. v:FindFirstChild("HumanoidRootPart").Anchored = true
  393. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  394. end
  395. end
  396. end)
  397.  
  398. IslandTp.Name = "IslandTp"
  399. IslandTp.Parent = ScriptsFrame
  400. IslandTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  401. IslandTp.Position = UDim2.new(0.0476484038, 0, 0.11152418, 0)
  402. IslandTp.Size = UDim2.new(0, 100, 0, 31)
  403. IslandTp.Font = Enum.Font.SourceSansLight
  404. IslandTp.Text = "TpTớiĐảo"
  405. IslandTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  406. IslandTp.TextSize = 14
  407. IslandTp.MouseButton1Click:connect(function()
  408. if IslandTpFrame.Visible == true then wait(.10)
  409. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  410. wait(1) IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  411. elseif WeaponTpFrame.Visible == true then wait(.10)
  412. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false IslandTpFrame.Visible = true
  413. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  414. elseif HomeFrame.Visible == true then
  415. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false IslandTpFrame.Visible = true
  416. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  417. elseif NpcTpFrame.Visible == true then
  418. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false IslandTpFrame.Visible = true
  419. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  420. elseif OtherScriptsFrame.Visible == true then
  421. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false IslandTpFrame.Visible = true
  422. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  423. elseif QuestTpFrame.Visible == true then
  424. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false IslandTpFrame.Visible = true
  425. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  426. elseif OtherTpFrame.Visible == true then
  427. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false IslandTpFrame.Visible = true
  428. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  429. elseif TpPlayerFrame.Visible == true then
  430. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false IslandTpFrame.Visible = true
  431. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  432. end
  433. end)
  434.  
  435. IslandTpFrame.Name = "IslandTpFrame"
  436. IslandTpFrame.Parent = IslandTp
  437. IslandTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  438. IslandTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  439. IslandTpFrame.BorderSizePixel = 0
  440. IslandTpFrame.Position = UDim2.new(-1.96906745, 0, -0.839429379, 0)
  441. IslandTpFrame.Size = UDim2.new(0, 191, 0, 269)
  442. IslandTpFrame.Visible = false
  443. IslandTpFrame.ScrollBarThickness = 12
  444. IslandTpFrame.Active = true
  445.  
  446. IslandTpLabel.Name = "IslandTpLabel"
  447. IslandTpLabel.Parent = IslandTpFrame
  448. IslandTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  449. IslandTpLabel.Size = UDim2.new(0, 229, 0, 33)
  450. IslandTpLabel.Font = Enum.Font.SourceSans
  451. IslandTpLabel.Text = "TpTớiĐảo"
  452. IslandTpLabel.TextColor3 = Color3.new(0, 0, 0)
  453. IslandTpLabel.TextSize = 14
  454.  
  455. TPToLuffyIsland.Name = "TP Luffy Island"
  456. TPToLuffyIsland.Parent = IslandTpFrame
  457. TPToLuffyIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  458. TPToLuffyIsland.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  459. TPToLuffyIsland.Size = UDim2.new(0, 187, 0, 32)
  460. TPToLuffyIsland.Font = Enum.Font.SourceSans
  461. TPToLuffyIsland.Text = "Tp Tới Đảo Luffy"
  462. TPToLuffyIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  463. TPToLuffyIsland.TextSize = 14
  464. TPToLuffyIsland.MouseButton1Down:connect(function()
  465. wait(1)
  466. game:GetService("StarterGui"):SetCore("SendNotification", {
  467. Title = "[Gui S.O.P]";
  468. Text = "Tp Tới Đảo Luffy Thành Công";
  469. })
  470. for _,v in pairs(game.Workspace:GetDescendants()) do
  471. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  472. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  473. end
  474. end
  475. end)
  476.  
  477. TPToBuggyIsland.Name = "TP To Buggy Island"
  478. TPToBuggyIsland.Parent = IslandTpFrame
  479. TPToBuggyIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  480. TPToBuggyIsland.Position = UDim2.new(-0.0351533741, 0, 0.26631245, 0)
  481. TPToBuggyIsland.Size = UDim2.new(0, 193, 0, 36)
  482. TPToBuggyIsland.Font = Enum.Font.SourceSans
  483. TPToBuggyIsland.Text = "Tp Tới Đảo Buggy"
  484. TPToBuggyIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  485. TPToBuggyIsland.TextSize = 14
  486. TPToBuggyIsland.MouseButton1Down:connect(function()
  487. wait(1)
  488. game:GetService("StarterGui"):SetCore("SendNotification", {
  489. Title = "[Gui S.O.P]";
  490. Text = "Tp Tới Đảo Buggy Thành Công";
  491. })
  492. for _,v in pairs(game.Workspace:GetDescendants()) do
  493. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Bob') then
  494. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  495. end
  496. end
  497. end)
  498.  
  499. TPToDFSellerIsland.Name = "TP To DF Seller Island"
  500. TPToDFSellerIsland.Parent = IslandTpFrame
  501. TPToDFSellerIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  502. TPToDFSellerIsland.Position = UDim2.new(-0.0104712043, 0, 0.379519939, 0)
  503. TPToDFSellerIsland.Size = UDim2.new(0, 188, 0, 37)
  504. TPToDFSellerIsland.Font = Enum.Font.SourceSans
  505. TPToDFSellerIsland.Text = "TP Tới Đảo Người Bán DF"
  506. TPToDFSellerIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  507. TPToDFSellerIsland.TextSize = 14
  508. TPToDFSellerIsland.MouseButton1Down:connect(function()
  509. wait(1)
  510. game:GetService("StarterGui"):SetCore("SendNotification", {
  511. Title = "[Gui S.O.P]";
  512. Text = "Tp Tới Đảo Người Bán DF Thành Công";
  513. })
  514. for _,v in pairs(game.Workspace:GetDescendants()) do
  515. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
  516. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  517. end
  518. end
  519. end)
  520.  
  521. TPToMarineIsland.Name = "TP To Marine Island"
  522. TPToMarineIsland.Parent = IslandTpFrame
  523. TPToMarineIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  524. TPToMarineIsland.Position = UDim2.new(-0.00373976142, 0, 0.4958722, 0)
  525. TPToMarineIsland.Size = UDim2.new(0, 187, 0, 40)
  526. TPToMarineIsland.Font = Enum.Font.SourceSans
  527. TPToMarineIsland.Text = "TP Tới Đảo Hải Quân"
  528. TPToMarineIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  529. TPToMarineIsland.TextSize = 14
  530. TPToMarineIsland.MouseButton1Down:connect(function()
  531. wait(1)
  532. game:GetService("StarterGui"):SetCore("SendNotification", {
  533. Title = "[Gui S.O.P]";
  534. Text = "Tp Tp Tới Đảo Hải Quân Thành Công";
  535. })
  536. for _,v in pairs(game.Workspace:GetDescendants()) do
  537. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Injured pirate') then
  538. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  539. end
  540. end
  541. end)
  542.  
  543. TPToNoobIsland.Name = "TP To Noob Island"
  544. TPToNoobIsland.Parent = IslandTpFrame
  545. TPToNoobIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  546. TPToNoobIsland.Position = UDim2.new(-0.0121718803, 0, 0.621658325, 0)
  547. TPToNoobIsland.Size = UDim2.new(0, 189, 0, 44)
  548. TPToNoobIsland.Font = Enum.Font.SourceSans
  549. TPToNoobIsland.Text = "TP Tới Đảo Noob"
  550. TPToNoobIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  551. TPToNoobIsland.TextSize = 14
  552. TPToNoobIsland.MouseButton1Down:connect(function()
  553. wait(1)
  554. game:GetService("StarterGui"):SetCore("SendNotification", {
  555. Title = "[Gui S.O.P]";
  556. Text = "Tp Tp Tới Đảo Noob Thành Công";
  557. })
  558. for _,v in pairs(game.Workspace:GetDescendants()) do
  559. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
  560. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  561. end
  562. end
  563. end)
  564.  
  565. TPToStarterIsland.Name = "TP To Starter Island"
  566. TPToStarterIsland.Parent = IslandTpFrame
  567. TPToStarterIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  568. TPToStarterIsland.Position = UDim2.new(-0.0174074825, 0, 0.912679493, 0)
  569. TPToStarterIsland.Size = UDim2.new(0, 190, 0, 28)
  570. TPToStarterIsland.Font = Enum.Font.SourceSans
  571. TPToStarterIsland.Text = "TP Tới Đảo Ban Đầu"
  572. TPToStarterIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  573. TPToStarterIsland.TextSize = 14
  574. TPToStarterIsland.MouseButton1Down:connect(function()
  575. wait(1)
  576. game:GetService("StarterGui"):SetCore("SendNotification", {
  577. Title = "[Gui S.O.P]";
  578. Text = "Tp Tp Tới Đảo Ban Đầu Thành Công";
  579. })
  580. for _,v in pairs(game.Workspace:GetDescendants()) do
  581. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Big head boy') then
  582. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  583. end
  584. end
  585. end)
  586.  
  587. TPToSanjiIsland.Name = "TP To Sanji Island"
  588. TPToSanjiIsland.Parent = IslandTpFrame
  589. TPToSanjiIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  590. TPToSanjiIsland.Position = UDim2.new(-0.00170067593, 0, 0.760150254, 0)
  591. TPToSanjiIsland.Size = UDim2.new(0, 191, 0, 42)
  592. TPToSanjiIsland.Font = Enum.Font.SourceSans
  593. TPToSanjiIsland.Text = "TP Tới Đảo Sanji"
  594. TPToSanjiIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  595. TPToSanjiIsland.TextSize = 14
  596. TPToSanjiIsland.MouseButton1Down:connect(function()
  597. wait(1)
  598. game:GetService("StarterGui"):SetCore("SendNotification", {
  599. Title = "[Gui S.O.P]";
  600. Text = "Tp Tới Đảo Sanji Thành Công";
  601. })
  602. for _,v in pairs(game.Workspace:GetDescendants()) do
  603. if string.find(v.ClassName, "Model") and string.find(v.Name, 'BlackLeg') then
  604. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  605. end
  606. end
  607. end)
  608.  
  609. WeaponTp.Name = "WeaponTp"
  610. WeaponTp.Parent = ScriptsFrame
  611. WeaponTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  612. WeaponTp.Position = UDim2.new(0.0476484038, 0, 0.336978644, 0)
  613. WeaponTp.Size = UDim2.new(0, 100, 0, 31)
  614. WeaponTp.Font = Enum.Font.SourceSansLight
  615. WeaponTp.Text = "TpVũKhí"
  616. WeaponTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  617. WeaponTp.TextSize = 14
  618. WeaponTp.MouseButton1Click:connect(function()
  619. if WeaponTpFrame.Visible == true then wait(.10)
  620. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  621. wait(1) WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  622. elseif IslandTpFrame.Visible == true then wait(.10)
  623. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false WeaponTpFrame.Visible = true
  624. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  625. elseif HomeFrame.Visible == true then
  626. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false WeaponTpFrame.Visible = true
  627. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  628. elseif NpcTpFrame.Visible == true then
  629. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false WeaponTpFrame.Visible = true
  630. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  631. elseif OtherScriptsFrame.Visible == true then
  632. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false WeaponTpFrame.Visible = true
  633. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  634. elseif QuestTpFrame.Visible == true then
  635. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false WeaponTpFrame.Visible = true
  636. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  637. elseif OtherTpFrame.Visible == true then
  638. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false WeaponTpFrame.Visible = true
  639. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  640. elseif TpPlayerFrame.Visible == true then
  641. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false WeaponTpFrame.Visible = true
  642. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  643. end
  644. end)
  645.  
  646. WeaponTpFrame.Name = "WeaponTpFrame"
  647. WeaponTpFrame.Parent = WeaponTp
  648. WeaponTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  649. WeaponTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  650. WeaponTpFrame.BorderSizePixel = 0
  651. WeaponTpFrame.Position = UDim2.new(-1.96899998, 0, -2.80200005, 0)
  652. WeaponTpFrame.Size = UDim2.new(0, 191, 0, 269)
  653. WeaponTpFrame.Visible = false
  654. WeaponTpFrame.ScrollBarThickness = 12
  655. WeaponTpFrame.Active = true
  656.  
  657. WeaponTpLabel.Name = "WeaponTpLabel"
  658. WeaponTpLabel.Parent = WeaponTpFrame
  659. WeaponTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  660. WeaponTpLabel.Size = UDim2.new(0, 229, 0, 33)
  661. WeaponTpLabel.Font = Enum.Font.SourceSans
  662. WeaponTpLabel.Text = "TpVũKhí"
  663. WeaponTpLabel.TextColor3 = Color3.new(0, 0, 0)
  664. WeaponTpLabel.TextSize = 14
  665.  
  666. TpWoodenSword.Name = "TpWooden Sword"
  667. TpWoodenSword.Parent = WeaponTpFrame
  668. TpWoodenSword.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  669. TpWoodenSword.Position = UDim2.new(-0.00512295868, 0, 0.165683448, 0)
  670. TpWoodenSword.Size = UDim2.new(0, 187, 0, 23)
  671. TpWoodenSword.Font = Enum.Font.SourceSans
  672. TpWoodenSword.Text = "Tp Wooden Sword"
  673. TpWoodenSword.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  674. TpWoodenSword.TextSize = 14
  675. TpWoodenSword.MouseButton1Down:connect(function()
  676. wait(1)
  677. game:GetService("StarterGui"):SetCore("SendNotification", {
  678. Title = "[Gui S.O.P]";
  679. Text = "Tp Wooden Sword Thành Công ";
  680. })
  681. for _,v in pairs(game.Workspace:GetDescendants()) do
  682. if string.find(v.Name, "Wooden Sword") and string.find(v.ClassName, "Model") then
  683. v:FindFirstChild("Head").Anchored = true
  684. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  685. end
  686. end
  687. end)
  688.  
  689. TPKatana.Name = "TPKatana"
  690. TPKatana.Parent = WeaponTpFrame
  691. TPKatana.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  692. TPKatana.Position = UDim2.new(-0.0148002263, 0, 0.238010451, 0)
  693. TPKatana.Size = UDim2.new(0, 189, 0, 22)
  694. TPKatana.Font = Enum.Font.SourceSans
  695. TPKatana.Text = "Tp Katana"
  696. TPKatana.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  697. TPKatana.TextSize = 14
  698. TPKatana.MouseButton1Down:connect(function()
  699. wait(1)
  700. game:GetService("StarterGui"):SetCore("SendNotification", {
  701. Title = "[Gui S.O.P]";
  702. Text = "Tp Katana Thành Công ";
  703. })
  704. for _,v in pairs(game.Workspace:GetDescendants()) do
  705. if string.find(v.Name, "Katana") and string.find(v.ClassName, "Model") then
  706. v:FindFirstChild("Head").Anchored = true
  707. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  708. end
  709. end
  710. end)
  711.  
  712. TpJitte.Name = "TpJitte"
  713. TpJitte.Parent = WeaponTpFrame
  714. TpJitte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  715. TpJitte.Position = UDim2.new(-0.0194465686, 0, 0.309538424, 0)
  716. TpJitte.Size = UDim2.new(0, 190, 0, 24)
  717. TpJitte.Font = Enum.Font.SourceSans
  718. TpJitte.Text = "Tp Jitte"
  719. TpJitte.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  720. TpJitte.TextSize = 14
  721. TpJitte.MouseButton1Down:connect(function()
  722. wait(1)
  723. game:GetService("StarterGui"):SetCore("SendNotification", {
  724. Title = "[Gui S.O.P]";
  725. Text = "Tp Jitte Thành Công ";
  726. })
  727. for _,v in pairs(game.Workspace:GetDescendants()) do
  728. if string.find(v.Name, "Jitte") and string.find(v.ClassName, "Model") then
  729. v:FindFirstChild("Head").Anchored = true
  730. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  731. end
  732. end
  733. end)
  734.  
  735. TPCutlass.Name = "TP Cutlass"
  736. TPCutlass.Parent = WeaponTpFrame
  737. TPCutlass.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  738. TPCutlass.Position = UDim2.new(-0.0148002263, 0, 0.385010093, 0)
  739. TPCutlass.Size = UDim2.new(0, 189, 0, 25)
  740. TPCutlass.Font = Enum.Font.SourceSans
  741. TPCutlass.Text = "TP Cutlass"
  742. TPCutlass.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  743. TPCutlass.TextSize = 14
  744. TPCutlass.MouseButton1Down:connect(function()
  745. wait(1)
  746. game:GetService("StarterGui"):SetCore("SendNotification", {
  747. Title = "[Gui S.O.P]";
  748. Text = "Tp Cutlass Thành Công ";
  749. })
  750. for _,v in pairs(game.Workspace:GetDescendants()) do
  751. if string.find(v.Name, "Cutlass") and string.find(v.ClassName, "Model") then
  752. v:FindFirstChild("Head").Anchored = true
  753. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  754. end
  755. end
  756. end)
  757.  
  758. TPPipe.Name = "TP Pipe"
  759. TPPipe.Parent = WeaponTpFrame
  760. TPPipe.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  761. TPPipe.Position = UDim2.new(-0.00190455257, 0, 0.463626444, 0)
  762. TPPipe.Size = UDim2.new(0, 187, 0, 23)
  763. TPPipe.Font = Enum.Font.SourceSans
  764. TPPipe.Text = "Tp Pipe"
  765. TPPipe.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  766. TPPipe.TextSize = 14
  767. TPPipe.MouseButton1Down:connect(function()
  768. wait(1)
  769. game:GetService("StarterGui"):SetCore("SendNotification", {
  770. Title = "[Gui S.O.P]";
  771. Text = "Tp Pipe Thành Công ";
  772. })
  773. for _,v in pairs(game.Workspace:GetDescendants()) do
  774. if string.find(v.Name, "Pipe") 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. TpNonosamaBo.Name = "TpNonosama Bo"
  782. TpNonosamaBo.Parent = WeaponTpFrame
  783. TpNonosamaBo.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  784. TpNonosamaBo.Position = UDim2.new(-0.00512295868, 0, 0.535953462, 0)
  785. TpNonosamaBo.Size = UDim2.new(0, 187, 0, 27)
  786. TpNonosamaBo.Font = Enum.Font.SourceSans
  787. TpNonosamaBo.Text = "Tp Nonosama Bo"
  788. TpNonosamaBo.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  789. TpNonosamaBo.TextSize = 14
  790. TpNonosamaBo.MouseButton1Down:connect(function()
  791. wait(1)
  792. game:GetService("StarterGui"):SetCore("SendNotification", {
  793. Title = "[Gui S.O.P]";
  794. Text = "Tp Nonosama Bo Thành Công ";
  795. })
  796. for _,v in pairs(game.Workspace:GetDescendants()) do
  797. if string.find(v.Name, "Nonosama Bo") and string.find(v.ClassName, "Model") then
  798. v:FindFirstChild("Head").Anchored = true
  799. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  800. end
  801. end
  802. end)
  803.  
  804. TpBisento.Name = "TpBisento"
  805. TpBisento.Parent = WeaponTpFrame
  806. TpBisento.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  807. TpBisento.Position = UDim2.new(-0.00190455257, 0, 0.620859027, 0)
  808. TpBisento.Size = UDim2.new(0, 187, 0, 24)
  809. TpBisento.Font = Enum.Font.SourceSans
  810. TpBisento.Text = "Tp Bisento"
  811. TpBisento.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  812. TpBisento.TextSize = 14
  813. TpBisento.MouseButton1Down:connect(function()
  814. wait(1)
  815. game:GetService("StarterGui"):SetCore("SendNotification", {
  816. Title = "[Gui S.O.P]";
  817. Text = "Tp Bisento Thành Công ";
  818. })
  819. for _,v in pairs(game.Workspace:GetDescendants()) do
  820. if string.find(v.Name, "Bisento") and string.find(v.ClassName, "Model") then
  821. v:FindFirstChild("Head").Anchored = true
  822. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  823. end
  824. end
  825. end)
  826.  
  827. TpFlintlock.Name = "TpFlintlock"
  828. TpFlintlock.Parent = WeaponTpFrame
  829. TpFlintlock.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  830. TpFlintlock.Position = UDim2.new(0.00531964516, 0, 0.696330786, 0)
  831. TpFlintlock.Size = UDim2.new(0, 186, 0, 29)
  832. TpFlintlock.Font = Enum.Font.SourceSans
  833. TpFlintlock.Text = "Tp FlintLock"
  834. TpFlintlock.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  835. TpFlintlock.TextSize = 14
  836. TpFlintlock.MouseButton1Down:connect(function()
  837. wait(1)
  838. game:GetService("StarterGui"):SetCore("SendNotification", {
  839. Title = "[Gui S.O.P]";
  840. Text = "Tp Flintlock Thành Công ";
  841. })
  842. for _,v in pairs(game.Workspace:GetDescendants()) do
  843. if string.find(v.Name, "Flintlock") and string.find(v.ClassName, "Model") then
  844. v:FindFirstChild("Head").Anchored = true
  845. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  846. end
  847. end
  848. end)
  849.  
  850. TpRifle.Name = "TpRifle"
  851. TpRifle.Parent = WeaponTpFrame
  852. TpRifle.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  853. TpRifle.Position = UDim2.new(0.00531964516, 0, 0.787525833, 0)
  854. TpRifle.Size = UDim2.new(0, 186, 0, 24)
  855. TpRifle.Font = Enum.Font.SourceSans
  856. TpRifle.Text = "Tp Rifle"
  857. TpRifle.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  858. TpRifle.TextSize = 14
  859. TpRifle.MouseButton1Down:connect(function()
  860. wait(1)
  861. game:GetService("StarterGui"):SetCore("SendNotification", {
  862. Title = "[Gui S.O.P]";
  863. Text = "Tp Rifle Thành Công ";
  864. })
  865. for _,v in pairs(game.Workspace:GetDescendants()) do
  866. if string.find(v.Name, "Rifle") and string.find(v.ClassName, "Model") then
  867. v:FindFirstChild("Head").Anchored = true
  868. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  869. end
  870. end
  871. end)
  872.  
  873. TpGryphon.Name = "TpGryphon"
  874. TpGryphon.Parent = WeaponTpFrame
  875. TpGryphon.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  876. TpGryphon.Position = UDim2.new(0.00531964516, 0, 0.862997532, 0)
  877. TpGryphon.Size = UDim2.new(0, 186, 0, 24)
  878. TpGryphon.Font = Enum.Font.SourceSans
  879. TpGryphon.Text = "Tp Gryphon"
  880. TpGryphon.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  881. TpGryphon.TextSize = 14
  882. TpGryphon.MouseButton1Down:connect(function()
  883. wait(1)
  884. game:GetService("StarterGui"):SetCore("SendNotification", {
  885. Title = "[Gui S.O.P]";
  886. Text = "Tp Gryphon Thành Công Nếu Ko Có Gì Xảy Ra Server Này Lag Rồi ";
  887. })
  888. for _,v in pairs(game.Workspace:GetDescendants()) do
  889. if string.find(v.Name, "Gryphon") and string.find(v.ClassName, "Model") then
  890. v:FindFirstChild("Head").Anchored = true
  891. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  892. end
  893. end
  894. end)
  895.  
  896. QuestTp.Name = "QuestTp"
  897. QuestTp.Parent = ScriptsFrame
  898. QuestTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  899. QuestTp.Position = UDim2.new(0.0476484038, 0, 0.446069628, 0)
  900. QuestTp.Size = UDim2.new(0, 100, 0, 31)
  901. QuestTp.Font = Enum.Font.SourceSansLight
  902. QuestTp.Text = "TpNhiệmVụ"
  903. QuestTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  904. QuestTp.TextSize = 14
  905. QuestTp.MouseButton1Click:connect(function()
  906. if QuestTpFrame.Visible == true then wait(.10)
  907. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  908. wait(1) QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  909. elseif IslandTpFrame.Visible == true then wait(.10)
  910. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false QuestTpFrame.Visible = true
  911. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  912. elseif HomeFrame.Visible == true then
  913. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false QuestTpFrame.Visible = true
  914. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  915. elseif NpcTpFrame.Visible == true then
  916. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false QuestTpFrame.Visible = true
  917. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  918. elseif OtherScriptsFrame.Visible == true then
  919. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false QuestTpFrame.Visible = true
  920. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  921. elseif WeaponTpFrame.Visible == true then
  922. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false QuestTpFrame.Visible = true
  923. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  924. elseif OtherTpFrame.Visible == true then
  925. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false QuestTpFrame.Visible = true
  926. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  927. elseif TpPlayerFrame.Visible == true then
  928. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false QuestTpFrame.Visible = true
  929. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  930. end
  931. end)
  932.  
  933. QuestTpFrame.Name = "QuestTpFrame"
  934. QuestTpFrame.Parent = QuestTp
  935. QuestTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  936. QuestTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  937. QuestTpFrame.BorderSizePixel = 0
  938. QuestTpFrame.Position = UDim2.new(-1.96899998, 0, -3.76099992, 0)
  939. QuestTpFrame.Size = UDim2.new(0, 191, 0, 269)
  940. QuestTpFrame.Visible = false
  941. QuestTpFrame.ScrollBarThickness = 12
  942. QuestTpFrame.Active = true
  943.  
  944. QuestTpLabel.Name = "QuestTpLabel"
  945. QuestTpLabel.Parent = QuestTpFrame
  946. QuestTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  947. QuestTpLabel.Size = UDim2.new(0, 229, 0, 33)
  948. QuestTpLabel.Font = Enum.Font.SourceSans
  949. QuestTpLabel.Text = "TpNhiệmVụ"
  950. QuestTpLabel.TextColor3 = Color3.new(0, 0, 0)
  951. QuestTpLabel.TextSize = 14
  952.  
  953. TpBob.Name = "TpBob"
  954. TpBob.Parent = QuestTpFrame
  955. TpBob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  956. TpBob.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  957. TpBob.Size = UDim2.new(0, 189, 0, 32)
  958. TpBob.Font = Enum.Font.SourceSans
  959. TpBob.Text = "Tp Bob"
  960. TpBob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  961. TpBob.TextSize = 14
  962. TpBob.MouseButton1Down:connect(function()
  963. wait(1)
  964. game:GetService("StarterGui"):SetCore("SendNotification", {
  965. Title = "[Gui S.O.P]";
  966. Text = "Tp Bob Thành Công";
  967. })
  968. for _,v in pairs(game.Workspace:GetDescendants()) do
  969. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Bob') then
  970. v:FindFirstChild("Head").Anchored = true
  971. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  972. end
  973. end
  974. end)
  975.  
  976. TpGunNoob.Name = "TpGunNoob"
  977. TpGunNoob.Parent = QuestTpFrame
  978. TpGunNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  979. TpGunNoob.Position = UDim2.new(0, 0, 0.26631245, 0)
  980. TpGunNoob.Size = UDim2.new(0, 188, 0, 32)
  981. TpGunNoob.Font = Enum.Font.SourceSans
  982. TpGunNoob.Text = "Tp Gun Noob"
  983. TpGunNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  984. TpGunNoob.TextSize = 14
  985. TpGunNoob.MouseButton1Down:connect(function()
  986. wait(1)
  987. game:GetService("StarterGui"):SetCore("SendNotification", {
  988. Title = "[Gui S.O.P]";
  989. Text = "Tp GunNoob Thành Công";
  990. })
  991. for _,v in pairs(game.Workspace:GetDescendants()) do
  992. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
  993. v:FindFirstChild("Head").Anchored = true
  994. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  995. end
  996. end
  997. end)
  998.  
  999. TpThatNoob.Name = "TpThatNoob"
  1000. TpThatNoob.Parent = QuestTpFrame
  1001. TpThatNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1002. TpThatNoob.Position = UDim2.new(-0.00373976142, 0, 0.366625935, 0)
  1003. TpThatNoob.Size = UDim2.new(0, 189, 0, 38)
  1004. TpThatNoob.Font = Enum.Font.SourceSans
  1005. TpThatNoob.Text = "TP That Noob"
  1006. TpThatNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1007. TpThatNoob.TextSize = 14
  1008. TpThatNoob.MouseButton1Down:connect(function()
  1009. wait(1)
  1010. game:GetService("StarterGui"):SetCore("SendNotification", {
  1011. Title = "[Gui S.O.P]";
  1012. Text = "Tp ThatNoob Thành Công";
  1013. })
  1014. for _,v in pairs(game.Workspace:GetDescendants()) do
  1015. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  1016. v:FindFirstChild("Head").Anchored = true
  1017. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1018. end
  1019. end
  1020. end)
  1021.  
  1022. TpInjuredPirate.Name = "TpInjuredPirate"
  1023. TpInjuredPirate.Parent = QuestTpFrame
  1024. TpInjuredPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1025. TpInjuredPirate.Position = UDim2.new(-0.01678323, 0, 0.485748172, 0)
  1026. TpInjuredPirate.Size = UDim2.new(0, 191, 0, 36)
  1027. TpInjuredPirate.Font = Enum.Font.SourceSans
  1028. TpInjuredPirate.Text = "TP Injured Pirate"
  1029. TpInjuredPirate.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1030. TpInjuredPirate.TextSize = 14
  1031. TpInjuredPirate.MouseButton1Down:connect(function()
  1032. wait(1)
  1033. game:GetService("StarterGui"):SetCore("SendNotification", {
  1034. Title = "[Gui S.O.P]";
  1035. Text = "Tp InjuredPirate Thành Công";
  1036. })
  1037. for _,v in pairs(game.Workspace:GetDescendants()) do
  1038. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Injured pirate') then
  1039. v:FindFirstChild("Head").Anchored = true
  1040. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1041. end
  1042. end
  1043. end)
  1044.  
  1045. TpSwordNoob.Name = "TpSwordNoob"
  1046. TpSwordNoob.Parent = QuestTpFrame
  1047. TpSwordNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1048. TpSwordNoob.Position = UDim2.new(-0.00373976142, 0, 0.598600864, 0)
  1049. TpSwordNoob.Size = UDim2.new(0, 189, 0, 36)
  1050. TpSwordNoob.Font = Enum.Font.SourceSans
  1051. TpSwordNoob.Text = "TP Sword Noob"
  1052. TpSwordNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1053. TpSwordNoob.TextSize = 14
  1054. TpSwordNoob.MouseButton1Down:connect(function()
  1055. wait(1)
  1056. game:GetService("StarterGui"):SetCore("SendNotification", {
  1057. Title = "[Gui S.O.P]";
  1058. Text = "Tp SwordNoob Thành Công";
  1059. })
  1060. for _,v in pairs(game.Workspace:GetDescendants()) do
  1061. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sword noob') then
  1062. v:FindFirstChild("Head").Anchored = true
  1063. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1064. end
  1065. end
  1066. end)
  1067.  
  1068. TpSadNoob.Name = "TpSadNoob"
  1069. TpSadNoob.Parent = QuestTpFrame
  1070. TpSadNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1071. TpSadNoob.Position = UDim2.new(-0.00373976142, 0, 0.711453497, 0)
  1072. TpSadNoob.Size = UDim2.new(0, 189, 0, 37)
  1073. TpSadNoob.Font = Enum.Font.SourceSans
  1074. TpSadNoob.Text = "TP Sad Noob"
  1075. TpSadNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1076. TpSadNoob.TextSize = 14
  1077. TpSadNoob.MouseButton1Down:connect(function()
  1078. wait(1)
  1079. game:GetService("StarterGui"):SetCore("SendNotification", {
  1080. Title = "[Gui S.O.P]";
  1081. Text = "Tp SadNoob Thành Công";
  1082. })
  1083. for _,v in pairs(game.Workspace:GetDescendants()) do
  1084. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sad noob') then
  1085. v:FindFirstChild("Head").Anchored = true
  1086. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1087. end
  1088. end
  1089. end)
  1090.  
  1091. TpBigHeadBoy.Name = "TpBigHeadBoy"
  1092. TpBigHeadBoy.Parent = QuestTpFrame
  1093. TpBigHeadBoy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1094. TpBigHeadBoy.Position = UDim2.new(-0.00373976142, 0, 0.827440977, 0)
  1095. TpBigHeadBoy.Size = UDim2.new(0, 189, 0, 38)
  1096. TpBigHeadBoy.Font = Enum.Font.SourceSans
  1097. TpBigHeadBoy.Text = "TP Big Head Boy"
  1098. TpBigHeadBoy.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1099. TpBigHeadBoy.TextSize = 14
  1100. TpBigHeadBoy.MouseButton1Down:connect(function()
  1101. wait(1)
  1102. game:GetService("StarterGui"):SetCore("SendNotification", {
  1103. Title = "[Gui S.O.P]";
  1104. Text = "Tp Big Head Boy Thành Công";
  1105. })
  1106. for _,v in pairs(game.Workspace:GetDescendants()) do
  1107. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Big head boy') then
  1108. v:FindFirstChild("Head").Anchored = true
  1109. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1110. end
  1111. end
  1112. end)
  1113.  
  1114. OtherScripts.Name = "OtherScripts"
  1115. OtherScripts.Parent = ScriptsFrame
  1116. OtherScripts.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1117. OtherScripts.Position = UDim2.new(0.0476484038, 0, 0.555160582, 0)
  1118. OtherScripts.Size = UDim2.new(0, 100, 0, 31)
  1119. OtherScripts.Font = Enum.Font.SourceSansLight
  1120. OtherScripts.Text = "ScriptsKhác"
  1121. OtherScripts.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1122. OtherScripts.TextSize = 14
  1123. OtherScripts.MouseButton1Click:connect(function()
  1124. if OtherScriptsFrame.Visible == true then wait(.10)
  1125. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1126. wait(1) OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1127. elseif IslandTpFrame.Visible == true then wait(.10)
  1128. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1129. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1130. elseif HomeFrame.Visible == true then
  1131. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false OtherScriptsFrame.Visible = true
  1132. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1133. elseif NpcTpFrame.Visible == true then
  1134. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1135. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1136. elseif QuestTpFrame.Visible == true then
  1137. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1138. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1139. elseif WeaponTpFrame.Visible == true then
  1140. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1141. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1142. elseif OtherTpFrame.Visible == true then
  1143. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1144. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1145. elseif TpPlayerFrame.Visible == true then
  1146. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false OtherScriptsFrame.Visible = true
  1147. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1148. end
  1149. end)
  1150.  
  1151. OtherScriptsFrame.Name = "OtherScriptsFrame"
  1152. OtherScriptsFrame.Parent = OtherScripts
  1153. OtherScriptsFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1154. OtherScriptsFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1155. OtherScriptsFrame.BorderSizePixel = 0
  1156. OtherScriptsFrame.Position = UDim2.new(-1.96770537, 0, -4.72365236, 0)
  1157. OtherScriptsFrame.Size = UDim2.new(0, 191, 0, 269)
  1158. OtherScriptsFrame.Visible = false
  1159. OtherScriptsFrame.ScrollBarThickness = 12
  1160. OtherScriptsFrame.Active = true
  1161.  
  1162. OtherScriptsLabel.Name = "OtherScriptsLabel"
  1163. OtherScriptsLabel.Parent = OtherScriptsFrame
  1164. OtherScriptsLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1165. OtherScriptsLabel.Size = UDim2.new(0, 229, 0, 33)
  1166. OtherScriptsLabel.Font = Enum.Font.SourceSans
  1167. OtherScriptsLabel.Text = "ScripsKhác"
  1168. OtherScriptsLabel.TextColor3 = Color3.new(0, 0, 0)
  1169. OtherScriptsLabel.TextSize = 14
  1170.  
  1171. DeleteAntiCheat.Name = "DeleteAntiCheat"
  1172. DeleteAntiCheat.Parent = OtherScriptsFrame
  1173. DeleteAntiCheat.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1174. DeleteAntiCheat.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  1175. DeleteAntiCheat.Size = UDim2.new(0, 187, 0, 32)
  1176. DeleteAntiCheat.Font = Enum.Font.SourceSans
  1177. DeleteAntiCheat.Text = "Xóa Chống Gian Lận"
  1178. DeleteAntiCheat.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1179. DeleteAntiCheat.TextSize = 14
  1180. DeleteAntiCheat.MouseButton1Down:connect(function()
  1181. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1182. if v.ClassName == "Script" then
  1183. for i,c in pairs(v:GetChildren()) do
  1184. if c.Name == "" then
  1185. v:Remove()
  1186.  
  1187. end
  1188. end
  1189. end
  1190. end
  1191. wait(1)
  1192. game:GetService("StarterGui"):SetCore("SendNotification", {
  1193. Title = "[Gui S.O.P]";
  1194. Text = "Xóa Chống Gian Lận Bây Giờ Bạn Có Thể Sử Dụng Script Khác Ko Sợ Kick 70% ";
  1195. })
  1196. end)
  1197.  
  1198. Fly.Name = "Fly"
  1199. Fly.Parent = OtherScriptsFrame
  1200. Fly.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1201. Fly.Position = UDim2.new(0, 0, 0.26631245, 0)
  1202. Fly.Size = UDim2.new(0, 186, 0, 32)
  1203. Fly.Font = Enum.Font.SourceSans
  1204. Fly.Text = "Bay"
  1205. Fly.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1206. Fly.TextSize = 14
  1207. Fly.MouseButton1Down:connect(function()
  1208. repeat wait()
  1209. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1210. local mouse = game.Players.LocalPlayer:GetMouse()
  1211. repeat wait() until mouse
  1212. local plr = game.Players.LocalPlayer
  1213. local torso = plr.Character.Torso
  1214. local flying = true
  1215. local deb = true
  1216. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1217. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1218. local maxspeed = 220
  1219. local speed = 100
  1220.  
  1221. function Fly()
  1222. local bg = Instance.new("BodyGyro", torso)
  1223. bg.P = 9e4
  1224. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1225. bg.cframe = torso.CFrame
  1226. local bv = Instance.new("BodyVelocity", torso)
  1227. bv.velocity = Vector3.new(0,0.1,0)
  1228. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1229. repeat wait()
  1230. plr.Character.Humanoid.PlatformStand = true
  1231. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1232. speed = speed+.5+(speed/maxspeed)
  1233. if speed > maxspeed then
  1234. speed = maxspeed
  1235. end
  1236. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1237. speed = speed-1
  1238. if speed < 0 then
  1239. speed = 100
  1240. end
  1241. end
  1242. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1243. 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
  1244. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1245. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1246. 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
  1247. else
  1248. bv.velocity = Vector3.new(0,0.1,0)
  1249. end
  1250. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*100*speed/maxspeed),0,0)
  1251. until not flying
  1252. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1253. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1254. speed = 100
  1255. bg:Destroy()
  1256. bv:Destroy()
  1257. plr.Character.Humanoid.PlatformStand = false
  1258. end
  1259. mouse.KeyDown:connect(function(key)
  1260. if key:lower() == "e" then
  1261. if flying then flying = false
  1262. else
  1263. flying = true
  1264. Fly()
  1265. end
  1266. elseif key:lower() == "w" then
  1267. ctrl.f = 1
  1268. elseif key:lower() == "s" then
  1269. ctrl.b = -1
  1270. elseif key:lower() == "a" then
  1271. ctrl.l = -1
  1272. elseif key:lower() == "d" then
  1273. ctrl.r = 1
  1274. end
  1275. end)
  1276. mouse.KeyUp:connect(function(key)
  1277. if key:lower() == "w" then
  1278. ctrl.f = 0
  1279. elseif key:lower() == "s" then
  1280. ctrl.b = 0
  1281. elseif key:lower() == "a" then
  1282. ctrl.l = 0
  1283. elseif key:lower() == "d" then
  1284. ctrl.r = 0
  1285. end
  1286. end)
  1287. wait(1)
  1288. game:GetService("StarterGui"):SetCore("SendNotification", {
  1289. Title = "[Gui S.O.P]";
  1290. Text = "Bay Kích Hoạt Nhấn e Để Bay Nhấn Lại Để Dừng";
  1291. })
  1292. end)
  1293.  
  1294. SpeedHack.Name = "SpeedHack"
  1295. SpeedHack.Parent = OtherScriptsFrame
  1296. SpeedHack.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1297. SpeedHack.Position = UDim2.new(-0.0104712043, 0, 0.366941363, 0)
  1298. SpeedHack.Size = UDim2.new(0, 188, 0, 35)
  1299. SpeedHack.Font = Enum.Font.SourceSans
  1300. SpeedHack.Text = "Chạy Nhanh"
  1301. SpeedHack.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1302. SpeedHack.TextSize = 14
  1303. SpeedHack.MouseButton1Down:connect(function()
  1304. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  1305. wait(1)
  1306. game:GetService("StarterGui"):SetCore("SendNotification", {
  1307. Title = "[Gui S.O.P]";
  1308. Text = "Chạy Nhanh Kích Hoạt Reset Character Để Dừng";
  1309. })
  1310. end)
  1311.  
  1312. NoClip.Name = "NoClip"
  1313. NoClip.Parent = OtherScriptsFrame
  1314. NoClip.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1315. NoClip.Position = UDim2.new(-0.00373976142, 0, 0.4770042, 0)
  1316. NoClip.Size = UDim2.new(0, 187, 0, 36)
  1317. NoClip.Font = Enum.Font.SourceSans
  1318. NoClip.Text = "XuyênTường"
  1319. NoClip.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1320. NoClip.TextSize = 14
  1321. NoClip.MouseButton1Down:connect(function()
  1322. noclip = false
  1323. game:GetService('RunService').Stepped:connect(function()
  1324. if noclip then
  1325. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1326. end
  1327. end)
  1328. plr = game.Players.LocalPlayer
  1329. mouse = plr:GetMouse()
  1330. mouse.KeyDown:connect(function(key)
  1331.  
  1332. if key == "y" then
  1333. noclip = not noclip
  1334. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1335. end
  1336. end)
  1337. wait(1)
  1338. game:GetService("StarterGui"):SetCore("SendNotification", {
  1339. Title = "[Gui S.O.P]";
  1340. Text = "Xuyên Tường Kích Hoạt Nhấn y Để Đi Xuyên Tường Và Nhấn Lần Nữa Để Dừng Lại";
  1341. })
  1342. end)
  1343.  
  1344. OtherTp.Name = "OtherTp"
  1345. OtherTp.Parent = ScriptsFrame
  1346. OtherTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1347. OtherTp.Position = UDim2.new(0.0476484038, 0, 0.667887747, 0)
  1348. OtherTp.Size = UDim2.new(0, 100, 0, 31)
  1349. OtherTp.Font = Enum.Font.SourceSansLight
  1350. OtherTp.Text = "Tpkhác"
  1351. OtherTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1352. OtherTp.TextSize = 14
  1353. OtherTp.MouseButton1Click:connect(function()
  1354. if OtherTpFrame.Visible == true then wait(.10)
  1355. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1356. wait(1) OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1357. elseif IslandTpFrame.Visible == true then wait(.10)
  1358. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false OtherTpFrame.Visible = true
  1359. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1360. elseif HomeFrame.Visible == true then
  1361. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false OtherTpFrame.Visible = true
  1362. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1363. elseif NpcTpFrame.Visible == true then
  1364. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false OtherTpFrame.Visible = true
  1365. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1366. elseif QuestTpFrame.Visible == true then
  1367. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false OtherTpFrame.Visible = true
  1368. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1369. elseif WeaponTpFrame.Visible == true then
  1370. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false OtherTpFrame.Visible = true
  1371. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1372. elseif OtherScriptsFrame.Visible == true then
  1373. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false OtherTpFrame.Visible = true
  1374. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1375. elseif TpPlayerFrame.Visible == true then
  1376. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false OtherTpFrame.Visible = true
  1377. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1378. end
  1379. end)
  1380.  
  1381. OtherTpFrame.Name = "OtherTpFrame"
  1382. OtherTpFrame.Parent = OtherTp
  1383. OtherTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1384. OtherTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1385. OtherTpFrame.BorderSizePixel = 0
  1386. OtherTpFrame.NextSelectionRight = HomeFrame
  1387. OtherTpFrame.Position = UDim2.new(-1.96800017, 0, -5.74222612, 1)
  1388. OtherTpFrame.Size = UDim2.new(0, 191, 0, 269)
  1389. OtherTpFrame.Visible = false
  1390. OtherTpFrame.ScrollBarThickness = 12
  1391. OtherTpFrame.Active = true
  1392.  
  1393. OtherTpLabel.Name = "OtherTpLabel"
  1394. OtherTpLabel.Parent = OtherTpFrame
  1395. OtherTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1396. OtherTpLabel.Size = UDim2.new(0, 229, 0, 33)
  1397. OtherTpLabel.Font = Enum.Font.SourceSans
  1398. OtherTpLabel.Text = "TpKhác"
  1399. OtherTpLabel.TextColor3 = Color3.new(0, 0, 0)
  1400. OtherTpLabel.TextSize = 14
  1401.  
  1402. TpChest.Name = "TpChest"
  1403. TpChest.Parent = OtherTpFrame
  1404. TpChest.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1405. TpChest.Position = UDim2.new(-0.00373976142, 0, 0.165683448, 0)
  1406. TpChest.Size = UDim2.new(0, 187, 0, 32)
  1407. TpChest.Font = Enum.Font.SourceSans
  1408. TpChest.Text = "Tp Rương"
  1409. TpChest.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1410. TpChest.TextSize = 14
  1411. TpChest.MouseButton1Down:connect(function()
  1412. wait(1)
  1413. game:GetService("StarterGui"):SetCore("SendNotification", {
  1414. Title = "[Gui S.O.P]";
  1415. Text = "Tp Rương Thành Công Nếu Ko Có Gì Hết Thì Server Này Ko Có Rương";
  1416. })
  1417. for _,v in pairs(game.Workspace:GetDescendants()) do
  1418. if v.ClassName == "TouchTransmitter" then
  1419. v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
  1420. v.Parent.Anchored = true
  1421. end
  1422. end
  1423. end)
  1424.  
  1425. TpAllNPC.Name = "TpAllNPC"
  1426. TpAllNPC.Parent = OtherTpFrame
  1427. TpAllNPC.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1428. TpAllNPC.Position = UDim2.new(0, 0, 0.266312391, 0)
  1429. TpAllNPC.Size = UDim2.new(0, 186, 0, 32)
  1430. TpAllNPC.Font = Enum.Font.SourceSans
  1431. TpAllNPC.Text = "Tp Tất Cả Npc"
  1432. TpAllNPC.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1433. TpAllNPC.TextSize = 14
  1434. TpAllNPC.MouseButton1Down:connect(function()
  1435. wait(1)
  1436. game:GetService("StarterGui"):SetCore("SendNotification", {
  1437. Title = "[Gui S.O.P]";
  1438. Text = "Tp Tất Cả Npc Thành Công";
  1439. })
  1440. for _,v in pairs(game.Workspace:GetDescendants()) do
  1441. 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
  1442. v:FindFirstChild("HumanoidRootPart").Anchored = true
  1443. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  1444. end
  1445. end
  1446. end)
  1447.  
  1448. TpSwords.Name = "TpSwords"
  1449. TpSwords.Parent = OtherTpFrame
  1450. TpSwords.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1451. TpSwords.Position = UDim2.new(-0.00373976142, 0, 0.366625935, 0)
  1452. TpSwords.Size = UDim2.new(0, 187, 0, 38)
  1453. TpSwords.Font = Enum.Font.SourceSans
  1454. TpSwords.Text = "TP Tất Cả Kiếm"
  1455. TpSwords.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1456. TpSwords.TextSize = 14
  1457. TpSwords.MouseButton1Down:connect(function()
  1458. wait(1)
  1459. game:GetService("StarterGui"):SetCore("SendNotification", {
  1460. Title = "[Gui S.O.P]";
  1461. Text = "Tp Tất Cả Kiếm Thàng Công";
  1462. })
  1463. for _,v in pairs(game.Workspace:GetDescendants()) do
  1464. if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
  1465. v:FindFirstChild("Head").Anchored = true
  1466. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1467. end
  1468. end
  1469. end)
  1470.  
  1471. Close.Name = "Close"
  1472. Close.Parent = MainFrame
  1473. Close.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1474. Close.Position = UDim2.new(0.888513625, 0, 0, 0)
  1475. Close.Size = UDim2.new(0, 33, 0, 23)
  1476. Close.Font = Enum.Font.SourceSans
  1477. Close.Text = "X"
  1478. Close.TextColor3 = Color3.new(0, 0, 0)
  1479. Close.TextSize = 14
  1480. Close.MouseButton1Down:connect(function()
  1481. MainFrame:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  1482. OpenGui.Visible = true
  1483. end)
  1484.  
  1485. Tilte.Name = "Tilte"
  1486. Tilte.Parent = MainFrame
  1487. Tilte.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1488. Tilte.Position = UDim2.new(-0.00109739567, 0, 0, 0)
  1489. Tilte.Size = UDim2.new(0, 140, 0, 33)
  1490. Tilte.Font = Enum.Font.SourceSans
  1491. Tilte.Text = "Gui S.O.P"
  1492. Tilte.TextColor3 = Color3.new(0, 0, 0)
  1493. Tilte.TextSize = 14
  1494.  
  1495. Tilte1.Name = "Tilte1"
  1496. Tilte1.Parent = MainFrame
  1497. Tilte1.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1498. Tilte1.Position = UDim2.new(0.408456832, 0, 0, 0)
  1499. Tilte1.Size = UDim2.new(0, 51, 0, 33)
  1500. Tilte1.Font = Enum.Font.SourceSans
  1501. Tilte1.Text = "V2.1"
  1502. Tilte1.TextColor3 = Color3.new(0, 0, 0)
  1503. Tilte1.TextSize = 14
  1504.  
  1505. BackgroundFrame.Name = "BackgroundFrame"
  1506. BackgroundFrame.Parent = Main
  1507. BackgroundFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1508. BackgroundFrame.BackgroundTransparency = 1
  1509. BackgroundFrame.Position = UDim2.new(0.372213811, 0, 0.279000014, 0)
  1510. BackgroundFrame.Size = UDim2.new(0, 285, 0, 374)
  1511. BackgroundFrame.Image = "rbxassetid://2260429633"
  1512. BackgroundFrame.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1513. BackgroundFrame.ScaleType = Enum.ScaleType.Slice
  1514. BackgroundFrame.SliceCenter = Rect.new(12, 12, 13, 13)
  1515. BackgroundFrame.Active = true
  1516.  
  1517. Border1.Name = "Border1"
  1518. Border1.Parent = BackgroundFrame
  1519. Border1.BackgroundColor3 = Color3.new(0, 0, 0)
  1520. Border1.BackgroundTransparency = 0.49000000953674
  1521. Border1.BorderSizePixel = 0
  1522. Border1.Position = UDim2.new(0.0350877196, 0, -0.0160427801, 0)
  1523. Border1.Size = UDim2.new(0, 262, 0, 6)
  1524.  
  1525. Border2.Name = "Border2"
  1526. Border2.Parent = BackgroundFrame
  1527. Border2.BackgroundColor3 = Color3.new(0, 0, 0)
  1528. Border2.BackgroundTransparency = 0.49000000953674
  1529. Border2.BorderSizePixel = 0
  1530. Border2.Position = UDim2.new(0.0350877196, 0, 1, 0)
  1531. Border2.Size = UDim2.new(0, 262, 0, 6)
  1532.  
  1533. Border3.Name = "Border3"
  1534. Border3.Parent = BackgroundFrame
  1535. Border3.BackgroundColor3 = Color3.new(0, 0, 0)
  1536. Border3.BackgroundTransparency = 0.49000000953674
  1537. Border3.BorderSizePixel = 0
  1538. Border3.Position = UDim2.new(-0.0280702151, 0, 0.0374331549, 0)
  1539. Border3.Size = UDim2.new(0, 8, 0, 342)
  1540.  
  1541. Border4.Name = "Border4"
  1542. Border4.Parent = BackgroundFrame
  1543. Border4.BackgroundColor3 = Color3.new(0, 0, 0)
  1544. Border4.BackgroundTransparency = 0.49000000953674
  1545. Border4.BorderSizePixel = 0
  1546. Border4.Position = UDim2.new(1, 0, 0.0374331549, 0)
  1547. Border4.Size = UDim2.new(0, 8, 0, 342)
  1548.  
  1549. LoginInfoLabel.Name = "LoginInfoLabel"
  1550. LoginInfoLabel.Parent = BackgroundFrame
  1551. LoginInfoLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1552. LoginInfoLabel.BackgroundTransparency = 1
  1553. LoginInfoLabel.Size = UDim2.new(0, 285, 0, 45)
  1554. LoginInfoLabel.Font = Enum.Font.SourceSansSemibold
  1555. LoginInfoLabel.Text = "Thông Tin Đăng Nhập"
  1556. LoginInfoLabel.TextColor3 = Color3.new(1, 1, 1)
  1557. LoginInfoLabel.TextSize = 45
  1558.  
  1559. WelcomeUserLabel.Name = "WelcomeUserLabel"
  1560. WelcomeUserLabel.Parent = BackgroundFrame
  1561. WelcomeUserLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1562. WelcomeUserLabel.BackgroundTransparency = 1
  1563. WelcomeUserLabel.Position = UDim2.new(0.0350877196, 0, 0.13903743, 0)
  1564. WelcomeUserLabel.Size = UDim2.new(0, 139, 0, 45)
  1565. WelcomeUserLabel.Font = Enum.Font.SourceSansSemibold
  1566. WelcomeUserLabel.Text = "Chào Mừng"
  1567. WelcomeUserLabel.TextColor3 = Color3.new(1, 1, 1)
  1568. WelcomeUserLabel.TextSize = 20
  1569. WelcomeUserLabel.TextXAlignment = Enum.TextXAlignment.Left
  1570.  
  1571. TriesLabel.Name = "TriesLabel"
  1572. TriesLabel.Parent = BackgroundFrame
  1573. TriesLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1574. TriesLabel.BackgroundTransparency = 1
  1575. TriesLabel.Position = UDim2.new(0.0350877196, 0, 0.43315509, 0)
  1576. TriesLabel.Size = UDim2.new(0, 139, 0, 45)
  1577. TriesLabel.Font = Enum.Font.SourceSansSemibold
  1578. TriesLabel.Text = "Số Lần Nhập Key: "
  1579. TriesLabel.TextColor3 = Color3.new(1, 1, 1)
  1580. TriesLabel.TextSize = 20
  1581. TriesLabel.TextXAlignment = Enum.TextXAlignment.Left
  1582.  
  1583. KeyLabel.Name = "KeyLabel"
  1584. KeyLabel.Parent = BackgroundFrame
  1585. KeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1586. KeyLabel.BackgroundTransparency = 1
  1587. KeyLabel.Position = UDim2.new(0.126315802, 0, 0.590909064, 0)
  1588. KeyLabel.Size = UDim2.new(0, 79, 0, 45)
  1589. KeyLabel.Font = Enum.Font.SourceSansSemibold
  1590. KeyLabel.Text = "Key"
  1591. KeyLabel.TextColor3 = Color3.new(1, 1, 1)
  1592. KeyLabel.TextSize = 40
  1593. KeyLabel.TextXAlignment = Enum.TextXAlignment.Left
  1594. KeyLabel.TextYAlignment = Enum.TextYAlignment.Top
  1595.  
  1596. KeyBackground.Name = "KeyBackground"
  1597. KeyBackground.Parent = BackgroundFrame
  1598. KeyBackground.BackgroundColor3 = Color3.new(1, 1, 1)
  1599. KeyBackground.BackgroundTransparency = 1
  1600. KeyBackground.Position = UDim2.new(0, 115, 0, 221)
  1601. KeyBackground.Size = UDim2.new(0.414035082, 24, 0.0561497323, 24)
  1602. KeyBackground.Image = "rbxassetid://2260429633"
  1603. KeyBackground.ImageColor3 = Color3.new(0, 0, 0)
  1604. KeyBackground.ScaleType = Enum.ScaleType.Slice
  1605. KeyBackground.SliceCenter = Rect.new(12, 12, 13, 13)
  1606.  
  1607. KeyHere.Name = "KeyHere"
  1608. KeyHere.Parent = KeyBackground
  1609. KeyHere.BackgroundColor3 = Color3.new(0, 0, 0)
  1610. KeyHere.BackgroundTransparency = 1
  1611. KeyHere.BorderSizePixel = 0
  1612. KeyHere.Position = UDim2.new(-0.00158143044, 0, -0.0136066675, 0)
  1613. KeyHere.Size = UDim2.new(0, 142, 0, 45)
  1614. KeyHere.Font = Enum.Font.SourceSansSemibold
  1615. KeyHere.Text = "Nhập Key Vào Đây"
  1616. KeyHere.TextColor3 = Color3.new(1, 1, 1)
  1617. KeyHere.TextSize = 14
  1618.  
  1619. LoginButton.Name = "LoginButton"
  1620. LoginButton.Parent = BackgroundFrame
  1621. LoginButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1622. LoginButton.BorderSizePixel = 0
  1623. LoginButton.Position = UDim2.new(0.147368431, 0, 0.756684482, 0)
  1624. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  1625. LoginButton.Font = Enum.Font.SourceSansSemibold
  1626. LoginButton.Text = "Đăng Nhập"
  1627. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  1628. LoginButton.TextSize = 30
  1629.  
  1630. PleaseLoginLabel.Name = "PleaseLoginLabel"
  1631. PleaseLoginLabel.Parent = BackgroundFrame
  1632. PleaseLoginLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1633. PleaseLoginLabel.BackgroundTransparency = 1
  1634. PleaseLoginLabel.Position = UDim2.new(0.0350877196, 0, 0.280748665, 0)
  1635. PleaseLoginLabel.Size = UDim2.new(0, 139, 0, 45)
  1636. PleaseLoginLabel.Font = Enum.Font.SourceSansSemibold
  1637. PleaseLoginLabel.Text = "Hãy Đăng Nhập"
  1638. PleaseLoginLabel.TextColor3 = Color3.new(1, 1, 1)
  1639. PleaseLoginLabel.TextSize = 20
  1640. PleaseLoginLabel.TextXAlignment = Enum.TextXAlignment.Left
  1641.  
  1642. -- Scripts:
  1643.  
  1644. getfenv().script = Instance.new('LocalScript', BackgroundFrame)
  1645.  
  1646. local play = game.Players.LocalPlayer.Name
  1647. local lplay = game.Players.LocalPlayer
  1648. local F = script.Parent
  1649. local W = F.WelcomeUserLabel
  1650. local KH = F.KeyBackground.KeyHere
  1651. local LB = F.LoginButton
  1652. local T = F.TriesLabel
  1653. local tri = 0
  1654. local mtri = 5
  1655.  
  1656. T.Text = "Số Lần Nhập Key: "..mtri
  1657.  
  1658. W.Text = "Chào Mừng "..play.."!"
  1659.  
  1660. LB.MouseButton1Click:Connect(function()
  1661. if mtri == tri then
  1662. lplay:Kick("Nhập Sai Quá Nhiều Lần.")
  1663. else
  1664. if KH.Text == "Vuongvipasd" then
  1665. F.Visible = false
  1666. -- Farewell Infortality.
  1667. -- Version: 2.82
  1668. -- Instances:
  1669. local ScreenGui = Instance.new("ScreenGui")
  1670. local Frame = Instance.new("Frame")
  1671. local TextLabel = Instance.new("TextLabel")
  1672. local TextButton = Instance.new("TextButton")
  1673. --Properties:
  1674. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1675.  
  1676. Frame.Parent = ScreenGui
  1677. Frame.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  1678. Frame.Position = UDim2.new(0.202005729, 0, 0.286004066, 0)
  1679. Frame.Size = UDim2.new(0, 385, 0, 191)
  1680. Frame.Draggable = true
  1681.  
  1682. TextLabel.Parent = Frame
  1683. TextLabel.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  1684. TextLabel.Position = UDim2.new(0.238961041, 0, 0.387434542, 0)
  1685. TextLabel.Size = UDim2.new(0, 200, 0, 42)
  1686. TextLabel.Font = Enum.Font.SourceSans
  1687. TextLabel.Text = "Đang Tải Gui"
  1688. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1689. TextLabel.TextSize = 30
  1690.  
  1691. -- Scripts:
  1692. function SCRIPT_TGPK80_FAKESCRIPT() -- TextLabel.Script
  1693. getfenv().script = Instance.new('Script', TextLabel)
  1694.  
  1695. TL = script.Parent
  1696. Value = 0
  1697. repeat
  1698. wait ()
  1699.  
  1700. if TL.Visible == true then
  1701. TL.Text = ("Đang Tải Gui")
  1702. wait(2)
  1703. TL.Text = ("Đang Tải Gui.")
  1704. wait(2)
  1705. TL.Text = ("Đang Tải Gui..")
  1706. wait(1)
  1707. TL.Text = ("Đang Tải Gui...")
  1708. wait(1)
  1709. TL.Text =("Đang Tải Gui")
  1710. wait(1)
  1711. TL.Text = ("Đã Xong")
  1712. Value =1
  1713. wait(1)
  1714.  
  1715. TextButton.Parent = TextLabel
  1716. TextButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  1717. TextButton.Position = UDim2.new(1.31500006, 0, -1.76190472, 0)
  1718. TextButton.Size = UDim2.new(0, 30, 0, 28)
  1719. TextButton.Font = Enum.Font.SourceSans
  1720. TextButton.Text = "X"
  1721. TextButton.TextColor3 = Color3.new(1, 0, 0)
  1722. TextButton.TextSize = 20
  1723. TextButton.MouseButton1Click:connect(function()
  1724. Frame.Visible = false
  1725. end)
  1726.  
  1727. end
  1728.  
  1729. until Value == 1
  1730.  
  1731. end
  1732. coroutine.resume(coroutine.create(SCRIPT_TGPK80_FAKESCRIPT))
  1733.  
  1734. wait(8)
  1735. game:GetService("StarterGui"):SetCore("SendNotification", {
  1736. Title = "[Gui S.O.P V2.1]";
  1737. Text = "Key Đc Chấp Nhận Gui Đc Làm Bởi Thi Và Đc Đăng Trong Group Chia Sẽ Hack Roblox Tận Hưởng Đi";
  1738. })
  1739. wait(1)
  1740. game:GetService("StarterGui"):SetCore("SendNotification", {
  1741. Title = "[Gui S.O.P V2.1]";
  1742. Text = "Xóa Chống Gian Lận Trong Phần Scripts Khác Trước Khi Dùng Cái Khác";
  1743. })
  1744.  
  1745. wait(1)
  1746. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1747. Text = "[Trường Thi]Update sớm nhất sẽ có trong group Chia Sẽ Hack Roblox ";
  1748. Color = Color3.new(170, 0, 0);
  1749. Font = Enum.Font.SourceSansBold;
  1750. FontSize = Enum.FontSize.Size24;
  1751. })
  1752.  
  1753. wait(1)
  1754. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1755. Text = "[Trường Thi] Nghiêm Cấm Mấy Con Tạp Chủng Copy Ko Để Nguồn :)) ";
  1756. Color = Color3.new(170, 0, 0);
  1757. Font = Enum.Font.SourceSansBold;
  1758. FontSize = Enum.FontSize.Size24;
  1759. })
  1760.  
  1761. wait(1)
  1762. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1763. Text = "[Trường Thi] Nếu Có lỗi Gì Đó Cứ Liên Hệ Và Báo Lỗi Lên Facebook Đặng Trường Thi ";
  1764. Color = Color3.new(170, 0, 0);
  1765. Font = Enum.Font.SourceSansBold;
  1766. FontSize = Enum.FontSize.Size24;
  1767. })
  1768. wait(0.5)
  1769. OpenGui.Visible = true
  1770. else
  1771. mtri = mtri - 1
  1772. T.Text = "Tries: "..mtri
  1773. wait(0.3)
  1774. game:GetService("StarterGui"):SetCore("SendNotification", {
  1775. Title = "[Gui S.O.P V2.1]";
  1776. Text = "Sai Key Rồi Rhập Lại Đi Ahihi :)).";
  1777. })
  1778. end
  1779. end
  1780. end)
  1781.  
  1782. OpenGui.Name = "OpenGui"
  1783. OpenGui.Parent = Main
  1784. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1785. OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
  1786. OpenGui.Size = UDim2.new(0, 109, 0, 48)
  1787. OpenGui.Visible = false
  1788. OpenGui.Active = true
  1789.  
  1790. Open.Name = "Open"
  1791. Open.Parent = OpenGui
  1792. Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1793. Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
  1794. Open.Size = UDim2.new(0, 175, 0, 50)
  1795. Open.Font = Enum.Font.SourceSans
  1796. Open.Text = "Mở Gui"
  1797. Open.TextColor3 = Color3.new(0, 1, 0.498039)
  1798. Open.TextSize = 14
  1799. Open.MouseButton1Down:connect(function()
  1800. MainFrame:TweenPosition(UDim2.new(0.264, 0,0.279, 0), 'Out','Bounce', 1)
  1801. OpenGui.Visible = false
  1802. end)
  1803.  
  1804. TpPlayer.Name = "TpPlayer"
  1805. TpPlayer.Parent = ScriptsFrame
  1806. TpPlayer.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1807. TpPlayer.Position = UDim2.new(0.0476484932, 0, 0.782278955, 0)
  1808. TpPlayer.Size = UDim2.new(0, 101, 0, 31)
  1809. TpPlayer.Font = Enum.Font.SourceSansLight
  1810. TpPlayer.Text = "TpNgườiChơi"
  1811. TpPlayer.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1812. TpPlayer.TextSize = 14
  1813. TpPlayer.MouseButton1Click:connect(function()
  1814. if TpPlayerFrame.Visible == true then wait(.10)
  1815. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1816. wait(1) TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1817. elseif IslandTpFrame.Visible == true then wait(.10)
  1818. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false TpPlayerFrame.Visible = true
  1819. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1820. elseif HomeFrame.Visible == true then
  1821. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false TpPlayerFrame.Visible = true
  1822. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1823. elseif NpcTpFrame.Visible == true then
  1824. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false TpPlayerFrame.Visible = true
  1825. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1826. elseif QuestTpFrame.Visible == true then
  1827. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false TpPlayerFrame.Visible = true
  1828. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1829. elseif WeaponTpFrame.Visible == true then
  1830. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false TpPlayerFrame.Visible = true
  1831. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1832. elseif OtherScriptsFrame.Visible == true then
  1833. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false TpPlayerFrame.Visible = true
  1834. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1835. elseif OtherTpFrame.Visible == true then
  1836. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherTpFrame.Visible = false TpPlayerFrame.Visible = true
  1837. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1838. end
  1839. end)
  1840.  
  1841. TpPlayerFrame.Name = "TpPlayerFrame"
  1842. TpPlayerFrame.Parent = TpPlayer
  1843. TpPlayerFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1844. TpPlayerFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1845. TpPlayerFrame.BorderSizePixel = 0
  1846. TpPlayerFrame.NextSelectionRight = HomeFrame
  1847. TpPlayerFrame.Position = UDim2.new(-1.95895231, 0, -6.67770958, 1)
  1848. TpPlayerFrame.Size = UDim2.new(0, 191, 0, 269)
  1849. TpPlayerFrame.Visible = false
  1850. TpPlayerFrame.ScrollBarThickness = 6
  1851. TpPlayerFrame.Active = true
  1852.  
  1853. TPPlayerLabel.Name = "TPPlayerLabel"
  1854. TPPlayerLabel.Parent = TpPlayerFrame
  1855. TPPlayerLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1856. TPPlayerLabel.Size = UDim2.new(0, 187, 0, 33)
  1857. TPPlayerLabel.Font = Enum.Font.SourceSans
  1858. TPPlayerLabel.Text = "Tp Người Chơi Tới Mình"
  1859. TPPlayerLabel.TextColor3 = Color3.new(0, 0, 0)
  1860. TPPlayerLabel.TextSize = 14
  1861.  
  1862. TPToPlayerLabel.Name = "TPToPlayerLabel"
  1863. TPToPlayerLabel.Parent = TpPlayerFrame
  1864. TPToPlayerLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1865. TPToPlayerLabel.Position = UDim2.new(0, 0, 0.467741907, 0)
  1866. TPToPlayerLabel.Size = UDim2.new(0, 187, 0, 33)
  1867. TPToPlayerLabel.Font = Enum.Font.SourceSans
  1868. TPToPlayerLabel.Text = "Tp Tới Người Chơi"
  1869. TPToPlayerLabel.TextColor3 = Color3.new(0, 0, 0)
  1870. TPToPlayerLabel.TextSize = 14
  1871.  
  1872. PlayerName1.Name = "Player Name1"
  1873. PlayerName1.Parent = TpPlayerFrame
  1874. PlayerName1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1875. PlayerName1.Position = UDim2.new(0.062827222, 0, 0.177419335, 0)
  1876. PlayerName1.Size = UDim2.new(0, 163, 0, 50)
  1877. PlayerName1.Font = Enum.Font.SourceSans
  1878. PlayerName1.Text = "Nhập Tên Người Chơi Vào Đây"
  1879. PlayerName1.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1880. PlayerName1.TextSize = 14
  1881.  
  1882. PlayerName2.Name = "PlayerName2"
  1883. PlayerName2.Parent = TpPlayerFrame
  1884. PlayerName2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1885. PlayerName2.Position = UDim2.new(0.0732984245, 0, 0.629032254, 0)
  1886. PlayerName2.Size = UDim2.new(0, 163, 0, 50)
  1887. PlayerName2.Font = Enum.Font.SourceSans
  1888. PlayerName2.Text = "Nhập Tên Người Chơi Vào Đây"
  1889. PlayerName2.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1890. PlayerName2.TextSize = 14
  1891.  
  1892. Tp1.Name = "Tp1"
  1893. Tp1.Parent = TpPlayerFrame
  1894. Tp1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1895. Tp1.Position = UDim2.new(0.120418854, 0, 0.376903653, 0)
  1896. Tp1.Size = UDim2.new(0, 147, 0, 20)
  1897. Tp1.Font = Enum.Font.SourceSans
  1898. Tp1.Text = "Nhấn Vào Đây Để Tp"
  1899. Tp1.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1900. Tp1.TextSize = 14
  1901. Tp1.MouseButton1Down:connect(function()
  1902. local player_name1 = PlayerName1.Text
  1903. wait(1)
  1904. game:GetService("StarterGui"):SetCore("SendNotification", {
  1905. Title = "[Gui S.O.P]";
  1906. Text = "Tp Tới Người Chơi Thành Công Nếu Ko Có Gì Xảy Ra Chắc Là Lag";
  1907. })
  1908. for _,v in pairs(game.Workspace:GetDescendants()) do
  1909. if string.find(v.Name, player_name1) then
  1910. v:FindFirstChild("HumanoidRootPart").Anchored = true
  1911. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1912. end
  1913. end
  1914. end)
  1915.  
  1916. Tp2.Name = "Tp2"
  1917. Tp2.Parent = TpPlayerFrame
  1918. Tp2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1919. Tp2.Position = UDim2.new(0.120418854, 0, 0.860774636, 0)
  1920. Tp2.Size = UDim2.new(0, 147, 0, 20)
  1921. Tp2.Font = Enum.Font.SourceSans
  1922. Tp2.Text = "Nhấn Vào Đây Để Tp"
  1923. Tp2.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1924. Tp2.TextSize = 14
  1925. Tp2.MouseButton1Down:connect(function()
  1926. local player_name2 = PlayerName2.Text
  1927. wait(1)
  1928. game:GetService("StarterGui"):SetCore("SendNotification", {
  1929. Title = "[Gui S.O.P]";
  1930. Text = "Tp Tới Người Chơi Thành Công Nếu Ko Có Gì Xảy Ra Chắc Là Lag";
  1931. })
  1932. for _,v in pairs(game.Workspace:GetDescendants()) do
  1933. if string.find(v.ClassName, "Model") and string.find(v.Name, player_name2) then
  1934. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  1935. end
  1936. end
  1937. end)
  1938. -- Scripts:
  1939.  
  1940.  
  1941.  
  1942. key:Vuongvipasd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement