KienZino

NEW! 💥Destruction Simulator VIP

Sep 1st, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.79 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2.    Text = "kewl scripts put together by Guy998";
  3.    Color = Color3.new(0, 223, 90);
  4.    Font = Enum.Font.SourceSansBold;
  5.    FontSize = Enum.FontSize.Size24;
  6. })
  7. local A_1 = "Bomb"
  8. local A_2 = "Black Hole Bomb"
  9. local Event1 = game:GetService("ReplicatedStorage").Remotes.equipItem
  10. Event1:FireServer(A_1, A_2)
  11. local A_3 = "Launcher"
  12. local A_4 = "Black Hole Launcher"
  13. local Event2 = game:GetService("ReplicatedStorage").Remotes.equipItem
  14. Event2:FireServer(A_3, A_4)
  15. local A_5 = "Backpack"
  16. local A_6 = "Infinite Storage"
  17. local Event3 = game:GetService("ReplicatedStorage").Remotes.equipItem
  18. Event3:FireServer(A_1, A_2)
  19. local AutoSell = Game["ReplicatedStorage"]["Remotes"]["sellBricks"]
  20. while true do
  21.   AutoSell:FireServer()
  22.   wait()
  23. end
Add Comment
Please, Sign In to add comment