Advertisement
vaux19

test

Jan 22nd, 2021 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.27 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("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local Open = Instance.new("TextButton")
  10. local HACK = Instance.new("Frame")
  11. local dadada = Instance.new("Frame")
  12. local Close = Instance.new("TextButton")
  13. local Stop = Instance.new("TextButton")
  14. local ImageLabel = Instance.new("ImageLabel")
  15. local ImageLabel_2 = Instance.new("ImageLabel")
  16. local OffOn1 = Instance.new("TextLabel")
  17. local OffOn = Instance.new("TextLabel")
  18. local KillAll = Instance.new("TextButton")
  19. local Afk = Instance.new("TextButton")
  20. local OffOn2 = Instance.new("TextLabel")
  21. local ImageLabel_3 = Instance.new("ImageLabel")
  22. local ImageLabel_4 = Instance.new("ImageLabel")
  23. local TextLabel = Instance.new("TextLabel")
  24. local Frame1 = Instance.new("Frame")
  25. local Frame_3 = Instance.new("Frame")
  26. local Open_2 = Instance.new("TextButton")
  27. local TextLabel_2 = Instance.new("TextLabel")
  28. local MORE = Instance.new("Frame")
  29. local dadada_2 = Instance.new("Frame")
  30. local Close1 = Instance.new("TextButton")
  31. local ImageLabel_5 = Instance.new("ImageLabel")
  32. local ImageLabel_6 = Instance.new("ImageLabel")
  33. local OffOn3 = Instance.new("TextLabel")
  34. local OffOn4 = Instance.new("TextLabel")
  35. local City = Instance.new("TextButton")
  36. local Remove = Instance.new("TextButton")
  37. local MenuServerside = Instance.new("Frame")
  38. local Transpert = Instance.new("TextButton")
  39. local Frame_4 = Instance.new("Frame")
  40. local Frame_5 = Instance.new("Frame")
  41. local TextLabel_3 = Instance.new("TextLabel")
  42. local TextLabel_4 = Instance.new("TextLabel")
  43.  
  44. --Properties:
  45.  
  46. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  47. ScreenGui.Parent = game.CoreGui
  48.  
  49.  
  50. Frame.Parent = ScreenGui
  51. Frame.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  52. Frame.BorderSizePixel = 0
  53. Frame.Position = UDim2.new(0.0937692821, 0, 0.157330155, 0)
  54. Frame.Size = UDim2.new(0, 139, 0, 38)
  55. Frame.Visible = false
  56.  
  57. Frame_2.Parent = Frame
  58. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  59. Frame_2.BorderSizePixel = 0
  60. Frame_2.Position = UDim2.new(0, 0, 0.842105269, 0)
  61. Frame_2.Size = UDim2.new(0, 139, 0, 6)
  62.  
  63. Open.Name = "Open"
  64. Open.Parent = Frame
  65. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Open.BackgroundTransparency = 1.000
  67. Open.Position = UDim2.new(0.755395651, 0, -0.342105269, 0)
  68. Open.Size = UDim2.new(0, 40, 0, 45)
  69. Open.Font = Enum.Font.Cartoon
  70. Open.Text = "+"
  71. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. Open.TextScaled = true
  73. Open.TextSize = 25.000
  74. Open.TextWrapped = true
  75. Open.MouseButton1Click:connect(function()
  76. HACK.Visible = true
  77. end)
  78.  
  79. HACK.Name = "HACK"
  80. HACK.Parent = Frame
  81. HACK.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  82. HACK.BorderColor3 = Color3.fromRGB(27, 42, 53)
  83. HACK.BorderSizePixel = 0
  84. HACK.Position = UDim2.new(0, 0, 1.65789473, 0)
  85. HACK.Size = UDim2.new(0, 139, 0, 214)
  86. HACK.Draggable = true
  87. HACK.Active = true
  88. HACK.Visible = false
  89.  
  90. dadada.Name = "dadada"
  91. dadada.Parent = HACK
  92. dadada.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  93. dadada.BorderSizePixel = 0
  94. dadada.Position = UDim2.new(0, 0, 0.998687506, 0)
  95. dadada.Size = UDim2.new(0, 139, 0, 6)
  96.  
  97. Close.Name = "Close"
  98. Close.Parent = HACK
  99. Close.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  100. Close.BorderSizePixel = 0
  101. Close.Position = UDim2.new(0.366905898, 0, 0.773714423, 0)
  102. Close.Size = UDim2.new(0, 80, 0, 34)
  103. Close.Font = Enum.Font.Cartoon
  104. Close.Text = "Close Gui"
  105. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  106. Close.TextSize = 25.000
  107. Close.TextWrapped = true
  108. Close.MouseButton1Click:connect(function()
  109. HACK.Visible = false
  110. end)
  111.  
  112. Stop.Name = "Stop"
  113. Stop.Parent = HACK
  114. Stop.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  115. Stop.BorderSizePixel = 0
  116. Stop.Position = UDim2.new(0.0503597111, 0, 0.540508389, 0)
  117. Stop.Size = UDim2.new(0, 80, 0, 34)
  118. Stop.Font = Enum.Font.Cartoon
  119. Stop.Text = "Stop"
  120. Stop.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. Stop.TextSize = 25.000
  122. Stop.TextWrapped = true
  123. Stop.MouseButton1Click:connect(function()
  124. OffOn2.Text = "Off"
  125. wait(1)
  126. OffOn2.Text = "On"
  127. for i , v in pairs(game.Players:GetChildren()) do
  128. if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") then
  129. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  130. v.Character.HumanoidRootPart.Anchored = false
  131. end
  132. end
  133. end)
  134. ImageLabel.Parent = HACK
  135. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  136. ImageLabel.BackgroundTransparency = 1.000
  137. ImageLabel.Position = UDim2.new(0.618704915, 0, 0.258658081, 0)
  138. ImageLabel.Size = UDim2.new(0, 53, 0, 52)
  139. ImageLabel.Image = "http://www.roblox.com/asset/?id=6264280559"
  140. ImageLabel.ImageColor3 = Color3.fromRGB(255, 170, 0)
  141.  
  142. ImageLabel_2.Parent = HACK
  143. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  144. ImageLabel_2.BackgroundTransparency = 1.000
  145. ImageLabel_2.Position = UDim2.new(0.625899196, 0, 0.495361447, 0)
  146. ImageLabel_2.Size = UDim2.new(0, 53, 0, 52)
  147. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=6264280559"
  148. ImageLabel_2.ImageColor3 = Color3.fromRGB(255, 170, 0)
  149.  
  150. OffOn1.Name = "Off/On1"
  151. OffOn1.Parent = HACK
  152. OffOn1.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  153. OffOn1.BackgroundTransparency = 1.000
  154. OffOn1.Position = UDim2.new(0.618705034, 0, 0.30362308, 0)
  155. OffOn1.Size = UDim2.new(0, 53, 0, 34)
  156. OffOn1.Font = Enum.Font.Cartoon
  157. OffOn1.Text = "Off"
  158. OffOn1.TextColor3 = Color3.fromRGB(255, 255, 255)
  159. OffOn1.TextSize = 20.000
  160.  
  161. OffOn.Name = "Off/On"
  162. OffOn.Parent = HACK
  163. OffOn.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  164. OffOn.BackgroundTransparency = 1.000
  165. OffOn.Position = UDim2.new(0.625899255, 0, 0.0575603992, 0)
  166. OffOn.Size = UDim2.new(0, 53, 0, 34)
  167. OffOn.Font = Enum.Font.Cartoon
  168. OffOn.Text = "Off"
  169. OffOn.TextColor3 = Color3.fromRGB(255, 255, 255)
  170. OffOn.TextSize = 20.000
  171.  
  172. KillAll.Name = "Kill All"
  173. KillAll.Parent = HACK
  174. KillAll.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  175. KillAll.BorderSizePixel = 0
  176. KillAll.Position = UDim2.new(0.050359726, 0, 0.297230572, 0)
  177. KillAll.Size = UDim2.new(0, 80, 0, 34)
  178. KillAll.Font = Enum.Font.Cartoon
  179. KillAll.Text = "Kill"
  180. KillAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. KillAll.TextSize = 25.000
  182. KillAll.TextWrapped = true
  183. KillAll.MouseButton1Click:connect(function()
  184. OffOn1.Text = "Off"
  185. wait(1)
  186. OffOn1.Text = "On"
  187. for i , v in pairs(game.Players:GetChildren()) do
  188. if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") then
  189. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  190. v.Character.HumanoidRootPart.Anchored = true
  191. end
  192. end
  193. end)
  194. Afk.Name = "Afk"
  195. Afk.Parent = HACK
  196. Afk.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  197. Afk.BorderSizePixel = 0
  198. Afk.Position = UDim2.new(0.0503597111, 0, 0.0615522787, 0)
  199. Afk.Size = UDim2.new(0, 80, 0, 34)
  200. Afk.Font = Enum.Font.Cartoon
  201. Afk.Text = "Afk"
  202. Afk.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. Afk.TextSize = 25.000
  204. Afk.TextWrapped = true
  205. Afk.MouseButton1Click:connect(function()
  206. OffOn.Text = "Off"
  207. wait(1)
  208. OffOn.Text = "On"
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.9887161, -19.1155987, 132.363266)
  210. end)
  211. OffOn2.Name = "Off/On2"
  212. OffOn2.Parent = HACK
  213. OffOn2.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  214. OffOn2.BackgroundTransparency = 1.000
  215. OffOn2.Position = UDim2.new(0.618705034, 0, 0.536576331, 0)
  216. OffOn2.Size = UDim2.new(0, 53, 0, 34)
  217. OffOn2.Font = Enum.Font.Cartoon
  218. OffOn2.Text = "Off"
  219. OffOn2.TextColor3 = Color3.fromRGB(255, 255, 255)
  220. OffOn2.TextSize = 20.000
  221.  
  222. ImageLabel_3.Parent = HACK
  223. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  224. ImageLabel_3.BackgroundTransparency = 1.000
  225. ImageLabel_3.Position = UDim2.new(0.625899315, 0, 0.0193047523, 0)
  226. ImageLabel_3.Size = UDim2.new(0, 53, 0, 52)
  227. ImageLabel_3.Image = "http://www.roblox.com/asset/?id=6264280559"
  228. ImageLabel_3.ImageColor3 = Color3.fromRGB(255, 170, 0)
  229.  
  230. ImageLabel_4.Parent = HACK
  231. ImageLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  232. ImageLabel_4.Size = UDim2.new(0, 139, 0, 213)
  233. ImageLabel_4.ZIndex = 0
  234. ImageLabel_4.Image = "http://www.roblox.com/asset/?id=1226898124"
  235.  
  236. TextLabel.Parent = Frame
  237. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  238. TextLabel.BackgroundTransparency = 1.000
  239. TextLabel.Size = UDim2.new(0, 139, 0, 32)
  240. TextLabel.Font = Enum.Font.Cartoon
  241. TextLabel.Text = "Version 1.5"
  242. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. TextLabel.TextSize = 25.000
  244. TextLabel.TextWrapped = true
  245.  
  246. Frame1.Name = "Frame1"
  247. Frame1.Parent = ScreenGui
  248. Frame1.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  249. Frame1.BorderSizePixel = 0
  250. Frame1.Position = UDim2.new(0.217149913, 0, 0.157330155, 0)
  251. Frame1.Size = UDim2.new(0, 139, 0, 38)
  252. Frame1.Visible = false
  253.  
  254. Frame_3.Parent = Frame1
  255. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  256. Frame_3.BorderSizePixel = 0
  257. Frame_3.Position = UDim2.new(0, 0, 0.842105269, 0)
  258. Frame_3.Size = UDim2.new(0, 139, 0, 6)
  259.  
  260. Open_2.Name = "Open"
  261. Open_2.Parent = Frame1
  262. Open_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  263. Open_2.BackgroundTransparency = 1.000
  264. Open_2.Position = UDim2.new(0.755395651, 0, -0.342105269, 0)
  265. Open_2.Size = UDim2.new(0, 40, 0, 45)
  266. Open_2.Font = Enum.Font.Cartoon
  267. Open_2.Text = "+"
  268. Open_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  269. Open_2.TextScaled = true
  270. Open_2.TextSize = 25.000
  271. Open_2.TextWrapped = true
  272. Open_2.MouseButton1Click:connect(function()
  273. MORE.Visible = true
  274. end)
  275.  
  276. TextLabel_2.Parent = Frame1
  277. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  278. TextLabel_2.BackgroundTransparency = 1.000
  279. TextLabel_2.Position = UDim2.new(-0.00719428062, 0, 0, 0)
  280. TextLabel_2.Size = UDim2.new(0, 139, 0, 32)
  281. TextLabel_2.Font = Enum.Font.Cartoon
  282. TextLabel_2.Text = "Costum Background"
  283. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. TextLabel_2.TextSize = 25.000
  285. TextLabel_2.TextWrapped = true
  286.  
  287. MORE.Name = "MORE"
  288. MORE.Parent = Frame1
  289. MORE.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  290. MORE.BorderSizePixel = 0
  291. MORE.Position = UDim2.new(0, 0, 1.65789473, 0)
  292. MORE.Size = UDim2.new(0, 139, 0, 165)
  293. MORE.Draggable = true
  294. MORE.Active = true
  295. MORE.Visible = false
  296.  
  297. dadada_2.Name = "dadada"
  298. dadada_2.Parent = MORE
  299. dadada_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  300. dadada_2.BorderSizePixel = 0
  301. dadada_2.Position = UDim2.new(0, 0, 0.998687506, 0)
  302. dadada_2.Size = UDim2.new(0, 139, 0, 6)
  303.  
  304. Close1.Name = "Close1"
  305. Close1.Parent = MORE
  306. Close1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  307. Close1.BorderSizePixel = 0
  308. Close1.Position = UDim2.new(0.359712124, 0, 0.697342455, 0)
  309. Close1.Size = UDim2.new(0, 80, 0, 34)
  310. Close1.Font = Enum.Font.Cartoon
  311. Close1.Text = "Close Gui"
  312. Close1.TextColor3 = Color3.fromRGB(255, 255, 255)
  313. Close1.TextSize = 25.000
  314. Close1.TextWrapped = true
  315. Close1.MouseButton1Click:connect(function()
  316. MORE.Visible = false
  317. end)
  318.  
  319. ImageLabel_5.Parent = MORE
  320. ImageLabel_5.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  321. ImageLabel_5.BackgroundTransparency = 1.000
  322. ImageLabel_5.Position = UDim2.new(0.611510873, 0, 0.0193047523, 0)
  323. ImageLabel_5.Size = UDim2.new(0, 53, 0, 52)
  324. ImageLabel_5.Image = "http://www.roblox.com/asset/?id=6264280559"
  325. ImageLabel_5.ImageColor3 = Color3.fromRGB(255, 170, 0)
  326.  
  327. ImageLabel_6.Parent = MORE
  328. ImageLabel_6.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  329. ImageLabel_6.BackgroundTransparency = 1.000
  330. ImageLabel_6.Position = UDim2.new(0.611510754, 0, 0.328395665, 0)
  331. ImageLabel_6.Size = UDim2.new(0, 53, 0, 52)
  332. ImageLabel_6.Image = "http://www.roblox.com/asset/?id=6264280559"
  333. ImageLabel_6.ImageColor3 = Color3.fromRGB(255, 170, 0)
  334.  
  335. OffOn3.Name = "Off/On3"
  336. OffOn3.Parent = MORE
  337. OffOn3.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  338. OffOn3.BackgroundTransparency = 1.000
  339. OffOn3.Position = UDim2.new(0.611510754, 0, 0.388471544, 0)
  340. OffOn3.Size = UDim2.new(0, 53, 0, 34)
  341. OffOn3.Font = Enum.Font.Cartoon
  342. OffOn3.Text = "Off"
  343. OffOn3.TextColor3 = Color3.fromRGB(255, 255, 255)
  344. OffOn3.TextSize = 20.000
  345.  
  346. OffOn4.Name = "Off/On4"
  347. OffOn4.Parent = MORE
  348. OffOn4.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  349. OffOn4.BackgroundTransparency = 1.000
  350. OffOn4.Position = UDim2.new(0.611510813, 0, 0.0793806314, 0)
  351. OffOn4.Size = UDim2.new(0, 53, 0, 34)
  352. OffOn4.Font = Enum.Font.Cartoon
  353. OffOn4.Text = "Off"
  354. OffOn4.TextColor3 = Color3.fromRGB(255, 255, 255)
  355. OffOn4.TextSize = 20.000
  356.  
  357. City.Name = "City"
  358. City.Parent = MORE
  359. City.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  360. City.BorderSizePixel = 0
  361. City.Position = UDim2.new(0.0359712206, 0, 0.079574585, 0)
  362. City.Size = UDim2.new(0, 80, 0, 34)
  363. City.Font = Enum.Font.Cartoon
  364. City.Text = "City"
  365. City.TextColor3 = Color3.fromRGB(255, 255, 255)
  366. City.TextSize = 25.000
  367. City.TextWrapped = true
  368. City.MouseButton1Click:connect(function()
  369. HACK.ZIndex = 0
  370. end)
  371.  
  372. Remove.Name = "Remove"
  373. Remove.Parent = MORE
  374. Remove.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  375. Remove.BorderSizePixel = 0
  376. Remove.Position = UDim2.new(0.0359712206, 0, 0.391376734, 0)
  377. Remove.Size = UDim2.new(0, 80, 0, 34)
  378. Remove.Font = Enum.Font.Cartoon
  379. Remove.Text = "Remove"
  380. Remove.TextColor3 = Color3.fromRGB(255, 255, 255)
  381. Remove.TextSize = 25.000
  382. Remove.TextWrapped = true
  383. Remove.MouseButton1Click:connect(function()
  384. HACK.ZIndex = 1
  385. end)
  386. MenuServerside.Name = "Menu Server side"
  387. MenuServerside.Parent = ScreenGui
  388. MenuServerside.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  389. MenuServerside.Position = UDim2.new(0.396875024, 0, 0.278783083, 0)
  390. MenuServerside.Size = UDim2.new(0, 346, 0, 187)
  391. MenuServerside.Draggable = true
  392. MenuServerside.Active = true
  393.  
  394. Transpert.Name = "Transpert"
  395. Transpert.Parent = MenuServerside
  396. Transpert.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  397. Transpert.BorderSizePixel = 0
  398. Transpert.Position = UDim2.new(0.226660222, 0, 0.491837233, 0)
  399. Transpert.Size = UDim2.new(0, 188, 0, 39)
  400. Transpert.Font = Enum.Font.Cartoon
  401. Transpert.Text = "Start"
  402. Transpert.TextColor3 = Color3.fromRGB(255, 255, 255)
  403. Transpert.TextSize = 25.000
  404. Transpert.TextWrapped = true
  405. Transpert.MouseButton1Click:connect(function()
  406. Frame.Visible = true
  407. Frame1.Visible = true
  408. wait(0.01)
  409. MenuServerside.Visible = false
  410. end)
  411. Frame_4.Parent = MenuServerside
  412. Frame_4.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  413. Frame_4.BorderSizePixel = 0
  414. Frame_4.Position = UDim2.new(0, 0, 0.983998597, 0)
  415. Frame_4.Size = UDim2.new(0, 347, 0, 6)
  416.  
  417. Frame_5.Parent = MenuServerside
  418. Frame_5.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  419. Frame_5.BorderSizePixel = 0
  420. Frame_5.Position = UDim2.new(0, 0, 0.983998597, 0)
  421. Frame_5.Size = UDim2.new(0, 1923, 0, 0)
  422.  
  423. TextLabel_3.Parent = MenuServerside
  424. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  425. TextLabel_3.BackgroundTransparency = 1.000
  426. TextLabel_3.Size = UDim2.new(0, 347, 0, 49)
  427. TextLabel_3.Font = Enum.Font.Cartoon
  428. TextLabel_3.Text = "Don't Fall Down"
  429. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  430. TextLabel_3.TextSize = 29.000
  431.  
  432. TextLabel_4.Parent = MenuServerside
  433. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  434. TextLabel_4.BackgroundTransparency = 1.000
  435. TextLabel_4.Position = UDim2.new(0, 0, 0.754010677, 0)
  436. TextLabel_4.Size = UDim2.new(0, 115, 0, 49)
  437. TextLabel_4.Font = Enum.Font.Cartoon
  438. TextLabel_4.Text = "@New Update"
  439. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  440. TextLabel_4.TextSize = 19.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement