Advertisement
Fish_2651

Untitled

Jan 7th, 2023 (edited)
820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. _G.On = true
  2.  
  3. while _G.On and wait() do
  4. for i,v in pairs(game:GetService("Workspace").Tycoon.Plot.C["Buttons_E"]:GetDescendants()) do
  5.     if v.Name == "TouchInterest" then
  6.         firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  7.         wait()
  8.         firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
  9.  
  10.     end
  11. end
  12. loadstring(game:HttpGet("https://pastebin.com/raw/xQycD1n8"))()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement