Advertisement
D3M0N_Scripts

Restaurant Tycoon 2 Script

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