Advertisement
QueenFake

-

Jan 4th, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/uEAvEf9D"))()
  2.  
  3. local ButtonsTab = library:CreateTab("JojoBlox_BETA");
  4.  
  5. ButtonsTab:CreateButton("Kill All", function() -- New Button
  6.  
  7. _G.toggle = true
  8. for _,v in pairs(game:GetService("Workspace").NPCS:GetChildren()) do
  9. local num = nil
  10. local Target = game:GetService("ReplicatedStorage").RS.Security.SC15;
  11. Target:FireServer(v, number_1);
  12. end
  13. end)
  14.  
  15. ButtonsTab:CreateButton("Click for Use Six pistol", function()
  16. for count = 1, 1 do
  17. local string_1 = "SixPistols";
  18. local number_1 = 0;
  19. local string_2 = "DSAD!#@ASDAF#%$@!DSAS12";
  20. local Target = game:GetService("ReplicatedStorage").RS.ShopArrow;
  21. Target:FireServer(string_1, number_1, string_2);
  22. end
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement