Advertisement
Lover712

Untitled

Dec 21st, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 145.34 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local UltraSSGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local HideCodeBox = Instance.new("TextButton")
  9. local Execute = Instance.new("TextButton")
  10. local Clear = Instance.new("TextButton")
  11. local Scroll = Instance.new("ScrollingFrame")
  12. local CodeBox = Instance.new("TextBox")
  13. local HideCodeLabel = Instance.new("TextLabel")
  14. local ExecGuiV2ShadowLabel = Instance.new("TextLabel")
  15. local ExecGuiV2Label = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. local MainFrame = Instance.new("Frame")
  18. local Page1 = Instance.new("Frame")
  19. local Background = Instance.new("ImageLabel")
  20. local TextLabel = Instance.new("TextLabel")
  21. local AgentAgony = Instance.new("TextButton")
  22. local AntiBan = Instance.new("TextButton")
  23. local BigBan = Instance.new("TextButton")
  24. local BigSmoke = Instance.new("TextButton")
  25. local BombVest = Instance.new("TextButton")
  26. local BrutalOverlord = Instance.new("TextButton")
  27. local Caducus = Instance.new("TextButton")
  28. local CarsendiacV2 = Instance.new("TextButton")
  29. local Chara = Instance.new("TextButton")
  30. local ChatHax = Instance.new("TextButton")
  31. local ControlGui = Instance.new("TextButton")
  32. local DarthVader = Instance.new("TextButton")
  33. local Dex = Instance.new("TextButton")
  34. local ElioBlasio = Instance.new("TextButton")
  35. local EthernalGlitcher = Instance.new("TextButton")
  36. local Exit = Instance.new("TextButton")
  37. local F3XTools = Instance.new("TextButton")
  38. local FallenAnger = Instance.new("TextButton")
  39. local GodSlayer = Instance.new("TextButton")
  40. local GoodCopBadCop = Instance.new("TextButton")
  41. local GrabGun = Instance.new("TextButton")
  42. local GrabKnifeV3 = Instance.new("TextButton")
  43. local GrabKnifeV4 = Instance.new("TextButton")
  44. local GrabKnifeV41 = Instance.new("TextButton")
  45. local IY = Instance.new("TextButton")
  46. local JumpInTheCaac = Instance.new("TextButton")
  47. local KIillBot = Instance.new("TextButton")
  48. local KrystalDanceV2 = Instance.new("TextButton")
  49. local LostHope = Instance.new("TextButton")
  50. local MML = Instance.new("TextButton")
  51. local Maddox = Instance.new("TextButton")
  52. local MemeusV25 = Instance.new("TextButton")
  53. local MrByeBye = Instance.new("TextButton")
  54. local MrByeByeV3 = Instance.new("TextButton")
  55. local MrPixels = Instance.new("TextButton")
  56. local NeptunianV = Instance.new("TextButton")
  57. local NoobBatV2 = Instance.new("TextButton")
  58. local OmniGod = Instance.new("TextButton")
  59. local Paraoph = Instance.new("TextButton")
  60. local Prism = Instance.new("TextButton")
  61. local PurpleGod = Instance.new("TextButton")
  62. local Quantom = Instance.new("TextButton")
  63. local R6 = Instance.new("TextButton")
  64. local RainbowHellV2 = Instance.new("TextButton")
  65. local RealityGlitcher = Instance.new("TextButton")
  66. local Reanimated = Instance.new("TextButton")
  67. local Reaper = Instance.new("TextButton")
  68. local RedBanisher = Instance.new("TextButton")
  69. local Respawn = Instance.new("TextButton")
  70. local RuinEx = Instance.new("TextButton")
  71. local SSAdmin = Instance.new("TextButton")
  72. local SheriffDeath = Instance.new("TextButton")
  73. local SnoopDog = Instance.new("TextButton")
  74. local SpectrumGlitcher = Instance.new("TextButton")
  75. local TrapGun = Instance.new("TextButton")
  76. local Utg = Instance.new("TextButton")
  77. local WorldEater = Instance.new("TextButton")
  78. local Xester = Instance.new("TextButton")
  79. local TextBox = Instance.new("TextBox")
  80. local Loader = Instance.new("ImageLabel")
  81. local LoadingBar = Instance.new("ImageLabel")
  82. local Bar = Instance.new("ImageLabel")
  83. local TopBar = Instance.new("Frame")
  84. local Label = Instance.new("TextLabel")
  85. local Status = Instance.new("TextLabel")
  86. local Background_2 = Instance.new("ImageLabel")
  87.  
  88. --Properties:
  89.  
  90. UltraSSGui.Name = "UltraSSGui"
  91. UltraSSGui.Parent = game.CoreGui
  92.  
  93. UltraSSGui.ResetOnSpawn = false
  94.  
  95. Main.Name = "Main"
  96. Main.Parent = UltraSSGui
  97. Main.Active = true
  98. Main.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  99. Main.BorderSizePixel = 0
  100. Main.Position = UDim2.new(0.0745486319, 0, 0.147436008, 0)
  101. Main.Size = UDim2.new(0, 611, 0, 231)
  102.  
  103. HideCodeBox.Name = "HideCodeBox"
  104. HideCodeBox.Parent = Main
  105. HideCodeBox.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  106. HideCodeBox.BorderColor3 = Color3.fromRGB(71, 71, 71)
  107. HideCodeBox.BorderSizePixel = 3
  108. HideCodeBox.Position = UDim2.new(0.942754269, 0, 0.855664372, 0)
  109. HideCodeBox.Size = UDim2.new(0, 19, 0, 19)
  110. HideCodeBox.Font = Enum.Font.SourceSansLight
  111. HideCodeBox.Text = ""
  112. HideCodeBox.TextColor3 = Color3.fromRGB(170, 255, 255)
  113. HideCodeBox.TextScaled = true
  114. HideCodeBox.TextSize = 14.000
  115. HideCodeBox.TextWrapped = true
  116.  
  117. Execute.Name = "Execute"
  118. Execute.Parent = Main
  119. Execute.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  120. Execute.BorderColor3 = Color3.fromRGB(44, 44, 44)
  121. Execute.BorderSizePixel = 2
  122. Execute.Position = UDim2.new(0.0166439433, 0, 0.851975918, 0)
  123. Execute.Size = UDim2.new(0, 123, 0, 24)
  124. Execute.Font = Enum.Font.Cartoon
  125. Execute.Text = "Execute"
  126. Execute.TextColor3 = Color3.fromRGB(85, 255, 127)
  127. Execute.TextSize = 18.000
  128. Execute.TextStrokeColor3 = Color3.fromRGB(85, 255, 127)
  129. Execute.TextWrapped = true
  130.  
  131. Clear.Name = "Clear"
  132. Clear.Parent = Main
  133. Clear.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  134. Clear.BorderColor3 = Color3.fromRGB(44, 44, 44)
  135. Clear.BorderSizePixel = 2
  136. Clear.Position = UDim2.new(0.326121658, 0, 0.851975918, 0)
  137. Clear.Size = UDim2.new(0, 78, 0, 24)
  138. Clear.Font = Enum.Font.Cartoon
  139. Clear.Text = "Clear"
  140. Clear.TextColor3 = Color3.fromRGB(85, 255, 127)
  141. Clear.TextSize = 18.000
  142. Clear.TextStrokeColor3 = Color3.fromRGB(85, 255, 127)
  143. Clear.TextWrapped = true
  144.  
  145. Scroll.Name = "Scroll"
  146. Scroll.Parent = Main
  147. Scroll.Active = true
  148. Scroll.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  149. Scroll.BorderColor3 = Color3.fromRGB(44, 44, 44)
  150. Scroll.BorderSizePixel = 2
  151. Scroll.Position = UDim2.new(0.0229507163, 0, 0.203230619, 0)
  152. Scroll.Size = UDim2.new(0, 582, 0, 139)
  153. Scroll.ScrollBarThickness = 5
  154.  
  155. CodeBox.Name = "CodeBox"
  156. CodeBox.Parent = Scroll
  157. CodeBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  158. CodeBox.BackgroundTransparency = 1.000
  159. CodeBox.BorderSizePixel = 0
  160. CodeBox.Position = UDim2.new(0.0158931036, 0, 1.09775463e-07, 0)
  161. CodeBox.Size = UDim2.new(0, 561, 0, 392)
  162. CodeBox.ClearTextOnFocus = false
  163. CodeBox.Font = Enum.Font.Cartoon
  164. CodeBox.MultiLine = true
  165. CodeBox.PlaceholderColor3 = Color3.fromRGB(85, 255, 127)
  166. CodeBox.PlaceholderText = "--- Require Here"
  167. CodeBox.Text = ""
  168. CodeBox.TextColor3 = Color3.fromRGB(85, 255, 127)
  169. CodeBox.TextSize = 18.000
  170. CodeBox.TextWrapped = true
  171. CodeBox.TextXAlignment = Enum.TextXAlignment.Left
  172. CodeBox.TextYAlignment = Enum.TextYAlignment.Top
  173.  
  174. HideCodeLabel.Name = "HideCodeLabel"
  175. HideCodeLabel.Parent = Main
  176. HideCodeLabel.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  177. HideCodeLabel.BackgroundTransparency = 1.000
  178. HideCodeLabel.BorderColor3 = Color3.fromRGB(44, 44, 44)
  179. HideCodeLabel.BorderSizePixel = 0
  180. HideCodeLabel.Position = UDim2.new(0.765528619, 0, 0.851975977, 0)
  181. HideCodeLabel.Size = UDim2.new(0, 94, 0, 24)
  182. HideCodeLabel.Font = Enum.Font.Cartoon
  183. HideCodeLabel.Text = "Hide Require"
  184. HideCodeLabel.TextColor3 = Color3.fromRGB(85, 255, 127)
  185. HideCodeLabel.TextSize = 18.000
  186. HideCodeLabel.TextStrokeColor3 = Color3.fromRGB(85, 255, 127)
  187.  
  188. ExecGuiV2ShadowLabel.Name = "ExecGuiV2ShadowLabel"
  189. ExecGuiV2ShadowLabel.Parent = Main
  190. ExecGuiV2ShadowLabel.Active = true
  191. ExecGuiV2ShadowLabel.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  192. ExecGuiV2ShadowLabel.BorderSizePixel = 0
  193. ExecGuiV2ShadowLabel.Position = UDim2.new(0, 0, 0.121902399, 0)
  194. ExecGuiV2ShadowLabel.Size = UDim2.new(0, 611, 0, 11)
  195. ExecGuiV2ShadowLabel.Font = Enum.Font.SourceSansLight
  196. ExecGuiV2ShadowLabel.Text = ""
  197. ExecGuiV2ShadowLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  198. ExecGuiV2ShadowLabel.TextSize = 20.000
  199. ExecGuiV2ShadowLabel.TextWrapped = true
  200.  
  201. ExecGuiV2Label.Name = "ExecGuiV2Label"
  202. ExecGuiV2Label.Parent = Main
  203. ExecGuiV2Label.Active = true
  204. ExecGuiV2Label.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  205. ExecGuiV2Label.BorderColor3 = Color3.fromRGB(71, 71, 71)
  206. ExecGuiV2Label.BorderSizePixel = 0
  207. ExecGuiV2Label.Position = UDim2.new(0, 0, -0.00796773005, 0)
  208. ExecGuiV2Label.Size = UDim2.new(0, 611, 0, 30)
  209. ExecGuiV2Label.Font = Enum.Font.Cartoon
  210. ExecGuiV2Label.Text = "VashX SS Executor"
  211. ExecGuiV2Label.TextColor3 = Color3.fromRGB(85, 255, 127)
  212. ExecGuiV2Label.TextSize = 20.000
  213. ExecGuiV2Label.TextWrapped = true
  214.  
  215. Close.Name = "Close"
  216. Close.Parent = Main
  217. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. Close.BackgroundTransparency = 1.000
  219. Close.BorderSizePixel = 0
  220. Close.Position = UDim2.new(0.942754447, 0, 0.00796713587, 0)
  221. Close.Size = UDim2.new(0, 27, 0, 22)
  222. Close.Font = Enum.Font.Cartoon
  223. Close.Text = "X"
  224. Close.TextColor3 = Color3.fromRGB(85, 255, 127)
  225. Close.TextScaled = true
  226. Close.TextSize = 14.000
  227. Close.TextStrokeColor3 = Color3.fromRGB(85, 255, 127)
  228. Close.TextWrapped = true
  229.  
  230. MainFrame.Name = "MainFrame"
  231. MainFrame.Parent = UltraSSGui
  232. MainFrame.Active = true
  233. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  234. MainFrame.BorderSizePixel = 0
  235. MainFrame.Position = UDim2.new(0.102767266, 0, 0.0638553873, 0)
  236. MainFrame.Size = UDim2.new(0, 576, 0, 343)
  237.  
  238. Page1.Name = "Page1"
  239. Page1.Parent = MainFrame
  240. Page1.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  241. Page1.BorderSizePixel = 0
  242. Page1.Position = UDim2.new(-0.000248167256, 0, -0.00186625391, 0)
  243. Page1.Size = UDim2.new(0, 577, 0, 347)
  244.  
  245. Background.Name = "Background"
  246. Background.Parent = Page1
  247. Background.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  248. Background.BackgroundTransparency = 1.000
  249. Background.Size = UDim2.new(1, 0, 1, 0)
  250. Background.Image = "rbxassetid://585867512"
  251. Background.ImageColor3 = Color3.fromRGB(44, 44, 44)
  252. Background.ScaleType = Enum.ScaleType.Tile
  253. Background.SliceCenter = Rect.new(4, 4, 252, 252)
  254. Background.TileSize = UDim2.new(0, 100, 0, 100)
  255.  
  256. TextLabel.Parent = Page1
  257. TextLabel.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  258. TextLabel.BackgroundTransparency = 1.000
  259. TextLabel.BorderSizePixel = 0
  260. TextLabel.Position = UDim2.new(-0.00173611112, 0, -0.00284090918, 0)
  261. TextLabel.Size = UDim2.new(0, 576, 0, 31)
  262. TextLabel.Font = Enum.Font.Cartoon
  263. TextLabel.Text = "VashX SS Hub"
  264. TextLabel.TextColor3 = Color3.fromRGB(85, 255, 127)
  265. TextLabel.TextScaled = true
  266. TextLabel.TextSize = 14.000
  267. TextLabel.TextWrapped = true
  268.  
  269. AgentAgony.Name = "Agent Agony"
  270. AgentAgony.Parent = Page1
  271. AgentAgony.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  272. AgentAgony.BorderSizePixel = 0
  273. AgentAgony.Position = UDim2.new(0.692131698, -200, 0.416247845, -100)
  274. AgentAgony.Size = UDim2.new(0, 82, 0, 17)
  275. AgentAgony.Font = Enum.Font.Cartoon
  276. AgentAgony.Text = "Agent Agony"
  277. AgentAgony.TextColor3 = Color3.fromRGB(85, 255, 127)
  278. AgentAgony.TextScaled = true
  279. AgentAgony.TextSize = 20.000
  280. AgentAgony.TextWrapped = true
  281.  
  282. AntiBan.Name = "Anti Ban"
  283. AntiBan.Parent = Page1
  284. AntiBan.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  285. AntiBan.BorderSizePixel = 0
  286. AntiBan.Position = UDim2.new(0.942242742, -200, 1.13625312, -100)
  287. AntiBan.Size = UDim2.new(0, 98, 0, 15)
  288. AntiBan.Font = Enum.Font.Cartoon
  289. AntiBan.Text = "Anti Ban"
  290. AntiBan.TextColor3 = Color3.fromRGB(85, 255, 127)
  291. AntiBan.TextScaled = true
  292. AntiBan.TextSize = 20.000
  293. AntiBan.TextWrapped = true
  294.  
  295. BigBan.Name = "Big Ban"
  296. BigBan.Parent = Page1
  297. BigBan.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  298. BigBan.BorderSizePixel = 0
  299. BigBan.Position = UDim2.new(0.85799998, -200, 0.779999971, -100)
  300. BigBan.Size = UDim2.new(0, 82, 0, 17)
  301. BigBan.Font = Enum.Font.Cartoon
  302. BigBan.Text = "Big Ban"
  303. BigBan.TextColor3 = Color3.fromRGB(85, 255, 127)
  304. BigBan.TextScaled = true
  305. BigBan.TextSize = 20.000
  306. BigBan.TextWrapped = true
  307.  
  308. BigSmoke.Name = "Big Smoke"
  309. BigSmoke.Parent = Page1
  310. BigSmoke.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  311. BigSmoke.BorderSizePixel = 0
  312. BigSmoke.Position = UDim2.new(0.691999972, -200, 0.779999971, -100)
  313. BigSmoke.Size = UDim2.new(0, 82, 0, 17)
  314. BigSmoke.Font = Enum.Font.Cartoon
  315. BigSmoke.Text = "Big Smoke"
  316. BigSmoke.TextColor3 = Color3.fromRGB(85, 255, 127)
  317. BigSmoke.TextScaled = true
  318. BigSmoke.TextSize = 20.000
  319. BigSmoke.TextWrapped = true
  320.  
  321. BombVest.Name = "Bomb Vest"
  322. BombVest.Parent = Page1
  323. BombVest.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  324. BombVest.BorderSizePixel = 0
  325. BombVest.Position = UDim2.new(0.85799998, -200, 0.479999989, -100)
  326. BombVest.Size = UDim2.new(0, 82, 0, 17)
  327. BombVest.Font = Enum.Font.Cartoon
  328. BombVest.Text = "Bomb Vest"
  329. BombVest.TextColor3 = Color3.fromRGB(85, 255, 127)
  330. BombVest.TextScaled = true
  331. BombVest.TextSize = 20.000
  332. BombVest.TextWrapped = true
  333.  
  334. BrutalOverlord.Name = "Brutal Overlord"
  335. BrutalOverlord.Parent = Page1
  336. BrutalOverlord.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  337. BrutalOverlord.BorderSizePixel = 0
  338. BrutalOverlord.Position = UDim2.new(1.02400005, -200, 0.779999971, -100)
  339. BrutalOverlord.Size = UDim2.new(0, 82, 0, 17)
  340. BrutalOverlord.Font = Enum.Font.Cartoon
  341. BrutalOverlord.Text = "Brutal Overlord"
  342. BrutalOverlord.TextColor3 = Color3.fromRGB(85, 255, 127)
  343. BrutalOverlord.TextScaled = true
  344. BrutalOverlord.TextSize = 20.000
  345. BrutalOverlord.TextWrapped = true
  346.  
  347. Caducus.Name = "Caducus"
  348. Caducus.Parent = Page1
  349. Caducus.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  350. Caducus.BorderSizePixel = 0
  351. Caducus.Position = UDim2.new(1.19000006, -200, 0.779999971, -100)
  352. Caducus.Size = UDim2.new(0, 82, 0, 17)
  353. Caducus.Font = Enum.Font.Cartoon
  354. Caducus.Text = "Caducus"
  355. Caducus.TextColor3 = Color3.fromRGB(85, 255, 127)
  356. Caducus.TextScaled = true
  357. Caducus.TextSize = 20.000
  358. Caducus.TextWrapped = true
  359.  
  360. CarsendiacV2.Name = "CarsendiacV2"
  361. CarsendiacV2.Parent = Page1
  362. CarsendiacV2.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  363. CarsendiacV2.BorderSizePixel = 0
  364. CarsendiacV2.Position = UDim2.new(1.19000006, -200, 0.660000026, -100)
  365. CarsendiacV2.Size = UDim2.new(0, 82, 0, 17)
  366. CarsendiacV2.Font = Enum.Font.Cartoon
  367. CarsendiacV2.Text = "CarsendiacV2"
  368. CarsendiacV2.TextColor3 = Color3.fromRGB(85, 255, 127)
  369. CarsendiacV2.TextScaled = true
  370. CarsendiacV2.TextSize = 20.000
  371. CarsendiacV2.TextWrapped = true
  372.  
  373. Chara.Name = "Chara"
  374. Chara.Parent = Page1
  375. Chara.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  376. Chara.BorderSizePixel = 0
  377. Chara.Position = UDim2.new(0.52613169, -200, 0.416247845, -100)
  378. Chara.Size = UDim2.new(0, 82, 0, 17)
  379. Chara.Font = Enum.Font.Cartoon
  380. Chara.Text = "Chara X"
  381. Chara.TextColor3 = Color3.fromRGB(85, 255, 127)
  382. Chara.TextScaled = true
  383. Chara.TextSize = 20.000
  384. Chara.TextWrapped = true
  385.  
  386. ChatHax.Name = "ChatHax"
  387. ChatHax.Parent = Page1
  388. ChatHax.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  389. ChatHax.BorderSizePixel = 0
  390. ChatHax.Position = UDim2.new(0.360000014, -200, 0.839999974, -100)
  391. ChatHax.Size = UDim2.new(0, 82, 0, 17)
  392. ChatHax.Font = Enum.Font.Cartoon
  393. ChatHax.Text = "ChatHax"
  394. ChatHax.TextColor3 = Color3.fromRGB(85, 255, 127)
  395. ChatHax.TextScaled = true
  396. ChatHax.TextSize = 20.000
  397. ChatHax.TextWrapped = true
  398.  
  399. ControlGui.Name = "Control Gui"
  400. ControlGui.Parent = Page1
  401. ControlGui.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  402. ControlGui.BorderSizePixel = 0
  403. ControlGui.Position = UDim2.new(0.360000014, -200, 0.479999989, -100)
  404. ControlGui.Size = UDim2.new(0, 82, 0, 17)
  405. ControlGui.Font = Enum.Font.Cartoon
  406. ControlGui.Text = "Control Gui"
  407. ControlGui.TextColor3 = Color3.fromRGB(85, 255, 127)
  408. ControlGui.TextScaled = true
  409. ControlGui.TextSize = 20.000
  410. ControlGui.TextWrapped = true
  411.  
  412. DarthVader.Name = "Darth Vader"
  413. DarthVader.Parent = Page1
  414. DarthVader.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  415. DarthVader.BorderSizePixel = 0
  416. DarthVader.Position = UDim2.new(0.526000023, -200, 0.779999971, -100)
  417. DarthVader.Size = UDim2.new(0, 82, 0, 17)
  418. DarthVader.Font = Enum.Font.Cartoon
  419. DarthVader.Text = "Darth Vader"
  420. DarthVader.TextColor3 = Color3.fromRGB(85, 255, 127)
  421. DarthVader.TextScaled = true
  422. DarthVader.TextSize = 20.000
  423. DarthVader.TextWrapped = true
  424.  
  425. Dex.Name = "Dex"
  426. Dex.Parent = Page1
  427. Dex.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  428. Dex.BorderSizePixel = 0
  429. Dex.Position = UDim2.new(1.02400005, -200, 0.899999976, -100)
  430. Dex.Size = UDim2.new(0, 82, 0, 17)
  431. Dex.Font = Enum.Font.Cartoon
  432. Dex.Text = "Dex"
  433. Dex.TextColor3 = Color3.fromRGB(85, 255, 127)
  434. Dex.TextScaled = true
  435. Dex.TextSize = 20.000
  436. Dex.TextWrapped = true
  437.  
  438. ElioBlasio.Name = "Elio Blasio"
  439. ElioBlasio.Parent = Page1
  440. ElioBlasio.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  441. ElioBlasio.BorderSizePixel = 0
  442. ElioBlasio.Position = UDim2.new(1.02400005, -200, 0.660000026, -100)
  443. ElioBlasio.Size = UDim2.new(0, 82, 0, 17)
  444. ElioBlasio.Font = Enum.Font.Cartoon
  445. ElioBlasio.Text = "Elio Blasio"
  446. ElioBlasio.TextColor3 = Color3.fromRGB(85, 255, 127)
  447. ElioBlasio.TextScaled = true
  448. ElioBlasio.TextSize = 20.000
  449. ElioBlasio.TextWrapped = true
  450.  
  451. EthernalGlitcher.Name = "Ethernal Glitcher"
  452. EthernalGlitcher.Parent = Page1
  453. EthernalGlitcher.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  454. EthernalGlitcher.BorderSizePixel = 0
  455. EthernalGlitcher.Position = UDim2.new(1.19000006, -200, 0.839999974, -100)
  456. EthernalGlitcher.Size = UDim2.new(0, 82, 0, 17)
  457. EthernalGlitcher.Font = Enum.Font.Cartoon
  458. EthernalGlitcher.Text = "Eth. Glitcher"
  459. EthernalGlitcher.TextColor3 = Color3.fromRGB(85, 255, 127)
  460. EthernalGlitcher.TextScaled = true
  461. EthernalGlitcher.TextSize = 20.000
  462. EthernalGlitcher.TextWrapped = true
  463.  
  464. Exit.Name = "Exit"
  465. Exit.Parent = Page1
  466. Exit.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  467. Exit.BackgroundTransparency = 1.000
  468. Exit.BorderSizePixel = 0
  469. Exit.Position = UDim2.new(1.04353821, -56, -1.14544308, 400)
  470. Exit.Size = UDim2.new(0, 23, 0, 22)
  471. Exit.Font = Enum.Font.Cartoon
  472. Exit.Text = "X"
  473. Exit.TextColor3 = Color3.fromRGB(85, 255, 127)
  474. Exit.TextScaled = true
  475. Exit.TextSize = 20.000
  476. Exit.TextWrapped = true
  477.  
  478. F3XTools.Name = "F3X Tools"
  479. F3XTools.Parent = Page1
  480. F3XTools.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  481. F3XTools.BorderSizePixel = 0
  482. F3XTools.Position = UDim2.new(0.360000014, -200, 0.899999976, -100)
  483. F3XTools.Size = UDim2.new(0, 82, 0, 17)
  484. F3XTools.Font = Enum.Font.Cartoon
  485. F3XTools.Text = "F3X Tools"
  486. F3XTools.TextColor3 = Color3.fromRGB(85, 255, 127)
  487. F3XTools.TextScaled = true
  488. F3XTools.TextSize = 20.000
  489. F3XTools.TextWrapped = true
  490.  
  491. FallenAnger.Name = "Fallen Anger"
  492. FallenAnger.Parent = Page1
  493. FallenAnger.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  494. FallenAnger.BorderSizePixel = 0
  495. FallenAnger.Position = UDim2.new(0.691999972, -200, 0.660000026, -100)
  496. FallenAnger.Size = UDim2.new(0, 82, 0, 17)
  497. FallenAnger.Font = Enum.Font.Cartoon
  498. FallenAnger.Text = "Fallen Anger"
  499. FallenAnger.TextColor3 = Color3.fromRGB(85, 255, 127)
  500. FallenAnger.TextScaled = true
  501. FallenAnger.TextSize = 20.000
  502. FallenAnger.TextWrapped = true
  503.  
  504. GodSlayer.Name = "God Slayer"
  505. GodSlayer.Parent = Page1
  506. GodSlayer.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  507. GodSlayer.BorderSizePixel = 0
  508. GodSlayer.Position = UDim2.new(1.02400005, -200, 0.720000029, -100)
  509. GodSlayer.Size = UDim2.new(0, 82, 0, 17)
  510. GodSlayer.Font = Enum.Font.Cartoon
  511. GodSlayer.Text = "God Slayer"
  512. GodSlayer.TextColor3 = Color3.fromRGB(85, 255, 127)
  513. GodSlayer.TextScaled = true
  514. GodSlayer.TextSize = 20.000
  515. GodSlayer.TextWrapped = true
  516.  
  517. GoodCopBadCop.Name = "GoodCopBadCop"
  518. GoodCopBadCop.Parent = Page1
  519. GoodCopBadCop.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  520. GoodCopBadCop.BorderSizePixel = 0
  521. GoodCopBadCop.Position = UDim2.new(1.02400005, -200, 0.479999989, -100)
  522. GoodCopBadCop.Size = UDim2.new(0, 82, 0, 17)
  523. GoodCopBadCop.Font = Enum.Font.Cartoon
  524. GoodCopBadCop.Text = "Cop"
  525. GoodCopBadCop.TextColor3 = Color3.fromRGB(85, 255, 127)
  526. GoodCopBadCop.TextScaled = true
  527. GoodCopBadCop.TextSize = 20.000
  528. GoodCopBadCop.TextWrapped = true
  529.  
  530. GrabGun.Name = "Grab Gun"
  531. GrabGun.Parent = Page1
  532. GrabGun.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  533. GrabGun.BorderSizePixel = 0
  534. GrabGun.Position = UDim2.new(1.02400005, -200, 0.600000024, -100)
  535. GrabGun.Size = UDim2.new(0, 82, 0, 17)
  536. GrabGun.Font = Enum.Font.Cartoon
  537. GrabGun.Text = "Grab Gun"
  538. GrabGun.TextColor3 = Color3.fromRGB(85, 255, 127)
  539. GrabGun.TextScaled = true
  540. GrabGun.TextSize = 20.000
  541. GrabGun.TextWrapped = true
  542.  
  543. GrabKnifeV3.Name = "Grab Knife V3"
  544. GrabKnifeV3.Parent = Page1
  545. GrabKnifeV3.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  546. GrabKnifeV3.BorderSizePixel = 0
  547. GrabKnifeV3.Position = UDim2.new(0.691999972, -200, 0.600000024, -100)
  548. GrabKnifeV3.Size = UDim2.new(0, 82, 0, 17)
  549. GrabKnifeV3.Font = Enum.Font.Cartoon
  550. GrabKnifeV3.Text = "Grab Knife V3"
  551. GrabKnifeV3.TextColor3 = Color3.fromRGB(85, 255, 127)
  552. GrabKnifeV3.TextScaled = true
  553. GrabKnifeV3.TextSize = 20.000
  554. GrabKnifeV3.TextWrapped = true
  555.  
  556. GrabKnifeV4.Name = "Grab Knife V4"
  557. GrabKnifeV4.Parent = Page1
  558. GrabKnifeV4.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  559. GrabKnifeV4.BorderSizePixel = 0
  560. GrabKnifeV4.Position = UDim2.new(0.526000023, -200, 0.600000024, -100)
  561. GrabKnifeV4.Size = UDim2.new(0, 82, 0, 17)
  562. GrabKnifeV4.Font = Enum.Font.Cartoon
  563. GrabKnifeV4.Text = "Grab Knife V4"
  564. GrabKnifeV4.TextColor3 = Color3.fromRGB(85, 255, 127)
  565. GrabKnifeV4.TextScaled = true
  566. GrabKnifeV4.TextSize = 20.000
  567. GrabKnifeV4.TextWrapped = true
  568.  
  569. GrabKnifeV41.Name = "Grab Knife V4.1"
  570. GrabKnifeV41.Parent = Page1
  571. GrabKnifeV41.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  572. GrabKnifeV41.BorderSizePixel = 0
  573. GrabKnifeV41.Position = UDim2.new(0.85799998, -200, 0.600000024, -100)
  574. GrabKnifeV41.Size = UDim2.new(0, 82, 0, 17)
  575. GrabKnifeV41.Font = Enum.Font.Cartoon
  576. GrabKnifeV41.Text = "Grab Knife V4.1"
  577. GrabKnifeV41.TextColor3 = Color3.fromRGB(85, 255, 127)
  578. GrabKnifeV41.TextScaled = true
  579. GrabKnifeV41.TextSize = 20.000
  580. GrabKnifeV41.TextWrapped = true
  581.  
  582. IY.Name = "IY"
  583. IY.Parent = Page1
  584. IY.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  585. IY.BorderSizePixel = 0
  586. IY.Position = UDim2.new(0.360000014, -200, 0.779999971, -100)
  587. IY.Size = UDim2.new(0, 82, 0, 17)
  588. IY.Font = Enum.Font.Cartoon
  589. IY.Text = "IY"
  590. IY.TextColor3 = Color3.fromRGB(85, 255, 127)
  591. IY.TextScaled = true
  592. IY.TextSize = 20.000
  593. IY.TextWrapped = true
  594.  
  595. JumpInTheCaac.Name = "Jump In The Caac"
  596. JumpInTheCaac.Parent = Page1
  597. JumpInTheCaac.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  598. JumpInTheCaac.BorderSizePixel = 0
  599. JumpInTheCaac.Position = UDim2.new(0.526000023, -200, 0.479999989, -100)
  600. JumpInTheCaac.Size = UDim2.new(0, 82, 0, 17)
  601. JumpInTheCaac.Font = Enum.Font.Cartoon
  602. JumpInTheCaac.Text = "Caac"
  603. JumpInTheCaac.TextColor3 = Color3.fromRGB(85, 255, 127)
  604. JumpInTheCaac.TextScaled = true
  605. JumpInTheCaac.TextSize = 20.000
  606. JumpInTheCaac.TextWrapped = true
  607.  
  608. KIillBot.Name = "KIillBot"
  609. KIillBot.Parent = Page1
  610. KIillBot.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  611. KIillBot.BorderSizePixel = 0
  612. KIillBot.Position = UDim2.new(1.19000006, -200, 0.899711788, -100)
  613. KIillBot.Size = UDim2.new(0, 82, 0, 17)
  614. KIillBot.Font = Enum.Font.Cartoon
  615. KIillBot.Text = "KillBot"
  616. KIillBot.TextColor3 = Color3.fromRGB(85, 255, 127)
  617. KIillBot.TextScaled = true
  618. KIillBot.TextSize = 20.000
  619. KIillBot.TextWrapped = true
  620.  
  621. KrystalDanceV2.Name = "KrystalDanceV2"
  622. KrystalDanceV2.Parent = Page1
  623. KrystalDanceV2.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  624. KrystalDanceV2.BorderSizePixel = 0
  625. KrystalDanceV2.Position = UDim2.new(0.85799998, -200, 0.720000029, -100)
  626. KrystalDanceV2.Size = UDim2.new(0, 82, 0, 17)
  627. KrystalDanceV2.Font = Enum.Font.Cartoon
  628. KrystalDanceV2.Text = "KrystalDanceV2"
  629. KrystalDanceV2.TextColor3 = Color3.fromRGB(85, 255, 127)
  630. KrystalDanceV2.TextScaled = true
  631. KrystalDanceV2.TextSize = 20.000
  632. KrystalDanceV2.TextWrapped = true
  633.  
  634. LostHope.Name = "Lost Hope"
  635. LostHope.Parent = Page1
  636. LostHope.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  637. LostHope.BorderSizePixel = 0
  638. LostHope.Position = UDim2.new(1.19000006, -200, 0.479999989, -100)
  639. LostHope.Size = UDim2.new(0, 82, 0, 17)
  640. LostHope.Font = Enum.Font.Cartoon
  641. LostHope.Text = "Lost Hope"
  642. LostHope.TextColor3 = Color3.fromRGB(85, 255, 127)
  643. LostHope.TextScaled = true
  644. LostHope.TextSize = 20.000
  645. LostHope.TextWrapped = true
  646.  
  647. MML.Name = "MML"
  648. MML.Parent = Page1
  649. MML.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  650. MML.BorderSizePixel = 0
  651. MML.Position = UDim2.new(0.360000014, -200, 0.720000029, -100)
  652. MML.Size = UDim2.new(0, 82, 0, 17)
  653. MML.Font = Enum.Font.Cartoon
  654. MML.Text = "MML"
  655. MML.TextColor3 = Color3.fromRGB(85, 255, 127)
  656. MML.TextScaled = true
  657. MML.TextSize = 20.000
  658. MML.TextWrapped = true
  659.  
  660. Maddox.Name = "Maddox"
  661. Maddox.Parent = Page1
  662. Maddox.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  663. Maddox.BorderSizePixel = 0
  664. Maddox.Position = UDim2.new(1.19000006, -200, 0.540000021, -100)
  665. Maddox.Size = UDim2.new(0, 82, 0, 17)
  666. Maddox.Font = Enum.Font.Cartoon
  667. Maddox.Text = "Maddox"
  668. Maddox.TextColor3 = Color3.fromRGB(85, 255, 127)
  669. Maddox.TextScaled = true
  670. Maddox.TextSize = 20.000
  671. Maddox.TextWrapped = true
  672.  
  673. MemeusV25.Name = "Memeus V2.5"
  674. MemeusV25.Parent = Page1
  675. MemeusV25.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  676. MemeusV25.BorderSizePixel = 0
  677. MemeusV25.Position = UDim2.new(1.19000006, -200, 0.720000029, -100)
  678. MemeusV25.Size = UDim2.new(0, 82, 0, 17)
  679. MemeusV25.Font = Enum.Font.Cartoon
  680. MemeusV25.Text = "Memeus V2.5"
  681. MemeusV25.TextColor3 = Color3.fromRGB(85, 255, 127)
  682. MemeusV25.TextScaled = true
  683. MemeusV25.TextSize = 20.000
  684. MemeusV25.TextWrapped = true
  685.  
  686. MrByeBye.Name = "Mr. ByeBye"
  687. MrByeBye.Parent = Page1
  688. MrByeBye.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  689. MrByeBye.BorderSizePixel = 0
  690. MrByeBye.Position = UDim2.new(1.02400005, -200, 0.540000021, -100)
  691. MrByeBye.Size = UDim2.new(0, 82, 0, 17)
  692. MrByeBye.Font = Enum.Font.Cartoon
  693. MrByeBye.Text = "Mr. ByeBye"
  694. MrByeBye.TextColor3 = Color3.fromRGB(85, 255, 127)
  695. MrByeBye.TextScaled = true
  696. MrByeBye.TextSize = 20.000
  697. MrByeBye.TextWrapped = true
  698.  
  699. MrByeByeV3.Name = "Mr. ByeByeV3"
  700. MrByeByeV3.Parent = Page1
  701. MrByeByeV3.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  702. MrByeByeV3.BorderSizePixel = 0
  703. MrByeByeV3.Position = UDim2.new(1.02400005, -200, 0.839999974, -100)
  704. MrByeByeV3.Size = UDim2.new(0, 82, 0, 17)
  705. MrByeByeV3.Font = Enum.Font.Cartoon
  706. MrByeByeV3.Text = "Mr. ByeByeV3"
  707. MrByeByeV3.TextColor3 = Color3.fromRGB(85, 255, 127)
  708. MrByeByeV3.TextScaled = true
  709. MrByeByeV3.TextSize = 20.000
  710. MrByeByeV3.TextWrapped = true
  711.  
  712. MrPixels.Name = "Mr.Pixels"
  713. MrPixels.Parent = Page1
  714. MrPixels.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  715. MrPixels.BorderSizePixel = 0
  716. MrPixels.Position = UDim2.new(0.858131707, -200, 0.416247845, -100)
  717. MrPixels.Size = UDim2.new(0, 82, 0, 17)
  718. MrPixels.Font = Enum.Font.Cartoon
  719. MrPixels.Text = "Mr. Pixels"
  720. MrPixels.TextColor3 = Color3.fromRGB(85, 255, 127)
  721. MrPixels.TextScaled = true
  722. MrPixels.TextSize = 20.000
  723. MrPixels.TextWrapped = true
  724.  
  725. NeptunianV.Name = "NeptunianV"
  726. NeptunianV.Parent = Page1
  727. NeptunianV.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  728. NeptunianV.BorderSizePixel = 0
  729. NeptunianV.Position = UDim2.new(0.691999972, -200, 0.479999989, -100)
  730. NeptunianV.Size = UDim2.new(0, 82, 0, 17)
  731. NeptunianV.Font = Enum.Font.Cartoon
  732. NeptunianV.Text = "NeptunianV"
  733. NeptunianV.TextColor3 = Color3.fromRGB(85, 255, 127)
  734. NeptunianV.TextScaled = true
  735. NeptunianV.TextSize = 20.000
  736. NeptunianV.TextWrapped = true
  737.  
  738. NoobBatV2.Name = "NoobBatV2"
  739. NoobBatV2.Parent = Page1
  740. NoobBatV2.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  741. NoobBatV2.BorderSizePixel = 0
  742. NoobBatV2.Position = UDim2.new(0.691999972, -200, 0.540000021, -100)
  743. NoobBatV2.Size = UDim2.new(0, 82, 0, 17)
  744. NoobBatV2.Font = Enum.Font.Cartoon
  745. NoobBatV2.Text = "NoobBatV2"
  746. NoobBatV2.TextColor3 = Color3.fromRGB(85, 255, 127)
  747. NoobBatV2.TextScaled = true
  748. NoobBatV2.TextSize = 20.000
  749. NoobBatV2.TextWrapped = true
  750.  
  751. OmniGod.Name = "Omni God"
  752. OmniGod.Parent = Page1
  753. OmniGod.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  754. OmniGod.BorderSizePixel = 0
  755. OmniGod.Position = UDim2.new(0.85799998, -200, 0.839999974, -100)
  756. OmniGod.Size = UDim2.new(0, 82, 0, 17)
  757. OmniGod.Font = Enum.Font.Cartoon
  758. OmniGod.Text = "Omni God"
  759. OmniGod.TextColor3 = Color3.fromRGB(85, 255, 127)
  760. OmniGod.TextScaled = true
  761. OmniGod.TextSize = 20.000
  762. OmniGod.TextWrapped = true
  763.  
  764. Paraoph.Name = "Paraoph"
  765. Paraoph.Parent = Page1
  766. Paraoph.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  767. Paraoph.BorderSizePixel = 0
  768. Paraoph.Position = UDim2.new(0.526000023, -200, 0.660000026, -100)
  769. Paraoph.Size = UDim2.new(0, 82, 0, 17)
  770. Paraoph.Font = Enum.Font.Cartoon
  771. Paraoph.Text = "Paraoph"
  772. Paraoph.TextColor3 = Color3.fromRGB(85, 255, 127)
  773. Paraoph.TextScaled = true
  774. Paraoph.TextSize = 20.000
  775. Paraoph.TextWrapped = true
  776.  
  777. Prism.Name = "Prism"
  778. Prism.Parent = Page1
  779. Prism.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  780. Prism.BorderSizePixel = 0
  781. Prism.Position = UDim2.new(1.19053113, -200, 0.416066319, -100)
  782. Prism.Size = UDim2.new(0, 82, 0, 17)
  783. Prism.Font = Enum.Font.Cartoon
  784. Prism.Text = "Prism"
  785. Prism.TextColor3 = Color3.fromRGB(85, 255, 127)
  786. Prism.TextScaled = true
  787. Prism.TextSize = 20.000
  788. Prism.TextWrapped = true
  789.  
  790. PurpleGod.Name = "Purple God"
  791. PurpleGod.Parent = Page1
  792. PurpleGod.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  793. PurpleGod.BorderSizePixel = 0
  794. PurpleGod.Position = UDim2.new(0.857622206, -200, 0.899711788, -100)
  795. PurpleGod.Size = UDim2.new(0, 82, 0, 17)
  796. PurpleGod.Font = Enum.Font.Cartoon
  797. PurpleGod.Text = "Purple God"
  798. PurpleGod.TextColor3 = Color3.fromRGB(85, 255, 127)
  799. PurpleGod.TextScaled = true
  800. PurpleGod.TextSize = 20.000
  801. PurpleGod.TextWrapped = true
  802.  
  803. Quantom.Name = "Quantom"
  804. Quantom.Parent = Page1
  805. Quantom.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  806. Quantom.BorderSizePixel = 0
  807. Quantom.Position = UDim2.new(0.360000014, -200, 0.600000024, -100)
  808. Quantom.Size = UDim2.new(0, 82, 0, 17)
  809. Quantom.Font = Enum.Font.Cartoon
  810. Quantom.Text = "Quantom"
  811. Quantom.TextColor3 = Color3.fromRGB(85, 255, 127)
  812. Quantom.TextScaled = true
  813. Quantom.TextSize = 20.000
  814. Quantom.TextWrapped = true
  815.  
  816. R6.Name = "R6"
  817. R6.Parent = Page1
  818. R6.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  819. R6.BorderSizePixel = 0
  820. R6.Position = UDim2.new(0.567107379, -200, 1.13625312, -100)
  821. R6.Size = UDim2.new(0, 105, 0, 15)
  822. R6.Font = Enum.Font.Cartoon
  823. R6.Text = "R6"
  824. R6.TextColor3 = Color3.fromRGB(85, 255, 127)
  825. R6.TextScaled = true
  826. R6.TextSize = 20.000
  827. R6.TextWrapped = true
  828.  
  829. RainbowHellV2.Name = "RainbowHellV2"
  830. RainbowHellV2.Parent = Page1
  831. RainbowHellV2.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  832. RainbowHellV2.BorderSizePixel = 0
  833. RainbowHellV2.Position = UDim2.new(0.526000023, -200, 0.720000029, -100)
  834. RainbowHellV2.Size = UDim2.new(0, 82, 0, 17)
  835. RainbowHellV2.Font = Enum.Font.Cartoon
  836. RainbowHellV2.Text = "RainbowHellV2"
  837. RainbowHellV2.TextColor3 = Color3.fromRGB(85, 255, 127)
  838. RainbowHellV2.TextScaled = true
  839. RainbowHellV2.TextSize = 20.000
  840. RainbowHellV2.TextWrapped = true
  841.  
  842. RealityGlitcher.Name = "Reality Glitcher"
  843. RealityGlitcher.Parent = Page1
  844. RealityGlitcher.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  845. RealityGlitcher.BorderSizePixel = 0
  846. RealityGlitcher.Position = UDim2.new(0.691999972, -200, 0.720000029, -100)
  847. RealityGlitcher.Size = UDim2.new(0, 82, 0, 17)
  848. RealityGlitcher.Font = Enum.Font.Cartoon
  849. RealityGlitcher.Text = "Reality Glitcher"
  850. RealityGlitcher.TextColor3 = Color3.fromRGB(85, 255, 127)
  851. RealityGlitcher.TextScaled = true
  852. RealityGlitcher.TextSize = 20.000
  853. RealityGlitcher.TextWrapped = true
  854.  
  855. Reanimated.Name = "Reanimated"
  856. Reanimated.Parent = Page1
  857. Reanimated.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  858. Reanimated.BorderSizePixel = 0
  859. Reanimated.Position = UDim2.new(0.360000014, -200, 0.660000026, -100)
  860. Reanimated.Size = UDim2.new(0, 82, 0, 17)
  861. Reanimated.Font = Enum.Font.Cartoon
  862. Reanimated.Text = "Reanimated"
  863. Reanimated.TextColor3 = Color3.fromRGB(85, 255, 127)
  864. Reanimated.TextScaled = true
  865. Reanimated.TextSize = 20.000
  866. Reanimated.TextWrapped = true
  867.  
  868. Reaper.Name = "Reaper"
  869. Reaper.Parent = Page1
  870. Reaper.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  871. Reaper.BorderSizePixel = 0
  872. Reaper.Position = UDim2.new(0.85799998, -200, 0.660000026, -100)
  873. Reaper.Size = UDim2.new(0, 82, 0, 17)
  874. Reaper.Font = Enum.Font.Cartoon
  875. Reaper.Text = "Reaper"
  876. Reaper.TextColor3 = Color3.fromRGB(85, 255, 127)
  877. Reaper.TextScaled = true
  878. Reaper.TextSize = 20.000
  879. Reaper.TextWrapped = true
  880.  
  881. RedBanisher.Name = "Red Banisher"
  882. RedBanisher.Parent = Page1
  883. RedBanisher.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  884. RedBanisher.BorderSizePixel = 0
  885. RedBanisher.Position = UDim2.new(0.526000023, -200, 0.540000021, -100)
  886. RedBanisher.Size = UDim2.new(0, 82, 0, 17)
  887. RedBanisher.Font = Enum.Font.Cartoon
  888. RedBanisher.Text = "Red Banisher"
  889. RedBanisher.TextColor3 = Color3.fromRGB(85, 255, 127)
  890. RedBanisher.TextScaled = true
  891. RedBanisher.TextSize = 20.000
  892. RedBanisher.TextWrapped = true
  893.  
  894. Respawn.Name = "Respawn"
  895. Respawn.Parent = Page1
  896. Respawn.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  897. Respawn.BorderSizePixel = 0
  898. Respawn.Position = UDim2.new(0.76026696, -200, 1.13625312, -100)
  899. Respawn.Size = UDim2.new(0, 99, 0, 15)
  900. Respawn.Font = Enum.Font.Cartoon
  901. Respawn.Text = "Respawn"
  902. Respawn.TextColor3 = Color3.fromRGB(85, 255, 127)
  903. Respawn.TextScaled = true
  904. Respawn.TextSize = 20.000
  905. Respawn.TextWrapped = true
  906.  
  907. RuinEx.Name = "RuinEx"
  908. RuinEx.Parent = Page1
  909. RuinEx.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  910. RuinEx.BorderSizePixel = 0
  911. RuinEx.Position = UDim2.new(1.02386451, -200, 0.416066289, -100)
  912. RuinEx.Size = UDim2.new(0, 82, 0, 17)
  913. RuinEx.Font = Enum.Font.Cartoon
  914. RuinEx.Text = "RuinEx"
  915. RuinEx.TextColor3 = Color3.fromRGB(85, 255, 127)
  916. RuinEx.TextScaled = true
  917. RuinEx.TextSize = 20.000
  918. RuinEx.TextWrapped = true
  919.  
  920. SSAdmin.Name = "SS Admin"
  921. SSAdmin.Parent = Page1
  922. SSAdmin.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  923. SSAdmin.BorderSizePixel = 0
  924. SSAdmin.Position = UDim2.new(0.360131711, -200, 0.416247845, -100)
  925. SSAdmin.Size = UDim2.new(0, 82, 0, 17)
  926. SSAdmin.Font = Enum.Font.Cartoon
  927. SSAdmin.Text = "SS Admin"
  928. SSAdmin.TextColor3 = Color3.fromRGB(85, 255, 127)
  929. SSAdmin.TextScaled = true
  930. SSAdmin.TextSize = 20.000
  931. SSAdmin.TextWrapped = true
  932.  
  933. SheriffDeath.Name = "Sheriff Death"
  934. SheriffDeath.Parent = Page1
  935. SheriffDeath.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  936. SheriffDeath.BorderSizePixel = 0
  937. SheriffDeath.Position = UDim2.new(0.691999972, -200, 0.899999976, -100)
  938. SheriffDeath.Size = UDim2.new(0, 82, 0, 17)
  939. SheriffDeath.Font = Enum.Font.Cartoon
  940. SheriffDeath.Text = "Sheriff Death"
  941. SheriffDeath.TextColor3 = Color3.fromRGB(85, 255, 127)
  942. SheriffDeath.TextScaled = true
  943. SheriffDeath.TextSize = 20.000
  944. SheriffDeath.TextWrapped = true
  945.  
  946. SnoopDog.Name = "Snoop Dog"
  947. SnoopDog.Parent = Page1
  948. SnoopDog.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  949. SnoopDog.BorderSizePixel = 0
  950. SnoopDog.Position = UDim2.new(0.526000023, -200, 0.839999974, -100)
  951. SnoopDog.Size = UDim2.new(0, 82, 0, 17)
  952. SnoopDog.Font = Enum.Font.Cartoon
  953. SnoopDog.Text = "Smoke"
  954. SnoopDog.TextColor3 = Color3.fromRGB(85, 255, 127)
  955. SnoopDog.TextScaled = true
  956. SnoopDog.TextSize = 20.000
  957. SnoopDog.TextWrapped = true
  958.  
  959. SpectrumGlitcher.Name = "Spectrum Glitcher"
  960. SpectrumGlitcher.Parent = Page1
  961. SpectrumGlitcher.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  962. SpectrumGlitcher.BorderSizePixel = 0
  963. SpectrumGlitcher.Position = UDim2.new(1.18971527, -200, 0.599938095, -100)
  964. SpectrumGlitcher.Size = UDim2.new(0, 82, 0, 17)
  965. SpectrumGlitcher.Font = Enum.Font.Cartoon
  966. SpectrumGlitcher.Text = "Spec. Glitcher"
  967. SpectrumGlitcher.TextColor3 = Color3.fromRGB(85, 255, 127)
  968. SpectrumGlitcher.TextScaled = true
  969. SpectrumGlitcher.TextSize = 20.000
  970. SpectrumGlitcher.TextWrapped = true
  971.  
  972. TrapGun.Name = "Trap Gun"
  973. TrapGun.Parent = Page1
  974. TrapGun.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  975. TrapGun.BorderSizePixel = 0
  976. TrapGun.Position = UDim2.new(0.85799998, -200, 0.540000021, -100)
  977. TrapGun.Size = UDim2.new(0, 82, 0, 17)
  978. TrapGun.Font = Enum.Font.Cartoon
  979. TrapGun.Text = "Trap Gun"
  980. TrapGun.TextColor3 = Color3.fromRGB(85, 255, 127)
  981. TrapGun.TextScaled = true
  982. TrapGun.TextSize = 20.000
  983. TrapGun.TextWrapped = true
  984.  
  985. Utg.Name = "Utg"
  986. Utg.Parent = Page1
  987. Utg.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  988. Utg.BorderSizePixel = 0
  989. Utg.Position = UDim2.new(0.360000014, -200, 0.540000021, -100)
  990. Utg.Size = UDim2.new(0, 82, 0, 17)
  991. Utg.Font = Enum.Font.Cartoon
  992. Utg.Text = "UTG"
  993. Utg.TextColor3 = Color3.fromRGB(85, 255, 127)
  994. Utg.TextScaled = true
  995. Utg.TextSize = 20.000
  996. Utg.TextWrapped = true
  997.  
  998. WorldEater.Name = "World Eater"
  999. WorldEater.Parent = Page1
  1000. WorldEater.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  1001. WorldEater.BorderSizePixel = 0
  1002. WorldEater.Position = UDim2.new(0.691999972, -200, 0.839999974, -100)
  1003. WorldEater.Size = UDim2.new(0, 82, 0, 17)
  1004. WorldEater.Font = Enum.Font.Cartoon
  1005. WorldEater.Text = "World Eater"
  1006. WorldEater.TextColor3 = Color3.fromRGB(85, 255, 127)
  1007. WorldEater.TextScaled = true
  1008. WorldEater.TextSize = 20.000
  1009. WorldEater.TextWrapped = true
  1010.  
  1011. Xester.Name = "Xester"
  1012. Xester.Parent = Page1
  1013. Xester.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  1014. Xester.BorderSizePixel = 0
  1015. Xester.Position = UDim2.new(0.526000023, -200, 0.899999976, -100)
  1016. Xester.Size = UDim2.new(0, 82, 0, 17)
  1017. Xester.Font = Enum.Font.Cartoon
  1018. Xester.Text = "Xester"
  1019. Xester.TextColor3 = Color3.fromRGB(85, 255, 127)
  1020. Xester.TextScaled = true
  1021. Xester.TextSize = 20.000
  1022. Xester.TextWrapped = true
  1023.  
  1024. TextBox.Parent = MainFrame
  1025. TextBox.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  1026. TextBox.BorderSizePixel = 0
  1027. TextBox.Position = UDim2.new(0.422010362, -212, 1.02028835, -37)
  1028. TextBox.Size = UDim2.new(0, 514, 0, 23)
  1029. TextBox.Font = Enum.Font.Cartoon
  1030. TextBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  1031. TextBox.Text = ""
  1032. TextBox.TextColor3 = Color3.fromRGB(85, 255, 127)
  1033. TextBox.TextSize = 20.000
  1034. TextBox.TextWrapped = true
  1035.  
  1036. Loader.Name = "Loader"
  1037. Loader.Parent = UltraSSGui
  1038. Loader.Active = true
  1039. Loader.AnchorPoint = Vector2.new(0.5, 0.5)
  1040. Loader.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1041. Loader.BackgroundTransparency = 1.000
  1042. Loader.ClipsDescendants = true
  1043. Loader.Position = UDim2.new(0.478185117, 0, 0.48241207, 0)
  1044. Loader.Size = UDim2.new(0, 574, 0, 124)
  1045. Loader.ZIndex = 0
  1046. Loader.Image = "rbxassetid://585867512"
  1047. Loader.ImageColor3 = Color3.fromRGB(44, 44, 44)
  1048. Loader.ScaleType = Enum.ScaleType.Tile
  1049. Loader.SliceCenter = Rect.new(4, 4, 252, 252)
  1050. Loader.TileSize = UDim2.new(0, 100, 0, 100)
  1051.  
  1052. LoadingBar.Name = "LoadingBar"
  1053. LoadingBar.Parent = Loader
  1054. LoadingBar.Active = true
  1055. LoadingBar.AnchorPoint = Vector2.new(0.5, 0.579999983)
  1056. LoadingBar.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1057. LoadingBar.BackgroundTransparency = 1.000
  1058. LoadingBar.Position = UDim2.new(0.5, 0, 0.579999983, 0)
  1059. LoadingBar.Size = UDim2.new(1, -30, 0, 20)
  1060. LoadingBar.ZIndex = 3
  1061. LoadingBar.Image = "rbxassetid://2790389767"
  1062. LoadingBar.ImageColor3 = Color3.fromRGB(50, 50, 50)
  1063. LoadingBar.ScaleType = Enum.ScaleType.Slice
  1064. LoadingBar.SliceCenter = Rect.new(8, 8, 248, 248)
  1065.  
  1066. Bar.Name = "Bar"
  1067. Bar.Parent = LoadingBar
  1068. Bar.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  1069. Bar.BackgroundTransparency = 1.000
  1070. Bar.BorderSizePixel = 0
  1071. Bar.Size = UDim2.new(0, 0, 1, 0)
  1072. Bar.ZIndex = 4
  1073. Bar.Image = "rbxassetid://2790389767"
  1074. Bar.ImageColor3 = Color3.fromRGB(0, 255, 0)
  1075. Bar.ScaleType = Enum.ScaleType.Slice
  1076. Bar.SliceCenter = Rect.new(8, 8, 248, 248)
  1077.  
  1078. TopBar.Name = "TopBar"
  1079. TopBar.Parent = Loader
  1080. TopBar.Active = true
  1081. TopBar.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1082. TopBar.BorderSizePixel = 0
  1083. TopBar.Size = UDim2.new(1, 0, 0, 20)
  1084. TopBar.ZIndex = 2
  1085.  
  1086. Label.Name = "Label"
  1087. Label.Parent = TopBar
  1088. Label.Active = true
  1089. Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1090. Label.BackgroundTransparency = 1.000
  1091. Label.Size = UDim2.new(1, 0, 1, 0)
  1092. Label.ZIndex = 2
  1093. Label.Font = Enum.Font.Cartoon
  1094. Label.Text = "VashX SS Gui Loading..."
  1095. Label.TextColor3 = Color3.fromRGB(85, 255, 127)
  1096. Label.TextScaled = true
  1097. Label.TextSize = 14.000
  1098. Label.TextWrapped = true
  1099.  
  1100. Status.Name = "Status"
  1101. Status.Parent = Loader
  1102. Status.Active = true
  1103. Status.AnchorPoint = Vector2.new(0.5, 0.319999993)
  1104. Status.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1105. Status.BackgroundTransparency = 1.000
  1106. Status.Position = UDim2.new(0.5, 0, 0.319999993, 0)
  1107. Status.Size = UDim2.new(1, 0, 0, 20)
  1108. Status.ZIndex = 2
  1109. Status.Font = Enum.Font.Cartoon
  1110. Status.Text = "Checking Whitelist..."
  1111. Status.TextColor3 = Color3.fromRGB(85, 255, 127)
  1112. Status.TextScaled = true
  1113. Status.TextSize = 14.000
  1114. Status.TextWrapped = true
  1115.  
  1116. Background_2.Name = "Background"
  1117. Background_2.Parent = Loader
  1118. Background_2.Active = true
  1119. Background_2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1120. Background_2.BackgroundTransparency = 1.000
  1121. Background_2.Size = UDim2.new(2, 0, 2, 0)
  1122. Background_2.Image = "rbxassetid://585867512"
  1123. Background_2.ImageColor3 = Color3.fromRGB(44, 44, 44)
  1124. Background_2.ScaleType = Enum.ScaleType.Tile
  1125. Background_2.SliceCenter = Rect.new(4, 4, 252, 252)
  1126. Background_2.TileSize = UDim2.new(0, 100, 0, 100)
  1127.  
  1128. -- Scripts:
  1129.  
  1130. local function HLPF_fake_script() -- UltraSSGui.Whitelister
  1131. local script = Instance.new('Script', UltraSSGui)
  1132.  
  1133. permission = {"Sprite2033"}
  1134.  
  1135. function checkOkToLetIn(name)
  1136. for i = 1,#permission do
  1137. if (string.upper(name) == string.upper(permission[i])) then return true end
  1138. end
  1139. return false
  1140. end
  1141.  
  1142. if (checkOkToLetIn(script.Parent.Parent.Parent.Name)) then
  1143. else script.Parent:remove()
  1144. end
  1145. end
  1146. coroutine.wrap(HLPF_fake_script)()
  1147. local function UXAE_fake_script() -- UltraSSGui.RemoteHandle
  1148. local script = Instance.new('Script', UltraSSGui)
  1149.  
  1150. script.Parent.Remote.OnServerEvent:Connect(function(wow,yes)
  1151. loadstring=require(script.Loadstring)
  1152. loadstring(yes)()
  1153. end)
  1154. end
  1155. coroutine.wrap(UXAE_fake_script)()
  1156. local function IOKM_fake_script() -- Main.Handle
  1157. local script = Instance.new('LocalScript', Main)
  1158.  
  1159. local Hiding = false
  1160. script.Parent.Draggable = true
  1161. script.Parent.Close.MouseButton1Down:Connect(function()
  1162. script.Parent:TweenPosition(UDim2.new(-2, 0, 0.49, 0),"Out","Quad",1,true)
  1163. wait(1)
  1164. script.Parent:Destroy()
  1165. end)
  1166. script.Parent.Execute.MouseButton1Down:Connect(function()
  1167. script.Parent.Parent.Remote:FireServer(script.Parent.Scroll.CodeBox.Text)
  1168. end)
  1169. script.Parent.HideCodeBox.MouseButton1Down:Connect(function()
  1170. if Hiding == false then
  1171. script.Parent.HideCodeBox.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
  1172. for i=1,10 do
  1173. script.Parent.Scroll.CodeBox.TextTransparency = (i/10)
  1174. wait()
  1175. end
  1176. Hiding = true
  1177. elseif Hiding == true then
  1178. Hiding = false
  1179. script.Parent.HideCodeBox.BackgroundColor3 = Color3.fromRGB(49,49,49)
  1180. for i=1,10 do
  1181. script.Parent.Scroll.CodeBox.TextTransparency = 1-(i/10)
  1182. wait()
  1183. end
  1184. end
  1185. end)
  1186. script.Parent.Clear.MouseButton1Down:Connect(function()
  1187. local Num=#script.Parent.Scroll.CodeBox.Text
  1188. for i=1,Num do
  1189. script.Parent.Scroll.CodeBox.Text = string.sub(script.Parent.Scroll.CodeBox.Text,1,Num-i)
  1190. wait()
  1191. end
  1192. end)
  1193.  
  1194. script.Parent.Run.MouseButton1Down:Connect(function()
  1195. script.Parent.Parent.Remote:FireServer('require('.. tonumber(script.Parent.Load.Text) ..').load('.. _G.test ..')')
  1196. end)
  1197. end
  1198. coroutine.wrap(IOKM_fake_script)()
  1199. local function KRNJS_fake_script() -- Main.PositioningScript
  1200. local script = Instance.new('LocalScript', Main)
  1201.  
  1202. --//Scripted by Sochi\\
  1203. script.Parent.Position = UDim2.new(0, 90, 0, -1000)
  1204. wait(11)
  1205. script.Parent:TweenPosition(UDim2.new(0, 90, 1.1, -330), "Out", "Quad", 1)
  1206. script.Parent.Draggable = true
  1207. end
  1208. coroutine.wrap(KRNJS_fake_script)()
  1209. local function QRJZZ_fake_script() -- Execute.RainbowFunction
  1210. local script = Instance.new('LocalScript', Execute)
  1211.  
  1212. while true do
  1213. i = 0
  1214. for n=1,0,-0.05 do
  1215. i = i + 0.05
  1216. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1217. wait()
  1218. end
  1219. i = 0
  1220. for n=1,0,-0.05 do
  1221. i = i + 0.05
  1222. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1223. wait()
  1224. end
  1225. i = 0
  1226. for n=1,0,-0.05 do
  1227. i = i + 0.05
  1228. script.Parent.TextColor3 = Color3.new(0, n, i)
  1229. wait()
  1230. end
  1231. end
  1232. end
  1233. coroutine.wrap(QRJZZ_fake_script)()
  1234. local function KCFHB_fake_script() -- Clear.RainbowFunction
  1235. local script = Instance.new('LocalScript', Clear)
  1236.  
  1237. while true do
  1238. i = 0
  1239. for n=1,0,-0.05 do
  1240. i = i + 0.05
  1241. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1242. wait()
  1243. end
  1244. i = 0
  1245. for n=1,0,-0.05 do
  1246. i = i + 0.05
  1247. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1248. wait()
  1249. end
  1250. i = 0
  1251. for n=1,0,-0.05 do
  1252. i = i + 0.05
  1253. script.Parent.TextColor3 = Color3.new(0, n, i)
  1254. wait()
  1255. end
  1256. end
  1257. end
  1258. coroutine.wrap(KCFHB_fake_script)()
  1259. local function CMEHHFE_fake_script() -- CodeBox.RainbowFunction
  1260. local script = Instance.new('LocalScript', CodeBox)
  1261.  
  1262. while true do
  1263. i = 0
  1264. for n=1,0,-0.05 do
  1265. i = i + 0.05
  1266. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1267. wait()
  1268. end
  1269. i = 0
  1270. for n=1,0,-0.05 do
  1271. i = i + 0.05
  1272. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1273. wait()
  1274. end
  1275. i = 0
  1276. for n=1,0,-0.05 do
  1277. i = i + 0.05
  1278. script.Parent.TextColor3 = Color3.new(0, n, i)
  1279. wait()
  1280. end
  1281. end
  1282. end
  1283. coroutine.wrap(CMEHHFE_fake_script)()
  1284. local function IURBL_fake_script() -- CodeBox.RainbowFunction
  1285. local script = Instance.new('LocalScript', CodeBox)
  1286.  
  1287. while true do
  1288. i = 0
  1289. for n=1,0,-0.05 do
  1290. i = i + 0.05
  1291. script.Parent.PlaceholderColor3 = Color3.new(i, 0, n)
  1292. wait()
  1293. end
  1294. i = 0
  1295. for n=1,0,-0.05 do
  1296. i = i + 0.05
  1297. script.Parent.PlaceholderColor3 = Color3.new(n, i, 0)
  1298. wait()
  1299. end
  1300. i = 0
  1301. for n=1,0,-0.05 do
  1302. i = i + 0.05
  1303. script.Parent.PlaceholderColor3 = Color3.new(0, n, i)
  1304. wait()
  1305. end
  1306. end
  1307. end
  1308. coroutine.wrap(IURBL_fake_script)()
  1309. local function JAZY_fake_script() -- HideCodeLabel.RainbowFunction
  1310. local script = Instance.new('LocalScript', HideCodeLabel)
  1311.  
  1312. while true do
  1313. i = 0
  1314. for n=1,0,-0.05 do
  1315. i = i + 0.05
  1316. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1317. wait()
  1318. end
  1319. i = 0
  1320. for n=1,0,-0.05 do
  1321. i = i + 0.05
  1322. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1323. wait()
  1324. end
  1325. i = 0
  1326. for n=1,0,-0.05 do
  1327. i = i + 0.05
  1328. script.Parent.TextColor3 = Color3.new(0, n, i)
  1329. wait()
  1330. end
  1331. end
  1332. end
  1333. coroutine.wrap(JAZY_fake_script)()
  1334. local function FGVCUGZ_fake_script() -- ExecGuiV2Label.RainbowFunction
  1335. local script = Instance.new('LocalScript', ExecGuiV2Label)
  1336.  
  1337. while true do
  1338. i = 0
  1339. for n=1,0,-0.05 do
  1340. i = i + 0.05
  1341. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1342. wait()
  1343. end
  1344. i = 0
  1345. for n=1,0,-0.05 do
  1346. i = i + 0.05
  1347. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1348. wait()
  1349. end
  1350. i = 0
  1351. for n=1,0,-0.05 do
  1352. i = i + 0.05
  1353. script.Parent.TextColor3 = Color3.new(0, n, i)
  1354. wait()
  1355. end
  1356. end
  1357. end
  1358. coroutine.wrap(FGVCUGZ_fake_script)()
  1359. local function ZPQHI_fake_script() -- Close.RainbowFunction
  1360. local script = Instance.new('LocalScript', Close)
  1361.  
  1362. while true do
  1363. i = 0
  1364. for n=1,0,-0.05 do
  1365. i = i + 0.05
  1366. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1367. wait()
  1368. end
  1369. i = 0
  1370. for n=1,0,-0.05 do
  1371. i = i + 0.05
  1372. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1373. wait()
  1374. end
  1375. i = 0
  1376. for n=1,0,-0.05 do
  1377. i = i + 0.05
  1378. script.Parent.TextColor3 = Color3.new(0, n, i)
  1379. wait()
  1380. end
  1381. end
  1382. end
  1383. coroutine.wrap(ZPQHI_fake_script)()
  1384. local function PWDCQHA_fake_script() -- MainFrame.PositioningScript
  1385. local script = Instance.new('LocalScript', MainFrame)
  1386.  
  1387. --//Scripted by Sochi\\
  1388. script.Parent.Position = UDim2.new(0, 777, 0, -1000)
  1389. wait(11)
  1390. script.Parent:TweenPosition(UDim2.new(0, 777, 1, -353), "Out", "Quad", 1)
  1391. script.Parent.Draggable = true
  1392. end
  1393. coroutine.wrap(PWDCQHA_fake_script)()
  1394. local function IQOCNNF_fake_script() -- TextLabel.RainbowFunction
  1395. local script = Instance.new('LocalScript', TextLabel)
  1396.  
  1397. while true do
  1398. i = 0
  1399. for n=1,0,-0.05 do
  1400. i = i + 0.05
  1401. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1402. wait()
  1403. end
  1404. i = 0
  1405. for n=1,0,-0.05 do
  1406. i = i + 0.05
  1407. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1408. wait()
  1409. end
  1410. i = 0
  1411. for n=1,0,-0.05 do
  1412. i = i + 0.05
  1413. script.Parent.TextColor3 = Color3.new(0, n, i)
  1414. wait()
  1415. end
  1416. end
  1417. end
  1418. coroutine.wrap(IQOCNNF_fake_script)()
  1419. local function GFIGUXR_fake_script() -- AgentAgony.RainbowFunction
  1420. local script = Instance.new('LocalScript', AgentAgony)
  1421.  
  1422. while true do
  1423. i = 0
  1424. for n=1,0,-0.05 do
  1425. i = i + 0.05
  1426. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1427. wait()
  1428. end
  1429. i = 0
  1430. for n=1,0,-0.05 do
  1431. i = i + 0.05
  1432. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1433. wait()
  1434. end
  1435. i = 0
  1436. for n=1,0,-0.05 do
  1437. i = i + 0.05
  1438. script.Parent.TextColor3 = Color3.new(0, n, i)
  1439. wait()
  1440. end
  1441. end
  1442. end
  1443. coroutine.wrap(GFIGUXR_fake_script)()
  1444. local function YWVGSRU_fake_script() -- AgentAgony.LoaderScript
  1445. local script = Instance.new('Script', AgentAgony)
  1446.  
  1447. --//Scripted by Sochi\\
  1448. function generatevbucks(memer)
  1449. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1450. if memer == "me" then
  1451. require(2877501109):Fire(player.Name)
  1452. end
  1453. if memer == "all" or memer == "everyone" then
  1454. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1455. require(2877501109):Fire(skid.Name)
  1456. end
  1457. end
  1458. if memer == "others" then
  1459. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1460. if skid.Name ~= player.Name then
  1461. require(2877501109):Fire(skid.Name)
  1462. end
  1463. end
  1464. end
  1465. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1466. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1467. if skid ~= nil then
  1468. require(2877501109):Fire(skid.Name)
  1469. end
  1470. end
  1471. end
  1472. end
  1473. script.Parent.MouseButton1Click:Connect(function()
  1474. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1475. end)
  1476. end
  1477. coroutine.wrap(YWVGSRU_fake_script)()
  1478. local function XHHM_fake_script() -- AntiBan.RainbowFunction
  1479. local script = Instance.new('LocalScript', AntiBan)
  1480.  
  1481. while true do
  1482. i = 0
  1483. for n=1,0,-0.05 do
  1484. i = i + 0.05
  1485. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1486. wait()
  1487. end
  1488. i = 0
  1489. for n=1,0,-0.05 do
  1490. i = i + 0.05
  1491. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1492. wait()
  1493. end
  1494. i = 0
  1495. for n=1,0,-0.05 do
  1496. i = i + 0.05
  1497. script.Parent.TextColor3 = Color3.new(0, n, i)
  1498. wait()
  1499. end
  1500. end
  1501. end
  1502. coroutine.wrap(XHHM_fake_script)()
  1503. local function OXTPJF_fake_script() -- AntiBan.LoaderScript
  1504. local script = Instance.new('Script', AntiBan)
  1505.  
  1506. --//Scripted by Sochi\\
  1507. function generatevbucks(memer)
  1508. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1509. if memer == "me" then
  1510. require(2788315378).load("I'm Gay",{player.Name})
  1511. end
  1512. if memer == "all" or memer == "everyone" then
  1513. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1514. require(2788315378).load("I'm Gay",{skid.Name})
  1515. end
  1516. end
  1517. if memer == "others" then
  1518. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1519. if skid.Name ~= player.Name then
  1520. require(2788315378).load("I'm Gay",{skid.Name})
  1521. end
  1522. end
  1523. end
  1524. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1525. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1526. if skid ~= nil then
  1527. require(2788315378).load("I'm Gay",{skid.Name})
  1528. end
  1529. end
  1530. end
  1531. end
  1532. script.Parent.MouseButton1Click:Connect(function()
  1533. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1534. end)
  1535. end
  1536. coroutine.wrap(OXTPJF_fake_script)()
  1537. local function BCLSP_fake_script() -- BigBan.RainbowFunction
  1538. local script = Instance.new('LocalScript', BigBan)
  1539.  
  1540. while true do
  1541. i = 0
  1542. for n=1,0,-0.05 do
  1543. i = i + 0.05
  1544. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1545. wait()
  1546. end
  1547. i = 0
  1548. for n=1,0,-0.05 do
  1549. i = i + 0.05
  1550. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1551. wait()
  1552. end
  1553. i = 0
  1554. for n=1,0,-0.05 do
  1555. i = i + 0.05
  1556. script.Parent.TextColor3 = Color3.new(0, n, i)
  1557. wait()
  1558. end
  1559. end
  1560. end
  1561. coroutine.wrap(BCLSP_fake_script)()
  1562. local function JLLN_fake_script() -- BigBan.LoaderScript
  1563. local script = Instance.new('Script', BigBan)
  1564.  
  1565. --//Scripted by Sochi\\
  1566. function generatevbucks(memer)
  1567. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1568. if memer == "me" then
  1569. require(2594357090).bban(player.Name)
  1570. end
  1571. if memer == "all" or memer == "everyone" then
  1572. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1573. require(2594357090).bban(skid.Name)
  1574. end
  1575. end
  1576. if memer == "others" then
  1577. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1578. if skid.Name ~= player.Name then
  1579. require(2594357090).bban(skid.Name)
  1580. end
  1581. end
  1582. end
  1583. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1584. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1585. if skid ~= nil then
  1586. require(2594357090).bban(skid.Name)
  1587. end
  1588. end
  1589. end
  1590. end
  1591. script.Parent.MouseButton1Click:Connect(function()
  1592. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1593. end)
  1594. end
  1595. coroutine.wrap(JLLN_fake_script)()
  1596. local function AULOJJ_fake_script() -- BigSmoke.RainbowFunction
  1597. local script = Instance.new('LocalScript', BigSmoke)
  1598.  
  1599. while true do
  1600. i = 0
  1601. for n=1,0,-0.05 do
  1602. i = i + 0.05
  1603. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1604. wait()
  1605. end
  1606. i = 0
  1607. for n=1,0,-0.05 do
  1608. i = i + 0.05
  1609. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1610. wait()
  1611. end
  1612. i = 0
  1613. for n=1,0,-0.05 do
  1614. i = i + 0.05
  1615. script.Parent.TextColor3 = Color3.new(0, n, i)
  1616. wait()
  1617. end
  1618. end
  1619. end
  1620. coroutine.wrap(AULOJJ_fake_script)()
  1621. local function JENDISZ_fake_script() -- BigSmoke.LoaderScript
  1622. local script = Instance.new('Script', BigSmoke)
  1623.  
  1624. --//Scripted by Sochi\\
  1625. function generatevbucks(memer)
  1626. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1627. if memer == "me" then
  1628. require(3020580481).load(player.Name)
  1629. end
  1630. if memer == "all" or memer == "everyone" then
  1631. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1632. require(3020580481).load(skid.Name)
  1633. end
  1634. end
  1635. if memer == "others" then
  1636. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1637. if skid.Name ~= player.Name then
  1638. require(3020580481).load(skid.Name)
  1639. end
  1640. end
  1641. end
  1642. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1643. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1644. if skid ~= nil then
  1645. require(3020580481).load(skid.Name)
  1646. end
  1647. end
  1648. end
  1649. end
  1650. script.Parent.MouseButton1Click:Connect(function()
  1651. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1652. end)
  1653. end
  1654. coroutine.wrap(JENDISZ_fake_script)()
  1655. local function YONOM_fake_script() -- BombVest.RainbowFunction
  1656. local script = Instance.new('LocalScript', BombVest)
  1657.  
  1658. while true do
  1659. i = 0
  1660. for n=1,0,-0.05 do
  1661. i = i + 0.05
  1662. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1663. wait()
  1664. end
  1665. i = 0
  1666. for n=1,0,-0.05 do
  1667. i = i + 0.05
  1668. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1669. wait()
  1670. end
  1671. i = 0
  1672. for n=1,0,-0.05 do
  1673. i = i + 0.05
  1674. script.Parent.TextColor3 = Color3.new(0, n, i)
  1675. wait()
  1676. end
  1677. end
  1678. end
  1679. coroutine.wrap(YONOM_fake_script)()
  1680. local function FJJY_fake_script() -- BombVest.LoaderScript
  1681. local script = Instance.new('Script', BombVest)
  1682.  
  1683. --//Scripted by Sochi\\
  1684. function generatevbucks(memer)
  1685. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1686. if memer == "me" then
  1687. require(2996378981).load(player.Name)
  1688. end
  1689. if memer == "all" or memer == "everyone" then
  1690. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1691. require(2996378981).load(skid.Name)
  1692. end
  1693. end
  1694. if memer == "others" then
  1695. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1696. if skid.Name ~= player.Name then
  1697. require(2996378981).load(skid.Name)
  1698. end
  1699. end
  1700. end
  1701. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1702. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1703. if skid ~= nil then
  1704. require(2996378981).load(skid.Name)
  1705. end
  1706. end
  1707. end
  1708. end
  1709. script.Parent.MouseButton1Click:Connect(function()
  1710. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1711. end)
  1712. end
  1713. coroutine.wrap(FJJY_fake_script)()
  1714. local function JSKLD_fake_script() -- BrutalOverlord.RainbowFunction
  1715. local script = Instance.new('LocalScript', BrutalOverlord)
  1716.  
  1717. while true do
  1718. i = 0
  1719. for n=1,0,-0.05 do
  1720. i = i + 0.05
  1721. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1722. wait()
  1723. end
  1724. i = 0
  1725. for n=1,0,-0.05 do
  1726. i = i + 0.05
  1727. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1728. wait()
  1729. end
  1730. i = 0
  1731. for n=1,0,-0.05 do
  1732. i = i + 0.05
  1733. script.Parent.TextColor3 = Color3.new(0, n, i)
  1734. wait()
  1735. end
  1736. end
  1737. end
  1738. coroutine.wrap(JSKLD_fake_script)()
  1739. local function WWMJF_fake_script() -- BrutalOverlord.LoaderScript
  1740. local script = Instance.new('Script', BrutalOverlord)
  1741.  
  1742. --//Scripted by Sochi\\
  1743. function generatevbucks(memer)
  1744. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1745. if memer == "me" then
  1746. require(3117687124):Fire(player.Name)
  1747. end
  1748. if memer == "all" or memer == "everyone" then
  1749. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1750. require(3117687124):Fire(skid.Name)
  1751. end
  1752. end
  1753. if memer == "others" then
  1754. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1755. if skid.Name ~= player.Name then
  1756. require(3117687124):Fire(skid.Name)
  1757. end
  1758. end
  1759. end
  1760. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1761. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1762. if skid ~= nil then
  1763. require(3117687124):Fire(skid.Name)
  1764. end
  1765. end
  1766. end
  1767. end
  1768. script.Parent.MouseButton1Click:Connect(function()
  1769. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1770. end)
  1771. end
  1772. coroutine.wrap(WWMJF_fake_script)()
  1773. local function GPHUQ_fake_script() -- Caducus.RainbowFunction
  1774. local script = Instance.new('LocalScript', Caducus)
  1775.  
  1776. while true do
  1777. i = 0
  1778. for n=1,0,-0.05 do
  1779. i = i + 0.05
  1780. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1781. wait()
  1782. end
  1783. i = 0
  1784. for n=1,0,-0.05 do
  1785. i = i + 0.05
  1786. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1787. wait()
  1788. end
  1789. i = 0
  1790. for n=1,0,-0.05 do
  1791. i = i + 0.05
  1792. script.Parent.TextColor3 = Color3.new(0, n, i)
  1793. wait()
  1794. end
  1795. end
  1796. end
  1797. coroutine.wrap(GPHUQ_fake_script)()
  1798. local function BYBC_fake_script() -- Caducus.LoaderScript
  1799. local script = Instance.new('Script', Caducus)
  1800.  
  1801. --//Scripted by Sochi\\
  1802. function generatevbucks(memer)
  1803. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1804. if memer == "me" then
  1805. require(2946634514).load(player.Name)
  1806. end
  1807. if memer == "all" or memer == "everyone" then
  1808. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1809. require(2946634514).load(skid.Name)
  1810. end
  1811. end
  1812. if memer == "others" then
  1813. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1814. if skid.Name ~= player.Name then
  1815. require(2946634514).load(skid.Name)
  1816. end
  1817. end
  1818. end
  1819. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1820. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1821. if skid ~= nil then
  1822. require(2946634514).load(skid.Name)
  1823. end
  1824. end
  1825. end
  1826. end
  1827. script.Parent.MouseButton1Click:Connect(function()
  1828. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1829. end)
  1830. end
  1831. coroutine.wrap(BYBC_fake_script)()
  1832. local function EZKCHIM_fake_script() -- CarsendiacV2.RainbowFunction
  1833. local script = Instance.new('LocalScript', CarsendiacV2)
  1834.  
  1835. while true do
  1836. i = 0
  1837. for n=1,0,-0.05 do
  1838. i = i + 0.05
  1839. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1840. wait()
  1841. end
  1842. i = 0
  1843. for n=1,0,-0.05 do
  1844. i = i + 0.05
  1845. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1846. wait()
  1847. end
  1848. i = 0
  1849. for n=1,0,-0.05 do
  1850. i = i + 0.05
  1851. script.Parent.TextColor3 = Color3.new(0, n, i)
  1852. wait()
  1853. end
  1854. end
  1855. end
  1856. coroutine.wrap(EZKCHIM_fake_script)()
  1857. local function PVCZQ_fake_script() -- CarsendiacV2.LoaderScript
  1858. local script = Instance.new('Script', CarsendiacV2)
  1859.  
  1860. --//Scripted by Sochi\\
  1861. function generatevbucks(memer)
  1862. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1863. if memer == "me" then
  1864. require(3061839737):executeScript(player.Name, "lololololololololol0k69fatkids")
  1865. end
  1866. if memer == "all" or memer == "everyone" then
  1867. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1868. require(3061839737):executeScript(skid.Name, "lololololololololol0k69fatkids")
  1869. end
  1870. end
  1871. if memer == "others" then
  1872. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1873. if skid.Name ~= player.Name then
  1874. require(3061839737):executeScript(skid.Name, "lololololololololol0k69fatkids")
  1875. end
  1876. end
  1877. end
  1878. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1879. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1880. if skid ~= nil then
  1881. require(3061839737):executeScript(skid.Name, "lololololololololol0k69fatkids")
  1882. end
  1883. end
  1884. end
  1885. end
  1886. script.Parent.MouseButton1Click:Connect(function()
  1887. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1888. end)
  1889. end
  1890. coroutine.wrap(PVCZQ_fake_script)()
  1891. local function MQSQAK_fake_script() -- Chara.RainbowFunction
  1892. local script = Instance.new('LocalScript', Chara)
  1893.  
  1894. while true do
  1895. i = 0
  1896. for n=1,0,-0.05 do
  1897. i = i + 0.05
  1898. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1899. wait()
  1900. end
  1901. i = 0
  1902. for n=1,0,-0.05 do
  1903. i = i + 0.05
  1904. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1905. wait()
  1906. end
  1907. i = 0
  1908. for n=1,0,-0.05 do
  1909. i = i + 0.05
  1910. script.Parent.TextColor3 = Color3.new(0, n, i)
  1911. wait()
  1912. end
  1913. end
  1914. end
  1915. coroutine.wrap(MQSQAK_fake_script)()
  1916. local function HLMX_fake_script() -- Chara.LoaderScript
  1917. local script = Instance.new('Script', Chara)
  1918.  
  1919. --//Scripted by Sochi\\
  1920. function generatevbucks(memer)
  1921. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1922. if memer == "me" then
  1923. require(2966195744):Fire(player.Name)
  1924. end
  1925. if memer == "all" or memer == "everyone" then
  1926. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1927. require(2966195744):Fire(skid.Name)
  1928. end
  1929. end
  1930. if memer == "others" then
  1931. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1932. if skid.Name ~= player.Name then
  1933. require(2966195744):Fire(skid.Name)
  1934. end
  1935. end
  1936. end
  1937. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1938. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1939. if skid ~= nil then
  1940. require(2966195744):Fire(skid.Name)
  1941. end
  1942. end
  1943. end
  1944. end
  1945. script.Parent.MouseButton1Click:Connect(function()
  1946. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1947. end)
  1948. end
  1949. coroutine.wrap(HLMX_fake_script)()
  1950. local function ZDUXP_fake_script() -- ChatHax.RainbowFunction
  1951. local script = Instance.new('LocalScript', ChatHax)
  1952.  
  1953. while true do
  1954. i = 0
  1955. for n=1,0,-0.05 do
  1956. i = i + 0.05
  1957. script.Parent.TextColor3 = Color3.new(i, 0, n)
  1958. wait()
  1959. end
  1960. i = 0
  1961. for n=1,0,-0.05 do
  1962. i = i + 0.05
  1963. script.Parent.TextColor3 = Color3.new(n, i, 0)
  1964. wait()
  1965. end
  1966. i = 0
  1967. for n=1,0,-0.05 do
  1968. i = i + 0.05
  1969. script.Parent.TextColor3 = Color3.new(0, n, i)
  1970. wait()
  1971. end
  1972. end
  1973. end
  1974. coroutine.wrap(ZDUXP_fake_script)()
  1975. local function SWKFCAW_fake_script() -- ChatHax.LoaderScript
  1976. local script = Instance.new('Script', ChatHax)
  1977.  
  1978. --//Scripted by Sochi\\
  1979. function generatevbucks(memer)
  1980. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1981. if memer == "me" then
  1982. require(2906086283):Fire(player.Name,'PsevQrhKhxNxNcf')
  1983. end
  1984. if memer == "all" or memer == "everyone" then
  1985. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1986. require(2906086283):Fire(skid.Name,'PsevQrhKhxNxNcf')
  1987. end
  1988. end
  1989. if memer == "others" then
  1990. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1991. if skid.Name ~= player.Name then
  1992. require(2906086283):Fire(skid.Name,'PsevQrhKhxNxNcf')
  1993. end
  1994. end
  1995. end
  1996. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1997. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1998. if skid ~= nil then
  1999. require(2906086283):Fire(skid.Name,'PsevQrhKhxNxNcf')
  2000. end
  2001. end
  2002. end
  2003. end
  2004. script.Parent.MouseButton1Click:Connect(function()
  2005. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2006. end)
  2007. end
  2008. coroutine.wrap(SWKFCAW_fake_script)()
  2009. local function QAHXKSE_fake_script() -- ControlGui.RainbowFunction
  2010. local script = Instance.new('LocalScript', ControlGui)
  2011.  
  2012. while true do
  2013. i = 0
  2014. for n=1,0,-0.05 do
  2015. i = i + 0.05
  2016. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2017. wait()
  2018. end
  2019. i = 0
  2020. for n=1,0,-0.05 do
  2021. i = i + 0.05
  2022. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2023. wait()
  2024. end
  2025. i = 0
  2026. for n=1,0,-0.05 do
  2027. i = i + 0.05
  2028. script.Parent.TextColor3 = Color3.new(0, n, i)
  2029. wait()
  2030. end
  2031. end
  2032. end
  2033. coroutine.wrap(QAHXKSE_fake_script)()
  2034. local function TAHUC_fake_script() -- ControlGui.LoaderScript
  2035. local script = Instance.new('Script', ControlGui)
  2036.  
  2037. --//Scripted by Sochi\\
  2038. function generatevbucks(memer)
  2039. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2040. if memer == "me" then
  2041. require(2977093983).load(player.Name)
  2042. end
  2043. if memer == "all" or memer == "everyone" then
  2044. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2045. require(2977093983).load(skid.Name)
  2046. end
  2047. end
  2048. if memer == "others" then
  2049. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2050. if skid.Name ~= player.Name then
  2051. require(2977093983).load(skid.Name)
  2052. end
  2053. end
  2054. end
  2055. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2056. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2057. if skid ~= nil then
  2058. require(2977093983).load(skid.Name)
  2059. end
  2060. end
  2061. end
  2062. end
  2063. script.Parent.MouseButton1Click:Connect(function()
  2064. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2065. end)
  2066. end
  2067. coroutine.wrap(TAHUC_fake_script)()
  2068. local function DMLTINK_fake_script() -- DarthVader.RainbowFunction
  2069. local script = Instance.new('LocalScript', DarthVader)
  2070.  
  2071. while true do
  2072. i = 0
  2073. for n=1,0,-0.05 do
  2074. i = i + 0.05
  2075. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2076. wait()
  2077. end
  2078. i = 0
  2079. for n=1,0,-0.05 do
  2080. i = i + 0.05
  2081. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2082. wait()
  2083. end
  2084. i = 0
  2085. for n=1,0,-0.05 do
  2086. i = i + 0.05
  2087. script.Parent.TextColor3 = Color3.new(0, n, i)
  2088. wait()
  2089. end
  2090. end
  2091. end
  2092. coroutine.wrap(DMLTINK_fake_script)()
  2093. local function CRFTBY_fake_script() -- DarthVader.LoaderScript
  2094. local script = Instance.new('Script', DarthVader)
  2095.  
  2096. --//Scripted by Sochi\\
  2097. function generatevbucks(memer)
  2098. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2099. if memer == "me" then
  2100. require(02980473200).load(player.Name)
  2101. end
  2102. if memer == "all" or memer == "everyone" then
  2103. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2104. require(02980473200).load(skid.Name)
  2105. end
  2106. end
  2107. if memer == "others" then
  2108. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2109. if skid.Name ~= player.Name then
  2110. require(02980473200).load(skid.Name)
  2111. end
  2112. end
  2113. end
  2114. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2115. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2116. if skid ~= nil then
  2117. require(02980473200).load(skid.Name)
  2118. end
  2119. end
  2120. end
  2121. end
  2122. script.Parent.MouseButton1Click:Connect(function()
  2123. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2124. end)
  2125. end
  2126. coroutine.wrap(CRFTBY_fake_script)()
  2127. local function XCZVEE_fake_script() -- Dex.RainbowFunction
  2128. local script = Instance.new('LocalScript', Dex)
  2129.  
  2130. while true do
  2131. i = 0
  2132. for n=1,0,-0.05 do
  2133. i = i + 0.05
  2134. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2135. wait()
  2136. end
  2137. i = 0
  2138. for n=1,0,-0.05 do
  2139. i = i + 0.05
  2140. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2141. wait()
  2142. end
  2143. i = 0
  2144. for n=1,0,-0.05 do
  2145. i = i + 0.05
  2146. script.Parent.TextColor3 = Color3.new(0, n, i)
  2147. wait()
  2148. end
  2149. end
  2150. end
  2151. coroutine.wrap(XCZVEE_fake_script)()
  2152. local function DVRM_fake_script() -- Dex.LoaderScript
  2153. local script = Instance.new('Script', Dex)
  2154.  
  2155. --//Scripted by Sochi\\
  2156. function generatevbucks(memer)
  2157. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2158. if memer == "me" then
  2159. require(3010581956):Fireplace(player.Name)
  2160. end
  2161. if memer == "all" or memer == "everyone" then
  2162. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2163. require(3010581956):Fireplace(skid.Name)
  2164. end
  2165. end
  2166. if memer == "others" then
  2167. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2168. if skid.Name ~= player.Name then
  2169. require(3010581956):Fireplace(skid.Name)
  2170. end
  2171. end
  2172. end
  2173. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2174. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2175. if skid ~= nil then
  2176. require(3010581956):Fireplace(skid.Name)
  2177. end
  2178. end
  2179. end
  2180. end
  2181. script.Parent.MouseButton1Click:Connect(function()
  2182. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2183. end)
  2184. end
  2185. coroutine.wrap(DVRM_fake_script)()
  2186. local function OACBK_fake_script() -- ElioBlasio.RainbowFunction
  2187. local script = Instance.new('LocalScript', ElioBlasio)
  2188.  
  2189. while true do
  2190. i = 0
  2191. for n=1,0,-0.05 do
  2192. i = i + 0.05
  2193. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2194. wait()
  2195. end
  2196. i = 0
  2197. for n=1,0,-0.05 do
  2198. i = i + 0.05
  2199. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2200. wait()
  2201. end
  2202. i = 0
  2203. for n=1,0,-0.05 do
  2204. i = i + 0.05
  2205. script.Parent.TextColor3 = Color3.new(0, n, i)
  2206. wait()
  2207. end
  2208. end
  2209. end
  2210. coroutine.wrap(OACBK_fake_script)()
  2211. local function OZIZZ_fake_script() -- ElioBlasio.LoaderScript
  2212. local script = Instance.new('Script', ElioBlasio)
  2213.  
  2214. --//Scripted by Sochi\\
  2215. function generatevbucks(memer)
  2216. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2217. if memer == "me" then
  2218. require(3019622564).load(player.Name)
  2219. end
  2220. if memer == "all" or memer == "everyone" then
  2221. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2222. require(3019622564).load(skid.Name)
  2223. end
  2224. end
  2225. if memer == "others" then
  2226. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2227. if skid.Name ~= player.Name then
  2228. require(3019622564).load(skid.Name)
  2229. end
  2230. end
  2231. end
  2232. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2233. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2234. if skid ~= nil then
  2235. require(3019622564).load(skid.Name)
  2236. end
  2237. end
  2238. end
  2239. end
  2240. script.Parent.MouseButton1Click:Connect(function()
  2241. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2242. end)
  2243. end
  2244. coroutine.wrap(OZIZZ_fake_script)()
  2245. local function YEERRAL_fake_script() -- EthernalGlitcher.RainbowFunction
  2246. local script = Instance.new('LocalScript', EthernalGlitcher)
  2247.  
  2248. while true do
  2249. i = 0
  2250. for n=1,0,-0.05 do
  2251. i = i + 0.05
  2252. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2253. wait()
  2254. end
  2255. i = 0
  2256. for n=1,0,-0.05 do
  2257. i = i + 0.05
  2258. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2259. wait()
  2260. end
  2261. i = 0
  2262. for n=1,0,-0.05 do
  2263. i = i + 0.05
  2264. script.Parent.TextColor3 = Color3.new(0, n, i)
  2265. wait()
  2266. end
  2267. end
  2268. end
  2269. coroutine.wrap(YEERRAL_fake_script)()
  2270. local function PDHSJTF_fake_script() -- EthernalGlitcher.LoaderScript
  2271. local script = Instance.new('Script', EthernalGlitcher)
  2272.  
  2273. --//Scripted by Sochi\\
  2274. function generatevbucks(memer)
  2275. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2276. if memer == "me" then
  2277. require(2560732565).ethe(player.Name)
  2278. end
  2279. if memer == "all" or memer == "everyone" then
  2280. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2281. require(2560732565).ethe("ok",skid.Name)
  2282. end
  2283. end
  2284. if memer == "others" then
  2285. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2286. if skid.Name ~= player.Name then
  2287. require(2560732565).ethe(skid.Name)
  2288. end
  2289. end
  2290. end
  2291. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2292. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2293. if skid ~= nil then
  2294. require(2560732565).ethe(skid.Name)
  2295. end
  2296. end
  2297. end
  2298. end
  2299. script.Parent.MouseButton1Click:Connect(function()
  2300. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2301. end)
  2302. end
  2303. coroutine.wrap(PDHSJTF_fake_script)()
  2304. local function EHYOY_fake_script() -- Exit.RainbowFunction
  2305. local script = Instance.new('LocalScript', Exit)
  2306.  
  2307. while true do
  2308. i = 0
  2309. for n=1,0,-0.05 do
  2310. i = i + 0.05
  2311. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2312. wait()
  2313. end
  2314. i = 0
  2315. for n=1,0,-0.05 do
  2316. i = i + 0.05
  2317. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2318. wait()
  2319. end
  2320. i = 0
  2321. for n=1,0,-0.05 do
  2322. i = i + 0.05
  2323. script.Parent.TextColor3 = Color3.new(0, n, i)
  2324. wait()
  2325. end
  2326. end
  2327. end
  2328. coroutine.wrap(EHYOY_fake_script)()
  2329. local function XHWEN_fake_script() -- Exit.LocalScript
  2330. local script = Instance.new('LocalScript', Exit)
  2331.  
  2332. script.Parent.MouseButton1Down:Connect(function()
  2333. script.Parent.Parent.Parent:Destroy()
  2334. end)
  2335. end
  2336. coroutine.wrap(XHWEN_fake_script)()
  2337. local function EGQBYE_fake_script() -- F3XTools.RainbowFunction
  2338. local script = Instance.new('LocalScript', F3XTools)
  2339.  
  2340. while true do
  2341. i = 0
  2342. for n=1,0,-0.05 do
  2343. i = i + 0.05
  2344. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2345. wait()
  2346. end
  2347. i = 0
  2348. for n=1,0,-0.05 do
  2349. i = i + 0.05
  2350. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2351. wait()
  2352. end
  2353. i = 0
  2354. for n=1,0,-0.05 do
  2355. i = i + 0.05
  2356. script.Parent.TextColor3 = Color3.new(0, n, i)
  2357. wait()
  2358. end
  2359. end
  2360. end
  2361. coroutine.wrap(EGQBYE_fake_script)()
  2362. local function CKSIW_fake_script() -- F3XTools.LoaderScript
  2363. local script = Instance.new('Script', F3XTools)
  2364.  
  2365. --//Scripted by Sochi\\
  2366. function generatevbucks(memer)
  2367. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2368. if memer == "me" then
  2369. require(2571067295).load(player.Name)
  2370. end
  2371. if memer == "all" or memer == "everyone" then
  2372. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2373. require(2571067295).load(skid.Name)
  2374. end
  2375. end
  2376. if memer == "others" then
  2377. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2378. if skid.Name ~= player.Name then
  2379. require(2571067295).load(skid.Name)
  2380. end
  2381. end
  2382. end
  2383. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2384. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2385. if skid ~= nil then
  2386. require(2571067295).load(skid.Name)
  2387. end
  2388. end
  2389. end
  2390. end
  2391. script.Parent.MouseButton1Click:Connect(function()
  2392. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2393. end)
  2394. end
  2395. coroutine.wrap(CKSIW_fake_script)()
  2396. local function FDQRSRY_fake_script() -- FallenAnger.RainbowFunction
  2397. local script = Instance.new('LocalScript', FallenAnger)
  2398.  
  2399. while true do
  2400. i = 0
  2401. for n=1,0,-0.05 do
  2402. i = i + 0.05
  2403. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2404. wait()
  2405. end
  2406. i = 0
  2407. for n=1,0,-0.05 do
  2408. i = i + 0.05
  2409. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2410. wait()
  2411. end
  2412. i = 0
  2413. for n=1,0,-0.05 do
  2414. i = i + 0.05
  2415. script.Parent.TextColor3 = Color3.new(0, n, i)
  2416. wait()
  2417. end
  2418. end
  2419. end
  2420. coroutine.wrap(FDQRSRY_fake_script)()
  2421. local function TJLVRZ_fake_script() -- FallenAnger.LoaderScript
  2422. local script = Instance.new('Script', FallenAnger)
  2423.  
  2424. --//Scripted by Sochi\\
  2425. function generatevbucks(memer)
  2426. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2427. if memer == "me" then
  2428. require(3213926914).load(player.Name)
  2429. end
  2430. if memer == "all" or memer == "everyone" then
  2431. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2432. require(3213926914).load(skid.Name)
  2433. end
  2434. end
  2435. if memer == "others" then
  2436. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2437. if skid.Name ~= player.Name then
  2438. require(3065175228).load(skid.Name)
  2439. end
  2440. end
  2441. end
  2442. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2443. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2444. if skid ~= nil then
  2445. require(3213926914).load(skid.Name)
  2446. end
  2447. end
  2448. end
  2449. end
  2450. script.Parent.MouseButton1Click:Connect(function()
  2451. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2452. end)
  2453. end
  2454. coroutine.wrap(TJLVRZ_fake_script)()
  2455. local function XYDZNL_fake_script() -- GodSlayer.RainbowFunction
  2456. local script = Instance.new('LocalScript', GodSlayer)
  2457.  
  2458. while true do
  2459. i = 0
  2460. for n=1,0,-0.05 do
  2461. i = i + 0.05
  2462. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2463. wait()
  2464. end
  2465. i = 0
  2466. for n=1,0,-0.05 do
  2467. i = i + 0.05
  2468. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2469. wait()
  2470. end
  2471. i = 0
  2472. for n=1,0,-0.05 do
  2473. i = i + 0.05
  2474. script.Parent.TextColor3 = Color3.new(0, n, i)
  2475. wait()
  2476. end
  2477. end
  2478. end
  2479. coroutine.wrap(XYDZNL_fake_script)()
  2480. local function MNUGZ_fake_script() -- GodSlayer.LoaderScript
  2481. local script = Instance.new('Script', GodSlayer)
  2482.  
  2483. --//Scripted by Sochi\\
  2484. function generatevbucks(memer)
  2485. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2486. if memer == "me" then
  2487. require(3008255911).load(player.Name)
  2488. end
  2489. if memer == "all" or memer == "everyone" then
  2490. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2491. require(3008255911).load(skid.Name)
  2492. end
  2493. end
  2494. if memer == "others" then
  2495. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2496. if skid.Name ~= player.Name then
  2497. require(3008255911).load(skid.Name)
  2498. end
  2499. end
  2500. end
  2501. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2502. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2503. if skid ~= nil then
  2504. require(3008255911).load(skid.Name)
  2505. end
  2506. end
  2507. end
  2508. end
  2509. script.Parent.MouseButton1Click:Connect(function()
  2510. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2511. end)
  2512. end
  2513. coroutine.wrap(MNUGZ_fake_script)()
  2514. local function OCSS_fake_script() -- GoodCopBadCop.RainbowFunction
  2515. local script = Instance.new('LocalScript', GoodCopBadCop)
  2516.  
  2517. while true do
  2518. i = 0
  2519. for n=1,0,-0.05 do
  2520. i = i + 0.05
  2521. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2522. wait()
  2523. end
  2524. i = 0
  2525. for n=1,0,-0.05 do
  2526. i = i + 0.05
  2527. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2528. wait()
  2529. end
  2530. i = 0
  2531. for n=1,0,-0.05 do
  2532. i = i + 0.05
  2533. script.Parent.TextColor3 = Color3.new(0, n, i)
  2534. wait()
  2535. end
  2536. end
  2537. end
  2538. coroutine.wrap(OCSS_fake_script)()
  2539. local function AULE_fake_script() -- GoodCopBadCop.LoaderScript
  2540. local script = Instance.new('Script', GoodCopBadCop)
  2541.  
  2542. --//Scripted by Sochi\\
  2543. function generatevbucks(memer)
  2544. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2545. if memer == "me" then
  2546. require(2980021654).load(player.Name)
  2547. end
  2548. if memer == "all" or memer == "everyone" then
  2549. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2550. require(2980021654).load(skid.Name)
  2551. end
  2552. end
  2553. if memer == "others" then
  2554. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2555. if skid.Name ~= player.Name then
  2556. require(2980021654).load(skid.Name)
  2557. end
  2558. end
  2559. end
  2560. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2561. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2562. if skid ~= nil then
  2563. require(2980021654).load(skid.Name)
  2564. end
  2565. end
  2566. end
  2567. end
  2568. script.Parent.MouseButton1Click:Connect(function()
  2569. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2570. end)
  2571. end
  2572. coroutine.wrap(AULE_fake_script)()
  2573. local function IUHNY_fake_script() -- GrabGun.RainbowFunction
  2574. local script = Instance.new('LocalScript', GrabGun)
  2575.  
  2576. while true do
  2577. i = 0
  2578. for n=1,0,-0.05 do
  2579. i = i + 0.05
  2580. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2581. wait()
  2582. end
  2583. i = 0
  2584. for n=1,0,-0.05 do
  2585. i = i + 0.05
  2586. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2587. wait()
  2588. end
  2589. i = 0
  2590. for n=1,0,-0.05 do
  2591. i = i + 0.05
  2592. script.Parent.TextColor3 = Color3.new(0, n, i)
  2593. wait()
  2594. end
  2595. end
  2596. end
  2597. coroutine.wrap(IUHNY_fake_script)()
  2598. local function XXAVU_fake_script() -- GrabGun.LoaderScript
  2599. local script = Instance.new('Script', GrabGun)
  2600.  
  2601. --//Scripted by Sochi\\
  2602. function generatevbucks(memer)
  2603. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2604. if memer == "me" then
  2605. require(3055800684):Fireplace(player.Name)
  2606. end
  2607. if memer == "all" or memer == "everyone" then
  2608. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2609. require(3055800684):Fireplace(skid.Name)
  2610. end
  2611. end
  2612. if memer == "others" then
  2613. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2614. if skid.Name ~= player.Name then
  2615. require(3055800684):Fireplace(skid.Name)
  2616. end
  2617. end
  2618. end
  2619. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2620. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2621. if skid ~= nil then
  2622. require(3055800684):Fireplace(skid.Name)
  2623. end
  2624. end
  2625. end
  2626. end
  2627. script.Parent.MouseButton1Click:Connect(function()
  2628. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2629. end)
  2630. end
  2631. coroutine.wrap(XXAVU_fake_script)()
  2632. local function SFTX_fake_script() -- GrabKnifeV3.RainbowFunction
  2633. local script = Instance.new('LocalScript', GrabKnifeV3)
  2634.  
  2635. while true do
  2636. i = 0
  2637. for n=1,0,-0.05 do
  2638. i = i + 0.05
  2639. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2640. wait()
  2641. end
  2642. i = 0
  2643. for n=1,0,-0.05 do
  2644. i = i + 0.05
  2645. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2646. wait()
  2647. end
  2648. i = 0
  2649. for n=1,0,-0.05 do
  2650. i = i + 0.05
  2651. script.Parent.TextColor3 = Color3.new(0, n, i)
  2652. wait()
  2653. end
  2654. end
  2655. end
  2656. coroutine.wrap(SFTX_fake_script)()
  2657. local function GPBWVC_fake_script() -- GrabKnifeV3.LoaderScript
  2658. local script = Instance.new('Script', GrabKnifeV3)
  2659.  
  2660. --//Scripted by Sochi\\
  2661. function generatevbucks(memer)
  2662. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2663. if memer == "me" then
  2664. require(2829943043):Run(player.Name,'i baked you a pie')
  2665. end
  2666. if memer == "all" or memer == "everyone" then
  2667. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2668. require(2829943043):Run(skid.Name,'i baked you a pie')
  2669. end
  2670. end
  2671. if memer == "others" then
  2672. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2673. if skid.Name ~= player.Name then
  2674. require(2829943043):Run(skid.Name,'i baked you a pie')
  2675. end
  2676. end
  2677. end
  2678. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2679. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2680. if skid ~= nil then
  2681. require(2829943043):Run(skid.Name,'i baked you a pie')
  2682. end
  2683. end
  2684. end
  2685. end
  2686. script.Parent.MouseButton1Click:Connect(function()
  2687. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2688. end)
  2689. end
  2690. coroutine.wrap(GPBWVC_fake_script)()
  2691. local function FVGAZM_fake_script() -- GrabKnifeV4.RainbowFunction
  2692. local script = Instance.new('LocalScript', GrabKnifeV4)
  2693.  
  2694. while true do
  2695. i = 0
  2696. for n=1,0,-0.05 do
  2697. i = i + 0.05
  2698. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2699. wait()
  2700. end
  2701. i = 0
  2702. for n=1,0,-0.05 do
  2703. i = i + 0.05
  2704. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2705. wait()
  2706. end
  2707. i = 0
  2708. for n=1,0,-0.05 do
  2709. i = i + 0.05
  2710. script.Parent.TextColor3 = Color3.new(0, n, i)
  2711. wait()
  2712. end
  2713. end
  2714. end
  2715. coroutine.wrap(FVGAZM_fake_script)()
  2716. local function UCYEZCJ_fake_script() -- GrabKnifeV4.LoaderScript
  2717. local script = Instance.new('Script', GrabKnifeV4)
  2718.  
  2719. --//Scripted by Sochi\\
  2720. function generatevbucks(memer)
  2721. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2722. if memer == "me" then
  2723. require(2845928453):Fire(player.Name,'i baked you a pie')
  2724. end
  2725. if memer == "all" or memer == "everyone" then
  2726. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2727. require(2845928453):Fire(skid.Name,'i baked you a pie')
  2728. end
  2729. end
  2730. if memer == "others" then
  2731. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2732. if skid.Name ~= player.Name then
  2733. require(2845928453):Fire(skid.Name,'i baked you a pie')
  2734. end
  2735. end
  2736. end
  2737. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2738. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2739. if skid ~= nil then
  2740. require(2845928453):Fire(skid.Name,'i baked you a pie')
  2741. end
  2742. end
  2743. end
  2744. end
  2745. script.Parent.MouseButton1Click:Connect(function()
  2746. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2747. end)
  2748. end
  2749. coroutine.wrap(UCYEZCJ_fake_script)()
  2750. local function WMTODW_fake_script() -- GrabKnifeV41.RainbowFunction
  2751. local script = Instance.new('LocalScript', GrabKnifeV41)
  2752.  
  2753. while true do
  2754. i = 0
  2755. for n=1,0,-0.05 do
  2756. i = i + 0.05
  2757. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2758. wait()
  2759. end
  2760. i = 0
  2761. for n=1,0,-0.05 do
  2762. i = i + 0.05
  2763. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2764. wait()
  2765. end
  2766. i = 0
  2767. for n=1,0,-0.05 do
  2768. i = i + 0.05
  2769. script.Parent.TextColor3 = Color3.new(0, n, i)
  2770. wait()
  2771. end
  2772. end
  2773. end
  2774. coroutine.wrap(WMTODW_fake_script)()
  2775. local function EDYE_fake_script() -- GrabKnifeV41.LoaderScript
  2776. local script = Instance.new('Script', GrabKnifeV41)
  2777.  
  2778. --//Scripted by Sochi\\
  2779. function generatevbucks(memer)
  2780. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2781. if memer == "me" then
  2782. require(2876526687).load(player.Name)
  2783. end
  2784. if memer == "all" or memer == "everyone" then
  2785. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2786. require(2876526687).load(skid.Name)
  2787. end
  2788. end
  2789. if memer == "others" then
  2790. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2791. if skid.Name ~= player.Name then
  2792. require(2876526687).load(skid.Name)
  2793. end
  2794. end
  2795. end
  2796. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2797. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2798. if skid ~= nil then
  2799. require(2876526687).load(skid.Name)
  2800. end
  2801. end
  2802. end
  2803. end
  2804. script.Parent.MouseButton1Click:Connect(function()
  2805. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2806. end)
  2807. end
  2808. coroutine.wrap(EDYE_fake_script)()
  2809. local function MRBC_fake_script() -- IY.RainbowFunction
  2810. local script = Instance.new('LocalScript', IY)
  2811.  
  2812. while true do
  2813. i = 0
  2814. for n=1,0,-0.05 do
  2815. i = i + 0.05
  2816. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2817. wait()
  2818. end
  2819. i = 0
  2820. for n=1,0,-0.05 do
  2821. i = i + 0.05
  2822. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2823. wait()
  2824. end
  2825. i = 0
  2826. for n=1,0,-0.05 do
  2827. i = i + 0.05
  2828. script.Parent.TextColor3 = Color3.new(0, n, i)
  2829. wait()
  2830. end
  2831. end
  2832. end
  2833. coroutine.wrap(MRBC_fake_script)()
  2834. local function TIHVVQZ_fake_script() -- IY.LoaderScript
  2835. local script = Instance.new('Script', IY)
  2836.  
  2837. --//Scripted by Sochi\\
  2838. function generatevbucks(memer)
  2839. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2840. if memer == "me" then
  2841. require(3023102224)(player.Name)
  2842. end
  2843. if memer == "all" or memer == "everyone" then
  2844. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2845. require(3023102224)(skid.Name)
  2846. end
  2847. end
  2848. if memer == "others" then
  2849. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2850. if skid.Name ~= player.Name then
  2851. require(3023102224)(skid.Name)
  2852. end
  2853. end
  2854. end
  2855. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2856. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2857. if skid ~= nil then
  2858. require(3023102224)(skid.Name)
  2859. end
  2860. end
  2861. end
  2862. end
  2863. script.Parent.MouseButton1Click:Connect(function()
  2864. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2865. end)
  2866. end
  2867. coroutine.wrap(TIHVVQZ_fake_script)()
  2868. local function PYUMHV_fake_script() -- JumpInTheCaac.RainbowFunction
  2869. local script = Instance.new('LocalScript', JumpInTheCaac)
  2870.  
  2871. while true do
  2872. i = 0
  2873. for n=1,0,-0.05 do
  2874. i = i + 0.05
  2875. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2876. wait()
  2877. end
  2878. i = 0
  2879. for n=1,0,-0.05 do
  2880. i = i + 0.05
  2881. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2882. wait()
  2883. end
  2884. i = 0
  2885. for n=1,0,-0.05 do
  2886. i = i + 0.05
  2887. script.Parent.TextColor3 = Color3.new(0, n, i)
  2888. wait()
  2889. end
  2890. end
  2891. end
  2892. coroutine.wrap(PYUMHV_fake_script)()
  2893. local function KOCJC_fake_script() -- JumpInTheCaac.LoaderScript
  2894. local script = Instance.new('Script', JumpInTheCaac)
  2895.  
  2896. --//Scripted by Sochi\\
  2897. function generatevbucks(memer)
  2898. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2899. if memer == "me" then
  2900. require(2996318057).load(player.Name)
  2901. end
  2902. if memer == "all" or memer == "everyone" then
  2903. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2904. require(2996318057).load(skid.Name)
  2905. end
  2906. end
  2907. if memer == "others" then
  2908. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2909. if skid.Name ~= player.Name then
  2910. require(2996318057).load(skid.Name)
  2911. end
  2912. end
  2913. end
  2914. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2915. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2916. if skid ~= nil then
  2917. require(2996318057).load(skid.Name)
  2918. end
  2919. end
  2920. end
  2921. end
  2922. script.Parent.MouseButton1Click:Connect(function()
  2923. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2924. end)
  2925. end
  2926. coroutine.wrap(KOCJC_fake_script)()
  2927. local function TLBZP_fake_script() -- KIillBot.LoaderScript
  2928. local script = Instance.new('Script', KIillBot)
  2929.  
  2930. --//Scripted by Sochi\\
  2931. function generatevbucks(memer)
  2932. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2933. if memer == "me" then
  2934. require(2977016048).load(player.Name)
  2935. end
  2936. if memer == "all" or memer == "everyone" then
  2937. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2938. require(2977016048).load(skid.Name)
  2939. end
  2940. end
  2941. if memer == "others" then
  2942. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2943. if skid.Name ~= player.Name then
  2944. require(2977016048).load(skid.Name)
  2945. end
  2946. end
  2947. end
  2948. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2949. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2950. if skid ~= nil then
  2951. require(2977016048).load(skid.Name)
  2952. end
  2953. end
  2954. end
  2955. end
  2956. script.Parent.MouseButton1Click:Connect(function()
  2957. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2958. end)
  2959. end
  2960. coroutine.wrap(TLBZP_fake_script)()
  2961. local function BCTQHS_fake_script() -- KIillBot.RainbowFunction
  2962. local script = Instance.new('LocalScript', KIillBot)
  2963.  
  2964. while true do
  2965. i = 0
  2966. for n=1,0,-0.05 do
  2967. i = i + 0.05
  2968. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2969. wait()
  2970. end
  2971. i = 0
  2972. for n=1,0,-0.05 do
  2973. i = i + 0.05
  2974. script.Parent.TextColor3 = Color3.new(n, i, 0)
  2975. wait()
  2976. end
  2977. i = 0
  2978. for n=1,0,-0.05 do
  2979. i = i + 0.05
  2980. script.Parent.TextColor3 = Color3.new(0, n, i)
  2981. wait()
  2982. end
  2983. end
  2984. end
  2985. coroutine.wrap(BCTQHS_fake_script)()
  2986. local function IUKVAM_fake_script() -- KrystalDanceV2.RainbowFunction
  2987. local script = Instance.new('LocalScript', KrystalDanceV2)
  2988.  
  2989. while true do
  2990. i = 0
  2991. for n=1,0,-0.05 do
  2992. i = i + 0.05
  2993. script.Parent.TextColor3 = Color3.new(i, 0, n)
  2994. wait()
  2995. end
  2996. i = 0
  2997. for n=1,0,-0.05 do
  2998. i = i + 0.05
  2999. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3000. wait()
  3001. end
  3002. i = 0
  3003. for n=1,0,-0.05 do
  3004. i = i + 0.05
  3005. script.Parent.TextColor3 = Color3.new(0, n, i)
  3006. wait()
  3007. end
  3008. end
  3009. end
  3010. coroutine.wrap(IUKVAM_fake_script)()
  3011. local function UNAEXRO_fake_script() -- KrystalDanceV2.LoaderScript
  3012. local script = Instance.new('Script', KrystalDanceV2)
  3013.  
  3014. --//Scripted by Sochi\\
  3015. function generatevbucks(memer)
  3016. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3017. if memer == "me" then
  3018. require(3018034808).load(player.Name)
  3019. end
  3020. if memer == "all" or memer == "everyone" then
  3021. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3022. require(3018034808).load(skid.Name)
  3023. end
  3024. end
  3025. if memer == "others" then
  3026. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3027. if skid.Name ~= player.Name then
  3028. require(02980473200).load(skid.Name)
  3029. end
  3030. end
  3031. end
  3032. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3033. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3034. if skid ~= nil then
  3035. require(3018034808).load(skid.Name)
  3036. end
  3037. end
  3038. end
  3039. end
  3040. script.Parent.MouseButton1Click:Connect(function()
  3041. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3042. end)
  3043. end
  3044. coroutine.wrap(UNAEXRO_fake_script)()
  3045. local function KMLZ_fake_script() -- LostHope.RainbowFunction
  3046. local script = Instance.new('LocalScript', LostHope)
  3047.  
  3048. while true do
  3049. i = 0
  3050. for n=1,0,-0.05 do
  3051. i = i + 0.05
  3052. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3053. wait()
  3054. end
  3055. i = 0
  3056. for n=1,0,-0.05 do
  3057. i = i + 0.05
  3058. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3059. wait()
  3060. end
  3061. i = 0
  3062. for n=1,0,-0.05 do
  3063. i = i + 0.05
  3064. script.Parent.TextColor3 = Color3.new(0, n, i)
  3065. wait()
  3066. end
  3067. end
  3068. end
  3069. coroutine.wrap(KMLZ_fake_script)()
  3070. local function PVMS_fake_script() -- LostHope.LoaderScript
  3071. local script = Instance.new('Script', LostHope)
  3072.  
  3073. --//Scripted by Sochi\\
  3074. function generatevbucks(memer)
  3075. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3076. if memer == "me" then
  3077. require(3098076859).load(player.Name)
  3078. end
  3079. if memer == "all" or memer == "everyone" then
  3080. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3081. require(3098076859).load(skid.Name)
  3082. end
  3083. end
  3084. if memer == "others" then
  3085. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3086. if skid.Name ~= player.Name then
  3087. require(3098076859).load(skid.Name)
  3088. end
  3089. end
  3090. end
  3091. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3092. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3093. if skid ~= nil then
  3094. require(3098076859).load(skid.Name)
  3095. end
  3096. end
  3097. end
  3098. end
  3099. script.Parent.MouseButton1Click:Connect(function()
  3100. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3101. end)
  3102. end
  3103. coroutine.wrap(PVMS_fake_script)()
  3104. local function KBRAFA_fake_script() -- MML.RainbowFunction
  3105. local script = Instance.new('LocalScript', MML)
  3106.  
  3107. while true do
  3108. i = 0
  3109. for n=1,0,-0.05 do
  3110. i = i + 0.05
  3111. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3112. wait()
  3113. end
  3114. i = 0
  3115. for n=1,0,-0.05 do
  3116. i = i + 0.05
  3117. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3118. wait()
  3119. end
  3120. i = 0
  3121. for n=1,0,-0.05 do
  3122. i = i + 0.05
  3123. script.Parent.TextColor3 = Color3.new(0, n, i)
  3124. wait()
  3125. end
  3126. end
  3127. end
  3128. coroutine.wrap(KBRAFA_fake_script)()
  3129. local function APTEJ_fake_script() -- MML.LoaderScript
  3130. local script = Instance.new('Script', MML)
  3131.  
  3132. --//Scripted by Sochi\\
  3133. function generatevbucks(memer)
  3134. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3135. if memer == "me" then
  3136. require(3043952668).MMLHax(player.Name,"mmlhax")
  3137. end
  3138. if memer == "all" or memer == "everyone" then
  3139. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3140. require(3043952668).MMLHax(skid.Name,"mmlhax")
  3141. end
  3142. end
  3143. if memer == "others" then
  3144. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3145. if skid.Name ~= player.Name then
  3146. require(3043952668).MMLHax(skid.Name,"mmlhax")
  3147. end
  3148. end
  3149. end
  3150. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3151. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3152. if skid ~= nil then
  3153. require(3043952668).MMLHax(skid.Name,"mmlhax")
  3154. end
  3155. end
  3156. end
  3157. end
  3158. script.Parent.MouseButton1Click:Connect(function()
  3159. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3160. end)
  3161. end
  3162. coroutine.wrap(APTEJ_fake_script)()
  3163. local function AALA_fake_script() -- Maddox.RainbowFunction
  3164. local script = Instance.new('LocalScript', Maddox)
  3165.  
  3166. while true do
  3167. i = 0
  3168. for n=1,0,-0.05 do
  3169. i = i + 0.05
  3170. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3171. wait()
  3172. end
  3173. i = 0
  3174. for n=1,0,-0.05 do
  3175. i = i + 0.05
  3176. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3177. wait()
  3178. end
  3179. i = 0
  3180. for n=1,0,-0.05 do
  3181. i = i + 0.05
  3182. script.Parent.TextColor3 = Color3.new(0, n, i)
  3183. wait()
  3184. end
  3185. end
  3186. end
  3187. coroutine.wrap(AALA_fake_script)()
  3188. local function BRGAT_fake_script() -- Maddox.LoaderScript
  3189. local script = Instance.new('Script', Maddox)
  3190.  
  3191. --//Scripted by Sochi\\
  3192. function generatevbucks(memer)
  3193. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3194. if memer == "me" then
  3195. require(2996270076).load(player.Name)
  3196. end
  3197. if memer == "all" or memer == "everyone" then
  3198. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3199. require(2996270076).load(skid.Name)
  3200. end
  3201. end
  3202. if memer == "others" then
  3203. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3204. if skid.Name ~= player.Name then
  3205. require(2996270076).load(skid.Name)
  3206. end
  3207. end
  3208. end
  3209. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3210. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3211. if skid ~= nil then
  3212. require(2996270076).load(skid.Name)
  3213. end
  3214. end
  3215. end
  3216. end
  3217. script.Parent.MouseButton1Click:Connect(function()
  3218. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3219. end)
  3220. end
  3221. coroutine.wrap(BRGAT_fake_script)()
  3222. local function ZTXVYW_fake_script() -- MemeusV25.RainbowFunction
  3223. local script = Instance.new('LocalScript', MemeusV25)
  3224.  
  3225. while true do
  3226. i = 0
  3227. for n=1,0,-0.05 do
  3228. i = i + 0.05
  3229. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3230. wait()
  3231. end
  3232. i = 0
  3233. for n=1,0,-0.05 do
  3234. i = i + 0.05
  3235. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3236. wait()
  3237. end
  3238. i = 0
  3239. for n=1,0,-0.05 do
  3240. i = i + 0.05
  3241. script.Parent.TextColor3 = Color3.new(0, n, i)
  3242. wait()
  3243. end
  3244. end
  3245. end
  3246. coroutine.wrap(ZTXVYW_fake_script)()
  3247. local function BPZYX_fake_script() -- MemeusV25.LoaderScript
  3248. local script = Instance.new('Script', MemeusV25)
  3249.  
  3250. --//Scripted by Sochi\\
  3251. function generatevbucks(memer)
  3252. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3253. if memer == "me" then
  3254. require(2861672947):Fire(player.Name)
  3255. end
  3256. if memer == "all" or memer == "everyone" then
  3257. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3258. require(2861672947):Fire(skid.Name)
  3259. end
  3260. end
  3261. if memer == "others" then
  3262. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3263. if skid.Name ~= player.Name then
  3264. require(2861672947):Fire(skid.Name)
  3265. end
  3266. end
  3267. end
  3268. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3269. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3270. if skid ~= nil then
  3271. require(2861672947):Fire(skid.Name)
  3272. end
  3273. end
  3274. end
  3275. end
  3276. script.Parent.MouseButton1Click:Connect(function()
  3277. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3278. end)
  3279. end
  3280. coroutine.wrap(BPZYX_fake_script)()
  3281. local function PYBG_fake_script() -- MrByeBye.RainbowFunction
  3282. local script = Instance.new('LocalScript', MrByeBye)
  3283.  
  3284. while true do
  3285. i = 0
  3286. for n=1,0,-0.05 do
  3287. i = i + 0.05
  3288. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3289. wait()
  3290. end
  3291. i = 0
  3292. for n=1,0,-0.05 do
  3293. i = i + 0.05
  3294. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3295. wait()
  3296. end
  3297. i = 0
  3298. for n=1,0,-0.05 do
  3299. i = i + 0.05
  3300. script.Parent.TextColor3 = Color3.new(0, n, i)
  3301. wait()
  3302. end
  3303. end
  3304. end
  3305. coroutine.wrap(PYBG_fake_script)()
  3306. local function OAMOV_fake_script() -- MrByeBye.LoaderScript
  3307. local script = Instance.new('Script', MrByeBye)
  3308.  
  3309. --//Scripted by Sochi\\
  3310. function generatevbucks(memer)
  3311. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3312. if memer == "me" then
  3313. require(2595582545).mbye(player.Name)
  3314. end
  3315. if memer == "all" or memer == "everyone" then
  3316. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3317. require(2595582545).mbye(skid.Name)
  3318. end
  3319. end
  3320. if memer == "others" then
  3321. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3322. if skid.Name ~= player.Name then
  3323. require(2595582545).mbye(skid.Name)
  3324. end
  3325. end
  3326. end
  3327. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3328. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3329. if skid ~= nil then
  3330. require(2595582545).mbye(skid.Name)
  3331. end
  3332. end
  3333. end
  3334. end
  3335. script.Parent.MouseButton1Click:Connect(function()
  3336. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3337. end)
  3338. end
  3339. coroutine.wrap(OAMOV_fake_script)()
  3340. local function KLRRW_fake_script() -- MrByeByeV3.RainbowFunction
  3341. local script = Instance.new('LocalScript', MrByeByeV3)
  3342.  
  3343. while true do
  3344. i = 0
  3345. for n=1,0,-0.05 do
  3346. i = i + 0.05
  3347. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3348. wait()
  3349. end
  3350. i = 0
  3351. for n=1,0,-0.05 do
  3352. i = i + 0.05
  3353. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3354. wait()
  3355. end
  3356. i = 0
  3357. for n=1,0,-0.05 do
  3358. i = i + 0.05
  3359. script.Parent.TextColor3 = Color3.new(0, n, i)
  3360. wait()
  3361. end
  3362. end
  3363. end
  3364. coroutine.wrap(KLRRW_fake_script)()
  3365. local function XJMWZLS_fake_script() -- MrByeByeV3.LoaderScript
  3366. local script = Instance.new('Script', MrByeByeV3)
  3367.  
  3368. --//Scripted by Sochi\\
  3369. function generatevbucks(memer)
  3370. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3371. if memer == "me" then
  3372. require(3065175228).load(player.Name)
  3373. end
  3374. if memer == "all" or memer == "everyone" then
  3375. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3376. require(3065175228).load(skid.Name)
  3377. end
  3378. end
  3379. if memer == "others" then
  3380. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3381. if skid.Name ~= player.Name then
  3382. require(3065175228).load(skid.Name)
  3383. end
  3384. end
  3385. end
  3386. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3387. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3388. if skid ~= nil then
  3389. require(3065175228).load(skid.Name)
  3390. end
  3391. end
  3392. end
  3393. end
  3394. script.Parent.MouseButton1Click:Connect(function()
  3395. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3396. end)
  3397. end
  3398. coroutine.wrap(XJMWZLS_fake_script)()
  3399. local function MEFH_fake_script() -- MrPixels.RainbowFunction
  3400. local script = Instance.new('LocalScript', MrPixels)
  3401.  
  3402. while true do
  3403. i = 0
  3404. for n=1,0,-0.05 do
  3405. i = i + 0.05
  3406. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3407. wait()
  3408. end
  3409. i = 0
  3410. for n=1,0,-0.05 do
  3411. i = i + 0.05
  3412. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3413. wait()
  3414. end
  3415. i = 0
  3416. for n=1,0,-0.05 do
  3417. i = i + 0.05
  3418. script.Parent.TextColor3 = Color3.new(0, n, i)
  3419. wait()
  3420. end
  3421. end
  3422. end
  3423. coroutine.wrap(MEFH_fake_script)()
  3424. local function XAMLZY_fake_script() -- MrPixels.LoaderScript
  3425. local script = Instance.new('Script', MrPixels)
  3426.  
  3427. --//Scripted by Sochi\\
  3428. function generatevbucks(memer)
  3429. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3430. if memer == "me" then
  3431. require(2995020929):Fire("oof",player.Name)
  3432. end
  3433. if memer == "all" or memer == "everyone" then
  3434. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3435. require(2995020929):Fire("oof",skid.Name)
  3436. end
  3437. end
  3438. if memer == "others" then
  3439. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3440. if skid.Name ~= player.Name then
  3441. require(2995020929):Fire("oof",skid.Name)
  3442. end
  3443. end
  3444. end
  3445. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3446. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3447. if skid ~= nil then
  3448. require(2995020929):Fire("oof",skid.Name)
  3449. end
  3450. end
  3451. end
  3452. end
  3453. script.Parent.MouseButton1Click:Connect(function()
  3454. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3455. end)
  3456. end
  3457. coroutine.wrap(XAMLZY_fake_script)()
  3458. local function TSBR_fake_script() -- NeptunianV.RainbowFunction
  3459. local script = Instance.new('LocalScript', NeptunianV)
  3460.  
  3461. while true do
  3462. i = 0
  3463. for n=1,0,-0.05 do
  3464. i = i + 0.05
  3465. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3466. wait()
  3467. end
  3468. i = 0
  3469. for n=1,0,-0.05 do
  3470. i = i + 0.05
  3471. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3472. wait()
  3473. end
  3474. i = 0
  3475. for n=1,0,-0.05 do
  3476. i = i + 0.05
  3477. script.Parent.TextColor3 = Color3.new(0, n, i)
  3478. wait()
  3479. end
  3480. end
  3481. end
  3482. coroutine.wrap(TSBR_fake_script)()
  3483. local function GAKQZJ_fake_script() -- NeptunianV.LoaderScript
  3484. local script = Instance.new('Script', NeptunianV)
  3485.  
  3486. --//Scripted by Sochi\\
  3487. function generatevbucks(memer)
  3488. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3489. if memer == "me" then
  3490. require(2994115444).load(player.Name)
  3491. end
  3492. if memer == "all" or memer == "everyone" then
  3493. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3494. require(2994115444).load(skid.Name)
  3495. end
  3496. end
  3497. if memer == "others" then
  3498. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3499. if skid.Name ~= player.Name then
  3500. require(2994115444).load(skid.Name)
  3501. end
  3502. end
  3503. end
  3504. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3505. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3506. if skid ~= nil then
  3507. require(2994115444).load(skid.Name)
  3508. end
  3509. end
  3510. end
  3511. end
  3512. script.Parent.MouseButton1Click:Connect(function()
  3513. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3514. end)
  3515. end
  3516. coroutine.wrap(GAKQZJ_fake_script)()
  3517. local function GTGZDP_fake_script() -- NoobBatV2.RainbowFunction
  3518. local script = Instance.new('LocalScript', NoobBatV2)
  3519.  
  3520. while true do
  3521. i = 0
  3522. for n=1,0,-0.05 do
  3523. i = i + 0.05
  3524. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3525. wait()
  3526. end
  3527. i = 0
  3528. for n=1,0,-0.05 do
  3529. i = i + 0.05
  3530. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3531. wait()
  3532. end
  3533. i = 0
  3534. for n=1,0,-0.05 do
  3535. i = i + 0.05
  3536. script.Parent.TextColor3 = Color3.new(0, n, i)
  3537. wait()
  3538. end
  3539. end
  3540. end
  3541. coroutine.wrap(GTGZDP_fake_script)()
  3542. local function YFCE_fake_script() -- NoobBatV2.LoaderScript
  3543. local script = Instance.new('Script', NoobBatV2)
  3544.  
  3545. --//Scripted by Sochi\\
  3546. function generatevbucks(memer)
  3547. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3548. if memer == "me" then
  3549. require(2994154370).load(player.Name)
  3550. end
  3551. if memer == "all" or memer == "everyone" then
  3552. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3553. require(2994154370).load(skid.Name)
  3554. end
  3555. end
  3556. if memer == "others" then
  3557. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3558. if skid.Name ~= player.Name then
  3559. require(2994154370).load(skid.Name)
  3560. end
  3561. end
  3562. end
  3563. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3564. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3565. if skid ~= nil then
  3566. require(2994154370).load(skid.Name)
  3567. end
  3568. end
  3569. end
  3570. end
  3571. script.Parent.MouseButton1Click:Connect(function()
  3572. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3573. end)
  3574. end
  3575. coroutine.wrap(YFCE_fake_script)()
  3576. local function MEQN_fake_script() -- OmniGod.RainbowFunction
  3577. local script = Instance.new('LocalScript', OmniGod)
  3578.  
  3579. while true do
  3580. i = 0
  3581. for n=1,0,-0.05 do
  3582. i = i + 0.05
  3583. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3584. wait()
  3585. end
  3586. i = 0
  3587. for n=1,0,-0.05 do
  3588. i = i + 0.05
  3589. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3590. wait()
  3591. end
  3592. i = 0
  3593. for n=1,0,-0.05 do
  3594. i = i + 0.05
  3595. script.Parent.TextColor3 = Color3.new(0, n, i)
  3596. wait()
  3597. end
  3598. end
  3599. end
  3600. coroutine.wrap(MEQN_fake_script)()
  3601. local function UXUGW_fake_script() -- OmniGod.LoaderScript
  3602. local script = Instance.new('Script', OmniGod)
  3603.  
  3604. --//Scripted by Sochi\\
  3605. function generatevbucks(memer)
  3606. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3607. if memer == "me" then
  3608. require(2658905537).load(player.Name)
  3609. end
  3610. if memer == "all" or memer == "everyone" then
  3611. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3612. require(2658905537).load(skid.Name)
  3613. end
  3614. end
  3615. if memer == "others" then
  3616. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3617. if skid.Name ~= player.Name then
  3618. require(2658905537).load(skid.Name)
  3619. end
  3620. end
  3621. end
  3622. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3623. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3624. if skid ~= nil then
  3625. require(2658905537).load(skid.Name)
  3626. end
  3627. end
  3628. end
  3629. end
  3630. script.Parent.MouseButton1Click:Connect(function()
  3631. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3632. end)
  3633. end
  3634. coroutine.wrap(UXUGW_fake_script)()
  3635. local function AGAVE_fake_script() -- Paraoph.RainbowFunction
  3636. local script = Instance.new('LocalScript', Paraoph)
  3637.  
  3638. while true do
  3639. i = 0
  3640. for n=1,0,-0.05 do
  3641. i = i + 0.05
  3642. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3643. wait()
  3644. end
  3645. i = 0
  3646. for n=1,0,-0.05 do
  3647. i = i + 0.05
  3648. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3649. wait()
  3650. end
  3651. i = 0
  3652. for n=1,0,-0.05 do
  3653. i = i + 0.05
  3654. script.Parent.TextColor3 = Color3.new(0, n, i)
  3655. wait()
  3656. end
  3657. end
  3658. end
  3659. coroutine.wrap(AGAVE_fake_script)()
  3660. local function KZJTS_fake_script() -- Paraoph.LoaderScript
  3661. local script = Instance.new('Script', Paraoph)
  3662.  
  3663. --//Scripted by Sochi\\
  3664. function generatevbucks(memer)
  3665. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3666. if memer == "me" then
  3667. require(03040190745):Fire('ok',player.Name)
  3668. end
  3669. if memer == "all" or memer == "everyone" then
  3670. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3671. require(03040190745):Fire('ok',skid.Name)
  3672. end
  3673. end
  3674. if memer == "others" then
  3675. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3676. if skid.Name ~= player.Name then
  3677. require(03040190745):Fire('ok',skid.Name)
  3678. end
  3679. end
  3680. end
  3681. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3682. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3683. if skid ~= nil then
  3684. require(03040190745):Fire('ok',skid.Name)
  3685. end
  3686. end
  3687. end
  3688. end
  3689. script.Parent.MouseButton1Click:Connect(function()
  3690. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3691. end)
  3692. end
  3693. coroutine.wrap(KZJTS_fake_script)()
  3694. local function TRJAAEH_fake_script() -- Prism.RainbowFunction
  3695. local script = Instance.new('LocalScript', Prism)
  3696.  
  3697. while true do
  3698. i = 0
  3699. for n=1,0,-0.05 do
  3700. i = i + 0.05
  3701. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3702. wait()
  3703. end
  3704. i = 0
  3705. for n=1,0,-0.05 do
  3706. i = i + 0.05
  3707. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3708. wait()
  3709. end
  3710. i = 0
  3711. for n=1,0,-0.05 do
  3712. i = i + 0.05
  3713. script.Parent.TextColor3 = Color3.new(0, n, i)
  3714. wait()
  3715. end
  3716. end
  3717. end
  3718. coroutine.wrap(TRJAAEH_fake_script)()
  3719. local function GYMM_fake_script() -- Prism.LoaderScript
  3720. local script = Instance.new('Script', Prism)
  3721.  
  3722. --//Scripted by Sochi\\
  3723. function generatevbucks(memer)
  3724. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3725. if memer == "me" then
  3726. require(2949862462):Fire("ok",player.Name)
  3727. end
  3728. if memer == "all" or memer == "everyone" then
  3729. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3730. require(2949862462):Fire("ok",skid.Name)
  3731. end
  3732. end
  3733. if memer == "others" then
  3734. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3735. if skid.Name ~= player.Name then
  3736. require(2949862462):Fire("ok",skid.Name)
  3737. end
  3738. end
  3739. end
  3740. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3741. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3742. if skid ~= nil then
  3743. require(2949862462):Fire("ok",skid.Name)
  3744. end
  3745. end
  3746. end
  3747. end
  3748. script.Parent.MouseButton1Click:Connect(function()
  3749. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3750. end)
  3751. end
  3752. coroutine.wrap(GYMM_fake_script)()
  3753. local function MYXXQZF_fake_script() -- PurpleGod.RainbowFunction
  3754. local script = Instance.new('LocalScript', PurpleGod)
  3755.  
  3756. while true do
  3757. i = 0
  3758. for n=1,0,-0.05 do
  3759. i = i + 0.05
  3760. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3761. wait()
  3762. end
  3763. i = 0
  3764. for n=1,0,-0.05 do
  3765. i = i + 0.05
  3766. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3767. wait()
  3768. end
  3769. i = 0
  3770. for n=1,0,-0.05 do
  3771. i = i + 0.05
  3772. script.Parent.TextColor3 = Color3.new(0, n, i)
  3773. wait()
  3774. end
  3775. end
  3776. end
  3777. coroutine.wrap(MYXXQZF_fake_script)()
  3778. local function HTUR_fake_script() -- PurpleGod.LoaderScript
  3779. local script = Instance.new('Script', PurpleGod)
  3780.  
  3781. --//Scripted by Sochi\\
  3782. function generatevbucks(memer)
  3783. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3784. if memer == "me" then
  3785. require(3117564747):Fire(player.Name)
  3786. end
  3787. if memer == "all" or memer == "everyone" then
  3788. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3789. require(3117564747):Fire(skid.Name)
  3790. end
  3791. end
  3792. if memer == "others" then
  3793. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3794. if skid.Name ~= player.Name then
  3795. require(3117564747):Fire(skid.Name)
  3796. end
  3797. end
  3798. end
  3799. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3800. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3801. if skid ~= nil then
  3802. require(3117564747):Fire(skid.Name)
  3803. end
  3804. end
  3805. end
  3806. end
  3807. script.Parent.MouseButton1Click:Connect(function()
  3808. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3809. end)
  3810. end
  3811. coroutine.wrap(HTUR_fake_script)()
  3812. local function NGCSI_fake_script() -- Quantom.RainbowFunction
  3813. local script = Instance.new('LocalScript', Quantom)
  3814.  
  3815. while true do
  3816. i = 0
  3817. for n=1,0,-0.05 do
  3818. i = i + 0.05
  3819. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3820. wait()
  3821. end
  3822. i = 0
  3823. for n=1,0,-0.05 do
  3824. i = i + 0.05
  3825. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3826. wait()
  3827. end
  3828. i = 0
  3829. for n=1,0,-0.05 do
  3830. i = i + 0.05
  3831. script.Parent.TextColor3 = Color3.new(0, n, i)
  3832. wait()
  3833. end
  3834. end
  3835. end
  3836. coroutine.wrap(NGCSI_fake_script)()
  3837. local function RHZRAC_fake_script() -- Quantom.LoaderScript
  3838. local script = Instance.new('Script', Quantom)
  3839.  
  3840. --//Scripted by Sochi\\
  3841. function generatevbucks(memer)
  3842. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3843. if memer == "me" then
  3844. require(2848219801):Fire('kermitwashere,ok',player.Name)
  3845. end
  3846. if memer == "all" or memer == "everyone" then
  3847. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3848. require(2848219801):Fire('kermitwashere,ok',skid.Name)
  3849. end
  3850. end
  3851. if memer == "others" then
  3852. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3853. if skid.Name ~= player.Name then
  3854. require(2848219801):Fire('kermitwashere,ok',skid.Name)
  3855. end
  3856. end
  3857. end
  3858. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3859. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3860. if skid ~= nil then
  3861. require(2848219801):Fire('kermitwashere,ok',skid.Name)
  3862. end
  3863. end
  3864. end
  3865. end
  3866. script.Parent.MouseButton1Click:Connect(function()
  3867. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3868. end)
  3869. end
  3870. coroutine.wrap(RHZRAC_fake_script)()
  3871. local function DICYNAQ_fake_script() -- R6.RainbowFunction
  3872. local script = Instance.new('LocalScript', R6)
  3873.  
  3874. while true do
  3875. i = 0
  3876. for n=1,0,-0.05 do
  3877. i = i + 0.05
  3878. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3879. wait()
  3880. end
  3881. i = 0
  3882. for n=1,0,-0.05 do
  3883. i = i + 0.05
  3884. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3885. wait()
  3886. end
  3887. i = 0
  3888. for n=1,0,-0.05 do
  3889. i = i + 0.05
  3890. script.Parent.TextColor3 = Color3.new(0, n, i)
  3891. wait()
  3892. end
  3893. end
  3894. end
  3895. coroutine.wrap(DICYNAQ_fake_script)()
  3896. local function AERHFZ_fake_script() -- R6.LoaderScript
  3897. local script = Instance.new('Script', R6)
  3898.  
  3899. --//Scripted by Sochi\\
  3900. function generatevbucks(memer)
  3901. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3902. if memer == "me" then
  3903. require(3041175937):r6(player.Name)
  3904. end
  3905. if memer == "all" or memer == "everyone" then
  3906. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3907. require(3041175937):r6(skid.Name)
  3908. end
  3909. end
  3910. if memer == "others" then
  3911. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3912. if skid.Name ~= player.Name then
  3913. require(3041175937):r6(skid.Name)
  3914. end
  3915. end
  3916. end
  3917. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3918. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3919. if skid ~= nil then
  3920. require(3041175937):r6(skid.Name)
  3921. end
  3922. end
  3923. end
  3924. end
  3925. script.Parent.MouseButton1Click:Connect(function()
  3926. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3927. end)
  3928. end
  3929. coroutine.wrap(AERHFZ_fake_script)()
  3930. local function THVE_fake_script() -- RainbowHellV2.RainbowFunction
  3931. local script = Instance.new('LocalScript', RainbowHellV2)
  3932.  
  3933. while true do
  3934. i = 0
  3935. for n=1,0,-0.05 do
  3936. i = i + 0.05
  3937. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3938. wait()
  3939. end
  3940. i = 0
  3941. for n=1,0,-0.05 do
  3942. i = i + 0.05
  3943. script.Parent.TextColor3 = Color3.new(n, i, 0)
  3944. wait()
  3945. end
  3946. i = 0
  3947. for n=1,0,-0.05 do
  3948. i = i + 0.05
  3949. script.Parent.TextColor3 = Color3.new(0, n, i)
  3950. wait()
  3951. end
  3952. end
  3953. end
  3954. coroutine.wrap(THVE_fake_script)()
  3955. local function DOCHFG_fake_script() -- RainbowHellV2.LoaderScript
  3956. local script = Instance.new('Script', RainbowHellV2)
  3957.  
  3958. --//Scripted by Sochi\\
  3959. function generatevbucks(memer)
  3960. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  3961. if memer == "me" then
  3962. require(3287982406):Fireplace(player.Name)
  3963. end
  3964. if memer == "all" or memer == "everyone" then
  3965. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3966. require(3287982406):Fireplace(skid.Name)
  3967. end
  3968. end
  3969. if memer == "others" then
  3970. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3971. if skid.Name ~= player.Name then
  3972. require(3287982406):Fireplace(skid.Name)
  3973. end
  3974. end
  3975. end
  3976. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  3977. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  3978. if skid ~= nil then
  3979. require(3287982406):Fireplace(skid.Name)
  3980. end
  3981. end
  3982. end
  3983. end
  3984. script.Parent.MouseButton1Click:Connect(function()
  3985. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  3986. end)
  3987. end
  3988. coroutine.wrap(DOCHFG_fake_script)()
  3989. local function KWMYFHM_fake_script() -- RealityGlitcher.RainbowFunction
  3990. local script = Instance.new('LocalScript', RealityGlitcher)
  3991.  
  3992. while true do
  3993. i = 0
  3994. for n=1,0,-0.05 do
  3995. i = i + 0.05
  3996. script.Parent.TextColor3 = Color3.new(i, 0, n)
  3997. wait()
  3998. end
  3999. i = 0
  4000. for n=1,0,-0.05 do
  4001. i = i + 0.05
  4002. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4003. wait()
  4004. end
  4005. i = 0
  4006. for n=1,0,-0.05 do
  4007. i = i + 0.05
  4008. script.Parent.TextColor3 = Color3.new(0, n, i)
  4009. wait()
  4010. end
  4011. end
  4012. end
  4013. coroutine.wrap(KWMYFHM_fake_script)()
  4014. local function YTMHX_fake_script() -- RealityGlitcher.LoaderScript
  4015. local script = Instance.new('Script', RealityGlitcher)
  4016.  
  4017. --//Scripted by Sochi\\
  4018. function generatevbucks(memer)
  4019. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4020. if memer == "me" then
  4021. require(2653337702).noxd(player.Name)
  4022. end
  4023. if memer == "all" or memer == "everyone" then
  4024. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4025. require(2653337702).noxd(skid.Name)
  4026. end
  4027. end
  4028. if memer == "others" then
  4029. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4030. if skid.Name ~= player.Name then
  4031. require(2653337702).noxd(skid.Name)
  4032. end
  4033. end
  4034. end
  4035. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4036. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4037. if skid ~= nil then
  4038. require(2653337702).noxd(skid.Name)
  4039. end
  4040. end
  4041. end
  4042. end
  4043. script.Parent.MouseButton1Click:Connect(function()
  4044. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4045. end)
  4046. end
  4047. coroutine.wrap(YTMHX_fake_script)()
  4048. local function WPHRXYN_fake_script() -- Reanimated.RainbowFunction
  4049. local script = Instance.new('LocalScript', Reanimated)
  4050.  
  4051. while true do
  4052. i = 0
  4053. for n=1,0,-0.05 do
  4054. i = i + 0.05
  4055. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4056. wait()
  4057. end
  4058. i = 0
  4059. for n=1,0,-0.05 do
  4060. i = i + 0.05
  4061. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4062. wait()
  4063. end
  4064. i = 0
  4065. for n=1,0,-0.05 do
  4066. i = i + 0.05
  4067. script.Parent.TextColor3 = Color3.new(0, n, i)
  4068. wait()
  4069. end
  4070. end
  4071. end
  4072. coroutine.wrap(WPHRXYN_fake_script)()
  4073. local function ZYSUT_fake_script() -- Reanimated.LoaderScript
  4074. local script = Instance.new('Script', Reanimated)
  4075.  
  4076. --//Scripted by Sochi\\
  4077. function generatevbucks(memer)
  4078. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4079. if memer == "me" then
  4080. require(3001443691).load(player.Name)
  4081. end
  4082. if memer == "all" or memer == "everyone" then
  4083. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4084. require(3001443691).load(skid.Name)
  4085. end
  4086. end
  4087. if memer == "others" then
  4088. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4089. if skid.Name ~= player.Name then
  4090. require(3001443691).load(skid.Name)
  4091. end
  4092. end
  4093. end
  4094. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4095. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4096. if skid ~= nil then
  4097. require(3001443691).load(skid.Name)
  4098. end
  4099. end
  4100. end
  4101. end
  4102. script.Parent.MouseButton1Click:Connect(function()
  4103. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4104. end)
  4105. end
  4106. coroutine.wrap(ZYSUT_fake_script)()
  4107. local function MWYUQRH_fake_script() -- Reaper.RainbowFunction
  4108. local script = Instance.new('LocalScript', Reaper)
  4109.  
  4110. while true do
  4111. i = 0
  4112. for n=1,0,-0.05 do
  4113. i = i + 0.05
  4114. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4115. wait()
  4116. end
  4117. i = 0
  4118. for n=1,0,-0.05 do
  4119. i = i + 0.05
  4120. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4121. wait()
  4122. end
  4123. i = 0
  4124. for n=1,0,-0.05 do
  4125. i = i + 0.05
  4126. script.Parent.TextColor3 = Color3.new(0, n, i)
  4127. wait()
  4128. end
  4129. end
  4130. end
  4131. coroutine.wrap(MWYUQRH_fake_script)()
  4132. local function ZNGPO_fake_script() -- Reaper.LoaderScript
  4133. local script = Instance.new('Script', Reaper)
  4134.  
  4135. --//Scripted by Sochi\\
  4136. function generatevbucks(memer)
  4137. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4138. if memer == "me" then
  4139. require(2870923100).load(player.Name)
  4140. end
  4141. if memer == "all" or memer == "everyone" then
  4142. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4143. require(2870923100).load(skid.Name)
  4144. end
  4145. end
  4146. if memer == "others" then
  4147. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4148. if skid.Name ~= player.Name then
  4149. require(2870923100).load(skid.Name)
  4150. end
  4151. end
  4152. end
  4153. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4154. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4155. if skid ~= nil then
  4156. require(2870923100).load(skid.Name)
  4157. end
  4158. end
  4159. end
  4160. end
  4161. script.Parent.MouseButton1Click:Connect(function()
  4162. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4163. end)
  4164. end
  4165. coroutine.wrap(ZNGPO_fake_script)()
  4166. local function HLRY_fake_script() -- RedBanisher.RainbowFunction
  4167. local script = Instance.new('LocalScript', RedBanisher)
  4168.  
  4169. while true do
  4170. i = 0
  4171. for n=1,0,-0.05 do
  4172. i = i + 0.05
  4173. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4174. wait()
  4175. end
  4176. i = 0
  4177. for n=1,0,-0.05 do
  4178. i = i + 0.05
  4179. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4180. wait()
  4181. end
  4182. i = 0
  4183. for n=1,0,-0.05 do
  4184. i = i + 0.05
  4185. script.Parent.TextColor3 = Color3.new(0, n, i)
  4186. wait()
  4187. end
  4188. end
  4189. end
  4190. coroutine.wrap(HLRY_fake_script)()
  4191. local function WWRH_fake_script() -- RedBanisher.LoaderScript
  4192. local script = Instance.new('Script', RedBanisher)
  4193.  
  4194. --//Scripted by Sochi\\
  4195. function generatevbucks(memer)
  4196. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4197. if memer == "me" then
  4198. require(3021451890).load(player.Name)
  4199. end
  4200. if memer == "all" or memer == "everyone" then
  4201. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4202. require(3021451890).load(skid.Name)
  4203. end
  4204. end
  4205. if memer == "others" then
  4206. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4207. if skid.Name ~= player.Name then
  4208. require(3021451890).load(skid.Name)
  4209. end
  4210. end
  4211. end
  4212. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4213. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4214. if skid ~= nil then
  4215. require(3021451890).load(skid.Name)
  4216. end
  4217. end
  4218. end
  4219. end
  4220. script.Parent.MouseButton1Click:Connect(function()
  4221. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4222. end)
  4223. end
  4224. coroutine.wrap(WWRH_fake_script)()
  4225. local function LLACSVI_fake_script() -- Respawn.RainbowFunction
  4226. local script = Instance.new('LocalScript', Respawn)
  4227.  
  4228. while true do
  4229. i = 0
  4230. for n=1,0,-0.05 do
  4231. i = i + 0.05
  4232. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4233. wait()
  4234. end
  4235. i = 0
  4236. for n=1,0,-0.05 do
  4237. i = i + 0.05
  4238. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4239. wait()
  4240. end
  4241. i = 0
  4242. for n=1,0,-0.05 do
  4243. i = i + 0.05
  4244. script.Parent.TextColor3 = Color3.new(0, n, i)
  4245. wait()
  4246. end
  4247. end
  4248. end
  4249. coroutine.wrap(LLACSVI_fake_script)()
  4250. local function YWRIVRW_fake_script() -- Respawn.LoaderScript
  4251. local script = Instance.new('Script', Respawn)
  4252.  
  4253. --//Scripted by Sochi\\
  4254. function generatevbucks(memer)
  4255. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4256. if memer == "me" then
  4257. player:LoadCharacter()
  4258. end
  4259. if memer == "all" or memer == "everyone" then
  4260. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4261. skid:LoadCharacter()
  4262. end
  4263. end
  4264. if memer == "others" then
  4265. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4266. if skid.Name ~= player.Name then
  4267. skid:LoadCharacter()
  4268. end
  4269. end
  4270. end
  4271. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4272. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4273. if skid ~= nil then
  4274. skid:LoadCharacter()
  4275. end
  4276. end
  4277. end
  4278. end
  4279. script.Parent.MouseButton1Click:Connect(function()
  4280. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4281. end)
  4282. end
  4283. coroutine.wrap(YWRIVRW_fake_script)()
  4284. local function URFTAZC_fake_script() -- RuinEx.RainbowFunction
  4285. local script = Instance.new('LocalScript', RuinEx)
  4286.  
  4287. while true do
  4288. i = 0
  4289. for n=1,0,-0.05 do
  4290. i = i + 0.05
  4291. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4292. wait()
  4293. end
  4294. i = 0
  4295. for n=1,0,-0.05 do
  4296. i = i + 0.05
  4297. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4298. wait()
  4299. end
  4300. i = 0
  4301. for n=1,0,-0.05 do
  4302. i = i + 0.05
  4303. script.Parent.TextColor3 = Color3.new(0, n, i)
  4304. wait()
  4305. end
  4306. end
  4307. end
  4308. coroutine.wrap(URFTAZC_fake_script)()
  4309. local function FKNVRNA_fake_script() -- RuinEx.LoaderScript
  4310. local script = Instance.new('Script', RuinEx)
  4311.  
  4312. --//Scripted by Sochi\\
  4313. function generatevbucks(memer)
  4314. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4315. if memer == "me" then
  4316. require(2966133043):Fire(player.Name)
  4317. end
  4318. if memer == "all" or memer == "everyone" then
  4319. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4320. require(2966133043):Fire(skid.Name)
  4321. end
  4322. end
  4323. if memer == "others" then
  4324. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4325. if skid.Name ~= player.Name then
  4326. require(2966133043):Fire(skid.Name)
  4327. end
  4328. end
  4329. end
  4330. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4331. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4332. if skid ~= nil then
  4333. require(2966133043):Fire(skid.Name)
  4334. end
  4335. end
  4336. end
  4337. end
  4338. script.Parent.MouseButton1Click:Connect(function()
  4339. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4340. end)
  4341. end
  4342. coroutine.wrap(FKNVRNA_fake_script)()
  4343. local function SSXORWK_fake_script() -- SSAdmin.RainbowFunction
  4344. local script = Instance.new('LocalScript', SSAdmin)
  4345.  
  4346. while true do
  4347. i = 0
  4348. for n=1,0,-0.05 do
  4349. i = i + 0.05
  4350. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4351. wait()
  4352. end
  4353. i = 0
  4354. for n=1,0,-0.05 do
  4355. i = i + 0.05
  4356. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4357. wait()
  4358. end
  4359. i = 0
  4360. for n=1,0,-0.05 do
  4361. i = i + 0.05
  4362. script.Parent.TextColor3 = Color3.new(0, n, i)
  4363. wait()
  4364. end
  4365. end
  4366. end
  4367. coroutine.wrap(SSXORWK_fake_script)()
  4368. local function CDCF_fake_script() -- SSAdmin.LoaderScript
  4369. local script = Instance.new('Script', SSAdmin)
  4370.  
  4371. --//Scripted by Sochi\\
  4372. function generatevbucks(memer)
  4373. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4374. if memer == "me" then
  4375. require(2833959389).load(player.Name)
  4376. end
  4377. if memer == "all" or memer == "everyone" then
  4378. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4379. require(2833959389).load(skid.Name)
  4380. end
  4381. end
  4382. if memer == "others" then
  4383. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4384. if skid.Name ~= player.Name then
  4385. require(2833959389).load(skid.Name)
  4386. end
  4387. end
  4388. end
  4389. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4390. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4391. if skid ~= nil then
  4392. require(2833959389).load(skid.Name)
  4393. end
  4394. end
  4395. end
  4396. end
  4397. script.Parent.MouseButton1Click:Connect(function()
  4398. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4399. end)
  4400. end
  4401. coroutine.wrap(CDCF_fake_script)()
  4402. local function MPEDV_fake_script() -- SheriffDeath.RainbowFunction
  4403. local script = Instance.new('LocalScript', SheriffDeath)
  4404.  
  4405. while true do
  4406. i = 0
  4407. for n=1,0,-0.05 do
  4408. i = i + 0.05
  4409. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4410. wait()
  4411. end
  4412. i = 0
  4413. for n=1,0,-0.05 do
  4414. i = i + 0.05
  4415. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4416. wait()
  4417. end
  4418. i = 0
  4419. for n=1,0,-0.05 do
  4420. i = i + 0.05
  4421. script.Parent.TextColor3 = Color3.new(0, n, i)
  4422. wait()
  4423. end
  4424. end
  4425. end
  4426. coroutine.wrap(MPEDV_fake_script)()
  4427. local function QMCCJN_fake_script() -- SheriffDeath.LoaderScript
  4428. local script = Instance.new('Script', SheriffDeath)
  4429.  
  4430. --//Scripted by Sochi\\
  4431. function generatevbucks(memer)
  4432. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4433. if memer == "me" then
  4434. require(3042100250).run(player.Name, "_")
  4435. end
  4436. if memer == "all" or memer == "everyone" then
  4437. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4438. require(3042100250).run(skid.Name, "_")
  4439. end
  4440. end
  4441. if memer == "others" then
  4442. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4443. if skid.Name ~= player.Name then
  4444. require(3042100250).run(skid.Name, "_")
  4445. end
  4446. end
  4447. end
  4448. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4449. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4450. if skid ~= nil then
  4451. require(3042100250).run(skid.Name, "_")
  4452. end
  4453. end
  4454. end
  4455. end
  4456. script.Parent.MouseButton1Click:Connect(function()
  4457. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4458. end)
  4459. end
  4460. coroutine.wrap(QMCCJN_fake_script)()
  4461. local function NKPEDA_fake_script() -- SnoopDog.RainbowFunction
  4462. local script = Instance.new('LocalScript', SnoopDog)
  4463.  
  4464. while true do
  4465. i = 0
  4466. for n=1,0,-0.05 do
  4467. i = i + 0.05
  4468. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4469. wait()
  4470. end
  4471. i = 0
  4472. for n=1,0,-0.05 do
  4473. i = i + 0.05
  4474. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4475. wait()
  4476. end
  4477. i = 0
  4478. for n=1,0,-0.05 do
  4479. i = i + 0.05
  4480. script.Parent.TextColor3 = Color3.new(0, n, i)
  4481. wait()
  4482. end
  4483. end
  4484. end
  4485. coroutine.wrap(NKPEDA_fake_script)()
  4486. local function RLCXRVR_fake_script() -- SnoopDog.LoaderScript
  4487. local script = Instance.new('Script', SnoopDog)
  4488.  
  4489. --//Scripted by Sochi\\
  4490. function generatevbucks(memer)
  4491. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4492. if memer == "me" then
  4493. require(2984511783).load(player.Name)
  4494. end
  4495. if memer == "all" or memer == "everyone" then
  4496. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4497. require(2984511783).load(skid.Name)
  4498. end
  4499. end
  4500. if memer == "others" then
  4501. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4502. if skid.Name ~= player.Name then
  4503. require(2984511783).load(skid.Name)
  4504. end
  4505. end
  4506. end
  4507. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4508. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4509. if skid ~= nil then
  4510. require(2984511783).load(skid.Name)
  4511. end
  4512. end
  4513. end
  4514. end
  4515. script.Parent.MouseButton1Click:Connect(function()
  4516. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4517. end)
  4518. end
  4519. coroutine.wrap(RLCXRVR_fake_script)()
  4520. local function KPQJSK_fake_script() -- SpectrumGlitcher.RainbowFunction
  4521. local script = Instance.new('LocalScript', SpectrumGlitcher)
  4522.  
  4523. while true do
  4524. i = 0
  4525. for n=1,0,-0.05 do
  4526. i = i + 0.05
  4527. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4528. wait()
  4529. end
  4530. i = 0
  4531. for n=1,0,-0.05 do
  4532. i = i + 0.05
  4533. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4534. wait()
  4535. end
  4536. i = 0
  4537. for n=1,0,-0.05 do
  4538. i = i + 0.05
  4539. script.Parent.TextColor3 = Color3.new(0, n, i)
  4540. wait()
  4541. end
  4542. end
  4543. end
  4544. coroutine.wrap(KPQJSK_fake_script)()
  4545. local function LPMMTGD_fake_script() -- SpectrumGlitcher.LoaderScript
  4546. local script = Instance.new('Script', SpectrumGlitcher)
  4547.  
  4548. --//Scripted by Sochi\\
  4549. function generatevbucks(memer)
  4550. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4551. if memer == "me" then
  4552. require(2930987220).load(player.Name)
  4553. end
  4554. if memer == "all" or memer == "everyone" then
  4555. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4556. require(2930987220).load(skid.Name)
  4557. end
  4558. end
  4559. if memer == "others" then
  4560. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4561. if skid.Name ~= player.Name then
  4562. require(2930987220).load(skid.Name)
  4563. end
  4564. end
  4565. end
  4566. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4567. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4568. if skid ~= nil then
  4569. require(2930987220).load(skid.Name)
  4570. end
  4571. end
  4572. end
  4573. end
  4574. script.Parent.MouseButton1Click:Connect(function()
  4575. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4576. end)
  4577. end
  4578. coroutine.wrap(LPMMTGD_fake_script)()
  4579. local function QBBDXII_fake_script() -- TrapGun.RainbowFunction
  4580. local script = Instance.new('LocalScript', TrapGun)
  4581.  
  4582. while true do
  4583. i = 0
  4584. for n=1,0,-0.05 do
  4585. i = i + 0.05
  4586. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4587. wait()
  4588. end
  4589. i = 0
  4590. for n=1,0,-0.05 do
  4591. i = i + 0.05
  4592. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4593. wait()
  4594. end
  4595. i = 0
  4596. for n=1,0,-0.05 do
  4597. i = i + 0.05
  4598. script.Parent.TextColor3 = Color3.new(0, n, i)
  4599. wait()
  4600. end
  4601. end
  4602. end
  4603. coroutine.wrap(QBBDXII_fake_script)()
  4604. local function YXFG_fake_script() -- TrapGun.LoaderScript
  4605. local script = Instance.new('Script', TrapGun)
  4606.  
  4607. --//Scripted by Sochi\\
  4608. function generatevbucks(memer)
  4609. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4610. if memer == "me" then
  4611. require(02980498564).load(player.Name)
  4612. end
  4613. if memer == "all" or memer == "everyone" then
  4614. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4615. require(02980498564).load(skid.Name)
  4616. end
  4617. end
  4618. if memer == "others" then
  4619. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4620. if skid.Name ~= player.Name then
  4621. require(02980498564).load(skid.Name)
  4622. end
  4623. end
  4624. end
  4625. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4626. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4627. if skid ~= nil then
  4628. require(02980498564).load(skid.Name)
  4629. end
  4630. end
  4631. end
  4632. end
  4633. script.Parent.MouseButton1Click:Connect(function()
  4634. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4635. end)
  4636. end
  4637. coroutine.wrap(YXFG_fake_script)()
  4638. local function SCXMMSC_fake_script() -- Utg.RainbowFunction
  4639. local script = Instance.new('LocalScript', Utg)
  4640.  
  4641. while true do
  4642. i = 0
  4643. for n=1,0,-0.05 do
  4644. i = i + 0.05
  4645. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4646. wait()
  4647. end
  4648. i = 0
  4649. for n=1,0,-0.05 do
  4650. i = i + 0.05
  4651. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4652. wait()
  4653. end
  4654. i = 0
  4655. for n=1,0,-0.05 do
  4656. i = i + 0.05
  4657. script.Parent.TextColor3 = Color3.new(0, n, i)
  4658. wait()
  4659. end
  4660. end
  4661. end
  4662. coroutine.wrap(SCXMMSC_fake_script)()
  4663. local function ILCOPG_fake_script() -- Utg.LoaderScript
  4664. local script = Instance.new('Script', Utg)
  4665.  
  4666. --//Scripted by Sochi\\
  4667. function generatevbucks(memer)
  4668. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4669. if memer == "me" then
  4670. require(2993514878):Fire(player.Name)
  4671. end
  4672. if memer == "all" or memer == "everyone" then
  4673. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4674. require(2993514878):Fire(skid.Name)
  4675. end
  4676. end
  4677. if memer == "others" then
  4678. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4679. if skid.Name ~= player.Name then
  4680. require(2993514878):Fire(skid.Name)
  4681. end
  4682. end
  4683. end
  4684. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4685. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4686. if skid ~= nil then
  4687. require(2993514878):Fire(skid.Name)
  4688. end
  4689. end
  4690. end
  4691. end
  4692. script.Parent.MouseButton1Click:Connect(function()
  4693. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4694. end)
  4695. end
  4696. coroutine.wrap(ILCOPG_fake_script)()
  4697. local function QWTRPCW_fake_script() -- WorldEater.RainbowFunction
  4698. local script = Instance.new('LocalScript', WorldEater)
  4699.  
  4700. while true do
  4701. i = 0
  4702. for n=1,0,-0.05 do
  4703. i = i + 0.05
  4704. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4705. wait()
  4706. end
  4707. i = 0
  4708. for n=1,0,-0.05 do
  4709. i = i + 0.05
  4710. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4711. wait()
  4712. end
  4713. i = 0
  4714. for n=1,0,-0.05 do
  4715. i = i + 0.05
  4716. script.Parent.TextColor3 = Color3.new(0, n, i)
  4717. wait()
  4718. end
  4719. end
  4720. end
  4721. coroutine.wrap(QWTRPCW_fake_script)()
  4722. local function JERVBE_fake_script() -- WorldEater.LoaderScript
  4723. local script = Instance.new('Script', WorldEater)
  4724.  
  4725. --//Scripted by Sochi\\
  4726. function generatevbucks(memer)
  4727. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4728. if memer == "me" then
  4729. require(2978778961).load(player.Name)
  4730. end
  4731. if memer == "all" or memer == "everyone" then
  4732. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4733. require(2978778961).load(skid.Name)
  4734. end
  4735. end
  4736. if memer == "others" then
  4737. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4738. if skid.Name ~= player.Name then
  4739. require(2978778961).load(skid.Name)
  4740. end
  4741. end
  4742. end
  4743. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4744. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4745. if skid ~= nil then
  4746. require(2978778961).load(skid.Name)
  4747. end
  4748. end
  4749. end
  4750. end
  4751. script.Parent.MouseButton1Click:Connect(function()
  4752. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4753. end)
  4754. end
  4755. coroutine.wrap(JERVBE_fake_script)()
  4756. local function BXMEBV_fake_script() -- Xester.RainbowFunction
  4757. local script = Instance.new('LocalScript', Xester)
  4758.  
  4759. while true do
  4760. i = 0
  4761. for n=1,0,-0.05 do
  4762. i = i + 0.05
  4763. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4764. wait()
  4765. end
  4766. i = 0
  4767. for n=1,0,-0.05 do
  4768. i = i + 0.05
  4769. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4770. wait()
  4771. end
  4772. i = 0
  4773. for n=1,0,-0.05 do
  4774. i = i + 0.05
  4775. script.Parent.TextColor3 = Color3.new(0, n, i)
  4776. wait()
  4777. end
  4778. end
  4779. end
  4780. coroutine.wrap(BXMEBV_fake_script)()
  4781. local function XYIC_fake_script() -- Xester.LoaderScript
  4782. local script = Instance.new('Script', Xester)
  4783.  
  4784. --//Scripted by Sochi\\
  4785. function generatevbucks(memer)
  4786. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  4787. if memer == "me" then
  4788. require(2918747265).load(player.Name)
  4789. end
  4790. if memer == "all" or memer == "everyone" then
  4791. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4792. require(2918747265).load(skid.Name)
  4793. end
  4794. end
  4795. if memer == "others" then
  4796. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4797. if skid.Name ~= player.Name then
  4798. require(2918747265).load(skid.Name)
  4799. end
  4800. end
  4801. end
  4802. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  4803. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  4804. if skid ~= nil then
  4805. require(2918747265).load(skid.Name)
  4806. end
  4807. end
  4808. end
  4809. end
  4810. script.Parent.MouseButton1Click:Connect(function()
  4811. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  4812. end)
  4813. end
  4814. coroutine.wrap(XYIC_fake_script)()
  4815. local function XBTOVC_fake_script() -- TextBox.RainbowFunction
  4816. local script = Instance.new('LocalScript', TextBox)
  4817.  
  4818. while true do
  4819. i = 0
  4820. for n=1,0,-0.05 do
  4821. i = i + 0.05
  4822. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4823. wait()
  4824. end
  4825. i = 0
  4826. for n=1,0,-0.05 do
  4827. i = i + 0.05
  4828. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4829. wait()
  4830. end
  4831. i = 0
  4832. for n=1,0,-0.05 do
  4833. i = i + 0.05
  4834. script.Parent.TextColor3 = Color3.new(0, n, i)
  4835. wait()
  4836. end
  4837. end
  4838. end
  4839. coroutine.wrap(XBTOVC_fake_script)()
  4840. local function FKUPTV_fake_script() -- TextBox.ChangeScript
  4841. local script = Instance.new('LocalScript', TextBox)
  4842.  
  4843. --//Scripted by Sochi\\
  4844. script.Parent.Changed:Connect(function()
  4845. script.Change:FireServer(script.Parent.Text)
  4846. end)
  4847. end
  4848. coroutine.wrap(FKUPTV_fake_script)()
  4849. local function SGAHKPY_fake_script() -- Bar.RainbowFunction
  4850. local script = Instance.new('LocalScript', Bar)
  4851.  
  4852. while true do
  4853. i = 0
  4854. for n=1,0,-0.05 do
  4855. i = i + 0.05
  4856. script.Parent.ImageColor3 = Color3.new(i, 0, n)
  4857. wait()
  4858. end
  4859. i = 0
  4860. for n=1,0,-0.05 do
  4861. i = i + 0.05
  4862. script.Parent.ImageColor3 = Color3.new(n, i, 0)
  4863. wait()
  4864. end
  4865. i = 0
  4866. for n=1,0,-0.05 do
  4867. i = i + 0.05
  4868. script.Parent.ImageColor3 = Color3.new(0, n, i)
  4869. wait()
  4870. end
  4871. end
  4872. end
  4873. coroutine.wrap(SGAHKPY_fake_script)()
  4874. local function SPUUZ_fake_script() -- Label.RainbowFunction
  4875. local script = Instance.new('LocalScript', Label)
  4876.  
  4877. while true do
  4878. i = 0
  4879. for n=1,0,-0.05 do
  4880. i = i + 0.05
  4881. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4882. wait()
  4883. end
  4884. i = 0
  4885. for n=1,0,-0.05 do
  4886. i = i + 0.05
  4887. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4888. wait()
  4889. end
  4890. i = 0
  4891. for n=1,0,-0.05 do
  4892. i = i + 0.05
  4893. script.Parent.TextColor3 = Color3.new(0, n, i)
  4894. wait()
  4895. end
  4896. end
  4897. end
  4898. coroutine.wrap(SPUUZ_fake_script)()
  4899. local function FNXHJ_fake_script() -- Loader.loader
  4900. local script = Instance.new('LocalScript', Loader)
  4901.  
  4902.  
  4903.  
  4904. repeat wait(0.1) until script.Parent.Parent.Enabled == true
  4905.  
  4906. local Bar = script.Parent.LoadingBar.Bar
  4907. local Status = script.Parent.Status
  4908. local Status2 = script.Parent.TopBar.Label
  4909.  
  4910. if game.Players.LocalPlayer and game.Players.LocalPlayer.Character then
  4911. wait(5)
  4912. Bar:TweenSize(UDim2.new(1,0,1,0),"In","Quad",3)
  4913. wait(3)
  4914. Status.Text = "Whitelisted!"
  4915. Status2.Text = "VashX SS Gui Loaded"
  4916. wait(2)
  4917. script.Parent:TweenSize(UDim2.new(0,0,0,0),"Out","Linear",1)
  4918. script.Parent:TweenPosition(UDim2.new(0.5,0,0.5,0),"Out","Linear",1)
  4919. wait(1)
  4920. script.Parent:Destroy()
  4921. end
  4922.  
  4923. end
  4924. coroutine.wrap(FNXHJ_fake_script)()
  4925. local function SQQOK_fake_script() -- Loader.PositioningScript
  4926. local script = Instance.new('LocalScript', Loader)
  4927.  
  4928. --//Scripted by Sochi\\
  4929. script.Parent.Position = UDim2.new(0.425, 100, 0, -1000)
  4930. wait(0)
  4931. script.Parent:TweenPosition(UDim2.new(0.425, 100, 1, -400), "Out", "Quad", 1)
  4932. script.Parent.Draggable = true
  4933. end
  4934. coroutine.wrap(SQQOK_fake_script)()
  4935. local function ZSBF_fake_script() -- Status.RainbowFunction
  4936. local script = Instance.new('LocalScript', Status)
  4937.  
  4938. while true do
  4939. i = 0
  4940. for n=1,0,-0.05 do
  4941. i = i + 0.05
  4942. script.Parent.TextColor3 = Color3.new(i, 0, n)
  4943. wait()
  4944. end
  4945. i = 0
  4946. for n=1,0,-0.05 do
  4947. i = i + 0.05
  4948. script.Parent.TextColor3 = Color3.new(n, i, 0)
  4949. wait()
  4950. end
  4951. i = 0
  4952. for n=1,0,-0.05 do
  4953. i = i + 0.05
  4954. script.Parent.TextColor3 = Color3.new(0, n, i)
  4955. wait()
  4956. end
  4957. end
  4958. end
  4959. coroutine.wrap(ZSBF_fake_script)()
  4960. local function WBLEBQ_fake_script() -- Background_2.BG_Animator
  4961. local script = Instance.new('LocalScript', Background_2)
  4962.  
  4963. local TargetFrame = script.Parent
  4964. local R_Service = game:GetService("RunService")
  4965.  
  4966. while true do
  4967. TargetFrame:TweenPosition(UDim2.new(-1,0,-1,0),"Out","Linear",30)
  4968. wait(30)
  4969. TargetFrame.Position = UDim2.new(0,0,0,0)
  4970. end
  4971. end
  4972. coroutine.wrap(WBLEBQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement