zhangfengshan

hong

Apr 12th, 2022 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.23 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local TE1 = Instance.new("TextLabel")
  4. local TE2 = Instance.new("TextLabel")
  5. local TextLabel = Instance.new("TextLabel")
  6. local AF = Instance.new("Frame")
  7. local Player = Instance.new("TextLabel")
  8. local UICorner = Instance.new("UICorner")
  9. local PlayerText = Instance.new("TextLabel")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local KG = Instance.new("TextLabel")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local G = Instance.new("TextButton")
  14. local UICorner_4 = Instance.new("UICorner")
  15. local K = Instance.new("TextButton")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local Dupe = Instance.new("TextLabel")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local DupeText = Instance.new("TextLabel")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local KG_2 = Instance.new("TextLabel")
  22. local UICorner_8 = Instance.new("UICorner")
  23. local G_2 = Instance.new("TextButton")
  24. local UICorner_9 = Instance.new("UICorner")
  25. local K_2 = Instance.new("TextButton")
  26. local UICorner_10 = Instance.new("UICorner")
  27. local Teleport = Instance.new("TextLabel")
  28. local UICorner_11 = Instance.new("UICorner")
  29. local TeleportText = Instance.new("TextLabel")
  30. local UICorner_12 = Instance.new("UICorner")
  31. local KG_3 = Instance.new("TextLabel")
  32. local UICorner_13 = Instance.new("UICorner")
  33. local G_3 = Instance.new("TextButton")
  34. local UICorner_14 = Instance.new("UICorner")
  35. local K_3 = Instance.new("TextButton")
  36. local UICorner_15 = Instance.new("UICorner")
  37. local Wood = Instance.new("TextLabel")
  38. local UICorner_16 = Instance.new("UICorner")
  39. local WoodText = Instance.new("TextLabel")
  40. local UICorner_17 = Instance.new("UICorner")
  41. local KG_4 = Instance.new("TextLabel")
  42. local UICorner_18 = Instance.new("UICorner")
  43. local G_4 = Instance.new("TextButton")
  44. local UICorner_19 = Instance.new("UICorner")
  45. local K_4 = Instance.new("TextButton")
  46. local UICorner_20 = Instance.new("UICorner")
  47. local Other = Instance.new("TextLabel")
  48. local UICorner_21 = Instance.new("UICorner")
  49. local OtherText = Instance.new("TextLabel")
  50. local UICorner_22 = Instance.new("UICorner")
  51. local KG_5 = Instance.new("TextLabel")
  52. local UICorner_23 = Instance.new("UICorner")
  53. local G_5 = Instance.new("TextButton")
  54. local UICorner_24 = Instance.new("UICorner")
  55. local K_5 = Instance.new("TextButton")
  56. local UICorner_25 = Instance.new("UICorner")
  57. local PlayerF = Instance.new("Frame")
  58. local PSF = Instance.new("ScrollingFrame")
  59. local UIListLayout = Instance.new("UIListLayout")
  60. local Speed = Instance.new("TextLabel")
  61. local UICorner_26 = Instance.new("UICorner")
  62. local SetSpeed = Instance.new("TextButton")
  63. local UICorner_27 = Instance.new("UICorner")
  64. local SBOX = Instance.new("TextBox")
  65. local UICorner_28 = Instance.new("UICorner")
  66. local CZspeed = Instance.new("TextButton")
  67. local UICorner_29 = Instance.new("UICorner")
  68. local Jump = Instance.new("TextLabel")
  69. local UICorner_30 = Instance.new("UICorner")
  70. local SetJump = Instance.new("TextButton")
  71. local UICorner_31 = Instance.new("UICorner")
  72. local JBOX = Instance.new("TextBox")
  73. local UICorner_32 = Instance.new("UICorner")
  74. local CZjump = Instance.new("TextButton")
  75. local UICorner_33 = Instance.new("UICorner")
  76. local Colse = Instance.new("TextButton")
  77. local Mini = Instance.new("TextButton")
  78.  
  79. --Properties:
  80.  
  81. ScreenGui.Parent = game.CoreGui
  82.  
  83. main.Name = "main"
  84. main.Parent = ScreenGui
  85. main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  86. main.BorderSizePixel = 0
  87. main.Position = UDim2.new(0.845505476, 0, 0.17307356, 0)
  88. main.Size = UDim2.new(0.138633475, 0, 0.0553039685, 0)
  89. main.Active = true
  90. main.Draggable = true
  91.  
  92. TE1.Name = "TE1"
  93. TE1.Parent = main
  94. TE1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. TE1.BorderSizePixel = 0
  96. TE1.Position = UDim2.new(0, 0, 0.996969998, 0)
  97. TE1.Size = UDim2.new(0.999999881, 0, 0.211010486, 0)
  98. TE1.Font = Enum.Font.SourceSans
  99. TE1.Text = ""
  100. TE1.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. TE1.TextSize = 14.000
  102.  
  103. TE2.Name = "TE2"
  104. TE2.Parent = main
  105. TE2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. TE2.BorderSizePixel = 0
  107. TE2.Position = UDim2.new(0, 0, -0.211031973, 0)
  108. TE2.Size = UDim2.new(0.999999881, 0, 0.211010486, 0)
  109. TE2.Font = Enum.Font.SourceSans
  110. TE2.Text = ""
  111. TE2.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. TE2.TextSize = 14.000
  113.  
  114. TextLabel.Parent = main
  115. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. TextLabel.BackgroundTransparency = 1.000
  117. TextLabel.BorderSizePixel = 0
  118. TextLabel.Position = UDim2.new(0, 0, -0.0414718986, 0)
  119. TextLabel.Size = UDim2.new(0.68201375, 0, 1.03844178, 0)
  120. TextLabel.Font = Enum.Font.SourceSans
  121. TextLabel.Text = "ZMGH life"
  122. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. TextLabel.TextSize = 20.000
  124. TextLabel.TextWrapped = true
  125.  
  126. AF.Name = "AF"
  127. AF.Parent = main
  128. AF.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  129. AF.BorderSizePixel = 0
  130. AF.Position = UDim2.new(0, 0, 1.18210828, 0)
  131. AF.Size = UDim2.new(1.00000012, 0, 6.81364202, 0)
  132. AF.Visible = false
  133.  
  134. Player.Name = "Player"
  135. Player.Parent = AF
  136. Player.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. Player.Position = UDim2.new(0.102938227, 0, 0.0538512804, 0)
  138. Player.Size = UDim2.new(0.812388718, 0, 0.130446017, 0)
  139. Player.Font = Enum.Font.SourceSans
  140. Player.Text = ""
  141. Player.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. Player.TextScaled = true
  143. Player.TextSize = 14.000
  144. Player.TextWrapped = true
  145. Player.TextXAlignment = Enum.TextXAlignment.Right
  146.  
  147. UICorner.Parent = Player
  148.  
  149. PlayerText.Name = "PlayerText"
  150. PlayerText.Parent = Player
  151. PlayerText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  152. PlayerText.BackgroundTransparency = 1.000
  153. PlayerText.Position = UDim2.new(0.40548259, 0, 0.0538512394, 0)
  154. PlayerText.Size = UDim2.new(0.523634791, 0, 0.946149409, 0)
  155. PlayerText.Font = Enum.Font.SourceSans
  156. PlayerText.Text = "Player"
  157. PlayerText.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. PlayerText.TextScaled = true
  159. PlayerText.TextSize = 14.000
  160. PlayerText.TextWrapped = true
  161.  
  162. UICorner_2.Parent = PlayerText
  163.  
  164. KG.Name = "KG"
  165. KG.Parent = Player
  166. KG.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  167. KG.Position = UDim2.new(0, 0, 0.0538512394, 0)
  168. KG.Size = UDim2.new(0.238152772, 0, 0.946149409, 0)
  169. KG.Font = Enum.Font.SourceSans
  170. KG.Text = ""
  171. KG.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. KG.TextScaled = true
  173. KG.TextSize = 14.000
  174. KG.TextWrapped = true
  175.  
  176. UICorner_3.Parent = KG
  177.  
  178. G.Name = "G"
  179. G.Parent = KG
  180. G.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  181. G.BorderSizePixel = 0
  182. G.Position = UDim2.new(0, 0, -0.0569162145, 0)
  183. G.Size = UDim2.new(0.999999881, 0, 1.05691683, 0)
  184. G.Font = Enum.Font.SourceSans
  185. G.Text = ""
  186. G.TextColor3 = Color3.fromRGB(0, 0, 0)
  187. G.TextSize = 14.000
  188. G.MouseButton1Down:Connect(function()
  189. G.Visible = false
  190. K.Visible = true
  191. PlayerF.Visible = true
  192. end)
  193. UICorner_4.Parent = G
  194.  
  195. K.Name = "K"
  196. K.Parent = KG
  197. K.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  198. K.BorderSizePixel = 0
  199. K.Size = UDim2.new(0.999999881, 0, 0.999999821, 0)
  200. K.Visible = false
  201. K.Font = Enum.Font.SourceSans
  202. K.Text = ""
  203. K.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. K.TextSize = 14.000
  205. K.MouseButton1Down:Connect(function()
  206. K.Visible = false
  207. G.Visible = true
  208. PlayerF.Visible = false
  209. end)
  210. UICorner_5.Parent = K
  211.  
  212. Dupe.Name = "Dupe"
  213. Dupe.Parent = AF
  214. Dupe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  215. Dupe.Position = UDim2.new(0.102938227, 0, 0.248623878, 0)
  216. Dupe.Size = UDim2.new(0.812388718, 0, 0.130446017, 0)
  217. Dupe.Font = Enum.Font.SourceSans
  218. Dupe.Text = ""
  219. Dupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  220. Dupe.TextScaled = true
  221. Dupe.TextSize = 14.000
  222. Dupe.TextWrapped = true
  223. Dupe.TextXAlignment = Enum.TextXAlignment.Right
  224.  
  225. UICorner_6.Parent = Dupe
  226.  
  227. DupeText.Name = "DupeText"
  228. DupeText.Parent = Dupe
  229. DupeText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. DupeText.BackgroundTransparency = 1.000
  231. DupeText.Position = UDim2.new(0.40548259, 0, 0.0538512394, 0)
  232. DupeText.Size = UDim2.new(0.523634791, 0, 0.946149409, 0)
  233. DupeText.Font = Enum.Font.SourceSans
  234. DupeText.Text = "Dupe"
  235. DupeText.TextColor3 = Color3.fromRGB(0, 0, 0)
  236. DupeText.TextScaled = true
  237. DupeText.TextSize = 14.000
  238. DupeText.TextWrapped = true
  239.  
  240. UICorner_7.Parent = DupeText
  241.  
  242. KG_2.Name = "KG"
  243. KG_2.Parent = Dupe
  244. KG_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  245. KG_2.Position = UDim2.new(0, 0, 0.0538512394, 0)
  246. KG_2.Size = UDim2.new(0.238152772, 0, 0.946149409, 0)
  247. KG_2.Font = Enum.Font.SourceSans
  248. KG_2.Text = ""
  249. KG_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  250. KG_2.TextScaled = true
  251. KG_2.TextSize = 14.000
  252. KG_2.TextWrapped = true
  253.  
  254. UICorner_8.Parent = KG_2
  255.  
  256. G_2.Name = "G"
  257. G_2.Parent = KG_2
  258. G_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  259. G_2.BorderSizePixel = 0
  260. G_2.Position = UDim2.new(0, 0, -0.0569162145, 0)
  261. G_2.Size = UDim2.new(0.999999881, 0, 1.05691683, 0)
  262. G_2.Font = Enum.Font.SourceSans
  263. G_2.Text = ""
  264. G_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  265. G_2.TextSize = 14.000
  266.  
  267. UICorner_9.Parent = G_2
  268.  
  269. K_2.Name = "K"
  270. K_2.Parent = KG_2
  271. K_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  272. K_2.BorderSizePixel = 0
  273. K_2.Size = UDim2.new(0.999999881, 0, 0.999999821, 0)
  274. K_2.Visible = false
  275. K_2.Font = Enum.Font.SourceSans
  276. K_2.Text = ""
  277. K_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. K_2.TextSize = 14.000
  279.  
  280. UICorner_10.Parent = K_2
  281.  
  282. Teleport.Name = "Teleport"
  283. Teleport.Parent = AF
  284. Teleport.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  285. Teleport.Position = UDim2.new(0.102938227, 0, 0.431223184, 0)
  286. Teleport.Size = UDim2.new(0.812388718, 0, 0.130446017, 0)
  287. Teleport.Font = Enum.Font.SourceSans
  288. Teleport.Text = ""
  289. Teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. Teleport.TextScaled = true
  291. Teleport.TextSize = 14.000
  292. Teleport.TextWrapped = true
  293. Teleport.TextXAlignment = Enum.TextXAlignment.Right
  294.  
  295. UICorner_11.Parent = Teleport
  296.  
  297. TeleportText.Name = "TeleportText"
  298. TeleportText.Parent = Teleport
  299. TeleportText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  300. TeleportText.BackgroundTransparency = 1.000
  301. TeleportText.Position = UDim2.new(0.40548259, 0, 0.0538512394, 0)
  302. TeleportText.Size = UDim2.new(0.523634791, 0, 0.946149409, 0)
  303. TeleportText.Font = Enum.Font.SourceSans
  304. TeleportText.Text = "Teleport"
  305. TeleportText.TextColor3 = Color3.fromRGB(0, 0, 0)
  306. TeleportText.TextScaled = true
  307. TeleportText.TextSize = 14.000
  308. TeleportText.TextWrapped = true
  309.  
  310. UICorner_12.Parent = TeleportText
  311.  
  312. KG_3.Name = "KG"
  313. KG_3.Parent = Teleport
  314. KG_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  315. KG_3.Position = UDim2.new(0, 0, 0.0538512394, 0)
  316. KG_3.Size = UDim2.new(0.238152772, 0, 0.946149409, 0)
  317. KG_3.Font = Enum.Font.SourceSans
  318. KG_3.Text = ""
  319. KG_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  320. KG_3.TextScaled = true
  321. KG_3.TextSize = 14.000
  322. KG_3.TextWrapped = true
  323.  
  324. UICorner_13.Parent = KG_3
  325.  
  326. G_3.Name = "G"
  327. G_3.Parent = KG_3
  328. G_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  329. G_3.BorderSizePixel = 0
  330. G_3.Position = UDim2.new(0, 0, -0.0569162145, 0)
  331. G_3.Size = UDim2.new(0.999999881, 0, 1.05691683, 0)
  332. G_3.Font = Enum.Font.SourceSans
  333. G_3.Text = ""
  334. G_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  335. G_3.TextSize = 14.000
  336.  
  337. UICorner_14.Parent = G_3
  338.  
  339. K_3.Name = "K"
  340. K_3.Parent = KG_3
  341. K_3.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  342. K_3.BorderSizePixel = 0
  343. K_3.Size = UDim2.new(0.999999881, 0, 0.999999821, 0)
  344. K_3.Visible = false
  345. K_3.Font = Enum.Font.SourceSans
  346. K_3.Text = ""
  347. K_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  348. K_3.TextSize = 14.000
  349.  
  350. UICorner_15.Parent = K_3
  351.  
  352. Wood.Name = "Wood"
  353. Wood.Parent = AF
  354. Wood.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  355. Wood.Position = UDim2.new(0.102938227, 0, 0.625995755, 0)
  356. Wood.Size = UDim2.new(0.812388718, 0, 0.130446017, 0)
  357. Wood.Font = Enum.Font.SourceSans
  358. Wood.Text = ""
  359. Wood.TextColor3 = Color3.fromRGB(0, 0, 0)
  360. Wood.TextScaled = true
  361. Wood.TextSize = 14.000
  362. Wood.TextWrapped = true
  363. Wood.TextXAlignment = Enum.TextXAlignment.Right
  364.  
  365. UICorner_16.Parent = Wood
  366.  
  367. WoodText.Name = "WoodText"
  368. WoodText.Parent = Wood
  369. WoodText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  370. WoodText.BackgroundTransparency = 1.000
  371. WoodText.Position = UDim2.new(0.40548259, 0, 0.0538512394, 0)
  372. WoodText.Size = UDim2.new(0.523634791, 0, 0.946149409, 0)
  373. WoodText.Font = Enum.Font.SourceSans
  374. WoodText.Text = "Wood"
  375. WoodText.TextColor3 = Color3.fromRGB(0, 0, 0)
  376. WoodText.TextScaled = true
  377. WoodText.TextSize = 14.000
  378. WoodText.TextWrapped = true
  379.  
  380. UICorner_17.Parent = WoodText
  381.  
  382. KG_4.Name = "KG"
  383. KG_4.Parent = Wood
  384. KG_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  385. KG_4.Position = UDim2.new(0, 0, 0.0538512394, 0)
  386. KG_4.Size = UDim2.new(0.238152772, 0, 0.946149409, 0)
  387. KG_4.Font = Enum.Font.SourceSans
  388. KG_4.Text = ""
  389. KG_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  390. KG_4.TextScaled = true
  391. KG_4.TextSize = 14.000
  392. KG_4.TextWrapped = true
  393.  
  394. UICorner_18.Parent = KG_4
  395.  
  396. G_4.Name = "G"
  397. G_4.Parent = KG_4
  398. G_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  399. G_4.BorderSizePixel = 0
  400. G_4.Position = UDim2.new(0, 0, -0.0569162145, 0)
  401. G_4.Size = UDim2.new(0.999999881, 0, 1.05691683, 0)
  402. G_4.Font = Enum.Font.SourceSans
  403. G_4.Text = ""
  404. G_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  405. G_4.TextSize = 14.000
  406.  
  407. UICorner_19.Parent = G_4
  408.  
  409. K_4.Name = "K"
  410. K_4.Parent = KG_4
  411. K_4.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  412. K_4.BorderSizePixel = 0
  413. K_4.Size = UDim2.new(0.999999881, 0, 0.999999821, 0)
  414. K_4.Visible = false
  415. K_4.Font = Enum.Font.SourceSans
  416. K_4.Text = ""
  417. K_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  418. K_4.TextSize = 14.000
  419.  
  420. UICorner_20.Parent = K_4
  421.  
  422. Other.Name = "Other"
  423. Other.Parent = AF
  424. Other.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  425. Other.Position = UDim2.new(0.102938227, 0, 0.814681709, 0)
  426. Other.Size = UDim2.new(0.812388718, 0, 0.130446017, 0)
  427. Other.Font = Enum.Font.SourceSans
  428. Other.Text = ""
  429. Other.TextColor3 = Color3.fromRGB(0, 0, 0)
  430. Other.TextScaled = true
  431. Other.TextSize = 14.000
  432. Other.TextWrapped = true
  433. Other.TextXAlignment = Enum.TextXAlignment.Right
  434.  
  435. UICorner_21.Parent = Other
  436.  
  437. OtherText.Name = "OtherText"
  438. OtherText.Parent = Other
  439. OtherText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  440. OtherText.BackgroundTransparency = 1.000
  441. OtherText.Position = UDim2.new(0.40548259, 0, 0.0538512394, 0)
  442. OtherText.Size = UDim2.new(0.523634791, 0, 0.946149409, 0)
  443. OtherText.Font = Enum.Font.SourceSans
  444. OtherText.Text = "Other"
  445. OtherText.TextColor3 = Color3.fromRGB(0, 0, 0)
  446. OtherText.TextScaled = true
  447. OtherText.TextSize = 14.000
  448. OtherText.TextWrapped = true
  449.  
  450. UICorner_22.Parent = OtherText
  451.  
  452. KG_5.Name = "KG"
  453. KG_5.Parent = Other
  454. KG_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  455. KG_5.Position = UDim2.new(0, 0, 0.0538512394, 0)
  456. KG_5.Size = UDim2.new(0.238152772, 0, 0.946149409, 0)
  457. KG_5.Font = Enum.Font.SourceSans
  458. KG_5.Text = ""
  459. KG_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  460. KG_5.TextScaled = true
  461. KG_5.TextSize = 14.000
  462. KG_5.TextWrapped = true
  463.  
  464. UICorner_23.Parent = KG_5
  465.  
  466. G_5.Name = "G"
  467. G_5.Parent = KG_5
  468. G_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  469. G_5.BorderSizePixel = 0
  470. G_5.Position = UDim2.new(0, 0, -0.0569162145, 0)
  471. G_5.Size = UDim2.new(0.999999881, 0, 1.05691683, 0)
  472. G_5.Font = Enum.Font.SourceSans
  473. G_5.Text = ""
  474. G_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  475. G_5.TextSize = 14.000
  476.  
  477. UICorner_24.Parent = G_5
  478.  
  479. K_5.Name = "K"
  480. K_5.Parent = KG_5
  481. K_5.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  482. K_5.BorderSizePixel = 0
  483. K_5.Size = UDim2.new(0.999999881, 0, 0.999999821, 0)
  484. K_5.Visible = false
  485. K_5.Font = Enum.Font.SourceSans
  486. K_5.Text = ""
  487. K_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  488. K_5.TextSize = 14.000
  489.  
  490. UICorner_25.Parent = K_5
  491.  
  492. PlayerF.Name = "PlayerF"
  493. PlayerF.Parent = AF
  494. PlayerF.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  495. PlayerF.BorderSizePixel = 0
  496. PlayerF.Position = UDim2.new(-2.05854177, 0, -0.00608659768, 0)
  497. PlayerF.Size = UDim2.new(2.05854177, 0, 1.00608659, 0)
  498. PlayerF.Visible = false
  499.  
  500. PSF.Name = "PSF"
  501. PSF.Parent = PlayerF
  502. PSF.Active = true
  503. PSF.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  504. PSF.BorderSizePixel = 0
  505. PSF.Position = UDim2.new(0.040650405, 0, 0.0786476806, 0)
  506. PSF.Size = UDim2.new(0.922764242, 0, 0.860762239, 0)
  507. PSF.CanvasSize = UDim2.new(0, 0, 9, 0)
  508. PSF.ScrollBarThickness = 5
  509.  
  510. UIListLayout.Parent = PSF
  511. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  512. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  513. UIListLayout.Padding = UDim.new(0, 10)
  514.  
  515. Speed.Name = "Speed"
  516. Speed.Parent = PSF
  517. Speed.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  518. Speed.BackgroundTransparency = 0.500
  519. Speed.Position = UDim2.new(0.0922787786, 0, -1.60868382e-07, 0)
  520. Speed.Size = UDim2.new(0, 169, 0, 28)
  521. Speed.Font = Enum.Font.SourceSans
  522. Speed.Text = ""
  523. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  524. Speed.TextSize = 14.000
  525.  
  526. UICorner_26.Parent = Speed
  527.  
  528. SetSpeed.Name = "SetSpeed"
  529. SetSpeed.Parent = Speed
  530. SetSpeed.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  531. SetSpeed.Position = UDim2.new(0, 0, -0.0134340012, 0)
  532. SetSpeed.Size = UDim2.new(0.22485207, 0, 1.01343381, 0)
  533. SetSpeed.Font = Enum.Font.SourceSans
  534. SetSpeed.Text = "SetSpeed"
  535. SetSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  536. SetSpeed.TextScaled = true
  537. SetSpeed.TextSize = 14.000
  538. SetSpeed.TextWrapped = true
  539.  
  540. UICorner_27.Parent = SetSpeed
  541.  
  542. SBOX.Name = "SBOX"
  543. SBOX.Parent = Speed
  544. SBOX.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  545. SBOX.BorderSizePixel = 0
  546. SBOX.Position = UDim2.new(0.34319526, 0, 8.17435136e-07, 0)
  547. SBOX.Size = UDim2.new(0.307692349, 0, 0.999999166, 0)
  548. SBOX.Font = Enum.Font.SourceSans
  549. SBOX.PlaceholderColor3 = Color3.fromRGB(255, 255, 0)
  550. SBOX.PlaceholderText = "16"
  551. SBOX.Text = ""
  552. SBOX.TextColor3 = Color3.fromRGB(0, 0, 0)
  553. SBOX.TextSize = 14.000
  554.  
  555. UICorner_28.Parent = SBOX
  556.  
  557. CZspeed.Name = "CZspeed"
  558. CZspeed.Parent = Speed
  559. CZspeed.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  560. CZspeed.Position = UDim2.new(0.775147915, 0, -0.0134340012, 0)
  561. CZspeed.Size = UDim2.new(0.22485207, 0, 1.01343381, 0)
  562. CZspeed.Font = Enum.Font.SourceSans
  563. CZspeed.Text = "CZspeed"
  564. CZspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  565. CZspeed.TextScaled = true
  566. CZspeed.TextSize = 14.000
  567. CZspeed.TextWrapped = true
  568.  
  569. UICorner_29.Parent = CZspeed
  570.  
  571. Jump.Name = "Jump"
  572. Jump.Parent = PSF
  573. Jump.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  574. Jump.BackgroundTransparency = 0.500
  575. Jump.Position = UDim2.new(0.0922787786, 0, -1.60868382e-07, 0)
  576. Jump.Size = UDim2.new(0, 169, 0, 28)
  577. Jump.Font = Enum.Font.SourceSans
  578. Jump.Text = ""
  579. Jump.TextColor3 = Color3.fromRGB(0, 0, 0)
  580. Jump.TextSize = 14.000
  581.  
  582. UICorner_30.Parent = Jump
  583.  
  584. SetJump.Name = "SetJump"
  585. SetJump.Parent = Jump
  586. SetJump.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  587. SetJump.Position = UDim2.new(0, 0, -0.0134340012, 0)
  588. SetJump.Size = UDim2.new(0.22485207, 0, 1.01343381, 0)
  589. SetJump.Font = Enum.Font.SourceSans
  590. SetJump.Text = "SetJump"
  591. SetJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  592. SetJump.TextScaled = true
  593. SetJump.TextSize = 14.000
  594. SetJump.TextWrapped = true
  595.  
  596. UICorner_31.Parent = SetJump
  597.  
  598. JBOX.Name = "JBOX"
  599. JBOX.Parent = Jump
  600. JBOX.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  601. JBOX.BorderSizePixel = 0
  602. JBOX.Position = UDim2.new(0.34319526, 0, 8.17435136e-07, 0)
  603. JBOX.Size = UDim2.new(0.307692349, 0, 0.999999166, 0)
  604. JBOX.Font = Enum.Font.SourceSans
  605. JBOX.PlaceholderColor3 = Color3.fromRGB(255, 255, 0)
  606. JBOX.PlaceholderText = "50"
  607. JBOX.Text = ""
  608. JBOX.TextColor3 = Color3.fromRGB(0, 0, 0)
  609. JBOX.TextSize = 14.000
  610.  
  611. UICorner_32.Parent = JBOX
  612.  
  613. CZjump.Name = "CZjump"
  614. CZjump.Parent = Jump
  615. CZjump.BackgroundColor3 = Color3.fromRGB(117, 117, 117)
  616. CZjump.Position = UDim2.new(0.775147915, 0, -0.0134340012, 0)
  617. CZjump.Size = UDim2.new(0.22485207, 0, 1.01343381, 0)
  618. CZjump.Font = Enum.Font.SourceSans
  619. CZjump.Text = "CZjump"
  620. CZjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  621. CZjump.TextScaled = true
  622. CZjump.TextSize = 14.000
  623. CZjump.TextWrapped = true
  624.  
  625. UICorner_33.Parent = CZjump
  626.  
  627. Colse.Name = "Colse"
  628. Colse.Parent = main
  629. Colse.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  630. Colse.BackgroundTransparency = 1.000
  631. Colse.BorderSizePixel = 0
  632. Colse.Position = UDim2.new(0.682013512, 0, -0.0414718986, 0)
  633. Colse.Size = UDim2.new(0.313785404, 0, 1.03844178, 0)
  634. Colse.Font = Enum.Font.SourceSans
  635. Colse.Text = "+"
  636. Colse.TextColor3 = Color3.fromRGB(255, 255, 255)
  637. Colse.TextScaled = true
  638. Colse.TextSize = 14.000
  639. Colse.TextWrapped = true
  640. Colse.MouseButton1Down:Connect(function()
  641. AF.Visible = true
  642. Colse.Visible = false
  643. Mini.Visible = true
  644. end)
  645. Mini.Name = "Mini"
  646. Mini.Parent = main
  647. Mini.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  648. Mini.BackgroundTransparency = 1.000
  649. Mini.BorderSizePixel = 0
  650. Mini.Position = UDim2.new(0.682013512, 0, -0.0414718986, 0)
  651. Mini.Size = UDim2.new(0.313785404, 0, 1.03844178, 0)
  652. Mini.Visible = false
  653. Mini.Font = Enum.Font.SourceSans
  654. Mini.Text = "-"
  655. Mini.TextColor3 = Color3.fromRGB(255, 255, 255)
  656. Mini.TextScaled = true
  657. Mini.TextSize = 14.000
  658. Mini.TextWrapped = true
  659. Mini.MouseButton1Down:Connect(function()
  660. Mini.Visible = false
  661. Colse.Visible = true
  662. AF.Visible = false
  663. end)
  664.  
  665. local function PWGLQ_fake_script() -- main.LocalScript
  666. local script = Instance.new('LocalScript', main)
  667.  
  668. local frame = script.Parent
  669. while wait() do
  670. local te1 = frame.TE1
  671. local te2 = frame.TE2
  672. te1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  673. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  674. wait(.01)
  675. te1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  676. te2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  677. wait(.01)
  678. te1.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  679. te2.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  680. wait(.01)
  681. te1.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  682. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  683. wait(.01)
  684. te1.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  685. te2.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  686. wait(.01)
  687. te1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  688. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  689. wait(.01)
  690. te1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  691. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  692. wait(.01)
  693. te1.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  694. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  695. wait(.01)
  696. te1.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  697. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  698. wait(.01)
  699. te1.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  700. te2.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  701. te1.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  702. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  703. wait(.01)
  704. te1.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  705. te2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  706. wait(.01)
  707. te1.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  708. te2.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  709. end
  710. end
  711. coroutine.wrap(PWGLQ_fake_script)()
  712.  
Add Comment
Please, Sign In to add comment