Advertisement
yeeyeehaicut

Untitled

Jul 11th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. ScreenGui.Parent = game.CoreGui
  2.  
  3. main.Name = "main"
  4. main.Parent = ScreenGui
  5. main.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  6. main.Position = UDim2.new(0.566693544, 0, 0.60100168, 0)
  7. main.Size = UDim2.new(0, 517, 0, 223)
  8. main.Active = true
  9. main.Draggable = true
  10.  
  11. m9.Name = "m9"
  12. m9.Parent = main
  13. m9.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  14. m9.Position = UDim2.new(0.0444874242, 0, 0.340807199, 0)
  15. m9.Size = UDim2.new(0, 99, 0, 50)
  16. m9.Font = Enum.Font.SourceSans
  17. m9.Text = "FAST M9"
  18. m9.TextColor3 = Color3.fromRGB(255, 255, 255)
  19. m9.TextSize = 14.000
  20. m9.MouseButton1Down:connect(function()
  21. local player = game:GetService("Players").LocalPlayer
  22. local gun = player.Backpack:FindFirstChild("M9")
  23. local sM = require(gun:FindFirstChild("GunStates"))
  24. sM["Damage"] = 99999
  25. sM["MaxAmmo"] = 9999991
  26. sM["StoredAmmo"] = 9999991
  27. sM["FireRate"] = 0.05
  28. sM["AmmoPerClip"] = 9999991
  29. sM["Range"] = 5000
  30. sM["ReloadTime"] = 0.05
  31. sM["Bullets"] = 1
  32. sM["AutoFire"] = true
  33. end)
  34.  
  35. ak.Name = "ak"
  36. ak.Parent = main
  37. ak.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  38. ak.Position = UDim2.new(0.33655709, 0, 0.358744413, 0)
  39. ak.Size = UDim2.new(0, 125, 0, 46)
  40. ak.Font = Enum.Font.SourceSans
  41. ak.Text = "FAST AK"
  42. ak.TextColor3 = Color3.fromRGB(255, 255, 255)
  43. ak.TextSize = 14.000
  44. ak.MouseButton1Down:connect(function()
  45. local player = game:GetService("Players").LocalPlayer
  46. local gun = player.Backpack:FindFirstChild("AK-47")
  47. local sM = require(gun:FindFirstChild("GunStates"))
  48. sM["Damage"] = 99999
  49. sM["MaxAmmo"] = 9999991
  50. sM["StoredAmmo"] = 9999991
  51. sM["FireRate"] = 0.05
  52. sM["AmmoPerClip"] = 9999991
  53. sM["Range"] = 5000
  54. sM["ReloadTime"] = 0.05
  55. sM["Bullets"] = 1
  56. sM["AutoFire"] = true
  57. end)
  58.  
  59. remington.Name = "remington"
  60. remington.Parent = main
  61. remington.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. remington.Position = UDim2.new(0.67311424, 0, 0.358744383, 0)
  63. remington.Size = UDim2.new(0, 110, 0, 50)
  64. remington.Font = Enum.Font.SourceSans
  65. remington.Text = "FAST SHOTGUN"
  66. remington.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. remington.TextSize = 14.000
  68. remington.MouseButton1Down:connect(function()
  69. local player = game:GetService("Players").LocalPlayer
  70. local gun = player.Backpack:FindFirstChild("Remington 870")
  71. local sM = require(gun:FindFirstChild("GunStates"))
  72. sM["Damage"] = 99999
  73. sM["MaxAmmo"] = 9999991
  74. sM["StoredAmmo"] = 9999991
  75. sM["FireRate"] = 0.1
  76. sM["AmmoPerClip"] = 9999991
  77. sM["Range"] = 5000
  78. sM["ReloadTime"] = 0.05
  79. sM["Bullets"] = 1
  80. sM["AutoFire"] = true
  81. end)
  82.  
  83. thankslabel.Name = "thankslabel"
  84. thankslabel.Parent = main
  85. thankslabel.BackgroundColor3 = Color3.fromRGB(124, 124, 124)
  86. thankslabel.Size = UDim2.new(0, 517, 0, 50)
  87. thankslabel.Font = Enum.Font.SourceSans
  88. thankslabel.Text = "FAST GUNS FOR PRISON LIFE"
  89. thankslabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. thankslabel.TextSize = 30.000
  91.  
  92. TextLabel.Parent = main
  93. TextLabel.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  94. TextLabel.Position = UDim2.new(0, 0, 0.775784731, 0)
  95. TextLabel.Size = UDim2.new(0, 517, 0, 50)
  96. TextLabel.Font = Enum.Font.SourceSans
  97. TextLabel.Text = "Thanks For Using :)"
  98. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. TextLabel.TextSize = 30.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement