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!
- ---Go Fast------------------------Have to put back on if you die
- game:GetService('Workspace').Tanks['Tank-YourName'].Settings.MoveSpeed.Value = 90
- --More Shots To Fire----------------Have to put back on if you die
- game:GetService('Workspace').Tanks['Tank-YourName'].Settings.LoadedShots.Value = 90
- --Max Fire Rate---Have to put back on if you die---Make sure its set to 0
- game:GetService('Workspace').Tanks['Tank-YourName'].Settings.MaxFireRate.Value = 0
- --Fast Reload Time--------Have to put back on if you die--Make sure its set to 0
- game:GetService('Workspace').Tanks['Tank-YourName'].Settings.ReloadTime.Value = 0
- --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
- game:GetService('Workspace').Tanks['Tank-YourName'].Settings.Spread.Value = 0
- --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
- game:GetService('Workspace').Tanks['Tank-YourName'].Settings.BulletPerShot.Value = 10
- --Max Loaded Shots-----Same thing as LoadedShots except that this one shows how much you have--Have to put back on if you die
- game:GetService('Workspace').Tanks['Tank-YourName'].Settings.MaxLoadedStandard.Value = 10
- --Ability Cooldown---Make it 0--Have to put back on if you die
- 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 Tanks Money Script
Roblox
- -- Simple GUI for Tiny Tanks! Work 29.05.2019 !!!
- ----------Dont CHANGE!
- local speed = Instance.new('TextButton')
- local Ability = Instance.new('TextButton')
- ----------Settings
- tinytanks.Parent = game.CoreGui
- tinytanks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- speed.Name ='speed'
- speed.BackgroundColor3 = Color3.new(0.666667,0.333333,1)
- speed.Size = UDim2.new(0,97,0,28)
- speed.Text ='speed'
- speed.TextScaled =true
- speed.TextStrokeColor3 = Color3.new(1,1,1)
- speed.MouseButton1Down:connect(function()
- mytank = workspace.Tanks['Tank-'.. game.Players.LocalPlayer.Name ..']
- mytank.Settings.MoveSpeed.Value =45-- Speed hack (Change this)
- end)
- ammo.Name ='ammo'
- ammo.BackgroundColor3 = Color3.new(0,0.666667,1)
- ammo.Size = UDim2.new(0,97,0,28)
- ammo.Text ='AMMO'
- ammo.TextScaled =true
- ammo.TextStrokeColor3 = Color3.new(1,1,1)
- ammo.MouseButton1Down:connect(function()
- mytank = workspace.Tanks['Tank-'.. game.Players.LocalPlayer.Name ..']
- mytank.Settings.MaxFireRate.Value =0.1-- Max Fire Rate!
- mytank.Settings.LoadedShots.Value =2000000000-- Dont TOUCH
- Ability.Parent = tinytanks
- Ability.Position = UDim2.new(0,0,0.711453676,0)
- Ability.Font = Enum.Font.Fantasy
- Ability.TextColor3 = Color3.new(0,0,0)
- Ability.TextSize =14
- Ability.TextWrapped =true
- mytank = workspace.Tanks['Tank-'.. game.Players.LocalPlayer.Name ..']
- mytank.Settings.AbilityCooldown.Value =0.1-- Cooldown time
- Credits.Parent = tinytanks
- Credits.BackgroundTransparency =1
- Credits.Size = UDim2.new(0,125,0,50)
- Credits.Text ='Tiny tanks'
- Credits.TextScaled =true
- Credits.TextWrapped =true
- -- Simple GUI for Tiny Tanks
- -- Lua Script | Roblox | Tiny Tanks