Advertisement
Scriptorz5

TURKEY LAND!!🦃🥧 BLOB Simulator!

Nov 18th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Turkey Coins Script:
  2.  
  3. Code:
  4. game.ReplicatedStorage.Events.ChangeTurkeyCoins:FireServer(15000000000,"nohacking")
  5.  
  6. [Change 15000000000 to whatever you want]
  7.  
  8. Apples Script:
  9.  
  10. Code:
  11. game.ReplicatedStorage.Events.ChangeApples:FireServer(1500000000,"nohacking")
  12.  
  13. [Change 1500000000 to whatever you want]
  14.  
  15. Coins Script:
  16.  
  17. Code:
  18. game.ReplicatedStorage.Events.ChangeMoney:FireServer(1500000000,"nohacking")
  19.  
  20. [Change 1500000000 to whatever you want]
  21.  
  22.  
  23. Get any free Pet - Thanks LAZ3R for the help and creds to him
  24.  
  25. Execute this for all of the pet names :
  26.  
  27. Code:
  28. loadstring(game:HttpGet(("https://pastebin.com/raw/qXTSaEeG"),true))()
  29.  
  30. (press F9 to see the list and names of all pets)
  31.  
  32. then run
  33.  
  34. Code:
  35. local kek = game.ReplicatedStorage.Pets:FindFirstChild("Legendary Pilgrim Hat")
  36.  
  37. game.ReplicatedStorage.Events.GivePet:FireServer(kek, "nohacking")
  38.  
  39. Change Legendary Pilgrim Hat to whatever you want.
  40.  
  41.  
  42. All Pets by ReallySecure: https://pastebin.com/raw/LyngccYV
  43.  
  44.  
  45. Auto Kill OPiest Blobs In The Game by ReallySecure
  46.  
  47. Code:
  48. local A_1 = game:GetService("Workspace").GameStuff.Blobs.teddyblob.teddyblob.BlobProperties
  49. local A_2 = math.huge
  50. local A_3 = "nohacking"
  51. local Event = game:GetService("ReplicatedStorage").Events.DealDamage
  52. Event:FireServer(A_1, A_2, A_3)
  53. local A_1 = game:GetService("Workspace").GameStuff.Blobs.roblob.roblob.BlobProperties
  54. local A_2 = math.huge
  55. local A_3 = "nohacking"
  56. local Event = game:GetService("ReplicatedStorage").Events.DealDamage
  57. Event:FireServer(A_1, A_2, A_3)
  58. local A_1 = game:GetService("Workspace").GameStuff.Blobs.slimeblob.slimeblob.BlobProperties
  59. local A_2 = math.huge
  60. local A_3 = "nohacking"
  61. local Event = game:GetService("ReplicatedStorage").Events.DealDamage
  62. Event:FireServer(A_1, A_2, A_3)
  63.  
  64. Auto Rebirths by ReallySecure
  65.  
  66. Code:
  67. while true do game.ReplicatedStorage.Events.ChangeMoney:FireServer(math.huge,"nohacking")
  68. wait(.5)
  69. local A_1 = 1500000
  70. local A_2 = "nohacking"
  71. local Event = game:GetService("ReplicatedStorage").Events.RebirthPlayer
  72. Event:FireServer(A_1, A_2)
  73. local A_1 = "Rebirth"
  74. local Event = game:GetService("ReplicatedStorage").Events.FireAnalytic
  75. Event:FireServer(A_1)
  76. wait()
  77. end)
  78.  
  79.  
  80. Auto Rebirths by LAZ3R
  81.  
  82. Code:
  83. while true do --
  84. game.ReplicatedStorage.Events.ChangeMoney:FireServer(100000000000000000, "nohacking")
  85. game.ReplicatedStorage.Events.RebirthPlayer:FireServer("Anelle18", "nohacking") end
  86.  
  87.  
  88. -- Change Anelle18 to your roblox name
  89.  
  90.  
  91. Kill best blobs:
  92.  
  93. while true do
  94. wait()
  95. local A_1 = game:GetService("Workspace").GameStuff.Blobs.slimeblob.slimeblob.BlobProperties
  96. local A_2 = math.huge
  97. local A_3 = "nohacking"
  98. local Event = game:GetService("ReplicatedStorage").Events.DealDamage
  99. Event:FireServer(A_1, A_2, A_3)
  100. local A_1 = game:GetService("Workspace").GameStuff.Blobs.roblob.roblob.BlobProperties
  101. local A_2 = math.huge
  102. local A_3 = "nohacking"
  103. local Event = game:GetService("ReplicatedStorage").Events.DealDamage
  104. Event:FireServer(A_1, A_2, A_3)
  105. local A_1 = game:GetService("Workspace").GameStuff.Blobs.teddyblob.teddyblob.BlobProperties
  106. local A_2 = math.huge
  107. local A_3 = "nohacking"
  108. local Event = game:GetService("ReplicatedStorage").Events.DealDamage
  109. Event:FireServer(A_1, A_2, A_3)
  110. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement