Advertisement
TenshiAMV

script para Restaurant tycoon 2

Apr 12th, 2022
2,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/raw/uAZf15LR"))()
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. local Cooking = game.Players.LocalPlayer.PlayerScripts.CookingNew
  11. local CookProgress = require(Cooking.CookProgress)
  12. local MultiClick = require(Cooking.InputDetectors.MultiClick)
  13. local MouseMovement = require(Cooking.InputDetectors.MouseMovement)
  14. local MouseSpin = require(Cooking.InputDetectors.MouseSpin)
  15.  
  16. local run = CookProgress.run
  17. CookProgress.run = function(...)
  18. local ARGS = {...}
  19. ARGS[3] = 0
  20. return run(unpack(ARGS))
  21. end
  22.  
  23. MultiClick.start = function(...)
  24. local ARGS = {...}
  25. ARGS[3]()
  26. end
  27.  
  28. MouseMovement.start = function(...)
  29. local ARGS = {...}
  30. ARGS[3]()
  31. end
  32.  
  33. MouseSpin.start = function(...)
  34. local ARGS = {...}
  35. ARGS[3]()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement