Advertisement
Nutx

test opm

Mar 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local opm = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local _1 = Instance.new("TextButton")
  7. local _2 = Instance.new("TextButton")
  8. local _3 = Instance.new("TextButton")
  9. local _4 = Instance.new("TextButton")
  10. local _5 = Instance.new("TextButton")
  11. --Properties:
  12. opm.Name = "opm"
  13. opm.Parent = game.CoreGui
  14. opm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = opm
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0.516421258, 0, 0.103678904, 0)
  19. Frame.Size = UDim2.new(0, 210, 0, 159)
  20. Frame.Active = true
  21. Frame.Draggable = true
  22.  
  23. _1.Name = "1"
  24. _1.Parent = opm
  25. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  26. _1.Position = UDim2.new(0.516421318, 0, 0.172240824, 0)
  27. _1.Size = UDim2.new(0, 90, 0, 34)
  28. _1.Font = Enum.Font.SciFi
  29. _1.Text = "ChestTP"
  30. _1.TextColor3 = Color3.new(0, 0, 0)
  31. _1.TextSize = 14
  32. _1.TextWrapped = true
  33. _1.MouseButton1Click:connect(function()
  34. getplayer()
  35. local apis = game.workspace.Chests:GetDescendants()
  36. for i = 1, #apis do
  37. if apis[i].Name == "Chest" then
  38. apis[i].CFrame = plrh.CFrame
  39. wait(0.5)
  40. apis[i].CFrame = CFrame.new (50000, 1000, -523)
  41. end
  42. end
  43. end)
  44.  
  45. _2.Name = "2"
  46. _2.Parent = opm
  47. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. _2.Position = UDim2.new(0.650056601, 0, 0.172240809, 0)
  49. _2.Size = UDim2.new(0, 92, 0, 34)
  50. _2.Font = Enum.Font.SciFi
  51. _2.Text = "DFTP"
  52. _2.TextColor3 = Color3.new(0, 0, 0)
  53. _2.TextSize = 14
  54. _2.TextWrapped = true
  55. _2.MouseButton1Click:connect(function()
  56. check = function(x)
  57.  
  58. for _,v in next, x:GetChildren() do
  59. if v:IsA("Tool") then
  60. if not v.Parent:FindFirstChild("Humanoid") then
  61. v.TextureId = "";
  62. v.Parent = game.Players.LocalPlayer.Backpack
  63. end
  64. end
  65. check(v)
  66. end
  67. end
  68. check(workspace)
  69. end)
  70.  
  71. _3.Name = "3"
  72. _3.Parent = opm
  73. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  74. _3.Position = UDim2.new(0.516421318, 0, 0.245819405, 0)
  75. _3.Size = UDim2.new(0, 90, 0, 29)
  76. _3.Font = Enum.Font.SciFi
  77. _3.Text = "BuggyClown"
  78. _3.TextColor3 = Color3.new(0, 0, 0)
  79. _3.TextSize = 14
  80. _3.TextWrapped = true
  81. _3.MouseButton1Click:connect(function()
  82. --AutoFarm (cac
  83. --Note: Jeexecute xog nó s? tp npc d?n ch? b?n kill xong r?i execute l?i l?n n?a d? tp l?i ti?p
  84. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  85. if v.Name == "Buggy The Clown" then --dd?i thành npc b?n mu?n farm ví d?: Desert Bandit
  86. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  87. v.HumanoidRootPart.Anchored = true
  88. end
  89. end
  90. end)
  91.  
  92. _4.Name = "4"
  93. _4.Parent = opm
  94. _4.BackgroundColor3 = Color3.new(1, 1, 1)
  95. _4.Position = UDim2.new(0.650056601, 0, 0.245819405, 0)
  96. _4.Size = UDim2.new(0, 92, 0, 29)
  97. _4.Font = Enum.Font.SciFi
  98. _4.Text = "ViceAdmiral"
  99. _4.TextColor3 = Color3.new(0, 0, 0)
  100. _4.TextSize = 14
  101. _4.TextWrapped = true
  102. _4.MouseButton1Click:Connect(function()
  103. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  104. if v.Name == "Vice-Admiral" then
  105. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  106. v.HumanoidRootPart.Anchored = true
  107. end
  108. end
  109. end)
  110.  
  111. _5.Name = "5"
  112. _5.Parent = opm
  113. _5.BackgroundColor3 = Color3.new(1, 1, 1)
  114. _5.Position = UDim2.new(0.582106471, 0, 0.309364557, 0)
  115. _5.Size = UDim2.new(0, 94, 0, 35)
  116. _5.Font = Enum.Font.SourceSans
  117. _5.Text = "lto Bandit"
  118. _5.TextColor3 = Color3.new(0, 0, 0)
  119. _5.TextSize = 14
  120. _5.TextWrapped = true
  121. _5.MouseButton1Click:connect(function()
  122. mobtp("Ito Bandit")
  123. end)
  124. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement