Advertisement
Honansik

Devious Lick Simulator GUI Script [Auto Farm, Auto Sell, Auto Strength]

Jan 19th, 2022
4,649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. -- Variable
  2.  
  3. local player = game.Players.LocalPlayer
  4. local bLocation
  5. -- function
  6.  
  7. function teleport(loc) -- Nymphoria on v3rmillion.net
  8.   bLocation = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9.   if game.Players.LocalPlayer.Character.Humanoid.Sit then
  10.       game.Players.LocalPlayer.Character.Humanoid.Sit = false
  11.   end
  12.   wait()
  13.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  14. end
  15.  
  16. -- Sell script
  17. teleport(CFrame.new(209.33769226074, -147.44990539551, -1707.4577636719))
  18. wait(5)
  19. teleport(bLocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement