MyNerRyAk

Restaurant Tycoon 2 XD

Oct 11th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. loadstring(game:HttpGet("http://riuhosting.site/riu/uploads/v4uqob8n2k.lua", true))()
  2. wait(0.5)
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = " Devil Script";
  5. Text = " Auto Cook Start";
  6. Icon = "rbxassetid://3468302763";
  7. Duration = 3;
  8. })
  9.  
  10. Action = game:GetService("Players").LocalPlayer.PlayerGui.CookingGui.Frame.TextLabel
  11.  
  12. while wait() do
  13. if Action.Text == "Move Mouse Left and Right" then
  14. repeat
  15. mousemoverel(200, 0)
  16. wait()
  17. mousemoverel(-200, 0)
  18. wait()
  19. until Action.Text ~= "Move Mouse Left and Right"
  20. elseif Action.Text == "Spin the Mouse" then
  21. repeat
  22. mousemoverel(100, 100)
  23. wait()
  24. mousemoverel(-100, 100)
  25. wait()
  26. mousemoverel(-100, -100)
  27. wait()
  28. mousemoverel(100, -100)
  29. wait()
  30. until Action.Text ~= "Spin the Mouse"
  31. elseif Action.Text == "Click Rapidly" or Action.Text:sub(1, 13) == "Click Rapidly" or Action.Text == "Click" then
  32. repeat
  33. mouse1click()
  34. wait()
  35. until Action.Text ~= "Click Rapidly" and Action.Text:sub(1, 13) ~= "Click Rapidly" and Action.Text ~= "Click"
  36. elseif Action.Text:sub(1, 7) == "Press W" then
  37. repeat
  38. keypress(0x57)
  39. wait()
  40. keyrelease(0x57)
  41. wait()
  42. until Action.Text:sub(1, 7) ~= "Press W"
  43. elseif Action.Text:sub(1, 7) == "Press A" then
  44. repeat
  45. keypress(0x41)
  46. wait()
  47. keyrelease(0x41)
  48. wait()
  49. until Action.Text:sub(1, 7) ~= "Press A"
  50. elseif Action.Text:sub(1, 7) == "Press S" then
  51. repeat
  52. keypress(0x53)
  53. wait()
  54. keyrelease(0x53)
  55. wait()
  56. until Action.Text:sub(1, 7) ~= "Press S"
  57. elseif Action.Text:sub(1, 7) == "Press D" then
  58. repeat
  59. keypress(0x44)
  60. wait()
  61. keyrelease(0x44)
  62. wait()
  63. until Action.Text:sub(1, 7) ~= "Press D"
  64. end
  65. end
Add Comment
Please, Sign In to add comment