Advertisement
Guest User

FE Bypass gui Exploiter

a guest
Jan 19th, 2025
3,907
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.98 KB | None | 1 0
  1. -- Instances:
  2. -- the very new version with dripped out UI
  3.  
  4. local febypass = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local Inject = Instance.new("TextButton")
  7. local Scripts = Instance.new("TextButton")
  8. local Executor = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local Startup = Instance.new("Frame")
  11. local ImageLabel = Instance.new("ImageLabel")
  12. local scripts = Instance.new("Frame")
  13. local ScrollingFrame = Instance.new("ScrollingFrame")
  14. local _4nn1 = Instance.new("TextButton")
  15. local UIListLayout = Instance.new("UIListLayout")
  16. local c00lgui = Instance.new("TextButton")
  17. local IYAdmin = Instance.new("TextButton")
  18. local k00pgui = Instance.new("TextButton")
  19. local k00pguipass = Instance.new("TextButton")
  20. local roexploit = Instance.new("TextButton")
  21. local mml = Instance.new("TextButton")
  22. local exit = Instance.new("TextButton")
  23. local executor = Instance.new("Frame")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. local size = Instance.new("ScrollingFrame")
  26. local UICorner = Instance.new("UICorner")
  27. local Lines = Instance.new("TextLabel")
  28. local CMDBox = Instance.new("TextBox")
  29. local Tokens_ = Instance.new("TextLabel")
  30. local Strings_ = Instance.new("TextLabel")
  31. local RemoteHighlight_ = Instance.new("TextLabel")
  32. local Numbers_ = Instance.new("TextLabel")
  33. local Keywords_ = Instance.new("TextLabel")
  34. local Globals_ = Instance.new("TextLabel")
  35. local Comments_ = Instance.new("TextLabel")
  36. local Execute = Instance.new("TextButton")
  37. local Clear = Instance.new("TextButton")
  38. local Respawn = Instance.new("TextButton")
  39. local R6 = Instance.new("TextButton")
  40. local sidebar = Instance.new("ScrollingFrame")
  41. local close = Instance.new("TextButton")
  42. local minimize = Instance.new("TextButton")
  43. local oldexecutor = Instance.new("Frame")
  44. local TextBox = Instance.new("TextBox")
  45. local exe = Instance.new("TextButton")
  46. local clr = Instance.new("TextButton")
  47. local exit_2 = Instance.new("TextButton")
  48.  
  49. --Properties:
  50.  
  51. febypass.Name = "fe bypass"
  52. febypass.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  53. febypass.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  54. febypass.ResetOnSpawn = false
  55.  
  56. main.Name = "main"
  57. main.Parent = febypass
  58. main.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  59. main.BorderColor3 = Color3.fromRGB(189, 0, 0)
  60. main.BorderSizePixel = 5
  61. main.Position = UDim2.new(0.0296585672, 0, 0.631171346, 0)
  62. main.Size = UDim2.new(0, 461, 0, 247)
  63.  
  64. Inject.Name = "Inject"
  65. Inject.Parent = main
  66. Inject.BackgroundColor3 = Color3.fromRGB(171, 171, 171)
  67. Inject.BorderColor3 = Color3.fromRGB(157, 32, 32)
  68. Inject.BorderSizePixel = 4
  69. Inject.Position = UDim2.new(0.0244563799, 0, 0.0445344113, 0)
  70. Inject.Size = UDim2.new(0, 148, 0, 225)
  71. Inject.Font = Enum.Font.Gotham
  72. Inject.Text = "LOAD FE BYPASS"
  73. Inject.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. Inject.TextSize = 40.000
  75. Inject.TextWrapped = true
  76.  
  77. Scripts.Name = "Scripts"
  78. Scripts.Parent = main
  79. Scripts.BackgroundColor3 = Color3.fromRGB(171, 171, 171)
  80. Scripts.BorderColor3 = Color3.fromRGB(157, 32, 32)
  81. Scripts.BorderSizePixel = 4
  82. Scripts.Position = UDim2.new(0.408486992, 0, 0.0445344113, 0)
  83. Scripts.Size = UDim2.new(0, 111, 0, 139)
  84. Scripts.Font = Enum.Font.Gotham
  85. Scripts.Text = "Scripts"
  86. Scripts.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. Scripts.TextSize = 30.000
  88. Scripts.TextWrapped = true
  89.  
  90. Executor.Name = "Executor"
  91. Executor.Parent = main
  92. Executor.BackgroundColor3 = Color3.fromRGB(171, 171, 171)
  93. Executor.BorderColor3 = Color3.fromRGB(157, 32, 32)
  94. Executor.BorderSizePixel = 4
  95. Executor.Position = UDim2.new(0.717809081, 0, 0.0445344113, 0)
  96. Executor.Size = UDim2.new(0, 111, 0, 139)
  97. Executor.Font = Enum.Font.Gotham
  98. Executor.Text = "Executor"
  99. Executor.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. Executor.TextSize = 25.000
  101. Executor.TextWrapped = true
  102.  
  103. TextLabel.Parent = main
  104. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. TextLabel.BackgroundTransparency = 1.000
  106. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  107. TextLabel.BorderSizePixel = 0
  108. TextLabel.Position = UDim2.new(0.381778747, 0, 0.607287467, 0)
  109. TextLabel.Size = UDim2.new(0, 285, 0, 97)
  110. TextLabel.Font = Enum.Font.Gotham
  111. TextLabel.Text = "FE Bypass made by c00lkid"
  112. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. TextLabel.TextSize = 30.000
  114. TextLabel.TextWrapped = true
  115.  
  116. Startup.Name = "Startup"
  117. Startup.Parent = febypass
  118. Startup.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  119. Startup.BackgroundTransparency = 1.000
  120. Startup.BorderColor3 = Color3.fromRGB(0, 0, 0)
  121. Startup.BorderSizePixel = 0
  122. Startup.Size = UDim2.new(0, 1915, 0, 930)
  123. Startup.Visible = false
  124.  
  125. ImageLabel.Parent = Startup
  126. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. ImageLabel.BackgroundTransparency = 1.000
  128. ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  129. ImageLabel.BorderSizePixel = 0
  130. ImageLabel.Position = UDim2.new(0.242483005, 0, 0.190859482, 0)
  131. ImageLabel.Size = UDim2.new(0, 988, 0, 576)
  132. ImageLabel.Image = "http://www.roblox.com/asset/?id=13983709155"
  133. ImageLabel.ImageTransparency = 1.000
  134.  
  135. scripts.Name = "scripts"
  136. scripts.Parent = febypass
  137. scripts.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  138. scripts.BorderColor3 = Color3.fromRGB(0, 0, 0)
  139. scripts.BorderSizePixel = 0
  140. scripts.Position = UDim2.new(0.558078647, 0, 0.374556422, 0)
  141. scripts.Size = UDim2.new(0, 382, 0, 285)
  142. scripts.Visible = false
  143.  
  144. ScrollingFrame.Parent = scripts
  145. ScrollingFrame.Active = true
  146. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  148. ScrollingFrame.BorderSizePixel = 0
  149. ScrollingFrame.Position = UDim2.new(0.0523560196, 0, 0.0771929845, 0)
  150. ScrollingFrame.Size = UDim2.new(0, 341, 0, 240)
  151.  
  152. _4nn1.Name = "4nn1"
  153. _4nn1.Parent = ScrollingFrame
  154. _4nn1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  155. _4nn1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  156. _4nn1.BorderSizePixel = 0
  157. _4nn1.Size = UDim2.new(0, 341, 0, 41)
  158. _4nn1.ZIndex = 2
  159. _4nn1.Font = Enum.Font.Gotham
  160. _4nn1.Text = "require(9sxf7TVz)('username') -- 4nn1 GUI"
  161. _4nn1.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. _4nn1.TextSize = 15.000
  163.  
  164. UIListLayout.Parent = ScrollingFrame
  165. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  166.  
  167. c00lgui.Name = "c00lgui"
  168. c00lgui.Parent = ScrollingFrame
  169. c00lgui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  170. c00lgui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  171. c00lgui.BorderSizePixel = 0
  172. c00lgui.Size = UDim2.new(0, 341, 0, 41)
  173. c00lgui.ZIndex = 2
  174. c00lgui.Font = Enum.Font.Gotham
  175. c00lgui.Text = "require(6032524768).Eagle('username') -- c00lgui"
  176. c00lgui.TextColor3 = Color3.fromRGB(255, 255, 255)
  177. c00lgui.TextSize = 12.000
  178.  
  179. IYAdmin.Name = "IY Admin"
  180. IYAdmin.Parent = ScrollingFrame
  181. IYAdmin.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  182. IYAdmin.BorderColor3 = Color3.fromRGB(0, 0, 0)
  183. IYAdmin.BorderSizePixel = 0
  184. IYAdmin.Size = UDim2.new(0, 341, 0, 41)
  185. IYAdmin.ZIndex = 2
  186. IYAdmin.Font = Enum.Font.Gotham
  187. IYAdmin.Text = "require(7624679472)('username') -- IY Admin"
  188. IYAdmin.TextColor3 = Color3.fromRGB(255, 255, 255)
  189. IYAdmin.TextSize = 14.000
  190.  
  191. k00pgui.Name = "k00pgui"
  192. k00pgui.Parent = ScrollingFrame
  193. k00pgui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  194. k00pgui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  195. k00pgui.BorderSizePixel = 0
  196. k00pgui.Size = UDim2.new(0, 341, 0, 41)
  197. k00pgui.ZIndex = 2
  198. k00pgui.Font = Enum.Font.Gotham
  199. k00pgui.Text = "require(0436277224).V8SKIDO('username') -- k00pgui"
  200. k00pgui.TextColor3 = Color3.fromRGB(255, 255, 255)
  201. k00pgui.TextSize = 11.000
  202.  
  203. k00pguipass.Name = "k00pgui pass"
  204. k00pguipass.Parent = ScrollingFrame
  205. k00pguipass.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  206. k00pguipass.BorderColor3 = Color3.fromRGB(0, 0, 0)
  207. k00pguipass.BorderSizePixel = 0
  208. k00pguipass.Size = UDim2.new(0, 341, 0, 41)
  209. k00pguipass.ZIndex = 2
  210. k00pguipass.Font = Enum.Font.Gotham
  211. k00pguipass.Text = "k00pgui password : k00pkidd"
  212. k00pguipass.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. k00pguipass.TextSize = 12.000
  214.  
  215. roexploit.Name = "roexploit"
  216. roexploit.Parent = ScrollingFrame
  217. roexploit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  218. roexploit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  219. roexploit.BorderSizePixel = 0
  220. roexploit.Size = UDim2.new(0, 341, 0, 41)
  221. roexploit.ZIndex = 2
  222. roexploit.Font = Enum.Font.Gotham
  223. roexploit.Text = "require(4159766103).load('username') -- Ro-Xploit 6.0"
  224. roexploit.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. roexploit.TextSize = 11.000
  226.  
  227. mml.Name = "mml"
  228. mml.Parent = ScrollingFrame
  229. mml.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  230. mml.BorderColor3 = Color3.fromRGB(0, 0, 0)
  231. mml.BorderSizePixel = 0
  232. mml.Size = UDim2.new(0, 341, 0, 41)
  233. mml.ZIndex = 2
  234. mml.Font = Enum.Font.Gotham
  235. mml.Text = "require(4159766103).load('username') -- MML Admin"
  236. mml.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. mml.TextSize = 12.000
  238.  
  239. exit.Name = "exit"
  240. exit.Parent = scripts
  241. exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  242. exit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  243. exit.BorderSizePixel = 0
  244. exit.Position = UDim2.new(0.973822176, 0, -0.00278620142, 0)
  245. exit.Size = UDim2.new(0, 10, 0, 14)
  246. exit.Font = Enum.Font.Gotham
  247. exit.Text = "X"
  248. exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  249. exit.TextSize = 10.000
  250.  
  251. executor.Name = "executor"
  252. executor.Parent = febypass
  253. executor.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  254. executor.BorderColor3 = Color3.fromRGB(255, 255, 255)
  255. executor.Position = UDim2.new(0.0190408826, 0, 0.314197153, 0)
  256. executor.Size = UDim2.new(0, 526, 0, 258)
  257. executor.Visible = false
  258.  
  259. TextLabel_2.Parent = executor
  260. TextLabel_2.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  261. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  262. TextLabel_2.BorderSizePixel = 0
  263. TextLabel_2.Position = UDim2.new(0.250950575, 0, 0, 0)
  264. TextLabel_2.Size = UDim2.new(0, 237, 0, 31)
  265. TextLabel_2.Font = Enum.Font.SourceSans
  266. TextLabel_2.Text = "Executor"
  267. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  268. TextLabel_2.TextScaled = true
  269. TextLabel_2.TextSize = 13.000
  270. TextLabel_2.TextWrapped = true
  271. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  272.  
  273. size.Name = "size"
  274. size.Parent = executor
  275. size.Active = true
  276. size.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. size.BorderSizePixel = 0
  278. size.Position = UDim2.new(0.00708738808, 0, 0.122131824, 0)
  279. size.Size = UDim2.new(0, 444, 0, 190)
  280. size.BottomImage = "rbxassetid://148970562"
  281. size.CanvasSize = UDim2.new(10, 0, 6, 0)
  282. size.MidImage = "rbxassetid://148970562"
  283. size.ScrollBarThickness = 3
  284. size.TopImage = "rbxassetid://148970562"
  285.  
  286. UICorner.CornerRadius = UDim.new(0, 4)
  287. UICorner.Parent = size
  288.  
  289. Lines.Name = "Lines"
  290. Lines.Parent = size
  291. Lines.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  292. Lines.BorderSizePixel = 0
  293. Lines.Size = UDim2.new(0, 24, 0, 1899)
  294. Lines.Font = Enum.Font.Code
  295. Lines.Text = "1"
  296. Lines.TextColor3 = Color3.fromRGB(255, 255, 255)
  297. Lines.TextSize = 14.000
  298. Lines.TextWrapped = true
  299. Lines.TextXAlignment = Enum.TextXAlignment.Right
  300. Lines.TextYAlignment = Enum.TextYAlignment.Top
  301.  
  302. CMDBox.Name = "CMDBox"
  303. CMDBox.Parent = size
  304. CMDBox.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  305. CMDBox.BackgroundTransparency = 1.000
  306. CMDBox.Position = UDim2.new(0.00885447953, -21, -7.4505806e-09, 0)
  307. CMDBox.Size = UDim2.new(0, 4760, 0, 1868)
  308. CMDBox.ClearTextOnFocus = false
  309. CMDBox.Font = Enum.Font.Code
  310. CMDBox.MultiLine = true
  311. CMDBox.PlaceholderColor3 = Color3.fromRGB(118, 118, 118)
  312. CMDBox.PlaceholderText = "-- best exploit better than ronaldo christiano 7"
  313. CMDBox.Text = ""
  314. CMDBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  315. CMDBox.TextSize = 14.000
  316. CMDBox.TextWrapped = true
  317. CMDBox.TextXAlignment = Enum.TextXAlignment.Left
  318. CMDBox.TextYAlignment = Enum.TextYAlignment.Top
  319.  
  320. Tokens_.Name = "Tokens_"
  321. Tokens_.Parent = CMDBox
  322. Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  323. Tokens_.BackgroundTransparency = 1.000
  324. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  325. Tokens_.ZIndex = 5
  326. Tokens_.Font = Enum.Font.Code
  327. Tokens_.Text = ""
  328. Tokens_.TextColor3 = Color3.fromRGB(165, 56, 255)
  329. Tokens_.TextSize = 14.000
  330. Tokens_.TextWrapped = true
  331. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  332. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  333.  
  334. Strings_.Name = "Strings_"
  335. Strings_.Parent = CMDBox
  336. Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  337. Strings_.BackgroundTransparency = 1.000
  338. Strings_.Size = UDim2.new(1, 0, 1, 0)
  339. Strings_.ZIndex = 5
  340. Strings_.Font = Enum.Font.Code
  341. Strings_.Text = ""
  342. Strings_.TextColor3 = Color3.fromRGB(173, 241, 149)
  343. Strings_.TextSize = 14.000
  344. Strings_.TextWrapped = true
  345. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  346. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  347.  
  348. RemoteHighlight_.Name = "RemoteHighlight_"
  349. RemoteHighlight_.Parent = CMDBox
  350. RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  351. RemoteHighlight_.BackgroundTransparency = 1.000
  352. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  353. RemoteHighlight_.ZIndex = 5
  354. RemoteHighlight_.Font = Enum.Font.Code
  355. RemoteHighlight_.Text = ""
  356. RemoteHighlight_.TextColor3 = Color3.fromRGB(0, 144, 255)
  357. RemoteHighlight_.TextSize = 14.000
  358. RemoteHighlight_.TextWrapped = true
  359. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  360. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  361.  
  362. Numbers_.Name = "Numbers_"
  363. Numbers_.Parent = CMDBox
  364. Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  365. Numbers_.BackgroundTransparency = 1.000
  366. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  367. Numbers_.ZIndex = 4
  368. Numbers_.Font = Enum.Font.Code
  369. Numbers_.Text = ""
  370. Numbers_.TextColor3 = Color3.fromRGB(255, 198, 0)
  371. Numbers_.TextSize = 14.000
  372. Numbers_.TextWrapped = true
  373. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  374. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  375.  
  376. Keywords_.Name = "Keywords_"
  377. Keywords_.Parent = CMDBox
  378. Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  379. Keywords_.BackgroundTransparency = 1.000
  380. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  381. Keywords_.ZIndex = 5
  382. Keywords_.Font = Enum.Font.Code
  383. Keywords_.Text = ""
  384. Keywords_.TextColor3 = Color3.fromRGB(248, 0, 4)
  385. Keywords_.TextSize = 14.000
  386. Keywords_.TextWrapped = true
  387. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  388. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  389.  
  390. Globals_.Name = "Globals_"
  391. Globals_.Parent = CMDBox
  392. Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  393. Globals_.BackgroundTransparency = 1.000
  394. Globals_.Size = UDim2.new(1, 0, 1, 0)
  395. Globals_.ZIndex = 5
  396. Globals_.Font = Enum.Font.Code
  397. Globals_.Text = ""
  398. Globals_.TextColor3 = Color3.fromRGB(132, 214, 247)
  399. Globals_.TextSize = 14.000
  400. Globals_.TextWrapped = true
  401. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  402. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  403.  
  404. Comments_.Name = "Comments_"
  405. Comments_.Parent = CMDBox
  406. Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  407. Comments_.BackgroundTransparency = 1.000
  408. Comments_.Size = UDim2.new(1, 0, 1, 0)
  409. Comments_.ZIndex = 5
  410. Comments_.Font = Enum.Font.Code
  411. Comments_.Text = ""
  412. Comments_.TextColor3 = Color3.fromRGB(59, 200, 59)
  413. Comments_.TextSize = 14.000
  414. Comments_.TextWrapped = true
  415. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  416. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  417.  
  418. Execute.Name = "Execute"
  419. Execute.Parent = executor
  420. Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  421. Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
  422. Execute.BorderSizePixel = 0
  423. Execute.Position = UDim2.new(0.00570342224, 0, 0.875968993, 2)
  424. Execute.Size = UDim2.new(0, 142, 0, 26)
  425. Execute.Font = Enum.Font.SourceSans
  426. Execute.Text = "Execute"
  427. Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  428. Execute.TextScaled = true
  429. Execute.TextSize = 14.000
  430. Execute.TextWrapped = true
  431.  
  432. Clear.Name = "Clear"
  433. Clear.Parent = executor
  434. Clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  435. Clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
  436. Clear.BorderSizePixel = 0
  437. Clear.Position = UDim2.new(0.292775661, 0, 0.875968993, 2)
  438. Clear.Size = UDim2.new(0, 142, 0, 26)
  439. Clear.Font = Enum.Font.SourceSans
  440. Clear.Text = "Clear"
  441. Clear.TextColor3 = Color3.fromRGB(0, 0, 0)
  442. Clear.TextScaled = true
  443. Clear.TextSize = 14.000
  444. Clear.TextWrapped = true
  445.  
  446. Respawn.Name = "Respawn"
  447. Respawn.Parent = executor
  448. Respawn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  449. Respawn.BorderColor3 = Color3.fromRGB(0, 0, 0)
  450. Respawn.BorderSizePixel = 0
  451. Respawn.Position = UDim2.new(0.579847872, 0, 0.875968993, 2)
  452. Respawn.Size = UDim2.new(0, 142, 0, 26)
  453. Respawn.Font = Enum.Font.SourceSans
  454. Respawn.Text = "Respawn"
  455. Respawn.TextColor3 = Color3.fromRGB(0, 0, 0)
  456. Respawn.TextScaled = true
  457. Respawn.TextSize = 14.000
  458. Respawn.TextWrapped = true
  459.  
  460. R6.Name = "R6"
  461. R6.Parent = executor
  462. R6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  463. R6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  464. R6.BorderSizePixel = 0
  465. R6.Position = UDim2.new(0.865018964, 0, 0.875968993, 2)
  466. R6.Size = UDim2.new(0, 68, 0, 26)
  467. R6.Font = Enum.Font.SourceSans
  468. R6.Text = "R6"
  469. R6.TextColor3 = Color3.fromRGB(0, 0, 0)
  470. R6.TextScaled = true
  471. R6.TextSize = 14.000
  472. R6.TextWrapped = true
  473.  
  474. sidebar.Name = "sidebar"
  475. sidebar.Parent = executor
  476. sidebar.Active = true
  477. sidebar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  478. sidebar.BorderColor3 = Color3.fromRGB(0, 0, 0)
  479. sidebar.BorderSizePixel = 0
  480. sidebar.Position = UDim2.new(0.865018964, 0, 0.120155036, 0)
  481. sidebar.Size = UDim2.new(0, 68, 0, 192)
  482. sidebar.BottomImage = "rbxassetid://148970562"
  483. sidebar.CanvasSize = UDim2.new(0, 0, 6, 0)
  484. sidebar.MidImage = "rbxassetid://148970562"
  485. sidebar.ScrollBarThickness = 3
  486.  
  487. close.Name = "close"
  488. close.Parent = executor
  489. close.BackgroundColor3 = Color3.fromRGB(115, 115, 115)
  490. close.BorderColor3 = Color3.fromRGB(0, 0, 0)
  491. close.BorderSizePixel = 0
  492. close.Position = UDim2.new(0.961977184, 0, -0.00775193796, 2)
  493. close.Size = UDim2.new(0, 20, 0, 20)
  494. close.Font = Enum.Font.SourceSans
  495. close.Text = "X"
  496. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  497. close.TextScaled = true
  498. close.TextSize = 14.000
  499. close.TextWrapped = true
  500.  
  501. minimize.Name = "minimize"
  502. minimize.Parent = executor
  503. minimize.BackgroundColor3 = Color3.fromRGB(115, 115, 115)
  504. minimize.BorderColor3 = Color3.fromRGB(0, 0, 0)
  505. minimize.BorderSizePixel = 0
  506. minimize.Position = UDim2.new(0.923954368, 0, -0.00775193796, 2)
  507. minimize.Size = UDim2.new(0, 20, 0, 20)
  508. minimize.Font = Enum.Font.SourceSans
  509. minimize.Text = "-"
  510. minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  511. minimize.TextScaled = true
  512. minimize.TextSize = 14.000
  513. minimize.TextWrapped = true
  514.  
  515. oldexecutor.Name = "old executor"
  516. oldexecutor.Parent = febypass
  517. oldexecutor.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  518. oldexecutor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  519. oldexecutor.BorderSizePixel = 0
  520. oldexecutor.Position = UDim2.new(0.625851631, 0, 0.316864103, 0)
  521. oldexecutor.Size = UDim2.new(0, 382, 0, 285)
  522. oldexecutor.Visible = false
  523.  
  524. TextBox.Parent = oldexecutor
  525. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  526. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  527. TextBox.BorderSizePixel = 0
  528. TextBox.Position = UDim2.new(0.0235603694, 0, 0.0479001589, 0)
  529. TextBox.Size = UDim2.new(0, 363, 0, 217)
  530. TextBox.Font = Enum.Font.SourceSans
  531. TextBox.Text = ""
  532. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  533. TextBox.TextSize = 14.000
  534. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  535. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  536.  
  537. exe.Name = "exe"
  538. exe.Parent = oldexecutor
  539. exe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  540. exe.BorderColor3 = Color3.fromRGB(0, 0, 0)
  541. exe.BorderSizePixel = 0
  542. exe.Position = UDim2.new(0, 0, 0.84984535, 0)
  543. exe.Size = UDim2.new(0, 183, 0, 46)
  544. exe.Font = Enum.Font.Gotham
  545. exe.Text = "execute"
  546. exe.TextColor3 = Color3.fromRGB(0, 0, 0)
  547. exe.TextSize = 40.000
  548.  
  549. clr.Name = "clr"
  550. clr.Parent = oldexecutor
  551. clr.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  552. clr.BorderColor3 = Color3.fromRGB(0, 0, 0)
  553. clr.BorderSizePixel = 0
  554. clr.Position = UDim2.new(0.520942569, 0, 0.84984535, 0)
  555. clr.Size = UDim2.new(0, 183, 0, 46)
  556. clr.Font = Enum.Font.Gotham
  557. clr.Text = "clear"
  558. clr.TextColor3 = Color3.fromRGB(0, 0, 0)
  559. clr.TextSize = 40.000
  560.  
  561. exit_2.Name = "exit"
  562. exit_2.Parent = oldexecutor
  563. exit_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  564. exit_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  565. exit_2.BorderSizePixel = 0
  566. exit_2.Position = UDim2.new(0.973822176, 0, -0.00278620142, 0)
  567. exit_2.Size = UDim2.new(0, 10, 0, 14)
  568. exit_2.Font = Enum.Font.Gotham
  569. exit_2.Text = "X"
  570. exit_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  571. exit_2.TextSize = 10.000
  572.  
  573. -- Scripts:
  574.  
  575. local function EYBRV_fake_script() -- Inject.LocalScript
  576. local script = Instance.new('LocalScript', Inject)
  577.  
  578. local injected = false
  579.  
  580. script.Parent.MouseButton1Click:Connect(function()
  581. if injected == false then
  582. local message = Instance.new("Message")
  583. message.Parent = workspace
  584. message.Text = "FEBYPASS SKID LOADING..."
  585. wait(4)
  586. message.Text = "FEBYPASS SKID LOADED DESTROY THE GAME!"
  587. wait(2)
  588. message:Destroy()
  589. injected = true
  590. elseif injected == true then
  591. local message = Instance.new("Message")
  592. message.Parent = workspace
  593. message.Text = "Already loaded!"
  594. wait(1)
  595. message:Destroy()
  596. end
  597. end)
  598. end
  599. coroutine.wrap(EYBRV_fake_script)()
  600. local function DWQQH_fake_script() -- Scripts.LocalScript
  601. local script = Instance.new('LocalScript', Scripts)
  602.  
  603. script.Parent.MouseButton1Click:Connect(function()
  604. script.Parent.Parent.Parent.scripts.Visible = true
  605. end)
  606. end
  607. coroutine.wrap(DWQQH_fake_script)()
  608. local function QPQOTFN_fake_script() -- Executor.LocalScript
  609. local script = Instance.new('LocalScript', Executor)
  610.  
  611. local bypassed = false
  612.  
  613. script.Parent.Parent.Inject.MouseButton1Click:Connect(function()
  614. wait(4)
  615. bypassed = true
  616. end)
  617.  
  618. script.Parent.MouseButton1Click:Connect(function()
  619. if bypassed == true then
  620. script.Parent.Parent.Parent.executor.Visible = true
  621. elseif bypassed == false then
  622. local message = Instance.new("Message")
  623. message.Parent = workspace
  624. message.Text = "HAVENT LOADED FEBYASS SKID"
  625. wait(1)
  626. message:Destroy()
  627. end
  628. end)
  629. end
  630. coroutine.wrap(QPQOTFN_fake_script)()
  631. local function OMYK_fake_script() -- main.Smooth GUI Dragging
  632. local script = Instance.new('LocalScript', main)
  633.  
  634. local UserInputService = game:GetService("UserInputService")
  635. local runService = (game:GetService("RunService"));
  636.  
  637. local gui = script.Parent
  638.  
  639. local dragging
  640. local dragInput
  641. local dragStart
  642. local startPos
  643.  
  644. function Lerp(a, b, m)
  645. return a + (b - a) * m
  646. end;
  647.  
  648. local lastMousePos
  649. local lastGoalPos
  650. local DRAG_SPEED = (8); -- // The speed of the UI darg.
  651. function Update(dt)
  652. if not (startPos) then return end;
  653. if not (dragging) and (lastGoalPos) then
  654. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  655. return
  656. end;
  657.  
  658. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  659. local xGoal = (startPos.X.Offset - delta.X);
  660. local yGoal = (startPos.Y.Offset - delta.Y);
  661. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  662. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  663. end;
  664.  
  665. gui.InputBegan:Connect(function(input)
  666. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  667. dragging = true
  668. dragStart = input.Position
  669. startPos = gui.Position
  670. lastMousePos = UserInputService:GetMouseLocation()
  671.  
  672. input.Changed:Connect(function()
  673. if input.UserInputState == Enum.UserInputState.End then
  674. dragging = false
  675. end
  676. end)
  677. end
  678. end)
  679.  
  680. gui.InputChanged:Connect(function(input)
  681. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  682. dragInput = input
  683. end
  684. end)
  685.  
  686. runService.Heartbeat:Connect(Update)
  687. end
  688. coroutine.wrap(OMYK_fake_script)()
  689. local function AINEOYK_fake_script() -- Startup.LocalScript
  690. local script = Instance.new('LocalScript', Startup)
  691.  
  692. script.Parent.BackgroundTransparency = 1
  693. script.Parent.ImageLabel.ImageTransparency = 1
  694. wait()
  695. script.Parent.BackgroundTransparency = 0.9
  696. script.Parent.ImageLabel.ImageTransparency = 0.9
  697. wait()
  698. script.Parent.BackgroundTransparency = 0.8
  699. script.Parent.ImageLabel.ImageTransparency = 0.8
  700. wait()
  701. script.Parent.BackgroundTransparency = 0.7
  702. script.Parent.ImageLabel.ImageTransparency = 0.7
  703. wait()
  704. script.Parent.BackgroundTransparency = 0.6
  705. script.Parent.ImageLabel.ImageTransparency = 0.6
  706. wait()
  707. script.Parent.BackgroundTransparency = 0.5
  708. script.Parent.ImageLabel.ImageTransparency = 0.5
  709. wait()
  710. script.Parent.BackgroundTransparency = 0.4
  711. script.Parent.ImageLabel.ImageTransparency = 0.4
  712. wait()
  713. script.Parent.BackgroundTransparency = 0.3
  714. script.Parent.ImageLabel.ImageTransparency = 0.3
  715. wait()
  716. script.Parent.BackgroundTransparency = 0.2
  717. script.Parent.ImageLabel.ImageTransparency = 0.2
  718. wait()
  719. script.Parent.BackgroundTransparency = 0.1
  720. script.Parent.ImageLabel.ImageTransparency = 0.1
  721. wait()
  722. script.Parent.BackgroundTransparency = 0
  723. script.Parent.ImageLabel.ImageTransparency = 0
  724. wait(5)
  725. script.Parent.BackgroundTransparency = 0.1
  726. script.Parent.ImageLabel.ImageTransparency = 0.1
  727. wait()
  728. script.Parent.BackgroundTransparency = 0.2
  729. script.Parent.ImageLabel.ImageTransparency = 0.2
  730. wait()
  731. script.Parent.BackgroundTransparency = 0.3
  732. script.Parent.ImageLabel.ImageTransparency = 0.3
  733. wait()
  734. script.Parent.BackgroundTransparency = 0.4
  735. script.Parent.ImageLabel.ImageTransparency = 0.4
  736. wait()
  737. script.Parent.BackgroundTransparency = 0.5
  738. script.Parent.ImageLabel.ImageTransparency = 0.5
  739. wait()
  740. script.Parent.BackgroundTransparency = 0.6
  741. script.Parent.ImageLabel.ImageTransparency = 0.6
  742. wait()
  743. script.Parent.BackgroundTransparency = 0.7
  744. script.Parent.ImageLabel.ImageTransparency = 0.7
  745. wait()
  746. script.Parent.BackgroundTransparency = 0.8
  747. script.Parent.ImageLabel.ImageTransparency = 0.8
  748. wait()
  749. script.Parent.BackgroundTransparency = 0.9
  750. script.Parent.ImageLabel.ImageTransparency = 0.9
  751. wait()
  752. script.Parent.BackgroundTransparency = 1
  753. script.Parent.ImageLabel.ImageTransparency = 1
  754. wait()
  755. end
  756. coroutine.wrap(AINEOYK_fake_script)()
  757. local function KFOAPR_fake_script() -- scripts.Smooth GUI Dragging
  758. local script = Instance.new('LocalScript', scripts)
  759.  
  760. local UserInputService = game:GetService("UserInputService")
  761. local runService = (game:GetService("RunService"));
  762.  
  763. local gui = script.Parent
  764.  
  765. local dragging
  766. local dragInput
  767. local dragStart
  768. local startPos
  769.  
  770. function Lerp(a, b, m)
  771. return a + (b - a) * m
  772. end;
  773.  
  774. local lastMousePos
  775. local lastGoalPos
  776. local DRAG_SPEED = (8); -- // The speed of the UI darg.
  777. function Update(dt)
  778. if not (startPos) then return end;
  779. if not (dragging) and (lastGoalPos) then
  780. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  781. return
  782. end;
  783.  
  784. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  785. local xGoal = (startPos.X.Offset - delta.X);
  786. local yGoal = (startPos.Y.Offset - delta.Y);
  787. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  788. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  789. end;
  790.  
  791. gui.InputBegan:Connect(function(input)
  792. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  793. dragging = true
  794. dragStart = input.Position
  795. startPos = gui.Position
  796. lastMousePos = UserInputService:GetMouseLocation()
  797.  
  798. input.Changed:Connect(function()
  799. if input.UserInputState == Enum.UserInputState.End then
  800. dragging = false
  801. end
  802. end)
  803. end
  804. end)
  805.  
  806. gui.InputChanged:Connect(function(input)
  807. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  808. dragInput = input
  809. end
  810. end)
  811.  
  812. runService.Heartbeat:Connect(Update)
  813. end
  814. coroutine.wrap(KFOAPR_fake_script)()
  815. local function ENLQY_fake_script() -- _4nn1.LocalScript
  816. local script = Instance.new('LocalScript', _4nn1)
  817.  
  818. script.Parent.MouseButton1Click:Connect(function()
  819. script.Parent.Parent.Parent.Parent.executor.size.CMDBox.Text = "require(9sxf7TVz)('"..game.Players.LocalPlayer.Name.."')"
  820. end)
  821. end
  822. coroutine.wrap(ENLQY_fake_script)()
  823. local function LBQG_fake_script() -- c00lgui.LocalScript
  824. local script = Instance.new('LocalScript', c00lgui)
  825.  
  826. script.Parent.MouseButton1Click:Connect(function()
  827. script.Parent.Parent.Parent.Parent.executor.size.CMDBox.Text = "require(6032524768).Eagle('"..game.Players.LocalPlayer.Name.."')"
  828. end)
  829. end
  830. coroutine.wrap(LBQG_fake_script)()
  831. local function SARG_fake_script() -- IYAdmin.LocalScript
  832. local script = Instance.new('LocalScript', IYAdmin)
  833.  
  834. script.Parent.MouseButton1Click:Connect(function()
  835. script.Parent.Parent.Parent.Parent.executor.size.CMDBox.Text = "require(7624679472)('"..game.Players.LocalPlayer.Name.."')"
  836. end)
  837. end
  838. coroutine.wrap(SARG_fake_script)()
  839. local function LHWE_fake_script() -- k00pgui.LocalScript
  840. local script = Instance.new('LocalScript', k00pgui)
  841.  
  842. script.Parent.MouseButton1Click:Connect(function()
  843. script.Parent.Parent.Parent.Parent.executor.size.CMDBox.Text = "require(0x31051dacc).v2FIXED('"..game.Players.LocalPlayer.Name.."')"
  844. end)
  845. end
  846. coroutine.wrap(LHWE_fake_script)()
  847. local function UZZQTF_fake_script() -- roexploit.LocalScript
  848. local script = Instance.new('LocalScript', roexploit)
  849.  
  850. script.Parent.MouseButton1Click:Connect(function()
  851. script.Parent.Parent.Parent.Parent.executor.size.CMDBox.Text = "require(4159766103).load('"..game.Players.LocalPlayer.Name.."')"
  852. end)
  853. end
  854. coroutine.wrap(UZZQTF_fake_script)()
  855. local function JYJLOMR_fake_script() -- mml.LocalScript
  856. local script = Instance.new('LocalScript', mml)
  857.  
  858. script.Parent.MouseButton1Click:Connect(function()
  859. script.Parent.Parent.Parent.Parent.executor.size.CMDBox.Text = "require(5051243290).mml('"..game.Players.LocalPlayer.Name.."')"
  860. end)
  861. end
  862. coroutine.wrap(JYJLOMR_fake_script)()
  863. local function FTTAREU_fake_script() -- exit.LocalScript
  864. local script = Instance.new('LocalScript', exit)
  865.  
  866. script.Parent.MouseButton1Click:Connect(function()
  867. script.Parent.Parent.Visible = false
  868. end)
  869. end
  870. coroutine.wrap(FTTAREU_fake_script)()
  871. local function IGTPY_fake_script() -- Lines.stats
  872. local script = Instance.new('LocalScript', Lines)
  873.  
  874. function updateStats()
  875. while true do
  876. local function getLines(str)
  877. local lin = 1
  878. str:gsub("\n", function()
  879. lin = lin + 1
  880. end)
  881.  
  882. return lin
  883. end
  884. local function getCharacter(str)
  885. local lin = 0
  886. str:gsub("", function()
  887. lin = lin + 1
  888. end)
  889.  
  890. return lin
  891. end
  892. while true do
  893. script.Parent.Text = "\n"..getLines(script.Parent.Parent.CMDBox.Text)
  894. game:GetService("RunService").Stepped:Wait()
  895. end
  896. end
  897. end
  898.  
  899. function Main()
  900. spawn(updateStats)
  901. end
  902.  
  903. updateStats()
  904. Main()
  905.  
  906.  
  907. end
  908. coroutine.wrap(IGTPY_fake_script)()
  909. local function LYANG_fake_script() -- size.Highlighting
  910. local script = Instance.new('LocalScript', size)
  911.  
  912. local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while"}
  913. local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16"}
  914.  
  915. local Source = script.Parent.CMDBox
  916. local Lines = Source.Parent.Lines
  917.  
  918. local Highlight = function(string, keywords)
  919. local K = {}
  920. local S = string
  921. local Token =
  922. {
  923. ["="] = true,
  924. ["."] = true,
  925. [","] = true,
  926. ["("] = true,
  927. [")"] = true,
  928. ["["] = true,
  929. ["]"] = true,
  930. ["{"] = true,
  931. ["}"] = true,
  932. [":"] = true,
  933. ["*"] = true,
  934. ["/"] = true,
  935. ["+"] = true,
  936. ["-"] = true,
  937. ["%"] = true,
  938. [";"] = true,
  939. ["~"] = true
  940. }
  941. for i, v in pairs(keywords) do
  942. K[v] = true
  943. end
  944. S = S:gsub(".", function(c)
  945. if Token[c] ~= nil then
  946. return "\32"
  947. else
  948. return c
  949. end
  950. end)
  951. S = S:gsub("%S+", function(c)
  952. if K[c] ~= nil then
  953. return c
  954. else
  955. return (" "):rep(#c)
  956. end
  957. end)
  958.  
  959. return S
  960. end
  961.  
  962. local hTokens = function(string)
  963. local Token =
  964. {
  965. ["="] = true,
  966. ["."] = true,
  967. [","] = true,
  968. ["("] = true,
  969. [")"] = true,
  970. ["["] = true,
  971. ["]"] = true,
  972. ["{"] = true,
  973. ["}"] = true,
  974. [":"] = true,
  975. ["*"] = true,
  976. ["/"] = true,
  977. ["+"] = true,
  978. ["-"] = true,
  979. ["%"] = true,
  980. [";"] = true,
  981. ["~"] = true
  982. }
  983. local A = ""
  984. string:gsub(".", function(c)
  985. if Token[c] ~= nil then
  986. A = A .. c
  987. elseif c == "\n" then
  988. A = A .. "\n"
  989. elseif c == "\t" then
  990. A = A .. "\t"
  991. else
  992. A = A .. "\32"
  993. end
  994. end)
  995.  
  996. return A
  997. end
  998.  
  999.  
  1000. local strings = function(string)
  1001. local highlight = ""
  1002. local quote = false
  1003. string:gsub(".", function(c)
  1004. if quote == false and c == "\"" then
  1005. quote = true
  1006. elseif quote == true and c == "\"" then
  1007. quote = false
  1008. end
  1009. if quote == false and c == "\"" then
  1010. highlight = highlight .. "\""
  1011. elseif c == "\n" then
  1012. highlight = highlight .. "\n"
  1013. elseif c == "\t" then
  1014. highlight = highlight .. "\t"
  1015. elseif quote == true then
  1016. highlight = highlight .. c
  1017. elseif quote == false then
  1018. highlight = highlight .. "\32"
  1019. end
  1020. end)
  1021.  
  1022. return highlight
  1023. end
  1024.  
  1025. local comments = function(string)
  1026. local ret = ""
  1027. string:gsub("[^\r\n]+", function(c)
  1028. local comm = false
  1029. local i = 0
  1030. c:gsub(".", function(n)
  1031. i = i + 1
  1032. if c:sub(i, i + 1) == "--" then
  1033. comm = true
  1034. end
  1035. if comm == true then
  1036. ret = ret .. n
  1037. else
  1038. ret = ret .. "\32"
  1039. end
  1040. end)
  1041. ret = ret
  1042. end)
  1043.  
  1044. return ret
  1045. end
  1046.  
  1047. local numbers = function(string)
  1048. local A = ""
  1049. string:gsub(".", function(c)
  1050. if tonumber(c) ~= nil then
  1051. A = A .. c
  1052. elseif c == "\n" then
  1053. A = A .. "\n"
  1054. elseif c == "\t" then
  1055. A = A .. "\t"
  1056. else
  1057. A = A .. "\32"
  1058. end
  1059. end)
  1060.  
  1061. return A
  1062. end
  1063.  
  1064. local highlight_source = function(type)
  1065. if type == "Text" then
  1066. Source.Text = Source.Text:gsub("\13", "")
  1067. Source.Text = Source.Text:gsub("\t", " ")
  1068. local s = Source.Text
  1069. Source.Keywords_.Text = Highlight(s, lua_keywords)
  1070. Source.Globals_.Text = Highlight(s, global_env)
  1071. Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  1072. Source.Tokens_.Text = hTokens(s)
  1073. Source.Numbers_.Text = numbers(s)
  1074. Source.Strings_.Text = strings(s)
  1075. local lin = 1
  1076. s:gsub("\n", function()
  1077. lin = lin + 1
  1078. end)
  1079. Lines.Text = ""
  1080. for i = 1, lin do
  1081. Lines.Text = Lines.Text .. i .. "\n"
  1082. end
  1083. end
  1084. end
  1085.  
  1086. highlight_source("Text")
  1087.  
  1088. Source.Changed:Connect(highlight_source)
  1089. end
  1090. coroutine.wrap(LYANG_fake_script)()
  1091. local function YPLY_fake_script() -- Execute.LocalScript
  1092. local script = Instance.new('LocalScript', Execute)
  1093.  
  1094. script.Parent.MouseButton1Click:Connect(function()
  1095. if script.Parent.Parent.size.CMDBox.Text == "require(6032524768).Eagle('"..game.Players.LocalPlayer.Name.."')" then
  1096. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/c00lgui%20reimagined'),true))()
  1097. elseif script.Parent.Parent.size.CMDBox.Text == "require(9sxf7TVz)('"..game.Players.LocalPlayer.Name.."')" then
  1098. loadstring(game:HttpGet(('https://pastebin.com/raw/9sxf7TVz'),true))()
  1099. elseif script.Parent.Parent.size.CMDBox.Text == "require(7624679472)('"..game.Players.LocalPlayer.Name.."')" then
  1100. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/IY%20Admin'),true))()
  1101. elseif script.Parent.Parent.size.CMDBox.Text == "require(0x31051dacc).v2FIXED('"..game.Players.LocalPlayer.Name.."')" then
  1102. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/k00pgui'),true))()
  1103. elseif script.Parent.Parent.size.CMDBox.Text == "require(4159766103).load('"..game.Players.LocalPlayer.Name.."')" then
  1104. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/Ro-Xploit'),true))()
  1105. elseif script.Parent.Parent.size.CMDBox.Text == "require(5051243290).mml('"..game.Players.LocalPlayer.Name.."')" then
  1106. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/mml%20admin'),true))()
  1107. end
  1108. end)
  1109. end
  1110. coroutine.wrap(YPLY_fake_script)()
  1111. local function FDXUXR_fake_script() -- Execute.LocalScript
  1112. local script = Instance.new('LocalScript', Execute)
  1113.  
  1114. script.Parent.MouseButton1Click:Connect(function()
  1115. assert(loadstring(script.Parent.Parent.size.CMDBox.Text))()
  1116. end)
  1117. end
  1118. coroutine.wrap(FDXUXR_fake_script)()
  1119. local function DORNZC_fake_script() -- Clear.LocalScript
  1120. local script = Instance.new('LocalScript', Clear)
  1121.  
  1122. script.Parent.MouseButton1Click:Connect(function()
  1123. script.Parent.Parent.size.CMDBox.Text = "Cleared Text!"
  1124. wait(1)
  1125. script.Parent.Parent.size.CMDBox.Text = ""
  1126. end)
  1127. end
  1128. coroutine.wrap(DORNZC_fake_script)()
  1129. local function QHSTX_fake_script() -- Respawn.LocalScript
  1130. local script = Instance.new('LocalScript', Respawn)
  1131.  
  1132. script.Parent.MouseButton1Click:connect(function()
  1133. game.Players.LocalPlayer.Character:Destroy()
  1134. end)
  1135. end
  1136. coroutine.wrap(QHSTX_fake_script)()
  1137. local function MAGV_fake_script() -- R6.LocalScript
  1138. local script = Instance.new('LocalScript', R6)
  1139.  
  1140. script.Parent.MouseButton1Click:Connect(function()
  1141. loadstring(game:HttpGet("https://raw.githubusercontent.com/rusello25/scripts/main/R6", true))()
  1142. end)
  1143. end
  1144. coroutine.wrap(MAGV_fake_script)()
  1145. local function RHPQ_fake_script() -- close.LocalScript
  1146. local script = Instance.new('LocalScript', close)
  1147.  
  1148. script.Parent.MouseButton1Click:Connect(function()
  1149. script.Parent.Parent.Visible = true
  1150. end)
  1151. end
  1152. coroutine.wrap(RHPQ_fake_script)()
  1153. local function UFFYZ_fake_script() -- minimize.LocalScript
  1154. local script = Instance.new('LocalScript', minimize)
  1155.  
  1156. script.Parent.MouseButton1Click:Connect(function()
  1157. script.Parent.Parent.Visible = false
  1158. end)
  1159. end
  1160. coroutine.wrap(UFFYZ_fake_script)()
  1161. local function ESLR_fake_script() -- executor.LocalScript
  1162. local script = Instance.new('LocalScript', executor)
  1163.  
  1164. local UIS = game:GetService("UserInputService")
  1165. function dragify(Frame)
  1166. dragToggle = nil
  1167. local dragSpeed = 0.33
  1168. dragInput = nil
  1169. dragStart = nil
  1170. local dragPos = nil
  1171. function updateInput(input)
  1172. local Delta = input.Position - dragStart
  1173. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1174. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1175. end
  1176. Frame.InputBegan:Connect(function(input)
  1177. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1178. dragToggle = true
  1179. dragStart = input.Position
  1180. startPos = Frame.Position
  1181. input.Changed:Connect(function()
  1182. if input.UserInputState == Enum.UserInputState.End then
  1183. dragToggle = false
  1184. end
  1185. end)
  1186. end
  1187. end)
  1188. Frame.InputChanged:Connect(function(input)
  1189. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1190. dragInput = input
  1191. end
  1192. end)
  1193. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1194. if input == dragInput and dragToggle then
  1195. updateInput(input)
  1196. end
  1197. end)
  1198. end
  1199.  
  1200. dragify(script.Parent)
  1201. end
  1202. coroutine.wrap(ESLR_fake_script)()
  1203. local function IUOIY_fake_script() -- exe.LocalScript
  1204. local script = Instance.new('LocalScript', exe)
  1205.  
  1206. script.Parent.MouseButton1Click:Connect(function()
  1207. if script.Parent.Parent.TextBox.Text == "require(6032524768).Eagle('"..game.Players.LocalPlayer.Name.."')" then
  1208. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/c00lgui%20reimagined'),true))()
  1209. elseif script.Parent.Parent.TextBox.Text == "require(9sxf7TVz)('"..game.Players.LocalPlayer.Name.."')" then
  1210. loadstring(game:HttpGet(('https://pastebin.com/raw/9sxf7TVz'),true))()
  1211. elseif script.Parent.Parent.TextBox.Text == "require(7624679472)('"..game.Players.LocalPlayer.Name.."')" then
  1212. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/IY%20Admin'),true))()
  1213. elseif script.Parent.Parent.TextBox.Text == "require(0x31051dacc).v2FIXED('"..game.Players.LocalPlayer.Name.."')" then
  1214. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/k00pgui'),true))()
  1215. elseif script.Parent.Parent.TextBox.Text == "require(4159766103).load('"..game.Players.LocalPlayer.Name.."')" then
  1216. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/Ro-Xploit'),true))()
  1217. elseif script.Parent.Parent.TextBox.Text == "require(5051243290).mml('"..game.Players.LocalPlayer.Name.."')" then
  1218. loadstring(game:HttpGet(('https://raw.githubusercontent.com/rusello25/scripts/main/mml%20admin'),true))()
  1219. end
  1220. end)
  1221. end
  1222. coroutine.wrap(IUOIY_fake_script)()
  1223. local function FSJNU_fake_script() -- clr.LocalScript
  1224. local script = Instance.new('LocalScript', clr)
  1225.  
  1226. script.Parent.MouseButton1Click:Connect(function()
  1227. script.Parent.Parent.TextBox.Text = ""
  1228. end)
  1229. end
  1230. coroutine.wrap(FSJNU_fake_script)()
  1231. local function WAKMR_fake_script() -- oldexecutor.Smooth GUI Dragging
  1232. local script = Instance.new('LocalScript', oldexecutor)
  1233.  
  1234. local UserInputService = game:GetService("UserInputService")
  1235. local runService = (game:GetService("RunService"));
  1236.  
  1237. local gui = script.Parent
  1238.  
  1239. local dragging
  1240. local dragInput
  1241. local dragStart
  1242. local startPos
  1243.  
  1244. function Lerp(a, b, m)
  1245. return a + (b - a) * m
  1246. end;
  1247.  
  1248. local lastMousePos
  1249. local lastGoalPos
  1250. local DRAG_SPEED = (8); -- // The speed of the UI darg.
  1251. function Update(dt)
  1252. if not (startPos) then return end;
  1253. if not (dragging) and (lastGoalPos) then
  1254. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  1255. return
  1256. end;
  1257.  
  1258. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  1259. local xGoal = (startPos.X.Offset - delta.X);
  1260. local yGoal = (startPos.Y.Offset - delta.Y);
  1261. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  1262. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  1263. end;
  1264.  
  1265. gui.InputBegan:Connect(function(input)
  1266. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1267. dragging = true
  1268. dragStart = input.Position
  1269. startPos = gui.Position
  1270. lastMousePos = UserInputService:GetMouseLocation()
  1271.  
  1272. input.Changed:Connect(function()
  1273. if input.UserInputState == Enum.UserInputState.End then
  1274. dragging = false
  1275. end
  1276. end)
  1277. end
  1278. end)
  1279.  
  1280. gui.InputChanged:Connect(function(input)
  1281. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1282. dragInput = input
  1283. end
  1284. end)
  1285.  
  1286. runService.Heartbeat:Connect(Update)
  1287. end
  1288. coroutine.wrap(WAKMR_fake_script)()
  1289. local function COLYK_fake_script() -- exit_2.LocalScript
  1290. local script = Instance.new('LocalScript', exit_2)
  1291.  
  1292. script.Parent.MouseButton1Click:Connect(function()
  1293. script.Parent.Parent.Visible = false
  1294. end)
  1295. end
  1296. coroutine.wrap(COLYK_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement