Advertisement
whileDo

ROBLOX AUTO CLICK EVERY MINUTE (my anti afk v3)

Sep 26th, 2024
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | Gaming | 0 0
  1. local GamePassService = game:GetService('GamePassService')
  2. local door = script.Parent
  3. local GamepassID = 10326802 -- edit id to your gamepass
  4.  
  5. local function TeleportToOtherSide(character, hitPart)
  6. end
  7. LeftButton = Game:GetDescendants("ReplicatedStorage").Events.Pressing
  8. Friteto.GetFunction(ClickPerSecond,cps)
  9. cps  = 1
  10. wait(60) - click every minute
  11. local function OnTouched(otherPart)
  12.     if GamePassService:PlayerHasPass(player, GamepassID) then
  13.         TeleportToOtherSide(player.Character, otherPart)
  14.     end
  15. end
  16. door.Touched:Connect(LeftButton,cps = 1)
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement