Advertisement
SalamieLP1

BlockSim Auto Farm OOF-Coins & Coins

Nov 4th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. --[[
  2. ---------------------------------------------------------------------------------------------------------------------------
  3.  
  4. Made By idkwhatidoing#5474 and StayWithMeSenpai#0002
  5.  
  6. Have Fun
  7. --]]
  8. _G.Money = false
  9. _G.OOF1 = false
  10. _G.OOF2 = false
  11. _G.OOF3 = false
  12. _G.OOF4 = false
  13. _G.OOF5 = false
  14. _G.OOFAll = false
  15.  
  16.  
  17. while wait() and _G.Money do
  18. game:GetService("ReplicatedStorage").Buy:FireServer(-1e+99, "1", game.Players.LocalPlayer.PlayerGui.DoorUI.Frame.Yes)
  19. end
  20.  
  21.  
  22.  
  23.  
  24.  
  25. while wait() and _G.OOF1 do
  26. wait()
  27. for i,d in pairs(game.workspace.Blocks.Area1:GetDescendants()) do
  28. if d.Name == "Box" then
  29. fireclickdetector(d.ClickDetector)
  30. end
  31. end
  32. end
  33. while wait() and _G.OOF2 do
  34. wait()
  35. for i,d in pairs(game.workspace.Blocks.Area2:GetDescendants()) do
  36. if d.Name == "Box" then
  37. fireclickdetector(d.ClickDetector)
  38. end
  39. end
  40. end
  41. while wait() and _G.OOF3 do
  42. wait()
  43. for i,d in pairs(game.workspace.Blocks.Area3:GetDescendants()) do
  44. if d.Name == "Box" then
  45. fireclickdetector(d.ClickDetector)
  46. end
  47. end
  48. end
  49.  
  50. while wait() and _G.OOF4 do
  51. wait()
  52. for i,d in pairs(game.workspace.Blocks.Area4:GetDescendants()) do
  53. if d.Name == "Box" then
  54. fireclickdetector(d.ClickDetector)
  55. end
  56. end
  57. end
  58.  
  59. while wait() and _G.OOF5 do
  60. wait()
  61. for i,d in pairs(game.workspace.Blocks.Area5:GetDescendants()) do
  62. if d.Name == "Box" then
  63. fireclickdetector(d.ClickDetector)
  64. end
  65. end
  66. end
  67.  
  68. while wait() and _G.OOFAll do
  69. wait()
  70. for i,d in pairs(game.workspace.Blocks:GetDescendants()) do
  71. if d.Name == "Box" then
  72. fireclickdetector(d.ClickDetector)
  73. end
  74. end
  75. end
  76. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement