Advertisement
whileDo

SHTS script farm gift, this op, you can grind on 8 hours and reach on the top.. please active

Dec 24th, 2022 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.95 KB | Gaming | 0 0
  1. --game: https://www.roblox.com/games/9558874729/Super-Human-Training-Simulator?gameSearchSessionInfo=a97f9980-3d3c-44cf-9f17-15072919dbb9&isAd=false&nativeAdData=&numberOfLoadedTiles=40&page=searchPage&placeId=9558874729&position=0&universeId=3560552044
  2. _G.FirePP = true
  3. game:GetService("RunService").Stepped:connect(function()
  4. if _G.FirePP then
  5.       for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  6.                   if v:FindFirstChild("ProximityPrompt") then
  7.                       fireproximityprompt(v.ProximityPrompt)
  8.           end
  9.       end
  10. end
  11. end)
  12.  
  13. PromptButtonHoldBegan = game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(prompt)
  14.             fireproximityprompt(prompt)
  15.         end)
  16.  
  17. while wait() do
  18. for i,v in pairs(workspace.map.Presents:GetChildren())do
  19. if v:IsA("Part") and v.Name == "Present"then
  20.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  21. end
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement