Guest User

Untitled

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