Faqz

AspectArsenal Hub

Jul 30th, 2021 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.14 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local AspectArsenalGui = Instance.new("ScreenGui")
  7. local Open = Instance.new("TextButton")
  8. local Open_Roundify_12px = Instance.new("ImageLabel")
  9. local Background = Instance.new("ImageLabel")
  10. local Exit = Instance.new("TextButton")
  11. local SilentAimToggle = Instance.new("TextButton")
  12. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  13. local ESPToggle = Instance.new("TextButton")
  14. local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
  15. local TextLabel = Instance.new("TextLabel")
  16. local Killall = Instance.new("TextButton")
  17. local TextButton_Roundify_12px_3 = Instance.new("ImageLabel")
  18. local Credits2 = Instance.new("TextLabel")
  19. local Credits1 = Instance.new("TextLabel")
  20. local SpeedJump = Instance.new("TextButton")
  21. local TextButton_Roundify_12px_4 = Instance.new("ImageLabel")
  22. local ImageButton = Instance.new("ImageButton")
  23. local Loading = Instance.new("ImageLabel")
  24. local LogoLoading = Instance.new("ImageButton")
  25. local TextButton = Instance.new("TextButton")
  26. local TextButton_Roundify_12px_5 = Instance.new("ImageLabel")
  27. local LoadExit = Instance.new("TextButton")
  28. local TextButton_Roundify_12px_6 = Instance.new("ImageLabel")
  29.  
  30. --Properties:
  31.  
  32. AspectArsenalGui.Name = "AspectArsenalGui"
  33. AspectArsenalGui.Parent = game.CoreGui
  34.  
  35. Open.Name = "Open"
  36. Open.Parent = AspectArsenalGui
  37. Open.AnchorPoint = Vector2.new(0.5, 0.5)
  38. Open.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  39. Open.BackgroundTransparency = 1.000
  40. Open.BorderSizePixel = 0
  41. Open.Position = UDim2.new(0.5, 0, 0, 0)
  42. Open.Size = UDim2.new(0, 141, 0, 56)
  43. Open.Visible = false
  44. Open.ZIndex = 2
  45. Open.Font = Enum.Font.SourceSans
  46. Open.Text = "Open"
  47. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. Open.TextSize = 28.000
  49. Open.MouseButton1Click:connect(function()
  50. Open.Visible = false
  51. Background.Visible = true
  52. end)
  53.  
  54.  
  55. Open_Roundify_12px.Name = "Open_Roundify_12px"
  56. Open_Roundify_12px.Parent = Open
  57. Open_Roundify_12px.Active = true
  58. Open_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  59. Open_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. Open_Roundify_12px.BackgroundTransparency = 1.000
  61. Open_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  62. Open_Roundify_12px.Selectable = true
  63. Open_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  64. Open_Roundify_12px.Image = "rbxassetid://3570695787"
  65. Open_Roundify_12px.ImageColor3 = Color3.fromRGB(33, 33, 33)
  66. Open_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  67. Open_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  68. Open_Roundify_12px.SliceScale = 0.120
  69.  
  70. Background.Name = "Background"
  71. Background.Parent = AspectArsenalGui
  72. Background.AnchorPoint = Vector2.new(0.5, 0.5)
  73. Background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. Background.BackgroundTransparency = 1.000
  75. Background.ImageTransparency = 1.000
  76. Background.Position = UDim2.new(0.5, 0, 0.497287154, 0)
  77. Background.Size = UDim2.new(0, 338, 0, 235)
  78. Background.Image = "rbxassetid://3570695787"
  79. Background.ImageColor3 = Color3.fromRGB(22, 22, 22)
  80. Background.ScaleType = Enum.ScaleType.Slice
  81. Background.SliceCenter = Rect.new(100, 100, 100, 100)
  82. Background.SliceScale = 0.120
  83. Background.Active = true
  84. Background.Draggable = true
  85.  
  86. Exit.Name = "Exit"
  87. Exit.Parent = Background
  88. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. Exit.BackgroundTransparency = 1.000
  90. Exit.Position = UDim2.new(0.908284068, 0, -0.0217751246, 0)
  91. Exit.Size = UDim2.new(0, 24, 0, 25)
  92. Exit.Visible = false
  93. Exit.Font = Enum.Font.Nunito
  94. Exit.Text = "_"
  95. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. Exit.TextScaled = true
  97. Exit.TextSize = 14.000
  98. Exit.TextWrapped = true
  99. Exit.MouseButton1Click:connect(function()
  100. Background.Visible = false
  101. Open.Visible = true
  102. end)
  103.  
  104. SilentAimToggle.Name = "SilentAimToggle"
  105. SilentAimToggle.Parent = Background
  106. SilentAimToggle.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  107. SilentAimToggle.BackgroundTransparency = 1.000
  108. SilentAimToggle.BorderSizePixel = 0
  109. SilentAimToggle.Position = UDim2.new(0.041420117, 0, 0.309156448, 0)
  110. SilentAimToggle.Size = UDim2.new(0, 107, 0, 47)
  111. SilentAimToggle.Visible = false
  112. SilentAimToggle.ZIndex = 2
  113. SilentAimToggle.Font = Enum.Font.Nunito
  114. SilentAimToggle.Text = "Silent Aim"
  115. SilentAimToggle.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. SilentAimToggle.TextSize = 20.000
  117. SilentAimToggle.TextWrapped = true
  118. SilentAimToggle.MouseButton1Click:connect(function()
  119. loadstring(game:HttpGet("https://pastebin.com/raw/UnTzMupX", true))()
  120. end)
  121.  
  122. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  123. TextButton_Roundify_12px.Parent = SilentAimToggle
  124. TextButton_Roundify_12px.Active = true
  125. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  126. TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. TextButton_Roundify_12px.BackgroundTransparency = 1.000
  128. TextButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  129. TextButton_Roundify_12px.Selectable = true
  130. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  131. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  132. TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(30, 30, 30)
  133. TextButton_Roundify_12px.ImageTransparency = 1.000
  134. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  135. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  136. TextButton_Roundify_12px.SliceScale = 0.120
  137.  
  138. ESPToggle.Name = "ESPToggle"
  139. ESPToggle.Parent = Background
  140. ESPToggle.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  141. ESPToggle.BackgroundTransparency = 1.000
  142. ESPToggle.BorderSizePixel = 0
  143. ESPToggle.Position = UDim2.new(0.591715932, 0, 0.309156448, 0)
  144. ESPToggle.Size = UDim2.new(0, 107, 0, 47)
  145. ESPToggle.Visible = false
  146. ESPToggle.ZIndex = 2
  147. ESPToggle.Font = Enum.Font.Nunito
  148. ESPToggle.Text = "ESP & Aimbot"
  149. ESPToggle.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. ESPToggle.TextSize = 20.000
  151. ESPToggle.TextWrapped = true
  152. ESPToggle.MouseButton1Click:connect(function()
  153. loadstring(game:HttpGet("https://pastebin.com/raw/eEvZQJiY", true))()
  154. end)
  155.  
  156. TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
  157. TextButton_Roundify_12px_2.Parent = ESPToggle
  158. TextButton_Roundify_12px_2.Active = true
  159. TextButton_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  160. TextButton_Roundify_12px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. TextButton_Roundify_12px_2.BackgroundTransparency = 1.000
  162. TextButton_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  163. TextButton_Roundify_12px_2.Selectable = true
  164. TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  165. TextButton_Roundify_12px_2.Image = "rbxassetid://3570695787"
  166. TextButton_Roundify_12px_2.ImageColor3 = Color3.fromRGB(30, 30, 30)
  167. TextButton_Roundify_12px_2.ImageTransparency = 1.000
  168. TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  169. TextButton_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  170. TextButton_Roundify_12px_2.SliceScale = 0.120
  171.  
  172. TextLabel.Parent = Background
  173. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  174. TextLabel.BackgroundTransparency = 1.000
  175. TextLabel.Position = UDim2.new(0.579881668, 0, 0.472340465, 0)
  176. TextLabel.Size = UDim2.new(0, 115, 0, 103)
  177. TextLabel.Visible = false
  178. TextLabel.Font = Enum.Font.Nunito
  179. TextLabel.Text = "Hold E to lock on, Press L to turn on Esp and then Press T to update so it works(you might wanna do this everygame), And Press O To Change Team Mode!"
  180. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. TextLabel.TextScaled = true
  182. TextLabel.TextSize = 14.000
  183. TextLabel.TextWrapped = true
  184.  
  185. Killall.Name = "Killall"
  186. Killall.Parent = Background
  187. Killall.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  188. Killall.BackgroundTransparency = 1.000
  189. Killall.BorderSizePixel = 0
  190. Killall.Position = UDim2.new(0.041420117, 0, 0.509156406, 0)
  191. Killall.Size = UDim2.new(0, 107, 0, 47)
  192. Killall.Visible = false
  193. Killall.ZIndex = 2
  194. Killall.Font = Enum.Font.Nunito
  195. Killall.Text = "Kill All"
  196. Killall.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. Killall.TextSize = 20.000
  198. Killall.TextWrapped = true
  199. Killall.MouseButton1Click:connect(function()
  200. loadstring(game:HttpGet("https://pastebin.com/raw/yUuRLyF3", true))()
  201. end)
  202.  
  203. TextButton_Roundify_12px_3.Name = "TextButton_Roundify_12px"
  204. TextButton_Roundify_12px_3.Parent = Killall
  205. TextButton_Roundify_12px_3.Active = true
  206. TextButton_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  207. TextButton_Roundify_12px_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208. TextButton_Roundify_12px_3.BackgroundTransparency = 1.000
  209. TextButton_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  210. TextButton_Roundify_12px_3.Selectable = true
  211. TextButton_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
  212. TextButton_Roundify_12px_3.Image = "rbxassetid://3570695787"
  213. TextButton_Roundify_12px_3.ImageColor3 = Color3.fromRGB(30, 30, 30)
  214. TextButton_Roundify_12px_3.ImageTransparency = 1.000
  215. TextButton_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
  216. TextButton_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  217. TextButton_Roundify_12px_3.SliceScale = 0.120
  218.  
  219. Credits2.Name = "Credits2"
  220. Credits2.Parent = Background
  221. Credits2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. Credits2.BackgroundTransparency = 1.000
  223. Credits2.Position = UDim2.new(0, 0, 0.910638332, 0)
  224. Credits2.Size = UDim2.new(0, 186, 0, 15)
  225. Credits2.Visible = false
  226. Credits2.Font = Enum.Font.Nunito
  227. Credits2.Text = "For Athoi#7951, RODX#6666"
  228. Credits2.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. Credits2.TextScaled = true
  230. Credits2.TextSize = 14.000
  231. Credits2.TextWrapped = true
  232.  
  233. Credits1.Name = "Credits1"
  234. Credits1.Parent = Background
  235. Credits1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  236. Credits1.BackgroundTransparency = 1.000
  237. Credits1.Position = UDim2.new(0.32840237, 0, 5.96046448e-08, 0)
  238. Credits1.Size = UDim2.new(0, 115, 0, 15)
  239. Credits1.Visible = false
  240. Credits1.Font = Enum.Font.Nunito
  241. Credits1.Text = "By Faqz#9136"
  242. Credits1.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. Credits1.TextScaled = true
  244. Credits1.TextSize = 14.000
  245. Credits1.TextWrapped = true
  246.  
  247. SpeedJump.Name = "SpeedJump"
  248. SpeedJump.Parent = Background
  249. SpeedJump.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  250. SpeedJump.BackgroundTransparency = 1.000
  251. SpeedJump.BorderSizePixel = 0
  252. SpeedJump.Position = UDim2.new(0.041420117, 0, 0.709156394, 0)
  253. SpeedJump.Size = UDim2.new(0, 107, 0, 47)
  254. SpeedJump.Visible = false
  255. SpeedJump.ZIndex = 2
  256. SpeedJump.Font = Enum.Font.Nunito
  257. SpeedJump.Text = "SuperJump"
  258. SpeedJump.TextColor3 = Color3.fromRGB(255, 255, 255)
  259. SpeedJump.TextSize = 20.000
  260. SpeedJump.TextWrapped = true
  261. SpeedJump.MouseButton1Click:connect(function()
  262. loadstring(game:HttpGet("https://pastebin.com/raw/GLYGiqMb", true))()
  263. end)
  264.  
  265. TextButton_Roundify_12px_4.Name = "TextButton_Roundify_12px"
  266. TextButton_Roundify_12px_4.Parent = SpeedJump
  267. TextButton_Roundify_12px_4.Active = true
  268. TextButton_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
  269. TextButton_Roundify_12px_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  270. TextButton_Roundify_12px_4.BackgroundTransparency = 1.000
  271. TextButton_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  272. TextButton_Roundify_12px_4.Selectable = true
  273. TextButton_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
  274. TextButton_Roundify_12px_4.Image = "rbxassetid://3570695787"
  275. TextButton_Roundify_12px_4.ImageColor3 = Color3.fromRGB(30, 30, 30)
  276. TextButton_Roundify_12px_4.ImageTransparency = 1.000
  277. TextButton_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
  278. TextButton_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
  279. TextButton_Roundify_12px_4.SliceScale = 0.120
  280.  
  281. ImageButton.Parent = Background
  282. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. ImageButton.BackgroundTransparency = 1.000
  284. ImageButton.Size = UDim2.new(0, 61, 0, 54)
  285. ImageButton.Visible = false
  286. ImageButton.Image = "rbxassetid://7143490686"
  287. ImageButton.MouseButton1Click:connect(function()
  288. Background.Visible = false
  289. Loading.Visible = true
  290. Loading.ImageTransparency = 0
  291. LogoLoading.Visible = true
  292. TextButton.Visible = true
  293. LoadExit.Visible = true
  294. end)
  295.  
  296. Loading.Name = "Loading"
  297. Loading.Parent = AspectArsenalGui
  298. Loading.AnchorPoint = Vector2.new(0.5, 0.5)
  299. Loading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  300. Loading.BackgroundTransparency = 1.000
  301. Loading.Position = UDim2.new(0.49999997, 0, 0.496661097, 0)
  302. Loading.Size = UDim2.new(0, 337, 0, 236)
  303. Loading.ZIndex = 10
  304. Loading.Image = "rbxassetid://3570695787"
  305. Loading.ImageColor3 = Color3.fromRGB(30, 30, 30)
  306. Loading.ScaleType = Enum.ScaleType.Slice
  307. Loading.SliceCenter = Rect.new(100, 100, 100, 100)
  308. Loading.SliceScale = 0.120
  309.  
  310. LogoLoading.Name = "LogoLoading"
  311. LogoLoading.Parent = Loading
  312. LogoLoading.AnchorPoint = Vector2.new(0.5, 0.5)
  313. LogoLoading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  314. LogoLoading.BackgroundTransparency = 1.000
  315. LogoLoading.Position = UDim2.new(0.499322534, 0, 0.274297416, 0)
  316. LogoLoading.Size = UDim2.new(0, 93, 0, 89)
  317. LogoLoading.ZIndex = 11
  318. LogoLoading.Image = "http://www.roblox.com/asset/?id=7143490686"
  319.  
  320. TextButton.Parent = Loading
  321. TextButton.AnchorPoint = Vector2.new(0.5, 0.5)
  322. TextButton.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  323. TextButton.BackgroundTransparency = 1.000
  324. TextButton.BorderSizePixel = 0
  325. TextButton.Position = UDim2.new(0.49758172, 0, 0.600409806, 0)
  326. TextButton.Size = UDim2.new(0, 138, 0, 41)
  327. TextButton.ZIndex = 12
  328. TextButton.AutoButtonColor = false
  329. TextButton.Font = Enum.Font.SourceSans
  330. TextButton.Text = "Load"
  331. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  332. TextButton.TextSize = 18.000
  333. TextButton.MouseButton1Click:connect(function()
  334. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  335. wait(0.05)
  336. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  337. wait(0.05)
  338. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  339. wait(0.05)
  340. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  341. wait(0.05)
  342. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  343. wait(0.05)
  344. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  345. wait(0.05)
  346. TextButton.Visible = false
  347. LogoLoading.Visible = false
  348. LoadExit.Visible = false
  349. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  350. wait(0.05)
  351. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  352. wait(0.05)
  353. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  354. wait(0.05)
  355. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  356. wait(0.05)
  357. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  358. wait(0.05)
  359. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  360. wait(0.05)
  361. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  362. wait(0.05)
  363. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  364. wait(0.05)
  365. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  366. wait(0.05)
  367. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  368. wait(0.05)
  369. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  370. wait(0.05)
  371. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  372. wait(0.05)
  373. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  374. wait(0.05)
  375. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  376. wait(0.05)
  377. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  378. wait(0.05)
  379. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  380. wait(0.05)
  381. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  382. wait(0.05)
  383. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  384. wait(0.05)
  385. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  386. wait(0.05)
  387. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  388. wait(0.05)
  389. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  390. wait(0.05)
  391. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  392. wait(0.07)
  393. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  394. wait(0.07)
  395. Background.Visible = true
  396. Background.ImageTransparency = Background.ImageTransparency - 0.025
  397. wait(0.05)
  398. Background.ImageTransparency = Background.ImageTransparency - 0.025
  399. wait(0.05)
  400. Background.ImageTransparency = Background.ImageTransparency - 0.025
  401. wait(0.05)
  402. Background.ImageTransparency = Background.ImageTransparency - 0.025
  403. wait(0.05)
  404. Background.ImageTransparency = Background.ImageTransparency - 0.025
  405. wait(0.05)
  406. Background.ImageTransparency = Background.ImageTransparency - 0.025
  407. wait(0.05)
  408. Background.ImageTransparency = Background.ImageTransparency - 0.025
  409. wait(0.05)
  410. Background.ImageTransparency = Background.ImageTransparency - 0.025
  411. wait(0.05)
  412. Background.ImageTransparency = Background.ImageTransparency - 0.025
  413. wait(0.05)
  414. Background.ImageTransparency = Background.ImageTransparency - 0.025
  415. wait(0.05)
  416. Background.ImageTransparency = Background.ImageTransparency - 0.025
  417. wait(0.05)
  418. Background.ImageTransparency = Background.ImageTransparency - 0.025
  419. wait(0.05)
  420. Background.ImageTransparency = Background.ImageTransparency - 0.025
  421. wait(0.05)
  422. Background.ImageTransparency = Background.ImageTransparency - 0.025
  423. wait(0.05)
  424. Background.ImageTransparency = Background.ImageTransparency - 0.025
  425. wait(0.05)
  426. Background.ImageTransparency = Background.ImageTransparency - 0.025
  427. wait(0.05)
  428. Background.ImageTransparency = Background.ImageTransparency - 0.025
  429. wait(0.05)
  430. Background.ImageTransparency = Background.ImageTransparency - 0.025
  431. wait(0.05)
  432. Exit.Visible = true
  433. SilentAimToggle.Visible = true
  434. ESPToggle.Visible = true
  435. Killall.Visible = true
  436. SpeedJump.Visible = true
  437. ImageButton.Visible = true
  438. TextLabel.Visible = true
  439. Credits1.Visible = true
  440. Credits2.Visible = true
  441. Background.ImageTransparency = Background.ImageTransparency - 0.025
  442. wait(0.05)
  443. Background.ImageTransparency = Background.ImageTransparency - 0.025
  444. wait(0.05)
  445. Background.ImageTransparency = Background.ImageTransparency - 0.025
  446. wait(0.05)
  447. Background.ImageTransparency = Background.ImageTransparency - 0.025
  448. wait(0.05)
  449. Background.ImageTransparency = Background.ImageTransparency - 0.025
  450. wait(0.05)
  451. Background.ImageTransparency = Background.ImageTransparency - 0.025
  452. wait(0.05)
  453. Background.ImageTransparency = Background.ImageTransparency - 0.025
  454. wait(0.05)
  455. Background.ImageTransparency = Background.ImageTransparency - 0.025
  456. wait(0.05)
  457. Background.ImageTransparency = Background.ImageTransparency - 0.025
  458. wait(0.05)
  459. Background.ImageTransparency = Background.ImageTransparency - 0.025
  460. wait(0.05)
  461. Background.ImageTransparency = Background.ImageTransparency - 0.025
  462. wait(0.05)
  463. Background.ImageTransparency = Background.ImageTransparency - 0.025
  464. wait(0.05)
  465. Background.ImageTransparency = Background.ImageTransparency - 0.025
  466. wait(0.05)
  467. Background.ImageTransparency = Background.ImageTransparency - 0.025
  468. wait(0.05)
  469. Background.ImageTransparency = Background.ImageTransparency - 0.025
  470. wait(0.05)
  471. Background.ImageTransparency = Background.ImageTransparency - 0.025
  472. wait(0.05)
  473. Background.ImageTransparency = Background.ImageTransparency - 0.025
  474. wait(0.05)
  475. Background.ImageTransparency = Background.ImageTransparency - 0.025
  476. wait(0.05)
  477. Background.ImageTransparency = Background.ImageTransparency - 0.025
  478. wait(0.05)
  479. Background.ImageTransparency = Background.ImageTransparency - 0.025
  480. wait(0.05)
  481. Background.ImageTransparency = Background.ImageTransparency - 0.025
  482. wait(0.05)
  483. Background.ImageTransparency = Background.ImageTransparency - 0.025
  484. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  485. wait(0.07)
  486. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  487. wait(0.1)
  488. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  489. wait(0.1)
  490. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  491. wait(0.1)
  492. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  493. wait(0.1)
  494. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  495. wait(0.2)
  496. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  497. wait(0.2)
  498. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  499. wait(0.2)
  500. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  501. wait(0.2)
  502. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  503. wait(0.3)
  504. Loading.ImageTransparency = Loading.ImageTransparency + 0.025
  505. Loading.Visible = false
  506. end)
  507.  
  508. TextButton_Roundify_12px_5.Name = "TextButton_Roundify_12px"
  509. TextButton_Roundify_12px_5.Parent = TextButton
  510. TextButton_Roundify_12px_5.Active = true
  511. TextButton_Roundify_12px_5.AnchorPoint = Vector2.new(0.5, 0.5)
  512. TextButton_Roundify_12px_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  513. TextButton_Roundify_12px_5.BackgroundTransparency = 1.000
  514. TextButton_Roundify_12px_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  515. TextButton_Roundify_12px_5.Selectable = true
  516. TextButton_Roundify_12px_5.Size = UDim2.new(1, 0, 1, 0)
  517. TextButton_Roundify_12px_5.ZIndex = 11
  518. TextButton_Roundify_12px_5.Image = "rbxassetid://3570695787"
  519. TextButton_Roundify_12px_5.ImageColor3 = Color3.fromRGB(38, 38, 38)
  520. TextButton_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
  521. TextButton_Roundify_12px_5.SliceCenter = Rect.new(100, 100, 100, 100)
  522. TextButton_Roundify_12px_5.SliceScale = 0.120
  523.  
  524. LoadExit.Name = "LoadExit"
  525. LoadExit.Parent = Loading
  526. LoadExit.AnchorPoint = Vector2.new(0.5, 0.5)
  527. LoadExit.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  528. LoadExit.BackgroundTransparency = 1.000
  529. LoadExit.BorderSizePixel = 0
  530. LoadExit.Position = UDim2.new(0.497393966, 0, 0.873009622, 0)
  531. LoadExit.Size = UDim2.new(0, 96, 0, 33)
  532. LoadExit.ZIndex = 12
  533. LoadExit.Font = Enum.Font.SourceSans
  534. LoadExit.Text = "Close"
  535. LoadExit.TextColor3 = Color3.fromRGB(255, 255, 255)
  536. LoadExit.TextSize = 18.000
  537. LoadExit.MouseButton1Click:connect(function()
  538. Loading.Visible = false
  539. end)
  540.  
  541. TextButton_Roundify_12px_6.Name = "TextButton_Roundify_12px"
  542. TextButton_Roundify_12px_6.Parent = LoadExit
  543. TextButton_Roundify_12px_6.Active = true
  544. TextButton_Roundify_12px_6.AnchorPoint = Vector2.new(0.5, 0.5)
  545. TextButton_Roundify_12px_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  546. TextButton_Roundify_12px_6.BackgroundTransparency = 1.000
  547. TextButton_Roundify_12px_6.Position = UDim2.new(0.5, 0, 0.5, 0)
  548. TextButton_Roundify_12px_6.Selectable = true
  549. TextButton_Roundify_12px_6.Size = UDim2.new(1, 0, 1, 0)
  550. TextButton_Roundify_12px_6.ZIndex = 11
  551. TextButton_Roundify_12px_6.Image = "rbxassetid://3570695787"
  552. TextButton_Roundify_12px_6.ImageColor3 = Color3.fromRGB(38, 38, 38)
  553. TextButton_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
  554. TextButton_Roundify_12px_6.SliceCenter = Rect.new(100, 100, 100, 100)
  555. TextButton_Roundify_12px_6.SliceScale = 0.120
Add Comment
Please, Sign In to add comment