2P1ooo1P2

Oam

Jun 26th, 2025
3,478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. pcall(function() game.CoreGui["\83\99\114\105\112\116\66\111\120\71"]:Destroy() end)
  2.  
  3. local _1 = game:GetService("\80\108\97\121\101\114\115")
  4. local _2 = game:GetService("\85\115\101\114\73\110\112\117\116\83\101\114\118\105\99\101")
  5. local _3 = _1.LocalPlayer
  6. local _4 = _3.Character or _3.CharacterAdded:Wait()
  7. local _5 = _4:WaitForChild("\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116")
  8. local _6 = workspace:WaitForChild("\87\111\114\108\100\77\97\112"):WaitForChild("\67\104\101\99\107\112\111\105\110\116\115")
  9.  
  10. local _G = Instance.new("\83\99\114\101\101\110\71\117\105", game.CoreGui)
  11. _G.Name = "\83\99\114\105\112\116\66\111\120\71"
  12. _G.ResetOnSpawn = false
  13.  
  14. local A = Instance.new("\70\114\97\109\101", _G)
  15. A.Size = UDim2.new(0, 320, 0, 100)
  16. A.Position = UDim2.new(0.5, -160, 0, 80)
  17. A.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  18. A.BorderSizePixel = 0
  19. A.Active = true
  20.  
  21. local B = Instance.new("\84\101\120\116\76\97\98\101\108", A)
  22. B.Size = UDim2.new(1, 0, 0.3, 0)
  23. B.Text = "\79\98\98\121\32\98\117\116\32\121\111\117\39\114\101\32\79\110\32\97\32\98\105\107\101\32\124\32\83\99\114\105\112\116\66\111\120"
  24. B.BackgroundTransparency = 1
  25. B.TextColor3 = Color3.new(1, 1, 1)
  26. B.Font = Enum.Font.GothamBold
  27. B.TextScaled = true
  28.  
  29. local C = Instance.new("\84\101\120\116\66\117\116\116\111\110", A)
  30. C.Size = UDim2.new(1, -10, 0.3, 0)
  31. C.Position = UDim2.new(0, 5, 0.3, 5)
  32. C.Text = "\65\117\116\111\32\84\101\108\101\112\111\114\116\58\32\79\70\70"
  33. C.BackgroundColor3 = Color3.fromRGB(100, 100, 255)
  34. C.TextColor3 = Color3.new(1, 1, 1)
  35. C.Font = Enum.Font.Gotham
  36. C.TextScaled = true
  37. C.BorderSizePixel = 0
  38.  
  39. local D = Instance.new("\84\101\120\116\66\111\120", A)
  40. D.Size = UDim2.new(1, -10, 0.25, 0)
  41. D.Position = UDim2.new(0, 5, 0.65, 5)
  42. D.Text = "\49"
  43. D.PlaceholderText = "\84\101\108\101\112\111\114\116\32\68\101\108\97\121"
  44. D.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  45. D.TextColor3 = Color3.new(1, 1, 1)
  46. D.Font = Enum.Font.Gotham
  47. D.TextScaled = true
  48. D.BorderSizePixel = 0
  49.  
  50. local drag, start, p0
  51. A.InputBegan:Connect(function(x)
  52. if x.UserInputType == Enum.UserInputType.MouseButton1 or x.UserInputType == Enum.UserInputType.Touch then
  53. drag = true
  54. start = x.Position
  55. p0 = A.Position
  56. x.Changed:Connect(function() if x.UserInputState == Enum.UserInputState.End then drag = false end end)
  57. end
  58. end)
  59.  
  60. A.InputChanged:Connect(function(x)
  61. if drag and (x.UserInputType == Enum.UserInputType.MouseMovement or x.UserInputType == Enum.UserInputType.Touch) then
  62. local d = x.Position - start
  63. A.Position = UDim2.new(p0.X.Scale, p0.X.Offset + d.X, p0.Y.Scale, p0.Y.Offset + d.Y)
  64. end
  65. end)
  66.  
  67. local _run, _i = false, 1
  68. local th
  69.  
  70. local function go()
  71. th = task.spawn(function()
  72. while _run and _i <= 99 do
  73. local p = _6:FindFirstChild(tostring(_i))
  74. if p and p:IsA("\77\111\100\101\108") then
  75. local part = p.PrimaryPart or p:FindFirstChildWhichIsA("\66\97\115\101\80\97\114\116")
  76. if part then _5.CFrame = part.CFrame + Vector3.new(0, 5, 0) end
  77. end
  78. _i += 1
  79. task.wait(tonumber(D.Text) or 1)
  80. end
  81. if _i > 99 then _run = false C.Text = "\65\117\116\111\32\84\101\108\101\112\111\114\116\58\32\79\70\70" end
  82. end)
  83. end
  84.  
  85. C.MouseButton1Click:Connect(function()
  86. _run = not _run
  87. C.Text = "\65\117\116\111\32\84\101\108\101\112\111\114\116\58\32" .. (_run and "\79\78" or "\79\70\70")
  88. if _run then
  89. if th == nil or coroutine.status(th) == "dead" then
  90. go()
  91. end
  92. end
  93. end)
Advertisement
Add Comment
Please, Sign In to add comment