Advertisement
Guest User

utg script

a guest
May 2nd, 2019
27,276
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.49 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local UTG = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Frame = Instance.new("Frame")
  8. local R6 = Instance.new("TextButton")
  9. local Respawn = Instance.new("TextButton")
  10. local TextBox = Instance.new("TextBox")
  11. local ScrollingFrame = Instance.new("ScrollingFrame")
  12. local Angel = Instance.new("TextButton")
  13. local Wed = Instance.new("TextButton")
  14. local DarthVader = Instance.new("TextButton")
  15. local Maddox = Instance.new("TextButton")
  16. local ElioBlasio = Instance.new("TextButton")
  17. local MrByeBye = Instance.new("TextButton")
  18. local TrapGun = Instance.new("TextButton")
  19. local TheBigBan = Instance.new("TextButton")
  20. local OroshiArmCannon = Instance.new("TextButton")
  21. local NebulaGlitcher = Instance.new("TextButton")
  22. local InfiniteYieldSS = Instance.new("TextButton")
  23. local GoodCopBadCop = Instance.new("TextButton")
  24. local GrabGun = Instance.new("TextButton")
  25. local NeptunianV = Instance.new("TextButton")
  26. local GrabKnifeV4 = Instance.new("TextButton")
  27. local InternalWar = Instance.new("TextButton")
  28. local DualPinkGuns = Instance.new("TextButton")
  29. local topkek = Instance.new("TextButton")
  30. local UVG = Instance.new("TextButton")
  31. local flame = Instance.new("TextButton")
  32. local tornado = Instance.new("TextButton")
  33. local judge = Instance.new("TextButton")
  34. local Xester = Instance.new("TextButton")
  35. local Golden = Instance.new("TextButton")
  36. local Master = Instance.new("TextButton")
  37. local Pizza = Instance.new("TextButton")
  38. local Void = Instance.new("TextButton")
  39. local Ruin = Instance.new("TextButton")
  40. local Warden = Instance.new("TextButton")
  41. local Noob = Instance.new("TextButton")
  42. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  43. local Omni = Instance.new("TextButton")
  44. local Bru = Instance.new("TextButton")
  45. local _911 = Instance.new("TextButton")
  46. local Troll = Instance.new("TextButton")
  47. local snoop = Instance.new("TextButton")
  48. local Thomas = Instance.new("TextButton")
  49. local Spong = Instance.new("TextButton")
  50. local Sniper = Instance.new("TextButton")
  51. local Death = Instance.new("TextButton")
  52. local poke = Instance.new("TextButton")
  53. local Toad = Instance.new("TextButton")
  54. local Star = Instance.new("TextButton")
  55. local Back = Instance.new("TextButton")
  56. local Exit = Instance.new("TextButton")
  57. local Burh = Instance.new("Frame")
  58. --Properties:
  59. UTG.Name = "UTG"
  60. UTG.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  61. UTG.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  62. UTG.ResetOnSpawn = false
  63.  
  64. MainFrame.Name = "MainFrame"
  65. MainFrame.Parent = UTG
  66. MainFrame.Active = true
  67. MainFrame.BackgroundColor3 = Color3.new(0.14902, 0.176471, 0.188235)
  68. MainFrame.BackgroundTransparency = 1
  69. MainFrame.BorderColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  70. MainFrame.BorderSizePixel = 0
  71. MainFrame.Draggable = true
  72. MainFrame.Position = UDim2.new(0, 352, 0, 51)
  73. MainFrame.Size = UDim2.new(0, 240, 0, 438)
  74.  
  75. TextLabel.Parent = MainFrame
  76. TextLabel.Active = true
  77. TextLabel.BackgroundTransparency = 1
  78. TextLabel.Position = UDim2.new(1.07732642, -225, 0.0208844095, 0)
  79. TextLabel.Size = UDim2.new(0, 182, 0, 25)
  80. TextLabel.Font = Enum.Font.Arial
  81. TextLabel.Text = "Ultimate Trolling GUI"
  82. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  83. TextLabel.TextSize = 20
  84.  
  85. Frame.Parent = MainFrame
  86. Frame.BackgroundColor3 = Color3.new(0.14902, 0.176471, 0.188235)
  87. Frame.BorderSizePixel = 0
  88. Frame.Position = UDim2.new(0.0708333328, 0, 0.0711127147, 0)
  89. Frame.Size = UDim2.new(0, 210, 0, 70)
  90.  
  91. R6.Name = "R6"
  92. R6.Parent = Frame
  93. R6.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  94. R6.BorderSizePixel = 0
  95. R6.Position = UDim2.new(0, 3, 0, 9)
  96. R6.Size = UDim2.new(0, 33, 0, 30)
  97. R6.Font = Enum.Font.Arial
  98. R6.Text = "R6"
  99. R6.TextColor3 = Color3.new(0.545098, 1, 0.560784)
  100. R6.TextSize = 20
  101. R6.TextWrapped = true
  102.  
  103. Respawn.Name = "Respawn"
  104. Respawn.Parent = Frame
  105. Respawn.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  106. Respawn.BorderSizePixel = 0
  107. Respawn.Position = UDim2.new(1.16383529, -200, 1.97386158, -100)
  108. Respawn.Size = UDim2.new(0, 162, 0, 31)
  109. Respawn.Font = Enum.Font.Arial
  110. Respawn.Text = "Respawn"
  111. Respawn.TextColor3 = Color3.new(1, 1, 1)
  112. Respawn.TextSize = 20
  113. Respawn.TextWrapped = true
  114.  
  115. TextBox.Parent = MainFrame
  116. TextBox.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  117. TextBox.BorderSizePixel = 0
  118. TextBox.Position = UDim2.new(1.13918912, -212, 0.176760107, -37)
  119. TextBox.Size = UDim2.new(0, 162, 0, 25)
  120. TextBox.Font = Enum.Font.Arial
  121. TextBox.MultiLine = true
  122. TextBox.Text = "Username"
  123. TextBox.TextColor3 = Color3.new(1, 1, 1)
  124. TextBox.TextSize = 20
  125. TextBox.TextWrapped = true
  126.  
  127. ScrollingFrame.Parent = MainFrame
  128. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  129. ScrollingFrame.BackgroundTransparency = 1
  130. ScrollingFrame.BorderSizePixel = 0
  131. ScrollingFrame.Position = UDim2.new(0.0541666672, 0, 0.257380456, 0)
  132. ScrollingFrame.Size = UDim2.new(0, 213, 0, 320)
  133.  
  134. Angel.Name = "Angel"
  135. Angel.Parent = ScrollingFrame
  136. Angel.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  137. Angel.BorderSizePixel = 0
  138. Angel.Position = UDim2.new(0.840706408, -56, 0.336734951, 475)
  139. Angel.Size = UDim2.new(0, 70, 0, 50)
  140. Angel.Font = Enum.Font.Arial
  141. Angel.Text = "Gold Clock"
  142. Angel.TextColor3 = Color3.new(1, 1, 1)
  143. Angel.TextScaled = true
  144. Angel.TextSize = 20
  145. Angel.TextWrapped = true
  146.  
  147. Wed.Name = "Wed"
  148. Wed.Parent = ScrollingFrame
  149. Wed.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  150. Wed.BorderSizePixel = 0
  151. Wed.Position = UDim2.new(0.840706408, -56, 0.400661886, 475)
  152. Wed.Size = UDim2.new(0, 70, 0, 50)
  153. Wed.Font = Enum.Font.Arial
  154. Wed.Text = "Weed"
  155. Wed.TextColor3 = Color3.new(1, 1, 1)
  156. Wed.TextSize = 20
  157. Wed.TextWrapped = true
  158.  
  159. DarthVader.Name = "DarthVader"
  160. DarthVader.Parent = ScrollingFrame
  161. DarthVader.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  162. DarthVader.BorderSizePixel = 0
  163. DarthVader.Position = UDim2.new(0.675578952, -137, -0.277490973, 475)
  164. DarthVader.Size = UDim2.new(0, 112, 0, 50)
  165. DarthVader.Font = Enum.Font.Arial
  166. DarthVader.Text = "Darth Vader"
  167. DarthVader.TextColor3 = Color3.new(1, 1, 1)
  168. DarthVader.TextSize = 20
  169. DarthVader.TextWrapped = true
  170.  
  171. Maddox.Name = "Maddox"
  172. Maddox.Parent = ScrollingFrame
  173. Maddox.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  174. Maddox.BorderSizePixel = 0
  175. Maddox.Position = UDim2.new(0.291410625, -56, -0.547968209, 475)
  176. Maddox.Size = UDim2.new(0, 112, 0, 50)
  177. Maddox.Font = Enum.Font.Arial
  178. Maddox.Text = "Maddox"
  179. Maddox.TextColor3 = Color3.new(1, 1, 1)
  180. Maddox.TextSize = 20
  181. Maddox.TextWrapped = true
  182.  
  183. ElioBlasio.Name = "ElioBlasio"
  184. ElioBlasio.Parent = ScrollingFrame
  185. ElioBlasio.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  186. ElioBlasio.BorderSizePixel = 0
  187. ElioBlasio.Position = UDim2.new(0.286979109, -56, -0.240480661, 325)
  188. ElioBlasio.Size = UDim2.new(0, 112, 0, 50)
  189. ElioBlasio.Font = Enum.Font.Arial
  190. ElioBlasio.Text = "Elio Blasio"
  191. ElioBlasio.TextColor3 = Color3.new(1, 1, 1)
  192. ElioBlasio.TextSize = 20
  193. ElioBlasio.TextWrapped = true
  194.  
  195. MrByeBye.Name = "MrByeBye"
  196. MrByeBye.Parent = ScrollingFrame
  197. MrByeBye.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  198. MrByeBye.BorderSizePixel = 0
  199. MrByeBye.Position = UDim2.new(0.290734738, -56, -0.651119888, 625)
  200. MrByeBye.Size = UDim2.new(0, 112, 0, 50)
  201. MrByeBye.Font = Enum.Font.Arial
  202. MrByeBye.Text = "Mr. Bye Bye"
  203. MrByeBye.TextColor3 = Color3.new(1, 1, 1)
  204. MrByeBye.TextSize = 20
  205. MrByeBye.TextWrapped = true
  206.  
  207. TrapGun.Name = "TrapGun"
  208. TrapGun.Parent = ScrollingFrame
  209. TrapGun.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  210. TrapGun.BorderSizePixel = 0
  211. TrapGun.Position = UDim2.new(0, 7, 0, 175)
  212. TrapGun.Size = UDim2.new(0, 112, 0, 50)
  213. TrapGun.Font = Enum.Font.Arial
  214. TrapGun.Text = "Trap Gun"
  215. TrapGun.TextColor3 = Color3.new(1, 1, 1)
  216. TrapGun.TextSize = 20
  217. TrapGun.TextWrapped = true
  218.  
  219. TheBigBan.Name = "TheBigBan"
  220. TheBigBan.Parent = ScrollingFrame
  221. TheBigBan.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  222. TheBigBan.BorderSizePixel = 0
  223. TheBigBan.Position = UDim2.new(0.671932518, -137, -0.381248534, 625)
  224. TheBigBan.Size = UDim2.new(0, 112, 0, 50)
  225. TheBigBan.Font = Enum.Font.Arial
  226. TheBigBan.Text = "The Big Ban"
  227. TheBigBan.TextColor3 = Color3.new(1, 1, 1)
  228. TheBigBan.TextSize = 20
  229. TheBigBan.TextWrapped = true
  230.  
  231. OroshiArmCannon.Name = "OroshiArmCannon"
  232. OroshiArmCannon.Parent = ScrollingFrame
  233. OroshiArmCannon.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  234. OroshiArmCannon.BorderSizePixel = 0
  235. OroshiArmCannon.Position = UDim2.new(0, 6, 0, 354)
  236. OroshiArmCannon.Size = UDim2.new(0, 112, 0, 50)
  237. OroshiArmCannon.Font = Enum.Font.Arial
  238. OroshiArmCannon.Text = "Oroshi Arm Cannon"
  239. OroshiArmCannon.TextColor3 = Color3.new(1, 1, 1)
  240. OroshiArmCannon.TextSize = 20
  241. OroshiArmCannon.TextWrapped = true
  242.  
  243. NebulaGlitcher.Name = "NebulaGlitcher"
  244. NebulaGlitcher.Parent = ScrollingFrame
  245. NebulaGlitcher.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  246. NebulaGlitcher.BorderSizePixel = 0
  247. NebulaGlitcher.Position = UDim2.new(0, 6, 0, 412)
  248. NebulaGlitcher.Size = UDim2.new(0, 112, 0, 50)
  249. NebulaGlitcher.Font = Enum.Font.Arial
  250. NebulaGlitcher.Text = "Nebula Glitcher"
  251. NebulaGlitcher.TextColor3 = Color3.new(1, 1, 1)
  252. NebulaGlitcher.TextSize = 20
  253. NebulaGlitcher.TextWrapped = true
  254.  
  255. InfiniteYieldSS.Name = "InfiniteYieldSS"
  256. InfiniteYieldSS.Parent = ScrollingFrame
  257. InfiniteYieldSS.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  258. InfiniteYieldSS.BorderSizePixel = 0
  259. InfiniteYieldSS.Position = UDim2.new(0, 6, 0, 476)
  260. InfiniteYieldSS.Size = UDim2.new(0, 112, 0, 50)
  261. InfiniteYieldSS.Font = Enum.Font.Arial
  262. InfiniteYieldSS.Text = "Infinite Yield SS"
  263. InfiniteYieldSS.TextColor3 = Color3.new(1, 1, 1)
  264. InfiniteYieldSS.TextSize = 20
  265. InfiniteYieldSS.TextWrapped = true
  266.  
  267. GoodCopBadCop.Name = "GoodCopBadCop"
  268. GoodCopBadCop.Parent = ScrollingFrame
  269. GoodCopBadCop.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  270. GoodCopBadCop.BorderSizePixel = 0
  271. GoodCopBadCop.Position = UDim2.new(0, 7, 0, 535)
  272. GoodCopBadCop.Size = UDim2.new(0, 112, 0, 50)
  273. GoodCopBadCop.Font = Enum.Font.Arial
  274. GoodCopBadCop.Text = "Good Cop Bad Cop"
  275. GoodCopBadCop.TextColor3 = Color3.new(1, 1, 1)
  276. GoodCopBadCop.TextSize = 20
  277. GoodCopBadCop.TextWrapped = true
  278.  
  279. GrabGun.Name = "GrabGun"
  280. GrabGun.Parent = ScrollingFrame
  281. GrabGun.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  282. GrabGun.BorderSizePixel = 0
  283. GrabGun.Position = UDim2.new(0, 6, 0, 595)
  284. GrabGun.Size = UDim2.new(0, 112, 0, 50)
  285. GrabGun.Font = Enum.Font.Arial
  286. GrabGun.Text = "Grab Gun"
  287. GrabGun.TextColor3 = Color3.new(1, 1, 1)
  288. GrabGun.TextSize = 20
  289. GrabGun.TextWrapped = true
  290.  
  291. NeptunianV.Name = "NeptunianV"
  292. NeptunianV.Parent = ScrollingFrame
  293. NeptunianV.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  294. NeptunianV.BorderSizePixel = 0
  295. NeptunianV.Position = UDim2.new(0.283403128, -56, 0.547572732, 175)
  296. NeptunianV.Size = UDim2.new(0, 112, 0, 50)
  297. NeptunianV.Font = Enum.Font.Arial
  298. NeptunianV.Text = "Neptunian V"
  299. NeptunianV.TextColor3 = Color3.new(1, 1, 1)
  300. NeptunianV.TextSize = 20
  301. NeptunianV.TextWrapped = true
  302.  
  303. GrabKnifeV4.Name = "GrabKnifeV4"
  304. GrabKnifeV4.Parent = ScrollingFrame
  305. GrabKnifeV4.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  306. GrabKnifeV4.BorderSizePixel = 0
  307. GrabKnifeV4.Position = UDim2.new(0, 7, 0, 712)
  308. GrabKnifeV4.Size = UDim2.new(0, 112, 0, 50)
  309. GrabKnifeV4.Font = Enum.Font.Arial
  310. GrabKnifeV4.Text = "Grab Knife V4"
  311. GrabKnifeV4.TextColor3 = Color3.new(1, 1, 1)
  312. GrabKnifeV4.TextSize = 20
  313. GrabKnifeV4.TextWrapped = true
  314.  
  315. InternalWar.Name = "InternalWar"
  316. InternalWar.Parent = ScrollingFrame
  317. InternalWar.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  318. InternalWar.BorderSizePixel = 0
  319. InternalWar.Position = UDim2.new(0, 7, 0, 770)
  320. InternalWar.Size = UDim2.new(0, 112, 0, 50)
  321. InternalWar.Font = Enum.Font.Arial
  322. InternalWar.Text = "Lustris"
  323. InternalWar.TextColor3 = Color3.new(1, 1, 1)
  324. InternalWar.TextSize = 20
  325. InternalWar.TextWrapped = true
  326.  
  327. DualPinkGuns.Name = "DualPinkGuns"
  328. DualPinkGuns.Parent = ScrollingFrame
  329. DualPinkGuns.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  330. DualPinkGuns.BorderSizePixel = 0
  331. DualPinkGuns.Position = UDim2.new(0.676056325, -137, 0.91438359, 25)
  332. DualPinkGuns.Size = UDim2.new(0, 112, 0, 50)
  333. DualPinkGuns.Font = Enum.Font.Arial
  334. DualPinkGuns.Text = "Dual Pink Guns"
  335. DualPinkGuns.TextColor3 = Color3.new(1, 1, 1)
  336. DualPinkGuns.TextSize = 20
  337. DualPinkGuns.TextWrapped = true
  338.  
  339. topkek.Name = "topkek"
  340. topkek.Parent = ScrollingFrame
  341. topkek.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  342. topkek.BorderSizePixel = 0
  343. topkek.Position = UDim2.new(0.840706408, -56, -0.547968209, 475)
  344. topkek.Size = UDim2.new(0, 70, 0, 50)
  345. topkek.Font = Enum.Font.Arial
  346. topkek.Text = "Topkek"
  347. topkek.TextColor3 = Color3.new(1, 1, 1)
  348. topkek.TextSize = 20
  349. topkek.TextWrapped = true
  350.  
  351. UVG.Name = "UVG"
  352. UVG.Parent = ScrollingFrame
  353. UVG.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  354. UVG.BorderSizePixel = 0
  355. UVG.Position = UDim2.new(0.840706408, -56, -0.480616629, 475)
  356. UVG.Size = UDim2.new(0, 70, 0, 50)
  357. UVG.Font = Enum.Font.Arial
  358. UVG.Text = "UVG"
  359. UVG.TextColor3 = Color3.new(1, 1, 1)
  360. UVG.TextSize = 20
  361. UVG.TextWrapped = true
  362.  
  363. flame.Name = "flame"
  364. flame.Parent = ScrollingFrame
  365. flame.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  366. flame.BorderSizePixel = 0
  367. flame.Position = UDim2.new(0.840706408, -56, -0.412123471, 475)
  368. flame.Size = UDim2.new(0, 70, 0, 50)
  369. flame.Font = Enum.Font.Arial
  370. flame.Text = "Phadora"
  371. flame.TextColor3 = Color3.new(1, 1, 1)
  372. flame.TextScaled = true
  373. flame.TextSize = 20
  374. flame.TextWrapped = true
  375.  
  376. tornado.Name = "tornado"
  377. tornado.Parent = ScrollingFrame
  378. tornado.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  379. tornado.BorderSizePixel = 0
  380. tornado.Position = UDim2.new(0.840706408, -56, -0.342488766, 475)
  381. tornado.Size = UDim2.new(0, 70, 0, 50)
  382. tornado.Font = Enum.Font.Arial
  383. tornado.Text = "Tornado"
  384. tornado.TextColor3 = Color3.new(1, 1, 1)
  385. tornado.TextScaled = true
  386. tornado.TextSize = 20
  387. tornado.TextWrapped = true
  388.  
  389. judge.Name = "judge"
  390. judge.Parent = ScrollingFrame
  391. judge.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  392. judge.BorderSizePixel = 0
  393. judge.Position = UDim2.new(0.840706408, -56, -0.278561831, 475)
  394. judge.Size = UDim2.new(0, 70, 0, 50)
  395. judge.Font = Enum.Font.Arial
  396. judge.Text = "The Final Judgment"
  397. judge.TextColor3 = Color3.new(1, 1, 1)
  398. judge.TextScaled = true
  399. judge.TextSize = 20
  400. judge.TextWrapped = true
  401.  
  402. Xester.Name = "Xester"
  403. Xester.Parent = ScrollingFrame
  404. Xester.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  405. Xester.BorderSizePixel = 0
  406. Xester.Position = UDim2.new(0.840706408, -56, -0.210068673, 475)
  407. Xester.Size = UDim2.new(0, 70, 0, 50)
  408. Xester.Font = Enum.Font.Arial
  409. Xester.Text = "Xester"
  410. Xester.TextColor3 = Color3.new(1, 1, 1)
  411. Xester.TextSize = 20
  412. Xester.TextWrapped = true
  413.  
  414. Golden.Name = "Golden"
  415. Golden.Parent = ScrollingFrame
  416. Golden.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  417. Golden.BorderSizePixel = 0
  418. Golden.Position = UDim2.new(0.840706408, -56, -0.138150871, 475)
  419. Golden.Size = UDim2.new(0, 70, 0, 50)
  420. Golden.Font = Enum.Font.Arial
  421. Golden.Text = "Golden Gun"
  422. Golden.TextColor3 = Color3.new(1, 1, 1)
  423. Golden.TextSize = 20
  424. Golden.TextWrapped = true
  425.  
  426. Master.Name = "Master"
  427. Master.Parent = ScrollingFrame
  428. Master.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  429. Master.BorderSizePixel = 0
  430. Master.Position = UDim2.new(0.840706408, -56, -0.0719408244, 475)
  431. Master.Size = UDim2.new(0, 70, 0, 50)
  432. Master.Font = Enum.Font.Arial
  433. Master.Text = "Master Claws"
  434. Master.TextColor3 = Color3.new(1, 1, 1)
  435. Master.TextSize = 20
  436. Master.TextWrapped = true
  437.  
  438. Pizza.Name = "Pizza"
  439. Pizza.Parent = ScrollingFrame
  440. Pizza.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  441. Pizza.BorderSizePixel = 0
  442. Pizza.Position = UDim2.new(0.840706408, -56, 0.00111853331, 475)
  443. Pizza.Size = UDim2.new(0, 70, 0, 50)
  444. Pizza.Font = Enum.Font.Arial
  445. Pizza.Text = "Pizza Man"
  446. Pizza.TextColor3 = Color3.new(1, 1, 1)
  447. Pizza.TextSize = 20
  448. Pizza.TextWrapped = true
  449.  
  450. Void.Name = "Void"
  451. Void.Parent = ScrollingFrame
  452. Void.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  453. Void.BorderSizePixel = 0
  454. Void.Position = UDim2.new(0.840706408, -56, 0.0684701279, 475)
  455. Void.Size = UDim2.new(0, 70, 0, 50)
  456. Void.Font = Enum.Font.Arial
  457. Void.Text = "Void Boss"
  458. Void.TextColor3 = Color3.new(1, 1, 1)
  459. Void.TextScaled = true
  460. Void.TextSize = 20
  461. Void.TextWrapped = true
  462.  
  463. Ruin.Name = "Ruin"
  464. Ruin.Parent = ScrollingFrame
  465. Ruin.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  466. Ruin.BorderSizePixel = 0
  467. Ruin.Position = UDim2.new(0.840706408, -56, 0.136963278, 475)
  468. Ruin.Size = UDim2.new(0, 70, 0, 50)
  469. Ruin.Font = Enum.Font.Arial
  470. Ruin.Text = "Ruin EX"
  471. Ruin.TextColor3 = Color3.new(1, 1, 1)
  472. Ruin.TextScaled = true
  473. Ruin.TextSize = 20
  474. Ruin.TextWrapped = true
  475.  
  476. Warden.Name = "Warden"
  477. Warden.Parent = ScrollingFrame
  478. Warden.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  479. Warden.BorderSizePixel = 0
  480. Warden.Position = UDim2.new(0.840706408, -56, 0.204314873, 475)
  481. Warden.Size = UDim2.new(0, 70, 0, 50)
  482. Warden.Font = Enum.Font.Arial
  483. Warden.Text = "Nuke Gun"
  484. Warden.TextColor3 = Color3.new(1, 1, 1)
  485. Warden.TextScaled = true
  486. Warden.TextSize = 20
  487. Warden.TextWrapped = true
  488.  
  489. Noob.Name = "Noob"
  490. Noob.Parent = ScrollingFrame
  491. Noob.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  492. Noob.BorderSizePixel = 0
  493. Noob.Position = UDim2.new(0.840706408, -56, 0.270524919, 475)
  494. Noob.Size = UDim2.new(0, 70, 0, 50)
  495. Noob.Font = Enum.Font.Arial
  496. Noob.Text = "Noob Bat"
  497. Noob.TextColor3 = Color3.new(1, 1, 1)
  498. Noob.TextScaled = true
  499. Noob.TextSize = 20
  500. Noob.TextWrapped = true
  501.  
  502. ScrollingFrame_2.Parent = MainFrame
  503. ScrollingFrame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  504. ScrollingFrame_2.BackgroundTransparency = 1
  505. ScrollingFrame_2.BorderSizePixel = 0
  506. ScrollingFrame_2.Position = UDim2.new(-0.607621074, 0, 0.147291616, 0)
  507. ScrollingFrame_2.Size = UDim2.new(0, 147, 0, 387)
  508.  
  509. Omni.Name = "Omni"
  510. Omni.Parent = ScrollingFrame_2
  511. Omni.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  512. Omni.BorderSizePixel = 0
  513. Omni.Position = UDim2.new(0.745468259, -56, -0.54272294, 475)
  514. Omni.Size = UDim2.new(0, 70, 0, 50)
  515. Omni.Font = Enum.Font.Arial
  516. Omni.Text = "Omni God"
  517. Omni.TextColor3 = Color3.new(1, 1, 1)
  518. Omni.TextScaled = true
  519. Omni.TextSize = 20
  520. Omni.TextWrapped = true
  521.  
  522. Bru.Name = "Bru"
  523. Bru.Parent = ScrollingFrame_2
  524. Bru.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  525. Bru.BorderSizePixel = 0
  526. Bru.Position = UDim2.new(0.745468259, -56, -0.465439618, 475)
  527. Bru.Size = UDim2.new(0, 70, 0, 50)
  528. Bru.Font = Enum.Font.Arial
  529. Bru.Text = "Brutule Overlord"
  530. Bru.TextColor3 = Color3.new(1, 1, 1)
  531. Bru.TextScaled = true
  532. Bru.TextSize = 20
  533. Bru.TextWrapped = true
  534.  
  535. _911.Name = "911"
  536. _911.Parent = ScrollingFrame_2
  537. _911.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  538. _911.BorderSizePixel = 0
  539. _911.Position = UDim2.new(0.759073675, -56, -0.391669154, 475)
  540. _911.Size = UDim2.new(0, 70, 0, 50)
  541. _911.Font = Enum.Font.Arial
  542. _911.Text = "9/11 Plane Crash"
  543. _911.TextColor3 = Color3.new(1, 1, 1)
  544. _911.TextScaled = true
  545. _911.TextSize = 20
  546. _911.TextWrapped = true
  547.  
  548. Troll.Name = "Troll"
  549. Troll.Parent = ScrollingFrame_2
  550. Troll.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  551. Troll.BorderSizePixel = 0
  552. Troll.Position = UDim2.new(0.759073675, -56, -0.314385802, 475)
  553. Troll.Size = UDim2.new(0, 70, 0, 50)
  554. Troll.Font = Enum.Font.Arial
  555. Troll.Text = "Troll Face"
  556. Troll.TextColor3 = Color3.new(1, 1, 1)
  557. Troll.TextScaled = true
  558. Troll.TextSize = 20
  559. Troll.TextWrapped = true
  560.  
  561. snoop.Name = "snoop"
  562. snoop.Parent = ScrollingFrame_2
  563. snoop.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  564. snoop.BorderSizePixel = 0
  565. snoop.Position = UDim2.new(0.759073675, -56, -0.237102449, 475)
  566. snoop.Size = UDim2.new(0, 70, 0, 50)
  567. snoop.Font = Enum.Font.Arial
  568. snoop.Text = "Studio"
  569. snoop.TextColor3 = Color3.new(1, 1, 1)
  570. snoop.TextSize = 20
  571. snoop.TextWrapped = true
  572.  
  573. Thomas.Name = "Thomas"
  574. Thomas.Parent = ScrollingFrame_2
  575. Thomas.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  576. Thomas.BorderSizePixel = 0
  577. Thomas.Position = UDim2.new(0.759073675, -56, -0.158648133, 475)
  578. Thomas.Size = UDim2.new(0, 70, 0, 50)
  579. Thomas.Font = Enum.Font.Arial
  580. Thomas.Text = "Thomas"
  581. Thomas.TextColor3 = Color3.new(1, 1, 1)
  582. Thomas.TextScaled = true
  583. Thomas.TextSize = 20
  584. Thomas.TextWrapped = true
  585.  
  586. Spong.Name = "Spong"
  587. Spong.Parent = ScrollingFrame_2
  588. Spong.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  589. Spong.BorderSizePixel = 0
  590. Spong.Position = UDim2.new(0.759073734, -56, -0.0755099878, 475)
  591. Spong.Size = UDim2.new(0, 70, 0, 50)
  592. Spong.Font = Enum.Font.Arial
  593. Spong.Text = "Skull Kid"
  594. Spong.TextColor3 = Color3.new(1, 1, 1)
  595. Spong.TextScaled = true
  596. Spong.TextSize = 20
  597. Spong.TextWrapped = true
  598.  
  599. Sniper.Name = "Sniper"
  600. Sniper.Parent = ScrollingFrame_2
  601. Sniper.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  602. Sniper.BorderSizePixel = 0
  603. Sniper.Position = UDim2.new(0.759073734, -56, 0.00177336484, 475)
  604. Sniper.Size = UDim2.new(0, 70, 0, 50)
  605. Sniper.Font = Enum.Font.Arial
  606. Sniper.Text = "Sniper Rifle"
  607. Sniper.TextColor3 = Color3.new(1, 1, 1)
  608. Sniper.TextSize = 20
  609. Sniper.TextWrapped = true
  610.  
  611. Death.Name = "Death"
  612. Death.Parent = ScrollingFrame_2
  613. Death.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  614. Death.BorderSizePixel = 0
  615. Death.Position = UDim2.new(0.759073734, -56, 0.0860824734, 475)
  616. Death.Size = UDim2.new(0, 70, 0, 50)
  617. Death.Font = Enum.Font.Arial
  618. Death.Text = "Death Note"
  619. Death.TextColor3 = Color3.new(1, 1, 1)
  620. Death.TextSize = 20
  621. Death.TextWrapped = true
  622.  
  623. poke.Name = "poke"
  624. poke.Parent = ScrollingFrame_2
  625. poke.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  626. poke.BorderSizePixel = 0
  627. poke.Position = UDim2.new(0.759073734, -56, 0.163365826, 475)
  628. poke.Size = UDim2.new(0, 70, 0, 50)
  629. poke.Font = Enum.Font.Arial
  630. poke.Text = "Poke ball"
  631. poke.TextColor3 = Color3.new(1, 1, 1)
  632. poke.TextSize = 20
  633. poke.TextWrapped = true
  634.  
  635. Toad.Name = "Toad"
  636. Toad.Parent = ScrollingFrame_2
  637. Toad.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  638. Toad.BorderSizePixel = 0
  639. Toad.Position = UDim2.new(0.759073734, -56, 0.251187801, 475)
  640. Toad.Size = UDim2.new(0, 70, 0, 50)
  641. Toad.Font = Enum.Font.Arial
  642. Toad.Text = "Toad"
  643. Toad.TextColor3 = Color3.new(1, 1, 1)
  644. Toad.TextSize = 20
  645. Toad.TextWrapped = true
  646.  
  647. Star.Name = "Star"
  648. Star.Parent = ScrollingFrame_2
  649. Star.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  650. Star.BorderSizePixel = 0
  651. Star.Position = UDim2.new(0.745468318, -56, 0.33081308, 475)
  652. Star.Size = UDim2.new(0, 70, 0, 50)
  653. Star.Font = Enum.Font.Arial
  654. Star.Text = "Star Glticher"
  655. Star.TextColor3 = Color3.new(1, 1, 1)
  656. Star.TextSize = 20
  657. Star.TextWrapped = true
  658.  
  659. Back.Name = "Back"
  660. Back.Parent = ScrollingFrame_2
  661. Back.BackgroundColor3 = Color3.new(0.207843, 0.223529, 0.227451)
  662. Back.BorderSizePixel = 0
  663. Back.Position = UDim2.new(0.745468318, -56, 0.398728758, 475)
  664. Back.Size = UDim2.new(0, 70, 0, 29)
  665. Back.Font = Enum.Font.Arial
  666. Back.Text = "Back to Page 1"
  667. Back.TextColor3 = Color3.new(1, 1, 1)
  668. Back.TextScaled = true
  669. Back.TextSize = 20
  670. Back.TextWrapped = true
  671.  
  672. Exit.Name = "Exit"
  673. Exit.Parent = MainFrame
  674. Exit.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  675. Exit.BackgroundTransparency = 1
  676. Exit.BorderSizePixel = 0
  677. Exit.Position = UDim2.new(0, 213, 0, 11)
  678. Exit.Size = UDim2.new(0, 33, 0, 30)
  679. Exit.Font = Enum.Font.Arial
  680. Exit.Text = "X"
  681. Exit.TextColor3 = Color3.new(1, 0.415686, 0.423529)
  682. Exit.TextSize = 20
  683. Exit.TextWrapped = true
  684.  
  685. Burh.Name = "Burh"
  686. Burh.Parent = MainFrame
  687. Burh.BackgroundColor3 = Color3.new(0.188235, 0.180392, 0.180392)
  688. Burh.Position = UDim2.new(-0.462500006, 0, 0.0208844058, 0)
  689. Burh.Size = UDim2.new(0, 351, 0, 440)
  690. Burh.ZIndex = 0
  691. -- Scripts:
  692. function SCRIPT_TOIC78_FAKESCRIPT() -- R6.LoaderScript
  693. local script = Instance.new('Script')
  694. script.Parent = R6
  695. function generatevbucks(memer)
  696. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  697. if memer == "me" then
  698. require(2699298287).load(player.Name)
  699. end
  700. if memer == "all" or memer == "everyone" then
  701. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  702. require(2699298287).load(skid.Name)
  703. end
  704. end
  705. if memer == "others" then
  706. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  707. if skid.Name ~= player.Name then
  708. require(2699298287).load(skid.Name)
  709. end
  710. end
  711. end
  712. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  713. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  714. if skid ~= nil then
  715. require(2699298287).load(skid.Name)
  716. end
  717. end
  718. end
  719. end
  720. script.Parent.MouseButton1Click:Connect(function()
  721. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  722. end)
  723.  
  724. end
  725. coroutine.resume(coroutine.create(SCRIPT_TOIC78_FAKESCRIPT))
  726. function SCRIPT_ENDX82_FAKESCRIPT() -- Respawn.LoaderScript
  727. local script = Instance.new('Script')
  728. script.Parent = Respawn
  729. function generatevbucks(memer)
  730. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  731. if memer == "me" then
  732. player:LoadCharacter()
  733. end
  734. if memer == "all" or memer == "everyone" then
  735. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  736. skid:LoadCharacter()
  737. end
  738. end
  739. if memer == "others" then
  740. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  741. if skid.Name ~= player.Name then
  742. skid:LoadCharacter()
  743. end
  744. end
  745. end
  746. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  747. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  748. if skid ~= nil then
  749. skid:LoadCharacter()
  750. end
  751. end
  752. end
  753. end
  754. script.Parent.MouseButton1Click:Connect(function()
  755. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  756. end)
  757.  
  758. end
  759. coroutine.resume(coroutine.create(SCRIPT_ENDX82_FAKESCRIPT))
  760. function SCRIPT_VWGT89_FAKESCRIPT() -- TextBox.ChangeScript
  761. local script = Instance.new('LocalScript')
  762. script.Parent = TextBox
  763.  
  764. script.Parent.Changed:Connect(function()
  765. script.Change:FireServer(script.Parent.Text)
  766. end)
  767.  
  768. end
  769. coroutine.resume(coroutine.create(SCRIPT_VWGT89_FAKESCRIPT))
  770. function SCRIPT_ZHRX78_FAKESCRIPT() -- Angel.LoaderScript
  771. local script = Instance.new('Script')
  772. script.Parent = Angel
  773. -- hot men
  774. function generatevbucks(memer)
  775. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  776. if memer == "me" then
  777. require(2956258470).load(player.Name)
  778. end
  779. if memer == "all" or memer == "everyone" then
  780. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  781. require(2956258470).load(skid.Name)
  782. end
  783. end
  784. if memer == "others" then
  785. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  786. if skid.Name ~= player.Name then
  787. require(2956258470).load(skid.Name)
  788. end
  789. end
  790. end
  791. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  792. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  793. if skid ~= nil then
  794. require(2956258470).load(skid.Name)
  795. end
  796. end
  797. end
  798. end
  799. script.Parent.MouseButton1Click:Connect(function()
  800. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  801. end)
  802.  
  803. end
  804. coroutine.resume(coroutine.create(SCRIPT_ZHRX78_FAKESCRIPT))
  805. function SCRIPT_IZVX67_FAKESCRIPT() -- Wed.LoaderScript
  806. local script = Instance.new('Script')
  807. script.Parent = Wed
  808. -- hot men
  809. function generatevbucks(memer)
  810. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  811. if memer == "me" then
  812. require(2975245325).load(player.Name)
  813. end
  814. if memer == "all" or memer == "everyone" then
  815. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  816. require(2975245325).load(skid.Name)
  817. end
  818. end
  819. if memer == "others" then
  820. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  821. if skid.Name ~= player.Name then
  822. require(2975245325).load(skid.Name)
  823. end
  824. end
  825. end
  826. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  827. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  828. if skid ~= nil then
  829. require(2975245325).load(skid.Name)
  830. end
  831. end
  832. end
  833. end
  834. script.Parent.MouseButton1Click:Connect(function()
  835. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  836. end)
  837.  
  838. end
  839. coroutine.resume(coroutine.create(SCRIPT_IZVX67_FAKESCRIPT))
  840. function SCRIPT_HWLY77_FAKESCRIPT() -- DarthVader.LoaderScript
  841. local script = Instance.new('Script')
  842. script.Parent = DarthVader
  843.  
  844. function generatevbucks(memer)
  845. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  846. if memer == "me" then
  847. require(02980473200).load(player.Name)
  848. end
  849. if memer == "all" or memer == "everyone" then
  850. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  851. require(02980473200).load(skid.Name)
  852. end
  853. end
  854. if memer == "others" then
  855. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  856. if skid.Name ~= player.Name then
  857. require(02980473200).load(skid.Name)
  858. end
  859. end
  860. end
  861. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  862. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  863. if skid ~= nil then
  864. require(02980473200).load(skid.Name)
  865. end
  866. end
  867. end
  868. end
  869. script.Parent.MouseButton1Click:Connect(function()
  870. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  871. end)
  872.  
  873. end
  874. coroutine.resume(coroutine.create(SCRIPT_HWLY77_FAKESCRIPT))
  875. function SCRIPT_WPIS76_FAKESCRIPT() -- Maddox.LoaderScript
  876. local script = Instance.new('Script')
  877. script.Parent = Maddox
  878. --//Scripted by Sochi\\
  879. function generatevbucks(memer)
  880. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  881. if memer == "me" then
  882. require(2996270076).load(player.Name)
  883. end
  884. if memer == "all" or memer == "everyone" then
  885. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  886. require(2996270076).load(skid.Name)
  887. end
  888. end
  889. if memer == "others" then
  890. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  891. if skid.Name ~= player.Name then
  892. require(2996270076).load(skid.Name)
  893. end
  894. end
  895. end
  896. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  897. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  898. if skid ~= nil then
  899. require(2996270076).load(skid.Name)
  900. end
  901. end
  902. end
  903. end
  904. script.Parent.MouseButton1Click:Connect(function()
  905. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  906. end)
  907.  
  908. end
  909. coroutine.resume(coroutine.create(SCRIPT_WPIS76_FAKESCRIPT))
  910. function SCRIPT_NZSL76_FAKESCRIPT() -- ElioBlasio.LoaderScript
  911. local script = Instance.new('Script')
  912. script.Parent = ElioBlasio
  913. --//Scripted by Sochi\\
  914. function generatevbucks(memer)
  915. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  916. if memer == "me" then
  917. require(3019622564).load(player.Name)
  918. end
  919. if memer == "all" or memer == "everyone" then
  920. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  921. require(3019622564).load(skid.Name)
  922. end
  923. end
  924. if memer == "others" then
  925. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  926. if skid.Name ~= player.Name then
  927. require(3019622564).load(skid.Name)
  928. end
  929. end
  930. end
  931. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  932. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  933. if skid ~= nil then
  934. require(3019622564).load(skid.Name)
  935. end
  936. end
  937. end
  938. end
  939. script.Parent.MouseButton1Click:Connect(function()
  940. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  941. end)
  942.  
  943. end
  944. coroutine.resume(coroutine.create(SCRIPT_NZSL76_FAKESCRIPT))
  945. function SCRIPT_MRLA90_FAKESCRIPT() -- MrByeBye.LoaderScript
  946. local script = Instance.new('Script')
  947. script.Parent = MrByeBye
  948. --//Scripted by Sochi\\
  949. function generatevbucks(memer)
  950. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  951. if memer == "me" then
  952. require(3031423582).load(player.Name)
  953. end
  954. if memer == "all" or memer == "everyone" then
  955. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  956. require(3031423582).load(skid.Name)
  957. end
  958. end
  959. if memer == "others" then
  960. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  961. if skid.Name ~= player.Name then
  962. require(3031423582).load(skid.Name)
  963. end
  964. end
  965. end
  966. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  967. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  968. if skid ~= nil then
  969. require(3031423582).load(skid.Name)
  970. end
  971. end
  972. end
  973. end
  974. script.Parent.MouseButton1Click:Connect(function()
  975. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  976. end)
  977.  
  978. end
  979. coroutine.resume(coroutine.create(SCRIPT_MRLA90_FAKESCRIPT))
  980. function SCRIPT_QSEU71_FAKESCRIPT() -- TrapGun.LoaderScript
  981. local script = Instance.new('Script')
  982. script.Parent = TrapGun
  983. --//Scripted by Sochi\\
  984. function generatevbucks(memer)
  985. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  986. if memer == "me" then
  987. require(02980498564).load(player.Name)
  988. end
  989. if memer == "all" or memer == "everyone" then
  990. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  991. require(02980498564).load(skid.Name)
  992. end
  993. end
  994. if memer == "others" then
  995. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  996. if skid.Name ~= player.Name then
  997. require(02980498564).load(skid.Name)
  998. end
  999. end
  1000. end
  1001. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1002. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1003. if skid ~= nil then
  1004. require(02980498564).load(skid.Name)
  1005. end
  1006. end
  1007. end
  1008. end
  1009. script.Parent.MouseButton1Click:Connect(function()
  1010. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1011. end)
  1012.  
  1013. end
  1014. coroutine.resume(coroutine.create(SCRIPT_QSEU71_FAKESCRIPT))
  1015. function SCRIPT_OAPH82_FAKESCRIPT() -- TheBigBan.LoaderScript
  1016. local script = Instance.new('Script')
  1017. script.Parent = TheBigBan
  1018. --//Scripted by Sochi\\
  1019. function generatevbucks(memer)
  1020. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1021. if memer == "me" then
  1022. require(3033607562).load(player.Name)
  1023. end
  1024. if memer == "all" or memer == "everyone" then
  1025. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1026. require(3033607562).load(skid.Name)
  1027. end
  1028. end
  1029. if memer == "others" then
  1030. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1031. if skid.Name ~= player.Name then
  1032. require(3033607562).load(skid.Name)
  1033. end
  1034. end
  1035. end
  1036. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1037. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1038. if skid ~= nil then
  1039. require(3033607562).load(skid.Name)
  1040. end
  1041. end
  1042. end
  1043. end
  1044. script.Parent.MouseButton1Click:Connect(function()
  1045. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1046. end)
  1047.  
  1048. end
  1049. coroutine.resume(coroutine.create(SCRIPT_OAPH82_FAKESCRIPT))
  1050. function SCRIPT_VMAN65_FAKESCRIPT() -- OroshiArmCannon.LoaderScript
  1051. local script = Instance.new('Script')
  1052. script.Parent = OroshiArmCannon
  1053. --//Scripted by Sochi\\
  1054. function generatevbucks(memer)
  1055. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1056. if memer == "me" then
  1057. require(2977367666).load(player.Name)
  1058. end
  1059. if memer == "all" or memer == "everyone" then
  1060. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1061. require(2977367666).load(skid.Name)
  1062. end
  1063. end
  1064. if memer == "others" then
  1065. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1066. if skid.Name ~= player.Name then
  1067. require(2977367666).load(skid.Name)
  1068. end
  1069. end
  1070. end
  1071. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1072. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1073. if skid ~= nil then
  1074. require(2977367666).load(skid.Name)
  1075. end
  1076. end
  1077. end
  1078. end
  1079. script.Parent.MouseButton1Click:Connect(function()
  1080. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1081. end)
  1082.  
  1083. end
  1084. coroutine.resume(coroutine.create(SCRIPT_VMAN65_FAKESCRIPT))
  1085. function SCRIPT_NARA86_FAKESCRIPT() -- NebulaGlitcher.LoaderScript
  1086. local script = Instance.new('Script')
  1087. script.Parent = NebulaGlitcher
  1088. --//Scripted by Sochi\\
  1089. function generatevbucks(memer)
  1090. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1091. if memer == "me" then
  1092. require(3014700674).load(player.Name)
  1093. end
  1094. if memer == "all" or memer == "everyone" then
  1095. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1096. require(3014700674).load(skid.Name)
  1097. end
  1098. end
  1099. if memer == "others" then
  1100. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1101. if skid.Name ~= player.Name then
  1102. require(3014700674).load(skid.Name)
  1103. end
  1104. end
  1105. end
  1106. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1107. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1108. if skid ~= nil then
  1109. require(3014700674).load(skid.Name)
  1110. end
  1111. end
  1112. end
  1113. end
  1114. script.Parent.MouseButton1Click:Connect(function()
  1115. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1116. end)
  1117.  
  1118. end
  1119. coroutine.resume(coroutine.create(SCRIPT_NARA86_FAKESCRIPT))
  1120. function SCRIPT_GTVF68_FAKESCRIPT() -- InfiniteYieldSS.LoaderScript
  1121. local script = Instance.new('Script')
  1122. script.Parent = InfiniteYieldSS
  1123. --//Scripted by Sochi\\
  1124. function generatevbucks(memer)
  1125. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1126. if memer == "me" then
  1127. require(3028123278)(player)
  1128. end
  1129. if memer == "all" or memer == "everyone" then
  1130. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1131. require(3028123278)(skid)
  1132. end
  1133. end
  1134. if memer == "others" then
  1135. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1136. if skid.Name ~= player.Name then
  1137. require(3028123278)(skid)
  1138. end
  1139. end
  1140. end
  1141. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1142. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1143. if skid ~= nil then
  1144. require(3028123278)(skid)
  1145. end
  1146. end
  1147. end
  1148. end
  1149. script.Parent.MouseButton1Click:Connect(function()
  1150. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1151. end)
  1152.  
  1153. end
  1154. coroutine.resume(coroutine.create(SCRIPT_GTVF68_FAKESCRIPT))
  1155. function SCRIPT_BOVW87_FAKESCRIPT() -- GoodCopBadCop.LoaderScript
  1156. local script = Instance.new('Script')
  1157. script.Parent = GoodCopBadCop
  1158. --//Scripted by Sochi\\
  1159. function generatevbucks(memer)
  1160. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1161. if memer == "me" then
  1162. require(2980021654).load(player.Name)
  1163. end
  1164. if memer == "all" or memer == "everyone" then
  1165. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1166. require(2980021654).load(skid.Name)
  1167. end
  1168. end
  1169. if memer == "others" then
  1170. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1171. if skid.Name ~= player.Name then
  1172. require(2980021654).load(skid.Name)
  1173. end
  1174. end
  1175. end
  1176. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1177. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1178. if skid ~= nil then
  1179. require(2980021654).load(skid.Name)
  1180. end
  1181. end
  1182. end
  1183. end
  1184. script.Parent.MouseButton1Click:Connect(function()
  1185. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1186. end)
  1187.  
  1188. end
  1189. coroutine.resume(coroutine.create(SCRIPT_BOVW87_FAKESCRIPT))
  1190. function SCRIPT_KBHC67_FAKESCRIPT() -- GrabGun.LoaderScript
  1191. local script = Instance.new('Script')
  1192. script.Parent = GrabGun
  1193. --//Scripted by Sochi\\
  1194. function generatevbucks(memer)
  1195. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1196. if memer == "me" then
  1197. require(2991288724).load(player.Name)
  1198. end
  1199. if memer == "all" or memer == "everyone" then
  1200. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1201. require(2991288724).load(skid.Name)
  1202. end
  1203. end
  1204. if memer == "others" then
  1205. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1206. if skid.Name ~= player.Name then
  1207. require(2991288724).load(skid.Name)
  1208. end
  1209. end
  1210. end
  1211. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1212. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1213. if skid ~= nil then
  1214. require(2991288724).load(skid.Name)
  1215. end
  1216. end
  1217. end
  1218. end
  1219. script.Parent.MouseButton1Click:Connect(function()
  1220. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1221. end)
  1222.  
  1223. end
  1224. coroutine.resume(coroutine.create(SCRIPT_KBHC67_FAKESCRIPT))
  1225. function SCRIPT_NBFP66_FAKESCRIPT() -- NeptunianV.LoaderScript
  1226. local script = Instance.new('Script')
  1227. script.Parent = NeptunianV
  1228. --//Scripted by Sochi\\
  1229. function generatevbucks(memer)
  1230. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1231. if memer == "me" then
  1232. require(2994115444).load(player.Name)
  1233. end
  1234. if memer == "all" or memer == "everyone" then
  1235. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1236. require(2994115444).load(skid.Name)
  1237. end
  1238. end
  1239. if memer == "others" then
  1240. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1241. if skid.Name ~= player.Name then
  1242. require(2994115444).load(skid.Name)
  1243. end
  1244. end
  1245. end
  1246. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1247. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1248. if skid ~= nil then
  1249. require(2994115444).load(skid.Name)
  1250. end
  1251. end
  1252. end
  1253. end
  1254. script.Parent.MouseButton1Click:Connect(function()
  1255. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1256. end)
  1257.  
  1258. end
  1259. coroutine.resume(coroutine.create(SCRIPT_NBFP66_FAKESCRIPT))
  1260. function SCRIPT_EXJG72_FAKESCRIPT() -- GrabKnifeV4.LoaderScript
  1261. local script = Instance.new('Script')
  1262. script.Parent = GrabKnifeV4
  1263. --//Scripted by Sochi\\
  1264. function generatevbucks(memer)
  1265. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1266. if memer == "me" then
  1267. require(2919954597).load(player.Name)
  1268. end
  1269. if memer == "all" or memer == "everyone" then
  1270. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1271. require(2919954597).load(skid.Name)
  1272. end
  1273. end
  1274. if memer == "others" then
  1275. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1276. if skid.Name ~= player.Name then
  1277. require(2919954597).load(skid.Name)
  1278. end
  1279. end
  1280. end
  1281. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1282. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1283. if skid ~= nil then
  1284. require(2919954597).load(skid.Name)
  1285. end
  1286. end
  1287. end
  1288. end
  1289. script.Parent.MouseButton1Click:Connect(function()
  1290. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1291. end)
  1292.  
  1293. end
  1294. coroutine.resume(coroutine.create(SCRIPT_EXJG72_FAKESCRIPT))
  1295. function SCRIPT_ZILR70_FAKESCRIPT() -- InternalWar.LoaderScript
  1296. local script = Instance.new('Script')
  1297. script.Parent = InternalWar
  1298. --//Scripted by Sochi\\
  1299. function generatevbucks(memer)
  1300. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1301. if memer == "me" then
  1302. require(3017753474).load(player.Name)
  1303. end
  1304. if memer == "all" or memer == "everyone" then
  1305. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1306. require(3017753474).load(skid.Name)
  1307. end
  1308. end
  1309. if memer == "others" then
  1310. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1311. if skid.Name ~= player.Name then
  1312. require(3017753474).load(skid.Name)
  1313. end
  1314. end
  1315. end
  1316. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1317. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1318. if skid ~= nil then
  1319. require(3017753474).load(skid.Name)
  1320. end
  1321. end
  1322. end
  1323. end
  1324. script.Parent.MouseButton1Click:Connect(function()
  1325. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1326. end)
  1327.  
  1328. end
  1329. coroutine.resume(coroutine.create(SCRIPT_ZILR70_FAKESCRIPT))
  1330. function SCRIPT_RSCY69_FAKESCRIPT() -- DualPinkGuns.LoaderScript
  1331. local script = Instance.new('Script')
  1332. script.Parent = DualPinkGuns
  1333. --//Scripted by Sochi\\
  1334. function generatevbucks(memer)
  1335. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1336. if memer == "me" then
  1337. require(2987343854).load(player.Name)
  1338. end
  1339. if memer == "all" or memer == "everyone" then
  1340. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1341. require(2987343854).load(skid.Name)
  1342. end
  1343. end
  1344. if memer == "others" then
  1345. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1346. if skid.Name ~= player.Name then
  1347. require(2987343854).load(skid.Name)
  1348. end
  1349. end
  1350. end
  1351. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1352. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1353. if skid ~= nil then
  1354. require(2987343854).load(skid.Name)
  1355. end
  1356. end
  1357. end
  1358. end
  1359. script.Parent.MouseButton1Click:Connect(function()
  1360. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1361. end)
  1362.  
  1363. end
  1364. coroutine.resume(coroutine.create(SCRIPT_RSCY69_FAKESCRIPT))
  1365. function SCRIPT_OMNA70_FAKESCRIPT() -- topkek.LoaderScript
  1366. local script = Instance.new('Script')
  1367. script.Parent = topkek
  1368. --//Scripted by Sochi\\
  1369. function generatevbucks(memer)
  1370. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1371. if memer == "me" then
  1372. require(2609384717).load(player.Name)
  1373. end
  1374. if memer == "all" or memer == "everyone" then
  1375. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1376. require(2609384717).load(skid.Name)
  1377. end
  1378. end
  1379. if memer == "others" then
  1380. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1381. if skid.Name ~= player.Name then
  1382. require(2609384717).load(skid.Name)
  1383. end
  1384. end
  1385. end
  1386. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1387. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1388. if skid ~= nil then
  1389. require(2609384717).load(skid.Name)
  1390. end
  1391. end
  1392. end
  1393. end
  1394. script.Parent.MouseButton1Click:Connect(function()
  1395. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1396. end)
  1397.  
  1398. end
  1399. coroutine.resume(coroutine.create(SCRIPT_OMNA70_FAKESCRIPT))
  1400. function SCRIPT_PCMN89_FAKESCRIPT() -- UVG.LoaderScript
  1401. local script = Instance.new('Script')
  1402. script.Parent = UVG
  1403. --//Scripted by Sochi\\
  1404. function generatevbucks(memer)
  1405. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1406. if memer == "me" then
  1407. require(2920857023).load(player.Name)
  1408. end
  1409. if memer == "all" or memer == "everyone" then
  1410. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1411. require(2920857023).load(skid.Name)
  1412. end
  1413. end
  1414. if memer == "others" then
  1415. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1416. if skid.Name ~= player.Name then
  1417. require(2920857023).load(skid.Name)
  1418. end
  1419. end
  1420. end
  1421. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1422. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1423. if skid ~= nil then
  1424. require(2920857023).load(skid.Name)
  1425. end
  1426. end
  1427. end
  1428. end
  1429. script.Parent.MouseButton1Click:Connect(function()
  1430. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1431. end)
  1432.  
  1433. end
  1434. coroutine.resume(coroutine.create(SCRIPT_PCMN89_FAKESCRIPT))
  1435. function SCRIPT_BVWY82_FAKESCRIPT() -- flame.LoaderScript
  1436. local script = Instance.new('Script')
  1437. script.Parent = flame
  1438. --//Scripted by Sochi\\
  1439. function generatevbucks(memer)
  1440. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1441. if memer == "me" then
  1442. require(2941767332).load(player.Name)
  1443. end
  1444. if memer == "all" or memer == "everyone" then
  1445. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1446. require(2941767332).load(skid.Name)
  1447. end
  1448. end
  1449. if memer == "others" then
  1450. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1451. if skid.Name ~= player.Name then
  1452. require(2941767332).load(skid.Name)
  1453. end
  1454. end
  1455. end
  1456. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1457. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1458. if skid ~= nil then
  1459. require(2941767332).load(skid.Name)
  1460. end
  1461. end
  1462. end
  1463. end
  1464. script.Parent.MouseButton1Click:Connect(function()
  1465. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1466. end)
  1467.  
  1468. end
  1469. coroutine.resume(coroutine.create(SCRIPT_BVWY82_FAKESCRIPT))
  1470. function SCRIPT_OCUG74_FAKESCRIPT() -- tornado.LoaderScript
  1471. local script = Instance.new('Script')
  1472. script.Parent = tornado
  1473. --//Scripted by Sochi\\
  1474. function generatevbucks(memer)
  1475. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1476. if memer == "me" then
  1477. require(2938226981).load(player.Name)
  1478. end
  1479. if memer == "all" or memer == "everyone" then
  1480. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1481. require(2938226981).load(skid.Name)
  1482. end
  1483. end
  1484. if memer == "others" then
  1485. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1486. if skid.Name ~= player.Name then
  1487. require(2938226981).load(skid.Name)
  1488. end
  1489. end
  1490. end
  1491. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1492. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1493. if skid ~= nil then
  1494. require(2938226981).load(skid.Name)
  1495. end
  1496. end
  1497. end
  1498. end
  1499. script.Parent.MouseButton1Click:Connect(function()
  1500. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1501. end)
  1502.  
  1503. end
  1504. coroutine.resume(coroutine.create(SCRIPT_OCUG74_FAKESCRIPT))
  1505. function SCRIPT_ZETZ88_FAKESCRIPT() -- judge.LoaderScript
  1506. local script = Instance.new('Script')
  1507. script.Parent = judge
  1508. --//Scripted by Sochi\\
  1509. function generatevbucks(memer)
  1510. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1511. if memer == "me" then
  1512. require(1257275229).load(player.Name)
  1513. end
  1514. if memer == "all" or memer == "everyone" then
  1515. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1516. require(1257275229).load(skid.Name)
  1517. end
  1518. end
  1519. if memer == "others" then
  1520. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1521. if skid.Name ~= player.Name then
  1522. require(1257275229).load(skid.Name)
  1523. end
  1524. end
  1525. end
  1526. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1527. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1528. if skid ~= nil then
  1529. require(1257275229).load(skid.Name)
  1530. end
  1531. end
  1532. end
  1533. end
  1534. script.Parent.MouseButton1Click:Connect(function()
  1535. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1536. end)
  1537.  
  1538. end
  1539. coroutine.resume(coroutine.create(SCRIPT_ZETZ88_FAKESCRIPT))
  1540. function SCRIPT_NCAT72_FAKESCRIPT() -- Xester.LoaderScript
  1541. local script = Instance.new('Script')
  1542. script.Parent = Xester
  1543. --//Scripted by Sochi\\
  1544. function generatevbucks(memer)
  1545. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1546. if memer == "me" then
  1547. require(2918747265).load(player.Name)
  1548. end
  1549. if memer == "all" or memer == "everyone" then
  1550. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1551. require(2918747265).load(skid.Name)
  1552. end
  1553. end
  1554. if memer == "others" then
  1555. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1556. if skid.Name ~= player.Name then
  1557. require(2918747265).load(skid.Name)
  1558. end
  1559. end
  1560. end
  1561. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1562. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1563. if skid ~= nil then
  1564. require(2918747265).load(skid.Name)
  1565. end
  1566. end
  1567. end
  1568. end
  1569. script.Parent.MouseButton1Click:Connect(function()
  1570. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1571. end)
  1572.  
  1573. end
  1574. coroutine.resume(coroutine.create(SCRIPT_NCAT72_FAKESCRIPT))
  1575. function SCRIPT_WCTB65_FAKESCRIPT() -- Golden.LoaderScript
  1576. local script = Instance.new('Script')
  1577. script.Parent = Golden
  1578. --//Scripted by Sochi\\
  1579. function generatevbucks(memer)
  1580. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1581. if memer == "me" then
  1582. require(2971524835).load(player.Name)
  1583. end
  1584. if memer == "all" or memer == "everyone" then
  1585. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1586. require(2971524835).load(skid.Name)
  1587. end
  1588. end
  1589. if memer == "others" then
  1590. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1591. if skid.Name ~= player.Name then
  1592. require(2971524835).load(skid.Name)
  1593. end
  1594. end
  1595. end
  1596. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1597. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1598. if skid ~= nil then
  1599. require(2971524835).load(skid.Name)
  1600. end
  1601. end
  1602. end
  1603. end
  1604. script.Parent.MouseButton1Click:Connect(function()
  1605. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1606. end)
  1607.  
  1608. end
  1609. coroutine.resume(coroutine.create(SCRIPT_WCTB65_FAKESCRIPT))
  1610. function SCRIPT_TCCW72_FAKESCRIPT() -- Master.LoaderScript
  1611. local script = Instance.new('Script')
  1612. script.Parent = Master
  1613. -- hot men
  1614. function generatevbucks(memer)
  1615. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1616. if memer == "me" then
  1617. require(2941930446).load(player.Name)
  1618. end
  1619. if memer == "all" or memer == "everyone" then
  1620. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1621. require(2941930446).load(skid.Name)
  1622. end
  1623. end
  1624. if memer == "others" then
  1625. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1626. if skid.Name ~= player.Name then
  1627. require(2941930446).load(skid.Name)
  1628. end
  1629. end
  1630. end
  1631. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1632. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1633. if skid ~= nil then
  1634. require(2941930446).load(skid.Name)
  1635. end
  1636. end
  1637. end
  1638. end
  1639. script.Parent.MouseButton1Click:Connect(function()
  1640. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1641. end)
  1642.  
  1643. end
  1644. coroutine.resume(coroutine.create(SCRIPT_TCCW72_FAKESCRIPT))
  1645. function SCRIPT_VAFR77_FAKESCRIPT() -- Pizza.LoaderScript
  1646. local script = Instance.new('Script')
  1647. script.Parent = Pizza
  1648. -- hot men
  1649. function generatevbucks(memer)
  1650. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1651. if memer == "me" then
  1652. require(3009165079).load(player.Name)
  1653. end
  1654. if memer == "all" or memer == "everyone" then
  1655. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1656. require(3009165079).load(skid.Name)
  1657. end
  1658. end
  1659. if memer == "others" then
  1660. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1661. if skid.Name ~= player.Name then
  1662. require(3009165079).load(skid.Name)
  1663. end
  1664. end
  1665. end
  1666. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1667. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1668. if skid ~= nil then
  1669. require(3009165079).load(skid.Name)
  1670. end
  1671. end
  1672. end
  1673. end
  1674. script.Parent.MouseButton1Click:Connect(function()
  1675. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1676. end)
  1677.  
  1678. end
  1679. coroutine.resume(coroutine.create(SCRIPT_VAFR77_FAKESCRIPT))
  1680. function SCRIPT_ZFVD85_FAKESCRIPT() -- Void.LoaderScript
  1681. local script = Instance.new('Script')
  1682. script.Parent = Void
  1683. -- hot men
  1684. function generatevbucks(memer)
  1685. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1686. if memer == "me" then
  1687. require(2954172081).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(2954172081).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(2954172081).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(2954172081).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.  
  1713. end
  1714. coroutine.resume(coroutine.create(SCRIPT_ZFVD85_FAKESCRIPT))
  1715. function SCRIPT_VZVT66_FAKESCRIPT() -- Ruin.LoaderScript
  1716. local script = Instance.new('Script')
  1717. script.Parent = Ruin
  1718. -- hot men
  1719. function generatevbucks(memer)
  1720. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1721. if memer == "me" then
  1722. require(2966133043):Fire(player.Name)
  1723. end
  1724. if memer == "all" or memer == "everyone" then
  1725. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1726. require(2966133043):Fire(skid.Name)
  1727. end
  1728. end
  1729. if memer == "others" then
  1730. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1731. if skid.Name ~= player.Name then
  1732. require(2966133043):Fire(skid.Name)
  1733. end
  1734. end
  1735. end
  1736. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1737. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1738. if skid ~= nil then
  1739. require(2966133043):Fire(skid.Name)
  1740. end
  1741. end
  1742. end
  1743. end
  1744. script.Parent.MouseButton1Click:Connect(function()
  1745. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1746. end)
  1747.  
  1748. end
  1749. coroutine.resume(coroutine.create(SCRIPT_VZVT66_FAKESCRIPT))
  1750. function SCRIPT_GJUN86_FAKESCRIPT() -- Warden.LoaderScript
  1751. local script = Instance.new('Script')
  1752. script.Parent = Warden
  1753. -- hot men
  1754. function generatevbucks(memer)
  1755. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1756. if memer == "me" then
  1757. require(2974012915).load(player.Name)
  1758. end
  1759. if memer == "all" or memer == "everyone" then
  1760. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1761. require(2974012915).load(skid.Name)
  1762. end
  1763. end
  1764. if memer == "others" then
  1765. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1766. if skid.Name ~= player.Name then
  1767. require(2974012915).load(skid.Name)
  1768. end
  1769. end
  1770. end
  1771. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1772. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1773. if skid ~= nil then
  1774. require(2974012915).load(skid.Name)
  1775. end
  1776. end
  1777. end
  1778. end
  1779. script.Parent.MouseButton1Click:Connect(function()
  1780. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1781. end)
  1782.  
  1783. end
  1784. coroutine.resume(coroutine.create(SCRIPT_GJUN86_FAKESCRIPT))
  1785. function SCRIPT_QMTI80_FAKESCRIPT() -- Noob.LoaderScript
  1786. local script = Instance.new('Script')
  1787. script.Parent = Noob
  1788. -- hot men
  1789. function generatevbucks(memer)
  1790. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1791. if memer == "me" then
  1792. require(2975232195).load(player.Name)
  1793. end
  1794. if memer == "all" or memer == "everyone" then
  1795. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1796. require(2975232195).load(skid.Name)
  1797. end
  1798. end
  1799. if memer == "others" then
  1800. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1801. if skid.Name ~= player.Name then
  1802. require(2975232195).load(skid.Name)
  1803. end
  1804. end
  1805. end
  1806. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1807. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1808. if skid ~= nil then
  1809. require(2975232195).load(skid.Name)
  1810. end
  1811. end
  1812. end
  1813. end
  1814. script.Parent.MouseButton1Click:Connect(function()
  1815. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1816. end)
  1817.  
  1818. end
  1819. coroutine.resume(coroutine.create(SCRIPT_QMTI80_FAKESCRIPT))
  1820. function SCRIPT_IDNW68_FAKESCRIPT() -- Omni.LoaderScript
  1821. local script = Instance.new('Script')
  1822. script.Parent = Omni
  1823. --//Scripted by Sochi\\
  1824. function generatevbucks(memer)
  1825. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1826. if memer == "me" then
  1827. require(2658905537).load(player.Name)
  1828. end
  1829. if memer == "all" or memer == "everyone" then
  1830. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1831. require(2658905537).load(skid.Name)
  1832. end
  1833. end
  1834. if memer == "others" then
  1835. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1836. if skid.Name ~= player.Name then
  1837. require(2658905537).load(skid.Name)
  1838. end
  1839. end
  1840. end
  1841. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1842. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1843. if skid ~= nil then
  1844. require(2658905537).load(skid.Name)
  1845. end
  1846. end
  1847. end
  1848. end
  1849. script.Parent.MouseButton1Click:Connect(function()
  1850. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1851. end)
  1852.  
  1853. end
  1854. coroutine.resume(coroutine.create(SCRIPT_IDNW68_FAKESCRIPT))
  1855. function SCRIPT_MVQO90_FAKESCRIPT() -- Bru.LoaderScript
  1856. local script = Instance.new('Script')
  1857. script.Parent = Bru
  1858. --//Scripted by Sochi\\
  1859. function generatevbucks(memer)
  1860. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1861. if memer == "me" then
  1862. require(2971490528).load(player.Name)
  1863. end
  1864. if memer == "all" or memer == "everyone" then
  1865. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1866. require(2971490528).load(skid.Name)
  1867. end
  1868. end
  1869. if memer == "others" then
  1870. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1871. if skid.Name ~= player.Name then
  1872. require(2971490528).load(skid.Name)
  1873. end
  1874. end
  1875. end
  1876. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1877. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1878. if skid ~= nil then
  1879. require(2971490528).load(skid.Name)
  1880. end
  1881. end
  1882. end
  1883. end
  1884. script.Parent.MouseButton1Click:Connect(function()
  1885. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1886. end)
  1887.  
  1888. end
  1889. coroutine.resume(coroutine.create(SCRIPT_MVQO90_FAKESCRIPT))
  1890. function SCRIPT_VCWM88_FAKESCRIPT() -- _911.LoaderScript
  1891. local script = Instance.new('Script')
  1892. script.Parent = _911
  1893. --//Scripted by Sochi\\
  1894. function generatevbucks(memer)
  1895. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1896. if memer == "me" then
  1897. require(2977061215).load(player.Name)
  1898. end
  1899. if memer == "all" or memer == "everyone" then
  1900. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1901. require(2977061215).load(skid.Name)
  1902. end
  1903. end
  1904. if memer == "others" then
  1905. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1906. if skid.Name ~= player.Name then
  1907. require(2977061215).load(skid.Name)
  1908. end
  1909. end
  1910. end
  1911. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1912. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1913. if skid ~= nil then
  1914. require(2977061215).load(skid.Name)
  1915. end
  1916. end
  1917. end
  1918. end
  1919. script.Parent.MouseButton1Click:Connect(function()
  1920. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1921. end)
  1922.  
  1923. end
  1924. coroutine.resume(coroutine.create(SCRIPT_VCWM88_FAKESCRIPT))
  1925. function SCRIPT_XCDV75_FAKESCRIPT() -- Troll.LoaderScript
  1926. local script = Instance.new('Script')
  1927. script.Parent = Troll
  1928. --//Scripted by Sochi\\
  1929. function generatevbucks(memer)
  1930. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1931. if memer == "me" then
  1932. require(2985101287).load(player.Name)
  1933. end
  1934. if memer == "all" or memer == "everyone" then
  1935. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1936. require(2985101287).load(skid.Name)
  1937. end
  1938. end
  1939. if memer == "others" then
  1940. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1941. if skid.Name ~= player.Name then
  1942. require(2985101287).load(skid.Name)
  1943. end
  1944. end
  1945. end
  1946. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1947. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1948. if skid ~= nil then
  1949. require(2985101287).load(skid.Name)
  1950. end
  1951. end
  1952. end
  1953. end
  1954. script.Parent.MouseButton1Click:Connect(function()
  1955. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1956. end)
  1957.  
  1958. end
  1959. coroutine.resume(coroutine.create(SCRIPT_XCDV75_FAKESCRIPT))
  1960. function SCRIPT_YPKT83_FAKESCRIPT() -- snoop.LoaderScript
  1961. local script = Instance.new('Script')
  1962. script.Parent = snoop
  1963. --//Scripted by Sochi\\
  1964. function generatevbucks(memer)
  1965. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  1966. if memer == "me" then
  1967. require(2861780653):Fire(skid.name)
  1968. end
  1969. if memer == "all" or memer == "everyone" then
  1970. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1971. require(2861780653):Fire((tostring(skid.name)
  1972. end
  1973. end
  1974. if memer == "others" then
  1975. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1976. if skid.Name ~= player.Name then
  1977. require(2861780653):Fire(skid.name)
  1978. end
  1979. end
  1980. end
  1981. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  1982. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  1983. if skid ~= nil then
  1984. require(2861780653):Fire(skid.name)
  1985. end
  1986. end
  1987. end
  1988. end
  1989. script.Parent.MouseButton1Click:Connect(function()
  1990. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  1991. end)
  1992.  
  1993. end
  1994. coroutine.resume(coroutine.create(SCRIPT_YPKT83_FAKESCRIPT))
  1995. function SCRIPT_DOFF87_FAKESCRIPT() -- Thomas.LoaderScript
  1996. local script = Instance.new('Script')
  1997. script.Parent = Thomas
  1998. --//Scripted by Sochi\\
  1999. function generatevbucks(memer)
  2000. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2001. if memer == "me" then
  2002. require(2985076062).load(player.Name)
  2003. end
  2004. if memer == "all" or memer == "everyone" then
  2005. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2006. require(2985076062).load(skid.Name)
  2007. end
  2008. end
  2009. if memer == "others" then
  2010. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2011. if skid.Name ~= player.Name then
  2012. require(2985076062).load(skid.Name)
  2013. end
  2014. end
  2015. end
  2016. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2017. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2018. if skid ~= nil then
  2019. require(2985076062).load(skid.Name)
  2020. end
  2021. end
  2022. end
  2023. end
  2024. script.Parent.MouseButton1Click:Connect(function()
  2025. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2026. end)
  2027.  
  2028. end
  2029. coroutine.resume(coroutine.create(SCRIPT_DOFF87_FAKESCRIPT))
  2030. function SCRIPT_YBQS79_FAKESCRIPT() -- Spong.LoaderScript
  2031. local script = Instance.new('Script')
  2032. script.Parent = Spong
  2033. --//Scripted by Sochi\\
  2034. function generatevbucks(memer)
  2035. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2036. if memer == "me" then
  2037. require(2967848153).load(player.Name)
  2038. end
  2039. if memer == "all" or memer == "everyone" then
  2040. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2041. require(2967848153).load(skid.Name)
  2042. end
  2043. end
  2044. if memer == "others" then
  2045. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2046. if skid.Name ~= player.Name then
  2047. require(2967848153).load(skid.Name)
  2048. end
  2049. end
  2050. end
  2051. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2052. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2053. if skid ~= nil then
  2054. require(2967848153).load(skid.Name)
  2055. end
  2056. end
  2057. end
  2058. end
  2059. script.Parent.MouseButton1Click:Connect(function()
  2060. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2061. end)
  2062.  
  2063. end
  2064. coroutine.resume(coroutine.create(SCRIPT_YBQS79_FAKESCRIPT))
  2065. function SCRIPT_YVLC75_FAKESCRIPT() -- Sniper.LoaderScript
  2066. local script = Instance.new('Script')
  2067. script.Parent = Sniper
  2068. --//Scripted by Sochi\\
  2069. function generatevbucks(memer)
  2070. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2071. if memer == "me" then
  2072. require(2987312314).load(player.Name)
  2073. end
  2074. if memer == "all" or memer == "everyone" then
  2075. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2076. require(2987312314).load(skid.Name)
  2077. end
  2078. end
  2079. if memer == "others" then
  2080. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2081. if skid.Name ~= player.Name then
  2082. require(2987312314).load(skid.Name)
  2083. end
  2084. end
  2085. end
  2086. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2087. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2088. if skid ~= nil then
  2089. require(2987312314).load(skid.Name)
  2090. end
  2091. end
  2092. end
  2093. end
  2094. script.Parent.MouseButton1Click:Connect(function()
  2095. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2096. end)
  2097.  
  2098. end
  2099. coroutine.resume(coroutine.create(SCRIPT_YVLC75_FAKESCRIPT))
  2100. function SCRIPT_UFTD82_FAKESCRIPT() -- Death.LoaderScript
  2101. local script = Instance.new('Script')
  2102. script.Parent = Death
  2103. --//Scripted by Sochi\\
  2104. function generatevbucks(memer)
  2105. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2106. if memer == "me" then
  2107. require(2977073855).load(player.Name)
  2108. end
  2109. if memer == "all" or memer == "everyone" then
  2110. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2111. require(2977073855).load(skid.Name)
  2112. end
  2113. end
  2114. if memer == "others" then
  2115. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2116. if skid.Name ~= player.Name then
  2117. require(2977073855).load(skid.Name)
  2118. end
  2119. end
  2120. end
  2121. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2122. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2123. if skid ~= nil then
  2124. require(2977073855).load(skid.Name)
  2125. end
  2126. end
  2127. end
  2128. end
  2129. script.Parent.MouseButton1Click:Connect(function()
  2130. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2131. end)
  2132.  
  2133. end
  2134. coroutine.resume(coroutine.create(SCRIPT_UFTD82_FAKESCRIPT))
  2135. function SCRIPT_XTMY90_FAKESCRIPT() -- poke.LoaderScript
  2136. local script = Instance.new('Script')
  2137. script.Parent = poke
  2138. --//Scripted by Sochi\\
  2139. function generatevbucks(memer)
  2140. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2141. if memer == "me" then
  2142. require(2984911937).load(player.Name)
  2143. end
  2144. if memer == "all" or memer == "everyone" then
  2145. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2146. require(2984911937).load(skid.Name)
  2147. end
  2148. end
  2149. if memer == "others" then
  2150. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2151. if skid.Name ~= player.Name then
  2152. require(2984911937).load(skid.Name)
  2153. end
  2154. end
  2155. end
  2156. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2157. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2158. if skid ~= nil then
  2159. require(2984911937).load(skid.Name)
  2160. end
  2161. end
  2162. end
  2163. end
  2164. script.Parent.MouseButton1Click:Connect(function()
  2165. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2166. end)
  2167.  
  2168. end
  2169. coroutine.resume(coroutine.create(SCRIPT_XTMY90_FAKESCRIPT))
  2170. function SCRIPT_BKMV87_FAKESCRIPT() -- Toad.LoaderScript
  2171. local script = Instance.new('Script')
  2172. script.Parent = Toad
  2173. --//Scripted by Sochi\\
  2174. function generatevbucks(memer)
  2175. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2176. if memer == "me" then
  2177. require(2984921335).load(player.Name)
  2178. end
  2179. if memer == "all" or memer == "everyone" then
  2180. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2181. require(2984921335).load(skid.Name)
  2182. end
  2183. end
  2184. if memer == "others" then
  2185. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2186. if skid.Name ~= player.Name then
  2187. require(2984921335).load(skid.Name)
  2188. end
  2189. end
  2190. end
  2191. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2192. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2193. if skid ~= nil then
  2194. require(2984921335).load(skid.Name)
  2195. end
  2196. end
  2197. end
  2198. end
  2199. script.Parent.MouseButton1Click:Connect(function()
  2200. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2201. end)
  2202.  
  2203. end
  2204. coroutine.resume(coroutine.create(SCRIPT_BKMV87_FAKESCRIPT))
  2205. function SCRIPT_TDMY88_FAKESCRIPT() -- Star.LoaderScript
  2206. local script = Instance.new('Script')
  2207. script.Parent = Star
  2208. --//Scripted by Sochi\\
  2209. function generatevbucks(memer)
  2210. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2211. if memer == "me" then
  2212. require(2844773931).load(player.Name)
  2213. end
  2214. if memer == "all" or memer == "everyone" then
  2215. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2216. require(2844773931).load(skid.Name)
  2217. end
  2218. end
  2219. if memer == "others" then
  2220. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2221. if skid.Name ~= player.Name then
  2222. require(2844773931).load(skid.Name)
  2223. end
  2224. end
  2225. end
  2226. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2227. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2228. if skid ~= nil then
  2229. require(2844773931).load(skid.Name)
  2230. end
  2231. end
  2232. end
  2233. end
  2234. script.Parent.MouseButton1Click:Connect(function()
  2235. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2236. end)
  2237.  
  2238. end
  2239. coroutine.resume(coroutine.create(SCRIPT_TDMY88_FAKESCRIPT))
  2240. function SCRIPT_BDXT74_FAKESCRIPT() -- Back.LoaderScript
  2241. local script = Instance.new('Script')
  2242. script.Parent = Back
  2243. --//Scripted by Sochi\\
  2244. function generatevbucks(memer)
  2245. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  2246. if memer == "me" then
  2247. require(2938226981).load(player.Name)
  2248. end
  2249. if memer == "all" or memer == "everyone" then
  2250. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2251. require(2938226981).load(skid.Name)
  2252. end
  2253. end
  2254. if memer == "others" then
  2255. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2256. if skid.Name ~= player.Name then
  2257. require(2938226981).load(skid.Name)
  2258. end
  2259. end
  2260. end
  2261. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  2262. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  2263. if skid ~= nil then
  2264. require(2938226981).load(skid.Name)
  2265. end
  2266. end
  2267. end
  2268. end
  2269. script.Parent.MouseButton1Click:Connect(function()
  2270. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  2271. end)
  2272.  
  2273. end
  2274. coroutine.resume(coroutine.create(SCRIPT_BDXT74_FAKESCRIPT))
  2275. function SCRIPT_QZLW65_FAKESCRIPT() -- Exit.LocalScript
  2276. local script = Instance.new('LocalScript')
  2277. script.Parent = Exit
  2278. script.Parent.MouseButton1Click:Connect(function()
  2279. game.Players.LocalPlayer.PlayerGui.UTG:Destroy()
  2280.  
  2281. end)
  2282.  
  2283.  
  2284. end
  2285. coroutine.resume(coroutine.create(SCRIPT_QZLW65_FAKESCRIPT))
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement