sasod35

sizzling simulator script

Jul 1st, 2023
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.22 KB | None | 0 0
  1. --Link: https://www.roblox.com/games/4572547530/NEW-Sizzling-Simulator?refPageId=31b6c9f7-7b02-4811-b4b2-448373f01bc6#!/store
  2.  
  3. local ScreenshotFolder = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local top = Instance.new("TextLabel")
  6. local destroy = Instance.new("TextButton")
  7. local on = Instance.new("TextButton")
  8. local title = Instance.new("TextLabel")
  9. local title3 = Instance.new("TextLabel")
  10. local off = Instance.new("TextButton")
  11. local title3_2 = Instance.new("TextLabel")
  12. local barr = Instance.new("TextButton")
  13. local barrvip = Instance.new("TextButton")
  14. local teleports = Instance.new("ScrollingFrame")
  15. local _1 = Instance.new("TextButton")
  16. local _2 = Instance.new("TextButton")
  17. local _3 = Instance.new("TextButton")
  18. local _4 = Instance.new("TextButton")
  19. local _5 = Instance.new("TextButton")
  20. local _6 = Instance.new("TextButton")
  21. local _7 = Instance.new("TextButton")
  22. local _8 = Instance.new("TextButton")
  23. local _9 = Instance.new("TextButton")
  24. local _10 = Instance.new("TextButton")
  25. local _11 = Instance.new("TextButton")
  26.  
  27. --Properties:
  28.  
  29. ScreenshotFolder.Name = "ScreenshotFolder"
  30. ScreenshotFolder.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. main.Name = "main"
  33. main.Parent = ScreenshotFolder
  34. main.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  35. main.BorderSizePixel = 0
  36. main.Position = UDim2.new(0.0144647956, 0, 0.650853872, 0)
  37. main.Size = UDim2.new(0, 264, 0, 158)
  38.  
  39. top.Name = "top"
  40. top.Parent = main
  41. top.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  42. top.BorderSizePixel = 0
  43. top.Position = UDim2.new(0, 0, -0.0666666701, 0)
  44. top.Size = UDim2.new(0, 264, 0, 25)
  45. top.Font = Enum.Font.GothamBold
  46. top.Text = "Sizziling Simulator"
  47. top.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. top.TextSize = 13.000
  49. top.TextWrapped = true
  50. top.TextXAlignment = Enum.TextXAlignment.Left
  51.  
  52. destroy.Name = "destroy"
  53. destroy.Parent = top
  54. destroy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. destroy.BackgroundTransparency = 1.000
  56. destroy.BorderSizePixel = 0
  57. destroy.Position = UDim2.new(0.852272749, 0, 0, 0)
  58. destroy.Size = UDim2.new(0, 39, 0, 25)
  59. destroy.Font = Enum.Font.GothamBold
  60. destroy.Text = "Destroy"
  61. destroy.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. destroy.TextScaled = true
  63. destroy.TextSize = 14.000
  64. destroy.TextWrapped = true
  65.  
  66. on.Name = "on"
  67. on.Parent = main
  68. on.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. on.BackgroundTransparency = 1.000
  70. on.BorderSizePixel = 0
  71. on.Position = UDim2.new(0.375, 0, 0.127426177, 0)
  72. on.Size = UDim2.new(0, 54, 0, 33)
  73. on.Visible = false
  74. on.Font = Enum.Font.GothamBold
  75. on.Text = "On"
  76. on.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. on.TextSize = 14.000
  78.  
  79. title.Name = "title"
  80. title.Parent = main
  81. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. title.BackgroundTransparency = 1.000
  83. title.Position = UDim2.new(0.0416666679, 0, 0.127426177, 0)
  84. title.Size = UDim2.new(0, 107, 0, 33)
  85. title.Font = Enum.Font.GothamBold
  86. title.Text = "Coin Pickup:"
  87. title.TextColor3 = Color3.fromRGB(255, 255, 0)
  88. title.TextSize = 14.000
  89.  
  90. title3.Name = "title3"
  91. title3.Parent = main
  92. title3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. title3.BackgroundTransparency = 1.000
  94. title3.BorderSizePixel = 0
  95. title3.Position = UDim2.new(0.609848499, 0, 0.34546417, 0)
  96. title3.Size = UDim2.new(0, 103, 0, 48)
  97. title3.Font = Enum.Font.GothamBold
  98. title3.Text = "Made By PostmanPat#6520"
  99. title3.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. title3.TextScaled = true
  101. title3.TextSize = 14.000
  102. title3.TextWrapped = true
  103.  
  104. off.Name = "off"
  105. off.Parent = main
  106. off.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. off.BackgroundTransparency = 1.000
  108. off.BorderSizePixel = 0
  109. off.Position = UDim2.new(0.375, 0, 0.127426177, 0)
  110. off.Size = UDim2.new(0, 54, 0, 33)
  111. off.Font = Enum.Font.GothamBold
  112. off.Text = "Off"
  113. off.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. off.TextSize = 14.000
  115.  
  116. title3_2.Name = "title3"
  117. title3_2.Parent = main
  118. title3_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. title3_2.BackgroundTransparency = 1.000
  120. title3_2.BorderSizePixel = 0
  121. title3_2.Position = UDim2.new(0.609848499, 0, 0.0860759914, 0)
  122. title3_2.Size = UDim2.new(0, 103, 0, 39)
  123. title3_2.Font = Enum.Font.GothamBold
  124. title3_2.Text = "Takes a minute to turn off"
  125. title3_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  126. title3_2.TextScaled = true
  127. title3_2.TextSize = 14.000
  128. title3_2.TextWrapped = true
  129.  
  130. barr.Name = "barr"
  131. barr.Parent = main
  132. barr.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  133. barr.BorderSizePixel = 0
  134. barr.Position = UDim2.new(0.0492424257, 0, 0.33544305, 0)
  135. barr.Size = UDim2.new(0, 140, 0, 18)
  136. barr.Font = Enum.Font.GothamBold
  137. barr.Text = "Remove Barriers"
  138. barr.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. barr.TextSize = 14.000
  140.  
  141. barrvip.Name = "barrvip"
  142. barrvip.Parent = main
  143. barrvip.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  144. barrvip.BorderSizePixel = 0
  145. barrvip.Position = UDim2.new(0.0492424257, 0, 0.481012672, 0)
  146. barrvip.Size = UDim2.new(0, 140, 0, 18)
  147. barrvip.Font = Enum.Font.GothamBold
  148. barrvip.Text = "Remove VIP Barrier"
  149. barrvip.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. barrvip.TextSize = 14.000
  151.  
  152. teleports.Name = "teleports"
  153. teleports.Parent = main
  154. teleports.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  155. teleports.BorderSizePixel = 0
  156. teleports.Position = UDim2.new(0.0416666679, 0, 0.649261653, 0)
  157. teleports.Size = UDim2.new(0, 245, 0, 55)
  158.  
  159. _1.Name = "1"
  160. _1.Parent = teleports
  161. _1.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  162. _1.BorderSizePixel = 0
  163. _1.Position = UDim2.new(0.0369975194, 0, 0.0381253771, 0)
  164. _1.Size = UDim2.new(0, 105, 0, 18)
  165. _1.Font = Enum.Font.GothamBold
  166. _1.Text = "Shop"
  167. _1.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. _1.TextSize = 14.000
  169.  
  170. _2.Name = "2"
  171. _2.Parent = teleports
  172. _2.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  173. _2.BorderSizePixel = 0
  174. _2.Position = UDim2.new(0.50230366, 0, 0.0381253771, 0)
  175. _2.Size = UDim2.new(0, 105, 0, 18)
  176. _2.Font = Enum.Font.GothamBold
  177. _2.Text = "Area 1"
  178. _2.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. _2.TextSize = 14.000
  180.  
  181. _3.Name = "3"
  182. _3.Parent = teleports
  183. _3.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  184. _3.BorderSizePixel = 0
  185. _3.Position = UDim2.new(0.0369975269, 0, 0.13306208, 0)
  186. _3.Size = UDim2.new(0, 105, 0, 18)
  187. _3.Font = Enum.Font.GothamBold
  188. _3.Text = "Area 2"
  189. _3.TextColor3 = Color3.fromRGB(255, 255, 255)
  190. _3.TextSize = 14.000
  191.  
  192. _4.Name = "4"
  193. _4.Parent = teleports
  194. _4.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  195. _4.BorderSizePixel = 0
  196. _4.Position = UDim2.new(0.50230366, 0, 0.13306208, 0)
  197. _4.Size = UDim2.new(0, 105, 0, 18)
  198. _4.Font = Enum.Font.GothamBold
  199. _4.Text = "Area 3"
  200. _4.TextColor3 = Color3.fromRGB(255, 255, 255)
  201. _4.TextSize = 14.000
  202.  
  203. _5.Name = "5"
  204. _5.Parent = teleports
  205. _5.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  206. _5.BorderSizePixel = 0
  207. _5.Position = UDim2.new(0.0369975269, 0, 0.227998793, 0)
  208. _5.Size = UDim2.new(0, 105, 0, 18)
  209. _5.Font = Enum.Font.GothamBold
  210. _5.Text = "Area 4"
  211. _5.TextColor3 = Color3.fromRGB(255, 255, 255)
  212. _5.TextSize = 14.000
  213.  
  214. _6.Name = "6"
  215. _6.Parent = teleports
  216. _6.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  217. _6.BorderSizePixel = 0
  218. _6.Position = UDim2.new(0.50230366, 0, 0.227998793, 0)
  219. _6.Size = UDim2.new(0, 105, 0, 18)
  220. _6.Font = Enum.Font.GothamBold
  221. _6.Text = "Area 5"
  222. _6.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. _6.TextSize = 14.000
  224.  
  225. _7.Name = "7"
  226. _7.Parent = teleports
  227. _7.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  228. _7.BorderSizePixel = 0
  229. _7.Position = UDim2.new(0.0369975269, 0, 0.33875829, 0)
  230. _7.Size = UDim2.new(0, 105, 0, 18)
  231. _7.Font = Enum.Font.GothamBold
  232. _7.Text = "Area 6"
  233. _7.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. _7.TextSize = 14.000
  235.  
  236. _8.Name = "8"
  237. _8.Parent = teleports
  238. _8.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  239. _8.BorderSizePixel = 0
  240. _8.Position = UDim2.new(0.50230366, 0, 0.33875829, 0)
  241. _8.Size = UDim2.new(0, 105, 0, 18)
  242. _8.Font = Enum.Font.GothamBold
  243. _8.Text = "Area 7"
  244. _8.TextColor3 = Color3.fromRGB(255, 255, 255)
  245. _8.TextSize = 14.000
  246.  
  247. _9.Name = "9"
  248. _9.Parent = teleports
  249. _9.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  250. _9.BorderSizePixel = 0
  251. _9.Position = UDim2.new(0.0369975269, 0, 0.436859548, 0)
  252. _9.Size = UDim2.new(0, 105, 0, 18)
  253. _9.Font = Enum.Font.GothamBold
  254. _9.Text = "Area 8"
  255. _9.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. _9.TextSize = 14.000
  257.  
  258. _10.Name = "10"
  259. _10.Parent = teleports
  260. _10.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  261. _10.BorderSizePixel = 0
  262. _10.Position = UDim2.new(0.50230366, 0, 0.436859548, 0)
  263. _10.Size = UDim2.new(0, 105, 0, 18)
  264. _10.Font = Enum.Font.GothamBold
  265. _10.Text = "Area 9"
  266. _10.TextColor3 = Color3.fromRGB(255, 255, 255)
  267. _10.TextSize = 14.000
  268.  
  269. _11.Name = "11"
  270. _11.Parent = teleports
  271. _11.BackgroundColor3 = Color3.fromRGB(147, 147, 147)
  272. _11.BorderSizePixel = 0
  273. _11.Position = UDim2.new(0.0369975269, 0, 0.541289926, 0)
  274. _11.Size = UDim2.new(0, 105, 0, 18)
  275. _11.Font = Enum.Font.GothamBold
  276. _11.Text = "Area 10"
  277. _11.TextColor3 = Color3.fromRGB(255, 255, 255)
  278. _11.TextSize = 14.000
  279.  
  280. -- Scripts:
  281.  
  282. local function ZXNJVOW_fake_script() -- destroy.LocalScript
  283. local script = Instance.new('LocalScript', destroy)
  284.  
  285. script.Parent.MouseButton1Down:Connect(function()
  286. script.Parent.Parent.Parent.Parent:Destroy()
  287. end)
  288. end
  289. coroutine.wrap(ZXNJVOW_fake_script)()
  290. local function MXRTASR_fake_script() -- on.LocalScript
  291. local script = Instance.new('LocalScript', on)
  292.  
  293. script.Parent.MouseButton1Down:Connect(function()
  294. script.Parent.Visible = false
  295. script.Parent.Parent.off.Visible = true
  296. _G.Auto_Farm = true
  297.  
  298. while _G.Auto_Farm == true do wait(.5)
  299. for i, v in pairs(game.Workspace.CoinBlocks:GetChildren()) do
  300. wait (.1)
  301. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  302. end
  303. end
  304. end)
  305. end
  306. coroutine.wrap(MXRTASR_fake_script)()
  307. local function AHAN_fake_script() -- off.LocalScript
  308. local script = Instance.new('LocalScript', off)
  309.  
  310. script.Parent.MouseButton1Down:Connect(function()
  311. _G.Auto_Farm = false
  312. script.Parent.Visible = false
  313. script.Parent.Parent.on.Visible = true
  314. end)
  315. end
  316. coroutine.wrap(AHAN_fake_script)()
  317. local function TWLEDY_fake_script() -- main.LocalScript
  318. local script = Instance.new('LocalScript', main)
  319.  
  320. script.Parent.Active = true
  321. script.Parent.Draggable = true
  322. end
  323. coroutine.wrap(TWLEDY_fake_script)()
  324. local function NJPZEGZ_fake_script() -- barr.LocalScript
  325. local script = Instance.new('LocalScript', barr)
  326.  
  327. script.Parent.MouseButton1Down:Connect(function()
  328. game.workspace.AreaEntries:Destroy()
  329. end)
  330. end
  331. coroutine.wrap(NJPZEGZ_fake_script)()
  332. local function ITFM_fake_script() -- barrvip.LocalScript
  333. local script = Instance.new('LocalScript', barrvip)
  334.  
  335. script.Parent.MouseButton1Down:Connect(function()
  336. game.workspace.VIPWindow:Destroy()
  337. end)
  338. end
  339. coroutine.wrap(ITFM_fake_script)()
  340. local function IEAN_fake_script() -- _1.LocalScript
  341. local script = Instance.new('LocalScript', _1)
  342.  
  343. script.Parent.MouseButton1Down:Connect(function()
  344.  
  345. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-176.459122, 7.72625065, 27.3428345)
  346. end)
  347. end
  348. coroutine.wrap(IEAN_fake_script)()
  349. local function KOMDVMD_fake_script() -- _2.LocalScript
  350. local script = Instance.new('LocalScript', _2)
  351.  
  352. script.Parent.MouseButton1Down:Connect(function()
  353. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-92.926445, 4.66625023, 35.0359573)
  354. end)
  355. end
  356. coroutine.wrap(KOMDVMD_fake_script)()
  357. local function KABI_fake_script() -- _3.LocalScript
  358. local script = Instance.new('LocalScript', _3)
  359.  
  360. script.Parent.MouseButton1Down:Connect(function()
  361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(201.169235, 4.66625023, 66.9498825)
  362. end)
  363. end
  364. coroutine.wrap(KABI_fake_script)()
  365. local function XCUEN_fake_script() -- _4.LocalScript
  366. local script = Instance.new('LocalScript', _4)
  367.  
  368. script.Parent.MouseButton1Down:Connect(function()
  369. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(456.12619, 4.63930988, 55.1709366)
  370. end)
  371. end
  372. coroutine.wrap(XCUEN_fake_script)()
  373. local function MESBKR_fake_script() -- _5.LocalScript
  374. local script = Instance.new('LocalScript', _5)
  375.  
  376. script.Parent.MouseButton1Down:Connect(function()
  377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(733.047607, 4.63931131, 49.9389229)
  378. end)
  379. end
  380. coroutine.wrap(MESBKR_fake_script)()
  381. local function CJHL_fake_script() -- _6.LocalScript
  382. local script = Instance.new('LocalScript', _6)
  383.  
  384. script.Parent.MouseButton1Down:Connect(function()
  385. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1015.39886, 4.63930988, 56.224968)
  386. end)
  387. end
  388. coroutine.wrap(CJHL_fake_script)()
  389. local function XMQZ_fake_script() -- _7.LocalScript
  390. local script = Instance.new('LocalScript', _7)
  391.  
  392. script.Parent.MouseButton1Down:Connect(function()
  393. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1298.69836, 4.63930988, 65.2425385)
  394. end)
  395. end
  396. coroutine.wrap(XMQZ_fake_script)()
  397. local function MCMCG_fake_script() -- _8.LocalScript
  398. local script = Instance.new('LocalScript', _8)
  399.  
  400. script.Parent.MouseButton1Down:Connect(function()
  401. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1583.54797, 4.63930988, 71.5350952)
  402. end)
  403. end
  404. coroutine.wrap(MCMCG_fake_script)()
  405. local function BPIAMZP_fake_script() -- _9.LocalScript
  406. local script = Instance.new('LocalScript', _9)
  407.  
  408. script.Parent.MouseButton1Down:Connect(function()
  409. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1844.15283, 4.63930988, 64.6919022)
  410. end)
  411. end
  412. coroutine.wrap(BPIAMZP_fake_script)()
  413. local function FQIQH_fake_script() -- _10.LocalScript
  414. local script = Instance.new('LocalScript', _10)
  415.  
  416. script.Parent.MouseButton1Down:Connect(function()
  417. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2144.48096, 4.63930988, 55.7304192)
  418. end)
  419. end
  420. coroutine.wrap(FQIQH_fake_script)()
  421. local function MJPFXMD_fake_script() -- _11.LocalScript
  422. local script = Instance.new('LocalScript', _11)
  423.  
  424. script.Parent.MouseButton1Down:Connect(function()
  425. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2434.29614, 4.63930988, 41.4136543)
  426.  
  427. end)
  428. end
  429. coroutine.wrap(MJPFXMD_fake_script)()
  430.  
  431. --Link:https://www.roblox.com/games/4572547530/NEW-Sizzling-Simulator?refPageId=31b6c9f7-7b02-4811-b4b2-448373f01bc6#!/store
Add Comment
Please, Sign In to add comment