Advertisement
viewtruong

Hack-roblox-vip-Motel Simulator

Oct 18th, 2022
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | Gaming | 0 0
  1. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))()
  2. local venyx = library.new("Motel Simulator", 5013109572)
  3.  
  4. -- themes
  5. local themes = {
  6. Background = Color3.fromRGB(24, 24, 24),
  7. Glow = Color3.fromRGB(0, 0, 0),
  8. Accent = Color3.fromRGB(10, 10, 10),
  9. LightContrast = Color3.fromRGB(20, 20, 20),
  10. DarkContrast = Color3.fromRGB(14, 14, 14),
  11. TextColor = Color3.fromRGB(255, 255, 255)
  12. }
  13.  
  14. -- first page
  15. local page = venyx:addPage("Main", 5012544693)
  16. local section1 = page:addSection("Cook once")
  17. local section2 = page:addSection("Auto cook")
  18.  
  19. section1:addButton("Pizza", function()
  20. local food = 'Pizzas' --Bacon, Pizzas, Pancakes, Cookies
  21. local CookTime = 2 --starter is like 3 seconds
  22.  
  23. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  24. wait(.3)
  25.  
  26. local ohString1 = "Cook"
  27. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  28. local ohString3 = food
  29.  
  30. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  31. wait(CookTime)
  32.  
  33. local ohNil1 = nil
  34. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  35. local ohString3 = food
  36.  
  37. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  38. end)
  39.  
  40. section1:addButton("Cookies", function()
  41. local food = 'Cookies' --Bacon, Pizzas, Pancakes, Cookies
  42. local CookTime = 2 --starter is like 3 seconds
  43.  
  44. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  45. wait(.3)
  46.  
  47. local ohString1 = "Cook"
  48. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  49. local ohString3 = food
  50.  
  51. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  52. wait(CookTime)
  53.  
  54. local ohNil1 = nil
  55. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  56. local ohString3 = food
  57.  
  58. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  59. end)
  60.  
  61. section1:addButton("Pancake", function()
  62. local food = 'Pancakes' --Bacon, Pizzas, Pancakes, Cookies
  63. local CookTime = 2 --starter is like 3 seconds
  64.  
  65. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  66. wait(.3)
  67.  
  68. local ohString1 = "Cook"
  69. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  70. local ohString3 = food
  71.  
  72. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  73. wait(CookTime)
  74.  
  75. local ohNil1 = nil
  76. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  77. local ohString3 = food
  78.  
  79. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  80. end)
  81.  
  82. section1:addButton("Bacon", function()
  83. local food = 'Bacon' --Bacon, Pizzas, Pancakes, Cookies
  84. local CookTime = 2 --starter is like 3 seconds
  85.  
  86. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  87. wait(.3)
  88.  
  89. local ohString1 = "Cook"
  90. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  91. local ohString3 = food
  92.  
  93. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  94. wait(CookTime)
  95.  
  96. local ohNil1 = nil
  97. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  98. local ohString3 = food
  99.  
  100. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  101. end)
  102.  
  103. local toggleEnabled1 = false
  104. function toggleToggled1(bool)
  105. toggleEnabled1 = bool
  106. runb1()
  107. end
  108. function runb1()
  109. while toggleEnabled1 do
  110. local food = "Pizzas" --Bacon, Pizzas, Pancakes, Cookies
  111. local CookTime = 2 --starter is like 3 seconds
  112.  
  113. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  114. wait(.3)
  115.  
  116. local ohString1 = "Cook"
  117. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  118. local ohString3 = food
  119.  
  120. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  121. wait(CookTime)
  122.  
  123. local ohNil1 = nil
  124. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  125. local ohString3 = food
  126.  
  127. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  128. if toggleToggled1 == false then
  129. break
  130. end
  131. end
  132. end
  133. section2:addToggle("Pizza", false, toggleToggled1)
  134.  
  135. local toggleEnabled2 = false
  136. function toggleToggled2(bool)
  137. toggleEnabled2 = bool
  138. runb2()
  139. end
  140. function runb2()
  141. while toggleEnabled2 do
  142. local food = "Bacon" --Bacon, Pizzas, Pancakes, Cookies
  143. local CookTime = 2 --starter is like 3 seconds
  144.  
  145. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  146. wait(.3)
  147.  
  148. local ohString1 = "Cook"
  149. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  150. local ohString3 = food
  151.  
  152. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  153. wait(CookTime)
  154.  
  155. local ohNil1 = nil
  156. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  157. local ohString3 = food
  158.  
  159. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  160. if toggleToggled2 == false then
  161. break
  162. end
  163. end
  164. end
  165. section2:addToggle("Bacon", false, toggleToggled2)
  166.  
  167.  
  168.  
  169. local toggleEnabled3 = false
  170. function toggleToggled3(bool)
  171. toggleEnabled3 = bool
  172. runb3()
  173. end
  174. function runb3()
  175. while toggleEnabled3 do
  176. local food = "Cookies" --Bacon, Pizzas, Pancakes, Cookies
  177. local CookTime = 2 --starter is like 3 seconds
  178.  
  179. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  180. wait(.3)
  181.  
  182. local ohString1 = "Cook"
  183. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  184. local ohString3 = food
  185.  
  186. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  187. wait(CookTime)
  188.  
  189. local ohNil1 = nil
  190. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  191. local ohString3 = food
  192.  
  193. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  194. if toggleToggled3 == false then
  195. break
  196. end
  197. end
  198. end
  199. section2:addToggle("Cookies", false, toggleToggled3)
  200.  
  201.  
  202. local toggleEnabled4 = false
  203. function toggleToggled4(bool)
  204. toggleEnabled4 = bool
  205. runb4()
  206. end
  207. function runb4()
  208. while toggleEnabled4 do
  209. local food = "Pancakes" --Bacon, Pizzas, Pancakes, Cookies
  210. local CookTime = 2 --starter is like 3 seconds
  211.  
  212. game:GetService("ReplicatedStorage").Remotes.Supplies:FireServer(ohString1, ohString2, ohNumber3)
  213. wait(.3)
  214.  
  215. local ohString1 = "Cook"
  216. local ohInstance2 = workspace.Objects.Motel.Kitchen.Stove1
  217. local ohString3 = food
  218.  
  219. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohString1, ohInstance2, ohString3)
  220. wait(CookTime)
  221.  
  222. local ohNil1 = nil
  223. local ohInstance2 = workspace.Nodes.Breakfast[food][food].Foods
  224. local ohString3 = food
  225.  
  226. game:GetService("ReplicatedStorage").Remotes.Chef:FireServer(ohNil1, ohInstance2, ohString3)
  227. if toggleToggled4 == false then
  228. break
  229. end
  230. end
  231. end
  232. section2:addToggle("Pancakes", false, toggleToggled4)
  233.  
  234. local page = venyx:addPage("Misc", 5012544693)
  235.  
  236. local section3 = page:addSection("Misc")
  237.  
  238.  
  239. section3:addButton("Instant interest", function()
  240. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  241. if v.Name == 'ProximityPrompt' then
  242. v.HoldDuration = 0
  243. end
  244. end
  245.  
  246. end)
  247.  
  248.  
  249.  
  250. section3:addButton("Auto farming gui(by Ezpi)", function()
  251. loadstring(game:HttpGet("https://raw.githubusercontent.com/JustEzpi/ROBLOX-Scripts/main/Motel_Farm"))()
  252. end)
  253.  
  254. section3:addKeybind("Toggle Keybind", Enum.KeyCode.One, function()
  255. print("Activated Keybind")
  256. venyx:toggle()
  257. end, function()
  258. print("Changed Keybind")
  259. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement