Advertisement
Guest User

198237128974913467248r7rwguheafkjbvkldfnbkfdnb m,vd dv zv xv

a guest
Dec 12th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. --Credits to: https://v3rmillion.net/showthread.php?tid=500236
  2.  
  3.  
  4.  
  5.  
  6.  
  7. local TinyTanksCheatGuiByLeviTheOtaku = Instance.new("ScreenGui")
  8. local MainFrame = Instance.new("Frame")
  9. local FastTankButton = Instance.new("TextButton")
  10. local InfFireRateButton = Instance.new("TextButton")
  11. local NoReloadButton = Instance.new("TextButton")
  12. local InfSpecialAmmoButton = Instance.new("TextButton")
  13. local NoAbilityCooldown = Instance.new("TextButton")
  14.  
  15. TinyTanksCheatGuiByLeviTheOtaku.Name = "TinyTanksCheatGuiByLeviTheOtaku"
  16. TinyTanksCheatGuiByLeviTheOtaku.Parent = game.CoreGui
  17.  
  18. MainFrame.Name = "MainFrame"
  19. MainFrame.Parent = TinyTanksCheatGuiByLeviTheOtaku
  20. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  21. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  22. MainFrame.BorderSizePixel = 3
  23. MainFrame.Position = UDim2.new(0.699999988, 0, 0.949999988, 0)
  24. MainFrame.Size = UDim2.new(0.200000003, 0, 0.0500000007, 0)
  25.  
  26. FastTankButton.Name = "FastTankButton"
  27. FastTankButton.Parent = MainFrame
  28. FastTankButton.BackgroundColor3 = Color3.new(1, 1, 1)
  29. FastTankButton.BackgroundTransparency = 0.5
  30. FastTankButton.BorderSizePixel = 0
  31. FastTankButton.Position = UDim2.new(0, 0, 0.100000001, 0)
  32. FastTankButton.Size = UDim2.new(0.200000003, 0, 0.800000012, 0)
  33. FastTankButton.Font = Enum.Font.Highway
  34. FastTankButton.FontSize = Enum.FontSize.Size14
  35. FastTankButton.Text = "Fast Tank"
  36. FastTankButton.TextColor3 = Color3.new(1, 1, 1)
  37. FastTankButton.TextSize = 14
  38. FastTankButton.TextWrapped = true
  39.  
  40. InfFireRateButton.Name = "InfFireRateButton"
  41. InfFireRateButton.Parent = MainFrame
  42. InfFireRateButton.BackgroundColor3 = Color3.new(1, 1, 1)
  43. InfFireRateButton.BackgroundTransparency = 0.5
  44. InfFireRateButton.BorderSizePixel = 0
  45. InfFireRateButton.Position = UDim2.new(0.200000003, 0, 0.100000001, 0)
  46. InfFireRateButton.Size = UDim2.new(0.200000003, 0, 0.800000012, 0)
  47. InfFireRateButton.Font = Enum.Font.Highway
  48. InfFireRateButton.FontSize = Enum.FontSize.Size14
  49. InfFireRateButton.Text = "Inf Fire Rate"
  50. InfFireRateButton.TextColor3 = Color3.new(1, 1, 1)
  51. InfFireRateButton.TextSize = 14
  52. InfFireRateButton.TextWrapped = true
  53.  
  54. NoReloadButton.Name = "NoReloadButton"
  55. NoReloadButton.Parent = MainFrame
  56. NoReloadButton.BackgroundColor3 = Color3.new(1, 1, 1)
  57. NoReloadButton.BackgroundTransparency = 0.5
  58. NoReloadButton.BorderSizePixel = 0
  59. NoReloadButton.Position = UDim2.new(0.400000006, 0, 0.100000001, 0)
  60. NoReloadButton.Size = UDim2.new(0.200000003, 0, 0.800000012, 0)
  61. NoReloadButton.Font = Enum.Font.Highway
  62. NoReloadButton.FontSize = Enum.FontSize.Size14
  63. NoReloadButton.Text = "No Reload"
  64. NoReloadButton.TextColor3 = Color3.new(1, 1, 1)
  65. NoReloadButton.TextSize = 14
  66. NoReloadButton.TextWrapped = true
  67.  
  68. InfSpecialAmmoButton.Name = "InfSpecialAmmoButton"
  69. InfSpecialAmmoButton.Parent = MainFrame
  70. InfSpecialAmmoButton.BackgroundColor3 = Color3.new(1, 1, 1)
  71. InfSpecialAmmoButton.BackgroundTransparency = 0.5
  72. InfSpecialAmmoButton.BorderSizePixel = 0
  73. InfSpecialAmmoButton.Position = UDim2.new(0.600000024, 0, 0.100000001, 0)
  74. InfSpecialAmmoButton.Size = UDim2.new(0.200000003, 0, 0.800000012, 0)
  75. InfSpecialAmmoButton.Font = Enum.Font.Highway
  76. InfSpecialAmmoButton.FontSize = Enum.FontSize.Size14
  77. InfSpecialAmmoButton.Text = "Inf Special Ammo"
  78. InfSpecialAmmoButton.TextColor3 = Color3.new(1, 1, 1)
  79. InfSpecialAmmoButton.TextSize = 14
  80. InfSpecialAmmoButton.TextWrapped = true
  81.  
  82. NoAbilityCooldown.Name = "NoAbilityCooldown"
  83. NoAbilityCooldown.Parent = MainFrame
  84. NoAbilityCooldown.BackgroundColor3 = Color3.new(1, 1, 1)
  85. NoAbilityCooldown.BackgroundTransparency = 0.5
  86. NoAbilityCooldown.BorderSizePixel = 0
  87. NoAbilityCooldown.Position = UDim2.new(0.800000012, 0, 0.100000001, 0)
  88. NoAbilityCooldown.Size = UDim2.new(0.200000003, 0, 0.800000012, 0)
  89. NoAbilityCooldown.Font = Enum.Font.Highway
  90. NoAbilityCooldown.FontSize = Enum.FontSize.Size14
  91. NoAbilityCooldown.Text = "No Ability Cooldown"
  92. NoAbilityCooldown.TextColor3 = Color3.new(1, 1, 1)
  93. NoAbilityCooldown.TextSize = 14
  94. NoAbilityCooldown.TextWrapped = true
  95.  
  96. FastTankButton.MouseButton1Down:connect(function()
  97. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  98. mytank.Settings.MoveSpeed.Value = 50
  99. mytank.Settings.RotationSpeed.Value = math.huge
  100. end)
  101.  
  102. InfFireRateButton.MouseButton1Down:connect(function()
  103. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  104. mytank.Settings.MaxFireRate.Value = 0.00000000000000000000000000000000000000000000000000000000000000000000000000000001
  105. end)
  106.  
  107. NoReloadButton.MouseButton1Down:connect(function()
  108. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  109. mytank.Settings.LoadedShots.Value = 200000000000000000000000000000000000000
  110. end)
  111.  
  112. InfSpecialAmmoButton.MouseButton1Down:connect(function()
  113. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  114. local ammos = mytank.AvailableAmmo:GetChildren()
  115. for i =1, #ammos do
  116. wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000001)
  117. ammos[i].Value = math.huge
  118. end
  119. end)
  120.  
  121. NoAbilityCooldown.MouseButton1Down:connect(function()
  122. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  123. mytank.Settings.AbilityCooldown.Value = 0.0000000000000000000000000000000000000000000000000000000000000000001
  124. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement