Advertisement
Guest User

Find the chomiks funky chomik script

a guest
Jun 3rd, 2022
2,776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local vu = game:GetService("VirtualUser")
  2.  
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4.  
  5. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6.  
  7. wait(1)
  8.  
  9. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  10.  
  11. end)
  12.  
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/wally-rblx/find-the-chomiks-funky-chomik-autoplay/main/main.lua",true))()
  14.  
  15. local message = Instance.new("Message", workspace)
  16.  
  17. message.Text = "Loaded! If the script is not working, press 'F9' to check for any errors."
  18.  
  19. wait(4.5)
  20.  
  21. message:Destroy()
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement