Roblox Tiny Tanks Hacks

Cheats for Tiny Tanks: Press the key J toggle endless lives. Defend your fortress from the waves of enemy tanks attack. Tiny Tanks Cheats and Cheat Codes, PC. Registration allows you to keep track of all your content and comments, save bookmarks, and post in all our forums.

Oct 5th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. ---Go Fast------------------------Have to put back on if you die
  2. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.MoveSpeed.Value = 90
  3. --More Shots To Fire----------------Have to put back on if you die
  4. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.LoadedShots.Value = 90
  5. --Max Fire Rate---Have to put back on if you die---Make sure its set to 0
  6. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.MaxFireRate.Value = 0
  7. --Fast Reload Time--------Have to put back on if you die--Make sure its set to 0
  8. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.ReloadTime.Value = 0
  9. --Speads Out The Bullet When Fired---Increase value means you must be drunk----Have to put back on if you die--I would keep at 0 Unless you are curious
  10. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.Spread.Value = 0
  11. --Bullets Per Click------I recomend that you keep low--Also make sure you have LoadedShots 3x The value for this script--Have to put back on if you die
  12. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.BulletPerShot.Value = 10
  13. --Max Loaded Shots-----Same thing as LoadedShots except that this one shows how much you have--Have to put back on if you die
  14. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.MaxLoadedStandard.Value = 10
  15. --Ability Cooldown---Make it 0--Have to put back on if you die
  16. game:GetService('Workspace').Tanks['Tank-YourName'].Settings.AbilityCooldown.Value = 0
May 28th, 2019

Roblox Tiny Tanks Hacks Unblocked

Never

Tiny Tanks Script

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Tiny

Tiny Tanks Money Script

Hacks

Roblox

  1. -- Simple GUI for Tiny Tanks! Work 29.05.2019 !!!
  2. ----------Dont CHANGE!
  3. local speed = Instance.new('TextButton')
  4. local Ability = Instance.new('TextButton')
  5. ----------Settings
  6. tinytanks.Parent = game.CoreGui
  7. tinytanks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  8. speed.Name ='speed'
  9. speed.BackgroundColor3 = Color3.new(0.666667,0.333333,1)
  10. speed.Size = UDim2.new(0,97,0,28)
  11. speed.Text ='speed'
  12. speed.TextScaled =true
  13. speed.TextStrokeColor3 = Color3.new(1,1,1)
  14. speed.MouseButton1Down:connect(function()
  15. mytank = workspace.Tanks['Tank-'.. game.Players.LocalPlayer.Name ..']
  16. mytank.Settings.MoveSpeed.Value =45-- Speed hack (Change this)
  17. end)
  18. ammo.Name ='ammo'
  19. ammo.BackgroundColor3 = Color3.new(0,0.666667,1)
  20. ammo.Size = UDim2.new(0,97,0,28)
  21. ammo.Text ='AMMO'
  22. ammo.TextScaled =true
  23. ammo.TextStrokeColor3 = Color3.new(1,1,1)
  24. ammo.MouseButton1Down:connect(function()
  25. mytank = workspace.Tanks['Tank-'.. game.Players.LocalPlayer.Name ..']
  26. mytank.Settings.MaxFireRate.Value =0.1-- Max Fire Rate!
  27. mytank.Settings.LoadedShots.Value =2000000000-- Dont TOUCH
  28. Ability.Parent = tinytanks
  29. Ability.Position = UDim2.new(0,0,0.711453676,0)
  30. Ability.Font = Enum.Font.Fantasy
  31. Ability.TextColor3 = Color3.new(0,0,0)
  32. Ability.TextSize =14
  33. Ability.TextWrapped =true
  34. mytank = workspace.Tanks['Tank-'.. game.Players.LocalPlayer.Name ..']
  35. mytank.Settings.AbilityCooldown.Value =0.1-- Cooldown time
  36. Credits.Parent = tinytanks
  37. Credits.BackgroundTransparency =1
  38. Credits.Size = UDim2.new(0,125,0,50)
  39. Credits.Text ='Tiny tanks'
  40. Credits.TextScaled =true
  41. Credits.TextWrapped =true
  42. -- Simple GUI for Tiny Tanks
  43. -- Lua Script | Roblox | Tiny Tanks