Dark_EccentricYT

Untitled

Oct 16th, 2020 (edited)
3,715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("ImageLabel")
  8. local TextLabel = Instance.new("TextLabel")
  9. local noreload = Instance.new("TextButton")
  10. local fasttank = Instance.new("TextButton")
  11. local inffire = Instance.new("TextButton")
  12. local nocooldown = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_Roundify_12px = Instance.new("ImageLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. Frame.Name = "Frame"
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. Frame.BackgroundTransparency = 1.000
  25. Frame.Position = UDim2.new(0.624076009, 0, 0.72712934, 0)
  26. Frame.Size = UDim2.new(0, 339, 0, 135)
  27. Frame.Image = "rbxassetid://3570695787"
  28. Frame.ImageColor3 = Color3.fromRGB(45, 45, 45)
  29. Frame.ScaleType = Enum.ScaleType.Slice
  30. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  31. Frame.SliceScale = 0.120
  32.  
  33. TextLabel.Parent = Frame
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. TextLabel.BackgroundTransparency = 1.000
  36. TextLabel.Position = UDim2.new(0.0270270519, 0, 0.0444444455, 0)
  37. TextLabel.Size = UDim2.new(0, 50, 0, 45)
  38. TextLabel.Font = Enum.Font.SourceSans
  39. TextLabel.Text = "Tank"
  40. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. TextLabel.TextScaled = true
  42. TextLabel.TextSize = 14.000
  43. TextLabel.TextWrapped = true
  44.  
  45. noreload.Name = "noreload"
  46. noreload.Parent = Frame
  47. noreload.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  48. noreload.Position = UDim2.new(0.279144377, 0, 0.581959307, 0)
  49. noreload.Size = UDim2.new(0, 73, 0, 34)
  50. noreload.Font = Enum.Font.SourceSans
  51. noreload.Text = "No Reload"
  52. noreload.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. noreload.TextScaled = true
  54. noreload.TextSize = 14.000
  55. noreload.TextWrapped = true
  56. noreload.MouseButton1Down:connect(function()
  57. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  58. mytank.Settings.LoadedShots.Value = 20000000000
  59. end)
  60.  
  61. fasttank.Name = "fasttank"
  62. fasttank.Parent = Frame
  63. fasttank.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  64. fasttank.Position = UDim2.new(0.515132546, 0, 0.581959307, 0)
  65. fasttank.Size = UDim2.new(0, 73, 0, 34)
  66. fasttank.Font = Enum.Font.SourceSans
  67. fasttank.Text = "Fast Tank"
  68. fasttank.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. fasttank.TextScaled = true
  70. fasttank.TextSize = 14.000
  71. fasttank.TextWrapped = true
  72. fasttank.MouseButton1Down:connect(function()
  73. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  74. mytank.Settings.MoveSpeed.Value = 70
  75. mytank.Settings.RotationSpeed.Value = math.huge
  76. end)
  77.  
  78. inffire.Name = "inffire"
  79. inffire.Parent = Frame
  80. inffire.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  81. inffire.Position = UDim2.new(0.0461060107, 0, 0.581959307, 0)
  82. inffire.Size = UDim2.new(0, 73, 0, 34)
  83. inffire.Font = Enum.Font.SourceSans
  84. inffire.Text = "Inf Fire"
  85. inffire.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. inffire.TextScaled = true
  87. inffire.TextSize = 14.000
  88. inffire.TextWrapped = true
  89. inffire.MouseButton1Down:connect(function()
  90. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  91. mytank.Settings.MaxFireRate.Value = 0
  92. end)
  93.  
  94. nocooldown.Name = "nocooldown"
  95. nocooldown.Parent = Frame
  96. nocooldown.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  97. nocooldown.Position = UDim2.new(0.748170912, 0, 0.581959307, 0)
  98. nocooldown.Size = UDim2.new(0, 73, 0, 34)
  99. nocooldown.Font = Enum.Font.SourceSans
  100. nocooldown.Text = "No Cooldown"
  101. nocooldown.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. nocooldown.TextScaled = true
  103. nocooldown.TextSize = 14.000
  104. nocooldown.TextWrapped = true
  105. nocooldown.MouseButton1Down:connect(function()
  106. mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
  107. mytank.Settings.AbilityCooldown.Value = 0.1
  108. end)
  109.  
  110. TextLabel_2.Parent = Frame
  111. TextLabel_2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  112. TextLabel_2.BackgroundTransparency = 1.000
  113. TextLabel_2.BorderSizePixel = 0
  114. TextLabel_2.Position = UDim2.new(0.174519688, 0, 0.0444444455, 0)
  115. TextLabel_2.Size = UDim2.new(0, 50, 0, 45)
  116. TextLabel_2.Font = Enum.Font.SourceSans
  117. TextLabel_2.Text = "Tank"
  118. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. TextLabel_2.TextScaled = true
  120. TextLabel_2.TextSize = 14.000
  121. TextLabel_2.TextWrapped = true
  122.  
  123. TextLabel_Roundify_12px.Name = "TextLabel_Roundify_12px"
  124. TextLabel_Roundify_12px.Parent = TextLabel_2
  125. TextLabel_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  126. TextLabel_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. TextLabel_Roundify_12px.BackgroundTransparency = 1.000
  128. TextLabel_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  129. TextLabel_Roundify_12px.Size = UDim2.new(0.99999994, 0, 0.644444466, 0)
  130. TextLabel_Roundify_12px.Image = "rbxassetid://3570695787"
  131. TextLabel_Roundify_12px.ImageColor3 = Color3.fromRGB(170, 0, 255)
  132. TextLabel_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  133. TextLabel_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  134. TextLabel_Roundify_12px.SliceScale = 0.120
  135.  
  136. TextLabel_3.Parent = Frame
  137. TextLabel_3.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  138. TextLabel_3.BackgroundTransparency = 1.000
  139. TextLabel_3.BorderSizePixel = 0
  140. TextLabel_3.Position = UDim2.new(0.174519688, 0, 0.0444444455, 0)
  141. TextLabel_3.Size = UDim2.new(0, 50, 0, 45)
  142. TextLabel_3.Font = Enum.Font.SourceSans
  143. TextLabel_3.Text = "Hub"
  144. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  145. TextLabel_3.TextScaled = true
  146. TextLabel_3.TextSize = 14.000
  147. TextLabel_3.TextWrapped = true
Add Comment
Please, Sign In to add comment