Advertisement
Guest User

Retard Gui V1.5

a guest
Mar 24th, 2019
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 66.44 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local HackerGui = Instance.new("ScreenGui")
  5. local WhiteListBackground = Instance.new("Frame")
  6. local BackgroundInBackground = Instance.new("ImageLabel")
  7. local ChangingText = Instance.new("TextLabel")
  8. local Determine = Instance.new("TextLabel")
  9. local Hint = Instance.new("TextLabel")
  10. local Title = Instance.new("TextLabel")
  11. local Whitelist = Instance.new("TextButton")
  12. local Username = Instance.new("TextBox")
  13. local Password = Instance.new("TextBox")
  14. local Main = Instance.new("Frame")
  15. local Speed = Instance.new("ImageLabel")
  16. local Title_2 = Instance.new("TextLabel")
  17. local Enter = Instance.new("TextButton")
  18. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  19. local Text = Instance.new("TextLabel")
  20. local Amount = Instance.new("TextBox")
  21. local Player = Instance.new("TextBox")
  22. local Health = Instance.new("ImageLabel")
  23. local Title_3 = Instance.new("TextLabel")
  24. local Enter_2 = Instance.new("TextButton")
  25. local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
  26. local Text_2 = Instance.new("TextLabel")
  27. local MaxHealth = Instance.new("TextBox")
  28. local Player_2 = Instance.new("TextBox")
  29. local Health_2 = Instance.new("TextBox")
  30. local Jump = Instance.new("ImageLabel")
  31. local Title_4 = Instance.new("TextLabel")
  32. local Enter_3 = Instance.new("TextButton")
  33. local TextButton_Roundify_12px_3 = Instance.new("ImageLabel")
  34. local Text_3 = Instance.new("TextLabel")
  35. local Amount_2 = Instance.new("TextBox")
  36. local Player_3 = Instance.new("TextBox")
  37. local Credits = Instance.new("TextLabel")
  38. local Exit = Instance.new("TextButton")
  39. local ServerDestroyer = Instance.new("ImageLabel")
  40. local Title_5 = Instance.new("TextLabel")
  41. local TextButton_Roundify_12px_4 = Instance.new("ImageLabel")
  42. local Enter_4 = Instance.new("TextButton")
  43. local Amount_3 = Instance.new("TextBox")
  44. local Notice = Instance.new("TextLabel")
  45. local FeNotice = Instance.new("TextLabel")
  46. local FpsGui = Instance.new("ImageLabel")
  47. local Title_6 = Instance.new("TextLabel")
  48. local TextButton_Roundify_12px_5 = Instance.new("ImageLabel")
  49. local Open = Instance.new("TextButton")
  50. local BtoolsGiver = Instance.new("ImageLabel")
  51. local Title_7 = Instance.new("TextLabel")
  52. local TextButton_Roundify_12px_6 = Instance.new("ImageLabel")
  53. local Give = Instance.new("TextButton")
  54. local TextButton_Roundify_12px_7 = Instance.new("ImageLabel")
  55. local NextPage = Instance.new("TextButton")
  56. local OpenMessage = Instance.new("Frame")
  57. local Message = Instance.new("TextLabel")
  58. local ThankMessage = Instance.new("ImageLabel")
  59. local PlrName = Instance.new("TextLabel")
  60. local Thank = Instance.new("TextLabel")
  61. local Welcome = Instance.new("TextLabel")
  62. local FeChecker = Instance.new("TextLabel")
  63. local MainB = Instance.new("Frame")
  64. local InfJump = Instance.new("ImageLabel")
  65. local Title_8 = Instance.new("TextLabel")
  66. local TextButton_Roundify_12px_8 = Instance.new("ImageLabel")
  67. local jump = Instance.new("TextButton")
  68. local Text_4 = Instance.new("TextLabel")
  69. local SpamJump = Instance.new("TextLabel")
  70. local Credits_2 = Instance.new("TextLabel")
  71. local Exit_2 = Instance.new("TextButton")
  72. local FeNotice_2 = Instance.new("TextLabel")
  73. local TextButton_Roundify_12px_9 = Instance.new("ImageLabel")
  74. local PreviousPage = Instance.new("TextButton")
  75. --Properties:
  76. HackerGui.Name = "HackerGui"
  77. HackerGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  78. HackerGui.ResetOnSpawn = false
  79.  
  80. WhiteListBackground.Name = "WhiteListBackground"
  81. WhiteListBackground.Parent = HackerGui
  82. WhiteListBackground.BackgroundColor3 = Color3.new(1, 1, 1)
  83. WhiteListBackground.Position = UDim2.new(0.0368581116, 0, 0.132307693, 0)
  84. WhiteListBackground.Size = UDim2.new(0, 354, 0, 487)
  85. WhiteListBackground.Style = Enum.FrameStyle.RobloxRound
  86.  
  87. BackgroundInBackground.Name = "BackgroundInBackground"
  88. BackgroundInBackground.Parent = WhiteListBackground
  89. BackgroundInBackground.BackgroundColor3 = Color3.new(1, 1, 1)
  90. BackgroundInBackground.BackgroundTransparency = 1
  91. BackgroundInBackground.Position = UDim2.new(0.0222225282, 0, 0.00415013917, 0)
  92. BackgroundInBackground.Size = UDim2.new(0, 323, 0, 462)
  93. BackgroundInBackground.Image = "rbxassetid://2851926732"
  94. BackgroundInBackground.ImageColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  95. BackgroundInBackground.ScaleType = Enum.ScaleType.Slice
  96. BackgroundInBackground.SliceCenter = Rect.new(12, 12, 12, 12)
  97.  
  98. ChangingText.Name = "ChangingText"
  99. ChangingText.Parent = BackgroundInBackground
  100. ChangingText.BackgroundColor3 = Color3.new(1, 1, 1)
  101. ChangingText.BackgroundTransparency = 1
  102. ChangingText.Position = UDim2.new(0.193640739, 0, 0.165035546, 0)
  103. ChangingText.Size = UDim2.new(0, 200, 0, 25)
  104. ChangingText.Font = Enum.Font.SourceSans
  105. ChangingText.Text = "Waiting For Whitelist"
  106. ChangingText.TextColor3 = Color3.new(1, 1, 1)
  107. ChangingText.TextScaled = true
  108. ChangingText.TextSize = 14
  109. ChangingText.TextWrapped = true
  110.  
  111. Determine.Name = "Determine"
  112. Determine.Parent = BackgroundInBackground
  113. Determine.BackgroundColor3 = Color3.new(1, 1, 1)
  114. Determine.BackgroundTransparency = 1
  115. Determine.Position = UDim2.new(0.199775472, 0, 0.696234703, 0)
  116. Determine.Size = UDim2.new(0, 200, 0, 22)
  117. Determine.Font = Enum.Font.SourceSans
  118. Determine.Text = ""
  119. Determine.TextColor3 = Color3.new(1, 1, 1)
  120. Determine.TextScaled = true
  121. Determine.TextSize = 14
  122. Determine.TextWrapped = true
  123.  
  124. Hint.Name = "Hint"
  125. Hint.Parent = BackgroundInBackground
  126. Hint.BackgroundColor3 = Color3.new(1, 1, 1)
  127. Hint.BackgroundTransparency = 1
  128. Hint.Position = UDim2.new(0.184973612, 0, 0.900190532, 0)
  129. Hint.Size = UDim2.new(0, 210, 0, 50)
  130. Hint.Font = Enum.Font.SourceSans
  131. Hint.Text = "Hint: Your User Is: Me uses And Pass is: Hacks"
  132. Hint.TextColor3 = Color3.new(1, 1, 1)
  133. Hint.TextScaled = true
  134. Hint.TextSize = 14
  135. Hint.TextWrapped = true
  136.  
  137. Title.Name = "Title"
  138. Title.Parent = BackgroundInBackground
  139. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Title.BackgroundTransparency = 1
  141. Title.Position = UDim2.new(0.201377243, 0, 0.0303269662, 0)
  142. Title.Size = UDim2.new(0, 200, 0, 50)
  143. Title.Font = Enum.Font.SourceSans
  144. Title.Text = "Retard Gui"
  145. Title.TextColor3 = Color3.new(1, 1, 1)
  146. Title.TextScaled = true
  147. Title.TextSize = 14
  148. Title.TextWrapped = true
  149.  
  150. Whitelist.Name = "Whitelist"
  151. Whitelist.Parent = BackgroundInBackground
  152. Whitelist.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Whitelist.Position = UDim2.new(0.239257246, 0, 0.798550725, 0)
  154. Whitelist.Size = UDim2.new(0, 177, 0, 42)
  155. Whitelist.Style = Enum.ButtonStyle.RobloxRoundButton
  156. Whitelist.Font = Enum.Font.SourceSans
  157. Whitelist.Text = "Whitelist"
  158. Whitelist.TextColor3 = Color3.new(1, 1, 1)
  159. Whitelist.TextScaled = true
  160. Whitelist.TextSize = 14
  161. Whitelist.TextWrapped = true
  162.  
  163. Username.Name = "Username"
  164. Username.Parent = BackgroundInBackground
  165. Username.BackgroundColor3 = Color3.new(0.603922, 0.603922, 0.603922)
  166. Username.BackgroundTransparency = 0.20000000298023
  167. Username.Position = UDim2.new(0.188202292, 0, 0.314566344, 0)
  168. Username.Size = UDim2.new(0, 210, 0, 28)
  169. Username.Font = Enum.Font.SourceSans
  170. Username.PlaceholderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  171. Username.PlaceholderText = "Enter Username..."
  172. Username.Text = ""
  173. Username.TextColor3 = Color3.new(0, 0, 0)
  174. Username.TextSize = 14
  175.  
  176. Password.Name = "Password"
  177. Password.Parent = BackgroundInBackground
  178. Password.BackgroundColor3 = Color3.new(0.603922, 0.603922, 0.603922)
  179. Password.BackgroundTransparency = 0.20000000298023
  180. Password.Position = UDim2.new(0.185377434, 0, 0.53427887, 0)
  181. Password.Size = UDim2.new(0, 210, 0, 28)
  182. Password.Font = Enum.Font.SourceSans
  183. Password.PlaceholderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  184. Password.PlaceholderText = "Enter Password..."
  185. Password.Text = ""
  186. Password.TextColor3 = Color3.new(0, 0, 0)
  187. Password.TextSize = 14
  188.  
  189. Main.Name = "Main"
  190. Main.Parent = HackerGui
  191. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Main.Position = UDim2.new(0.315039217, 0, 0.132307693, 0)
  193. Main.Size = UDim2.new(0, 667, 0, 486)
  194. Main.Visible = false
  195. Main.Style = Enum.FrameStyle.RobloxRound
  196.  
  197. Speed.Name = "Speed"
  198. Speed.Parent = Main
  199. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  200. Speed.BackgroundTransparency = 1
  201. Speed.Position = UDim2.new(0.0171994697, 0, 0.0497928187, 0)
  202. Speed.Size = UDim2.new(0, 187, 0, 270)
  203. Speed.Image = "rbxassetid://2851926732"
  204. Speed.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  205. Speed.ScaleType = Enum.ScaleType.Slice
  206. Speed.SliceCenter = Rect.new(12, 12, 12, 12)
  207.  
  208. Title_2.Name = "Title"
  209. Title_2.Parent = Speed
  210. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  211. Title_2.BackgroundTransparency = 1
  212. Title_2.Position = UDim2.new(0.0128891924, 0, 0.0404748321, 0)
  213. Title_2.Size = UDim2.new(0, 182, 0, 23)
  214. Title_2.Font = Enum.Font.SourceSans
  215. Title_2.Text = "Speed"
  216. Title_2.TextColor3 = Color3.new(1, 1, 1)
  217. Title_2.TextScaled = true
  218. Title_2.TextSize = 14
  219. Title_2.TextWrapped = true
  220.  
  221. Enter.Name = "Enter"
  222. Enter.Parent = Speed
  223. Enter.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  224. Enter.BackgroundTransparency = 1
  225. Enter.BorderSizePixel = 0
  226. Enter.Position = UDim2.new(0.0340151861, 0, 0.845343471, 0)
  227. Enter.Size = UDim2.new(0, 164, 0, 27)
  228. Enter.Font = Enum.Font.SourceSans
  229. Enter.Text = ""
  230. Enter.TextColor3 = Color3.new(0, 0, 0)
  231. Enter.TextSize = 14
  232.  
  233. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  234. TextButton_Roundify_12px.Parent = Enter
  235. TextButton_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  236. TextButton_Roundify_12px.BackgroundTransparency = 1
  237. TextButton_Roundify_12px.Position = UDim2.new(0.0304878056, 0, 0.0222225189, 0)
  238. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  239. TextButton_Roundify_12px.Image = "rbxassetid://2851926732"
  240. TextButton_Roundify_12px.ImageColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  241. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  242. TextButton_Roundify_12px.SliceCenter = Rect.new(12, 12, 12, 12)
  243.  
  244. Text.Name = "Text"
  245. Text.Parent = Enter
  246. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  247. Text.BackgroundTransparency = 1
  248. Text.Position = UDim2.new(0.0304878037, 0, 0.048148632, 0)
  249. Text.Size = UDim2.new(0, 170, 0, 25)
  250. Text.Font = Enum.Font.SourceSans
  251. Text.Text = "Enter"
  252. Text.TextColor3 = Color3.new(1, 1, 1)
  253. Text.TextScaled = true
  254. Text.TextSize = 14
  255. Text.TextWrapped = true
  256.  
  257. Amount.Name = "Amount"
  258. Amount.Parent = Speed
  259. Amount.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  260. Amount.BorderSizePixel = 0
  261. Amount.Position = UDim2.new(0.0781126544, 0, 0.563661814, 0)
  262. Amount.Size = UDim2.new(0, 156, 0, 25)
  263. Amount.Font = Enum.Font.SourceSans
  264. Amount.PlaceholderText = "Enter Amount..."
  265. Amount.Text = ""
  266. Amount.TextColor3 = Color3.new(0, 0, 0)
  267. Amount.TextSize = 14
  268.  
  269. Player.Name = "Player"
  270. Player.Parent = Speed
  271. Player.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  272. Player.BorderSizePixel = 0
  273. Player.Position = UDim2.new(0.0941554308, 0, 0.241439581, 0)
  274. Player.Size = UDim2.new(0, 156, 0, 25)
  275. Player.Font = Enum.Font.SourceSans
  276. Player.PlaceholderText = "Only Enter Your Name..."
  277. Player.Text = ""
  278. Player.TextColor3 = Color3.new(0, 0, 0)
  279. Player.TextSize = 14
  280.  
  281. Health.Name = "Health"
  282. Health.Parent = Main
  283. Health.BackgroundColor3 = Color3.new(1, 1, 1)
  284. Health.BackgroundTransparency = 1
  285. Health.Position = UDim2.new(0.684365869, 0, 0.0497928187, 0)
  286. Health.Size = UDim2.new(0, 187, 0, 270)
  287. Health.Image = "rbxassetid://2851926732"
  288. Health.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  289. Health.ScaleType = Enum.ScaleType.Slice
  290. Health.SliceCenter = Rect.new(12, 12, 12, 12)
  291.  
  292. Title_3.Name = "Title"
  293. Title_3.Parent = Health
  294. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  295. Title_3.BackgroundTransparency = 1
  296. Title_3.Position = UDim2.new(0.0128891924, 0, 0.0404748321, 0)
  297. Title_3.Size = UDim2.new(0, 182, 0, 23)
  298. Title_3.Font = Enum.Font.SourceSans
  299. Title_3.Text = "Health"
  300. Title_3.TextColor3 = Color3.new(1, 1, 1)
  301. Title_3.TextScaled = true
  302. Title_3.TextSize = 14
  303. Title_3.TextWrapped = true
  304.  
  305. Enter_2.Name = "Enter"
  306. Enter_2.Parent = Health
  307. Enter_2.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  308. Enter_2.BackgroundTransparency = 1
  309. Enter_2.BorderSizePixel = 0
  310. Enter_2.Position = UDim2.new(0.0340151861, 0, 0.845343471, 0)
  311. Enter_2.Size = UDim2.new(0, 164, 0, 27)
  312. Enter_2.Font = Enum.Font.SourceSans
  313. Enter_2.Text = ""
  314. Enter_2.TextColor3 = Color3.new(0, 0, 0)
  315. Enter_2.TextSize = 14
  316.  
  317. TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
  318. TextButton_Roundify_12px_2.Parent = Enter_2
  319. TextButton_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  320. TextButton_Roundify_12px_2.BackgroundTransparency = 1
  321. TextButton_Roundify_12px_2.Position = UDim2.new(0.0304878056, 0, 0.0222225189, 0)
  322. TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  323. TextButton_Roundify_12px_2.Image = "rbxassetid://2851926732"
  324. TextButton_Roundify_12px_2.ImageColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  325. TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  326. TextButton_Roundify_12px_2.SliceCenter = Rect.new(12, 12, 12, 12)
  327.  
  328. Text_2.Name = "Text"
  329. Text_2.Parent = Enter_2
  330. Text_2.BackgroundColor3 = Color3.new(1, 1, 1)
  331. Text_2.BackgroundTransparency = 1
  332. Text_2.Position = UDim2.new(0.0304878037, 0, 0.048148632, 0)
  333. Text_2.Size = UDim2.new(0, 170, 0, 25)
  334. Text_2.Font = Enum.Font.SourceSans
  335. Text_2.Text = "Enter"
  336. Text_2.TextColor3 = Color3.new(1, 1, 1)
  337. Text_2.TextScaled = true
  338. Text_2.TextSize = 14
  339. Text_2.TextWrapped = true
  340.  
  341. MaxHealth.Name = "MaxHealth"
  342. MaxHealth.Parent = Health
  343. MaxHealth.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  344. MaxHealth.BorderSizePixel = 0
  345. MaxHealth.Position = UDim2.new(0.0941554308, 0, 0.452550679, 0)
  346. MaxHealth.Size = UDim2.new(0, 156, 0, 25)
  347. MaxHealth.Font = Enum.Font.SourceSans
  348. MaxHealth.PlaceholderText = "Enter Max Health..."
  349. MaxHealth.Text = ""
  350. MaxHealth.TextColor3 = Color3.new(0, 0, 0)
  351. MaxHealth.TextSize = 14
  352.  
  353. Player_2.Name = "Player"
  354. Player_2.Parent = Health
  355. Player_2.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  356. Player_2.BorderSizePixel = 0
  357. Player_2.Position = UDim2.new(0.0941554308, 0, 0.241439581, 0)
  358. Player_2.Size = UDim2.new(0, 156, 0, 25)
  359. Player_2.Font = Enum.Font.SourceSans
  360. Player_2.PlaceholderText = "Only Enter Your Name..."
  361. Player_2.Text = ""
  362. Player_2.TextColor3 = Color3.new(0, 0, 0)
  363. Player_2.TextSize = 14
  364.  
  365. Health_2.Name = "Health"
  366. Health_2.Parent = Health
  367. Health_2.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  368. Health_2.BorderSizePixel = 0
  369. Health_2.Position = UDim2.new(0.0941554308, 0, 0.656254411, 0)
  370. Health_2.Size = UDim2.new(0, 156, 0, 25)
  371. Health_2.Font = Enum.Font.SourceSans
  372. Health_2.PlaceholderText = "Enter Health..."
  373. Health_2.Text = ""
  374. Health_2.TextColor3 = Color3.new(0, 0, 0)
  375. Health_2.TextSize = 14
  376.  
  377. Jump.Name = "Jump"
  378. Jump.Parent = Main
  379. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Jump.BackgroundTransparency = 1
  381. Jump.Position = UDim2.new(0.347034544, 0, 0.0497928187, 0)
  382. Jump.Size = UDim2.new(0, 187, 0, 270)
  383. Jump.Image = "rbxassetid://2851926732"
  384. Jump.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  385. Jump.ScaleType = Enum.ScaleType.Slice
  386. Jump.SliceCenter = Rect.new(12, 12, 12, 12)
  387.  
  388. Title_4.Name = "Title"
  389. Title_4.Parent = Jump
  390. Title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  391. Title_4.BackgroundTransparency = 1
  392. Title_4.Position = UDim2.new(0.0128891924, 0, 0.0404748321, 0)
  393. Title_4.Size = UDim2.new(0, 182, 0, 23)
  394. Title_4.Font = Enum.Font.SourceSans
  395. Title_4.Text = "Jump Power"
  396. Title_4.TextColor3 = Color3.new(1, 1, 1)
  397. Title_4.TextScaled = true
  398. Title_4.TextSize = 14
  399. Title_4.TextWrapped = true
  400.  
  401. Enter_3.Name = "Enter"
  402. Enter_3.Parent = Jump
  403. Enter_3.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  404. Enter_3.BackgroundTransparency = 1
  405. Enter_3.BorderSizePixel = 0
  406. Enter_3.Position = UDim2.new(0.0340151861, 0, 0.845343471, 0)
  407. Enter_3.Size = UDim2.new(0, 164, 0, 27)
  408. Enter_3.Font = Enum.Font.SourceSans
  409. Enter_3.Text = ""
  410. Enter_3.TextColor3 = Color3.new(0, 0, 0)
  411. Enter_3.TextSize = 14
  412.  
  413. TextButton_Roundify_12px_3.Name = "TextButton_Roundify_12px"
  414. TextButton_Roundify_12px_3.Parent = Enter_3
  415. TextButton_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
  416. TextButton_Roundify_12px_3.BackgroundTransparency = 1
  417. TextButton_Roundify_12px_3.Position = UDim2.new(0.0304878056, 0, 0.0222225189, 0)
  418. TextButton_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
  419. TextButton_Roundify_12px_3.Image = "rbxassetid://2851926732"
  420. TextButton_Roundify_12px_3.ImageColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  421. TextButton_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
  422. TextButton_Roundify_12px_3.SliceCenter = Rect.new(12, 12, 12, 12)
  423.  
  424. Text_3.Name = "Text"
  425. Text_3.Parent = Enter_3
  426. Text_3.BackgroundColor3 = Color3.new(1, 1, 1)
  427. Text_3.BackgroundTransparency = 1
  428. Text_3.Position = UDim2.new(0.0304878037, 0, 0.048148632, 0)
  429. Text_3.Size = UDim2.new(0, 170, 0, 25)
  430. Text_3.Font = Enum.Font.SourceSans
  431. Text_3.Text = "Enter"
  432. Text_3.TextColor3 = Color3.new(1, 1, 1)
  433. Text_3.TextScaled = true
  434. Text_3.TextSize = 14
  435. Text_3.TextWrapped = true
  436.  
  437. Amount_2.Name = "Amount"
  438. Amount_2.Parent = Jump
  439. Amount_2.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  440. Amount_2.BorderSizePixel = 0
  441. Amount_2.Position = UDim2.new(0.0781126544, 0, 0.563661814, 0)
  442. Amount_2.Size = UDim2.new(0, 156, 0, 25)
  443. Amount_2.Font = Enum.Font.SourceSans
  444. Amount_2.PlaceholderText = "Enter Amount..."
  445. Amount_2.Text = ""
  446. Amount_2.TextColor3 = Color3.new(0, 0, 0)
  447. Amount_2.TextSize = 14
  448.  
  449. Player_3.Name = "Player"
  450. Player_3.Parent = Jump
  451. Player_3.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  452. Player_3.BorderSizePixel = 0
  453. Player_3.Position = UDim2.new(0.0941554308, 0, 0.241439581, 0)
  454. Player_3.Size = UDim2.new(0, 156, 0, 25)
  455. Player_3.Font = Enum.Font.SourceSans
  456. Player_3.PlaceholderText = "Only Enter Your Name..."
  457. Player_3.Text = ""
  458. Player_3.TextColor3 = Color3.new(0, 0, 0)
  459. Player_3.TextSize = 14
  460.  
  461. Credits.Name = "Credits"
  462. Credits.Parent = Main
  463. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  464. Credits.BackgroundTransparency = 1
  465. Credits.Position = UDim2.new(0.103099458, 0, 0.938625991, 0)
  466. Credits.Size = UDim2.new(0, 518, 0, 36)
  467. Credits.Font = Enum.Font.SourceSans
  468. Credits.Text = "Credits Scripting: Jakey#9989 Design: Jakey#9989,SweetSniper Trends Script Giver: SweetSniper Trends"
  469. Credits.TextColor3 = Color3.new(1, 1, 1)
  470. Credits.TextScaled = true
  471. Credits.TextSize = 14
  472. Credits.TextWrapped = true
  473.  
  474. Exit.Name = "Exit"
  475. Exit.Parent = Main
  476. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  477. Exit.Position = UDim2.new(0.966475725, 0, -0.0683052391, 0)
  478. Exit.Size = UDim2.new(0, 54, 0, 49)
  479. Exit.Style = Enum.ButtonStyle.RobloxButtonDefault
  480. Exit.Font = Enum.Font.SourceSans
  481. Exit.Text = "X"
  482. Exit.TextColor3 = Color3.new(1, 1, 1)
  483. Exit.TextScaled = true
  484. Exit.TextSize = 14
  485. Exit.TextWrapped = true
  486.  
  487. ServerDestroyer.Name = "ServerDestroyer"
  488. ServerDestroyer.Parent = Main
  489. ServerDestroyer.BackgroundColor3 = Color3.new(1, 1, 1)
  490. ServerDestroyer.BackgroundTransparency = 1
  491. ServerDestroyer.Position = UDim2.new(0.0164425969, 0, 0.650419295, 0)
  492. ServerDestroyer.Size = UDim2.new(0, 187, 0, 122)
  493. ServerDestroyer.Image = "rbxassetid://2851926732"
  494. ServerDestroyer.ImageColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  495. ServerDestroyer.ScaleType = Enum.ScaleType.Slice
  496. ServerDestroyer.SliceCenter = Rect.new(12, 12, 12, 12)
  497.  
  498. Title_5.Name = "Title"
  499. Title_5.Parent = ServerDestroyer
  500. Title_5.BackgroundColor3 = Color3.new(1, 1, 1)
  501. Title_5.BackgroundTransparency = 1
  502. Title_5.Position = UDim2.new(0.00708004273, 0, 0.0744535923, 0)
  503. Title_5.Size = UDim2.new(0, 186, 0, 30)
  504. Title_5.Font = Enum.Font.SourceSans
  505. Title_5.Text = "Server Destroyer"
  506. Title_5.TextColor3 = Color3.new(1, 1, 1)
  507. Title_5.TextScaled = true
  508. Title_5.TextSize = 14
  509. Title_5.TextWrapped = true
  510.  
  511. TextButton_Roundify_12px_4.Name = "TextButton_Roundify_12px"
  512. TextButton_Roundify_12px_4.Parent = ServerDestroyer
  513. TextButton_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
  514. TextButton_Roundify_12px_4.BackgroundTransparency = 1
  515. TextButton_Roundify_12px_4.Position = UDim2.new(0.0473456569, 0, 0.686172009, 0)
  516. TextButton_Roundify_12px_4.Size = UDim2.new(0.909090757, 0, 0.235257193, 0)
  517. TextButton_Roundify_12px_4.Image = "rbxassetid://2851926732"
  518. TextButton_Roundify_12px_4.ImageColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  519. TextButton_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
  520. TextButton_Roundify_12px_4.SliceCenter = Rect.new(12, 12, 12, 12)
  521.  
  522. Enter_4.Name = "Enter"
  523. Enter_4.Parent = TextButton_Roundify_12px_4
  524. Enter_4.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  525. Enter_4.BackgroundTransparency = 1
  526. Enter_4.BorderSizePixel = 0
  527. Enter_4.Position = UDim2.new(-0.00196605176, 0, 0, 0)
  528. Enter_4.Size = UDim2.new(0, 166, 0, 28)
  529. Enter_4.Font = Enum.Font.SourceSans
  530. Enter_4.Text = "Enter"
  531. Enter_4.TextColor3 = Color3.new(1, 1, 1)
  532. Enter_4.TextScaled = true
  533. Enter_4.TextSize = 14
  534. Enter_4.TextWrapped = true
  535.  
  536. Amount_3.Name = "Amount"
  537. Amount_3.Parent = ServerDestroyer
  538. Amount_3.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  539. Amount_3.BorderSizePixel = 0
  540. Amount_3.Position = UDim2.new(0.088807784, 0, 0.473497748, 0)
  541. Amount_3.Size = UDim2.new(0, 157, 0, 19)
  542. Amount_3.Font = Enum.Font.SourceSans
  543. Amount_3.PlaceholderText = "Enter Blast Radius..."
  544. Amount_3.Text = ""
  545. Amount_3.TextColor3 = Color3.new(0, 0, 0)
  546. Amount_3.TextSize = 14
  547.  
  548. Notice.Name = "Notice"
  549. Notice.Parent = Main
  550. Notice.BackgroundColor3 = Color3.new(1, 1, 1)
  551. Notice.BackgroundTransparency = 1
  552. Notice.Position = UDim2.new(0.035392154, 0, 0.731693983, 0)
  553. Notice.Size = UDim2.new(0, 166, 0, 10)
  554. Notice.Font = Enum.Font.SourceSans
  555. Notice.Text = "(May Even Crash Your Game)"
  556. Notice.TextColor3 = Color3.new(1, 1, 1)
  557. Notice.TextScaled = true
  558. Notice.TextSize = 14
  559. Notice.TextWrapped = true
  560.  
  561. FeNotice.Name = "FeNotice"
  562. FeNotice.Parent = Main
  563. FeNotice.BackgroundColor3 = Color3.new(1, 1, 1)
  564. FeNotice.BackgroundTransparency = 1
  565. FeNotice.Position = UDim2.new(0.113010027, 0, -0.000497621775, 0)
  566. FeNotice.Size = UDim2.new(0, 530, 0, 14)
  567. FeNotice.Font = Enum.Font.SourceSans
  568. FeNotice.Text = ""
  569. FeNotice.TextColor3 = Color3.new(1, 1, 1)
  570. FeNotice.TextScaled = true
  571. FeNotice.TextSize = 14
  572. FeNotice.TextWrapped = true
  573.  
  574. FpsGui.Name = "FpsGui"
  575. FpsGui.Parent = Main
  576. FpsGui.BackgroundColor3 = Color3.new(1, 1, 1)
  577. FpsGui.BackgroundTransparency = 1
  578. FpsGui.Position = UDim2.new(0.343279183, 0, 0.652476907, 0)
  579. FpsGui.Size = UDim2.new(0, 187, 0, 122)
  580. FpsGui.Image = "rbxassetid://2851926732"
  581. FpsGui.ImageColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  582. FpsGui.ScaleType = Enum.ScaleType.Slice
  583. FpsGui.SliceCenter = Rect.new(12, 12, 12, 12)
  584.  
  585. Title_6.Name = "Title"
  586. Title_6.Parent = FpsGui
  587. Title_6.BackgroundColor3 = Color3.new(1, 1, 1)
  588. Title_6.BackgroundTransparency = 1
  589. Title_6.Position = UDim2.new(0.00708004273, 0, 0.0744535923, 0)
  590. Title_6.Size = UDim2.new(0, 186, 0, 30)
  591. Title_6.Font = Enum.Font.SourceSans
  592. Title_6.Text = "Fps Gui v1.0"
  593. Title_6.TextColor3 = Color3.new(1, 1, 1)
  594. Title_6.TextScaled = true
  595. Title_6.TextSize = 14
  596. Title_6.TextWrapped = true
  597.  
  598. TextButton_Roundify_12px_5.Name = "TextButton_Roundify_12px"
  599. TextButton_Roundify_12px_5.Parent = FpsGui
  600. TextButton_Roundify_12px_5.BackgroundColor3 = Color3.new(1, 1, 1)
  601. TextButton_Roundify_12px_5.BackgroundTransparency = 1
  602. TextButton_Roundify_12px_5.Position = UDim2.new(0.0473456569, 0, 0.686172009, 0)
  603. TextButton_Roundify_12px_5.Size = UDim2.new(0.909090757, 0, 0.235257193, 0)
  604. TextButton_Roundify_12px_5.Image = "rbxassetid://2851926732"
  605. TextButton_Roundify_12px_5.ImageColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  606. TextButton_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
  607. TextButton_Roundify_12px_5.SliceCenter = Rect.new(12, 12, 12, 12)
  608.  
  609. Open.Name = "Open"
  610. Open.Parent = TextButton_Roundify_12px_5
  611. Open.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  612. Open.BackgroundTransparency = 1
  613. Open.BorderSizePixel = 0
  614. Open.Position = UDim2.new(-0.00196605176, 0, 0, 0)
  615. Open.Size = UDim2.new(0, 166, 0, 28)
  616. Open.Font = Enum.Font.SourceSans
  617. Open.Text = "Open"
  618. Open.TextColor3 = Color3.new(1, 1, 1)
  619. Open.TextScaled = true
  620. Open.TextSize = 14
  621. Open.TextWrapped = true
  622.  
  623. BtoolsGiver.Name = "BtoolsGiver"
  624. BtoolsGiver.Parent = Main
  625. BtoolsGiver.BackgroundColor3 = Color3.new(1, 1, 1)
  626. BtoolsGiver.BackgroundTransparency = 1
  627. BtoolsGiver.Position = UDim2.new(0.679111242, 0, 0.662764966, 0)
  628. BtoolsGiver.Size = UDim2.new(0, 187, 0, 122)
  629. BtoolsGiver.Image = "rbxassetid://2851926732"
  630. BtoolsGiver.ImageColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  631. BtoolsGiver.ScaleType = Enum.ScaleType.Slice
  632. BtoolsGiver.SliceCenter = Rect.new(12, 12, 12, 12)
  633.  
  634. Title_7.Name = "Title"
  635. Title_7.Parent = BtoolsGiver
  636. Title_7.BackgroundColor3 = Color3.new(1, 1, 1)
  637. Title_7.BackgroundTransparency = 1
  638. Title_7.Position = UDim2.new(0.00708004273, 0, 0.0744535923, 0)
  639. Title_7.Size = UDim2.new(0, 186, 0, 30)
  640. Title_7.Font = Enum.Font.SourceSans
  641. Title_7.Text = "Btools"
  642. Title_7.TextColor3 = Color3.new(1, 1, 1)
  643. Title_7.TextScaled = true
  644. Title_7.TextSize = 14
  645. Title_7.TextWrapped = true
  646.  
  647. TextButton_Roundify_12px_6.Name = "TextButton_Roundify_12px"
  648. TextButton_Roundify_12px_6.Parent = BtoolsGiver
  649. TextButton_Roundify_12px_6.BackgroundColor3 = Color3.new(1, 1, 1)
  650. TextButton_Roundify_12px_6.BackgroundTransparency = 1
  651. TextButton_Roundify_12px_6.Position = UDim2.new(0.0473456569, 0, 0.686172009, 0)
  652. TextButton_Roundify_12px_6.Size = UDim2.new(0.909090757, 0, 0.235257193, 0)
  653. TextButton_Roundify_12px_6.Image = "rbxassetid://2851926732"
  654. TextButton_Roundify_12px_6.ImageColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  655. TextButton_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
  656. TextButton_Roundify_12px_6.SliceCenter = Rect.new(12, 12, 12, 12)
  657.  
  658. Give.Name = "Give"
  659. Give.Parent = TextButton_Roundify_12px_6
  660. Give.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  661. Give.BackgroundTransparency = 1
  662. Give.BorderSizePixel = 0
  663. Give.Position = UDim2.new(-0.00196605176, 0, 0, 0)
  664. Give.Size = UDim2.new(0, 166, 0, 28)
  665. Give.Font = Enum.Font.SourceSans
  666. Give.Text = "Give"
  667. Give.TextColor3 = Color3.new(1, 1, 1)
  668. Give.TextScaled = true
  669. Give.TextSize = 14
  670. Give.TextWrapped = true
  671.  
  672. TextButton_Roundify_12px_7.Name = "TextButton_Roundify_12px"
  673. TextButton_Roundify_12px_7.Parent = Main
  674. TextButton_Roundify_12px_7.BackgroundColor3 = Color3.new(1, 1, 1)
  675. TextButton_Roundify_12px_7.BackgroundTransparency = 1
  676. TextButton_Roundify_12px_7.Position = UDim2.new(0.677749813, 0, -0.00298612379, 0)
  677. TextButton_Roundify_12px_7.Size = UDim2.new(0.283094287, 0, 0.034083195, 0)
  678. TextButton_Roundify_12px_7.Image = "rbxassetid://2851926732"
  679. TextButton_Roundify_12px_7.ImageColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  680. TextButton_Roundify_12px_7.ScaleType = Enum.ScaleType.Slice
  681. TextButton_Roundify_12px_7.SliceCenter = Rect.new(12, 12, 12, 12)
  682.  
  683. NextPage.Name = "NextPage"
  684. NextPage.Parent = TextButton_Roundify_12px_7
  685. NextPage.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  686. NextPage.BackgroundTransparency = 1
  687. NextPage.BorderSizePixel = 0
  688. NextPage.Position = UDim2.new(0.057112664, 0, -0.0638734251, 0)
  689. NextPage.Size = UDim2.new(0, 163, 0, 19)
  690. NextPage.Font = Enum.Font.SourceSans
  691. NextPage.Text = "Next Page"
  692. NextPage.TextColor3 = Color3.new(1, 1, 1)
  693. NextPage.TextScaled = true
  694. NextPage.TextSize = 14
  695. NextPage.TextWrapped = true
  696.  
  697. OpenMessage.Name = "OpenMessage"
  698. OpenMessage.Parent = HackerGui
  699. OpenMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  700. OpenMessage.Position = UDim2.new(0.236635774, 0, 0.0196353085, 0)
  701. OpenMessage.Size = UDim2.new(0, 824, 0, 38)
  702. OpenMessage.Visible = false
  703. OpenMessage.Style = Enum.FrameStyle.RobloxRound
  704.  
  705. Message.Name = "Message"
  706. Message.Parent = OpenMessage
  707. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  708. Message.BackgroundTransparency = 1
  709. Message.Position = UDim2.new(0.012505726, 0, 0.0551680475, 0)
  710. Message.Size = UDim2.new(0, 787, 0, 23)
  711. Message.Font = Enum.Font.SourceSans
  712. Message.Text = "NOTICE: PRESS 'J' TO OPEN"
  713. Message.TextColor3 = Color3.new(1, 1, 1)
  714. Message.TextSize = 14
  715.  
  716. ThankMessage.Name = "ThankMessage"
  717. ThankMessage.Parent = HackerGui
  718. ThankMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  719. ThankMessage.BackgroundTransparency = 1
  720. ThankMessage.Position = UDim2.new(0.325730592, 0, 0.132307693, 0)
  721. ThankMessage.Size = UDim2.new(0, 672, 0, 475)
  722. ThankMessage.Visible = false
  723. ThankMessage.Image = "rbxassetid://2851926732"
  724. ThankMessage.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  725. ThankMessage.ScaleType = Enum.ScaleType.Slice
  726. ThankMessage.SliceCenter = Rect.new(12, 12, 12, 12)
  727.  
  728. PlrName.Name = "PlrName"
  729. PlrName.Parent = ThankMessage
  730. PlrName.BackgroundColor3 = Color3.new(1, 1, 1)
  731. PlrName.BackgroundTransparency = 1
  732. PlrName.Position = UDim2.new(0.247023806, 0, 0.248421058, 0)
  733. PlrName.Size = UDim2.new(0, 340, 0, 88)
  734. PlrName.Font = Enum.Font.SourceSans
  735. PlrName.Text = "PLRNAME"
  736. PlrName.TextColor3 = Color3.new(1, 1, 1)
  737. PlrName.TextScaled = true
  738. PlrName.TextSize = 14
  739. PlrName.TextWrapped = true
  740.  
  741. Thank.Name = "Thank"
  742. Thank.Parent = ThankMessage
  743. Thank.BackgroundColor3 = Color3.new(1, 1, 1)
  744. Thank.BackgroundTransparency = 1
  745. Thank.Position = UDim2.new(0.186011896, 0, 0.484210521, 0)
  746. Thank.Size = UDim2.new(0, 421, 0, 136)
  747. Thank.Font = Enum.Font.SourceSans
  748. Thank.Text = "Thank You For Using Retard Gui"
  749. Thank.TextColor3 = Color3.new(1, 1, 1)
  750. Thank.TextScaled = true
  751. Thank.TextSize = 14
  752. Thank.TextWrapped = true
  753.  
  754. Welcome.Name = "Welcome"
  755. Welcome.Parent = ThankMessage
  756. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  757. Welcome.BackgroundTransparency = 1
  758. Welcome.Position = UDim2.new(0.245535716, 0, 0.0484210514, 0)
  759. Welcome.Size = UDim2.new(0, 341, 0, 80)
  760. Welcome.Font = Enum.Font.SourceSans
  761. Welcome.Text = "Welcome"
  762. Welcome.TextColor3 = Color3.new(1, 1, 1)
  763. Welcome.TextScaled = true
  764. Welcome.TextSize = 14
  765. Welcome.TextWrapped = true
  766.  
  767. FeChecker.Name = "FeChecker"
  768. FeChecker.Parent = ThankMessage
  769. FeChecker.BackgroundColor3 = Color3.new(1, 1, 1)
  770. FeChecker.BackgroundTransparency = 1
  771. FeChecker.Position = UDim2.new(0.229166672, 0, 0.83157897, 0)
  772. FeChecker.Size = UDim2.new(0, 369, 0, 58)
  773. FeChecker.Font = Enum.Font.SourceSans
  774. FeChecker.Text = "FeLol"
  775. FeChecker.TextColor3 = Color3.new(1, 1, 1)
  776. FeChecker.TextScaled = true
  777. FeChecker.TextSize = 14
  778. FeChecker.TextWrapped = true
  779.  
  780. MainB.Name = "MainB"
  781. MainB.Parent = HackerGui
  782. MainB.BackgroundColor3 = Color3.new(1, 1, 1)
  783. MainB.Position = UDim2.new(0.307911634, 0, 0.133846149, 0)
  784. MainB.Size = UDim2.new(0, 667, 0, 486)
  785. MainB.Visible = false
  786. MainB.Style = Enum.FrameStyle.RobloxRound
  787.  
  788. InfJump.Name = "Inf Jump"
  789. InfJump.Parent = MainB
  790. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  791. InfJump.BackgroundTransparency = 1
  792. InfJump.Position = UDim2.new(0.0317794606, 0, 0.0543263704, 0)
  793. InfJump.Size = UDim2.new(0, 187, 0, 130)
  794. InfJump.Image = "rbxassetid://2851926732"
  795. InfJump.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  796. InfJump.ScaleType = Enum.ScaleType.Slice
  797. InfJump.SliceCenter = Rect.new(12, 12, 12, 12)
  798.  
  799. Title_8.Name = "Title"
  800. Title_8.Parent = InfJump
  801. Title_8.BackgroundColor3 = Color3.new(1, 1, 1)
  802. Title_8.BackgroundTransparency = 1
  803. Title_8.Position = UDim2.new(0.0128891924, 0, 0.0404748321, 0)
  804. Title_8.Size = UDim2.new(0, 182, 0, 23)
  805. Title_8.Font = Enum.Font.SourceSans
  806. Title_8.Text = "Inf Jump"
  807. Title_8.TextColor3 = Color3.new(1, 1, 1)
  808. Title_8.TextScaled = true
  809. Title_8.TextSize = 14
  810. Title_8.TextWrapped = true
  811.  
  812. TextButton_Roundify_12px_8.Name = "TextButton_Roundify_12px"
  813. TextButton_Roundify_12px_8.Parent = InfJump
  814. TextButton_Roundify_12px_8.BackgroundColor3 = Color3.new(1, 1, 1)
  815. TextButton_Roundify_12px_8.BackgroundTransparency = 1
  816. TextButton_Roundify_12px_8.Position = UDim2.new(0.0771709606, 0, 0.70923084, 0)
  817. TextButton_Roundify_12px_8.Size = UDim2.new(0.844919801, 0, 0.227315113, 0)
  818. TextButton_Roundify_12px_8.Image = "rbxassetid://2851926732"
  819. TextButton_Roundify_12px_8.ImageColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  820. TextButton_Roundify_12px_8.ScaleType = Enum.ScaleType.Slice
  821. TextButton_Roundify_12px_8.SliceCenter = Rect.new(12, 12, 12, 12)
  822.  
  823. jump.Name = "jump"
  824. jump.Parent = TextButton_Roundify_12px_8
  825. jump.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  826. jump.BackgroundTransparency = 1
  827. jump.BorderSizePixel = 0
  828. jump.Position = UDim2.new(0.0340151228, 0, 0, 0)
  829. jump.Size = UDim2.new(0, 152, 0, 28)
  830. jump.Font = Enum.Font.SourceSans
  831. jump.Text = ""
  832. jump.TextColor3 = Color3.new(0, 0, 0)
  833. jump.TextSize = 14
  834.  
  835. Text_4.Name = "Text"
  836. Text_4.Parent = jump
  837. Text_4.BackgroundColor3 = Color3.new(1, 1, 1)
  838. Text_4.BackgroundTransparency = 1
  839. Text_4.Position = UDim2.new(-0.0797496811, 0, 0.048148632, 0)
  840. Text_4.Size = UDim2.new(0, 170, 0, 25)
  841. Text_4.Font = Enum.Font.SourceSans
  842. Text_4.Text = "Enter"
  843. Text_4.TextColor3 = Color3.new(1, 1, 1)
  844. Text_4.TextScaled = true
  845. Text_4.TextSize = 14
  846. Text_4.TextWrapped = true
  847.  
  848. SpamJump.Name = "Spam\"Jump\""
  849. SpamJump.Parent = InfJump
  850. SpamJump.BackgroundColor3 = Color3.new(1, 1, 1)
  851. SpamJump.BackgroundTransparency = 1
  852. SpamJump.Position = UDim2.new(0.0378973819, 0, 0.394302487, 0)
  853. SpamJump.Size = UDim2.new(0, 170, 0, 25)
  854. SpamJump.Font = Enum.Font.SourceSans
  855. SpamJump.Text = "Spam \"Jump\""
  856. SpamJump.TextColor3 = Color3.new(1, 1, 1)
  857. SpamJump.TextScaled = true
  858. SpamJump.TextSize = 14
  859. SpamJump.TextWrapped = true
  860.  
  861. Credits_2.Name = "Credits"
  862. Credits_2.Parent = MainB
  863. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  864. Credits_2.BackgroundTransparency = 1
  865. Credits_2.Position = UDim2.new(0.103099458, 0, 0.938625991, 0)
  866. Credits_2.Size = UDim2.new(0, 518, 0, 36)
  867. Credits_2.Font = Enum.Font.SourceSans
  868. Credits_2.Text = "Credits Scripting: Jakey#9989 Design: Jakey#9989,SweetSniper Trends Script Giver: SweetSniper Trends"
  869. Credits_2.TextColor3 = Color3.new(1, 1, 1)
  870. Credits_2.TextScaled = true
  871. Credits_2.TextSize = 14
  872. Credits_2.TextWrapped = true
  873.  
  874. Exit_2.Name = "Exit"
  875. Exit_2.Parent = MainB
  876. Exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  877. Exit_2.Position = UDim2.new(0.966475725, 0, -0.0683052391, 0)
  878. Exit_2.Size = UDim2.new(0, 54, 0, 49)
  879. Exit_2.Style = Enum.ButtonStyle.RobloxButtonDefault
  880. Exit_2.Font = Enum.Font.SourceSans
  881. Exit_2.Text = "X"
  882. Exit_2.TextColor3 = Color3.new(1, 1, 1)
  883. Exit_2.TextScaled = true
  884. Exit_2.TextSize = 14
  885. Exit_2.TextWrapped = true
  886.  
  887. FeNotice_2.Name = "FeNotice"
  888. FeNotice_2.Parent = MainB
  889. FeNotice_2.BackgroundColor3 = Color3.new(1, 1, 1)
  890. FeNotice_2.BackgroundTransparency = 1
  891. FeNotice_2.Position = UDim2.new(0.113010027, 0, -0.000497621775, 0)
  892. FeNotice_2.Size = UDim2.new(0, 530, 0, 14)
  893. FeNotice_2.Font = Enum.Font.SourceSans
  894. FeNotice_2.Text = ""
  895. FeNotice_2.TextColor3 = Color3.new(1, 1, 1)
  896. FeNotice_2.TextScaled = true
  897. FeNotice_2.TextSize = 14
  898. FeNotice_2.TextWrapped = true
  899.  
  900. TextButton_Roundify_12px_9.Name = "TextButton_Roundify_12px"
  901. TextButton_Roundify_12px_9.Parent = MainB
  902. TextButton_Roundify_12px_9.BackgroundColor3 = Color3.new(1, 1, 1)
  903. TextButton_Roundify_12px_9.BackgroundTransparency = 1
  904. TextButton_Roundify_12px_9.Position = UDim2.new(0.677749813, 0, -0.00298612379, 0)
  905. TextButton_Roundify_12px_9.Size = UDim2.new(0.283094287, 0, 0.034083195, 0)
  906. TextButton_Roundify_12px_9.Image = "rbxassetid://2851926732"
  907. TextButton_Roundify_12px_9.ImageColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  908. TextButton_Roundify_12px_9.ScaleType = Enum.ScaleType.Slice
  909. TextButton_Roundify_12px_9.SliceCenter = Rect.new(12, 12, 12, 12)
  910.  
  911. PreviousPage.Name = "PreviousPage"
  912. PreviousPage.Parent = TextButton_Roundify_12px_9
  913. PreviousPage.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  914. PreviousPage.BackgroundTransparency = 1
  915. PreviousPage.BorderSizePixel = 0
  916. PreviousPage.Position = UDim2.new(0.057112664, 0, -0.0638734251, 0)
  917. PreviousPage.Size = UDim2.new(0, 163, 0, 19)
  918. PreviousPage.Font = Enum.Font.SourceSans
  919. PreviousPage.Text = "Previous Page"
  920. PreviousPage.TextColor3 = Color3.new(1, 1, 1)
  921. PreviousPage.TextScaled = true
  922. PreviousPage.TextSize = 14
  923. PreviousPage.TextWrapped = true
  924. -- Scripts:
  925. function SCRIPT_UZRZ87_FAKESCRIPT() -- Whitelist.LoginScript
  926.     local script = Instance.new('LocalScript')
  927.     script.Parent = Whitelist
  928.     local usernamecode = "Me uses"
  929.     local passwordcode = "Hacks"
  930.     local userbox = script.Parent.Parent.Username
  931.     local passbox = script.Parent.Parent.Password
  932.     local changingtext = script.Parent.Parent.ChangingText
  933.     script.Parent.MouseButton1Click:Connect(function(click)
  934.                  if userbox.Text==usernamecode then
  935.                  if passbox.Text==passwordcode then
  936.                  script.Parent.Parent.Determine.Text="Right Login :)"
  937.                  local name = game.Players.LocalPlayer.Name
  938.                  script.Parent.Parent.Parent.Parent.ThankMessage.PlrName.Text=name
  939.                  changingtext.Text="Logging You In"
  940.                  wait(1)
  941.                  changingtext.Text="Logging You In."
  942.                  wait(1)
  943.                  changingtext.Text="Logging You In.."
  944.                  wait(1)
  945.                  changingtext.Text="Logging You In..."
  946.                  wait(1)
  947.                  changingtext.Text="Logging You In"
  948.                  wait(1)
  949.                  changingtext.Text="..."
  950.                  wait(2)
  951.                  changingtext.Text="Opening :)"
  952.                  wait(3)
  953.                  script.Parent.Parent.Visible=false
  954.                  script.Parent.Parent.Parent.Visible=false
  955.                  script.Parent.Parent.Parent.Parent.ThankMessage.Visible=true
  956.                  wait(2)
  957.                  script.Parent.Parent.Parent.Parent.ThankMessage.Visible=false
  958.                  script.Parent.Parent.Parent.Parent.Main.Visible=true
  959.     end
  960.     end
  961.     end)
  962.  
  963. end
  964. coroutine.resume(coroutine.create(SCRIPT_UZRZ87_FAKESCRIPT))
  965. function SCRIPT_YTVQ88_FAKESCRIPT() -- Enter.SpeedScript
  966.     local script = Instance.new('LocalScript')
  967.     script.Parent = Enter
  968.     script.Parent.MouseButton1Click:Connect(function(plr)
  969.     local plr = script.Parent.Parent.Player.Text
  970.     local work = game.Workspace[""..plr]
  971.     local amount = script.Parent.Parent.Amount.Text
  972.         work.Humanoid.WalkSpeed=amount
  973.     end)
  974.  
  975. end
  976. coroutine.resume(coroutine.create(SCRIPT_YTVQ88_FAKESCRIPT))
  977. function SCRIPT_NKOG88_FAKESCRIPT() -- Enter_2.HealthScript
  978.     local script = Instance.new('LocalScript')
  979.     script.Parent = Enter_2
  980.     script.Parent.MouseButton1Click:Connect(function(plr)
  981.     local plr = script.Parent.Parent.Player.Text
  982.     local work = game.Workspace[""..plr]
  983.     local amounta = script.Parent.Parent.Health.Text
  984.     local amountb = script.Parent.Parent.MaxHealth.Text
  985.         work.Humanoid.Health=amounta
  986.         work.Humanoid.MaxHealth=amountb
  987.     end)
  988.  
  989. end
  990. coroutine.resume(coroutine.create(SCRIPT_NKOG88_FAKESCRIPT))
  991. function SCRIPT_NWUJ85_FAKESCRIPT() -- Enter_3.JumpScript
  992.     local script = Instance.new('LocalScript')
  993.     script.Parent = Enter_3
  994.     script.Parent.MouseButton1Click:Connect(function(plr)
  995.     local plr = script.Parent.Parent.Player.Text
  996.     local work = game.Workspace[""..plr]
  997.     local amount = script.Parent.Parent.Amount.Text
  998.         work.Humanoid.JumpPower=amount
  999.     end)
  1000.  
  1001. end
  1002. coroutine.resume(coroutine.create(SCRIPT_NWUJ85_FAKESCRIPT))
  1003. function SCRIPT_QKMM86_FAKESCRIPT() -- Exit.ExitScript
  1004.     local script = Instance.new('LocalScript')
  1005.     script.Parent = Exit
  1006.     local close = script.Parent.Parent
  1007.     local opengui = script.Parent.Parent.Parent.OpenMessage
  1008.     script.Parent.MouseButton1Click:Connect(function(clicked)
  1009.         close.Visible=false
  1010.         opengui.Visible=true
  1011.     end)
  1012.  
  1013. end
  1014. coroutine.resume(coroutine.create(SCRIPT_QKMM86_FAKESCRIPT))
  1015. function SCRIPT_PFXR77_FAKESCRIPT() -- Enter_4.ServerDestroyerScript
  1016.     local script = Instance.new('LocalScript')
  1017.     script.Parent = Enter_4
  1018.     local blastrad = script.Parent.Parent.Parent.Amount.Text
  1019.     script.Parent.MouseButton1Click:Connect(function(click)
  1020.         while wait(1) do
  1021.             local destroy = Instance.new("Explosion",game.Workspace)
  1022.             destroy.BlastPressure=999999
  1023.             destroy.BlastRadius=blastrad
  1024.             destroy.Position=Vector3.new(0,0,0)
  1025.             end
  1026.         end)
  1027.  
  1028. end
  1029. coroutine.resume(coroutine.create(SCRIPT_PFXR77_FAKESCRIPT))
  1030. function SCRIPT_EFQJ87_FAKESCRIPT() -- FeNotice.ChangerScript
  1031.     local script = Instance.new('LocalScript')
  1032.     script.Parent = FeNotice
  1033.     local filter = script.Parent.Parent.Parent.FeCheck
  1034.     if filter.Value==true then
  1035.         script.Parent.Text = "Filtering Enabled Is On :("
  1036.     elseif
  1037.         filter.Value==false then
  1038.         script.Parent.Text = "Filtering Enabled Is Off :)" 
  1039.     end
  1040.  
  1041. end
  1042. coroutine.resume(coroutine.create(SCRIPT_EFQJ87_FAKESCRIPT))
  1043. function SCRIPT_CPNA80_FAKESCRIPT() -- Open.OpenFPSGuiScript
  1044.     local script = Instance.new('LocalScript')
  1045.     script.Parent = Open
  1046.     script.Parent.MouseButton1Click:Connect(function(click)
  1047.         pcall(function()
  1048.     local espcolor = Color3.fromRGB(140, 69, 102)
  1049.     local wallhack_esp_transparency = .4
  1050.     local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  1051.     local plrs = game:GetService("Players")
  1052.     local lplr = game:GetService("Players").LocalPlayer
  1053.     local TeamBased = true ; local teambasedswitch = "o"
  1054.     local presskeytoaim = true; local aimkey = "e"
  1055.     aimbothider = false; aimbothiderspeed = .5
  1056.     local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  1057.     local espupdatetime = 5; autoesp = false
  1058.     local abs = math.abs
  1059.     local mouselock = false
  1060.     local canaimat = true
  1061.     local lockaim = true; local lockangle = 5
  1062.     local ver = "2.2"
  1063.     local cam = game.Workspace.CurrentCamera
  1064.     local BetterDeathCount = true
  1065.    
  1066.    
  1067.     local mouse = lplr:GetMouse()
  1068.     local switch = false
  1069.     local key = "k"
  1070.     local aimatpart = nil
  1071.     local lightesp = false
  1072.    
  1073.    
  1074.    
  1075.     local Gui = Instance.new("ScreenGui")
  1076.     local Move = Instance.new("Frame")
  1077.     local Main = Instance.new("Frame")
  1078.     local EspStatus = Instance.new("TextLabel")
  1079.     local st1 = Instance.new("TextLabel")
  1080.     local st1_2 = Instance.new("TextLabel")
  1081.     local st1_3 = Instance.new("TextLabel")
  1082.     local Name = Instance.new("TextLabel")
  1083.     --Properties:
  1084.    
  1085.     Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  1086.    
  1087.    
  1088.    
  1089.     local gotstring = 0
  1090.     local function getrandomstring()
  1091.         gotstring = gotstring+666
  1092.         local str = ""
  1093.         local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
  1094.              "а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","о","п","р","с","т","у","ф","х","ч","щ","ъ","ы","ъ","э","ю","я", "`", "$",
  1095.             "0","1","2","3","4","5","6","7","8","9", }
  1096.         local counting123 = 0
  1097.         for i, v in ipairs(randomstring) do
  1098.             counting123 = i
  1099.         end
  1100.         do
  1101.             math.randomseed(tick()+gotstring)
  1102.             for i = 3, math.random(1,100) do
  1103.                     math.randomseed(i+tick()+gotstring)
  1104.                    
  1105.                     local oneortwo = math.random(1,2)
  1106.                     if oneortwo == 2 then
  1107.                         math.randomseed(i+tick()+gotstring)
  1108.                         str = str..""..randomstring[math.random(1, counting123)]
  1109.                     else
  1110.                         math.randomseed(i+tick()+gotstring)
  1111.                         str = str..""..string.upper(randomstring[math.random(1, counting123)])
  1112.                     end
  1113.                
  1114.             end
  1115.         end
  1116.         return str
  1117.     end
  1118.     local mousedown = false
  1119.     local isonmovething = false
  1120.     local mouseoffset = Vector2.new()
  1121.     local mousedown = false
  1122.    
  1123.    
  1124.    
  1125.    
  1126.     Gui.Name = getrandomstring()
  1127.    
  1128.     Move.Name = getrandomstring()
  1129.     Move.Draggable = true
  1130.     Move.Parent = Gui
  1131.     Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1132.     Move.BackgroundTransparency = 0.40000000596046
  1133.     Move.BorderSizePixel = 0
  1134.     Move.Position = UDim2.new(0.5, 0,0.018, 0)
  1135.     Move.Size = UDim2.new(0.2, 0, 0.0320388414, 0)
  1136.    
  1137.     Move.MouseEnter:Connect(function()
  1138.        
  1139.         isonmovething = true
  1140.        
  1141.     end)
  1142.     Move.MouseLeave:Connect(function()
  1143.        
  1144.         isonmovething = mousedown and true or false
  1145.     end)
  1146.     mouse.Button1Down:connect(function()
  1147.         mousedown = true
  1148.         mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  1149.     end)
  1150.     mouse.Button1Up:connect(function()
  1151.         mousedown = false
  1152.     end)
  1153.    
  1154.     mouse.Move:Connect(function()
  1155.         if isonmovething == true and mousedown then
  1156.             Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  1157.         end
  1158.     end)
  1159.    
  1160.     Main.Name = getrandomstring()
  1161.     Main.Parent = Move
  1162.     Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1163.     Main.BackgroundTransparency = 0.69999998807907
  1164.     Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  1165.     Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
  1166.    
  1167.     EspStatus.Name = getrandomstring()
  1168.     EspStatus.Parent = Main
  1169.     EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  1170.     EspStatus.BackgroundTransparency = 1
  1171.     EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  1172.     EspStatus.Font = Enum.Font.ArialBold
  1173.     EspStatus.Text = "Press T to update Esp"
  1174.     EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1175.     EspStatus.TextScaled = true
  1176.     EspStatus.TextSize = 14
  1177.     EspStatus.TextWrapped = true
  1178.    
  1179.     st1.Name = getrandomstring()
  1180.     st1.Parent = Main
  1181.     st1.BackgroundColor3 = Color3.new(1, 1, 1)
  1182.     st1.BackgroundTransparency = 1
  1183.     st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  1184.     st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  1185.     st1.Font = Enum.Font.ArialBold
  1186.     st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  1187.     st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1188.     st1.TextScaled = true
  1189.     st1.TextSize = 14
  1190.     st1.TextWrapped = true
  1191.    
  1192.     st1_2.Name = getrandomstring()
  1193.     st1_2.Parent = Main
  1194.     st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1195.     st1_2.BackgroundTransparency = 1
  1196.     st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  1197.     st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  1198.     st1_2.Font = Enum.Font.ArialBold
  1199.     st1_2.Text = "Press L to enable esp loop. Press Y to disable/enable aimbot hider"
  1200.     st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1201.     st1_2.TextScaled = true
  1202.     st1_2.TextSize = 14
  1203.     st1_2.TextWrapped = true
  1204.    
  1205.     local aimbothiderbox = Instance.new("TextBox")
  1206.     aimbothiderbox.Name = getrandomstring()
  1207.     aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1208.     aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  1209.     aimbothiderbox.TextScaled = true
  1210.     aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1211.     aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  1212.     aimbothiderbox.BackgroundTransparency = 1
  1213.     aimbothiderbox.Parent = Main
  1214.    
  1215.     st1_3.Name = getrandomstring()
  1216.     st1_3.Parent = Main
  1217.     st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1218.     st1_3.BackgroundTransparency = 1
  1219.     st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  1220.     st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  1221.     st1_3.Font = Enum.Font.ArialBold
  1222.     st1_3.Text = "Press O to change team based mode"
  1223.     st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1224.     st1_3.TextScaled = true
  1225.     st1_3.TextSize = 14
  1226.     st1_3.TextWrapped = true
  1227.     local teambasedstatus = st1_3:Clone()
  1228.     teambasedstatus.Parent = Main
  1229.     teambasedstatus.TextScaled = true
  1230.     teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  1231.     teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  1232.     teambasedstatus.Name = getrandomstring()
  1233.     teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1234.     local espstatustext = teambasedstatus:Clone()
  1235.     espstatustext.Name = getrandomstring()
  1236.     espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  1237.     espstatustext.Text = "Esp loop :"..tostring(autoesp)
  1238.     espstatustext.Parent = Main
  1239.     local hide = Instance.new("TextButton")
  1240.     hide.Text = "_"
  1241.     hide.BackgroundTransparency = 1
  1242.     hide.TextScaled = true
  1243.     hide.TextWrapped = true
  1244.     hide.Size = UDim2.new(0.1, 0,1, 0)
  1245.     hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  1246.     hide.Name = getrandomstring()
  1247.     hide.Parent = Move
  1248.     Name.Name = getrandomstring()
  1249.     Name.Parent = Move
  1250.     Name.BackgroundColor3 = Color3.new(1, 1, 1)
  1251.     Name.BackgroundTransparency = 1
  1252.     Name.Size = UDim2.new(0.838, 0, 1, 0)
  1253.     Name.Font = Enum.Font.Arial
  1254.     Name.Text = "FPS gui v"..ver
  1255.     Name.TextColor3 = Color3.new(0, 0, 0)
  1256.     Name.TextScaled = true
  1257.     Name.TextSize = 14
  1258.     Name.TextWrapped = true
  1259.     Name.TextXAlignment = Enum.TextXAlignment.Left
  1260.     local scr = Instance.new("ScrollingFrame")
  1261.     scr.Size = Main.Size
  1262.     scr.Position = Main.Position
  1263.     scr.ScrollBarThickness = 0
  1264.     scr.BackgroundTransparency = 1
  1265.     scr.Name = getrandomstring()
  1266.     Main.Size = UDim2.new(1, 0, 1, 0)
  1267.     Main.Position = UDim2.new(0,0,0,0)
  1268.     Main.Parent = scr
  1269.     scr.Parent = Move
  1270.     startpos = Main.Position
  1271.     Move.Active = true
  1272.    
  1273.     -- Scripts:
  1274.     hided = false
  1275.     hide.MouseButton1Click:Connect(function()
  1276.         if hided == false then
  1277.             hided = true
  1278.             Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  1279.         else
  1280.             hided = false
  1281.             Main:TweenPosition(startpos)
  1282.         end
  1283.     end)
  1284.    
  1285.    
  1286.     aimbothiderbox.FocusLost:Connect(function()
  1287.         local numb = tonumber(aimbothiderbox.Text)
  1288.         if aimbothider == true then
  1289.             aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  1290.         else
  1291.             aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1292.         end
  1293.         if numb ~= nil then
  1294.             aimbothiderspeed = numb
  1295.             if aimbothider == true then
  1296.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1297.             else
  1298.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1299.             end
  1300.         else
  1301.             if aimbothider == true then
  1302.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1303.             else
  1304.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1305.             end
  1306.         end
  1307.     end)
  1308.    
  1309.    
  1310.     local plrsforaim = {}
  1311.    
  1312.    
  1313.     Move.Draggable = true
  1314.     Gui.ResetOnSpawn = false
  1315.     --Gui.Name = "Chat"
  1316.     Gui.DisplayOrder = 999
  1317.     if game.Workspace.TestingInStudio or not game:GetService("CoreGui") then
  1318.         Gui.Parent = plrs.LocalPlayer.PlayerGui
  1319.     else
  1320.         Gui.Parent = game:GetService("CoreGui")
  1321.     end
  1322.     local espheadthing
  1323.     do
  1324.     local BillboardGui = Instance.new("BillboardGui")
  1325.     local PName = Instance.new("TextLabel")
  1326.     local Pdist = Instance.new("TextLabel")
  1327.     local ImageLabel = Instance.new("ImageLabel")
  1328.     local ImageLabel_2 = Instance.new("ImageLabel")
  1329.     --Properties:
  1330.     --BillboardGui.Parent = game.Workspace.Part
  1331.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1332.     BillboardGui.AlwaysOnTop = true
  1333.     BillboardGui.LightInfluence = 0
  1334.     BillboardGui.Size = UDim2.new(0, 100, 0, 46)
  1335.     BillboardGui.Name = "headoverthing"
  1336.    
  1337.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Global
  1338.    
  1339.     PName.Name = "PName"
  1340.     PName.Parent = BillboardGui
  1341.     PName.BackgroundColor3 = espcolor
  1342.     PName.BackgroundTransparency = 0.55000001192093
  1343.     PName.BorderSizePixel = 0
  1344.     PName.Size = UDim2.new(0, 100, 0, 23)
  1345.     PName.Font = Enum.Font.SourceSans
  1346.     PName.Text = "urmom"
  1347.     PName.TextColor3 = Color3.new(0, 0, 0)
  1348.     PName.TextScaled = true
  1349.     PName.TextSize = 14
  1350.     PName.TextWrapped = true
  1351.    
  1352.     Pdist.Name = "Pdist"
  1353.     Pdist.Parent = BillboardGui
  1354.     Pdist.AnchorPoint = Vector2.new(0.5, 0)
  1355.     Pdist.BackgroundColor3 = espcolor
  1356.     Pdist.BackgroundTransparency = 0.55000001192093
  1357.     Pdist.BorderSizePixel = 0
  1358.     Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  1359.     Pdist.Size = UDim2.new(0, 70, 0, 23)
  1360.     Pdist.Font = Enum.Font.SourceSans
  1361.     Pdist.Text = "666"
  1362.     Pdist.TextColor3 = Color3.new(0, 0, 0)
  1363.     Pdist.TextScaled = true
  1364.     Pdist.TextSize = 14
  1365.     Pdist.TextWrapped = true
  1366.    
  1367.     ImageLabel.Parent = BillboardGui
  1368.     ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  1369.     ImageLabel.BackgroundTransparency = 1
  1370.     ImageLabel.BorderColor3 = espcolor
  1371.     ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  1372.     ImageLabel.Rotation = 180
  1373.     ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  1374.     ImageLabel.Image = "rbxassetid://2832171824"
  1375.     ImageLabel.ImageColor3 = espcolor
  1376.     ImageLabel.ImageTransparency = 0.55000001192093
  1377.    
  1378.     ImageLabel_2.Parent = BillboardGui
  1379.     ImageLabel_2.BackgroundColor3 = espcolor
  1380.     ImageLabel_2.BackgroundTransparency = 1
  1381.     ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  1382.     ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  1383.     ImageLabel_2.Rotation = 180
  1384.     ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  1385.     ImageLabel_2.Image = "rbxassetid://2832177613"
  1386.     ImageLabel_2.ImageColor3 = espcolor
  1387.     ImageLabel_2.ImageTransparency = 0.55000001192093
  1388.     for i, v in pairs(BillboardGui:GetChildren()) do
  1389.         v.ZIndex = 6
  1390.     end
  1391.     espheadthing = BillboardGui
  1392.     end
  1393.    
  1394.    
  1395.    
  1396.     f = {}
  1397.     f.UpdateHeadUI = function(v)
  1398.        
  1399.            
  1400.                 if v.Adornee then
  1401.                     local destr = false
  1402.                     if TeamBased then
  1403.                         destr = true
  1404.                         local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  1405.                         if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  1406.                             destr = false
  1407.                         end
  1408.                     end
  1409.                     if lightesp == true then
  1410.                         v.Pdist.TextColor3 = Color3.new(1,1,1)
  1411.                         v.PName.TextColor3 = Color3.new(1,1,1)
  1412.                     else
  1413.                         v.Pdist.TextColor3 = Color3.new(0,0,0)
  1414.                         v.PName.TextColor3 = Color3.new(0,0,0)
  1415.                     end
  1416.                     local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  1417.                     v.Pdist.Text = tostring(d)
  1418.                     if d < 10 then
  1419.                         v.Enabled = false
  1420.                     else
  1421.                         v.Enabled = true
  1422.                     end
  1423.                     v.StudsOffset = Vector3.new(0, -(2-d)/12+1.5, 0)
  1424.                     if destr then
  1425.                         v:Destroy()
  1426.                     end
  1427.                 else
  1428.                     v:Destroy()
  1429.                 end
  1430.            
  1431.        
  1432.     end
  1433.     local espforlder
  1434.     local partconverter = Instance.new("Part")
  1435.     --local headsupdatelist = {}
  1436.     f.addesp = function()
  1437.         pcall(function()
  1438.         --print("ESP ran")
  1439.         if espforlder then
  1440.             espforlder:Destroy()
  1441.             espforlder = Instance.new("Folder")
  1442.             espforlder.Parent = game.Workspace.CurrentCamera
  1443.         else
  1444.             espforlder = Instance.new("Folder")
  1445.             espforlder.Parent = game.Workspace.CurrentCamera
  1446.         end
  1447.         for i, v in pairs(espforlder:GetChildren()) do
  1448.             v:Destroy()
  1449.         end
  1450.         for _, plr in pairs(plrs:GetChildren()) do
  1451.             if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  1452.                 if TeamBased == true then
  1453.                     if plr.Team.Name ~= plrs.LocalPlayer.Team.Name  then
  1454.                         local e = espforlder:FindFirstChild(plr.Name)
  1455.                         if not e then
  1456.                             local fold = Instance.new("Folder", espforlder)
  1457.                             fold.Name = plr.Name
  1458.                            
  1459.                             --partconverter.BrickColor = plr.Team.Color
  1460.                             --local teamc = partconverter.Color
  1461.                             for i, p in pairs(plr.Character:GetChildren()) do
  1462.                                 if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  1463.                                     local urmom = Instance.new("BoxHandleAdornment")
  1464.                                     urmom.ZIndex = 5
  1465.                                     urmom.AlwaysOnTop = true
  1466.                                     urmom.Color3 = espcolor
  1467.                                     urmom.Size = p.Size
  1468.                                     urmom.Adornee = p
  1469.                                     urmom.Name = tick().." Ur mom has big gay"
  1470.                                     urmom.Transparency = wallhack_esp_transparency
  1471.                                     urmom.Parent = fold
  1472.                                     if p.Name == "Head" then
  1473.                                         local th = p:FindFirstChild("headoverthing")
  1474.                                         if not th then
  1475.                                             local ht = espheadthing:Clone()
  1476.                                             ht.PName.Text = p.Parent.Name
  1477.                                             ht.Adornee = p
  1478.                                             --table.insert(headsupdatelist, ht)
  1479.                                             delay(0, function()
  1480.                                                 while wait(0.08) and plr and p do
  1481.                                                     f.UpdateHeadUI(ht)
  1482.                                                 end
  1483.                                             end)
  1484.                                             ht.Parent = p
  1485.                                         end
  1486.                                     end
  1487.                                 end
  1488.                             end
  1489.                             plr.Character.Humanoid.Died:Connect(function()
  1490.                                 fold:Destroy()
  1491.                             end)
  1492.                         end
  1493.                     end
  1494.                 else
  1495.                     local e = espforlder:FindFirstChild(plr.Name)
  1496.                     if not e then
  1497.                         local fold = Instance.new("Folder", espforlder)
  1498.                             fold.Name = plr.Name
  1499.                            
  1500.                             --partconverter.BrickColor = plr.Team.Color
  1501.                             --local teamc = Move.BackgroundColor3
  1502.                             for i, p in pairs(plr.Character:GetChildren()) do
  1503.                                 if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  1504.                                     local urmom = Instance.new("BoxHandleAdornment")
  1505.                                     urmom.ZIndex = 5
  1506.                                     urmom.AlwaysOnTop = true
  1507.                                     urmom.Color3 = espcolor
  1508.                                     urmom.Size = p.Size
  1509.                                     urmom.Adornee = p
  1510.                                     urmom.Name = tick().." Ur mom has big gay"
  1511.                                     urmom.Transparency = wallhack_esp_transparency
  1512.                                     urmom.Parent = fold
  1513.                                     if p.Name == "Head" then
  1514.                                         local th = p:FindFirstChild("headoverthing")
  1515.                                         if not th then
  1516.                                             local ht = espheadthing:Clone()
  1517.                                             ht.PName.Text = p.Parent.Name
  1518.                                             ht.Adornee = p
  1519.                                             delay(0, function()
  1520.                                                 while wait(0.08) and plr and p do
  1521.                                                     f.UpdateHeadUI(ht)
  1522.                                                 end
  1523.                                             end)
  1524.                                             --table.insert(headsupdatelist, ht)
  1525.                                             ht.Parent = p
  1526.                                         end
  1527.                                     end
  1528.                                 end
  1529.                             end
  1530.                             plr.Character.Humanoid.Died:Connect(function()
  1531.                                 fold:Destroy()
  1532.                             end)
  1533.                     end
  1534.                 end
  1535.                
  1536.                
  1537.             end
  1538.         end
  1539.         end)
  1540.     end
  1541.     local uis = game:GetService("UserInputService")
  1542.     local bringall = false
  1543.     local hided2 = false
  1544.     mouse.KeyDown:Connect(function(a)
  1545.         if a == "t" then
  1546.             --print("worked1")
  1547.             f.addesp()
  1548.         elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  1549.             if hided2 == false then
  1550.                 hided2 = true
  1551.                 autoesp =false
  1552.                 if espforlder then
  1553.                     espforlder:Destroy()
  1554.                 end
  1555.                 Gui.Enabled = false
  1556.             else
  1557.                 Gui.Enabled = true
  1558.                 hided2 = false
  1559.             end
  1560.         elseif a == "u" then
  1561.             if mouselock == false then
  1562.                 mouselock = true
  1563.             else
  1564.                 mouselock = false
  1565.             end
  1566.         elseif a == "y" then
  1567.             if aimbothider == false then
  1568.                 aimbothider = true
  1569.                 if aimbothider == true then
  1570.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1571.             else
  1572.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1573.             end
  1574.             else
  1575.                
  1576.                 aimbothider = false
  1577.                 if aimbothider == true then
  1578.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1579.             else
  1580.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1581.             end
  1582.             end
  1583.             if aimbothider == true then
  1584.                 aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  1585.             else
  1586.                 aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1587.             end
  1588.         elseif a == "l" then
  1589.             if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  1590.                 if autoesp == false then
  1591.                     autoesp = true
  1592.                 else
  1593.                     autoesp = false
  1594.                 end
  1595.             else
  1596.                 if lightesp == true then
  1597.                     lightesp = false
  1598.                 else
  1599.                     lightesp = true
  1600.                 end
  1601.             end
  1602.         elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  1603.             if Aim_Assist == true then
  1604.                 Aim_Assist = false
  1605.                 --print("disabled")
  1606.             else
  1607.                 Aim_Assist = true
  1608.             end
  1609.         end
  1610.         if a == "j" then
  1611.             if mouse.Target then
  1612.                 mouse.Target:Destroy()
  1613.             end
  1614.         end
  1615.         if a == key then
  1616.             if switch == false then
  1617.                 switch = true
  1618.             else
  1619.                 switch = false
  1620.                 if aimatpart ~= nil then
  1621.                     aimatpart = nil
  1622.                 end
  1623.             end
  1624.         elseif a == teambasedswitch then
  1625.             if TeamBased == true then
  1626.                 TeamBased = false
  1627.                 teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1628.             else
  1629.                 TeamBased = true
  1630.                 teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1631.             end
  1632.         elseif a == aimkey then
  1633.             if not aimatpart then
  1634.                 local maxangle = math.rad(20)
  1635.                 for i, plr in pairs(plrs:GetChildren()) do
  1636.                     if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  1637.                         if TeamBased == true then
  1638.                             if plr.Team.Name ~= lplr.Team.Name then
  1639.                                 local an = checkfov(plr.Character.Head)
  1640.                                 if an < maxangle then
  1641.                                     maxangle = an
  1642.                                     aimatpart = plr.Character.Head
  1643.                                 end
  1644.                             end
  1645.                         else
  1646.                             local an = checkfov(plr.Character.Head)
  1647.                                 if an < maxangle then
  1648.                                     maxangle = an
  1649.                                     aimatpart = plr.Character.Head
  1650.                                 end
  1651.                                 --print(plr)
  1652.                         end
  1653.                         local old = aimatpart
  1654.                         plr.Character.Humanoid.Died:Connect(function()
  1655.                             --print("died")
  1656.                             if aimatpart and aimatpart == old then
  1657.                                 aimatpart = nil
  1658.                             end
  1659.                         end)
  1660.                        
  1661.                     end
  1662.                 end
  1663.             else
  1664.                 aimatpart = nil
  1665.                 canaimat = false
  1666.                 delay(1.1, function()
  1667.                     canaimat = true
  1668.                 end)
  1669.             end
  1670.         end
  1671.     end)
  1672.    
  1673.     function getfovxyz (p0, p1, deg)
  1674.         local x1, y1, z1 = p0:ToOrientation()
  1675.         local cf = CFrame.new(p0.p, p1.p)
  1676.         local x2, y2, z2 = cf:ToOrientation()
  1677.         local d = math.deg
  1678.         if deg then
  1679.             return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  1680.         else
  1681.             return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  1682.         end
  1683.     end
  1684.    
  1685.    
  1686.     function aimat(part)
  1687.         if part then
  1688.             if aimbothider == true or Aim_Assist == true then
  1689.                 cam.CFrame = cam.CFrame:Lerp(CFrame.new(cam.CFrame.p, part.CFrame.p), aimbothiderspeed)
  1690.             else
  1691.                
  1692.                 cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  1693.             end
  1694.         end
  1695.     end
  1696.     function checkfov (part)
  1697.         local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  1698.         local angle = math.abs(fov.X) + math.abs(fov.Y)
  1699.         return angle
  1700.     end
  1701.     pcall(function()
  1702.         delay(0, function()
  1703.             while wait(.4) do
  1704.                 if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  1705.                     for i, plr in pairs(plrs:GetChildren()) do
  1706.                        
  1707.                        
  1708.                             local minangle = math.rad(5.5)
  1709.                             local lastpart = nil
  1710.                             local function gg(plr)
  1711.                                 pcall(function()
  1712.                                 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  1713.                                     local raycasted = false
  1714.                                     local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  1715.                                     local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  1716.                                     local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1,  {lplr.Character.Head})
  1717.                                     local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  1718.                                     if dist < 4 then
  1719.                                         raycasted = true
  1720.                                     end
  1721.                                     if raycasted == true then
  1722.                                         local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  1723.                                         local an = abs(an1.X) + abs(an1.Y)
  1724.                                         if an < minangle then
  1725.                                             minangle = an
  1726.                                             lastpart = plr.Character.Head
  1727.                                         end
  1728.                                     end
  1729.                                 end
  1730.                                 end)
  1731.                             end
  1732.                             if TeamBased then
  1733.                                 if plr.Team.Name ~= lplr.Team.Name then
  1734.                                     gg(plr)
  1735.                                 end
  1736.                             else
  1737.                                 gg(plr)
  1738.                             end
  1739.                             --print(math.deg(minangle))
  1740.                             if lastpart then
  1741.                                 aimatpart = lastpart
  1742.                                 aimatpart.Parent.Humanoid.Died:Connect(function()
  1743.                                     if aimatpart == lastpart then
  1744.                                         aimatpart = nil
  1745.                                     end
  1746.                                 end)
  1747.                            
  1748.                         end
  1749.                     end
  1750.                 end
  1751.             end
  1752.         end)
  1753.     end)
  1754.     local oldheadpos
  1755.     local lastaimapart
  1756.     game:GetService("RunService").RenderStepped:Connect(function()
  1757.         espstatustext.Text = "Esp loop :"..tostring(autoesp)
  1758.         if aimatpart and lplr.Character and lplr.Character.Head then
  1759.             if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  1760.                 local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  1761.                 if dist > 40 then
  1762.                     aimatpart = nil
  1763.                 end
  1764.             end
  1765.             lastaimapart = aimatpart
  1766.             oldheadpos = lastaimapart.CFrame.p
  1767.             do
  1768.                 if aimatpart.Parent == plrs.LocalPlayer.Character then
  1769.                     aimatpart = nil
  1770.                 end
  1771.                 aimat(aimatpart)
  1772.                 pcall(function()
  1773.                     if Aim_Assist == true then
  1774.                         local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  1775.                         local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  1776.                         local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1,  {lplr.Character.Head})
  1777.                         local dist = (aimatpart.CFrame.p- pos).magnitude
  1778.                         if obj then
  1779.                             --print(obj:GetFullName())
  1780.                         end
  1781.                         if not obj or dist > 6 then
  1782.                             aimatpart = nil
  1783.                             --print("ooof")
  1784.                         end
  1785.                         canaimat = false
  1786.                         delay(.5, function()
  1787.                             canaimat = true
  1788.                         end)
  1789.                     end
  1790.                 end)
  1791.             end
  1792.            
  1793.            
  1794.            
  1795.         end
  1796.     end)
  1797.    
  1798.    
  1799.     delay(0, function()
  1800.         while wait(espupdatetime) do
  1801.             if autoesp == true then
  1802.                 pcall(function()
  1803.                 f.addesp()
  1804.                 end)
  1805.             end
  1806.         end
  1807.     end)
  1808.     --warn("loaded")
  1809.     end)
  1810.     end)
  1811.  
  1812. end
  1813. coroutine.resume(coroutine.create(SCRIPT_CPNA80_FAKESCRIPT))
  1814. function SCRIPT_OZFM82_FAKESCRIPT() -- Give.GiveBtoolsScript
  1815.     local script = Instance.new('LocalScript')
  1816.     script.Parent = Give
  1817.     script.Parent.MouseButton1Click:Connect(function(click)
  1818.         print("Getting Btools") --This is a normal script >_>
  1819.     wait(2)
  1820.     print("Drag Success")
  1821.     local a = Instance.new("HopperBin")
  1822.     a.BinType = 1
  1823.     a.Parent = game.Players.LocalPlayer.Backpack --Replace killerboy634 With your name!
  1824.     wait(3)
  1825.     print("Delete Success")
  1826.     a = Instance.new("HopperBin")
  1827.     a.BinType = 4
  1828.     a.Parent = game.Players.LocalPlayer.Backpack --Replace killerboy634 With your name!
  1829.     wait(3)
  1830.     print("Copy Success")
  1831.     a = Instance.new("HopperBin")
  1832.     a.BinType = 3
  1833.     a.Parent = game.Players.LocalPlayer.Backpack --Replace killerboy634 With your name!
  1834.     end)
  1835.  
  1836. end
  1837. coroutine.resume(coroutine.create(SCRIPT_OZFM82_FAKESCRIPT))
  1838. function SCRIPT_VKDB76_FAKESCRIPT() -- NextPage.NextPageScript
  1839.     local script = Instance.new('LocalScript')
  1840.     script.Parent = NextPage
  1841.     local nextpage = script.Parent.Parent.Parent.Parent.MainB
  1842.     local thispage = script.Parent.Parent.Parent
  1843.     script.Parent.MouseButton1Click:Connect(function(click)
  1844.         thispage.Visible=false
  1845.         nextpage.Visible=true
  1846.     end)
  1847.  
  1848. end
  1849. coroutine.resume(coroutine.create(SCRIPT_VKDB76_FAKESCRIPT))
  1850. function SCRIPT_HTPT66_FAKESCRIPT() -- OpenMessage.OpenScript
  1851.     local script = Instance.new('LocalScript')
  1852.     script.Parent = OpenMessage
  1853.     local plr = game.Players.LocalPlayer
  1854.     local mouse = plr:GetMouse()
  1855.     mouse.KeyDown:connect(function(key)
  1856.         if key=="j" or key:upper() == "J" then
  1857.             script.Parent.Visible=false
  1858.             script.Parent.Parent.Main.Visible=true
  1859.         end
  1860.     end)
  1861.  
  1862. end
  1863. coroutine.resume(coroutine.create(SCRIPT_HTPT66_FAKESCRIPT))
  1864. function SCRIPT_QHRO88_FAKESCRIPT() -- FeChecker.FilteringEnabledCheckerScript
  1865.     local script = Instance.new('LocalScript')
  1866.     script.Parent = FeChecker
  1867.     local work = game.Workspace
  1868.     local on = "Filtering Enabled Is On :("
  1869.     local off = "Filtering Enabled Is Off :)"
  1870.     if work.FilteringEnabled==true then
  1871.         script.Parent.Text=on
  1872.         script.Parent.Parent.Parent.FeCheck.Value=true
  1873.     elseif
  1874.         work.FilteringEnabled==false then
  1875.             script.Parent.Text=off
  1876.             script.Parent.Parent.Parent.FeCheck.Value=false
  1877.     end
  1878.  
  1879. end
  1880. coroutine.resume(coroutine.create(SCRIPT_QHRO88_FAKESCRIPT))
  1881. function SCRIPT_SRBH82_FAKESCRIPT() -- jump.InfJumpScript
  1882.     local script = Instance.new('LocalScript')
  1883.     script.Parent = jump
  1884.     script.Parent.MouseButton1Click:Connect(function(click)
  1885.         -- //~ F to toggle ~\\ --
  1886.    
  1887.     _G.infinjump = true
  1888.    
  1889.     local Player = game:GetService("Players").LocalPlayer
  1890.     local Mouse = Player:GetMouse()
  1891.     Mouse.KeyDown:connect(function(k)
  1892.     if _G.infinjump then
  1893.     if k:byte() == 32 then
  1894.     local Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  1895.     Humanoid:ChangeState("Jumping")
  1896.     wait(0.1)
  1897.     Humanoid:ChangeState("Seated")
  1898.     end
  1899.     end
  1900.     end)
  1901.    
  1902.     local Player = game:GetService("Players").LocalPlayer
  1903.     local Mouse = Player:GetMouse()
  1904.     Mouse.KeyDown:connect(function(k)
  1905.     k = k:lower()
  1906.     if k == "f" then
  1907.     if _G.infinjump == true then
  1908.     _G.infinjump = false
  1909.     else
  1910.     _G.infinjump = true
  1911.     end
  1912.     end
  1913.     end)
  1914.     end)
  1915.  
  1916. end
  1917. coroutine.resume(coroutine.create(SCRIPT_SRBH82_FAKESCRIPT))
  1918. function SCRIPT_PMZD87_FAKESCRIPT() -- Exit_2.ExitScript
  1919.     local script = Instance.new('LocalScript')
  1920.     script.Parent = Exit_2
  1921.     local close = script.Parent.Parent
  1922.     local opengui = script.Parent.Parent.Parent.OpenMessage
  1923.     script.Parent.MouseButton1Click:Connect(function(clicked)
  1924.         close.Visible=false
  1925.         opengui.Visible=true
  1926.     end)
  1927.  
  1928. end
  1929. coroutine.resume(coroutine.create(SCRIPT_PMZD87_FAKESCRIPT))
  1930. function SCRIPT_SBIC87_FAKESCRIPT() -- FeNotice_2.ChangerScript
  1931.     local script = Instance.new('LocalScript')
  1932.     script.Parent = FeNotice_2
  1933.     local filter = script.Parent.Parent.Parent.FeCheck
  1934.     if filter.Value==true then
  1935.         script.Parent.Text = "Filtering Enabled Is On :("
  1936.     elseif
  1937.         filter.Value==false then
  1938.         script.Parent.Text = "Filtering Enabled Is Off :)" 
  1939.     end
  1940.  
  1941. end
  1942. coroutine.resume(coroutine.create(SCRIPT_SBIC87_FAKESCRIPT))
  1943. function SCRIPT_DIDH73_FAKESCRIPT() -- PreviousPage.PreviousPageScript
  1944.     local script = Instance.new('LocalScript')
  1945.     script.Parent = PreviousPage
  1946.     local prevoiuspage = script.Parent.Parent.Parent.Parent.Main
  1947.     local thispage = script.Parent.Parent.Parent
  1948.     script.Parent.MouseButton1Click:Connect(function(click)
  1949.         thispage.Visible=false
  1950.         prevoiuspage.Visible=true
  1951.     end)
  1952.  
  1953. end
  1954. coroutine.resume(coroutine.create(SCRIPT_DIDH73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement