Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.33 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local TinyTanksGUI = Instance.new("ScreenGui")
  5. local EverythingExceptLogin = Instance.new("ScreenGui")
  6. local GUI = Instance.new("Frame")
  7. local ExploitGUI = Instance.new("Frame")
  8. local Execute = Instance.new("TextButton")
  9. local ExploitSettings = Instance.new("Frame")
  10. local LoadedShots = Instance.new("TextBox")
  11. local MaxFireRate = Instance.new("TextBox")
  12. local RotationSpeed = Instance.new("TextBox")
  13. local MoveSpeed = Instance.new("TextBox")
  14. local SettingNames = Instance.new("Frame")
  15. local MaxFireRate_2 = Instance.new("TextLabel")
  16. local MoveSpeed_2 = Instance.new("TextLabel")
  17. local Ammo = Instance.new("TextLabel")
  18. local RotationSpeed_2 = Instance.new("TextLabel")
  19. local MoreButton = Instance.new("TextButton")
  20. local Credit = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22. local TinyTanksModder = Instance.new("TextLabel")
  23. local CreditGUI = Instance.new("Frame")
  24. local TextLabel = Instance.new("TextLabel")
  25. local Close_2 = Instance.new("TextButton")
  26. local MoreGUI = Instance.new("Frame")
  27. local SettingsBackround = Instance.new("Frame")
  28. local Name = Instance.new("TextLabel")
  29. local Scrolling = Instance.new("ScrollingFrame")
  30. local SpreadLabel = Instance.new("TextLabel")
  31. local Spread = Instance.new("TextBox")
  32. local BulletsPerShot = Instance.new("TextLabel")
  33. local BPS = Instance.new("TextBox")
  34. local Close_3 = Instance.new("TextButton")
  35. local Open = Instance.new("TextButton")
  36. local QuickExecute = Instance.new("TextButton")
  37. local Login = Instance.new("ScreenGui")
  38. local DraggableObject = Instance.new("Frame")
  39. local LoginBackround = Instance.new("Frame")
  40. local Submit = Instance.new("TextButton")
  41. local WhitelistKeyLabel = Instance.new("TextLabel")
  42. local TheWHITELIST = Instance.new("TextBox")
  43. local GetKey = Instance.new("TextButton")
  44. local Whitelistkey = Instance.new("Frame")
  45. local GiveKey = Instance.new("Frame")
  46. local _1 = Instance.new("TextLabel")
  47. local _2 = Instance.new("TextLabel")
  48. local _3 = Instance.new("TextLabel")
  49. --Properties:
  50. TinyTanksGUI.Name = "TinyTanksGUI"
  51. TinyTanksGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  52. TinyTanksGUI.ResetOnSpawn = false
  53.  
  54. EverythingExceptLogin.Name = "EverythingExceptLogin"
  55. EverythingExceptLogin.Parent = TinyTanksGUI
  56. EverythingExceptLogin.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  57.  
  58. GUI.Name = "GUI"
  59. GUI.Parent = EverythingExceptLogin
  60. GUI.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  61. GUI.BorderColor3 = Color3.new(0, 0, 0)
  62. GUI.Position = UDim2.new(0.350039154, 0, 0.0340223834, 0)
  63. GUI.Selectable = true
  64. GUI.Size = UDim2.new(0, 191, 0, 34)
  65. GUI.Visible = false
  66.  
  67. ExploitGUI.Name = "ExploitGUI"
  68. ExploitGUI.Parent = GUI
  69. ExploitGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. ExploitGUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  71. ExploitGUI.Position = UDim2.new(0, 0, 0.999999702, 0)
  72. ExploitGUI.Size = UDim2.new(0, 190, 0, 389)
  73.  
  74. Execute.Name = "Execute"
  75. Execute.Parent = ExploitGUI
  76. Execute.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  77. Execute.BorderColor3 = Color3.new(0, 0, 0)
  78. Execute.Position = UDim2.new(0, 0, 0.869954765, 0)
  79. Execute.Size = UDim2.new(0, 190, 0, 50)
  80. Execute.Font = Enum.Font.SourceSans
  81. Execute.Text = "Execute"
  82. Execute.TextColor3 = Color3.new(1, 1, 1)
  83. Execute.TextSize = 50
  84.  
  85. ExploitSettings.Name = "ExploitSettings"
  86. ExploitSettings.Parent = ExploitGUI
  87. ExploitSettings.BackgroundColor3 = Color3.new(0, 0, 0)
  88. ExploitSettings.BackgroundTransparency = 1
  89. ExploitSettings.BorderColor3 = Color3.new(0, 0, 0)
  90. ExploitSettings.Position = UDim2.new(0.673684239, 0, 0.14652957, 0)
  91. ExploitSettings.Size = UDim2.new(0, 61, 0, 202)
  92.  
  93. LoadedShots.Name = "LoadedShots"
  94. LoadedShots.Parent = ExploitSettings
  95. LoadedShots.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  96. LoadedShots.BorderSizePixel = 0
  97. LoadedShots.Position = UDim2.new(0.0224488713, 0, 0.741504312, 0)
  98. LoadedShots.Size = UDim2.new(0, 60, 0, 50)
  99. LoadedShots.Font = Enum.Font.SourceSans
  100. LoadedShots.Text = ""
  101. LoadedShots.TextColor3 = Color3.new(1, 1, 1)
  102. LoadedShots.TextScaled = true
  103. LoadedShots.TextSize = 20
  104. LoadedShots.TextWrapped = true
  105.  
  106. MaxFireRate.Name = "MaxFireRate"
  107. MaxFireRate.Parent = ExploitSettings
  108. MaxFireRate.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  109. MaxFireRate.BorderSizePixel = 0
  110. MaxFireRate.Position = UDim2.new(0.0224488713, 0, 0.49664256, 0)
  111. MaxFireRate.Size = UDim2.new(0, 60, 0, 50)
  112. MaxFireRate.Font = Enum.Font.SourceSans
  113. MaxFireRate.Text = ""
  114. MaxFireRate.TextColor3 = Color3.new(1, 1, 1)
  115. MaxFireRate.TextScaled = true
  116. MaxFireRate.TextSize = 14
  117. MaxFireRate.TextWrapped = true
  118.  
  119. RotationSpeed.Name = "RotationSpeed"
  120. RotationSpeed.Parent = ExploitSettings
  121. RotationSpeed.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  122. RotationSpeed.BorderColor3 = Color3.new(0, 0, 0)
  123. RotationSpeed.BorderSizePixel = 0
  124. RotationSpeed.Position = UDim2.new(0.0224488713, 0, 0.249091923, 0)
  125. RotationSpeed.Size = UDim2.new(0, 60, 0, 50)
  126. RotationSpeed.Font = Enum.Font.SourceSans
  127. RotationSpeed.Text = ""
  128. RotationSpeed.TextColor3 = Color3.new(1, 1, 1)
  129. RotationSpeed.TextScaled = true
  130. RotationSpeed.TextSize = 14
  131. RotationSpeed.TextWrapped = true
  132.  
  133. MoveSpeed.Name = "MoveSpeed"
  134. MoveSpeed.Parent = ExploitSettings
  135. MoveSpeed.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  136. MoveSpeed.BorderColor3 = Color3.new(0, 0, 0)
  137. MoveSpeed.BorderSizePixel = 0
  138. MoveSpeed.Position = UDim2.new(0.0224489607, 0, 0.00154130859, 0)
  139. MoveSpeed.Size = UDim2.new(0, 60, 0, 50)
  140. MoveSpeed.Font = Enum.Font.SourceSans
  141. MoveSpeed.Text = ""
  142. MoveSpeed.TextColor3 = Color3.new(1, 1, 1)
  143. MoveSpeed.TextScaled = true
  144. MoveSpeed.TextSize = 14
  145. MoveSpeed.TextWrapped = true
  146.  
  147. SettingNames.Name = "SettingNames"
  148. SettingNames.Parent = ExploitGUI
  149. SettingNames.BackgroundColor3 = Color3.new(1, 1, 1)
  150. SettingNames.BackgroundTransparency = 1
  151. SettingNames.Position = UDim2.new(0, 0, 0.14652957, 0)
  152. SettingNames.Size = UDim2.new(0, 107, 0, 201)
  153.  
  154. MaxFireRate_2.Name = "MaxFireRate"
  155. MaxFireRate_2.Parent = SettingNames
  156. MaxFireRate_2.BackgroundColor3 = Color3.new(0, 0, 0)
  157. MaxFireRate_2.BackgroundTransparency = 0.69999998807907
  158. MaxFireRate_2.BorderColor3 = Color3.new(0, 0, 0)
  159. MaxFireRate_2.BorderSizePixel = 0
  160. MaxFireRate_2.Position = UDim2.new(-0.0186915882, 0, 0.497474045, 0)
  161. MaxFireRate_2.Size = UDim2.new(0, 128, 0, 50)
  162. MaxFireRate_2.Font = Enum.Font.SourceSans
  163. MaxFireRate_2.Text = "Fire Rate"
  164. MaxFireRate_2.TextColor3 = Color3.new(1, 1, 1)
  165. MaxFireRate_2.TextScaled = true
  166. MaxFireRate_2.TextSize = 50
  167. MaxFireRate_2.TextWrapped = true
  168.  
  169. MoveSpeed_2.Name = "MoveSpeed"
  170. MoveSpeed_2.Parent = SettingNames
  171. MoveSpeed_2.BackgroundColor3 = Color3.new(0, 0, 0)
  172. MoveSpeed_2.BackgroundTransparency = 0.69999998807907
  173. MoveSpeed_2.BorderColor3 = Color3.new(0, 0, 0)
  174. MoveSpeed_2.BorderSizePixel = 0
  175. MoveSpeed_2.Position = UDim2.new(-0.0186915882, 0, -0.00272415578, 0)
  176. MoveSpeed_2.Size = UDim2.new(0, 128, 0, 50)
  177. MoveSpeed_2.Font = Enum.Font.SourceSans
  178. MoveSpeed_2.Text = "Speed"
  179. MoveSpeed_2.TextColor3 = Color3.new(1, 1, 1)
  180. MoveSpeed_2.TextScaled = true
  181. MoveSpeed_2.TextSize = 14
  182. MoveSpeed_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  183. MoveSpeed_2.TextWrapped = true
  184.  
  185. Ammo.Name = "Ammo"
  186. Ammo.Parent = SettingNames
  187. Ammo.BackgroundColor3 = Color3.new(0, 0, 0)
  188. Ammo.BackgroundTransparency = 0.69999998807907
  189. Ammo.BorderColor3 = Color3.new(0, 0, 0)
  190. Ammo.BorderSizePixel = 0
  191. Ammo.Position = UDim2.new(-0.0186915882, 0, 0.746230245, 0)
  192. Ammo.Size = UDim2.new(0, 128, 0, 50)
  193. Ammo.Font = Enum.Font.SourceSans
  194. Ammo.Text = "Ammo"
  195. Ammo.TextColor3 = Color3.new(1, 1, 1)
  196. Ammo.TextScaled = true
  197. Ammo.TextSize = 50
  198. Ammo.TextWrapped = true
  199.  
  200. RotationSpeed_2.Name = "RotationSpeed"
  201. RotationSpeed_2.Parent = SettingNames
  202. RotationSpeed_2.BackgroundColor3 = Color3.new(0, 0, 0)
  203. RotationSpeed_2.BackgroundTransparency = 0.69999998807907
  204. RotationSpeed_2.BorderColor3 = Color3.new(0, 0, 0)
  205. RotationSpeed_2.BorderSizePixel = 0
  206. RotationSpeed_2.Position = UDim2.new(-0.0186915882, 0, 0.248717815, 0)
  207. RotationSpeed_2.Size = UDim2.new(0, 128, 0, 50)
  208. RotationSpeed_2.Font = Enum.Font.SourceSans
  209. RotationSpeed_2.Text = "Rotation Speed"
  210. RotationSpeed_2.TextColor3 = Color3.new(1, 1, 1)
  211. RotationSpeed_2.TextScaled = true
  212. RotationSpeed_2.TextSize = 50
  213. RotationSpeed_2.TextWrapped = true
  214.  
  215. MoreButton.Name = "MoreButton"
  216. MoreButton.Parent = ExploitGUI
  217. MoreButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  218. MoreButton.BorderColor3 = Color3.new(0, 0, 0)
  219. MoreButton.Position = UDim2.new(0, 0, -0.00257069408, 0)
  220. MoreButton.Size = UDim2.new(0, 85, 0, 26)
  221. MoreButton.Font = Enum.Font.Highway
  222. MoreButton.Text = "More"
  223. MoreButton.TextColor3 = Color3.new(1, 1, 1)
  224. MoreButton.TextScaled = true
  225. MoreButton.TextSize = 14
  226. MoreButton.TextWrapped = true
  227.  
  228. Credit.Name = "Credit"
  229. Credit.Parent = ExploitGUI
  230. Credit.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  231. Credit.BorderColor3 = Color3.new(0, 0, 0)
  232. Credit.Position = UDim2.new(0.447368413, 0, -0.00257067452, 0)
  233. Credit.Size = UDim2.new(0, 106, 0, 26)
  234. Credit.Font = Enum.Font.Highway
  235. Credit.Text = "Credits"
  236. Credit.TextColor3 = Color3.new(1, 1, 1)
  237. Credit.TextScaled = true
  238. Credit.TextSize = 14
  239. Credit.TextWrapped = true
  240.  
  241. Close.Name = "Close"
  242. Close.Parent = ExploitGUI
  243. Close.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  244. Close.BorderColor3 = Color3.new(0, 0, 0)
  245. Close.Position = UDim2.new(0.808454633, 0, -0.0899742991, 0)
  246. Close.Size = UDim2.new(0, 37, 0, 26)
  247. Close.Text = "X"
  248. Close.TextColor3 = Color3.new(1, 1, 1)
  249. Close.TextSize = 14
  250.  
  251. TinyTanksModder.Name = "Tiny Tanks Modder"
  252. TinyTanksModder.Parent = ExploitGUI
  253. TinyTanksModder.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  254. TinyTanksModder.BorderColor3 = Color3.new(0, 0, 0)
  255. TinyTanksModder.Position = UDim2.new(0, 0, 0.676092446, 0)
  256. TinyTanksModder.Size = UDim2.new(0, 189, 0, 75)
  257. TinyTanksModder.Font = Enum.Font.Cartoon
  258. TinyTanksModder.Text = "Tiny Tanks Modder"
  259. TinyTanksModder.TextColor3 = Color3.new(1, 1, 1)
  260. TinyTanksModder.TextScaled = true
  261. TinyTanksModder.TextSize = 25
  262. TinyTanksModder.TextWrapped = true
  263.  
  264. CreditGUI.Name = "CreditGUI"
  265. CreditGUI.Parent = GUI
  266. CreditGUI.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  267. CreditGUI.BorderColor3 = Color3.new(0, 0, 0)
  268. CreditGUI.Position = UDim2.new(0.996285081, 0, -0.0174531937, 0)
  269. CreditGUI.Size = UDim2.new(0, 235, 0, 161)
  270. CreditGUI.Visible = false
  271.  
  272. TextLabel.Parent = CreditGUI
  273. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  274. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  275. TextLabel.Position = UDim2.new(0, 0, 0.192546591, 0)
  276. TextLabel.Size = UDim2.new(0, 235, 0, 130)
  277. TextLabel.Font = Enum.Font.Fantasy
  278. TextLabel.Text = "Credits to: Asta#8062\n NoobFlam#8390"
  279. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  280. TextLabel.TextSize = 30
  281. TextLabel.TextWrapped = true
  282.  
  283. Close_2.Name = "Close"
  284. Close_2.Parent = TextLabel
  285. Close_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  286. Close_2.BorderColor3 = Color3.new(0, 0, 0)
  287. Close_2.Position = UDim2.new(0.899999976, 0, -0.23999998, 0)
  288. Close_2.Size = UDim2.new(0, 23, 0, 23)
  289. Close_2.Font = Enum.Font.SourceSans
  290. Close_2.Text = "X"
  291. Close_2.TextColor3 = Color3.new(1, 1, 1)
  292. Close_2.TextSize = 14
  293.  
  294. MoreGUI.Name = "MoreGUI"
  295. MoreGUI.Parent = GUI
  296. MoreGUI.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  297. MoreGUI.BorderColor3 = Color3.new(0, 0, 0)
  298. MoreGUI.Position = UDim2.new(-1.02738595, 0, 0.0968331397, 0)
  299. MoreGUI.Selectable = true
  300. MoreGUI.Size = UDim2.new(0, 196, 0, 30)
  301. MoreGUI.Visible = false
  302.  
  303. SettingsBackround.Name = "SettingsBackround"
  304. SettingsBackround.Parent = MoreGUI
  305. SettingsBackround.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  306. SettingsBackround.BorderColor3 = Color3.new(0, 0, 0)
  307. SettingsBackround.Position = UDim2.new(0, 0, 0.999999404, 0)
  308. SettingsBackround.Size = UDim2.new(0, 196, 0, 173)
  309.  
  310. Name.Name = "Name"
  311. Name.Parent = SettingsBackround
  312. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  313. Name.BackgroundTransparency = 1
  314. Name.BorderColor3 = Color3.new(0, 0, 0)
  315. Name.Position = UDim2.new(0.096938774, 0, 0, 0)
  316. Name.Size = UDim2.new(0, 157, 0, 28)
  317. Name.Font = Enum.Font.Cartoon
  318. Name.Text = "MORE"
  319. Name.TextColor3 = Color3.new(1, 1, 1)
  320. Name.TextScaled = true
  321. Name.TextSize = 14
  322. Name.TextWrapped = true
  323.  
  324. Scrolling.Name = "Scrolling"
  325. Scrolling.Parent = MoreGUI
  326. Scrolling.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  327. Scrolling.BorderColor3 = Color3.new(0, 0, 0)
  328. Scrolling.Position = UDim2.new(-0.000572905235, 0, 2.18613791, 0)
  329. Scrolling.Size = UDim2.new(0, 196, 0, 364)
  330.  
  331. SpreadLabel.Name = "SpreadLabel"
  332. SpreadLabel.Parent = Scrolling
  333. SpreadLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  334. SpreadLabel.BackgroundTransparency = 0.69999998807907
  335. SpreadLabel.BorderColor3 = Color3.new(0, 0, 0)
  336. SpreadLabel.Size = UDim2.new(0, 125, 0, 50)
  337. SpreadLabel.Font = Enum.Font.SourceSansLight
  338. SpreadLabel.Text = "Spread"
  339. SpreadLabel.TextColor3 = Color3.new(1, 1, 1)
  340. SpreadLabel.TextScaled = true
  341. SpreadLabel.TextSize = 14
  342. SpreadLabel.TextWrapped = true
  343.  
  344. Spread.Name = "Spread"
  345. Spread.Parent = SpreadLabel
  346. Spread.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  347. Spread.BorderColor3 = Color3.new(0, 0, 0)
  348. Spread.BorderSizePixel = 0
  349. Spread.Position = UDim2.new(1.04575503, 0, 1.56462193e-07, 0)
  350. Spread.Size = UDim2.new(0, 50, 0, 50)
  351. Spread.Font = Enum.Font.SourceSans
  352. Spread.Text = ""
  353. Spread.TextColor3 = Color3.new(1, 1, 1)
  354. Spread.TextSize = 14
  355.  
  356. BulletsPerShot.Name = "BulletsPerShot"
  357. BulletsPerShot.Parent = Scrolling
  358. BulletsPerShot.BackgroundColor3 = Color3.new(0, 0, 0)
  359. BulletsPerShot.BackgroundTransparency = 0.69999998807907
  360. BulletsPerShot.BorderColor3 = Color3.new(0, 0, 0)
  361. BulletsPerShot.Position = UDim2.new(0, 0, 0.333999962, 0)
  362. BulletsPerShot.Size = UDim2.new(0, 125, 0, 48)
  363. BulletsPerShot.Font = Enum.Font.SourceSans
  364. BulletsPerShot.Text = "Bullets Per Shot"
  365. BulletsPerShot.TextColor3 = Color3.new(1, 1, 1)
  366. BulletsPerShot.TextScaled = true
  367. BulletsPerShot.TextSize = 14
  368. BulletsPerShot.TextWrapped = true
  369.  
  370. BPS.Name = "BPS"
  371. BPS.Parent = BulletsPerShot
  372. BPS.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  373. BPS.BorderColor3 = Color3.new(0, 0, 0)
  374. BPS.BorderSizePixel = 0
  375. BPS.Position = UDim2.new(1.04091716, 0, -0.0524997711, 0)
  376. BPS.Size = UDim2.new(0, 50, 0, 50)
  377. BPS.Font = Enum.Font.SourceSans
  378. BPS.Text = ""
  379. BPS.TextColor3 = Color3.new(1, 1, 1)
  380. BPS.TextSize = 14
  381.  
  382. Close_3.Name = "Close"
  383. Close_3.Parent = MoreGUI
  384. Close_3.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  385. Close_3.BorderColor3 = Color3.new(0, 0, 0)
  386. Close_3.Position = UDim2.new(0.806661308, 0, 0.0379288197, 0)
  387. Close_3.Size = UDim2.new(0, 37, 0, 26)
  388. Close_3.Text = "X"
  389. Close_3.TextColor3 = Color3.new(1, 1, 1)
  390. Close_3.TextSize = 14
  391.  
  392. Open.Name = "Open"
  393. Open.Parent = EverythingExceptLogin
  394. Open.BackgroundColor3 = Color3.new(0.0313726, 0.0352941, 0.0235294)
  395. Open.BackgroundTransparency = 0.5
  396. Open.Position = UDim2.new(-0.000325172819, 0, 0.545407891, 0)
  397. Open.Size = UDim2.new(0, 104, 0, 33)
  398. Open.Visible = false
  399. Open.Font = Enum.Font.Cartoon
  400. Open.Text = "Open"
  401. Open.TextColor3 = Color3.new(0, 0, 0)
  402. Open.TextScaled = true
  403. Open.TextSize = 14
  404. Open.TextWrapped = true
  405.  
  406. QuickExecute.Name = "QuickExecute"
  407. QuickExecute.Parent = EverythingExceptLogin
  408. QuickExecute.BackgroundColor3 = Color3.new(0.0313726, 0.0352941, 0.0235294)
  409. QuickExecute.BackgroundTransparency = 0.5
  410. QuickExecute.Position = UDim2.new(-0.000325172819, 0, 0.612213731, 0)
  411. QuickExecute.Size = UDim2.new(0, 104, 0, 33)
  412. QuickExecute.Visible = false
  413. QuickExecute.Font = Enum.Font.Cartoon
  414. QuickExecute.Text = "Quick-Execute"
  415. QuickExecute.TextColor3 = Color3.new(0, 0, 0)
  416. QuickExecute.TextScaled = true
  417. QuickExecute.TextSize = 14
  418. QuickExecute.TextWrapped = true
  419.  
  420. Login.Name = "Login"
  421. Login.Parent = TinyTanksGUI
  422. Login.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  423.  
  424. DraggableObject.Name = "DraggableObject"
  425. DraggableObject.Parent = Login
  426. DraggableObject.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  427. DraggableObject.BorderColor3 = Color3.new(0, 0, 0)
  428. DraggableObject.Position = UDim2.new(0.413873434, 0, 0.463096201, 0)
  429. DraggableObject.Size = UDim2.new(0, 299, 0, 35)
  430.  
  431. LoginBackround.Name = "LoginBackround"
  432. LoginBackround.Parent = DraggableObject
  433. LoginBackround.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  434. LoginBackround.BorderColor3 = Color3.new(0, 0, 0)
  435. LoginBackround.Position = UDim2.new(0, 0, 0.998210788, 0)
  436. LoginBackround.Size = UDim2.new(0, 299, 0, 128)
  437.  
  438. Submit.Name = "Submit"
  439. Submit.Parent = LoginBackround
  440. Submit.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  441. Submit.BorderColor3 = Color3.new(0, 0, 0)
  442. Submit.BorderSizePixel = 2
  443. Submit.Position = UDim2.new(0.546104431, 0, 0.755692184, 0)
  444. Submit.Size = UDim2.new(0, 102, 0, 17)
  445. Submit.Font = Enum.Font.SourceSans
  446. Submit.Text = "Submit"
  447. Submit.TextColor3 = Color3.new(0, 0, 0)
  448. Submit.TextSize = 14
  449.  
  450. WhitelistKeyLabel.Name = "WhitelistKeyLabel"
  451. WhitelistKeyLabel.Parent = LoginBackround
  452. WhitelistKeyLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  453. WhitelistKeyLabel.BorderColor3 = Color3.new(0, 0, 0)
  454. WhitelistKeyLabel.Position = UDim2.new(0.167224079, 0, 0.078125, 0)
  455. WhitelistKeyLabel.Size = UDim2.new(0, 200, 0, 33)
  456. WhitelistKeyLabel.Font = Enum.Font.SourceSans
  457. WhitelistKeyLabel.Text = "Whitelist Key"
  458. WhitelistKeyLabel.TextColor3 = Color3.new(1, 1, 1)
  459. WhitelistKeyLabel.TextScaled = true
  460. WhitelistKeyLabel.TextSize = 14
  461. WhitelistKeyLabel.TextWrapped = true
  462.  
  463. TheWHITELIST.Name = "TheWHITELIST"
  464. TheWHITELIST.Parent = WhitelistKeyLabel
  465. TheWHITELIST.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  466. TheWHITELIST.BorderColor3 = Color3.new(0, 0, 0)
  467. TheWHITELIST.Position = UDim2.new(0, 0, 1.42857134, 0)
  468. TheWHITELIST.Size = UDim2.new(0, 200, 0, 30)
  469. TheWHITELIST.Font = Enum.Font.SourceSans
  470. TheWHITELIST.Text = ""
  471. TheWHITELIST.TextColor3 = Color3.new(0, 0, 0)
  472. TheWHITELIST.TextSize = 14
  473.  
  474. GetKey.Name = "GetKey"
  475. GetKey.Parent = LoginBackround
  476. GetKey.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  477. GetKey.BorderColor3 = Color3.new(0, 0, 0)
  478. GetKey.BorderSizePixel = 2
  479. GetKey.Position = UDim2.new(0.0812215209, 0, 0.755692184, 0)
  480. GetKey.Size = UDim2.new(0, 102, 0, 17)
  481. GetKey.Font = Enum.Font.SourceSans
  482. GetKey.Text = "Get Key"
  483. GetKey.TextColor3 = Color3.new(0, 0, 0)
  484. GetKey.TextSize = 14
  485.  
  486. Whitelistkey.Name = "Whitelistkey"
  487. Whitelistkey.Parent = Login
  488. Whitelistkey.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  489. Whitelistkey.BorderColor3 = Color3.new(0, 0, 0)
  490. Whitelistkey.Position = UDim2.new(0.0599842109, 0, 0.276412785, 0)
  491. Whitelistkey.Size = UDim2.new(0, 239, 0, 31)
  492. Whitelistkey.Visible = false
  493.  
  494. GiveKey.Name = "GiveKey"
  495. GiveKey.Parent = Whitelistkey
  496. GiveKey.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  497. GiveKey.BorderColor3 = Color3.new(0, 0, 0)
  498. GiveKey.Position = UDim2.new(0, 0, 0.980865002, 0)
  499. GiveKey.Size = UDim2.new(0, 238, 0, 171)
  500.  
  501. _1.Name = "1"
  502. _1.Parent = GiveKey
  503. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  504. _1.BackgroundTransparency = 1
  505. _1.Position = UDim2.new(0.00420168042, 0, 0, 0)
  506. _1.Size = UDim2.new(0, 238, 0, 39)
  507. _1.Font = Enum.Font.Cartoon
  508. _1.Text = "1. Goto bit.ly/SkidCity"
  509. _1.TextColor3 = Color3.new(1, 1, 1)
  510. _1.TextScaled = true
  511. _1.TextSize = 25
  512. _1.TextWrapped = true
  513.  
  514. _2.Name = "2"
  515. _2.Parent = GiveKey
  516. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  517. _2.BackgroundTransparency = 1
  518. _2.BorderColor3 = Color3.new(0, 0, 0)
  519. _2.Position = UDim2.new(0, 0, 0.38011694, 0)
  520. _2.Size = UDim2.new(0, 238, 0, 39)
  521. _2.Font = Enum.Font.Cartoon
  522. _2.Text = "2. Join the Discord."
  523. _2.TextColor3 = Color3.new(1, 1, 1)
  524. _2.TextScaled = true
  525. _2.TextSize = 25
  526. _2.TextWrapped = true
  527.  
  528. _3.Name = "3"
  529. _3.Parent = GiveKey
  530. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  531. _3.BackgroundTransparency = 1
  532. _3.BorderColor3 = Color3.new(0, 0, 0)
  533. _3.Position = UDim2.new(0, 0, 0.771929801, 0)
  534. _3.Size = UDim2.new(0, 238, 0, 39)
  535. _3.Font = Enum.Font.Cartoon
  536. _3.Text = "3. Get the whitelist-key role by following instructions in #whitelist-instructions"
  537. _3.TextColor3 = Color3.new(1, 1, 1)
  538. _3.TextScaled = true
  539. _3.TextSize = 25
  540. _3.TextWrapped = true
  541. -- Scripts:
  542. function SCRIPT_CZWY81_FAKESCRIPT() -- Execute.ExecuteScript
  543. local script = Instance.new('LocalScript')
  544. script.Parent = Execute
  545. script.Parent.MouseButton1Click:Connect(function()
  546.  
  547. local x=game.Workspace.Tanks["Tank-"..game.Players.LocalPlayer.Name]
  548.  
  549.  
  550.  
  551. x.Settings.MoveSpeed.Value = tonumber(MoveSpeed.Text)
  552. x.Settings.RotationSpeed.Value = tonumber(RotationSpeed.Text)
  553. x.Settings.MaxFireRate.Value = tonumber(MaxFireRate.Text)
  554. x.Settings.AbilityCooldown.Value = 0
  555.  
  556. --------------------AMMO--------------------------------------
  557.  
  558. x.Settings.LoadedShots.Value = tonumber(LoadedShots.Text)
  559. local ammos = x.AvailableAmmo:GetChildren()
  560. for i =1, #ammos do
  561. wait(0.1)
  562. ammos[i].Value = tonumber(LoadedShots.Text)
  563. end
  564. x.Settings.BulletsPerShot.Value = tonumber(BPS.Text)
  565. x.Settings.Spread.Value = tonumber(Spread.Text)
  566. end)
  567.  
  568.  
  569. end
  570. coroutine.resume(coroutine.create(SCRIPT_CZWY81_FAKESCRIPT))
  571. function SCRIPT_RFWA86_FAKESCRIPT() -- MoreButton.SettingsScript
  572. local script = Instance.new('LocalScript')
  573. script.Parent = MoreButton
  574. local frame = script.Parent.Parent.Parent.MoreGUI
  575. local open = false
  576.  
  577. script.Parent.MouseButton1Click:Connect(function()
  578. if frame.Visible == false then
  579. frame.Visible = true
  580. end
  581. end)--Works
  582.  
  583. end
  584. coroutine.resume(coroutine.create(SCRIPT_RFWA86_FAKESCRIPT))
  585. function SCRIPT_JWFZ87_FAKESCRIPT() -- Credit.LocalScript
  586. local script = Instance.new('LocalScript')
  587. script.Parent = Credit
  588. local button = script.Parent
  589. local FRAME = button.Parent
  590. local GUI = FRAME.Parent
  591. local GUI2 = GUI.CreditGUI
  592. local open = false
  593.  
  594. script.Parent.MouseButton1Click:Connect(function()
  595. GUI2.Visible = true
  596. end)
  597. --Works [1]
  598.  
  599.  
  600.  
  601.  
  602.  
  603. end
  604. coroutine.resume(coroutine.create(SCRIPT_JWFZ87_FAKESCRIPT))
  605. function SCRIPT_KZPJ72_FAKESCRIPT() -- Close.Closer
  606. local script = Instance.new('LocalScript')
  607. script.Parent = Close
  608. script.Parent.MouseButton1Click:Connect(function()
  609. ExploitGUI.Visible = false
  610. GUI.Visible = false
  611. end)
  612. --Works
  613.  
  614. end
  615. coroutine.resume(coroutine.create(SCRIPT_KZPJ72_FAKESCRIPT))
  616. function SCRIPT_PLTY79_FAKESCRIPT() -- ExploitGUI.Draggable
  617. local script = Instance.new('LocalScript')
  618. script.Parent = ExploitGUI
  619. local UserInputService = game:GetService("UserInputService")
  620.  
  621. local gui = script.Parent
  622.  
  623. local dragging
  624. local dragInput
  625. local dragStart
  626. local startPos
  627.  
  628. local function update(input)
  629. local delta = input.Position - dragStart
  630. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  631. end
  632.  
  633. gui.InputBegan:Connect(function(input)
  634. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  635. dragging = true
  636. dragStart = input.Position
  637. startPos = gui.Position
  638.  
  639. input.Changed:Connect(function()
  640. if input.UserInputState == Enum.UserInputState.End then
  641. dragging = false
  642. end
  643. end)
  644. end
  645. end)
  646.  
  647. gui.InputChanged:Connect(function(input)
  648. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  649. dragInput = input
  650. end
  651. end)
  652.  
  653. UserInputService.InputChanged:Connect(function(input)
  654. if input == dragInput and dragging then
  655. update(input)
  656. end
  657. end)
  658. --Works
  659.  
  660. end
  661. coroutine.resume(coroutine.create(SCRIPT_PLTY79_FAKESCRIPT))
  662. function SCRIPT_WOGW77_FAKESCRIPT() -- CreditGUI.Draggable
  663. local script = Instance.new('LocalScript')
  664. script.Parent = CreditGUI
  665. local UserInputService = game:GetService("UserInputService")
  666.  
  667. local gui = script.Parent
  668.  
  669. local dragging
  670. local dragInput
  671. local dragStart
  672. local startPos
  673.  
  674. local function update(input)
  675. local delta = input.Position - dragStart
  676. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  677. end
  678.  
  679. gui.InputBegan:Connect(function(input)
  680. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  681. dragging = true
  682. dragStart = input.Position
  683. startPos = gui.Position
  684.  
  685. input.Changed:Connect(function()
  686. if input.UserInputState == Enum.UserInputState.End then
  687. dragging = false
  688. end
  689. end)
  690. end
  691. end)
  692.  
  693. gui.InputChanged:Connect(function(input)
  694. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  695. dragInput = input
  696. end
  697. end)
  698.  
  699. UserInputService.InputChanged:Connect(function(input)
  700. if input == dragInput and dragging then
  701. update(input)
  702. end
  703. end)
  704. --Works
  705.  
  706. end
  707. coroutine.resume(coroutine.create(SCRIPT_WOGW77_FAKESCRIPT))
  708. function SCRIPT_NILT65_FAKESCRIPT() -- MoreGUI.Dragable
  709. local script = Instance.new('LocalScript')
  710. script.Parent = MoreGUI
  711. local UserInputService = game:GetService("UserInputService")
  712.  
  713. local gui = script.Parent
  714.  
  715. local dragging
  716. local dragInput
  717. local dragStart
  718. local startPos
  719.  
  720. local function update(input)
  721. local delta = input.Position - dragStart
  722. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  723. end
  724.  
  725. gui.InputBegan:Connect(function(input)
  726. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  727. dragging = true
  728. dragStart = input.Position
  729. startPos = gui.Position
  730.  
  731. input.Changed:Connect(function()
  732. if input.UserInputState == Enum.UserInputState.End then
  733. dragging = false
  734. end
  735. end)
  736. end
  737. end)
  738.  
  739. gui.InputChanged:Connect(function(input)
  740. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  741. dragInput = input
  742. end
  743. end)
  744.  
  745. UserInputService.InputChanged:Connect(function(input)
  746. if input == dragInput and dragging then
  747. update(input)
  748. end
  749. end)
  750.  
  751. --Works
  752.  
  753. end
  754. coroutine.resume(coroutine.create(SCRIPT_NILT65_FAKESCRIPT))
  755. function SCRIPT_CFXA87_FAKESCRIPT() -- Close_3.Closer
  756. local script = Instance.new('LocalScript')
  757. script.Parent = Close_3
  758. script.Parent.MouseButton1Click:Connect(function()
  759. script.Parent.Parent.Visible = false
  760. end)
  761.  
  762. --Works
  763.  
  764. end
  765. coroutine.resume(coroutine.create(SCRIPT_CFXA87_FAKESCRIPT))
  766. function SCRIPT_LBIZ78_FAKESCRIPT() -- GUI.Draggable
  767. local script = Instance.new('LocalScript')
  768. script.Parent = GUI
  769. local UserInputService = game:GetService("UserInputService")
  770.  
  771. local gui = script.Parent
  772.  
  773. local dragging
  774. local dragInput
  775. local dragStart
  776. local startPos
  777.  
  778. local function update(input)
  779. local delta = input.Position - dragStart
  780. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  781. end
  782.  
  783. gui.InputBegan:Connect(function(input)
  784. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  785. dragging = true
  786. dragStart = input.Position
  787. startPos = gui.Position
  788.  
  789. input.Changed:Connect(function()
  790. if input.UserInputState == Enum.UserInputState.End then
  791. dragging = false
  792. end
  793. end)
  794. end
  795. end)
  796.  
  797. gui.InputChanged:Connect(function(input)
  798. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  799. dragInput = input
  800. end
  801. end)
  802.  
  803. UserInputService.InputChanged:Connect(function(input)
  804. if input == dragInput and dragging then
  805. update(input)
  806. end
  807. end)
  808. --Works
  809.  
  810. end
  811. coroutine.resume(coroutine.create(SCRIPT_LBIZ78_FAKESCRIPT))
  812. function SCRIPT_HIPU84_FAKESCRIPT() -- Open.LocalScript
  813. local script = Instance.new('LocalScript')
  814. script.Parent = Open
  815. local frame = script.Parent.Parent.GUI
  816. local open = false
  817.  
  818. script.Parent.MouseButton1Click:Connect(function()
  819. if frame.Visible == false then
  820. frame.Visible = true
  821. end
  822. end)
  823.  
  824. end
  825. coroutine.resume(coroutine.create(SCRIPT_HIPU84_FAKESCRIPT))
  826. function SCRIPT_RVES89_FAKESCRIPT() -- DraggableObject.Draggable_l0l
  827. local script = Instance.new('LocalScript')
  828. script.Parent = DraggableObject
  829. local UserInputService = game:GetService("UserInputService")
  830.  
  831. local gui = script.Parent
  832.  
  833. local dragging
  834. local dragInput
  835. local dragStart
  836. local startPos
  837.  
  838. local function update(input)
  839. local delta = input.Position - dragStart
  840. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  841. end
  842.  
  843. gui.InputBegan:Connect(function(input)
  844. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  845. dragging = true
  846. dragStart = input.Position
  847. startPos = gui.Position
  848.  
  849. input.Changed:Connect(function()
  850. if input.UserInputState == Enum.UserInputState.End then
  851. dragging = false
  852. end
  853. end)
  854. end
  855. end)
  856.  
  857. gui.InputChanged:Connect(function(input)
  858. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  859. dragInput = input
  860. end
  861. end)
  862.  
  863. UserInputService.InputChanged:Connect(function(input)
  864. if input == dragInput and dragging then
  865. update(input)
  866. end
  867. end)
  868. --Works
  869.  
  870. end
  871. coroutine.resume(coroutine.create(SCRIPT_RVES89_FAKESCRIPT))
  872. function SCRIPT_VXCC75_FAKESCRIPT() -- Submit.LocalScript
  873. local script = Instance.new('LocalScript')
  874. script.Parent = Submit
  875. script.Parent.MouseButton1Click:Connect(function()
  876. _G.Key = TheWHITELIST.Text
  877. FinshedLogin = false
  878. if _G.Key == "T1N^T4nKSWHITELIST" then
  879. Open.Visible = true
  880. QuickExecute.Visible = true
  881. FinshedLogin = true
  882. -------------------------------------------------------------------------------
  883. DraggableObject.Visible = false
  884. function killGUI()
  885. local object = Login
  886. Draggable:Destroy()
  887. LoginBackround:Destroy()
  888. GetKey:Destroy()
  889. Submit:Destroy()
  890. WhitelistKeyLabel:Destroy()
  891. TheWHITELIST:Destroy()
  892. Login:Destroy()
  893. Whitelistkey:Destroy()
  894. GiveKey:Destroy()
  895. GiveKey["1"]:Destroy()
  896. GiveKey["2"]:Destroy()
  897. GiveKey["3"]:Destroy()
  898.  
  899. end
  900. killGUI()
  901.  
  902. else
  903.  
  904. game.Players.LocalPlayer:Kick("Not whitelisted, please goto bit.ly/SkidCity.")
  905.  
  906. end
  907. end)
  908. while wait() do
  909. if GUI.Visible == true and Open.Visible ==true and not FinshedLogin then
  910. game.Players.LocalPlayer:Kick("This nigga actually thought LMAO")
  911. end
  912. end
  913.  
  914. end
  915. coroutine.resume(coroutine.create(SCRIPT_VXCC75_FAKESCRIPT))
  916. function SCRIPT_LOSE81_FAKESCRIPT() -- TheWHITELIST.LocalScript
  917. local script = Instance.new('LocalScript')
  918. script.Parent = TheWHITELIST
  919.  
  920.  
  921. end
  922. coroutine.resume(coroutine.create(SCRIPT_LOSE81_FAKESCRIPT))
  923. function SCRIPT_KAMZ69_FAKESCRIPT() -- GetKey.GetKeyScript
  924. local script = Instance.new('LocalScript')
  925. script.Parent = GetKey
  926. local frame = script.Parent.Parent.Parent.Parent.Whitelistkey
  927. local open = false
  928.  
  929. script.Parent.MouseButton1Click:Connect(function()
  930. if frame.Visible == false then
  931. frame.Visible = true
  932. end
  933. end)--Works
  934.  
  935. end
  936. coroutine.resume(coroutine.create(SCRIPT_KAMZ69_FAKESCRIPT))
  937. function SCRIPT_HKFP76_FAKESCRIPT() -- Whitelistkey.Draggable
  938. local script = Instance.new('LocalScript')
  939. script.Parent = Whitelistkey
  940. local UserInputService = game:GetService("UserInputService")
  941.  
  942. local gui = script.Parent
  943.  
  944. local dragging
  945. local dragInput
  946. local dragStart
  947. local startPos
  948.  
  949. local function update(input)
  950. local delta = input.Position - dragStart
  951. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  952. end
  953.  
  954. gui.InputBegan:Connect(function(input)
  955. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  956. dragging = true
  957. dragStart = input.Position
  958. startPos = gui.Position
  959.  
  960. input.Changed:Connect(function()
  961. if input.UserInputState == Enum.UserInputState.End then
  962. dragging = false
  963. end
  964. end)
  965. end
  966. end)
  967.  
  968. gui.InputChanged:Connect(function(input)
  969. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  970. dragInput = input
  971. end
  972. end)
  973.  
  974. UserInputService.InputChanged:Connect(function(input)
  975. if input == dragInput and dragging then
  976. update(input)
  977. end
  978. end)
  979. --Works
  980.  
  981. end
  982. coroutine.resume(coroutine.create(SCRIPT_HKFP76_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement