Advertisement
Guest User

GuiCool

a guest
Apr 22nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 140.58 KB | None | 0 0
  1. -- Hacked by dusk#7003 pls vouch
  2. local AdminMenuViown = Instance.new("ScreenGui")
  3. local MainGUI = Instance.new("Frame")
  4. local Top = Instance.new("Frame")
  5. local General = Instance.new("TextButton")
  6. local TopText = Instance.new("TextLabel")
  7. local ID = Instance.new("TextLabel")
  8. local Version = Instance.new("TextLabel")
  9. local LocalPlayer = Instance.new("TextButton")
  10. local Scripts = Instance.new("TextButton")
  11. local Settings = Instance.new("TextButton")
  12. local X_Shadow = Instance.new("TextButton")
  13. local X = Instance.new("TextButton")
  14. local Executor = Instance.new("Frame")
  15. local Top_2 = Instance.new("Frame")
  16. local Code = Instance.new("TextBox")
  17. local Execute = Instance.new("TextButton")
  18. local Clear = Instance.new("TextButton")
  19. local Close = Instance.new("TextButton")
  20. local General_2 = Instance.new("Frame")
  21. local Shattervast = Instance.new("TextButton")
  22. local ExecutorLoader = Instance.new("TextButton")
  23. local InfiniteYield = Instance.new("TextButton")
  24. local N3xulis = Instance.new("TextButton")
  25. local AdminScripts = Instance.new("TextLabel")
  26. local FEScripts = Instance.new("TextLabel")
  27. local From_GUI = Instance.new("TextLabel")
  28. local TrollGUI = Instance.new("TextButton")
  29. local MusicPlayer = Instance.new("TextButton")
  30. local ScrollingFrame = Instance.new("ScrollingFrame")
  31. local FEFlingKill = Instance.new("TextButton")
  32. local FEHax1337 = Instance.new("TextButton")
  33. local FEShutdown = Instance.new("TextButton")
  34. local PhantomForces = Instance.new("TextButton")
  35. local MadCity = Instance.new("TextButton")
  36. local MadCityAutofarm = Instance.new("TextButton")
  37. local SlayingSimulator = Instance.new("TextButton")
  38. local DashingSimulator = Instance.new("TextButton")
  39. local ChatBypass = Instance.new("TextButton")
  40. local Credits = Instance.new("Frame")
  41. local Credit = Instance.new("TextLabel")
  42. local Scripts_2 = Instance.new("Frame")
  43. local ScriptsScroll = Instance.new("ScrollingFrame")
  44. local Script = Instance.new("TextButton")
  45. local Script_2 = Instance.new("TextButton")
  46. local Script_3 = Instance.new("TextButton")
  47. local Script_4 = Instance.new("TextButton")
  48. local Script_5 = Instance.new("TextButton")
  49. local Script_6 = Instance.new("TextButton")
  50. local Script_7 = Instance.new("TextButton")
  51. local Script_8 = Instance.new("TextButton")
  52. local Script_9 = Instance.new("TextButton")
  53. local Settings_2 = Instance.new("Frame")
  54. local DarkMode = Instance.new("TextButton")
  55. local toggle = Instance.new("TextLabel")
  56. local Size = Instance.new("TextBox")
  57. local Change = Instance.new("TextButton")
  58. local TextLabel = Instance.new("TextLabel")
  59. local RainbowTopBar = Instance.new("TextButton")
  60. local DFeatures = Instance.new("TextBox")
  61. local Load = Instance.new("TextButton")
  62. local LocalPlayer_2 = Instance.new("Frame")
  63. local Fire = Instance.new("TextButton")
  64. local Sparkes = Instance.new("TextButton")
  65. local Fly = Instance.new("TextButton")
  66. local Walkspeed = Instance.new("TextButton")
  67. local JumpPower = Instance.new("TextButton")
  68. local Gravity = Instance.new("TextButton")
  69. local Noclip = Instance.new("TextButton")
  70. local FEInvisible = Instance.new("TextButton")
  71. local god = Instance.new("TextButton")
  72. local LoginGUI = Instance.new("ImageLabel")
  73. local Login = Instance.new("TextBox")
  74. local TextLabel_2 = Instance.new("TextLabel")
  75. local Password = Instance.new("TextBox")
  76. local TextLabel_3 = Instance.new("TextLabel")
  77. local Frame = Instance.new("Frame")
  78. local Access = Instance.new("TextButton")
  79. local ForgotPassword = Instance.new("TextButton")
  80. local Info = Instance.new("ImageLabel")
  81. local TextLabel_4 = Instance.new("TextLabel")
  82. local TextButton = Instance.new("TextButton")
  83. local Top_3 = Instance.new("ImageLabel")
  84. local TopText_2 = Instance.new("TextLabel")
  85. local Spin = Instance.new("ImageLabel")
  86. local TextHit = Instance.new("TextLabel")
  87. --Properties:
  88. AdminMenuViown.Name = "Admin Menu ~ Viown"
  89. AdminMenuViown.Parent = game.CoreGui
  90. AdminMenuViown.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  91.  
  92. MainGUI.Name = "MainGUI"
  93. MainGUI.Parent = AdminMenuViown
  94. MainGUI.Active = true
  95. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  96. MainGUI.BorderSizePixel = 0
  97. MainGUI.Position = UDim2.new(0.203718647, 0, 0.234113723, 0)
  98. MainGUI.Selectable = true
  99. MainGUI.Size = UDim2.new(0, 690, 0, 363)
  100. MainGUI.Visible = false
  101.  
  102. Top.Name = "Top"
  103. Top.Parent = MainGUI
  104. Top.BackgroundColor3 = Color3.new(0.278431, 0.470588, 1)
  105. Top.BorderSizePixel = 0
  106. Top.Size = UDim2.new(0, 690, 0, 100)
  107.  
  108. General.Name = "General"
  109. General.Parent = Top
  110. General.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  111. General.BorderSizePixel = 0
  112. General.ClipsDescendants = true
  113. General.Position = UDim2.new(0.147845462, -100, 0.743168056, -25)
  114. General.Size = UDim2.new(0, 169, 0, 50)
  115. General.AutoButtonColor = false
  116. General.Font = Enum.Font.SourceSansLight
  117. General.Text = "General"
  118. General.TextColor3 = Color3.new(1, 1, 1)
  119. General.TextSize = 18
  120.  
  121. TopText.Name = "TopText"
  122. TopText.Parent = Top
  123. TopText.BackgroundColor3 = Color3.new(0.345098, 0.356863, 1)
  124. TopText.BorderSizePixel = 0
  125. TopText.Position = UDim2.new(0.0029179228, 0, 0, 0)
  126. TopText.Size = UDim2.new(0, 688, 0, 50)
  127. TopText.Font = Enum.Font.SourceSansLight
  128. TopText.Text = "   Reign Admin Menu"
  129. TopText.TextColor3 = Color3.new(0.270588, 0.964706, 1)
  130. TopText.TextScaled = true
  131. TopText.TextSize = 14
  132. TopText.TextWrapped = true
  133. TopText.TextXAlignment = Enum.TextXAlignment.Left
  134.  
  135. ID.Name = "ID"
  136. ID.Parent = TopText
  137. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  138. ID.BackgroundTransparency = 1
  139. ID.Position = UDim2.new(0.563953578, 0, 0, 0)
  140. ID.Size = UDim2.new(0, 260, 0, 50)
  141. ID.Font = Enum.Font.SourceSansLight
  142. ID.Text = "Hello, [Player], ID = 0"
  143. ID.TextColor3 = Color3.new(0.992157, 1, 0.360784)
  144. ID.TextScaled = true
  145. ID.TextSize = 14
  146. ID.TextWrapped = true
  147.  
  148. Version.Name = "Version"
  149. Version.Parent = TopText
  150. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Version.BackgroundTransparency = 1
  152. Version.Position = UDim2.new(0.491279066, 0, 0, 0)
  153. Version.Rotation = -18
  154. Version.Size = UDim2.new(0, 50, 0, 50)
  155. Version.Font = Enum.Font.Cartoon
  156. Version.Text = "V1.6.5"
  157. Version.TextColor3 = Color3.new(1, 1, 1)
  158. Version.TextScaled = true
  159. Version.TextSize = 14
  160. Version.TextStrokeTransparency = 0
  161. Version.TextWrapped = true
  162.  
  163. LocalPlayer.Name = "LocalPlayer"
  164. LocalPlayer.Parent = Top
  165. LocalPlayer.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  166. LocalPlayer.BorderSizePixel = 0
  167. LocalPlayer.ClipsDescendants = true
  168. LocalPlayer.Position = UDim2.new(0.392773002, -100, 0.743168056, -25)
  169. LocalPlayer.Size = UDim2.new(0, 169, 0, 50)
  170. LocalPlayer.AutoButtonColor = false
  171. LocalPlayer.Font = Enum.Font.SourceSansLight
  172. LocalPlayer.Text = "LocalPlayer"
  173. LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
  174. LocalPlayer.TextSize = 18
  175.  
  176. Scripts.Name = "Scripts"
  177. Scripts.Parent = Top
  178. Scripts.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  179. Scripts.BorderSizePixel = 0
  180. Scripts.ClipsDescendants = true
  181. Scripts.Position = UDim2.new(0.637700558, -100, 0.743168056, -25)
  182. Scripts.Size = UDim2.new(0, 169, 0, 50)
  183. Scripts.AutoButtonColor = false
  184. Scripts.Font = Enum.Font.SourceSansLight
  185. Scripts.Text = "Scripts"
  186. Scripts.TextColor3 = Color3.new(1, 1, 1)
  187. Scripts.TextSize = 18
  188.  
  189. Settings.Name = "Settings"
  190. Settings.Parent = Top
  191. Settings.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  192. Settings.BorderSizePixel = 0
  193. Settings.ClipsDescendants = true
  194. Settings.Position = UDim2.new(0.882628083, -100, 0.743168056, -25)
  195. Settings.Size = UDim2.new(0, 181, 0, 50)
  196. Settings.AutoButtonColor = false
  197. Settings.Font = Enum.Font.SourceSansLight
  198. Settings.Text = "Settings"
  199. Settings.TextColor3 = Color3.new(1, 1, 1)
  200. Settings.TextSize = 18
  201.  
  202. X_Shadow.Name = "X_Shadow"
  203. X_Shadow.Parent = Top
  204. X_Shadow.BackgroundColor3 = Color3.new(1, 1, 1)
  205. X_Shadow.BackgroundTransparency = 1
  206. X_Shadow.Position = UDim2.new(0.959439754, 0, 0, 0)
  207. X_Shadow.Size = UDim2.new(0, 28, 0, 50)
  208. X_Shadow.Font = Enum.Font.SourceSansBold
  209. X_Shadow.Text = "X"
  210. X_Shadow.TextColor3 = Color3.new(0, 0, 0)
  211. X_Shadow.TextScaled = true
  212. X_Shadow.TextSize = 14
  213. X_Shadow.TextTransparency = 0.5
  214. X_Shadow.TextWrapped = true
  215.  
  216. X.Name = "X"
  217. X.Parent = Top
  218. X.BackgroundColor3 = Color3.new(1, 1, 1)
  219. X.BackgroundTransparency = 1
  220. X.Position = UDim2.new(0.957990468, 0, -0.0100000016, 0)
  221. X.Size = UDim2.new(0, 28, 0, 50)
  222. X.Font = Enum.Font.SourceSansBold
  223. X.Text = "X"
  224. X.TextColor3 = Color3.new(0.905882, 0.129412, 0.129412)
  225. X.TextScaled = true
  226. X.TextSize = 14
  227. X.TextWrapped = true
  228.  
  229. Executor.Name = "Executor"
  230. Executor.Parent = MainGUI
  231. Executor.Active = true
  232. Executor.BackgroundColor3 = Color3.new(0.34902, 0.521569, 1)
  233. Executor.BackgroundTransparency = 0.5
  234. Executor.BorderSizePixel = 0
  235. Executor.Position = UDim2.new(-0.347826093, 0, -0.0385674946, 0)
  236. Executor.Selectable = true
  237. Executor.Size = UDim2.new(0, 456, 0, 227)
  238. Executor.Visible = false
  239.  
  240. Top_2.Name = "Top"
  241. Top_2.Parent = Executor
  242. Top_2.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.776471)
  243. Top_2.BackgroundTransparency = 0.5
  244. Top_2.BorderSizePixel = 0
  245. Top_2.Size = UDim2.new(0, 456, 0, 14)
  246.  
  247. Code.Name = "Code"
  248. Code.Parent = Executor
  249. Code.BackgroundColor3 = Color3.new(0.219608, 0.258824, 1)
  250. Code.BackgroundTransparency = 0.5
  251. Code.BorderSizePixel = 0
  252. Code.Position = UDim2.new(0.0350877196, 0, 0.114537448, 0)
  253. Code.Size = UDim2.new(0, 426, 0, 152)
  254. Code.SizeConstraint = Enum.SizeConstraint.RelativeYY
  255. Code.ClearTextOnFocus = false
  256. Code.Font = Enum.Font.SourceSans
  257. Code.Text = ""
  258. Code.TextColor3 = Color3.new(1, 1, 1)
  259. Code.TextSize = 14
  260. Code.TextXAlignment = Enum.TextXAlignment.Left
  261. Code.TextYAlignment = Enum.TextYAlignment.Top
  262.  
  263. Execute.Name = "Execute"
  264. Execute.Parent = Executor
  265. Execute.BackgroundColor3 = Color3.new(0.356863, 0.309804, 1)
  266. Execute.BackgroundTransparency = 0.5
  267. Execute.BorderSizePixel = 0
  268. Execute.Position = UDim2.new(0.0570175499, 0, 0.814977944, 0)
  269. Execute.Size = UDim2.new(0, 145, 0, 35)
  270. Execute.Font = Enum.Font.SourceSansLight
  271. Execute.Text = "Execute"
  272. Execute.TextColor3 = Color3.new(0, 0, 0)
  273. Execute.TextScaled = true
  274. Execute.TextSize = 14
  275. Execute.TextWrapped = true
  276.  
  277. Clear.Name = "Clear"
  278. Clear.Parent = Executor
  279. Clear.BackgroundColor3 = Color3.new(0.356863, 0.309804, 1)
  280. Clear.BackgroundTransparency = 0.5
  281. Clear.BorderSizePixel = 0
  282. Clear.Position = UDim2.new(0.427631587, 0, 0.814977944, 0)
  283. Clear.Size = UDim2.new(0, 145, 0, 35)
  284. Clear.Font = Enum.Font.SourceSansLight
  285. Clear.Text = "Clear"
  286. Clear.TextColor3 = Color3.new(0, 0, 0)
  287. Clear.TextScaled = true
  288. Clear.TextSize = 14
  289. Clear.TextWrapped = true
  290.  
  291. Close.Name = "Close"
  292. Close.Parent = Executor
  293. Close.BackgroundColor3 = Color3.new(0.356863, 0.309804, 1)
  294. Close.BackgroundTransparency = 0.5
  295. Close.BorderSizePixel = 0
  296. Close.Position = UDim2.new(0.796052635, 0, 0.814977944, 0)
  297. Close.Size = UDim2.new(0, 71, 0, 35)
  298. Close.Font = Enum.Font.SourceSansLight
  299. Close.Text = "Close"
  300. Close.TextColor3 = Color3.new(0, 0, 0)
  301. Close.TextScaled = true
  302. Close.TextSize = 14
  303. Close.TextWrapped = true
  304.  
  305. General_2.Name = "General"
  306. General_2.Parent = MainGUI
  307. General_2.BackgroundColor3 = Color3.new(1, 1, 1)
  308. General_2.BackgroundTransparency = 1
  309. General_2.BorderSizePixel = 0
  310. General_2.Position = UDim2.new(0, 0, 0.272727281, 0)
  311. General_2.Size = UDim2.new(0, 690, 0, 264)
  312. General_2.Visible = false
  313.  
  314. Shattervast.Name = "Shattervast"
  315. Shattervast.Parent = General_2
  316. Shattervast.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  317. Shattervast.BorderSizePixel = 0
  318. Shattervast.ClipsDescendants = true
  319. Shattervast.Position = UDim2.new(0.882628083, -100, 0.869087219, -25)
  320. Shattervast.Size = UDim2.new(0, 169, 0, 47)
  321. Shattervast.AutoButtonColor = false
  322. Shattervast.Font = Enum.Font.SourceSansLight
  323. Shattervast.Text = "Shattervast"
  324. Shattervast.TextColor3 = Color3.new(1, 1, 1)
  325. Shattervast.TextSize = 18
  326.  
  327. ExecutorLoader.Name = "ExecutorLoader"
  328. ExecutorLoader.Parent = General_2
  329. ExecutorLoader.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  330. ExecutorLoader.BorderSizePixel = 0
  331. ExecutorLoader.ClipsDescendants = true
  332. ExecutorLoader.Position = UDim2.new(0.169584632, -100, 0.348484844, -25)
  333. ExecutorLoader.Size = UDim2.new(0, 169, 0, 51)
  334. ExecutorLoader.AutoButtonColor = false
  335. ExecutorLoader.Font = Enum.Font.SourceSansLight
  336. ExecutorLoader.Text = "In-Game Executor"
  337. ExecutorLoader.TextColor3 = Color3.new(1, 1, 1)
  338. ExecutorLoader.TextSize = 18
  339.  
  340. InfiniteYield.Name = "Infinite Yield"
  341. InfiniteYield.Parent = General_2
  342. InfiniteYield.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  343. InfiniteYield.BorderSizePixel = 0
  344. InfiniteYield.ClipsDescendants = true
  345. InfiniteYield.Position = UDim2.new(0.882628083, -100, 0.348484844, -25)
  346. InfiniteYield.Size = UDim2.new(0, 169, 0, 51)
  347. InfiniteYield.AutoButtonColor = false
  348. InfiniteYield.Font = Enum.Font.SourceSansLight
  349. InfiniteYield.Text = "Infinite Yield"
  350. InfiniteYield.TextColor3 = Color3.new(1, 1, 1)
  351. InfiniteYield.TextSize = 18
  352.  
  353. N3xulis.Name = "N3xulis"
  354. N3xulis.Parent = General_2
  355. N3xulis.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  356. N3xulis.BorderSizePixel = 0
  357. N3xulis.ClipsDescendants = true
  358. N3xulis.Position = UDim2.new(0.882628083, -100, 0.609902382, -25)
  359. N3xulis.Size = UDim2.new(0, 169, 0, 54)
  360. N3xulis.AutoButtonColor = false
  361. N3xulis.Font = Enum.Font.SourceSansLight
  362. N3xulis.Text = "N3xulis"
  363. N3xulis.TextColor3 = Color3.new(1, 1, 1)
  364. N3xulis.TextSize = 18
  365.  
  366. AdminScripts.Name = "Admin Scripts"
  367. AdminScripts.Parent = General_2
  368. AdminScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  369. AdminScripts.BackgroundTransparency = 1
  370. AdminScripts.Position = UDim2.new(0.70869565, 0, 0.0037878789, 0)
  371. AdminScripts.Size = UDim2.new(0, 200, 0, 72)
  372. AdminScripts.Font = Enum.Font.SourceSansLight
  373. AdminScripts.Text = "Admin Scripts:"
  374. AdminScripts.TextColor3 = Color3.new(0.345098, 0.470588, 0.815686)
  375. AdminScripts.TextScaled = true
  376. AdminScripts.TextSize = 14
  377. AdminScripts.TextWrapped = true
  378.  
  379. FEScripts.Name = "FE Scripts"
  380. FEScripts.Parent = General_2
  381. FEScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  382. FEScripts.BackgroundTransparency = 1
  383. FEScripts.Position = UDim2.new(0.355072469, 0, -0.0454545468, 0)
  384. FEScripts.Size = UDim2.new(0, 200, 0, 63)
  385. FEScripts.Font = Enum.Font.SourceSansLight
  386. FEScripts.Text = "FE Scripts:"
  387. FEScripts.TextColor3 = Color3.new(0.345098, 0.470588, 0.815686)
  388. FEScripts.TextScaled = true
  389. FEScripts.TextSize = 14
  390. FEScripts.TextWrapped = true
  391.  
  392. From_GUI.Name = "From_GUI"
  393. From_GUI.Parent = General_2
  394. From_GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  395. From_GUI.BackgroundTransparency = 1
  396. From_GUI.Position = UDim2.new(0.00289850659, 0, 0, 0)
  397. From_GUI.Size = UDim2.new(0, 200, 0, 72)
  398. From_GUI.Font = Enum.Font.SourceSansLight
  399. From_GUI.Text = "From this GUI:"
  400. From_GUI.TextColor3 = Color3.new(0.345098, 0.470588, 0.815686)
  401. From_GUI.TextScaled = true
  402. From_GUI.TextSize = 14
  403. From_GUI.TextWrapped = true
  404.  
  405. TrollGUI.Name = "Troll GUI"
  406. TrollGUI.Parent = General_2
  407. TrollGUI.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  408. TrollGUI.BorderSizePixel = 0
  409. TrollGUI.ClipsDescendants = true
  410. TrollGUI.Position = UDim2.new(0.169584632, -100, 0.609902382, -25)
  411. TrollGUI.Size = UDim2.new(0, 169, 0, 51)
  412. TrollGUI.AutoButtonColor = false
  413. TrollGUI.Font = Enum.Font.SourceSansLight
  414. TrollGUI.Text = "Troll GUI"
  415. TrollGUI.TextColor3 = Color3.new(1, 1, 1)
  416. TrollGUI.TextSize = 18
  417.  
  418. MusicPlayer.Name = "MusicPlayer"
  419. MusicPlayer.Parent = General_2
  420. MusicPlayer.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  421. MusicPlayer.BorderSizePixel = 0
  422. MusicPlayer.ClipsDescendants = true
  423. MusicPlayer.Position = UDim2.new(0.169584632, -100, 0.869087219, -25)
  424. MusicPlayer.Size = UDim2.new(0, 169, 0, 47)
  425. MusicPlayer.AutoButtonColor = false
  426. MusicPlayer.Font = Enum.Font.SourceSansLight
  427. MusicPlayer.Text = "Music Player"
  428. MusicPlayer.TextColor3 = Color3.new(1, 1, 1)
  429. MusicPlayer.TextSize = 18
  430.  
  431. ScrollingFrame.Parent = General_2
  432. ScrollingFrame.BackgroundColor3 = Color3.new(0.380392, 0.45098, 0.862745)
  433. ScrollingFrame.BorderSizePixel = 0
  434. ScrollingFrame.Position = UDim2.new(0.330434769, 0, 0.166666672, 0)
  435. ScrollingFrame.Size = UDim2.new(0, 244, 0, 207)
  436. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 4, 0)
  437.  
  438. FEFlingKill.Name = "FE Fling/Kill"
  439. FEFlingKill.Parent = ScrollingFrame
  440. FEFlingKill.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  441. FEFlingKill.BorderSizePixel = 0
  442. FEFlingKill.ClipsDescendants = true
  443. FEFlingKill.Position = UDim2.new(0.562742233, -100, 0.0454545505, -25)
  444. FEFlingKill.Size = UDim2.new(0, 169, 0, 51)
  445. FEFlingKill.AutoButtonColor = false
  446. FEFlingKill.Font = Enum.Font.SourceSansLight
  447. FEFlingKill.Text = "FE Fling/Kill"
  448. FEFlingKill.TextColor3 = Color3.new(1, 1, 1)
  449. FEFlingKill.TextSize = 18
  450.  
  451. FEHax1337.Name = "FE Hax 1337"
  452. FEHax1337.Parent = ScrollingFrame
  453. FEHax1337.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  454. FEHax1337.BorderSizePixel = 0
  455. FEHax1337.ClipsDescendants = true
  456. FEHax1337.Position = UDim2.new(0.560093164, -100, 0.109902367, -25)
  457. FEHax1337.Size = UDim2.new(0, 169, 0, 54)
  458. FEHax1337.AutoButtonColor = false
  459. FEHax1337.Font = Enum.Font.SourceSansLight
  460. FEHax1337.Text = "FE Hax 1337"
  461. FEHax1337.TextColor3 = Color3.new(1, 1, 1)
  462. FEHax1337.TextSize = 18
  463.  
  464. FEShutdown.Name = "FE Shutdown"
  465. FEShutdown.Parent = ScrollingFrame
  466. FEShutdown.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  467. FEShutdown.BorderSizePixel = 0
  468. FEShutdown.ClipsDescendants = true
  469. FEShutdown.Position = UDim2.new(0.560000002, -100, 0.177477255, -25)
  470. FEShutdown.Size = UDim2.new(0, 169, 0, 47)
  471. FEShutdown.AutoButtonColor = false
  472. FEShutdown.Font = Enum.Font.SourceSansLight
  473. FEShutdown.Text = "FE Shutdown"
  474. FEShutdown.TextColor3 = Color3.new(1, 1, 1)
  475. FEShutdown.TextSize = 18
  476.  
  477. PhantomForces.Name = "Phantom Forces"
  478. PhantomForces.Parent = ScrollingFrame
  479. PhantomForces.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  480. PhantomForces.BorderSizePixel = 0
  481. PhantomForces.ClipsDescendants = true
  482. PhantomForces.Position = UDim2.new(0.559999943, -100, 0.23997727, -25)
  483. PhantomForces.Size = UDim2.new(0, 169, 0, 47)
  484. PhantomForces.AutoButtonColor = false
  485. PhantomForces.Font = Enum.Font.SourceSansLight
  486. PhantomForces.Text = "Phantom Forces Script"
  487. PhantomForces.TextColor3 = Color3.new(1, 1, 1)
  488. PhantomForces.TextSize = 18
  489.  
  490. MadCity.Name = "Mad City"
  491. MadCity.Parent = ScrollingFrame
  492. MadCity.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  493. MadCity.BorderSizePixel = 0
  494. MadCity.ClipsDescendants = true
  495. MadCity.Position = UDim2.new(0.560000002, -100, 0.29490146, -25)
  496. MadCity.Size = UDim2.new(0, 169, 0, 47)
  497. MadCity.AutoButtonColor = false
  498. MadCity.Font = Enum.Font.SourceSansLight
  499. MadCity.Text = "Mad City Script"
  500. MadCity.TextColor3 = Color3.new(1, 1, 1)
  501. MadCity.TextSize = 18
  502.  
  503. MadCityAutofarm.Name = "Mad City Autofarm"
  504. MadCityAutofarm.Parent = ScrollingFrame
  505. MadCityAutofarm.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  506. MadCityAutofarm.BorderSizePixel = 0
  507. MadCityAutofarm.ClipsDescendants = true
  508. MadCityAutofarm.Position = UDim2.new(0.57229507, -100, 0.358348429, -25)
  509. MadCityAutofarm.Size = UDim2.new(0, 169, 0, 47)
  510. MadCityAutofarm.AutoButtonColor = false
  511. MadCityAutofarm.Font = Enum.Font.SourceSansLight
  512. MadCityAutofarm.Text = "Mad City XP Autofarm"
  513. MadCityAutofarm.TextColor3 = Color3.new(1, 1, 1)
  514. MadCityAutofarm.TextSize = 18
  515.  
  516. SlayingSimulator.Name = "Slaying Simulator"
  517. SlayingSimulator.Parent = ScrollingFrame
  518. SlayingSimulator.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  519. SlayingSimulator.BorderSizePixel = 0
  520. SlayingSimulator.ClipsDescendants = true
  521. SlayingSimulator.Position = UDim2.new(0.57229507, -100, 0.423689336, -25)
  522. SlayingSimulator.Size = UDim2.new(0, 169, 0, 47)
  523. SlayingSimulator.AutoButtonColor = false
  524. SlayingSimulator.Font = Enum.Font.SourceSansLight
  525. SlayingSimulator.Text = "Slaying Simulator"
  526. SlayingSimulator.TextColor3 = Color3.new(1, 1, 1)
  527. SlayingSimulator.TextSize = 18
  528.  
  529. DashingSimulator.Name = "Dashing Simulator"
  530. DashingSimulator.Parent = ScrollingFrame
  531. DashingSimulator.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  532. DashingSimulator.BorderSizePixel = 0
  533. DashingSimulator.ClipsDescendants = true
  534. DashingSimulator.Position = UDim2.new(0.57229507, -100, 0.477666616, -25)
  535. DashingSimulator.Size = UDim2.new(0, 169, 0, 47)
  536. DashingSimulator.AutoButtonColor = false
  537. DashingSimulator.Font = Enum.Font.SourceSansLight
  538. DashingSimulator.Text = "Dashing Simulator"
  539. DashingSimulator.TextColor3 = Color3.new(1, 1, 1)
  540. DashingSimulator.TextSize = 18
  541.  
  542. ChatBypass.Name = "Chat Bypass"
  543. ChatBypass.Parent = ScrollingFrame
  544. ChatBypass.BackgroundColor3 = Color3.new(0.262745, 0.596078, 1)
  545. ChatBypass.BorderSizePixel = 0
  546. ChatBypass.ClipsDescendants = true
  547. ChatBypass.Position = UDim2.new(0.57229507, -100, 0.536378682, -25)
  548. ChatBypass.Size = UDim2.new(0, 169, 0, 47)
  549. ChatBypass.AutoButtonColor = false
  550. ChatBypass.Font = Enum.Font.SourceSansLight
  551. ChatBypass.Text = "Chat Bypass (do /e [message])"
  552. ChatBypass.TextColor3 = Color3.new(1, 1, 1)
  553. ChatBypass.TextSize = 18
  554.  
  555. Credits.Name = "Credits"
  556. Credits.Parent = MainGUI
  557. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  558. Credits.BackgroundTransparency = 1
  559. Credits.BorderSizePixel = 0
  560. Credits.Position = UDim2.new(0, 0, 0.272727281, 0)
  561. Credits.Size = UDim2.new(0, 690, 0, 264)
  562.  
  563. Credit.Name = "Credit"
  564. Credit.Parent = Credits
  565. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  566. Credit.BackgroundTransparency = 1
  567. Credit.Position = UDim2.new(0.00144927541, 0, 0.00378787518, 0)
  568. Credit.Size = UDim2.new(0, 690, 0, 264)
  569. Credit.Font = Enum.Font.SourceSansLight
  570. Credit.Text = "This Menu was created by Viown, any problems experienced add me on discord: vi#9292"
  571. Credit.TextColor3 = Color3.new(0.215686, 0.254902, 0.631373)
  572. Credit.TextScaled = true
  573. Credit.TextSize = 14
  574. Credit.TextWrapped = true
  575.  
  576. Scripts_2.Name = "Scripts"
  577. Scripts_2.Parent = MainGUI
  578. Scripts_2.BackgroundColor3 = Color3.new(1, 1, 1)
  579. Scripts_2.BorderSizePixel = 0
  580. Scripts_2.Position = UDim2.new(0, 0, 0.272727281, 0)
  581. Scripts_2.Size = UDim2.new(0, 689, 0, 264)
  582. Scripts_2.Visible = false
  583.  
  584. ScriptsScroll.Name = "ScriptsScroll"
  585. ScriptsScroll.Parent = Scripts_2
  586. ScriptsScroll.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  587. ScriptsScroll.BackgroundTransparency = 1
  588. ScriptsScroll.BorderSizePixel = 0
  589. ScriptsScroll.Size = UDim2.new(0, 689, 0, 264)
  590.  
  591. Script.Name = "Script"
  592. Script.Parent = ScriptsScroll
  593. Script.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  594. Script.BorderSizePixel = 0
  595. Script.Size = UDim2.new(0, 662, 0, 26)
  596. Script.Font = Enum.Font.SourceSansBold
  597. Script.Text = "Updated Chat Bypass ~ Ieoanhalt123"
  598. Script.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  599. Script.TextScaled = true
  600. Script.TextSize = 14
  601. Script.TextWrapped = true
  602.  
  603. Script_2.Name = "Script"
  604. Script_2.Parent = ScriptsScroll
  605. Script_2.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  606. Script_2.BorderSizePixel = 0
  607. Script_2.Position = UDim2.new(0, 0, 0.0492424257, 0)
  608. Script_2.Size = UDim2.new(0, 662, 0, 26)
  609. Script_2.Font = Enum.Font.SourceSansBold
  610. Script_2.Text = "Dashing Simulator ~  reavreav"
  611. Script_2.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  612. Script_2.TextScaled = true
  613. Script_2.TextSize = 14
  614. Script_2.TextWrapped = true
  615.  
  616. Script_3.Name = "Script"
  617. Script_3.Parent = ScriptsScroll
  618. Script_3.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  619. Script_3.BorderSizePixel = 0
  620. Script_3.Position = UDim2.new(0, 0, 0.0984848514, 0)
  621. Script_3.Size = UDim2.new(0, 662, 0, 26)
  622. Script_3.Font = Enum.Font.SourceSansBold
  623. Script_3.Text = "Lumber Tycoon ~ kintol2005"
  624. Script_3.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  625. Script_3.TextScaled = true
  626. Script_3.TextSize = 14
  627. Script_3.TextWrapped = true
  628.  
  629. Script_4.Name = "Script"
  630. Script_4.Parent = ScriptsScroll
  631. Script_4.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  632. Script_4.BorderSizePixel = 0
  633. Script_4.Position = UDim2.new(0, 0, 0.147727281, 0)
  634. Script_4.Size = UDim2.new(0, 662, 0, 26)
  635. Script_4.Font = Enum.Font.SourceSansBold
  636. Script_4.Text = "OP Gui! ~ Corewave"
  637. Script_4.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  638. Script_4.TextScaled = true
  639. Script_4.TextSize = 14
  640. Script_4.TextWrapped = true
  641.  
  642. Script_5.Name = "Script"
  643. Script_5.Parent = ScriptsScroll
  644. Script_5.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  645. Script_5.BorderSizePixel = 0
  646. Script_5.Position = UDim2.new(0, 0, 0.196969703, 0)
  647. Script_5.Size = UDim2.new(0, 662, 0, 26)
  648. Script_5.Font = Enum.Font.SourceSansBold
  649. Script_5.Text = "Zertex GUI ~ Jayden A"
  650. Script_5.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  651. Script_5.TextScaled = true
  652. Script_5.TextSize = 14
  653. Script_5.TextWrapped = true
  654.  
  655. Script_6.Name = "Script"
  656. Script_6.Parent = ScriptsScroll
  657. Script_6.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  658. Script_6.BorderSizePixel = 0
  659. Script_6.Position = UDim2.new(0, 0, 0.246212125, 0)
  660. Script_6.Size = UDim2.new(0, 662, 0, 26)
  661. Script_6.Font = Enum.Font.SourceSansBold
  662. Script_6.Text = "Northern Frontier GUI ~ Unknown"
  663. Script_6.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  664. Script_6.TextScaled = true
  665. Script_6.TextSize = 14
  666. Script_6.TextWrapped = true
  667.  
  668. Script_7.Name = "Script"
  669. Script_7.Parent = ScriptsScroll
  670. Script_7.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  671. Script_7.BorderSizePixel = 0
  672. Script_7.Position = UDim2.new(0, 0, 0.295454562, 0)
  673. Script_7.Size = UDim2.new(0, 662, 0, 26)
  674. Script_7.Font = Enum.Font.SourceSansBold
  675. Script_7.Text = "Prison Life FE Gui ~ Racist Dolphin"
  676. Script_7.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  677. Script_7.TextScaled = true
  678. Script_7.TextSize = 14
  679. Script_7.TextWrapped = true
  680.  
  681. Script_8.Name = "Script"
  682. Script_8.Parent = ScriptsScroll
  683. Script_8.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  684. Script_8.BorderSizePixel = 0
  685. Script_8.Position = UDim2.new(0, 0, 0.344696999, 0)
  686. Script_8.Size = UDim2.new(0, 662, 0, 26)
  687. Script_8.Font = Enum.Font.SourceSansBold
  688. Script_8.Text = "[Synapse] Hospital Life 2 FE Gear GUI ~ albie368"
  689. Script_8.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  690. Script_8.TextScaled = true
  691. Script_8.TextSize = 14
  692. Script_8.TextWrapped = true
  693.  
  694. Script_9.Name = "Script"
  695. Script_9.Parent = ScriptsScroll
  696. Script_9.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  697. Script_9.BorderSizePixel = 0
  698. Script_9.Position = UDim2.new(0, 0, 0.393939435, 0)
  699. Script_9.Size = UDim2.new(0, 662, 0, 26)
  700. Script_9.Font = Enum.Font.SourceSansBold
  701. Script_9.Text = "[Paid Exploit] Katie's FE Gui ~ Katie"
  702. Script_9.TextColor3 = Color3.new(0.207843, 0.27451, 0.631373)
  703. Script_9.TextScaled = true
  704. Script_9.TextSize = 14
  705. Script_9.TextWrapped = true
  706.  
  707. Settings_2.Name = "Settings"
  708. Settings_2.Parent = MainGUI
  709. Settings_2.BackgroundColor3 = Color3.new(1, 1, 1)
  710. Settings_2.BorderSizePixel = 0
  711. Settings_2.Position = UDim2.new(0, 0, 0.275482088, 0)
  712. Settings_2.Size = UDim2.new(0, 689, 0, 263)
  713. Settings_2.Visible = false
  714.  
  715. DarkMode.Name = "DarkMode"
  716. DarkMode.Parent = Settings_2
  717. DarkMode.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  718. DarkMode.BorderSizePixel = 0
  719. DarkMode.ClipsDescendants = true
  720. DarkMode.Position = UDim2.new(0.877889037, -100, 0.233662367, -25)
  721. DarkMode.Size = UDim2.new(0, 169, 0, 50)
  722. DarkMode.AutoButtonColor = false
  723. DarkMode.Font = Enum.Font.SourceSansLight
  724. DarkMode.Text = "Dark Mode"
  725. DarkMode.TextColor3 = Color3.new(1, 1, 1)
  726. DarkMode.TextSize = 18
  727.  
  728. toggle.Name = "toggle"
  729. toggle.Parent = Settings_2
  730. toggle.BackgroundColor3 = Color3.new(1, 1, 1)
  731. toggle.BackgroundTransparency = 1
  732. toggle.Position = UDim2.new(0.706821501, 0, 0.817490458, 0)
  733. toggle.Size = UDim2.new(0, 200, 0, 50)
  734. toggle.Font = Enum.Font.SourceSansLight
  735. toggle.Text = "Press 'p' on your keyboard to toggle the gui!"
  736. toggle.TextColor3 = Color3.new(0, 0, 0)
  737. toggle.TextScaled = true
  738. toggle.TextSize = 14
  739. toggle.TextWrapped = true
  740.  
  741. Size.Name = "Size"
  742. Size.Parent = Settings_2
  743. Size.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  744. Size.BorderSizePixel = 0
  745. Size.Position = UDim2.new(0.35558781, 0, 0.328719348, 0)
  746. Size.Size = UDim2.new(0, 200, 0, 38)
  747. Size.ClearTextOnFocus = false
  748. Size.Font = Enum.Font.Code
  749. Size.Text = "0, 690,0, 363"
  750. Size.TextColor3 = Color3.new(0, 0, 0)
  751. Size.TextScaled = true
  752. Size.TextSize = 14
  753. Size.TextWrapped = true
  754.  
  755. Change.Name = "Change"
  756. Change.Parent = Size
  757. Change.BackgroundColor3 = Color3.new(0.298039, 0.407843, 0.709804)
  758. Change.BorderSizePixel = 0
  759. Change.ClipsDescendants = true
  760. Change.Position = UDim2.new(0.583752573, -100, 1.96450078, -25)
  761. Change.Size = UDim2.new(0, 169, 0, 50)
  762. Change.AutoButtonColor = false
  763. Change.Font = Enum.Font.SourceSansLight
  764. Change.Text = "Change"
  765. Change.TextColor3 = Color3.new(1, 1, 1)
  766. Change.TextSize = 18
  767.  
  768. TextLabel.Parent = Size
  769. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  770. TextLabel.BackgroundTransparency = 1
  771. TextLabel.Position = UDim2.new(0, 0, -1.60526311, 0)
  772. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  773. TextLabel.Font = Enum.Font.SourceSansLight
  774. TextLabel.Text = "GUI Size:"
  775. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  776. TextLabel.TextScaled = true
  777. TextLabel.TextSize = 14
  778. TextLabel.TextWrapped = true
  779.  
  780. RainbowTopBar.Name = "RainbowTopBar"
  781. RainbowTopBar.Parent = Settings_2
  782. RainbowTopBar.BackgroundColor3 = Color3.new(1, 0.117647, 0.117647)
  783. RainbowTopBar.BorderSizePixel = 0
  784. RainbowTopBar.ClipsDescendants = true
  785. RainbowTopBar.Position = UDim2.new(0.184129953, -100, 0.233662367, -25)
  786. RainbowTopBar.Size = UDim2.new(0, 169, 0, 50)
  787. RainbowTopBar.AutoButtonColor = false
  788. RainbowTopBar.Font = Enum.Font.SourceSansLight
  789. RainbowTopBar.Text = "Rainbow Topbar"
  790. RainbowTopBar.TextColor3 = Color3.new(1, 1, 1)
  791. RainbowTopBar.TextSize = 18
  792.  
  793. DFeatures.Name = "DFeatures"
  794. DFeatures.Parent = Settings_2
  795. DFeatures.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  796. DFeatures.Position = UDim2.new(0.0275761969, 0, 0.863117874, 0)
  797. DFeatures.Size = UDim2.new(0, 411, 0, 26)
  798. DFeatures.SizeConstraint = Enum.SizeConstraint.RelativeYY
  799. DFeatures.ClearTextOnFocus = false
  800. DFeatures.Font = Enum.Font.Code
  801. DFeatures.Text = "Add special features here."
  802. DFeatures.TextColor3 = Color3.new(1, 1, 1)
  803. DFeatures.TextSize = 21
  804. DFeatures.TextWrapped = true
  805. DFeatures.TextXAlignment = Enum.TextXAlignment.Left
  806.  
  807. Load.Name = "Load"
  808. Load.Parent = DFeatures
  809. Load.BackgroundColor3 = Color3.new(0.439216, 0.839216, 0.47451)
  810. Load.BorderSizePixel = 0
  811. Load.Position = UDim2.new(1.03649628, 0, -0.230769232, 0)
  812. Load.Size = UDim2.new(0, 42, 0, 38)
  813. Load.Font = Enum.Font.SourceSans
  814. Load.Text = "Load"
  815. Load.TextColor3 = Color3.new(0, 0, 0)
  816. Load.TextSize = 14
  817.  
  818. LocalPlayer_2.Name = "LocalPlayer"
  819. LocalPlayer_2.Parent = MainGUI
  820. LocalPlayer_2.BackgroundColor3 = Color3.new(1, 1, 1)
  821. LocalPlayer_2.BorderSizePixel = 0
  822. LocalPlayer_2.Position = UDim2.new(0, 0, 0.272727281, 0)
  823. LocalPlayer_2.Size = UDim2.new(0, 691, 0, 264)
  824. LocalPlayer_2.Visible = false
  825.  
  826. Fire.Name = "Fire"
  827. Fire.Parent = LocalPlayer_2
  828. Fire.BackgroundColor3 = Color3.new(1, 0.113725, 0.113725)
  829. Fire.BorderSizePixel = 0
  830. Fire.Position = UDim2.new(0.0680173635, 0, 0.064393945, 0)
  831. Fire.Size = UDim2.new(0, 141, 0, 55)
  832. Fire.Font = Enum.Font.SourceSansLight
  833. Fire.Text = "Fire"
  834. Fire.TextColor3 = Color3.new(0, 0, 0)
  835. Fire.TextScaled = true
  836. Fire.TextSize = 14
  837. Fire.TextWrapped = true
  838.  
  839. Sparkes.Name = "Sparkes"
  840. Sparkes.Parent = LocalPlayer_2
  841. Sparkes.BackgroundColor3 = Color3.new(1, 0.341176, 0.992157)
  842. Sparkes.BorderSizePixel = 0
  843. Sparkes.Position = UDim2.new(0.0680173635, 0, 0.689393938, 0)
  844. Sparkes.Size = UDim2.new(0, 141, 0, 55)
  845. Sparkes.Font = Enum.Font.SourceSansLight
  846. Sparkes.Text = "Sparkles"
  847. Sparkes.TextColor3 = Color3.new(0, 0, 0)
  848. Sparkes.TextScaled = true
  849. Sparkes.TextSize = 14
  850. Sparkes.TextWrapped = true
  851.  
  852. Fly.Name = "Fly"
  853. Fly.Parent = LocalPlayer_2
  854. Fly.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.819608)
  855. Fly.BorderSizePixel = 0
  856. Fly.Position = UDim2.new(0.396526784, 0, 0.0643939599, 0)
  857. Fly.Size = UDim2.new(0, 141, 0, 55)
  858. Fly.Font = Enum.Font.SourceSansLight
  859. Fly.Text = "Fly"
  860. Fly.TextColor3 = Color3.new(0, 0, 0)
  861. Fly.TextScaled = true
  862. Fly.TextSize = 14
  863. Fly.TextWrapped = true
  864.  
  865. Walkspeed.Name = "Walkspeed"
  866. Walkspeed.Parent = LocalPlayer_2
  867. Walkspeed.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.819608)
  868. Walkspeed.BorderSizePixel = 0
  869. Walkspeed.Position = UDim2.new(0.397973955, 0, 0.689393938, 0)
  870. Walkspeed.Size = UDim2.new(0, 141, 0, 55)
  871. Walkspeed.Font = Enum.Font.SourceSansLight
  872. Walkspeed.Text = "WalkSpeed"
  873. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  874. Walkspeed.TextScaled = true
  875. Walkspeed.TextSize = 14
  876. Walkspeed.TextWrapped = true
  877.  
  878. JumpPower.Name = "JumpPower"
  879. JumpPower.Parent = LocalPlayer_2
  880. JumpPower.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.819608)
  881. JumpPower.BorderSizePixel = 0
  882. JumpPower.Position = UDim2.new(0.752532542, 0, 0.689393938, 0)
  883. JumpPower.Size = UDim2.new(0, 141, 0, 55)
  884. JumpPower.Font = Enum.Font.SourceSansLight
  885. JumpPower.Text = "JumpPower"
  886. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  887. JumpPower.TextScaled = true
  888. JumpPower.TextSize = 14
  889. JumpPower.TextWrapped = true
  890.  
  891. Gravity.Name = "Gravity"
  892. Gravity.Parent = LocalPlayer_2
  893. Gravity.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.819608)
  894. Gravity.BorderSizePixel = 0
  895. Gravity.Position = UDim2.new(0.753979743, 0, 0.0643939599, 0)
  896. Gravity.Size = UDim2.new(0, 141, 0, 55)
  897. Gravity.Font = Enum.Font.SourceSansLight
  898. Gravity.Text = "Gravity"
  899. Gravity.TextColor3 = Color3.new(0, 0, 0)
  900. Gravity.TextScaled = true
  901. Gravity.TextSize = 14
  902. Gravity.TextWrapped = true
  903.  
  904. Noclip.Name = "Noclip"
  905. Noclip.Parent = LocalPlayer_2
  906. Noclip.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.819608)
  907. Noclip.BorderSizePixel = 0
  908. Noclip.Position = UDim2.new(0.0680173635, 0, 0.371212155, 0)
  909. Noclip.Size = UDim2.new(0, 141, 0, 55)
  910. Noclip.Font = Enum.Font.SourceSansLight
  911. Noclip.Text = "Noclip"
  912. Noclip.TextColor3 = Color3.new(0, 0, 0)
  913. Noclip.TextScaled = true
  914. Noclip.TextSize = 14
  915. Noclip.TextWrapped = true
  916.  
  917. FEInvisible.Name = "FE Invisible"
  918. FEInvisible.Parent = LocalPlayer_2
  919. FEInvisible.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.819608)
  920. FEInvisible.BorderSizePixel = 0
  921. FEInvisible.Position = UDim2.new(0.397973925, 0, 0.371212155, 0)
  922. FEInvisible.Size = UDim2.new(0, 141, 0, 55)
  923. FEInvisible.Font = Enum.Font.SourceSansLight
  924. FEInvisible.Text = "FE Invisible"
  925. FEInvisible.TextColor3 = Color3.new(0, 0, 0)
  926. FEInvisible.TextScaled = true
  927. FEInvisible.TextSize = 14
  928. FEInvisible.TextWrapped = true
  929.  
  930. god.Name = "god"
  931. god.Parent = LocalPlayer_2
  932. god.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.819608)
  933. god.BorderSizePixel = 0
  934. god.Position = UDim2.new(0.752532542, 0, 0.371212155, 0)
  935. god.Size = UDim2.new(0, 141, 0, 55)
  936. god.Font = Enum.Font.SourceSansLight
  937. god.Text = "FE God (Lose some abilities)"
  938. god.TextColor3 = Color3.new(0, 0, 0)
  939. god.TextScaled = true
  940. god.TextSize = 14
  941. god.TextWrapped = true
  942.  
  943. LoginGUI.Name = "LoginGUI"
  944. LoginGUI.Parent = AdminMenuViown
  945. LoginGUI.Active = true
  946. LoginGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  947. LoginGUI.BackgroundTransparency = 1
  948. LoginGUI.Position = UDim2.new(0.350848854, 0, 0.10702341, 0)
  949. LoginGUI.Selectable = true
  950. LoginGUI.Size = UDim2.new(0, 462, 0, 392)
  951. LoginGUI.Image = "rbxassetid://2803731757"
  952. LoginGUI.ImageColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  953. LoginGUI.ScaleType = Enum.ScaleType.Slice
  954. LoginGUI.SliceCenter = Rect.new(14, 14, 15, 15)
  955.  
  956. Login.Name = "Login"
  957. Login.Parent = LoginGUI
  958. Login.BackgroundColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  959. Login.BorderColor3 = Color3.new(0.560784, 0.584314, 0.47451)
  960. Login.BorderSizePixel = 2
  961. Login.Position = UDim2.new(0.194805205, 0, 0.328840971, 0)
  962. Login.Size = UDim2.new(0, 282, 0, 32)
  963. Login.ClearTextOnFocus = false
  964. Login.Font = Enum.Font.SourceSansBold
  965. Login.Text = ""
  966. Login.TextColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  967. Login.TextScaled = true
  968. Login.TextSize = 14
  969. Login.TextTransparency = 0.5
  970. Login.TextWrapped = true
  971. Login.TextXAlignment = Enum.TextXAlignment.Left
  972.  
  973. TextLabel_2.Parent = Login
  974. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  975. TextLabel_2.BackgroundTransparency = 1
  976. TextLabel_2.Position = UDim2.new(-0.0390070938, 0, -0.90625, 0)
  977. TextLabel_2.Size = UDim2.new(0, 128, 0, 29)
  978. TextLabel_2.Font = Enum.Font.SourceSans
  979. TextLabel_2.Text = "Username:"
  980. TextLabel_2.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  981. TextLabel_2.TextScaled = true
  982. TextLabel_2.TextSize = 14
  983. TextLabel_2.TextTransparency = 0.5
  984. TextLabel_2.TextWrapped = true
  985.  
  986. Password.Name = "Password"
  987. Password.Parent = LoginGUI
  988. Password.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  989. Password.BorderColor3 = Color3.new(0.843137, 0.901961, 0.866667)
  990. Password.BorderSizePixel = 2
  991. Password.Position = UDim2.new(0.194805205, 0, 0.520215631, 0)
  992. Password.Size = UDim2.new(0, 282, 0, 32)
  993. Password.ClearTextOnFocus = false
  994. Password.Font = Enum.Font.SourceSansBold
  995. Password.Text = ""
  996. Password.TextColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  997. Password.TextScaled = true
  998. Password.TextSize = 14
  999. Password.TextTransparency = 0.5
  1000. Password.TextWrapped = true
  1001. Password.TextXAlignment = Enum.TextXAlignment.Left
  1002.  
  1003. TextLabel_3.Parent = Password
  1004. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1005. TextLabel_3.BackgroundTransparency = 1
  1006. TextLabel_3.Position = UDim2.new(-0.0390070938, 0, -0.90625, 0)
  1007. TextLabel_3.Size = UDim2.new(0, 128, 0, 29)
  1008. TextLabel_3.Font = Enum.Font.SourceSans
  1009. TextLabel_3.Text = "Password:"
  1010. TextLabel_3.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1011. TextLabel_3.TextScaled = true
  1012. TextLabel_3.TextSize = 14
  1013. TextLabel_3.TextTransparency = 0.5
  1014. TextLabel_3.TextWrapped = true
  1015.  
  1016. Frame.Parent = LoginGUI
  1017. Frame.BackgroundColor3 = Color3.new(0.6, 0.6, 0.6)
  1018. Frame.BorderSizePixel = 0
  1019. Frame.Position = UDim2.new(0.255411267, 0, 0.762803257, 0)
  1020. Frame.Size = UDim2.new(0, 226, 0, 65)
  1021.  
  1022. Access.Name = "Access"
  1023. Access.Parent = Frame
  1024. Access.BackgroundColor3 = Color3.new(0.776471, 0.776471, 0.776471)
  1025. Access.BorderSizePixel = 0
  1026. Access.Position = UDim2.new(-0.0619469024, 0, -0.169230729, 0)
  1027. Access.Size = UDim2.new(0, 226, 0, 65)
  1028. Access.Font = Enum.Font.SourceSansLight
  1029. Access.Text = "Access"
  1030. Access.TextColor3 = Color3.new(0, 0, 0)
  1031. Access.TextScaled = true
  1032. Access.TextSize = 14
  1033. Access.TextWrapped = true
  1034.  
  1035. ForgotPassword.Name = "Forgot Password"
  1036. ForgotPassword.Parent = Frame
  1037. ForgotPassword.BackgroundColor3 = Color3.new(0.74902, 0.792157, 0.741176)
  1038. ForgotPassword.BackgroundTransparency = 1
  1039. ForgotPassword.BorderSizePixel = 0
  1040. ForgotPassword.Position = UDim2.new(-0.492701977, 0, 0.101923078, 0)
  1041. ForgotPassword.Size = UDim2.new(0, 90, 0, 58)
  1042. ForgotPassword.Font = Enum.Font.SourceSansBold
  1043. ForgotPassword.Text = "Forgot Password?"
  1044. ForgotPassword.TextColor3 = Color3.new(0.8, 0.8, 0.74902)
  1045. ForgotPassword.TextScaled = true
  1046. ForgotPassword.TextSize = 14
  1047. ForgotPassword.TextStrokeTransparency = 0.80000001192093
  1048. ForgotPassword.TextWrapped = true
  1049.  
  1050. Info.Name = "Info"
  1051. Info.Parent = ForgotPassword
  1052. Info.Active = true
  1053. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  1054. Info.BackgroundTransparency = 1
  1055. Info.Position = UDim2.new(-1.01111102, 0, -3.74137878, 0)
  1056. Info.Selectable = true
  1057. Info.Size = UDim2.new(0, 602, 0, 332)
  1058. Info.Visible = false
  1059. Info.Image = "rbxassetid://2803732984"
  1060. Info.ImageColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1061. Info.ScaleType = Enum.ScaleType.Slice
  1062. Info.SliceCenter = Rect.new(15, 15, 16, 16)
  1063.  
  1064. TextLabel_4.Parent = Info
  1065. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1066. TextLabel_4.BackgroundTransparency = 1
  1067. TextLabel_4.Position = UDim2.new(0, 0, 0.0903614461, 0)
  1068. TextLabel_4.Size = UDim2.new(0, 602, 0, 302)
  1069. TextLabel_4.Font = Enum.Font.SourceSansSemibold
  1070. TextLabel_4.Text = "If you forgot your password and you don't have it saved, don't worry! There are two ways to get it.  A: Go to vi#9292's dms, and find your account and password. They should be there. B: If it isn't there talk to vi#9292 and you will  be guided to get it back."
  1071. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1072. TextLabel_4.TextScaled = true
  1073. TextLabel_4.TextSize = 14
  1074. TextLabel_4.TextStrokeTransparency = 0
  1075. TextLabel_4.TextWrapped = true
  1076.  
  1077. TextButton.Parent = Info
  1078. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1079. TextButton.BackgroundTransparency = 1
  1080. TextButton.Position = UDim2.new(0.926910281, 0, 0, 0)
  1081. TextButton.Size = UDim2.new(0, 55, 0, 50)
  1082. TextButton.Font = Enum.Font.SourceSansSemibold
  1083. TextButton.Text = "X"
  1084. TextButton.TextColor3 = Color3.new(1, 0, 0)
  1085. TextButton.TextScaled = true
  1086. TextButton.TextSize = 14
  1087. TextButton.TextWrapped = true
  1088.  
  1089. Top_3.Name = "Top"
  1090. Top_3.Parent = LoginGUI
  1091. Top_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1092. Top_3.BackgroundTransparency = 1
  1093. Top_3.Size = UDim2.new(0, 462, 0, 61)
  1094. Top_3.Image = "rbxassetid://2803731757"
  1095. Top_3.ImageColor3 = Color3.new(0.0470588, 0.105882, 0.0901961)
  1096. Top_3.ScaleType = Enum.ScaleType.Slice
  1097. Top_3.SliceCenter = Rect.new(14, 14, 15, 15)
  1098.  
  1099. TopText_2.Name = "TopText"
  1100. TopText_2.Parent = Top_3
  1101. TopText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1102. TopText_2.BackgroundTransparency = 1
  1103. TopText_2.Size = UDim2.new(0, 462, 0, 61)
  1104. TopText_2.Font = Enum.Font.SourceSansLight
  1105. TopText_2.Text = "Admin Menu Login"
  1106. TopText_2.TextColor3 = Color3.new(1, 1, 1)
  1107. TopText_2.TextScaled = true
  1108. TopText_2.TextSize = 14
  1109. TopText_2.TextStrokeTransparency = 0.89999997615814
  1110. TopText_2.TextWrapped = true
  1111.  
  1112. Spin.Name = "Spin"
  1113. Spin.Parent = LoginGUI
  1114. Spin.BackgroundColor3 = Color3.new(1, 1, 1)
  1115. Spin.BackgroundTransparency = 1
  1116. Spin.Position = UDim2.new(0.333333343, 0, 0.237244904, 0)
  1117. Spin.Size = UDim2.new(0, 136, 0, 136)
  1118. Spin.Visible = false
  1119. Spin.Image = "rbxassetid://2804206750"
  1120. Spin.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1121. Spin.ScaleType = Enum.ScaleType.Slice
  1122. Spin.SliceCenter = Rect.new(12, 12, 13, 13)
  1123.  
  1124. TextHit.Name = "TextHit"
  1125. TextHit.Parent = LoginGUI
  1126. TextHit.BackgroundColor3 = Color3.new(1, 1, 1)
  1127. TextHit.BackgroundTransparency = 1
  1128. TextHit.Position = UDim2.new(0, 0, 0.714285731, 0)
  1129. TextHit.Size = UDim2.new(0, 462, 0, 50)
  1130. TextHit.Visible = false
  1131. TextHit.Font = Enum.Font.GothamBlack
  1132. TextHit.Text = "-V-"
  1133. TextHit.TextColor3 = Color3.new(1, 1, 1)
  1134. TextHit.TextScaled = true
  1135. TextHit.TextSize = 14
  1136. TextHit.TextWrapped = true
  1137. -- Scripts:
  1138. function SCRIPT_ACCF81_FAKESCRIPT() -- General.LocalScript
  1139.     local script = Instance.new('LocalScript')
  1140.     script.Parent = General
  1141.     local btn=script.Parent
  1142.    
  1143.     btn.MouseButton1Click:Connect(function()
  1144.     script.Parent.Parent.Parent.General.Visible = true;
  1145.     script.Parent.Parent.Parent.Settings.Visible = false;
  1146.     script.Parent.Parent.Parent.Credits.Visible = false;
  1147.     script.Parent.Parent.Parent.Scripts.Visible = false;
  1148.     script.Parent.Parent.Parent.LocalPlayer.Visible = false;
  1149.     end)
  1150.  
  1151. end
  1152. coroutine.resume(coroutine.create(SCRIPT_ACCF81_FAKESCRIPT))
  1153. function SCRIPT_RWSM76_FAKESCRIPT() -- General.Effect
  1154.     local script = Instance.new('LocalScript')
  1155.     script.Parent = General
  1156.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1157.     local C = Instance.new('ImageLabel', script.Parent)
  1158.     C.BackgroundTransparency = 1
  1159.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1160.     C.Size = UDim2.new(0, 0, 0, 0)
  1161.     C.Image = 'rbxassetid://200182847'
  1162.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1163.     C.Name = 'Circle'
  1164.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1165.     for i = 0, 1, 0.03 do
  1166.     C.ImageTransparency = i
  1167.     game:GetService('RunService').RenderStepped:wait()
  1168.     end
  1169.     C:destroy()
  1170.     end)
  1171.    
  1172.  
  1173. end
  1174. coroutine.resume(coroutine.create(SCRIPT_RWSM76_FAKESCRIPT))
  1175. function SCRIPT_YENB87_FAKESCRIPT() -- TopText.LocalScript
  1176.     local script = Instance.new('LocalScript')
  1177.     script.Parent = TopText
  1178.     while true do
  1179.     Light = script.Parent
  1180.     Old = Light.BackgroundColor3
  1181.     New = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)
  1182.    
  1183.     R = false
  1184.     G = false
  1185.     B = false
  1186.    
  1187.     coroutine.resume(coroutine.create(function()
  1188.         if New.r > Old.r then
  1189.             for i = Old.r, New.r, 2/255 do
  1190.                 Light.BackgroundColor3 =  Color3.new(i,Light.BackgroundColor3.g,Light.BackgroundColor3.b)
  1191.                 wait()
  1192.             end
  1193.         elseif New.r < Old.r then
  1194.             for i = Old.r, New.r, -2/255 do
  1195.                 Light.BackgroundColor3 =  Color3.new(i,Light.BackgroundColor3.g,Light.BackgroundColor3.b)
  1196.                 wait()
  1197.             end
  1198.         end
  1199.         R = true
  1200.     end))
  1201.    
  1202.     coroutine.resume(coroutine.create(function()
  1203.         if New.g > Old.g then
  1204.             for i = Old.g,New.g,2/255 do
  1205.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,i,Light.BackgroundColor3.b)
  1206.                 wait()
  1207.             end
  1208.         else
  1209.             for i = Old.g,New.g,-2/255 do
  1210.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,i,Light.BackgroundColor3.b)
  1211.                 wait()
  1212.             end
  1213.         end
  1214.         G = true
  1215.     end))
  1216.    
  1217.     coroutine.resume(coroutine.create(function()
  1218.         if New.b > Old.b then
  1219.             for i = Old.b,New.b,2/255 do
  1220.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,Light.BackgroundColor3.g,i)
  1221.                 wait()
  1222.             end
  1223.         else
  1224.             for i = Old.b,New.b,-2/255 do
  1225.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,Light.BackgroundColor3.g,i)
  1226.                 wait()
  1227.             end
  1228.         end
  1229.         B = true
  1230.     end))
  1231.    
  1232.     repeat wait(1/30) until R == true and G == true and B == true
  1233.    
  1234.     end
  1235.  
  1236. end
  1237. coroutine.resume(coroutine.create(SCRIPT_YENB87_FAKESCRIPT))
  1238. function SCRIPT_NAVS77_FAKESCRIPT() -- Version.LocalScript
  1239.     local script = Instance.new('LocalScript')
  1240.     script.Parent = Version
  1241.     script.Parent.Text = script.Parent.Parent.Parent.Parent.Parent.Version.Value
  1242.  
  1243. end
  1244. coroutine.resume(coroutine.create(SCRIPT_NAVS77_FAKESCRIPT))
  1245. function SCRIPT_PRWJ69_FAKESCRIPT() -- LocalPlayer.LocalScript
  1246.     local script = Instance.new('LocalScript')
  1247.     script.Parent = LocalPlayer
  1248.     local btn=script.Parent
  1249.    
  1250.     btn.MouseButton1Down:Connect(function()
  1251.     script.Parent.Parent.Parent.General.Visible = false;
  1252.     script.Parent.Parent.Parent.Settings.Visible = false;
  1253.     script.Parent.Parent.Parent.Scripts.Visible = false;
  1254.     script.Parent.Parent.Parent.Credits.Visible = false;
  1255.     script.Parent.Parent.Parent.LocalPlayer.Visible = true;
  1256.     end)
  1257.  
  1258. end
  1259. coroutine.resume(coroutine.create(SCRIPT_PRWJ69_FAKESCRIPT))
  1260. function SCRIPT_EGVK67_FAKESCRIPT() -- LocalPlayer.Effect
  1261.     local script = Instance.new('LocalScript')
  1262.     script.Parent = LocalPlayer
  1263.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1264.     local C = Instance.new('ImageLabel', script.Parent)
  1265.     C.BackgroundTransparency = 1
  1266.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1267.     C.Size = UDim2.new(0, 0, 0, 0)
  1268.     C.Image = 'rbxassetid://200182847'
  1269.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1270.     C.Name = 'Circle'
  1271.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1272.     for i = 0, 1, 0.03 do
  1273.     C.ImageTransparency = i
  1274.     game:GetService('RunService').RenderStepped:wait()
  1275.     end
  1276.     C:destroy()
  1277.     end)
  1278.    
  1279.  
  1280. end
  1281. coroutine.resume(coroutine.create(SCRIPT_EGVK67_FAKESCRIPT))
  1282. function SCRIPT_JOSW72_FAKESCRIPT() -- Scripts.LocalScript
  1283.     local script = Instance.new('LocalScript')
  1284.     script.Parent = Scripts
  1285.     script.Parent.MouseButton1Click:Connect(function()
  1286.     script.Parent.Parent.Parent.General.Visible = false;
  1287.     script.Parent.Parent.Parent.Settings.Visible = false;
  1288.     script.Parent.Parent.Parent.Scripts.Visible = true;
  1289.     script.Parent.Parent.Parent.Credits.Visible = false;
  1290.     script.Parent.Parent.Parent.LocalPlayer.Visible = false;
  1291.     end)
  1292.  
  1293. end
  1294. coroutine.resume(coroutine.create(SCRIPT_JOSW72_FAKESCRIPT))
  1295. function SCRIPT_YNEB86_FAKESCRIPT() -- Scripts.Effect
  1296.     local script = Instance.new('LocalScript')
  1297.     script.Parent = Scripts
  1298.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1299.     local C = Instance.new('ImageLabel', script.Parent)
  1300.     C.BackgroundTransparency = 1
  1301.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1302.     C.Size = UDim2.new(0, 0, 0, 0)
  1303.     C.Image = 'rbxassetid://200182847'
  1304.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1305.     C.Name = 'Circle'
  1306.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1307.     for i = 0, 1, 0.03 do
  1308.     C.ImageTransparency = i
  1309.     game:GetService('RunService').RenderStepped:wait()
  1310.     end
  1311.     C:destroy()
  1312.     end)
  1313.    
  1314.  
  1315. end
  1316. coroutine.resume(coroutine.create(SCRIPT_YNEB86_FAKESCRIPT))
  1317. function SCRIPT_LQPX65_FAKESCRIPT() -- Settings.LocalScript
  1318.     local script = Instance.new('LocalScript')
  1319.     script.Parent = Settings
  1320.     local btn=script.Parent
  1321.    
  1322.     btn.MouseButton1Down:Connect(function()
  1323.     script.Parent.Parent.Parent.General.Visible = false;
  1324.     script.Parent.Parent.Parent.Settings.Visible = true;
  1325.     script.Parent.Parent.Parent.Credits.Visible = false;
  1326.     script.Parent.Parent.Parent.Scripts.Visible = false;
  1327.     script.Parent.Parent.Parent.LocalPlayer.Visible = false;
  1328.     end)
  1329.  
  1330. end
  1331. coroutine.resume(coroutine.create(SCRIPT_LQPX65_FAKESCRIPT))
  1332. function SCRIPT_AAJD79_FAKESCRIPT() -- Settings.Effect
  1333.     local script = Instance.new('LocalScript')
  1334.     script.Parent = Settings
  1335.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1336.     local C = Instance.new('ImageLabel', script.Parent)
  1337.     C.BackgroundTransparency = 1
  1338.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1339.     C.Size = UDim2.new(0, 0, 0, 0)
  1340.     C.Image = 'rbxassetid://200182847'
  1341.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1342.     C.Name = 'Circle'
  1343.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1344.     for i = 0, 1, 0.03 do
  1345.     C.ImageTransparency = i
  1346.     game:GetService('RunService').RenderStepped:wait()
  1347.     end
  1348.     C:destroy()
  1349.     end)
  1350.    
  1351.  
  1352. end
  1353. coroutine.resume(coroutine.create(SCRIPT_AAJD79_FAKESCRIPT))
  1354. function SCRIPT_TUGY76_FAKESCRIPT() -- X.LocalScript
  1355.     local script = Instance.new('LocalScript')
  1356.     script.Parent = X
  1357.     script.Parent.MouseButton1Click:Connect(function()
  1358.     script.Parent.Parent.Parent.Visible = false;
  1359.     end)
  1360.  
  1361. end
  1362. coroutine.resume(coroutine.create(SCRIPT_TUGY76_FAKESCRIPT))
  1363. function SCRIPT_EOQM73_FAKESCRIPT() -- MainGUI.Drag
  1364.     local script = Instance.new('LocalScript')
  1365.     script.Parent = MainGUI
  1366.     local UserInputService = game:GetService("UserInputService")
  1367.    
  1368.     local gui = script.Parent
  1369.    
  1370.     local dragging
  1371.     local dragInput
  1372.     local dragStart
  1373.     local startPos
  1374.    
  1375.     local function update(input)
  1376.     local delta = input.Position - dragStart
  1377.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1378.     end
  1379.    
  1380.     gui.InputBegan:Connect(function(input)
  1381.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1382.     dragging = true
  1383.     dragStart = input.Position
  1384.     startPos = gui.Position
  1385.    
  1386.     input.Changed:Connect(function()
  1387.     if input.UserInputState == Enum.UserInputState.End then
  1388.     dragging = false
  1389.     end
  1390.     end)
  1391.     end
  1392.     end)
  1393.    
  1394.     gui.InputChanged:Connect(function(input)
  1395.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1396.     dragInput = input
  1397.     end
  1398.     end)
  1399.    
  1400.     UserInputService.InputChanged:Connect(function(input)
  1401.     if input == dragInput and dragging then
  1402.     update(input)
  1403.     end
  1404.     end)
  1405.  
  1406. end
  1407. coroutine.resume(coroutine.create(SCRIPT_EOQM73_FAKESCRIPT))
  1408. function SCRIPT_DLEP65_FAKESCRIPT() -- Execute.LocalScript
  1409.     local script = Instance.new('LocalScript')
  1410.     script.Parent = Execute
  1411.     script.Parent.MouseButton1Click:Connect(function()
  1412.     loadstring(script.Parent.Parent.Code.Text)
  1413.     end)
  1414.  
  1415. end
  1416. coroutine.resume(coroutine.create(SCRIPT_DLEP65_FAKESCRIPT))
  1417. function SCRIPT_BCRA78_FAKESCRIPT() -- Execute.Effect
  1418.     local script = Instance.new('LocalScript')
  1419.     script.Parent = Execute
  1420.     local Mouse = game.Players.LocalPlayer:GetMouse()
  1421.    
  1422.     local function CircleClick(Button, X, Y)
  1423.            
  1424.             Button.ClipsDescendants = true
  1425.            
  1426.             local Circle = script:WaitForChild("Circle"):Clone()
  1427.                 Circle.Parent = Button
  1428.                 local NewX = X - Circle.AbsolutePosition.X
  1429.                 local NewY = Y - Circle.AbsolutePosition.Y
  1430.                 Circle.Position = UDim2.new(0, NewX, 0, NewY)
  1431.            
  1432.             local Size = 0
  1433.                 if Button.AbsoluteSize.X > Button.AbsoluteSize.Y then
  1434.                      Size = Button.AbsoluteSize.X*1.5
  1435.                 elseif Button.AbsoluteSize.X < Button.AbsoluteSize.Y then
  1436.                      Size = Button.AbsoluteSize.Y*1.5
  1437.                 elseif Button.AbsoluteSize.X == Button.AbsoluteSize.Y then                                                                                                                                                                                                                                                                                                                      print("This place uses a model by Come0n.") --please do not remove!
  1438.                     Size = Button.AbsoluteSize.X*1.5
  1439.                 end
  1440.            
  1441.             local Time = 0.5
  1442.                 Circle:TweenSizeAndPosition(UDim2.new(0, Size, 0, Size), UDim2.new(0.5, -Size/2, 0.5, -Size/2), "Out", "Quad", Time, false, nil)
  1443.                 for i=1,10 do
  1444.                     Circle.ImageTransparency = Circle.ImageTransparency + 0.01
  1445.                     wait(Time/10)
  1446.                 end
  1447.                 Circle:Destroy()
  1448.     end
  1449.    
  1450.    
  1451.     script.Parent.MouseButton1Down:connect(function()
  1452.         CircleClick(script.Parent, Mouse.X, Mouse.Y)
  1453.     end)
  1454.    
  1455.    
  1456.    
  1457.  
  1458. end
  1459. coroutine.resume(coroutine.create(SCRIPT_BCRA78_FAKESCRIPT))
  1460. function SCRIPT_XMNX84_FAKESCRIPT() -- Clear.LocalScript
  1461.     local script = Instance.new('LocalScript')
  1462.     script.Parent = Clear
  1463.     script.Parent.MouseButton1Click:Connect(function()
  1464.     script.Parent.Parent.Code.Text = "";
  1465.     end)
  1466.  
  1467. end
  1468. coroutine.resume(coroutine.create(SCRIPT_XMNX84_FAKESCRIPT))
  1469. function SCRIPT_FKEO65_FAKESCRIPT() -- Clear.Effect
  1470.     local script = Instance.new('LocalScript')
  1471.     script.Parent = Clear
  1472.     local Mouse = game.Players.LocalPlayer:GetMouse()
  1473.    
  1474.     local function CircleClick(Button, X, Y)
  1475.            
  1476.             Button.ClipsDescendants = true
  1477.            
  1478.             local Circle = script:WaitForChild("Circle"):Clone()
  1479.                 Circle.Parent = Button
  1480.                 local NewX = X - Circle.AbsolutePosition.X
  1481.                 local NewY = Y - Circle.AbsolutePosition.Y
  1482.                 Circle.Position = UDim2.new(0, NewX, 0, NewY)
  1483.            
  1484.             local Size = 0
  1485.                 if Button.AbsoluteSize.X > Button.AbsoluteSize.Y then
  1486.                      Size = Button.AbsoluteSize.X*1.5
  1487.                 elseif Button.AbsoluteSize.X < Button.AbsoluteSize.Y then
  1488.                      Size = Button.AbsoluteSize.Y*1.5
  1489.                 elseif Button.AbsoluteSize.X == Button.AbsoluteSize.Y then                                                                                                                                                                                                                                                                                                                      print("This place uses a model by Come0n.") --please do not remove!
  1490.                     Size = Button.AbsoluteSize.X*1.5
  1491.                 end
  1492.            
  1493.             local Time = 0.5
  1494.                 Circle:TweenSizeAndPosition(UDim2.new(0, Size, 0, Size), UDim2.new(0.5, -Size/2, 0.5, -Size/2), "Out", "Quad", Time, false, nil)
  1495.                 for i=1,10 do
  1496.                     Circle.ImageTransparency = Circle.ImageTransparency + 0.01
  1497.                     wait(Time/10)
  1498.                 end
  1499.                 Circle:Destroy()
  1500.     end
  1501.    
  1502.    
  1503.     script.Parent.MouseButton1Down:connect(function()
  1504.         CircleClick(script.Parent, Mouse.X, Mouse.Y)
  1505.     end)
  1506.    
  1507.    
  1508.    
  1509.  
  1510. end
  1511. coroutine.resume(coroutine.create(SCRIPT_FKEO65_FAKESCRIPT))
  1512. function SCRIPT_BGBQ86_FAKESCRIPT() -- Close.LocalScript
  1513.     local script = Instance.new('LocalScript')
  1514.     script.Parent = Close
  1515.     script.Parent.MouseButton1Click:Connect(function()
  1516.     script.Parent.Parent.Visible = false;
  1517.     end)
  1518.  
  1519. end
  1520. coroutine.resume(coroutine.create(SCRIPT_BGBQ86_FAKESCRIPT))
  1521. function SCRIPT_RHST85_FAKESCRIPT() -- Close.Effect
  1522.     local script = Instance.new('LocalScript')
  1523.     script.Parent = Close
  1524.     local Mouse = game.Players.LocalPlayer:GetMouse()
  1525.    
  1526.     local function CircleClick(Button, X, Y)
  1527.            
  1528.             Button.ClipsDescendants = true
  1529.            
  1530.             local Circle = script:WaitForChild("Circle"):Clone()
  1531.                 Circle.Parent = Button
  1532.                 local NewX = X - Circle.AbsolutePosition.X
  1533.                 local NewY = Y - Circle.AbsolutePosition.Y
  1534.                 Circle.Position = UDim2.new(0, NewX, 0, NewY)
  1535.            
  1536.             local Size = 0
  1537.                 if Button.AbsoluteSize.X > Button.AbsoluteSize.Y then
  1538.                      Size = Button.AbsoluteSize.X*1.5
  1539.                 elseif Button.AbsoluteSize.X < Button.AbsoluteSize.Y then
  1540.                      Size = Button.AbsoluteSize.Y*1.5
  1541.                 elseif Button.AbsoluteSize.X == Button.AbsoluteSize.Y then                                                                                                                                                                                                                                                                                                                      print("This place uses a model by Come0n.") --please do not remove!
  1542.                     Size = Button.AbsoluteSize.X*1.5
  1543.                 end
  1544.            
  1545.             local Time = 0.5
  1546.                 Circle:TweenSizeAndPosition(UDim2.new(0, Size, 0, Size), UDim2.new(0.5, -Size/2, 0.5, -Size/2), "Out", "Quad", Time, false, nil)
  1547.                 for i=1,10 do
  1548.                     Circle.ImageTransparency = Circle.ImageTransparency + 0.01
  1549.                     wait(Time/10)
  1550.                 end
  1551.                 Circle:Destroy()
  1552.     end
  1553.    
  1554.    
  1555.     script.Parent.MouseButton1Down:connect(function()
  1556.         CircleClick(script.Parent, Mouse.X, Mouse.Y)
  1557.     end)
  1558.    
  1559.    
  1560.    
  1561.  
  1562. end
  1563. coroutine.resume(coroutine.create(SCRIPT_RHST85_FAKESCRIPT))
  1564. function SCRIPT_MIFU75_FAKESCRIPT() -- Executor.LocalScript
  1565.     local script = Instance.new('LocalScript')
  1566.     script.Parent = Executor
  1567.     script.Parent.Draggable = true;
  1568.  
  1569. end
  1570. coroutine.resume(coroutine.create(SCRIPT_MIFU75_FAKESCRIPT))
  1571. function SCRIPT_TKFD86_FAKESCRIPT() -- Shattervast.LocalScript
  1572.     local script = Instance.new('LocalScript')
  1573.     script.Parent = Shattervast
  1574.     script.Parent.MouseButton1Click:Connect(function()
  1575.     loadstring(game:HttpGet(('https://pastebin.com/raw/gtrWL0s2'),true))()
  1576.     end)
  1577.  
  1578. end
  1579. coroutine.resume(coroutine.create(SCRIPT_TKFD86_FAKESCRIPT))
  1580. function SCRIPT_MFXL73_FAKESCRIPT() -- Shattervast.Effect
  1581.     local script = Instance.new('LocalScript')
  1582.     script.Parent = Shattervast
  1583.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1584.     local C = Instance.new('ImageLabel', script.Parent)
  1585.     C.BackgroundTransparency = 1
  1586.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1587.     C.Size = UDim2.new(0, 0, 0, 0)
  1588.     C.Image = 'rbxassetid://200182847'
  1589.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1590.     C.Name = 'Circle'
  1591.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1592.     for i = 0, 1, 0.03 do
  1593.     C.ImageTransparency = i
  1594.     game:GetService('RunService').RenderStepped:wait()
  1595.     end
  1596.     C:destroy()
  1597.     end)
  1598.    
  1599.  
  1600. end
  1601. coroutine.resume(coroutine.create(SCRIPT_MFXL73_FAKESCRIPT))
  1602. function SCRIPT_EOVP88_FAKESCRIPT() -- ExecutorLoader.LocalScript
  1603.     local script = Instance.new('LocalScript')
  1604.     script.Parent = ExecutorLoader
  1605.     local btn=script.Parent
  1606.    
  1607.     btn.MouseButton1Click:Connect(function()
  1608.     script.Parent.Parent.Parent.Executor.Visible = true;
  1609.     end)
  1610.  
  1611. end
  1612. coroutine.resume(coroutine.create(SCRIPT_EOVP88_FAKESCRIPT))
  1613. function SCRIPT_GSAS82_FAKESCRIPT() -- ExecutorLoader.Effect
  1614.     local script = Instance.new('LocalScript')
  1615.     script.Parent = ExecutorLoader
  1616.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1617.     local C = Instance.new('ImageLabel', script.Parent)
  1618.     C.BackgroundTransparency = 1
  1619.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1620.     C.Size = UDim2.new(0, 0, 0, 0)
  1621.     C.Image = 'rbxassetid://200182847'
  1622.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1623.     C.Name = 'Circle'
  1624.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1625.     for i = 0, 1, 0.03 do
  1626.     C.ImageTransparency = i
  1627.     game:GetService('RunService').RenderStepped:wait()
  1628.     end
  1629.     C:destroy()
  1630.     end)
  1631.    
  1632.  
  1633. end
  1634. coroutine.resume(coroutine.create(SCRIPT_GSAS82_FAKESCRIPT))
  1635. function SCRIPT_CNID85_FAKESCRIPT() -- InfiniteYield.LocalScript
  1636.     local script = Instance.new('LocalScript')
  1637.     script.Parent = InfiniteYield
  1638.     local btn=script.Parent
  1639.    
  1640.     btn.MouseButton1Click:Connect(function()
  1641.     loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  1642.     end)
  1643.  
  1644. end
  1645. coroutine.resume(coroutine.create(SCRIPT_CNID85_FAKESCRIPT))
  1646. function SCRIPT_TACX85_FAKESCRIPT() -- InfiniteYield.Effect
  1647.     local script = Instance.new('LocalScript')
  1648.     script.Parent = InfiniteYield
  1649.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1650.     local C = Instance.new('ImageLabel', script.Parent)
  1651.     C.BackgroundTransparency = 1
  1652.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1653.     C.Size = UDim2.new(0, 0, 0, 0)
  1654.     C.Image = 'rbxassetid://200182847'
  1655.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1656.     C.Name = 'Circle'
  1657.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1658.     for i = 0, 1, 0.03 do
  1659.     C.ImageTransparency = i
  1660.     game:GetService('RunService').RenderStepped:wait()
  1661.     end
  1662.     C:destroy()
  1663.     end)
  1664.    
  1665.  
  1666. end
  1667. coroutine.resume(coroutine.create(SCRIPT_TACX85_FAKESCRIPT))
  1668. function SCRIPT_WIRF73_FAKESCRIPT() -- N3xulis.LocalScript
  1669.     local script = Instance.new('LocalScript')
  1670.     script.Parent = N3xulis
  1671.     local btn=script.Parent
  1672.    
  1673.     btn.MouseButton1Down:Connect(function()
  1674.     loadstring(game:HttpGet(('https://pastebin.com/raw/X16dnsUb'), true))()
  1675.     end)
  1676.  
  1677. end
  1678. coroutine.resume(coroutine.create(SCRIPT_WIRF73_FAKESCRIPT))
  1679. function SCRIPT_TSSJ77_FAKESCRIPT() -- N3xulis.Effect
  1680.     local script = Instance.new('LocalScript')
  1681.     script.Parent = N3xulis
  1682.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1683.     local C = Instance.new('ImageLabel', script.Parent)
  1684.     C.BackgroundTransparency = 1
  1685.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1686.     C.Size = UDim2.new(0, 0, 0, 0)
  1687.     C.Image = 'rbxassetid://200182847'
  1688.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1689.     C.Name = 'Circle'
  1690.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1691.     for i = 0, 1, 0.03 do
  1692.     C.ImageTransparency = i
  1693.     game:GetService('RunService').RenderStepped:wait()
  1694.     end
  1695.     C:destroy()
  1696.     end)
  1697.    
  1698.  
  1699. end
  1700. coroutine.resume(coroutine.create(SCRIPT_TSSJ77_FAKESCRIPT))
  1701. function SCRIPT_MAMG79_FAKESCRIPT() -- TrollGUI.LocalScript
  1702.     local script = Instance.new('LocalScript')
  1703.     script.Parent = TrollGUI
  1704.     local btn=script.Parent
  1705.    
  1706.     btn.MouseButton1Click:Connect(function()
  1707.     loadstring(game:HttpGet("https://pastebin.com/raw/nwGzXh1V",true))()
  1708.     end)
  1709.  
  1710. end
  1711. coroutine.resume(coroutine.create(SCRIPT_MAMG79_FAKESCRIPT))
  1712. function SCRIPT_FYPF76_FAKESCRIPT() -- TrollGUI.Effect
  1713.     local script = Instance.new('LocalScript')
  1714.     script.Parent = TrollGUI
  1715.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1716.     local C = Instance.new('ImageLabel', script.Parent)
  1717.     C.BackgroundTransparency = 1
  1718.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1719.     C.Size = UDim2.new(0, 0, 0, 0)
  1720.     C.Image = 'rbxassetid://200182847'
  1721.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1722.     C.Name = 'Circle'
  1723.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1724.     for i = 0, 1, 0.03 do
  1725.     C.ImageTransparency = i
  1726.     game:GetService('RunService').RenderStepped:wait()
  1727.     end
  1728.     C:destroy()
  1729.     end)
  1730.    
  1731.  
  1732. end
  1733. coroutine.resume(coroutine.create(SCRIPT_FYPF76_FAKESCRIPT))
  1734. function SCRIPT_TTTI77_FAKESCRIPT() -- MusicPlayer.LocalScript
  1735.     local script = Instance.new('LocalScript')
  1736.     script.Parent = MusicPlayer
  1737.     local btn=script.Parent
  1738.    
  1739.     btn.MouseButton1Click:Connect(function()
  1740.     loadstring(game:HttpGet("https://pastebin.com/raw/kq0MAcin",true))()
  1741.     end)
  1742.  
  1743. end
  1744. coroutine.resume(coroutine.create(SCRIPT_TTTI77_FAKESCRIPT))
  1745. function SCRIPT_RHVK83_FAKESCRIPT() -- MusicPlayer.Effect
  1746.     local script = Instance.new('LocalScript')
  1747.     script.Parent = MusicPlayer
  1748.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1749.     local C = Instance.new('ImageLabel', script.Parent)
  1750.     C.BackgroundTransparency = 1
  1751.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1752.     C.Size = UDim2.new(0, 0, 0, 0)
  1753.     C.Image = 'rbxassetid://200182847'
  1754.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1755.     C.Name = 'Circle'
  1756.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1757.     for i = 0, 1, 0.03 do
  1758.     C.ImageTransparency = i
  1759.     game:GetService('RunService').RenderStepped:wait()
  1760.     end
  1761.     C:destroy()
  1762.     end)
  1763.    
  1764.  
  1765. end
  1766. coroutine.resume(coroutine.create(SCRIPT_RHVK83_FAKESCRIPT))
  1767. function SCRIPT_DADG89_FAKESCRIPT() -- FEFlingKill.LocalScript
  1768.     local script = Instance.new('LocalScript')
  1769.     script.Parent = FEFlingKill
  1770.     local btn=script.Parent
  1771.    
  1772.     btn.MouseButton1Click:Connect(function()
  1773.     local FlingKill = Instance.new("ScreenGui")
  1774.     local Main = Instance.new("Frame")
  1775.     local Label = Instance.new("Frame")
  1776.     local Shadow = Instance.new("Frame")
  1777.     local StartKill = Instance.new("TextButton")
  1778.     local StopKill = Instance.new("TextButton")
  1779.     local Instructions = Instance.new("TextLabel")
  1780.     local CurrentPower = Instance.new("TextLabel")
  1781.     local Recomendation = Instance.new("TextLabel")
  1782.     local NameOfGui = Instance.new("TextLabel")
  1783.     local Exit = Instance.new("TextButton")
  1784.     local UPArrow = Instance.new("TextButton")
  1785.     local DownArrow = Instance.new("TextButton")
  1786.    
  1787.     -- Properties
  1788.    
  1789.     FlingKill.Name = "Fling/Kill"
  1790.     FlingKill.Parent = game.CoreGui
  1791.    
  1792.     Main.Name = "Main"
  1793.     Main.Parent = FlingKill
  1794.     Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1795.     Main.BorderSizePixel = 0
  1796.     Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  1797.     Main.Size = UDim2.new(0, 217, 0, 233)
  1798.     Main.Selectable = true
  1799.     Main.Active = true
  1800.     Main.Draggable = true
  1801.    
  1802.     Label.Name = "Label"
  1803.     Label.Parent = Main
  1804.     Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1805.     Label.BorderSizePixel = 0
  1806.     Label.Size = UDim2.new(0, 217, 0, 27)
  1807.    
  1808.     Shadow.Name = "Shadow"
  1809.     Shadow.Parent = Main
  1810.     Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  1811.     Shadow.BorderSizePixel = 0
  1812.     Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  1813.     Shadow.Size = UDim2.new(0, 217, 0, 9)
  1814.    
  1815.     StartKill.Name = "StartKill"
  1816.     StartKill.Parent = Main
  1817.     StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1818.     StartKill.BorderSizePixel = 0
  1819.     StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  1820.     StartKill.Size = UDim2.new(0, 126, 0, 23)
  1821.     StartKill.Font = Enum.Font.Cartoon
  1822.     StartKill.Text = "FE Kill/Fling"
  1823.     StartKill.TextColor3 = Color3.new(0, 0, 0)
  1824.     StartKill.TextSize = 14
  1825.    
  1826.     StopKill.Name = "StopKill"
  1827.     StopKill.Parent = Main
  1828.     StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1829.     StopKill.BorderSizePixel = 0
  1830.     StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  1831.     StopKill.Size = UDim2.new(0, 124, 0, 23)
  1832.     StopKill.Font = Enum.Font.Cartoon
  1833.     StopKill.Text = "Stop FE Kill/Fling"
  1834.     StopKill.TextColor3 = Color3.new(0, 0, 0)
  1835.     StopKill.TextSize = 14
  1836.    
  1837.     Instructions.Name = "Instructions"
  1838.     Instructions.Parent = Main
  1839.     Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  1840.     Instructions.BackgroundTransparency = 1
  1841.     Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  1842.     Instructions.Size = UDim2.new(0, 200, 0, 32)
  1843.     Instructions.Font = Enum.Font.Cartoon
  1844.     Instructions.Text = "Just touch someone to watch the fly to their death!"
  1845.     Instructions.TextColor3 = Color3.new(0, 0, 0)
  1846.     Instructions.TextSize = 14
  1847.     Instructions.TextWrapped = true
  1848.    
  1849.     CurrentPower.Name = "CurrentPower"
  1850.     CurrentPower.Parent = Main
  1851.     CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  1852.     CurrentPower.BackgroundTransparency = 1
  1853.     CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  1854.     CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  1855.     CurrentPower.Font = Enum.Font.Cartoon
  1856.     CurrentPower.Text = "Current Power = 5"
  1857.     CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  1858.     CurrentPower.TextSize = 14
  1859.    
  1860.     Recomendation.Name = "Recomendation"
  1861.     Recomendation.Parent = Main
  1862.     Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  1863.     Recomendation.BackgroundTransparency = 1
  1864.     Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  1865.     Recomendation.Size = UDim2.new(0, 200, 0, 21)
  1866.     Recomendation.Font = Enum.Font.Cartoon
  1867.     Recomendation.Text = "Recommended Power is 5"
  1868.     Recomendation.TextColor3 = Color3.new(0, 0, 0)
  1869.     Recomendation.TextSize = 14
  1870.    
  1871.     NameOfGui.Name = "NameOfGui"
  1872.     NameOfGui.Parent = Main
  1873.     NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1874.     NameOfGui.BackgroundTransparency = 1
  1875.     NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  1876.     NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  1877.     NameOfGui.Font = Enum.Font.Cartoon
  1878.     NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  1879.     NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  1880.     NameOfGui.TextSize = 14
  1881.    
  1882.     Exit.Name = "Exit"
  1883.     Exit.Parent = Main
  1884.     Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  1885.     Exit.BackgroundTransparency = 1
  1886.     Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  1887.     Exit.Size = UDim2.new(0, 20, 0, 27)
  1888.     Exit.Font = Enum.Font.Cartoon
  1889.     Exit.Text = "X"
  1890.     Exit.TextColor3 = Color3.new(0, 0, 0)
  1891.     Exit.TextSize = 14
  1892.    
  1893.     UPArrow.Name = "UPArrow"
  1894.     UPArrow.Parent = Main
  1895.     UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1896.     UPArrow.BackgroundTransparency = 1
  1897.     UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  1898.     UPArrow.Size = UDim2.new(0, 26, 0, 23)
  1899.     UPArrow.Font = Enum.Font.Cartoon
  1900.     UPArrow.Text = "Up"
  1901.     UPArrow.TextColor3 = Color3.new(0, 0, 0)
  1902.     UPArrow.TextSize = 12
  1903.     UPArrow.TextWrapped = true
  1904.    
  1905.     DownArrow.Name = "DownArrow"
  1906.     DownArrow.Parent = Main
  1907.     DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1908.     DownArrow.BackgroundTransparency = 1
  1909.     DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  1910.     DownArrow.Size = UDim2.new(0, 26, 0, 23)
  1911.     DownArrow.Font = Enum.Font.Cartoon
  1912.     DownArrow.Text = "Down"
  1913.     DownArrow.TextColor3 = Color3.new(0, 0, 0)
  1914.     DownArrow.TextSize = 12
  1915.     DownArrow.TextWrapped = true
  1916.    
  1917.     power = 500
  1918.     active = false
  1919.     local val = Instance.new("IntValue")
  1920.     val.Name = "Number"
  1921.     val.Parent = game.Players.LocalPlayer
  1922.     val.Value = 5
  1923.    
  1924.     Exit.MouseButton1Click:connect(function()
  1925.     FlingKill.Enabled = false
  1926.     end)
  1927.    
  1928.     StartKill.MouseButton1Click:connect(function()
  1929.     game:GetService('RunService').Stepped:connect(function()
  1930.     if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1931.     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1932.     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1933.     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1934.     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1935.     else
  1936.     if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  1937.     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1938.     game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  1939.     game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  1940.     game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  1941.     end
  1942.     end
  1943.     end)
  1944.     wait(.1)
  1945.     local bambam = Instance.new("BodyThrust")
  1946.     bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1947.     bambam.Force = Vector3.new(power,0,power)
  1948.     bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1949.     end)
  1950.    
  1951.     StopKill.MouseButton1Click:connect(function()
  1952.     active = false
  1953.     game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  1954.     end)
  1955.    
  1956.     UPArrow.MouseButton1Click:connect(function()
  1957.     power = power + 100
  1958.     game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  1959.     CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  1960.     end)
  1961.    
  1962.     DownArrow.MouseButton1Click:connect(function()
  1963.     power = power - 100
  1964.     game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  1965.     CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  1966.     end)
  1967.     end)
  1968.  
  1969. end
  1970. coroutine.resume(coroutine.create(SCRIPT_DADG89_FAKESCRIPT))
  1971. function SCRIPT_NVWH82_FAKESCRIPT() -- FEFlingKill.Effect
  1972.     local script = Instance.new('LocalScript')
  1973.     script.Parent = FEFlingKill
  1974.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  1975.     local C = Instance.new('ImageLabel', script.Parent)
  1976.     C.BackgroundTransparency = 1
  1977.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  1978.     C.Size = UDim2.new(0, 0, 0, 0)
  1979.     C.Image = 'rbxassetid://200182847'
  1980.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1981.     C.Name = 'Circle'
  1982.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1983.     for i = 0, 1, 0.03 do
  1984.     C.ImageTransparency = i
  1985.     game:GetService('RunService').RenderStepped:wait()
  1986.     end
  1987.     C:destroy()
  1988.     end)
  1989.    
  1990.  
  1991. end
  1992. coroutine.resume(coroutine.create(SCRIPT_NVWH82_FAKESCRIPT))
  1993. function SCRIPT_HNLA81_FAKESCRIPT() -- FEHax1337.LocalScript
  1994.     local script = Instance.new('LocalScript')
  1995.     script.Parent = FEHax1337
  1996.     local btn=script.Parent
  1997.    
  1998.     btn.MouseButton1Click:Connect(function()
  1999.     loadstring(game:HttpGet(('https://pastebin.com/raw/WacHseT3'), true))()
  2000.     end)
  2001.  
  2002. end
  2003. coroutine.resume(coroutine.create(SCRIPT_HNLA81_FAKESCRIPT))
  2004. function SCRIPT_AXIJ67_FAKESCRIPT() -- FEHax1337.Effect
  2005.     local script = Instance.new('LocalScript')
  2006.     script.Parent = FEHax1337
  2007.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2008.     local C = Instance.new('ImageLabel', script.Parent)
  2009.     C.BackgroundTransparency = 1
  2010.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2011.     C.Size = UDim2.new(0, 0, 0, 0)
  2012.     C.Image = 'rbxassetid://200182847'
  2013.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2014.     C.Name = 'Circle'
  2015.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2016.     for i = 0, 1, 0.03 do
  2017.     C.ImageTransparency = i
  2018.     game:GetService('RunService').RenderStepped:wait()
  2019.     end
  2020.     C:destroy()
  2021.     end)
  2022.    
  2023.  
  2024. end
  2025. coroutine.resume(coroutine.create(SCRIPT_AXIJ67_FAKESCRIPT))
  2026. function SCRIPT_IGLT86_FAKESCRIPT() -- FEShutdown.LocalScript
  2027.     local script = Instance.new('LocalScript')
  2028.     script.Parent = FEShutdown
  2029.     local btn=script.Parent
  2030.    
  2031.     btn.MouseButton1Click:Connect(function()
  2032.     error()
  2033.     end)
  2034.  
  2035. end
  2036. coroutine.resume(coroutine.create(SCRIPT_IGLT86_FAKESCRIPT))
  2037. function SCRIPT_FAAJ71_FAKESCRIPT() -- FEShutdown.Effect
  2038.     local script = Instance.new('LocalScript')
  2039.     script.Parent = FEShutdown
  2040.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2041.     local C = Instance.new('ImageLabel', script.Parent)
  2042.     C.BackgroundTransparency = 1
  2043.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2044.     C.Size = UDim2.new(0, 0, 0, 0)
  2045.     C.Image = 'rbxassetid://200182847'
  2046.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2047.     C.Name = 'Circle'
  2048.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2049.     for i = 0, 1, 0.03 do
  2050.     C.ImageTransparency = i
  2051.     game:GetService('RunService').RenderStepped:wait()
  2052.     end
  2053.     C:destroy()
  2054.     end)
  2055.    
  2056.  
  2057. end
  2058. coroutine.resume(coroutine.create(SCRIPT_FAAJ71_FAKESCRIPT))
  2059. function SCRIPT_VNPT66_FAKESCRIPT() -- PhantomForces.LocalScript
  2060.     local script = Instance.new('LocalScript')
  2061.     script.Parent = PhantomForces
  2062.     local btn=script.Parent
  2063.    
  2064.     btn.MouseButton1Click:Connect(function()
  2065.     loadstring(game:HttpGet("https://antinomian-dams.000webhostapp.com/PF/PF_Script.txt", true))()
  2066.     end)
  2067.  
  2068. end
  2069. coroutine.resume(coroutine.create(SCRIPT_VNPT66_FAKESCRIPT))
  2070. function SCRIPT_EZDK83_FAKESCRIPT() -- PhantomForces.Effect
  2071.     local script = Instance.new('LocalScript')
  2072.     script.Parent = PhantomForces
  2073.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2074.     local C = Instance.new('ImageLabel', script.Parent)
  2075.     C.BackgroundTransparency = 1
  2076.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2077.     C.Size = UDim2.new(0, 0, 0, 0)
  2078.     C.Image = 'rbxassetid://200182847'
  2079.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2080.     C.Name = 'Circle'
  2081.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2082.     for i = 0, 1, 0.03 do
  2083.     C.ImageTransparency = i
  2084.     game:GetService('RunService').RenderStepped:wait()
  2085.     end
  2086.     C:destroy()
  2087.     end)
  2088.    
  2089.  
  2090. end
  2091. coroutine.resume(coroutine.create(SCRIPT_EZDK83_FAKESCRIPT))
  2092. function SCRIPT_ZUFK84_FAKESCRIPT() -- MadCity.LocalScript
  2093.     local script = Instance.new('LocalScript')
  2094.     script.Parent = MadCity
  2095.     local btn=script.Parent
  2096.    
  2097.     btn.MouseButton1Click:Connect(function()
  2098.     loadstring(game:HttpGet(('http://arilis.win/B1316DFA-DC3A-405D-BF19-99588992BC70.lua'),true))()
  2099.     end)
  2100.  
  2101. end
  2102. coroutine.resume(coroutine.create(SCRIPT_ZUFK84_FAKESCRIPT))
  2103. function SCRIPT_AXHP65_FAKESCRIPT() -- MadCity.Effect
  2104.     local script = Instance.new('LocalScript')
  2105.     script.Parent = MadCity
  2106.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2107.     local C = Instance.new('ImageLabel', script.Parent)
  2108.     C.BackgroundTransparency = 1
  2109.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2110.     C.Size = UDim2.new(0, 0, 0, 0)
  2111.     C.Image = 'rbxassetid://200182847'
  2112.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2113.     C.Name = 'Circle'
  2114.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2115.     for i = 0, 1, 0.03 do
  2116.     C.ImageTransparency = i
  2117.     game:GetService('RunService').RenderStepped:wait()
  2118.     end
  2119.     C:destroy()
  2120.     end)
  2121.    
  2122.  
  2123. end
  2124. coroutine.resume(coroutine.create(SCRIPT_AXHP65_FAKESCRIPT))
  2125. function SCRIPT_HMPU86_FAKESCRIPT() -- MadCityAutofarm.LocalScript
  2126.     local script = Instance.new('LocalScript')
  2127.     script.Parent = MadCityAutofarm
  2128.     local btn=script.Parent
  2129.    
  2130.     btn.MouseButton1Click:Connect(function()
  2131.     local autofarm = false
  2132.      
  2133.     local XPAutoFarmGui = Instance.new("ScreenGui")
  2134.     local MainFrame = Instance.new("Frame")
  2135.     local Button = Instance.new("TextButton")
  2136.     local Deco = Instance.new("TextLabel")
  2137.      
  2138.     XPAutoFarmGui.Name = "XPAutoFarmGui"
  2139.     XPAutoFarmGui.Parent = game.CoreGui
  2140.      
  2141.     MainFrame.Name = "MainFrame"
  2142.     MainFrame.Parent = XPAutoFarmGui
  2143.     MainFrame.Active = true
  2144.     MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  2145.     MainFrame.BorderSizePixel = 0
  2146.     MainFrame.Draggable = true
  2147.     MainFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
  2148.     MainFrame.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  2149.      
  2150.     Button.Name = "Button"
  2151.     Button.Parent = MainFrame
  2152.     Button.BackgroundColor3 = Color3.new(0, 0, 0)
  2153.     Button.BorderSizePixel = 0
  2154.     Button.Position = UDim2.new(0.25, 0, 0.400000006, 0)
  2155.     Button.Size = UDim2.new(0.5, 0, 0.400000006, 0)
  2156.     Button.Font = Enum.Font.SourceSans
  2157.     Button.FontSize = Enum.FontSize.Size14
  2158.     Button.Text = "OFF"
  2159.     Button.TextColor3 = Color3.new(1, 0, 0)
  2160.     Button.TextScaled = true
  2161.     Button.TextSize = 14
  2162.     Button.TextWrapped = true
  2163.      
  2164.     Deco.Name = "Deco"
  2165.     Deco.Parent = MainFrame
  2166.     Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  2167.     Deco.BackgroundTransparency = 0.89999997615814
  2168.     Deco.BorderSizePixel = 0
  2169.     Deco.Size = UDim2.new(1, 0, 0.300000012, 0)
  2170.     Deco.Font = Enum.Font.SourceSansBold
  2171.     Deco.FontSize = Enum.FontSize.Size14
  2172.     Deco.Text = "XP Autofarm"
  2173.     Deco.TextColor3 = Color3.new(1, 1, 1)
  2174.     Deco.TextScaled = true
  2175.     Deco.TextSize = 14
  2176.     Deco.TextWrapped = true
  2177.      
  2178.     Button.MouseButton1Down:connect(function()
  2179.     if autofarm == false then
  2180.     autofarm = true
  2181.     Button.TextColor3 = Color3.new(0, 1, 0)
  2182.     Button.Text = "ON"
  2183.     else
  2184.     autofarm = false
  2185.     Button.TextColor3 = Color3.new(1, 0, 0)
  2186.     Button.Text = "OFF"
  2187.     end
  2188.     end)
  2189.      
  2190.     spawn(function()
  2191.     while true do
  2192.     wait()
  2193.     if autofarm == true then
  2194.     game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Hero")
  2195.     game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Police")
  2196.     game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Prisoners")
  2197.     wait(1.2)
  2198.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-750, 55, -3340))
  2199.     wait(1)
  2200.     end
  2201.     end
  2202.     end)
  2203.     end)
  2204.  
  2205. end
  2206. coroutine.resume(coroutine.create(SCRIPT_HMPU86_FAKESCRIPT))
  2207. function SCRIPT_FJQQ72_FAKESCRIPT() -- MadCityAutofarm.Effect
  2208.     local script = Instance.new('LocalScript')
  2209.     script.Parent = MadCityAutofarm
  2210.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2211.     local C = Instance.new('ImageLabel', script.Parent)
  2212.     C.BackgroundTransparency = 1
  2213.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2214.     C.Size = UDim2.new(0, 0, 0, 0)
  2215.     C.Image = 'rbxassetid://200182847'
  2216.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2217.     C.Name = 'Circle'
  2218.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2219.     for i = 0, 1, 0.03 do
  2220.     C.ImageTransparency = i
  2221.     game:GetService('RunService').RenderStepped:wait()
  2222.     end
  2223.     C:destroy()
  2224.     end)
  2225.    
  2226.  
  2227. end
  2228. coroutine.resume(coroutine.create(SCRIPT_FJQQ72_FAKESCRIPT))
  2229. function SCRIPT_CUGR68_FAKESCRIPT() -- SlayingSimulator.LocalScript
  2230.     local script = Instance.new('LocalScript')
  2231.     script.Parent = SlayingSimulator
  2232.     local btn=script.Parent
  2233.    
  2234.     btn.MouseButton1Click:Connect(function()
  2235.     loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/slaving.txt',true))()
  2236.     end)
  2237.  
  2238. end
  2239. coroutine.resume(coroutine.create(SCRIPT_CUGR68_FAKESCRIPT))
  2240. function SCRIPT_JWRS68_FAKESCRIPT() -- SlayingSimulator.Effect
  2241.     local script = Instance.new('LocalScript')
  2242.     script.Parent = SlayingSimulator
  2243.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2244.     local C = Instance.new('ImageLabel', script.Parent)
  2245.     C.BackgroundTransparency = 1
  2246.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2247.     C.Size = UDim2.new(0, 0, 0, 0)
  2248.     C.Image = 'rbxassetid://200182847'
  2249.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2250.     C.Name = 'Circle'
  2251.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2252.     for i = 0, 1, 0.03 do
  2253.     C.ImageTransparency = i
  2254.     game:GetService('RunService').RenderStepped:wait()
  2255.     end
  2256.     C:destroy()
  2257.     end)
  2258.    
  2259.  
  2260. end
  2261. coroutine.resume(coroutine.create(SCRIPT_JWRS68_FAKESCRIPT))
  2262. function SCRIPT_DZTQ66_FAKESCRIPT() -- DashingSimulator.LocalScript
  2263.     local script = Instance.new('LocalScript')
  2264.     script.Parent = DashingSimulator
  2265.     local btn=script.Parent
  2266.    
  2267.     btn.MouseButton1Click:Connect(function()
  2268.     loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/dash.txt',true))()
  2269.     end)
  2270.  
  2271. end
  2272. coroutine.resume(coroutine.create(SCRIPT_DZTQ66_FAKESCRIPT))
  2273. function SCRIPT_KYWE70_FAKESCRIPT() -- DashingSimulator.Effect
  2274.     local script = Instance.new('LocalScript')
  2275.     script.Parent = DashingSimulator
  2276.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2277.     local C = Instance.new('ImageLabel', script.Parent)
  2278.     C.BackgroundTransparency = 1
  2279.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2280.     C.Size = UDim2.new(0, 0, 0, 0)
  2281.     C.Image = 'rbxassetid://200182847'
  2282.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2283.     C.Name = 'Circle'
  2284.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2285.     for i = 0, 1, 0.03 do
  2286.     C.ImageTransparency = i
  2287.     game:GetService('RunService').RenderStepped:wait()
  2288.     end
  2289.     C:destroy()
  2290.     end)
  2291.    
  2292.  
  2293. end
  2294. coroutine.resume(coroutine.create(SCRIPT_KYWE70_FAKESCRIPT))
  2295. function SCRIPT_ITZX69_FAKESCRIPT() -- ChatBypass.LocalScript
  2296.     local script = Instance.new('LocalScript')
  2297.     script.Parent = ChatBypass
  2298.     local btn=script.Parent
  2299.    
  2300.     btn.MouseButton1Click:Connect(function()
  2301.     loadstring(game:HttpGet(('https://pastebin.com/raw/ncWQn5CT'),true))()
  2302.     end)
  2303.  
  2304. end
  2305. coroutine.resume(coroutine.create(SCRIPT_ITZX69_FAKESCRIPT))
  2306. function SCRIPT_DNCE80_FAKESCRIPT() -- ChatBypass.Effect
  2307.     local script = Instance.new('LocalScript')
  2308.     script.Parent = ChatBypass
  2309.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2310.     local C = Instance.new('ImageLabel', script.Parent)
  2311.     C.BackgroundTransparency = 1
  2312.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2313.     C.Size = UDim2.new(0, 0, 0, 0)
  2314.     C.Image = 'rbxassetid://200182847'
  2315.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2316.     C.Name = 'Circle'
  2317.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2318.     for i = 0, 1, 0.03 do
  2319.     C.ImageTransparency = i
  2320.     game:GetService('RunService').RenderStepped:wait()
  2321.     end
  2322.     C:destroy()
  2323.     end)
  2324.    
  2325.  
  2326. end
  2327. coroutine.resume(coroutine.create(SCRIPT_DNCE80_FAKESCRIPT))
  2328. function SCRIPT_GMVQ82_FAKESCRIPT() -- Script.Effect
  2329.     local script = Instance.new('LocalScript')
  2330.     script.Parent = Script
  2331.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2332.     local C = Instance.new('ImageLabel', script.Parent)
  2333.     C.BackgroundTransparency = 1
  2334.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2335.     C.Size = UDim2.new(0, 0, 0, 0)
  2336.     C.Image = 'rbxassetid://200182847'
  2337.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2338.     C.Name = 'Circle'
  2339.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2340.     for i = 0, 1, 0.03 do
  2341.     C.ImageTransparency = i
  2342.     game:GetService('RunService').RenderStepped:wait()
  2343.     end
  2344.     C:destroy()
  2345.     end)
  2346.    
  2347.  
  2348. end
  2349. coroutine.resume(coroutine.create(SCRIPT_GMVQ82_FAKESCRIPT))
  2350. function SCRIPT_OZDJ72_FAKESCRIPT() -- Script.LocalScript
  2351.     local script = Instance.new('LocalScript')
  2352.     script.Parent = Script
  2353.    
  2354.    
  2355.     script.Parent.MouseButton1Click:Connect(function()
  2356.     loadstring(game:HttpGet("https://pastebin.com/raw/ncWQn5CT", true))()
  2357.     end)
  2358.  
  2359. end
  2360. coroutine.resume(coroutine.create(SCRIPT_OZDJ72_FAKESCRIPT))
  2361. function SCRIPT_HGRA68_FAKESCRIPT() -- Script_2.Effect
  2362.     local script = Instance.new('LocalScript')
  2363.     script.Parent = Script_2
  2364.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2365.     local C = Instance.new('ImageLabel', script.Parent)
  2366.     C.BackgroundTransparency = 1
  2367.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2368.     C.Size = UDim2.new(0, 0, 0, 0)
  2369.     C.Image = 'rbxassetid://200182847'
  2370.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2371.     C.Name = 'Circle'
  2372.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2373.     for i = 0, 1, 0.03 do
  2374.     C.ImageTransparency = i
  2375.     game:GetService('RunService').RenderStepped:wait()
  2376.     end
  2377.     C:destroy()
  2378.     end)
  2379.    
  2380.  
  2381. end
  2382. coroutine.resume(coroutine.create(SCRIPT_HGRA68_FAKESCRIPT))
  2383. function SCRIPT_EQQV67_FAKESCRIPT() -- Script_2.LocalScript
  2384.     local script = Instance.new('LocalScript')
  2385.     script.Parent = Script_2
  2386.    
  2387.    
  2388.     script.Parent.MouseButton1Click:Connect(function()
  2389.     loadstring(game:HttpGet("https://pastebin.com/raw/pgr6VGkc", true))()
  2390.     end)
  2391.  
  2392. end
  2393. coroutine.resume(coroutine.create(SCRIPT_EQQV67_FAKESCRIPT))
  2394. function SCRIPT_ZZLT83_FAKESCRIPT() -- Script_3.Effect
  2395.     local script = Instance.new('LocalScript')
  2396.     script.Parent = Script_3
  2397.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2398.     local C = Instance.new('ImageLabel', script.Parent)
  2399.     C.BackgroundTransparency = 1
  2400.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2401.     C.Size = UDim2.new(0, 0, 0, 0)
  2402.     C.Image = 'rbxassetid://200182847'
  2403.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2404.     C.Name = 'Circle'
  2405.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2406.     for i = 0, 1, 0.03 do
  2407.     C.ImageTransparency = i
  2408.     game:GetService('RunService').RenderStepped:wait()
  2409.     end
  2410.     C:destroy()
  2411.     end)
  2412.    
  2413.  
  2414. end
  2415. coroutine.resume(coroutine.create(SCRIPT_ZZLT83_FAKESCRIPT))
  2416. function SCRIPT_ZAET77_FAKESCRIPT() -- Script_3.LocalScript
  2417.     local script = Instance.new('LocalScript')
  2418.     script.Parent = Script_3
  2419.    
  2420.    
  2421.     script.Parent.MouseButton1Click:Connect(function()
  2422.     loadstring(game:HttpGet("https://pastebin.com/raw/nMGaEgKj", true))()
  2423.     end)
  2424.  
  2425. end
  2426. coroutine.resume(coroutine.create(SCRIPT_ZAET77_FAKESCRIPT))
  2427. function SCRIPT_DULP75_FAKESCRIPT() -- Script_4.Effect
  2428.     local script = Instance.new('LocalScript')
  2429.     script.Parent = Script_4
  2430.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2431.     local C = Instance.new('ImageLabel', script.Parent)
  2432.     C.BackgroundTransparency = 1
  2433.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2434.     C.Size = UDim2.new(0, 0, 0, 0)
  2435.     C.Image = 'rbxassetid://200182847'
  2436.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2437.     C.Name = 'Circle'
  2438.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2439.     for i = 0, 1, 0.03 do
  2440.     C.ImageTransparency = i
  2441.     game:GetService('RunService').RenderStepped:wait()
  2442.     end
  2443.     C:destroy()
  2444.     end)
  2445.    
  2446.  
  2447. end
  2448. coroutine.resume(coroutine.create(SCRIPT_DULP75_FAKESCRIPT))
  2449. function SCRIPT_YWMB81_FAKESCRIPT() -- Script_4.LocalScript
  2450.     local script = Instance.new('LocalScript')
  2451.     script.Parent = Script_4
  2452.    
  2453.    
  2454.     script.Parent.MouseButton1Click:Connect(function()
  2455.     loadstring(game:HttpGet(('https://pastebin.com/raw/7a0YEgv3'),true))()
  2456.     end)
  2457.  
  2458. end
  2459. coroutine.resume(coroutine.create(SCRIPT_YWMB81_FAKESCRIPT))
  2460. function SCRIPT_UKJY79_FAKESCRIPT() -- Script_5.Effect
  2461.     local script = Instance.new('LocalScript')
  2462.     script.Parent = Script_5
  2463.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2464.     local C = Instance.new('ImageLabel', script.Parent)
  2465.     C.BackgroundTransparency = 1
  2466.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2467.     C.Size = UDim2.new(0, 0, 0, 0)
  2468.     C.Image = 'rbxassetid://200182847'
  2469.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2470.     C.Name = 'Circle'
  2471.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2472.     for i = 0, 1, 0.03 do
  2473.     C.ImageTransparency = i
  2474.     game:GetService('RunService').RenderStepped:wait()
  2475.     end
  2476.     C:destroy()
  2477.     end)
  2478.    
  2479.  
  2480. end
  2481. coroutine.resume(coroutine.create(SCRIPT_UKJY79_FAKESCRIPT))
  2482. function SCRIPT_IOPO76_FAKESCRIPT() -- Script_5.LocalScript
  2483.     local script = Instance.new('LocalScript')
  2484.     script.Parent = Script_5
  2485.    
  2486.    
  2487.     script.Parent.MouseButton1Click:Connect(function()
  2488.     loadstring(game:HttpGet(('https://pastebin.com/raw/S7HxBkrA'),true))()
  2489.     end)
  2490.  
  2491. end
  2492. coroutine.resume(coroutine.create(SCRIPT_IOPO76_FAKESCRIPT))
  2493. function SCRIPT_BODM66_FAKESCRIPT() -- Script_6.Effect
  2494.     local script = Instance.new('LocalScript')
  2495.     script.Parent = Script_6
  2496.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2497.     local C = Instance.new('ImageLabel', script.Parent)
  2498.     C.BackgroundTransparency = 1
  2499.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2500.     C.Size = UDim2.new(0, 0, 0, 0)
  2501.     C.Image = 'rbxassetid://200182847'
  2502.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2503.     C.Name = 'Circle'
  2504.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2505.     for i = 0, 1, 0.03 do
  2506.     C.ImageTransparency = i
  2507.     game:GetService('RunService').RenderStepped:wait()
  2508.     end
  2509.     C:destroy()
  2510.     end)
  2511.    
  2512.  
  2513. end
  2514. coroutine.resume(coroutine.create(SCRIPT_BODM66_FAKESCRIPT))
  2515. function SCRIPT_GBEG69_FAKESCRIPT() -- Script_6.LocalScript
  2516.     local script = Instance.new('LocalScript')
  2517.     script.Parent = Script_6
  2518.    
  2519.    
  2520.     script.Parent.MouseButton1Click:Connect(function()
  2521.     loadstring(game:HttpGet("https://pastebin.com/raw/yScimcz4",true))()
  2522.     end)
  2523.  
  2524. end
  2525. coroutine.resume(coroutine.create(SCRIPT_GBEG69_FAKESCRIPT))
  2526. function SCRIPT_UYPM75_FAKESCRIPT() -- Script_7.Effect
  2527.     local script = Instance.new('LocalScript')
  2528.     script.Parent = Script_7
  2529.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2530.     local C = Instance.new('ImageLabel', script.Parent)
  2531.     C.BackgroundTransparency = 1
  2532.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2533.     C.Size = UDim2.new(0, 0, 0, 0)
  2534.     C.Image = 'rbxassetid://200182847'
  2535.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2536.     C.Name = 'Circle'
  2537.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2538.     for i = 0, 1, 0.03 do
  2539.     C.ImageTransparency = i
  2540.     game:GetService('RunService').RenderStepped:wait()
  2541.     end
  2542.     C:destroy()
  2543.     end)
  2544.    
  2545.  
  2546. end
  2547. coroutine.resume(coroutine.create(SCRIPT_UYPM75_FAKESCRIPT))
  2548. function SCRIPT_YJBZ85_FAKESCRIPT() -- Script_7.LocalScript
  2549.     local script = Instance.new('LocalScript')
  2550.     script.Parent = Script_7
  2551.    
  2552.    
  2553.     script.Parent.MouseButton1Click:Connect(function()
  2554.     loadstring(game:HttpGet("https://pastebin.com/raw/hvmyZWax", true))()
  2555.     end)
  2556.  
  2557. end
  2558. coroutine.resume(coroutine.create(SCRIPT_YJBZ85_FAKESCRIPT))
  2559. function SCRIPT_KDMW73_FAKESCRIPT() -- Script_8.Effect
  2560.     local script = Instance.new('LocalScript')
  2561.     script.Parent = Script_8
  2562.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2563.     local C = Instance.new('ImageLabel', script.Parent)
  2564.     C.BackgroundTransparency = 1
  2565.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2566.     C.Size = UDim2.new(0, 0, 0, 0)
  2567.     C.Image = 'rbxassetid://200182847'
  2568.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2569.     C.Name = 'Circle'
  2570.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2571.     for i = 0, 1, 0.03 do
  2572.     C.ImageTransparency = i
  2573.     game:GetService('RunService').RenderStepped:wait()
  2574.     end
  2575.     C:destroy()
  2576.     end)
  2577.    
  2578.  
  2579. end
  2580. coroutine.resume(coroutine.create(SCRIPT_KDMW73_FAKESCRIPT))
  2581. function SCRIPT_VOCA87_FAKESCRIPT() -- Script_8.LocalScript
  2582.     local script = Instance.new('LocalScript')
  2583.     script.Parent = Script_8
  2584.    
  2585.    
  2586.     script.Parent.MouseButton1Click:Connect(function()
  2587.     loadstring(game:HttpGet('https://pastebin.com/raw/G10Whxih'))()
  2588.     end)
  2589.  
  2590. end
  2591. coroutine.resume(coroutine.create(SCRIPT_VOCA87_FAKESCRIPT))
  2592. function SCRIPT_XRVC66_FAKESCRIPT() -- Script_9.Effect
  2593.     local script = Instance.new('LocalScript')
  2594.     script.Parent = Script_9
  2595.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2596.     local C = Instance.new('ImageLabel', script.Parent)
  2597.     C.BackgroundTransparency = 1
  2598.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2599.     C.Size = UDim2.new(0, 0, 0, 0)
  2600.     C.Image = 'rbxassetid://200182847'
  2601.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2602.     C.Name = 'Circle'
  2603.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2604.     for i = 0, 1, 0.03 do
  2605.     C.ImageTransparency = i
  2606.     game:GetService('RunService').RenderStepped:wait()
  2607.     end
  2608.     C:destroy()
  2609.     end)
  2610.    
  2611.  
  2612. end
  2613. coroutine.resume(coroutine.create(SCRIPT_XRVC66_FAKESCRIPT))
  2614. function SCRIPT_HKOM78_FAKESCRIPT() -- Script_9.LocalScript
  2615.     local script = Instance.new('LocalScript')
  2616.     script.Parent = Script_9
  2617.    
  2618.    
  2619.     script.Parent.MouseButton1Click:Connect(function()
  2620.     loadstring(game:HttpGet('https://pastebin.com/raw/HV3FRYYC'))()
  2621.     end)
  2622.  
  2623. end
  2624. coroutine.resume(coroutine.create(SCRIPT_HKOM78_FAKESCRIPT))
  2625. function SCRIPT_GCFF79_FAKESCRIPT() -- DarkMode.LocalScript
  2626.     local script = Instance.new('LocalScript')
  2627.     script.Parent = DarkMode
  2628.     local btn=script.Parent
  2629.    
  2630.     btn.MouseButton1Click:Connect(function()
  2631.     script.Parent.Parent.Parent.Settings.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  2632.     script.Parent.Parent.Parent.General.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  2633.     script.Parent.Parent.Parent.Remotespy.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  2634.     script.Parent.Parent.Parent.LocalPlayer.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  2635.     script.Parent.Parent.Parent.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  2636.     end)
  2637.  
  2638. end
  2639. coroutine.resume(coroutine.create(SCRIPT_GCFF79_FAKESCRIPT))
  2640. function SCRIPT_CKSU90_FAKESCRIPT() -- DarkMode.Effect
  2641.     local script = Instance.new('LocalScript')
  2642.     script.Parent = DarkMode
  2643.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2644.     local C = Instance.new('ImageLabel', script.Parent)
  2645.     C.BackgroundTransparency = 1
  2646.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2647.     C.Size = UDim2.new(0, 0, 0, 0)
  2648.     C.Image = 'rbxassetid://200182847'
  2649.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2650.     C.Name = 'Circle'
  2651.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2652.     for i = 0, 1, 0.03 do
  2653.     C.ImageTransparency = i
  2654.     game:GetService('RunService').RenderStepped:wait()
  2655.     end
  2656.     C:destroy()
  2657.     end)
  2658.    
  2659.  
  2660. end
  2661. coroutine.resume(coroutine.create(SCRIPT_CKSU90_FAKESCRIPT))
  2662. function SCRIPT_GQDQ89_FAKESCRIPT() -- Change.LocalScript
  2663.     local script = Instance.new('LocalScript')
  2664.     script.Parent = Change
  2665.     local btn=script.Parent
  2666.     local text = tonumber(script.Parent.Parent.Text)
  2667.    
  2668.     btn.MouseButton1Click:Connect(function()
  2669.     script.Parent.Parent.Parent.Parent:TweenSize(UDim2.new(text, 'Out', 'Quint', 1))
  2670.     end)
  2671.  
  2672. end
  2673. coroutine.resume(coroutine.create(SCRIPT_GQDQ89_FAKESCRIPT))
  2674. function SCRIPT_RLWY89_FAKESCRIPT() -- Change.Effect
  2675.     local script = Instance.new('LocalScript')
  2676.     script.Parent = Change
  2677.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2678.     local C = Instance.new('ImageLabel', script.Parent)
  2679.     C.BackgroundTransparency = 1
  2680.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2681.     C.Size = UDim2.new(0, 0, 0, 0)
  2682.     C.Image = 'rbxassetid://200182847'
  2683.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2684.     C.Name = 'Circle'
  2685.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2686.     for i = 0, 1, 0.03 do
  2687.     C.ImageTransparency = i
  2688.     game:GetService('RunService').RenderStepped:wait()
  2689.     end
  2690.     C:destroy()
  2691.     end)
  2692.    
  2693.  
  2694. end
  2695. coroutine.resume(coroutine.create(SCRIPT_RLWY89_FAKESCRIPT))
  2696. function SCRIPT_KLUT78_FAKESCRIPT() -- RainbowTopBar.LocalScript
  2697.     local script = Instance.new('LocalScript')
  2698.     script.Parent = RainbowTopBar
  2699.     local btn=script.Parent
  2700.    
  2701.     btn.MouseButton1Click:Connect(function()
  2702.     script.Parent.Parent.Parent.Top.TopText.LocalScript.Disabled = false;
  2703.     end)
  2704.  
  2705. end
  2706. coroutine.resume(coroutine.create(SCRIPT_KLUT78_FAKESCRIPT))
  2707. function SCRIPT_TDZX90_FAKESCRIPT() -- RainbowTopBar.Effect
  2708.     local script = Instance.new('LocalScript')
  2709.     script.Parent = RainbowTopBar
  2710.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2711.     local C = Instance.new('ImageLabel', script.Parent)
  2712.     C.BackgroundTransparency = 1
  2713.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2714.     C.Size = UDim2.new(0, 0, 0, 0)
  2715.     C.Image = 'rbxassetid://200182847'
  2716.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2717.     C.Name = 'Circle'
  2718.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2719.     for i = 0, 1, 0.03 do
  2720.     C.ImageTransparency = i
  2721.     game:GetService('RunService').RenderStepped:wait()
  2722.     end
  2723.     C:destroy()
  2724.     end)
  2725.    
  2726.  
  2727. end
  2728. coroutine.resume(coroutine.create(SCRIPT_TDZX90_FAKESCRIPT))
  2729. function SCRIPT_DHWK74_FAKESCRIPT() -- RainbowTopBar.LocalScript
  2730.     local script = Instance.new('LocalScript')
  2731.     script.Parent = RainbowTopBar
  2732.     while true do
  2733.     Light = script.Parent
  2734.     Old = Light.BackgroundColor3
  2735.     New = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)
  2736.    
  2737.     R = false
  2738.     G = false
  2739.     B = false
  2740.    
  2741.     coroutine.resume(coroutine.create(function()
  2742.         if New.r > Old.r then
  2743.             for i = Old.r, New.r, 2/255 do
  2744.                 Light.BackgroundColor3 =  Color3.new(i,Light.BackgroundColor3.g,Light.BackgroundColor3.b)
  2745.                 wait()
  2746.             end
  2747.         elseif New.r < Old.r then
  2748.             for i = Old.r, New.r, -2/255 do
  2749.                 Light.BackgroundColor3 =  Color3.new(i,Light.BackgroundColor3.g,Light.BackgroundColor3.b)
  2750.                 wait()
  2751.             end
  2752.         end
  2753.         R = true
  2754.     end))
  2755.    
  2756.     coroutine.resume(coroutine.create(function()
  2757.         if New.g > Old.g then
  2758.             for i = Old.g,New.g,2/255 do
  2759.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,i,Light.BackgroundColor3.b)
  2760.                 wait()
  2761.             end
  2762.         else
  2763.             for i = Old.g,New.g,-2/255 do
  2764.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,i,Light.BackgroundColor3.b)
  2765.                 wait()
  2766.             end
  2767.         end
  2768.         G = true
  2769.     end))
  2770.    
  2771.     coroutine.resume(coroutine.create(function()
  2772.         if New.b > Old.b then
  2773.             for i = Old.b,New.b,2/255 do
  2774.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,Light.BackgroundColor3.g,i)
  2775.                 wait()
  2776.             end
  2777.         else
  2778.             for i = Old.b,New.b,-2/255 do
  2779.                 Light.BackgroundColor3 =  Color3.new(Light.BackgroundColor3.r,Light.BackgroundColor3.g,i)
  2780.                 wait()
  2781.             end
  2782.         end
  2783.         B = true
  2784.     end))
  2785.    
  2786.     repeat wait(1/30) until R == true and G == true and B == true
  2787.    
  2788.     end
  2789.  
  2790. end
  2791. coroutine.resume(coroutine.create(SCRIPT_DHWK74_FAKESCRIPT))
  2792. function SCRIPT_RHVY77_FAKESCRIPT() -- Load.LocalScript
  2793.     local script = Instance.new('LocalScript')
  2794.     script.Parent = Load
  2795.     local undetectable = "vi install undetectable - 0, 5"
  2796.     local advanced = "vi install switch advanced - *"
  2797.     local design2 = "vi install override currentDesign * betaDesign"
  2798.     local design3 = "vi install client data transfer to server - 3, 2"
  2799.    
  2800.    
  2801.     script.Parent.MouseButton1Click:Connect(function()
  2802.     if script.Parent.Parent.Text == undetectable or advanced or design2 or design3 then
  2803.     script.Parent.Parent.Text = "Successfully ran features!"
  2804.     else
  2805.     script.Parent.Parent.Text = "Unknown install command."
  2806.     end
  2807.     end)
  2808.  
  2809. end
  2810. coroutine.resume(coroutine.create(SCRIPT_RHVY77_FAKESCRIPT))
  2811. function SCRIPT_KMTE80_FAKESCRIPT() -- Fire.LocalScript
  2812.     local script = Instance.new('LocalScript')
  2813.     script.Parent = Fire
  2814.     local player = game.Players.LocalPlayer
  2815.    
  2816.     script.Parent.MouseButton1Click:Connect(function()
  2817.     local abc = Instance.new("Fire")
  2818.     abc.Parent = player.Character.Torso
  2819.     end)
  2820.  
  2821. end
  2822. coroutine.resume(coroutine.create(SCRIPT_KMTE80_FAKESCRIPT))
  2823. function SCRIPT_CGCW73_FAKESCRIPT() -- Fire.Effect
  2824.     local script = Instance.new('LocalScript')
  2825.     script.Parent = Fire
  2826.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2827.     local C = Instance.new('ImageLabel', script.Parent)
  2828.     C.BackgroundTransparency = 1
  2829.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2830.     C.Size = UDim2.new(0, 0, 0, 0)
  2831.     C.Image = 'rbxassetid://200182847'
  2832.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2833.     C.Name = 'Circle'
  2834.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2835.     for i = 0, 1, 0.03 do
  2836.     C.ImageTransparency = i
  2837.     game:GetService('RunService').RenderStepped:wait()
  2838.     end
  2839.     C:destroy()
  2840.     end)
  2841.    
  2842.  
  2843. end
  2844. coroutine.resume(coroutine.create(SCRIPT_CGCW73_FAKESCRIPT))
  2845. function SCRIPT_YARS67_FAKESCRIPT() -- Sparkes.LocalScript
  2846.     local script = Instance.new('LocalScript')
  2847.     script.Parent = Sparkes
  2848.     local player = game.Players.LocalPlayer
  2849.    
  2850.     script.Parent.MouseButton1Click:Connect(function()
  2851.     local abc = Instance.new("Sparkles")
  2852.     abc.Parent = player.Character.Torso
  2853.     end)
  2854.  
  2855. end
  2856. coroutine.resume(coroutine.create(SCRIPT_YARS67_FAKESCRIPT))
  2857. function SCRIPT_BWFI77_FAKESCRIPT() -- Sparkes.Effect
  2858.     local script = Instance.new('LocalScript')
  2859.     script.Parent = Sparkes
  2860.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2861.     local C = Instance.new('ImageLabel', script.Parent)
  2862.     C.BackgroundTransparency = 1
  2863.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2864.     C.Size = UDim2.new(0, 0, 0, 0)
  2865.     C.Image = 'rbxassetid://200182847'
  2866.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2867.     C.Name = 'Circle'
  2868.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2869.     for i = 0, 1, 0.03 do
  2870.     C.ImageTransparency = i
  2871.     game:GetService('RunService').RenderStepped:wait()
  2872.     end
  2873.     C:destroy()
  2874.     end)
  2875.    
  2876.  
  2877. end
  2878. coroutine.resume(coroutine.create(SCRIPT_BWFI77_FAKESCRIPT))
  2879. function SCRIPT_EKPE69_FAKESCRIPT() -- Fly.LocalScript
  2880.     local script = Instance.new('LocalScript')
  2881.     script.Parent = Fly
  2882.     script.Parent.MouseButton1Click:Connect(function()
  2883.      repeat wait()
  2884.        until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2885.     local mouse = game.Players.LocalPlayer:GetMouse()
  2886.     repeat wait() until mouse
  2887.     local plr = game.Players.LocalPlayer
  2888.     local torso = plr.Character.Torso
  2889.     local flying = true
  2890.     local deb = true
  2891.     local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2892.     local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2893.     local maxspeed = 50
  2894.     local speed = 0
  2895.    
  2896.     function Fly()
  2897.     local bg = Instance.new("BodyGyro", torso)
  2898.     bg.P = 9e4
  2899.     bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2900.     bg.cframe = torso.CFrame
  2901.     local bv = Instance.new("BodyVelocity", torso)
  2902.     bv.velocity = Vector3.new(0,0.1,0)
  2903.     bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2904.     repeat wait()
  2905.     plr.Character.Humanoid.PlatformStand = true
  2906.     if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2907.     speed = speed+.5+(speed/maxspeed)
  2908.     if speed > maxspeed then
  2909.     speed = maxspeed
  2910.     end
  2911.     elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2912.     speed = speed-1
  2913.     if speed < 0 then
  2914.     speed = 0
  2915.     end
  2916.     end
  2917.     if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2918.     bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2919.     lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2920.     elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2921.     bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2922.     else
  2923.     bv.velocity = Vector3.new(0,0.1,0)
  2924.     end
  2925.     bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2926.     until not flying
  2927.     ctrl = {f = 0, b = 0, l = 0, r = 0}
  2928.     lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2929.     speed = 0
  2930.     bg:Destroy()
  2931.     bv:Destroy()
  2932.     plr.Character.Humanoid.PlatformStand = false
  2933.     end
  2934.     mouse.KeyDown:connect(function(key)
  2935.     if key:lower() == "e" then
  2936.     if flying then flying = false
  2937.     else
  2938.     flying = true
  2939.     Fly()
  2940.     end
  2941.     elseif key:lower() == "w" then
  2942.     ctrl.f = 1
  2943.     elseif key:lower() == "s" then
  2944.     ctrl.b = -1
  2945.     elseif key:lower() == "a" then
  2946.     ctrl.l = -1
  2947.     elseif key:lower() == "d" then
  2948.     ctrl.r = 1
  2949.     end
  2950.     end)
  2951.     mouse.KeyUp:connect(function(key)
  2952.     if key:lower() == "w" then
  2953.     ctrl.f = 0
  2954.     elseif key:lower() == "s" then
  2955.     ctrl.b = 0
  2956.     elseif key:lower() == "a" then
  2957.     ctrl.l = 0
  2958.     elseif key:lower() == "d" then
  2959.     ctrl.r = 0
  2960.     end
  2961.     end)
  2962.     Fly()
  2963.      
  2964.     end)
  2965.  
  2966. end
  2967. coroutine.resume(coroutine.create(SCRIPT_EKPE69_FAKESCRIPT))
  2968. function SCRIPT_LTKQ85_FAKESCRIPT() -- Fly.Effect
  2969.     local script = Instance.new('LocalScript')
  2970.     script.Parent = Fly
  2971.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  2972.     local C = Instance.new('ImageLabel', script.Parent)
  2973.     C.BackgroundTransparency = 1
  2974.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  2975.     C.Size = UDim2.new(0, 0, 0, 0)
  2976.     C.Image = 'rbxassetid://200182847'
  2977.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2978.     C.Name = 'Circle'
  2979.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2980.     for i = 0, 1, 0.03 do
  2981.     C.ImageTransparency = i
  2982.     game:GetService('RunService').RenderStepped:wait()
  2983.     end
  2984.     C:destroy()
  2985.     end)
  2986.    
  2987.  
  2988. end
  2989. coroutine.resume(coroutine.create(SCRIPT_LTKQ85_FAKESCRIPT))
  2990. function SCRIPT_XLRM89_FAKESCRIPT() -- Walkspeed.LocalScript
  2991.     local script = Instance.new('LocalScript')
  2992.     script.Parent = Walkspeed
  2993.     script.Parent.MouseButton1Click:Connect(function()
  2994.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50;
  2995.     end)
  2996.  
  2997. end
  2998. coroutine.resume(coroutine.create(SCRIPT_XLRM89_FAKESCRIPT))
  2999. function SCRIPT_MJFJ90_FAKESCRIPT() -- Walkspeed.Effect
  3000.     local script = Instance.new('LocalScript')
  3001.     script.Parent = Walkspeed
  3002.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  3003.     local C = Instance.new('ImageLabel', script.Parent)
  3004.     C.BackgroundTransparency = 1
  3005.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  3006.     C.Size = UDim2.new(0, 0, 0, 0)
  3007.     C.Image = 'rbxassetid://200182847'
  3008.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3009.     C.Name = 'Circle'
  3010.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  3011.     for i = 0, 1, 0.03 do
  3012.     C.ImageTransparency = i
  3013.     game:GetService('RunService').RenderStepped:wait()
  3014.     end
  3015.     C:destroy()
  3016.     end)
  3017.    
  3018.  
  3019. end
  3020. coroutine.resume(coroutine.create(SCRIPT_MJFJ90_FAKESCRIPT))
  3021. function SCRIPT_DGCM89_FAKESCRIPT() -- JumpPower.LocalScript
  3022.     local script = Instance.new('LocalScript')
  3023.     script.Parent = JumpPower
  3024.     script.Parent.MouseButton1Click:Connect(function()
  3025.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50;
  3026.     end)
  3027.  
  3028. end
  3029. coroutine.resume(coroutine.create(SCRIPT_DGCM89_FAKESCRIPT))
  3030. function SCRIPT_ZPAG73_FAKESCRIPT() -- JumpPower.Effect
  3031.     local script = Instance.new('LocalScript')
  3032.     script.Parent = JumpPower
  3033.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  3034.     local C = Instance.new('ImageLabel', script.Parent)
  3035.     C.BackgroundTransparency = 1
  3036.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  3037.     C.Size = UDim2.new(0, 0, 0, 0)
  3038.     C.Image = 'rbxassetid://200182847'
  3039.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3040.     C.Name = 'Circle'
  3041.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  3042.     for i = 0, 1, 0.03 do
  3043.     C.ImageTransparency = i
  3044.     game:GetService('RunService').RenderStepped:wait()
  3045.     end
  3046.     C:destroy()
  3047.     end)
  3048.    
  3049.  
  3050. end
  3051. coroutine.resume(coroutine.create(SCRIPT_ZPAG73_FAKESCRIPT))
  3052. function SCRIPT_IKID86_FAKESCRIPT() -- Gravity.LocalScript
  3053.     local script = Instance.new('LocalScript')
  3054.     script.Parent = Gravity
  3055.     script.Parent.MouseButton1Click:Connect(function()
  3056.     game.Workspace.Gravity = 52
  3057.     end)
  3058.  
  3059. end
  3060. coroutine.resume(coroutine.create(SCRIPT_IKID86_FAKESCRIPT))
  3061. function SCRIPT_XXRL75_FAKESCRIPT() -- Gravity.Effect
  3062.     local script = Instance.new('LocalScript')
  3063.     script.Parent = Gravity
  3064.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  3065.     local C = Instance.new('ImageLabel', script.Parent)
  3066.     C.BackgroundTransparency = 1
  3067.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  3068.     C.Size = UDim2.new(0, 0, 0, 0)
  3069.     C.Image = 'rbxassetid://200182847'
  3070.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3071.     C.Name = 'Circle'
  3072.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  3073.     for i = 0, 1, 0.03 do
  3074.     C.ImageTransparency = i
  3075.     game:GetService('RunService').RenderStepped:wait()
  3076.     end
  3077.     C:destroy()
  3078.     end)
  3079.    
  3080.  
  3081. end
  3082. coroutine.resume(coroutine.create(SCRIPT_XXRL75_FAKESCRIPT))
  3083. function SCRIPT_PNSL79_FAKESCRIPT() -- Noclip.LocalScript
  3084.     local script = Instance.new('LocalScript')
  3085.     script.Parent = Noclip
  3086.     script.Parent.MouseButton1Click:Connect(function()
  3087.     local noclip = true;
  3088.     local char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  3089.     end)
  3090.  
  3091. end
  3092. coroutine.resume(coroutine.create(SCRIPT_PNSL79_FAKESCRIPT))
  3093. function SCRIPT_XIST67_FAKESCRIPT() -- Noclip.Effect
  3094.     local script = Instance.new('LocalScript')
  3095.     script.Parent = Noclip
  3096.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  3097.     local C = Instance.new('ImageLabel', script.Parent)
  3098.     C.BackgroundTransparency = 1
  3099.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  3100.     C.Size = UDim2.new(0, 0, 0, 0)
  3101.     C.Image = 'rbxassetid://200182847'
  3102.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3103.     C.Name = 'Circle'
  3104.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  3105.     for i = 0, 1, 0.03 do
  3106.     C.ImageTransparency = i
  3107.     game:GetService('RunService').RenderStepped:wait()
  3108.     end
  3109.     C:destroy()
  3110.     end)
  3111.    
  3112.  
  3113. end
  3114. coroutine.resume(coroutine.create(SCRIPT_XIST67_FAKESCRIPT))
  3115. function SCRIPT_XQTS90_FAKESCRIPT() -- FEInvisible.LocalScript
  3116.     local script = Instance.new('LocalScript')
  3117.     script.Parent = FEInvisible
  3118.     script.Parent.MouseButton1Click:Connect(function()
  3119.    
  3120.     Local = game:GetService('Players').LocalPlayer
  3121.     Char  = Local.Character
  3122.     touched,tpdback = false, false
  3123.     Local.CharacterAdded:connect(function(char)
  3124.         if script.Disabled ~= true then
  3125.             wait(.25)
  3126.             loc = Char.HumanoidRootPart.Position
  3127.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3128.         end
  3129.     end)
  3130.     game:GetService('UserInputService').InputBegan:connect(function(key)
  3131.         if key.KeyCode == Enum.KeyCode.Equals then
  3132.             if script.Disabled ~= true then
  3133.                 script.Disabled = true
  3134.                 print'you may re-execute'
  3135.             end
  3136.         end
  3137.     end)
  3138.     box = Instance.new('Part',workspace)
  3139.     box.Anchored = true
  3140.     box.CanCollide = true
  3141.     box.Size = Vector3.new(10,1,10)
  3142.     box.Position = Vector3.new(0,10000,0)
  3143.     box.Touched:connect(function(part)
  3144.         if (part.Parent.Name == Local.Name) then
  3145.             if touched == false then
  3146.                 touched = true
  3147.                 function apply()
  3148.                     if script.Disabled ~= true then
  3149.                         no = Char.HumanoidRootPart:Clone()
  3150.                         wait(.25)
  3151.                         Char.HumanoidRootPart:Destroy()
  3152.                         no.Parent = Char
  3153.                         Char:MoveTo(loc)
  3154.                         touched = false
  3155.                     end end
  3156.                 if Char then
  3157.                     apply()
  3158.                 end
  3159.             end
  3160.         end
  3161.     end)
  3162.     repeat wait() until Char
  3163.     loc = Char.HumanoidRootPart.Position
  3164.     Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3165.     end)
  3166.  
  3167. end
  3168. coroutine.resume(coroutine.create(SCRIPT_XQTS90_FAKESCRIPT))
  3169. function SCRIPT_FGNL76_FAKESCRIPT() -- FEInvisible.Effect
  3170.     local script = Instance.new('LocalScript')
  3171.     script.Parent = FEInvisible
  3172.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  3173.     local C = Instance.new('ImageLabel', script.Parent)
  3174.     C.BackgroundTransparency = 1
  3175.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  3176.     C.Size = UDim2.new(0, 0, 0, 0)
  3177.     C.Image = 'rbxassetid://200182847'
  3178.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3179.     C.Name = 'Circle'
  3180.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  3181.     for i = 0, 1, 0.03 do
  3182.     C.ImageTransparency = i
  3183.     game:GetService('RunService').RenderStepped:wait()
  3184.     end
  3185.     C:destroy()
  3186.     end)
  3187.    
  3188.  
  3189. end
  3190. coroutine.resume(coroutine.create(SCRIPT_FGNL76_FAKESCRIPT))
  3191. function SCRIPT_QBDU70_FAKESCRIPT() -- god.LocalScript
  3192.     local script = Instance.new('LocalScript')
  3193.     script.Parent = god
  3194.     script.Parent.MouseButton1Click:Connect(function()
  3195.     game.Players.LocalPlayer.Character.Humanoid:Remove()
  3196.     Instance.new("Humanoid", game.Players.LocalPlayer.Character)
  3197.     end)
  3198.  
  3199. end
  3200. coroutine.resume(coroutine.create(SCRIPT_QBDU70_FAKESCRIPT))
  3201. function SCRIPT_HNMO90_FAKESCRIPT() -- god.Effect
  3202.     local script = Instance.new('LocalScript')
  3203.     script.Parent = god
  3204.     script.Parent.MouseButton1Down:Connect(function(X, Y)
  3205.     local C = Instance.new('ImageLabel', script.Parent)
  3206.     C.BackgroundTransparency = 1
  3207.     C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, script.Parent.AbsolutePosition.X, 0, script.Parent.AbsolutePosition.Y)
  3208.     C.Size = UDim2.new(0, 0, 0, 0)
  3209.     C.Image = 'rbxassetid://200182847'
  3210.     C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3211.     C.Name = 'Circle'
  3212.     C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  3213.     for i = 0, 1, 0.03 do
  3214.     C.ImageTransparency = i
  3215.     game:GetService('RunService').RenderStepped:wait()
  3216.     end
  3217.     C:destroy()
  3218.     end)
  3219.    
  3220.  
  3221. end
  3222. coroutine.resume(coroutine.create(SCRIPT_HNMO90_FAKESCRIPT))
  3223. function SCRIPT_AHEI77_FAKESCRIPT() -- MainGUI.Toggle
  3224.     local script = Instance.new('LocalScript')
  3225.     script.Parent = MainGUI
  3226.     local getMouse = game.Players.LocalPlayer:GetMouse()
  3227.    
  3228.     getMouse.KeyDown:Connect(function(key)
  3229.     if key == 'p' then
  3230.     if script.Parent.Visible == true then
  3231.         script.Parent.Visible = false;
  3232.     else
  3233.         script.Parent.Visible = true;
  3234.     end
  3235.     end
  3236.     end)
  3237.  
  3238. end
  3239. coroutine.resume(coroutine.create(SCRIPT_AHEI77_FAKESCRIPT))
  3240. function SCRIPT_CXTJ79_FAKESCRIPT() -- Access.Access
  3241.     local script = Instance.new('LocalScript')
  3242.     script.Parent = Access
  3243.     local login = script.Parent.Parent.Parent.Login
  3244.     local password = script.Parent.Parent.Parent.Password
  3245.     local topText = script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText
  3246.    
  3247.     function effect()
  3248.     script.Parent.Parent.Visible = false;
  3249.     script.Parent.Parent.Parent.Login.Visible = false;
  3250.     script.Parent.Parent.Parent.Password.Visible = false;
  3251.     script.Parent.Parent.Parent.Spin.Visible = true;
  3252.     script.Parent.Parent.Parent.TextHit.Visible = true;
  3253.     wait(5)
  3254.     script.Parent.Parent.Parent.Visible = false;
  3255.     end
  3256.    
  3257.     local admin = {
  3258.                     "admin",
  3259.                     1,
  3260.                     "admin"
  3261.     }
  3262.     local JesusBinOLaden = {
  3263.         "JesusBinOLaden",
  3264.         2,
  3265.         "epicgamer"
  3266.     }
  3267.     local wafoocool = {
  3268.         'wafoocool',
  3269.         3,
  3270.         'young123'
  3271.     }
  3272.     local YungMakaveli = {
  3273.         'YungMakaveli',
  3274.         4,
  3275.         'tati225'
  3276.     }
  3277.     local StretchzX = {
  3278.         'StretchzX',
  3279.         5,
  3280.         '45er4545'
  3281.     }
  3282.     local watchcorporation = {
  3283.         'watchcorporation',
  3284.         6,
  3285.         '5267'
  3286.     }
  3287.     local KyrieIrving = {
  3288.         'KyrieIrving23302',
  3289.         7,
  3290.         'ILVFRVR'
  3291.     }
  3292.     local wout = {
  3293.         'wout712',
  3294.         8,
  3295.         'yeeterooni666'
  3296.     }
  3297.     local tail = {
  3298.         'Tail41',
  3299.         9,
  3300.         'qwert0101'
  3301.     }
  3302.     local IAmAPanda = {
  3303.         'IAmAPandax2',
  3304.         10,
  3305.         'youssif12'
  3306.     }
  3307.     local GhostzBunny = {
  3308.         'GhostzBunny',
  3309.         11,
  3310.         'Mysterious1'
  3311.     }
  3312.     local thisaccountisrare = {
  3313.         'thisaccountisrare2',
  3314.         12,
  3315.         'ArigatoGyro'
  3316.     }
  3317.     local UnDefined = {
  3318.         'IIlIIIlIIlIllIlllIII',
  3319.         13,
  3320.         'blue0831good'
  3321.     }
  3322.     local AnotherOne = {
  3323.         'MhycoSuello_YT',
  3324.         14,
  3325.         'ExodusZero'
  3326.     }
  3327.     local in_sin = {
  3328.         'in_sin',
  3329.         15,
  3330.         'kidscan98765'
  3331.     }
  3332.     local GrenMods = {
  3333.         'Nurarihyon',
  3334.         16,
  3335.         '2928203'
  3336.        
  3337.     }
  3338.     local specialPerson = {
  3339.         'fx2c0neqw_2mfdsgqrlp',
  3340.         17,
  3341.         'Wyuro21'
  3342.     }
  3343.     local TeamFlam = {
  3344.         'TeamFlam3_YT',
  3345.         18,
  3346.         'Byronkeepitreal'
  3347.     }
  3348.     local manly = {
  3349.         'manly76',
  3350.         19,
  3351.         'yTrFgSvV'
  3352.     }
  3353.     local Hot_ColdTodoroki = {
  3354.         'Hot_ColdTodoroki',
  3355.         20,
  3356.         'daddy5'
  3357.     }
  3358.     local Chromiuc = {
  3359.         'Chromiuc',
  3360.         21,
  3361.         'yourmomok'
  3362.     }
  3363.     local xxLiamAvnixx = {
  3364.         'xxLiamAvnixx',
  3365.         22,
  3366.         'mypassisliam'
  3367.     }
  3368.     local Happy = {
  3369.         'Happy74',
  3370.         23,
  3371.         'faggot'
  3372.     }
  3373.     local Mysteriousameo = {
  3374.         'Mysteriousameo',
  3375.         24,
  3376.         'Lolxdack'
  3377.     }
  3378.     local Ashgreenninja = {
  3379.         'Ashgreenninja',
  3380.         25,
  3381.         'RobloxIsGae'
  3382.     }
  3383.     local yanzitu = {
  3384.         'suckmyballs',
  3385.         26,
  3386.         'fuckoff'
  3387.     }
  3388.     local jhow = {
  3389.         'jhow12345',
  3390.         27,
  3391.         'feijao12'
  3392.     }
  3393.     local emincanreyiz = {
  3394.         'emincanreyiz01',
  3395.         28,
  3396.         'urmomgayedchrome'
  3397.     }
  3398.     local jdroob = {
  3399.         'jdroob',
  3400.         29,
  3401.         'HackingIsGood123'
  3402.     }
  3403.     local hadiizan = {
  3404.         'hadiizan36',
  3405.         30,
  3406.         'Nobodycanguessthispassword'
  3407.     }
  3408.     local lukewentink = {
  3409.         'lukewentink',
  3410.         31,
  3411.         '12345'
  3412.     }
  3413.     local Kabuto = {
  3414.         'Kabuto22',
  3415.         32,
  3416.         'bao1234'
  3417.     }
  3418.     local Kabuto2 = {
  3419.         'kikilo76',
  3420.         33,
  3421.         'Divise'
  3422.     }
  3423.     local Identity = {
  3424.         'Identity7',
  3425.         34,
  3426.         'password123'
  3427.     }
  3428.     local F11nDerin = {
  3429.         'F11nDerin',
  3430.         35,
  3431.         '9wKrawkw9'
  3432.     }
  3433.     local MateusBr020203 = {
  3434.         'MateusBr020203',
  3435.         36,
  3436.         'MecTrefe28192001'
  3437.     }
  3438.     local HomicidalSprayer = {
  3439.         'HomicidalSprayer',
  3440.         37,
  3441.         'TheBiggestFaggot13'
  3442.     }
  3443.     local account123 = {
  3444.         '3xI8',
  3445.         38,
  3446.         'Etap_OP'
  3447.     }
  3448.     local im_scripter = {
  3449.         'im_scripter',
  3450.         39,
  3451.         'robloxsucks'
  3452.     }
  3453.     local nerfine = {
  3454.         'a',
  3455.         40,
  3456.         'b'
  3457.     }
  3458.     local StereoTIP4IK = {
  3459.         'StereoTIP4IK',
  3460.         41,
  3461.         '%NFbBAj+C9SG=uuj'
  3462.     }
  3463.     local gesn = {
  3464.         'gesn',
  3465.         42,
  3466.         '123kim123123'
  3467.     }
  3468.     local Soursupersoldier2 = {
  3469.         'Soursupersoldier2',
  3470.         43,
  3471.         'Alritr'
  3472.     }
  3473.     local hangmeirl = {
  3474.         'hangmeirl',
  3475.         44,
  3476.         'ComdeyRussell'
  3477.     }
  3478.     local Connor13506 = {
  3479.         'Connor13506',
  3480.         45,
  3481.         'ReignAdmin'
  3482.     }
  3483.    
  3484.    
  3485.    
  3486.     script.Parent.MouseButton1Click:Connect(function()
  3487.     if login.Text == "admin" and password.Text == "admin" then
  3488.         if game.Players.LocalPlayer.Name == "MyAccountIsBannedRip" then
  3489.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. admin[1] .. ", Id = " .. admin[2]
  3490.         effect()
  3491.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3492.         else
  3493.         script.Parent.Text = "Invalid, try again."
  3494.         wait(3)
  3495.         script.Parent.Text = "Access"
  3496.         end
  3497.     end
  3498.     if login.Text == "JesusBinOLaden" and password.Text == "epicgamer" then
  3499.     if game.Players.LocalPlayer.Name == "JesusBinOLaden" or "gfmf" then
  3500.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. JesusBinOLaden[1] .. ", Id = " .. JesusBinOLaden[2]
  3501.         effect()
  3502.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3503.         else
  3504.         script.Parent.Text = "Invalid, try again."
  3505.         wait(3)
  3506.         script.Parent.Text = "Access"
  3507.     end
  3508.     end
  3509.     if login.Text == "wafoocool" and password.Text == "young123" then
  3510.     if game.Players.LocalPlayer.Name == "wafoocool" or "gfmf" or "Reset8278942" then
  3511.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. wafoocool[1] .. ", Id = " .. wafoocool[2]
  3512.         effect()
  3513.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3514.         else
  3515.         script.Parent.Text = "Invalid, try again."
  3516.         wait(3)
  3517.         script.Parent.Text = "Access"
  3518.     end
  3519.     end
  3520.     if login.Text == "YungMakaveli" and password.Text == "tati225" then
  3521.     if game.Players.LocalPlayer.Name == "YungMakaveli" or "gfmf" then
  3522.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. YungMakaveli[1] .. ", Id = " .. YungMakaveli[2]
  3523.         effect()
  3524.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3525.         else
  3526.         script.Parent.Text = "Invalid, try again."
  3527.         wait(3)
  3528.         script.Parent.Text = "Access"
  3529.     end
  3530.     end
  3531.     if login.Text == "StretchzX" and password.Text == "45er4545" then
  3532.     if game.Players.LocalPlayer.Name == "StretchzX" or "gfmf" or "streetsgettingbluat" then
  3533.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. StretchzX[1] .. ", Id = " .. StretchzX[2]
  3534.         effect()
  3535.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3536.         else
  3537.         script.Parent.Text = "Invalid, try again."
  3538.         wait(3)
  3539.         script.Parent.Text = "Access"
  3540.     end
  3541.     end
  3542.     if login.Text == "watchcorporation" and password.Text == "ThisIsABannedUser0122" then
  3543.     if game.Players.LocalPlayer.Name == "watchcorporation" or "gfmf" or "dunobna" then
  3544.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. watchcorporation[1] .. ", Id = " .. watchcorporation[2]
  3545.         effect()
  3546.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3547.         else
  3548.         script.Parent.Text = "Invalid, try again."
  3549.         wait(3)
  3550.         script.Parent.Text = "Access"
  3551.     end
  3552.     end
  3553.     if login.Text == "KyrieIrving23302" and password.Text == "ILVFRVR" then
  3554.     if game.Players.LocalPlayer.Name == "KyrieIrving23302" or "gfmf" then
  3555.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. KyrieIrving[1] .. ", Id = " .. KyrieIrving[2]
  3556.         effect()
  3557.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3558.         else
  3559.         script.Parent.Text = "Invalid, try again."
  3560.         wait(3)
  3561.         script.Parent.Text = "Access"
  3562.     end
  3563.     end
  3564.     if login.Text == "wout712" and password.Text == "yeeterooni666" then
  3565.     if game.Players.LocalPlayer.Name == "KyrieIrving23302" or "gfmf" then
  3566.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. wout[1] .. ", Id = " .. wout[2]
  3567.         effect()
  3568.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3569.         else
  3570.         script.Parent.Text = "Invalid, try again."
  3571.         wait(3)
  3572.         script.Parent.Text = "Access"
  3573.     end
  3574.     end
  3575.     if login.Text == "Tail41" and password.Text == "qwert0101" then
  3576.     if game.Players.LocalPlayer.Name == "Tail41" or "gfmf" then
  3577.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. tail[1] .. ", Id = " .. tail[2]
  3578.         effect()
  3579.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3580.         else
  3581.         script.Parent.Text = "Invalid, try again."
  3582.         wait(3)
  3583.         script.Parent.Text = "Access"
  3584.     end
  3585.     end
  3586.     if login.Text == "IAmAPandax2" and password.Text == "youssif12" then
  3587.     if game.Players.LocalPlayer.Name == "IAmAPandax2" or "gfmf" or "IAmAPandax4" then
  3588.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. IAmAPanda[1] .. ", Id = " .. IAmAPanda[2]
  3589.         effect()
  3590.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3591.         else
  3592.         script.Parent.Text = "Invalid, try again."
  3593.         wait(3)
  3594.         script.Parent.Text = "Access"
  3595.     end
  3596.     end
  3597.     if login.Text == "GhostzBunny" and password.Text == "Mysterious1" then
  3598.     if game.Players.LocalPlayer.Name == "GhostzBunny" or "gfmf" then
  3599.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. GhostzBunny[1] .. ", Id = " .. GhostzBunny[2]
  3600.         effect()
  3601.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3602.         else
  3603.         script.Parent.Text = "Invalid, try again."
  3604.         wait(3)
  3605.         script.Parent.Text = "Access"
  3606.     end
  3607.     end
  3608.     if login.Text == "thisaccountisrare2" and password.Text == "ArigatoGyro" then
  3609.     if game.Players.LocalPlayer.Name == "thisaccountisrare2" or "gfmf" then
  3610.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. thisaccountisrare[1] .. ", Id = " .. thisaccountisrare[2]
  3611.         effect()
  3612.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3613.         else
  3614.         script.Parent.Text = "Invalid, try again."
  3615.         wait(3)
  3616.         script.Parent.Text = "Access"
  3617.     end
  3618.     end
  3619.     if login.Text == "IIlIIIlIIlIllIlllIII" and password.Text == "blue0831good" then
  3620.     if game.Players.LocalPlayer.Name == "IIlIIIlIIlIllIlllIII" or "gfmf" then
  3621.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. UnDefined[1] .. ", Id = " .. UnDefined[2]
  3622.         effect()
  3623.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3624.         else
  3625.         script.Parent.Text = "Invalid, try again."
  3626.         wait(3)
  3627.         script.Parent.Text = "Access"
  3628.     end
  3629.     end
  3630.     if login.Text == "MhycoSuello_YT" and password.Text == "ExodusZero" then
  3631.     if game.Players.LocalPlayer.Name == "MhycoSuello_YT" or "gfmf" then
  3632.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. AnotherOne[1] .. ", Id = " .. AnotherOne[2]
  3633.         effect()
  3634.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3635.         else
  3636.         script.Parent.Text = "Invalid, try again."
  3637.         wait(3)
  3638.         script.Parent.Text = "Access"
  3639.     end
  3640.     end
  3641.     if login.Text == "in_sin" and password.Text == "kidscan98765" then
  3642.     if game.Players.LocalPlayer.Name == "in_sin" or "gfmf" then
  3643.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. in_sin[1] .. ", Id = " .. in_sin[2]
  3644.         effect()
  3645.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3646.         else
  3647.         script.Parent.Text = "Invalid, try again."
  3648.         wait(3)
  3649.         script.Parent.Text = "Access"
  3650.     end
  3651.     end
  3652.     if login.Text == "Nurarihyon" and password.Text == "2928203" then
  3653.     if game.Players.LocalPlayer.Name == "Nurihyon" or "gfmf" then
  3654.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Nurihyon[1] .. ", Id = " .. Nurihyon[2]
  3655.         effect()
  3656.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3657.         else
  3658.         script.Parent.Text = "Invalid, try again."
  3659.         wait(3)
  3660.         script.Parent.Text = "Access"
  3661.     end
  3662.     end
  3663.     if login.Text == "fx2c0neqw_2mfdsgqrlp" and password.Text == "Wyuro21" then
  3664.     if game.Players.LocalPlayer.Name == "fx2c0neqw_2mfdsgqrlp" or "gfmf" then
  3665.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. specialPerson[1] .. ", Id = " .. specialPerson[2]
  3666.         effect()
  3667.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3668.         else
  3669.         script.Parent.Text = "Invalid, try again."
  3670.         wait(3)
  3671.         script.Parent.Text = "Access"
  3672.     end
  3673.     end
  3674.     if login.Text == "TeamFlam3_YT" and password.Text == "Byronkeepitreal" then
  3675.     if game.Players.LocalPlayer.Name == "TeamFlam3_YT" or "gfmf" then
  3676.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. TeamFlam[1] .. ", Id = " .. TeamFlam[2]
  3677.         effect()
  3678.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3679.         else
  3680.         script.Parent.Text = "Invalid, try again."
  3681.         wait(3)
  3682.         script.Parent.Text = "Access"
  3683.     end
  3684.     end
  3685.     if login.Text == "manly76" and password.Text == "yTrFgSvV" then
  3686.     if game.Players.LocalPlayer.Name == "manly76" or "gfmf" then
  3687.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. manly[1] .. ", Id = " .. manly[2]
  3688.         effect()
  3689.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3690.         else
  3691.         script.Parent.Text = "Invalid, try again."
  3692.         wait(3)
  3693.         script.Parent.Text = "Access"
  3694.     end
  3695.     end
  3696.     if login.Text == "Hot_ColdTodoroki" and password.Text == "daddy5" then
  3697.     if game.Players.LocalPlayer.Name == "Hot_ColdTodoroki" or "gfmf" then
  3698.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Hot_ColdTodoroki[1] .. ", Id = " .. Hot_ColdTodoroki[2]
  3699.         effect()
  3700.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3701.         else
  3702.         script.Parent.Text = "Invalid, try again."
  3703.         wait(3)
  3704.         script.Parent.Text = "Access"
  3705.     end
  3706.     end
  3707.     if login.Text == "Chromiuc" and password.Text == "yourmomok" then
  3708.     if game.Players.LocalPlayer.Name == "Chromiuc" or "gfmf" then
  3709.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Chromiuc[1] .. ", Id = " .. Chromiuc[2]
  3710.         effect()
  3711.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3712.         else
  3713.         script.Parent.Text = "Invalid, try again."
  3714.         wait(3)
  3715.         script.Parent.Text = "Access"
  3716.     end
  3717.     end
  3718.     if login.Text == "xxLiamAvnixx" and password.Text == "mypassisliam" then
  3719.     if game.Players.LocalPlayer.Name == "xxLiamAvnixx" or "gfmf" then
  3720.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. xxLiamAvnixx[1] .. ", Id = " .. xxLiamAvnixx[2]
  3721.         effect()
  3722.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3723.         else
  3724.         script.Parent.Text = "Invalid, try again."
  3725.         wait(3)
  3726.         script.Parent.Text = "Access"
  3727.     end
  3728.     end
  3729.     if login.Text == "Happy74" and password.Text == "faggot" then
  3730.     if game.Players.LocalPlayer.Name == "Happy74" or "gfmf" then
  3731.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Happy[1] .. ", Id = " .. Happy[2]
  3732.         effect()
  3733.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3734.         else
  3735.         script.Parent.Text = "Invalid, try again."
  3736.         wait(3)
  3737.         script.Parent.Text = "Access"
  3738.     end
  3739.     end
  3740.     if login.Text == "Mysteriousameo" and password.Text == "Lolxdack" then
  3741.     if game.Players.LocalPlayer.Name == "Mysteriousameo" or "gfmf" then
  3742.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Mysteriousameo[1] .. ", Id = " .. Mysteriousameo[2]
  3743.         effect()
  3744.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3745.         else
  3746.         script.Parent.Text = "Invalid, try again."
  3747.         wait(3)
  3748.         script.Parent.Text = "Access"
  3749.     end
  3750.     end
  3751.     if login.Text == "Ashgreenninja14" and password.Text == "RobloxIsGae" then
  3752.     if game.Players.LocalPlayer.Name == "Ashgreenninja14" or "gfmf" then
  3753.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Ashgreenninja[1] .. ", Id = " .. Ashgreenninja[2]
  3754.         effect()
  3755.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3756.         else
  3757.         script.Parent.Text = "Invalid, try again."
  3758.         wait(3)
  3759.         script.Parent.Text = "Access"
  3760.     end
  3761.     end
  3762.     if login.Text == "suckmyballs" and password.Text == "fuckoff" then
  3763.     if game.Players.LocalPlayer.Name == "Nzxke" then
  3764.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, Nzxke"
  3765.         effect()
  3766.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3767.         else
  3768.         script.Parent.Text = "Invalid, try again."
  3769.         wait(3)
  3770.         script.Parent.Text = "Access"
  3771.     end
  3772.     end
  3773.     if login.Text == "jhow12345" and password.Text == "feijao12" then
  3774.     if game.Players.LocalPlayer.Name == "jhow12345" or "gfmf" then
  3775.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. jhow[1] .. ", Id = " .. jhow[2]
  3776.         effect()
  3777.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3778.         else
  3779.         script.Parent.Text = "Invalid, try again."
  3780.         wait(3)
  3781.         script.Parent.Text = "Access"
  3782.     end
  3783.     end
  3784.     if login.Text == "emincanreyiz01" and password.Text == "urmomgayedchrome" then
  3785.     if game.Players.LocalPlayer.Name == "emincanreyiz01" or "gfmf" then
  3786.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. emincanreyiz[1] .. ", Id = " .. emincanreyiz[2]
  3787.         effect()
  3788.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3789.         else
  3790.         script.Parent.Text = "Invalid, try again."
  3791.         wait(3)
  3792.         script.Parent.Text = "Access"
  3793.     end
  3794.     end
  3795.     if login.Text == "jdroob" and password.Text == "HackingIsGood123" then
  3796.     if game.Players.LocalPlayer.Name == "jdroob" or "gfmf" then
  3797.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. jdroob[1] .. ", Id = " .. jdroob[2]
  3798.         effect()
  3799.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3800.         else
  3801.         script.Parent.Text = "Invalid, try again."
  3802.         wait(3)
  3803.         script.Parent.Text = "Access"
  3804.     end
  3805.     end
  3806.     if login.Text == "hadiizan36" and password.Text == "Nobodycanguessthispassword" then
  3807.     if game.Players.LocalPlayer.Name == "hadiizan36" or "gfmf" or "Natural_Fart" then
  3808.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. hadiizan[1] .. ", Id = " .. hadiizan[2]
  3809.         effect()
  3810.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3811.         else
  3812.         script.Parent.Text = "Invalid, try again."
  3813.         wait(3)
  3814.         script.Parent.Text = "Access"
  3815.     end
  3816.     end
  3817.     if login.Text == "lukewentink" and password.Text == "12345" then
  3818.     if game.Players.LocalPlayer.Name == "lukewentink" or "gfmf" then
  3819.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. lukewentink[1] .. ", Id = " .. lukewentink[2]
  3820.         effect()
  3821.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3822.         else
  3823.         script.Parent.Text = "Invalid, try again."
  3824.         wait(3)
  3825.         script.Parent.Text = "Access"
  3826.     end
  3827.     end
  3828.     if login.Text == "Kabuto22" and password.Text == "bao1234" then
  3829.     if game.Players.LocalPlayer.Name == "Kabuto22" or "gfmf" then
  3830.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Kabuto[1] .. ", Id = " .. Kabuto[2]
  3831.         effect()
  3832.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3833.         else
  3834.         script.Parent.Text = "Invalid, try again."
  3835.         wait(3)
  3836.         script.Parent.Text = "Access"
  3837.     end
  3838.     end
  3839.     if login.Text == "kikilo76" and password.Text == "Divise" then
  3840.     if game.Players.LocalPlayer.Name == "kikilo76" or "gfmf" then
  3841.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Kabuto2[1] .. ", Id = " .. Kabuto[2]
  3842.         effect()
  3843.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3844.         else
  3845.         script.Parent.Text = "Invalid, try again."
  3846.         wait(3)
  3847.         script.Parent.Text = "Access"
  3848.     end
  3849.     end
  3850.     if login.Text == "Identity7" and password.Text == "password123" then
  3851.     if game.Players.LocalPlayer.Name == "Identity7" or "gfmf" then
  3852.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Identity[1] .. ", Id = " .. Identity[2]
  3853.         effect()
  3854.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3855.         else
  3856.         script.Parent.Text = "Invalid, try again."
  3857.         wait(3)
  3858.         script.Parent.Text = "Access"
  3859.     end
  3860.     end
  3861.     if login.Text == "F11nDerin" and password.Text == "9wKrawkw9" then
  3862.     if game.Players.LocalPlayer.Name == "Kabuto22" or "gfmf" then
  3863.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. F11nDerin[1] .. ", Id = " .. F11nDerin[2]
  3864.         effect()
  3865.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3866.         else
  3867.         script.Parent.Text = "Invalid, try again."
  3868.         wait(3)
  3869.         script.Parent.Text = "Access"
  3870.     end
  3871.     end
  3872.     if login.Text == "MateusBr020203" and password.Text == "MecTrefe28192001" then
  3873.     if game.Players.LocalPlayer.Name == "MateusBr020203" or "gfmf" then
  3874.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. MateusBr020203[1] .. ", Id = " .. MateusBr020203[2]
  3875.         effect()
  3876.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3877.         else
  3878.         script.Parent.Text = "Invalid, try again."
  3879.         wait(3)
  3880.         script.Parent.Text = "Access"
  3881.     end
  3882.     end
  3883.     if login.Text == "HomicidalSprayer" and password.Text == "TheBiggestFaggot13" then
  3884.     if game.Players.LocalPlayer.Name == "HomicidalSprayer" or "gfmf" then
  3885.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. HomicidalSprayer[1] .. ", Id = " .. HomicidalSprayer[2]
  3886.         effect()
  3887.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3888.         else
  3889.         script.Parent.Text = "Invalid, try again."
  3890.         wait(3)
  3891.         script.Parent.Text = "Access"
  3892.     end
  3893.     end
  3894.     if login.Text == "3xI8" and password.Text == "Etap_OP" then
  3895.     if game.Players.LocalPlayer.Name == "3xI8" or "gfmf" then
  3896.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. account123[1] .. ", Id = " .. account123[2]
  3897.         effect()
  3898.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3899.         else
  3900.         script.Parent.Text = "Invalid, try again."
  3901.         wait(3)
  3902.         script.Parent.Text = "Access"
  3903.     end
  3904.     end
  3905.     if login.Text == "im_scripter" and password.Text == "robloxsucks" then
  3906.     if game.Players.LocalPlayer.Name == "im_scripter" or "gfmf" then
  3907.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. im_scripter[1] .. ", Id = " .. im_scripter[2]
  3908.         effect()
  3909.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3910.         else
  3911.         script.Parent.Text = "Invalid, try again."
  3912.         wait(3)
  3913.         script.Parent.Text = "Access"
  3914.     end
  3915.     end
  3916.     if login.Text == "a" and password.Text == "b" then
  3917.     if game.Players.LocalPlayer.Name == "nrbad" then
  3918.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, nrbad"
  3919.         effect()
  3920.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3921.         else
  3922.         script.Parent.Text = "Invalid, try again."
  3923.         wait(3)
  3924.         script.Parent.Text = "Access"
  3925.     end
  3926.     end
  3927.     if login.Text == "StereoTIP4IK" and password.Text == "dimon2004" then
  3928.     if game.Players.LocalPlayer.Name == "StereoTIP4IK" or "gfmf" then
  3929.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. StereoTIP4IK[1] .. ", Id = " .. StereoTIP4IK[2]
  3930.         effect()
  3931.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3932.         else
  3933.         script.Parent.Text = "Invalid, try again."
  3934.         wait(3)
  3935.         script.Parent.Text = "Access"
  3936.     end
  3937.     end
  3938.     if login.Text == "gesn" and password.Text == "123kim123123" then
  3939.     if game.Players.LocalPlayer.Name == "Kabuto22" or "gfmf" then
  3940.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. gesn[1] .. ", Id = " .. gesn[2]
  3941.         effect()
  3942.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3943.         else
  3944.         script.Parent.Text = "Invalid, try again."
  3945.         wait(3)
  3946.         script.Parent.Text = "Access"
  3947.     end
  3948.     end
  3949.     if login.Text == "Soursupersoldier2" and password.Text == "Alritr" then
  3950.     if game.Players.LocalPlayer.Name == "Soursupersoldier2" or "gfmf" then
  3951.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Soursupersoldier2[1] .. ", Id = " .. Soursupersoldier2[2]
  3952.         effect()
  3953.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3954.         else
  3955.         script.Parent.Text = "Invalid, try again."
  3956.         wait(3)
  3957.         script.Parent.Text = "Access"
  3958.     end
  3959.     end
  3960.     if login.Text == "hangmeirl" and password.Text == "ComdeyRusse11" then
  3961.     if game.Players.LocalPlayer.Name == "hangmeirl" or "gfmf" then
  3962.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. hangmeirl[1] .. ", Id = " .. hangmeirl[2]
  3963.         effect()
  3964.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3965.         else
  3966.         script.Parent.Text = "Invalid, try again."
  3967.         wait(3)
  3968.         script.Parent.Text = "Access"
  3969.     end
  3970.     end
  3971.     if login.Text == "Connor13506" and password.Text == "ReignAdmin" then
  3972.     if game.Players.LocalPlayer.Name == "Connor13506" or "gfmf" then
  3973.         script.Parent.Parent.Parent.Parent.MainGUI.Top.TopText.ID.Text = "Hello, " .. Connor13506[1] .. ", Id = " .. Connor13506[2]
  3974.         effect()
  3975.         script.Parent.Parent.Parent.Parent.MainGUI.Visible = true;
  3976.         else
  3977.         script.Parent.Text = "Invalid, try again."
  3978.         wait(3)
  3979.         script.Parent.Text = "Access"
  3980.     end
  3981.     end
  3982.    
  3983.     end)
  3984.  
  3985. end
  3986. coroutine.resume(coroutine.create(SCRIPT_CXTJ79_FAKESCRIPT))
  3987. function SCRIPT_ZUPZ83_FAKESCRIPT() -- ForgotPassword.LocalScript
  3988.     local script = Instance.new('LocalScript')
  3989.     script.Parent = ForgotPassword
  3990.     script.Parent.MouseButton1Click:Connect(function()
  3991.     script.Parent.Info.Visible = true
  3992.     end)
  3993.  
  3994. end
  3995. coroutine.resume(coroutine.create(SCRIPT_ZUPZ83_FAKESCRIPT))
  3996. function SCRIPT_UWXB80_FAKESCRIPT() -- Info.drag
  3997.     local script = Instance.new('LocalScript')
  3998.     script.Parent = Info
  3999.     script.Parent.Draggable = true;
  4000.  
  4001. end
  4002. coroutine.resume(coroutine.create(SCRIPT_UWXB80_FAKESCRIPT))
  4003. function SCRIPT_KCPQ68_FAKESCRIPT() -- TextButton.LocalScript
  4004.     local script = Instance.new('LocalScript')
  4005.     script.Parent = TextButton
  4006.     script.Parent.MouseButton1Click:Connect(function()
  4007.     script.Parent.Parent.Visible = false;
  4008.     end)
  4009.  
  4010. end
  4011. coroutine.resume(coroutine.create(SCRIPT_KCPQ68_FAKESCRIPT))
  4012. function SCRIPT_CWGH75_FAKESCRIPT() -- LoginGUI.drag
  4013.     local script = Instance.new('LocalScript')
  4014.     script.Parent = LoginGUI
  4015.     print("Loaded Reign V1.6")
  4016.     script.Parent.Draggable = true;
  4017.    
  4018.  
  4019. end
  4020. coroutine.resume(coroutine.create(SCRIPT_CWGH75_FAKESCRIPT))
  4021. function SCRIPT_TOGI67_FAKESCRIPT() -- Spin.LocalScript
  4022.     local script = Instance.new('LocalScript')
  4023.     script.Parent = Spin
  4024.     repeat script.Parent.Rotation = script.Parent.Rotation + 2 wait() until script.Parent.Parent.Visible == false;
  4025.  
  4026. end
  4027. coroutine.resume(coroutine.create(SCRIPT_TOGI67_FAKESCRIPT))
  4028. function SCRIPT_BTOH90_FAKESCRIPT() -- TextHit.LocalScript
  4029.     local script = Instance.new('LocalScript')
  4030.     script.Parent = TextHit
  4031.     local random = math.random(1,5)
  4032.    
  4033.     if random == 1 then
  4034.     script.Parent.Text = "vi#9292 is a psycho nerd"
  4035.     elseif random == 2 then
  4036.     script.Parent.Text = "rzeu farted on this gui."
  4037.     elseif random == 3 then
  4038.     script.Parent.Text = "how to execute this?"
  4039.     elseif random == 4 then
  4040.     script.Parent.Text = "bumbumbumbumbum"
  4041.     elseif random == 5 then
  4042.     script.Parent.Text = "reeeeeee"
  4043.     end
  4044.  
  4045. end
  4046. coroutine.resume(coroutine.create(SCRIPT_BTOH90_FAKESCRIPT))
  4047. --username: hadiizan36
  4048.  
  4049. --password: Nobodycanguessthispassword
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement