Advertisement
Wowtheskyispurple

Untitled

Jan 24th, 2020
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. -- Free Exploits
  2. spawn(function()
  3. loadstring(game:HttpGet("https://pastebin.com/raw/MKc92Crw", true))()
  4. end)
  5. local tab1 = CreateTab("Free Guns", true)
  6. local button = MakeButton(tab1,"Anti Matter Guns",function(button)
  7. local string_1 = "30"; -- gun id (30 is anti matter gun)
  8. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  9. Target:Fire(string_1);
  10. end)
  11. local button = MakeButton(tab1,"Dark Matter Pistols",function(button)
  12. local string_1 = "36";
  13. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  14. Target:Fire(string_1);
  15. end)
  16. local button = MakeButton(tab1,"Santas Gun",function(button)
  17. local string_1 = "42";
  18. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  19. Target:Fire(string_1);
  20. end)
  21. local button = MakeButton(tab1,"High Tech Sniper",function(button)
  22. local string_1 = "15";
  23. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  24. Target:Fire(string_1);
  25. end)
  26. local button = MakeButton(tab1,"High Tech Minigun",function(button)
  27. local string_1 = "19";
  28. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  29. Target:Fire(string_1);
  30. end)
  31. local button = MakeButton(tab1,"Tempered Scar",function(button)
  32. local string_1 = "18";
  33. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  34. Target:Fire(string_1);
  35. end)
  36. local button = MakeButton(tab1,"Tempered AK",function(button)
  37. local string_1 = "10";
  38. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  39. Target:Fire(string_1);
  40. end)
  41. local button = MakeButton(tab1,"Elite Sniper",function(button)
  42. local string_1 = "11";
  43. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  44. Target:Fire(string_1);
  45. end)
  46. local button = MakeButton(tab1,"Money Gun",function(button)
  47. local string_1 = "46";
  48. local Target = game:GetService("ReplicatedStorage").Framework.Modules["2 | Signal"].Events["equip gun"];
  49. Target:Fire(string_1);
  50. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement