Advertisement
Guest User

Retard Gui V1.4

a guest
Mar 24th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 66.42 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.Style = Enum.FrameStyle.RobloxRound
  786.  
  787. InfJump.Name = "Inf Jump"
  788. InfJump.Parent = MainB
  789. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  790. InfJump.BackgroundTransparency = 1
  791. InfJump.Position = UDim2.new(0.0317794606, 0, 0.0543263704, 0)
  792. InfJump.Size = UDim2.new(0, 187, 0, 130)
  793. InfJump.Image = "rbxassetid://2851926732"
  794. InfJump.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  795. InfJump.ScaleType = Enum.ScaleType.Slice
  796. InfJump.SliceCenter = Rect.new(12, 12, 12, 12)
  797.  
  798. Title_8.Name = "Title"
  799. Title_8.Parent = InfJump
  800. Title_8.BackgroundColor3 = Color3.new(1, 1, 1)
  801. Title_8.BackgroundTransparency = 1
  802. Title_8.Position = UDim2.new(0.0128891924, 0, 0.0404748321, 0)
  803. Title_8.Size = UDim2.new(0, 182, 0, 23)
  804. Title_8.Font = Enum.Font.SourceSans
  805. Title_8.Text = "Inf Jump"
  806. Title_8.TextColor3 = Color3.new(1, 1, 1)
  807. Title_8.TextScaled = true
  808. Title_8.TextSize = 14
  809. Title_8.TextWrapped = true
  810.  
  811. TextButton_Roundify_12px_8.Name = "TextButton_Roundify_12px"
  812. TextButton_Roundify_12px_8.Parent = InfJump
  813. TextButton_Roundify_12px_8.BackgroundColor3 = Color3.new(1, 1, 1)
  814. TextButton_Roundify_12px_8.BackgroundTransparency = 1
  815. TextButton_Roundify_12px_8.Position = UDim2.new(0.0771709606, 0, 0.70923084, 0)
  816. TextButton_Roundify_12px_8.Size = UDim2.new(0.844919801, 0, 0.227315113, 0)
  817. TextButton_Roundify_12px_8.Image = "rbxassetid://2851926732"
  818. TextButton_Roundify_12px_8.ImageColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  819. TextButton_Roundify_12px_8.ScaleType = Enum.ScaleType.Slice
  820. TextButton_Roundify_12px_8.SliceCenter = Rect.new(12, 12, 12, 12)
  821.  
  822. jump.Name = "jump"
  823. jump.Parent = TextButton_Roundify_12px_8
  824. jump.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  825. jump.BackgroundTransparency = 1
  826. jump.BorderSizePixel = 0
  827. jump.Position = UDim2.new(0.0340151228, 0, 0, 0)
  828. jump.Size = UDim2.new(0, 152, 0, 28)
  829. jump.Font = Enum.Font.SourceSans
  830. jump.Text = ""
  831. jump.TextColor3 = Color3.new(0, 0, 0)
  832. jump.TextSize = 14
  833.  
  834. Text_4.Name = "Text"
  835. Text_4.Parent = jump
  836. Text_4.BackgroundColor3 = Color3.new(1, 1, 1)
  837. Text_4.BackgroundTransparency = 1
  838. Text_4.Position = UDim2.new(-0.0797496811, 0, 0.048148632, 0)
  839. Text_4.Size = UDim2.new(0, 170, 0, 25)
  840. Text_4.Font = Enum.Font.SourceSans
  841. Text_4.Text = "Enter"
  842. Text_4.TextColor3 = Color3.new(1, 1, 1)
  843. Text_4.TextScaled = true
  844. Text_4.TextSize = 14
  845. Text_4.TextWrapped = true
  846.  
  847. SpamJump.Name = "Spam\"Jump\""
  848. SpamJump.Parent = InfJump
  849. SpamJump.BackgroundColor3 = Color3.new(1, 1, 1)
  850. SpamJump.BackgroundTransparency = 1
  851. SpamJump.Position = UDim2.new(0.0378973819, 0, 0.394302487, 0)
  852. SpamJump.Size = UDim2.new(0, 170, 0, 25)
  853. SpamJump.Font = Enum.Font.SourceSans
  854. SpamJump.Text = "Spam \"Jump\""
  855. SpamJump.TextColor3 = Color3.new(1, 1, 1)
  856. SpamJump.TextScaled = true
  857. SpamJump.TextSize = 14
  858. SpamJump.TextWrapped = true
  859.  
  860. Credits_2.Name = "Credits"
  861. Credits_2.Parent = MainB
  862. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  863. Credits_2.BackgroundTransparency = 1
  864. Credits_2.Position = UDim2.new(0.103099458, 0, 0.938625991, 0)
  865. Credits_2.Size = UDim2.new(0, 518, 0, 36)
  866. Credits_2.Font = Enum.Font.SourceSans
  867. Credits_2.Text = "Credits Scripting: Jakey#9989 Design: Jakey#9989,SweetSniper Trends Script Giver: SweetSniper Trends"
  868. Credits_2.TextColor3 = Color3.new(1, 1, 1)
  869. Credits_2.TextScaled = true
  870. Credits_2.TextSize = 14
  871. Credits_2.TextWrapped = true
  872.  
  873. Exit_2.Name = "Exit"
  874. Exit_2.Parent = MainB
  875. Exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  876. Exit_2.Position = UDim2.new(0.966475725, 0, -0.0683052391, 0)
  877. Exit_2.Size = UDim2.new(0, 54, 0, 49)
  878. Exit_2.Style = Enum.ButtonStyle.RobloxButtonDefault
  879. Exit_2.Font = Enum.Font.SourceSans
  880. Exit_2.Text = "X"
  881. Exit_2.TextColor3 = Color3.new(1, 1, 1)
  882. Exit_2.TextScaled = true
  883. Exit_2.TextSize = 14
  884. Exit_2.TextWrapped = true
  885.  
  886. FeNotice_2.Name = "FeNotice"
  887. FeNotice_2.Parent = MainB
  888. FeNotice_2.BackgroundColor3 = Color3.new(1, 1, 1)
  889. FeNotice_2.BackgroundTransparency = 1
  890. FeNotice_2.Position = UDim2.new(0.113010027, 0, -0.000497621775, 0)
  891. FeNotice_2.Size = UDim2.new(0, 530, 0, 14)
  892. FeNotice_2.Font = Enum.Font.SourceSans
  893. FeNotice_2.Text = ""
  894. FeNotice_2.TextColor3 = Color3.new(1, 1, 1)
  895. FeNotice_2.TextScaled = true
  896. FeNotice_2.TextSize = 14
  897. FeNotice_2.TextWrapped = true
  898.  
  899. TextButton_Roundify_12px_9.Name = "TextButton_Roundify_12px"
  900. TextButton_Roundify_12px_9.Parent = MainB
  901. TextButton_Roundify_12px_9.BackgroundColor3 = Color3.new(1, 1, 1)
  902. TextButton_Roundify_12px_9.BackgroundTransparency = 1
  903. TextButton_Roundify_12px_9.Position = UDim2.new(0.677749813, 0, -0.00298612379, 0)
  904. TextButton_Roundify_12px_9.Size = UDim2.new(0.283094287, 0, 0.034083195, 0)
  905. TextButton_Roundify_12px_9.Image = "rbxassetid://2851926732"
  906. TextButton_Roundify_12px_9.ImageColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  907. TextButton_Roundify_12px_9.ScaleType = Enum.ScaleType.Slice
  908. TextButton_Roundify_12px_9.SliceCenter = Rect.new(12, 12, 12, 12)
  909.  
  910. PreviousPage.Name = "PreviousPage"
  911. PreviousPage.Parent = TextButton_Roundify_12px_9
  912. PreviousPage.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  913. PreviousPage.BackgroundTransparency = 1
  914. PreviousPage.BorderSizePixel = 0
  915. PreviousPage.Position = UDim2.new(0.057112664, 0, -0.0638734251, 0)
  916. PreviousPage.Size = UDim2.new(0, 163, 0, 19)
  917. PreviousPage.Font = Enum.Font.SourceSans
  918. PreviousPage.Text = "Previous Page"
  919. PreviousPage.TextColor3 = Color3.new(1, 1, 1)
  920. PreviousPage.TextScaled = true
  921. PreviousPage.TextSize = 14
  922. PreviousPage.TextWrapped = true
  923. -- Scripts:
  924. function SCRIPT_NEHT77_FAKESCRIPT() -- Whitelist.LoginScript
  925.     local script = Instance.new('LocalScript')
  926.     script.Parent = Whitelist
  927.     local usernamecode = "Me uses"
  928.     local passwordcode = "Hacks"
  929.     local userbox = script.Parent.Parent.Username
  930.     local passbox = script.Parent.Parent.Password
  931.     local changingtext = script.Parent.Parent.ChangingText
  932.     script.Parent.MouseButton1Click:Connect(function(click)
  933.                  if userbox.Text==usernamecode then
  934.                  if passbox.Text==passwordcode then
  935.                  script.Parent.Parent.Determine.Text="Right Login :)"
  936.                  local name = game.Players.LocalPlayer.Name
  937.                  script.Parent.Parent.Parent.Parent.ThankMessage.PlrName.Text=name
  938.                  changingtext.Text="Logging You In"
  939.                  wait(1)
  940.                  changingtext.Text="Logging You In."
  941.                  wait(1)
  942.                  changingtext.Text="Logging You In.."
  943.                  wait(1)
  944.                  changingtext.Text="Logging You In..."
  945.                  wait(1)
  946.                  changingtext.Text="Logging You In"
  947.                  wait(1)
  948.                  changingtext.Text="..."
  949.                  wait(2)
  950.                  changingtext.Text="Opening :)"
  951.                  wait(3)
  952.                  script.Parent.Parent.Visible=false
  953.                  script.Parent.Parent.Parent.Visible=false
  954.                  script.Parent.Parent.Parent.Parent.ThankMessage.Visible=true
  955.                  wait(2)
  956.                  script.Parent.Parent.Parent.Parent.ThankMessage.Visible=false
  957.                  script.Parent.Parent.Parent.Parent.Main.Visible=true
  958.     end
  959.     end
  960.     end)
  961.  
  962. end
  963. coroutine.resume(coroutine.create(SCRIPT_NEHT77_FAKESCRIPT))
  964. function SCRIPT_KNDA75_FAKESCRIPT() -- Enter.SpeedScript
  965.     local script = Instance.new('LocalScript')
  966.     script.Parent = Enter
  967.     script.Parent.MouseButton1Click:Connect(function(plr)
  968.     local plr = script.Parent.Parent.Player.Text
  969.     local work = game.Workspace[""..plr]
  970.     local amount = script.Parent.Parent.Amount.Text
  971.         work.Humanoid.WalkSpeed=amount
  972.     end)
  973.  
  974. end
  975. coroutine.resume(coroutine.create(SCRIPT_KNDA75_FAKESCRIPT))
  976. function SCRIPT_VPJO71_FAKESCRIPT() -- Enter_2.HealthScript
  977.     local script = Instance.new('LocalScript')
  978.     script.Parent = Enter_2
  979.     script.Parent.MouseButton1Click:Connect(function(plr)
  980.     local plr = script.Parent.Parent.Player.Text
  981.     local work = game.Workspace[""..plr]
  982.     local amounta = script.Parent.Parent.Health.Text
  983.     local amountb = script.Parent.Parent.MaxHealth.Text
  984.         work.Humanoid.Health=amounta
  985.         work.Humanoid.MaxHealth=amountb
  986.     end)
  987.  
  988. end
  989. coroutine.resume(coroutine.create(SCRIPT_VPJO71_FAKESCRIPT))
  990. function SCRIPT_BCKW65_FAKESCRIPT() -- Enter_3.JumpScript
  991.     local script = Instance.new('LocalScript')
  992.     script.Parent = Enter_3
  993.     script.Parent.MouseButton1Click:Connect(function(plr)
  994.     local plr = script.Parent.Parent.Player.Text
  995.     local work = game.Workspace[""..plr]
  996.     local amount = script.Parent.Parent.Amount.Text
  997.         work.Humanoid.JumpPower=amount
  998.     end)
  999.  
  1000. end
  1001. coroutine.resume(coroutine.create(SCRIPT_BCKW65_FAKESCRIPT))
  1002. function SCRIPT_EIIJ83_FAKESCRIPT() -- Exit.ExitScript
  1003.     local script = Instance.new('LocalScript')
  1004.     script.Parent = Exit
  1005.     local close = script.Parent.Parent
  1006.     local opengui = script.Parent.Parent.Parent.OpenMessage
  1007.     script.Parent.MouseButton1Click:Connect(function(clicked)
  1008.         close.Visible=false
  1009.         opengui.Visible=true
  1010.     end)
  1011.  
  1012. end
  1013. coroutine.resume(coroutine.create(SCRIPT_EIIJ83_FAKESCRIPT))
  1014. function SCRIPT_KITE65_FAKESCRIPT() -- Enter_4.ServerDestroyerScript
  1015.     local script = Instance.new('LocalScript')
  1016.     script.Parent = Enter_4
  1017.     local blastrad = script.Parent.Parent.Parent.Amount.Text
  1018.     script.Parent.MouseButton1Click:Connect(function(click)
  1019.         while wait(1) do
  1020.             local destroy = Instance.new("Explosion",game.Workspace)
  1021.             destroy.BlastPressure=999999
  1022.             destroy.BlastRadius=blastrad
  1023.             destroy.Position=Vector3.new(0,0,0)
  1024.             end
  1025.         end)
  1026.  
  1027. end
  1028. coroutine.resume(coroutine.create(SCRIPT_KITE65_FAKESCRIPT))
  1029. function SCRIPT_RXJX90_FAKESCRIPT() -- FeNotice.ChangerScript
  1030.     local script = Instance.new('LocalScript')
  1031.     script.Parent = FeNotice
  1032.     local filter = script.Parent.Parent.Parent.FeCheck
  1033.     if filter.Value==true then
  1034.         script.Parent.Text = "Filtering Enabled Is On :("
  1035.     elseif
  1036.         filter.Value==false then
  1037.         script.Parent.Text = "Filtering Enabled Is Off :)" 
  1038.     end
  1039.  
  1040. end
  1041. coroutine.resume(coroutine.create(SCRIPT_RXJX90_FAKESCRIPT))
  1042. function SCRIPT_FPAH86_FAKESCRIPT() -- Open.OpenFPSGuiScript
  1043.     local script = Instance.new('LocalScript')
  1044.     script.Parent = Open
  1045.     script.Parent.MouseButton1Click:Connect(function(click)
  1046.         pcall(function()
  1047.     local espcolor = Color3.fromRGB(140, 69, 102)
  1048.     local wallhack_esp_transparency = .4
  1049.     local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  1050.     local plrs = game:GetService("Players")
  1051.     local lplr = game:GetService("Players").LocalPlayer
  1052.     local TeamBased = true ; local teambasedswitch = "o"
  1053.     local presskeytoaim = true; local aimkey = "e"
  1054.     aimbothider = false; aimbothiderspeed = .5
  1055.     local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  1056.     local espupdatetime = 5; autoesp = false
  1057.     local abs = math.abs
  1058.     local mouselock = false
  1059.     local canaimat = true
  1060.     local lockaim = true; local lockangle = 5
  1061.     local ver = "2.2"
  1062.     local cam = game.Workspace.CurrentCamera
  1063.     local BetterDeathCount = true
  1064.    
  1065.    
  1066.     local mouse = lplr:GetMouse()
  1067.     local switch = false
  1068.     local key = "k"
  1069.     local aimatpart = nil
  1070.     local lightesp = false
  1071.    
  1072.    
  1073.    
  1074.     local Gui = Instance.new("ScreenGui")
  1075.     local Move = Instance.new("Frame")
  1076.     local Main = Instance.new("Frame")
  1077.     local EspStatus = Instance.new("TextLabel")
  1078.     local st1 = Instance.new("TextLabel")
  1079.     local st1_2 = Instance.new("TextLabel")
  1080.     local st1_3 = Instance.new("TextLabel")
  1081.     local Name = Instance.new("TextLabel")
  1082.     --Properties:
  1083.    
  1084.     Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  1085.    
  1086.    
  1087.    
  1088.     local gotstring = 0
  1089.     local function getrandomstring()
  1090.         gotstring = gotstring+666
  1091.         local str = ""
  1092.         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",
  1093.              "а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","о","п","р","с","т","у","ф","х","ч","щ","ъ","ы","ъ","э","ю","я", "`", "$",
  1094.             "0","1","2","3","4","5","6","7","8","9", }
  1095.         local counting123 = 0
  1096.         for i, v in ipairs(randomstring) do
  1097.             counting123 = i
  1098.         end
  1099.         do
  1100.             math.randomseed(tick()+gotstring)
  1101.             for i = 3, math.random(1,100) do
  1102.                     math.randomseed(i+tick()+gotstring)
  1103.                    
  1104.                     local oneortwo = math.random(1,2)
  1105.                     if oneortwo == 2 then
  1106.                         math.randomseed(i+tick()+gotstring)
  1107.                         str = str..""..randomstring[math.random(1, counting123)]
  1108.                     else
  1109.                         math.randomseed(i+tick()+gotstring)
  1110.                         str = str..""..string.upper(randomstring[math.random(1, counting123)])
  1111.                     end
  1112.                
  1113.             end
  1114.         end
  1115.         return str
  1116.     end
  1117.     local mousedown = false
  1118.     local isonmovething = false
  1119.     local mouseoffset = Vector2.new()
  1120.     local mousedown = false
  1121.    
  1122.    
  1123.    
  1124.    
  1125.     Gui.Name = getrandomstring()
  1126.    
  1127.     Move.Name = getrandomstring()
  1128.     Move.Draggable = true
  1129.     Move.Parent = Gui
  1130.     Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1131.     Move.BackgroundTransparency = 0.40000000596046
  1132.     Move.BorderSizePixel = 0
  1133.     Move.Position = UDim2.new(0.5, 0,0.018, 0)
  1134.     Move.Size = UDim2.new(0.2, 0, 0.0320388414, 0)
  1135.    
  1136.     Move.MouseEnter:Connect(function()
  1137.        
  1138.         isonmovething = true
  1139.        
  1140.     end)
  1141.     Move.MouseLeave:Connect(function()
  1142.        
  1143.         isonmovething = mousedown and true or false
  1144.     end)
  1145.     mouse.Button1Down:connect(function()
  1146.         mousedown = true
  1147.         mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  1148.     end)
  1149.     mouse.Button1Up:connect(function()
  1150.         mousedown = false
  1151.     end)
  1152.    
  1153.     mouse.Move:Connect(function()
  1154.         if isonmovething == true and mousedown then
  1155.             Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  1156.         end
  1157.     end)
  1158.    
  1159.     Main.Name = getrandomstring()
  1160.     Main.Parent = Move
  1161.     Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1162.     Main.BackgroundTransparency = 0.69999998807907
  1163.     Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  1164.     Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
  1165.    
  1166.     EspStatus.Name = getrandomstring()
  1167.     EspStatus.Parent = Main
  1168.     EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  1169.     EspStatus.BackgroundTransparency = 1
  1170.     EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  1171.     EspStatus.Font = Enum.Font.ArialBold
  1172.     EspStatus.Text = "Press T to update Esp"
  1173.     EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1174.     EspStatus.TextScaled = true
  1175.     EspStatus.TextSize = 14
  1176.     EspStatus.TextWrapped = true
  1177.    
  1178.     st1.Name = getrandomstring()
  1179.     st1.Parent = Main
  1180.     st1.BackgroundColor3 = Color3.new(1, 1, 1)
  1181.     st1.BackgroundTransparency = 1
  1182.     st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  1183.     st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  1184.     st1.Font = Enum.Font.ArialBold
  1185.     st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  1186.     st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1187.     st1.TextScaled = true
  1188.     st1.TextSize = 14
  1189.     st1.TextWrapped = true
  1190.    
  1191.     st1_2.Name = getrandomstring()
  1192.     st1_2.Parent = Main
  1193.     st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1194.     st1_2.BackgroundTransparency = 1
  1195.     st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  1196.     st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  1197.     st1_2.Font = Enum.Font.ArialBold
  1198.     st1_2.Text = "Press L to enable esp loop. Press Y to disable/enable aimbot hider"
  1199.     st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1200.     st1_2.TextScaled = true
  1201.     st1_2.TextSize = 14
  1202.     st1_2.TextWrapped = true
  1203.    
  1204.     local aimbothiderbox = Instance.new("TextBox")
  1205.     aimbothiderbox.Name = getrandomstring()
  1206.     aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1207.     aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  1208.     aimbothiderbox.TextScaled = true
  1209.     aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1210.     aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  1211.     aimbothiderbox.BackgroundTransparency = 1
  1212.     aimbothiderbox.Parent = Main
  1213.    
  1214.     st1_3.Name = getrandomstring()
  1215.     st1_3.Parent = Main
  1216.     st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1217.     st1_3.BackgroundTransparency = 1
  1218.     st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  1219.     st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  1220.     st1_3.Font = Enum.Font.ArialBold
  1221.     st1_3.Text = "Press O to change team based mode"
  1222.     st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1223.     st1_3.TextScaled = true
  1224.     st1_3.TextSize = 14
  1225.     st1_3.TextWrapped = true
  1226.     local teambasedstatus = st1_3:Clone()
  1227.     teambasedstatus.Parent = Main
  1228.     teambasedstatus.TextScaled = true
  1229.     teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  1230.     teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  1231.     teambasedstatus.Name = getrandomstring()
  1232.     teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1233.     local espstatustext = teambasedstatus:Clone()
  1234.     espstatustext.Name = getrandomstring()
  1235.     espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  1236.     espstatustext.Text = "Esp loop :"..tostring(autoesp)
  1237.     espstatustext.Parent = Main
  1238.     local hide = Instance.new("TextButton")
  1239.     hide.Text = "_"
  1240.     hide.BackgroundTransparency = 1
  1241.     hide.TextScaled = true
  1242.     hide.TextWrapped = true
  1243.     hide.Size = UDim2.new(0.1, 0,1, 0)
  1244.     hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  1245.     hide.Name = getrandomstring()
  1246.     hide.Parent = Move
  1247.     Name.Name = getrandomstring()
  1248.     Name.Parent = Move
  1249.     Name.BackgroundColor3 = Color3.new(1, 1, 1)
  1250.     Name.BackgroundTransparency = 1
  1251.     Name.Size = UDim2.new(0.838, 0, 1, 0)
  1252.     Name.Font = Enum.Font.Arial
  1253.     Name.Text = "FPS gui v"..ver
  1254.     Name.TextColor3 = Color3.new(0, 0, 0)
  1255.     Name.TextScaled = true
  1256.     Name.TextSize = 14
  1257.     Name.TextWrapped = true
  1258.     Name.TextXAlignment = Enum.TextXAlignment.Left
  1259.     local scr = Instance.new("ScrollingFrame")
  1260.     scr.Size = Main.Size
  1261.     scr.Position = Main.Position
  1262.     scr.ScrollBarThickness = 0
  1263.     scr.BackgroundTransparency = 1
  1264.     scr.Name = getrandomstring()
  1265.     Main.Size = UDim2.new(1, 0, 1, 0)
  1266.     Main.Position = UDim2.new(0,0,0,0)
  1267.     Main.Parent = scr
  1268.     scr.Parent = Move
  1269.     startpos = Main.Position
  1270.     Move.Active = true
  1271.    
  1272.     -- Scripts:
  1273.     hided = false
  1274.     hide.MouseButton1Click:Connect(function()
  1275.         if hided == false then
  1276.             hided = true
  1277.             Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  1278.         else
  1279.             hided = false
  1280.             Main:TweenPosition(startpos)
  1281.         end
  1282.     end)
  1283.    
  1284.    
  1285.     aimbothiderbox.FocusLost:Connect(function()
  1286.         local numb = tonumber(aimbothiderbox.Text)
  1287.         if aimbothider == true then
  1288.             aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  1289.         else
  1290.             aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1291.         end
  1292.         if numb ~= nil then
  1293.             aimbothiderspeed = numb
  1294.             if aimbothider == true then
  1295.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1296.             else
  1297.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1298.             end
  1299.         else
  1300.             if aimbothider == true then
  1301.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1302.             else
  1303.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1304.             end
  1305.         end
  1306.     end)
  1307.    
  1308.    
  1309.     local plrsforaim = {}
  1310.    
  1311.    
  1312.     Move.Draggable = true
  1313.     Gui.ResetOnSpawn = false
  1314.     --Gui.Name = "Chat"
  1315.     Gui.DisplayOrder = 999
  1316.     if game.Workspace.TestingInStudio or not game:GetService("CoreGui") then
  1317.         Gui.Parent = plrs.LocalPlayer.PlayerGui
  1318.     else
  1319.         Gui.Parent = game:GetService("CoreGui")
  1320.     end
  1321.     local espheadthing
  1322.     do
  1323.     local BillboardGui = Instance.new("BillboardGui")
  1324.     local PName = Instance.new("TextLabel")
  1325.     local Pdist = Instance.new("TextLabel")
  1326.     local ImageLabel = Instance.new("ImageLabel")
  1327.     local ImageLabel_2 = Instance.new("ImageLabel")
  1328.     --Properties:
  1329.     --BillboardGui.Parent = game.Workspace.Part
  1330.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1331.     BillboardGui.AlwaysOnTop = true
  1332.     BillboardGui.LightInfluence = 0
  1333.     BillboardGui.Size = UDim2.new(0, 100, 0, 46)
  1334.     BillboardGui.Name = "headoverthing"
  1335.    
  1336.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Global
  1337.    
  1338.     PName.Name = "PName"
  1339.     PName.Parent = BillboardGui
  1340.     PName.BackgroundColor3 = espcolor
  1341.     PName.BackgroundTransparency = 0.55000001192093
  1342.     PName.BorderSizePixel = 0
  1343.     PName.Size = UDim2.new(0, 100, 0, 23)
  1344.     PName.Font = Enum.Font.SourceSans
  1345.     PName.Text = "urmom"
  1346.     PName.TextColor3 = Color3.new(0, 0, 0)
  1347.     PName.TextScaled = true
  1348.     PName.TextSize = 14
  1349.     PName.TextWrapped = true
  1350.    
  1351.     Pdist.Name = "Pdist"
  1352.     Pdist.Parent = BillboardGui
  1353.     Pdist.AnchorPoint = Vector2.new(0.5, 0)
  1354.     Pdist.BackgroundColor3 = espcolor
  1355.     Pdist.BackgroundTransparency = 0.55000001192093
  1356.     Pdist.BorderSizePixel = 0
  1357.     Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  1358.     Pdist.Size = UDim2.new(0, 70, 0, 23)
  1359.     Pdist.Font = Enum.Font.SourceSans
  1360.     Pdist.Text = "666"
  1361.     Pdist.TextColor3 = Color3.new(0, 0, 0)
  1362.     Pdist.TextScaled = true
  1363.     Pdist.TextSize = 14
  1364.     Pdist.TextWrapped = true
  1365.    
  1366.     ImageLabel.Parent = BillboardGui
  1367.     ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  1368.     ImageLabel.BackgroundTransparency = 1
  1369.     ImageLabel.BorderColor3 = espcolor
  1370.     ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  1371.     ImageLabel.Rotation = 180
  1372.     ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  1373.     ImageLabel.Image = "rbxassetid://2832171824"
  1374.     ImageLabel.ImageColor3 = espcolor
  1375.     ImageLabel.ImageTransparency = 0.55000001192093
  1376.    
  1377.     ImageLabel_2.Parent = BillboardGui
  1378.     ImageLabel_2.BackgroundColor3 = espcolor
  1379.     ImageLabel_2.BackgroundTransparency = 1
  1380.     ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  1381.     ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  1382.     ImageLabel_2.Rotation = 180
  1383.     ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  1384.     ImageLabel_2.Image = "rbxassetid://2832177613"
  1385.     ImageLabel_2.ImageColor3 = espcolor
  1386.     ImageLabel_2.ImageTransparency = 0.55000001192093
  1387.     for i, v in pairs(BillboardGui:GetChildren()) do
  1388.         v.ZIndex = 6
  1389.     end
  1390.     espheadthing = BillboardGui
  1391.     end
  1392.    
  1393.    
  1394.    
  1395.     f = {}
  1396.     f.UpdateHeadUI = function(v)
  1397.        
  1398.            
  1399.                 if v.Adornee then
  1400.                     local destr = false
  1401.                     if TeamBased then
  1402.                         destr = true
  1403.                         local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  1404.                         if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  1405.                             destr = false
  1406.                         end
  1407.                     end
  1408.                     if lightesp == true then
  1409.                         v.Pdist.TextColor3 = Color3.new(1,1,1)
  1410.                         v.PName.TextColor3 = Color3.new(1,1,1)
  1411.                     else
  1412.                         v.Pdist.TextColor3 = Color3.new(0,0,0)
  1413.                         v.PName.TextColor3 = Color3.new(0,0,0)
  1414.                     end
  1415.                     local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  1416.                     v.Pdist.Text = tostring(d)
  1417.                     if d < 10 then
  1418.                         v.Enabled = false
  1419.                     else
  1420.                         v.Enabled = true
  1421.                     end
  1422.                     v.StudsOffset = Vector3.new(0, -(2-d)/12+1.5, 0)
  1423.                     if destr then
  1424.                         v:Destroy()
  1425.                     end
  1426.                 else
  1427.                     v:Destroy()
  1428.                 end
  1429.            
  1430.        
  1431.     end
  1432.     local espforlder
  1433.     local partconverter = Instance.new("Part")
  1434.     --local headsupdatelist = {}
  1435.     f.addesp = function()
  1436.         pcall(function()
  1437.         --print("ESP ran")
  1438.         if espforlder then
  1439.             espforlder:Destroy()
  1440.             espforlder = Instance.new("Folder")
  1441.             espforlder.Parent = game.Workspace.CurrentCamera
  1442.         else
  1443.             espforlder = Instance.new("Folder")
  1444.             espforlder.Parent = game.Workspace.CurrentCamera
  1445.         end
  1446.         for i, v in pairs(espforlder:GetChildren()) do
  1447.             v:Destroy()
  1448.         end
  1449.         for _, plr in pairs(plrs:GetChildren()) do
  1450.             if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  1451.                 if TeamBased == true then
  1452.                     if plr.Team.Name ~= plrs.LocalPlayer.Team.Name  then
  1453.                         local e = espforlder:FindFirstChild(plr.Name)
  1454.                         if not e then
  1455.                             local fold = Instance.new("Folder", espforlder)
  1456.                             fold.Name = plr.Name
  1457.                            
  1458.                             --partconverter.BrickColor = plr.Team.Color
  1459.                             --local teamc = partconverter.Color
  1460.                             for i, p in pairs(plr.Character:GetChildren()) do
  1461.                                 if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  1462.                                     local urmom = Instance.new("BoxHandleAdornment")
  1463.                                     urmom.ZIndex = 5
  1464.                                     urmom.AlwaysOnTop = true
  1465.                                     urmom.Color3 = espcolor
  1466.                                     urmom.Size = p.Size
  1467.                                     urmom.Adornee = p
  1468.                                     urmom.Name = tick().." Ur mom has big gay"
  1469.                                     urmom.Transparency = wallhack_esp_transparency
  1470.                                     urmom.Parent = fold
  1471.                                     if p.Name == "Head" then
  1472.                                         local th = p:FindFirstChild("headoverthing")
  1473.                                         if not th then
  1474.                                             local ht = espheadthing:Clone()
  1475.                                             ht.PName.Text = p.Parent.Name
  1476.                                             ht.Adornee = p
  1477.                                             --table.insert(headsupdatelist, ht)
  1478.                                             delay(0, function()
  1479.                                                 while wait(0.08) and plr and p do
  1480.                                                     f.UpdateHeadUI(ht)
  1481.                                                 end
  1482.                                             end)
  1483.                                             ht.Parent = p
  1484.                                         end
  1485.                                     end
  1486.                                 end
  1487.                             end
  1488.                             plr.Character.Humanoid.Died:Connect(function()
  1489.                                 fold:Destroy()
  1490.                             end)
  1491.                         end
  1492.                     end
  1493.                 else
  1494.                     local e = espforlder:FindFirstChild(plr.Name)
  1495.                     if not e then
  1496.                         local fold = Instance.new("Folder", espforlder)
  1497.                             fold.Name = plr.Name
  1498.                            
  1499.                             --partconverter.BrickColor = plr.Team.Color
  1500.                             --local teamc = Move.BackgroundColor3
  1501.                             for i, p in pairs(plr.Character:GetChildren()) do
  1502.                                 if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  1503.                                     local urmom = Instance.new("BoxHandleAdornment")
  1504.                                     urmom.ZIndex = 5
  1505.                                     urmom.AlwaysOnTop = true
  1506.                                     urmom.Color3 = espcolor
  1507.                                     urmom.Size = p.Size
  1508.                                     urmom.Adornee = p
  1509.                                     urmom.Name = tick().." Ur mom has big gay"
  1510.                                     urmom.Transparency = wallhack_esp_transparency
  1511.                                     urmom.Parent = fold
  1512.                                     if p.Name == "Head" then
  1513.                                         local th = p:FindFirstChild("headoverthing")
  1514.                                         if not th then
  1515.                                             local ht = espheadthing:Clone()
  1516.                                             ht.PName.Text = p.Parent.Name
  1517.                                             ht.Adornee = p
  1518.                                             delay(0, function()
  1519.                                                 while wait(0.08) and plr and p do
  1520.                                                     f.UpdateHeadUI(ht)
  1521.                                                 end
  1522.                                             end)
  1523.                                             --table.insert(headsupdatelist, ht)
  1524.                                             ht.Parent = p
  1525.                                         end
  1526.                                     end
  1527.                                 end
  1528.                             end
  1529.                             plr.Character.Humanoid.Died:Connect(function()
  1530.                                 fold:Destroy()
  1531.                             end)
  1532.                     end
  1533.                 end
  1534.                
  1535.                
  1536.             end
  1537.         end
  1538.         end)
  1539.     end
  1540.     local uis = game:GetService("UserInputService")
  1541.     local bringall = false
  1542.     local hided2 = false
  1543.     mouse.KeyDown:Connect(function(a)
  1544.         if a == "t" then
  1545.             --print("worked1")
  1546.             f.addesp()
  1547.         elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  1548.             if hided2 == false then
  1549.                 hided2 = true
  1550.                 autoesp =false
  1551.                 if espforlder then
  1552.                     espforlder:Destroy()
  1553.                 end
  1554.                 Gui.Enabled = false
  1555.             else
  1556.                 Gui.Enabled = true
  1557.                 hided2 = false
  1558.             end
  1559.         elseif a == "u" then
  1560.             if mouselock == false then
  1561.                 mouselock = true
  1562.             else
  1563.                 mouselock = false
  1564.             end
  1565.         elseif a == "y" then
  1566.             if aimbothider == false then
  1567.                 aimbothider = true
  1568.                 if aimbothider == true then
  1569.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1570.             else
  1571.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1572.             end
  1573.             else
  1574.                
  1575.                 aimbothider = false
  1576.                 if aimbothider == true then
  1577.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1578.             else
  1579.                 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1580.             end
  1581.             end
  1582.             if aimbothider == true then
  1583.                 aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  1584.             else
  1585.                 aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1586.             end
  1587.         elseif a == "l" then
  1588.             if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  1589.                 if autoesp == false then
  1590.                     autoesp = true
  1591.                 else
  1592.                     autoesp = false
  1593.                 end
  1594.             else
  1595.                 if lightesp == true then
  1596.                     lightesp = false
  1597.                 else
  1598.                     lightesp = true
  1599.                 end
  1600.             end
  1601.         elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  1602.             if Aim_Assist == true then
  1603.                 Aim_Assist = false
  1604.                 --print("disabled")
  1605.             else
  1606.                 Aim_Assist = true
  1607.             end
  1608.         end
  1609.         if a == "j" then
  1610.             if mouse.Target then
  1611.                 mouse.Target:Destroy()
  1612.             end
  1613.         end
  1614.         if a == key then
  1615.             if switch == false then
  1616.                 switch = true
  1617.             else
  1618.                 switch = false
  1619.                 if aimatpart ~= nil then
  1620.                     aimatpart = nil
  1621.                 end
  1622.             end
  1623.         elseif a == teambasedswitch then
  1624.             if TeamBased == true then
  1625.                 TeamBased = false
  1626.                 teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1627.             else
  1628.                 TeamBased = true
  1629.                 teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1630.             end
  1631.         elseif a == aimkey then
  1632.             if not aimatpart then
  1633.                 local maxangle = math.rad(20)
  1634.                 for i, plr in pairs(plrs:GetChildren()) do
  1635.                     if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  1636.                         if TeamBased == true then
  1637.                             if plr.Team.Name ~= lplr.Team.Name then
  1638.                                 local an = checkfov(plr.Character.Head)
  1639.                                 if an < maxangle then
  1640.                                     maxangle = an
  1641.                                     aimatpart = plr.Character.Head
  1642.                                 end
  1643.                             end
  1644.                         else
  1645.                             local an = checkfov(plr.Character.Head)
  1646.                                 if an < maxangle then
  1647.                                     maxangle = an
  1648.                                     aimatpart = plr.Character.Head
  1649.                                 end
  1650.                                 --print(plr)
  1651.                         end
  1652.                         local old = aimatpart
  1653.                         plr.Character.Humanoid.Died:Connect(function()
  1654.                             --print("died")
  1655.                             if aimatpart and aimatpart == old then
  1656.                                 aimatpart = nil
  1657.                             end
  1658.                         end)
  1659.                        
  1660.                     end
  1661.                 end
  1662.             else
  1663.                 aimatpart = nil
  1664.                 canaimat = false
  1665.                 delay(1.1, function()
  1666.                     canaimat = true
  1667.                 end)
  1668.             end
  1669.         end
  1670.     end)
  1671.    
  1672.     function getfovxyz (p0, p1, deg)
  1673.         local x1, y1, z1 = p0:ToOrientation()
  1674.         local cf = CFrame.new(p0.p, p1.p)
  1675.         local x2, y2, z2 = cf:ToOrientation()
  1676.         local d = math.deg
  1677.         if deg then
  1678.             return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  1679.         else
  1680.             return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  1681.         end
  1682.     end
  1683.    
  1684.    
  1685.     function aimat(part)
  1686.         if part then
  1687.             if aimbothider == true or Aim_Assist == true then
  1688.                 cam.CFrame = cam.CFrame:Lerp(CFrame.new(cam.CFrame.p, part.CFrame.p), aimbothiderspeed)
  1689.             else
  1690.                
  1691.                 cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  1692.             end
  1693.         end
  1694.     end
  1695.     function checkfov (part)
  1696.         local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  1697.         local angle = math.abs(fov.X) + math.abs(fov.Y)
  1698.         return angle
  1699.     end
  1700.     pcall(function()
  1701.         delay(0, function()
  1702.             while wait(.4) do
  1703.                 if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  1704.                     for i, plr in pairs(plrs:GetChildren()) do
  1705.                        
  1706.                        
  1707.                             local minangle = math.rad(5.5)
  1708.                             local lastpart = nil
  1709.                             local function gg(plr)
  1710.                                 pcall(function()
  1711.                                 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  1712.                                     local raycasted = false
  1713.                                     local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  1714.                                     local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  1715.                                     local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1,  {lplr.Character.Head})
  1716.                                     local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  1717.                                     if dist < 4 then
  1718.                                         raycasted = true
  1719.                                     end
  1720.                                     if raycasted == true then
  1721.                                         local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  1722.                                         local an = abs(an1.X) + abs(an1.Y)
  1723.                                         if an < minangle then
  1724.                                             minangle = an
  1725.                                             lastpart = plr.Character.Head
  1726.                                         end
  1727.                                     end
  1728.                                 end
  1729.                                 end)
  1730.                             end
  1731.                             if TeamBased then
  1732.                                 if plr.Team.Name ~= lplr.Team.Name then
  1733.                                     gg(plr)
  1734.                                 end
  1735.                             else
  1736.                                 gg(plr)
  1737.                             end
  1738.                             --print(math.deg(minangle))
  1739.                             if lastpart then
  1740.                                 aimatpart = lastpart
  1741.                                 aimatpart.Parent.Humanoid.Died:Connect(function()
  1742.                                     if aimatpart == lastpart then
  1743.                                         aimatpart = nil
  1744.                                     end
  1745.                                 end)
  1746.                            
  1747.                         end
  1748.                     end
  1749.                 end
  1750.             end
  1751.         end)
  1752.     end)
  1753.     local oldheadpos
  1754.     local lastaimapart
  1755.     game:GetService("RunService").RenderStepped:Connect(function()
  1756.         espstatustext.Text = "Esp loop :"..tostring(autoesp)
  1757.         if aimatpart and lplr.Character and lplr.Character.Head then
  1758.             if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  1759.                 local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  1760.                 if dist > 40 then
  1761.                     aimatpart = nil
  1762.                 end
  1763.             end
  1764.             lastaimapart = aimatpart
  1765.             oldheadpos = lastaimapart.CFrame.p
  1766.             do
  1767.                 if aimatpart.Parent == plrs.LocalPlayer.Character then
  1768.                     aimatpart = nil
  1769.                 end
  1770.                 aimat(aimatpart)
  1771.                 pcall(function()
  1772.                     if Aim_Assist == true then
  1773.                         local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  1774.                         local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  1775.                         local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1,  {lplr.Character.Head})
  1776.                         local dist = (aimatpart.CFrame.p- pos).magnitude
  1777.                         if obj then
  1778.                             --print(obj:GetFullName())
  1779.                         end
  1780.                         if not obj or dist > 6 then
  1781.                             aimatpart = nil
  1782.                             --print("ooof")
  1783.                         end
  1784.                         canaimat = false
  1785.                         delay(.5, function()
  1786.                             canaimat = true
  1787.                         end)
  1788.                     end
  1789.                 end)
  1790.             end
  1791.            
  1792.            
  1793.            
  1794.         end
  1795.     end)
  1796.    
  1797.    
  1798.     delay(0, function()
  1799.         while wait(espupdatetime) do
  1800.             if autoesp == true then
  1801.                 pcall(function()
  1802.                 f.addesp()
  1803.                 end)
  1804.             end
  1805.         end
  1806.     end)
  1807.     --warn("loaded")
  1808.     end)
  1809.     end)
  1810.  
  1811. end
  1812. coroutine.resume(coroutine.create(SCRIPT_FPAH86_FAKESCRIPT))
  1813. function SCRIPT_CICF89_FAKESCRIPT() -- Give.GiveBtoolsScript
  1814.     local script = Instance.new('LocalScript')
  1815.     script.Parent = Give
  1816.     script.Parent.MouseButton1Click:Connect(function(click)
  1817.         print("Getting Btools") --This is a normal script >_>
  1818.     wait(2)
  1819.     print("Drag Success")
  1820.     local a = Instance.new("HopperBin")
  1821.     a.BinType = 1
  1822.     a.Parent = game.Players.LocalPlayer.Backpack --Replace killerboy634 With your name!
  1823.     wait(3)
  1824.     print("Delete Success")
  1825.     a = Instance.new("HopperBin")
  1826.     a.BinType = 4
  1827.     a.Parent = game.Players.LocalPlayer.Backpack --Replace killerboy634 With your name!
  1828.     wait(3)
  1829.     print("Copy Success")
  1830.     a = Instance.new("HopperBin")
  1831.     a.BinType = 3
  1832.     a.Parent = game.Players.LocalPlayer.Backpack --Replace killerboy634 With your name!
  1833.     end)
  1834.  
  1835. end
  1836. coroutine.resume(coroutine.create(SCRIPT_CICF89_FAKESCRIPT))
  1837. function SCRIPT_FOHY87_FAKESCRIPT() -- NextPage.NextPageScript
  1838.     local script = Instance.new('LocalScript')
  1839.     script.Parent = NextPage
  1840.     local nextpage = script.Parent.Parent.Parent.Parent.MainB
  1841.     local thispage = script.Parent.Parent.Parent
  1842.     script.Parent.MouseButton1Click:Connect(function(click)
  1843.         thispage.Visible=false
  1844.         nextpage.Visible=true
  1845.     end)
  1846.  
  1847. end
  1848. coroutine.resume(coroutine.create(SCRIPT_FOHY87_FAKESCRIPT))
  1849. function SCRIPT_ILBE65_FAKESCRIPT() -- OpenMessage.OpenScript
  1850.     local script = Instance.new('LocalScript')
  1851.     script.Parent = OpenMessage
  1852.     local plr = game.Players.LocalPlayer
  1853.     local mouse = plr:GetMouse()
  1854.     mouse.KeyDown:connect(function(key)
  1855.         if key=="j" or key:upper() == "J" then
  1856.             script.Parent.Visible=false
  1857.             script.Parent.Parent.Main.Visible=true
  1858.         end
  1859.     end)
  1860.  
  1861. end
  1862. coroutine.resume(coroutine.create(SCRIPT_ILBE65_FAKESCRIPT))
  1863. function SCRIPT_ZPMM75_FAKESCRIPT() -- FeChecker.FilteringEnabledCheckerScript
  1864.     local script = Instance.new('LocalScript')
  1865.     script.Parent = FeChecker
  1866.     local work = game.Workspace
  1867.     local on = "Filtering Enabled Is On :("
  1868.     local off = "Filtering Enabled Is Off :)"
  1869.     if work.FilteringEnabled==true then
  1870.         script.Parent.Text=on
  1871.         script.Parent.Parent.Parent.FeCheck.Value=true
  1872.     elseif
  1873.         work.FilteringEnabled==false then
  1874.             script.Parent.Text=off
  1875.             script.Parent.Parent.Parent.FeCheck.Value=false
  1876.     end
  1877.  
  1878. end
  1879. coroutine.resume(coroutine.create(SCRIPT_ZPMM75_FAKESCRIPT))
  1880. function SCRIPT_DZSD77_FAKESCRIPT() -- jump.InfJumpScript
  1881.     local script = Instance.new('LocalScript')
  1882.     script.Parent = jump
  1883.     script.Parent.MouseButton1Click:Connect(function(click)
  1884.         -- //~ F to toggle ~\\ --
  1885.    
  1886.     _G.infinjump = true
  1887.    
  1888.     local Player = game:GetService("Players").LocalPlayer
  1889.     local Mouse = Player:GetMouse()
  1890.     Mouse.KeyDown:connect(function(k)
  1891.     if _G.infinjump then
  1892.     if k:byte() == 32 then
  1893.     local Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  1894.     Humanoid:ChangeState("Jumping")
  1895.     wait(0.1)
  1896.     Humanoid:ChangeState("Seated")
  1897.     end
  1898.     end
  1899.     end)
  1900.    
  1901.     local Player = game:GetService("Players").LocalPlayer
  1902.     local Mouse = Player:GetMouse()
  1903.     Mouse.KeyDown:connect(function(k)
  1904.     k = k:lower()
  1905.     if k == "f" then
  1906.     if _G.infinjump == true then
  1907.     _G.infinjump = false
  1908.     else
  1909.     _G.infinjump = true
  1910.     end
  1911.     end
  1912.     end)
  1913.     end)
  1914.  
  1915. end
  1916. coroutine.resume(coroutine.create(SCRIPT_DZSD77_FAKESCRIPT))
  1917. function SCRIPT_BLRI73_FAKESCRIPT() -- Exit_2.ExitScript
  1918.     local script = Instance.new('LocalScript')
  1919.     script.Parent = Exit_2
  1920.     local close = script.Parent.Parent
  1921.     local opengui = script.Parent.Parent.Parent.OpenMessage
  1922.     script.Parent.MouseButton1Click:Connect(function(clicked)
  1923.         close.Visible=false
  1924.         opengui.Visible=true
  1925.     end)
  1926.  
  1927. end
  1928. coroutine.resume(coroutine.create(SCRIPT_BLRI73_FAKESCRIPT))
  1929. function SCRIPT_TTHD84_FAKESCRIPT() -- FeNotice_2.ChangerScript
  1930.     local script = Instance.new('LocalScript')
  1931.     script.Parent = FeNotice_2
  1932.     local filter = script.Parent.Parent.Parent.FeCheck
  1933.     if filter.Value==true then
  1934.         script.Parent.Text = "Filtering Enabled Is On :("
  1935.     elseif
  1936.         filter.Value==false then
  1937.         script.Parent.Text = "Filtering Enabled Is Off :)" 
  1938.     end
  1939.  
  1940. end
  1941. coroutine.resume(coroutine.create(SCRIPT_TTHD84_FAKESCRIPT))
  1942. function SCRIPT_SNBR70_FAKESCRIPT() -- PreviousPage.PreviousPageScript
  1943.     local script = Instance.new('LocalScript')
  1944.     script.Parent = PreviousPage
  1945.     local prevoiuspage = script.Parent.Parent.Parent.Parent.Main
  1946.     local thispage = script.Parent.Parent.Parent
  1947.     script.Parent.MouseButton1Click:Connect(function(click)
  1948.         thispage.Visible=false
  1949.         prevoiuspage.Visible=true
  1950.     end)
  1951.  
  1952. end
  1953. coroutine.resume(coroutine.create(SCRIPT_SNBR70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement