Advertisement
Guest User

BarbieSS

a guest
Apr 22nd, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.41 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Hub = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Executor = Instance.new("TextButton")
  8. local Scripts = Instance.new("TextButton")
  9. local Credits = Instance.new("TextLabel")
  10. local About = Instance.new("TextLabel")
  11. --Properties:
  12. Hub.Name = "Hub"
  13. Hub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. Hub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = Hub
  18. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  19. Main.BorderSizePixel = 0
  20. Main.Position = UDim2.new(0.265506804, 0, 0.641638219, 0)
  21. Main.Size = UDim2.new(0, 200, 0, 150)
  22.  
  23. Title.Name = "Title"
  24. Title.Parent = Main
  25. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Title.BackgroundTransparency = 1
  27. Title.Size = UDim2.new(0, 200, 0, 15)
  28. Title.Font = Enum.Font.SourceSans
  29. Title.Text = "BarbieSS Hub"
  30. Title.TextColor3 = Color3.new(1, 1, 1)
  31. Title.TextSize = 14
  32.  
  33. Executor.Name = "Executor"
  34. Executor.Parent = Main
  35. Executor.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  36. Executor.BorderSizePixel = 0
  37. Executor.Position = UDim2.new(0.0299999956, 0, 0.100000009, 0)
  38. Executor.Size = UDim2.new(0, 90, 0, 50)
  39. Executor.Font = Enum.Font.SourceSans
  40. Executor.Text = "Executor"
  41. Executor.TextColor3 = Color3.new(1, 1, 1)
  42. Executor.TextScaled = true
  43. Executor.TextSize = 14
  44. Executor.TextWrapped = true
  45.  
  46. Scripts.Name = "Scripts"
  47. Scripts.Parent = Main
  48. Scripts.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  49. Scripts.BorderSizePixel = 0
  50. Scripts.Position = UDim2.new(0.520000041, 0, 0.100000009, 0)
  51. Scripts.Size = UDim2.new(0, 90, 0, 50)
  52. Scripts.Font = Enum.Font.SourceSans
  53. Scripts.Text = "Scripts"
  54. Scripts.TextColor3 = Color3.new(1, 1, 1)
  55. Scripts.TextScaled = true
  56. Scripts.TextSize = 14
  57. Scripts.TextWrapped = true
  58.  
  59. Credits.Name = "Credits"
  60. Credits.Parent = Main
  61. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Credits.BackgroundTransparency = 1
  63. Credits.Position = UDim2.new(0, 0, 0.800000012, 0)
  64. Credits.Size = UDim2.new(0, 200, 0, 30)
  65. Credits.Font = Enum.Font.SourceSans
  66. Credits.Text = "Made by Intellia#9532"
  67. Credits.TextColor3 = Color3.new(1, 1, 1)
  68. Credits.TextSize = 16
  69. Credits.TextWrapped = true
  70.  
  71. About.Name = "About"
  72. About.Parent = Main
  73. About.BackgroundColor3 = Color3.new(1, 1, 1)
  74. About.BackgroundTransparency = 1
  75. About.Position = UDim2.new(0, 0, 0.433333337, 0)
  76. About.Size = UDim2.new(0, 200, 0, 55)
  77. About.Font = Enum.Font.SourceSans
  78. About.Text = "This is the progression of my own SS. It is not very good but it has an SS executor and a bunch of scripts. "
  79. About.TextColor3 = Color3.new(1, 1, 1)
  80. About.TextScaled = true
  81. About.TextSize = 14
  82. About.TextWrapped = true
  83. -- Scripts:
  84. function SCRIPT_DCUE85_FAKESCRIPT() -- Executor.ExecutorScript
  85. local script = Instance.new('Script')
  86. script.Parent = Executor
  87. script.Parent.MouseButton1Click:Connect(function()
  88. game.ReplicatedStorage.RemoteEvent:FireServer([[
  89. local player = game.Players["0000001011110"]
  90. if player.UserId ~= 360939880 then return end
  91. local Executor = Instance.new("ScreenGui")
  92. local Main = Instance.new("Frame")
  93. local Scroll = Instance.new("ScrollingFrame")
  94. local Code = Instance.new("TextBox")
  95. local Execute = Instance.new("TextButton")
  96. local Clear = Instance.new("TextButton")
  97. local R6 = Instance.new("TextButton")
  98. --Properties:
  99. Executor.Name = "Executor"
  100. Executor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  101. Executor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  102. Executor.ResetOnSpawn = false
  103.  
  104. Main.Name = "Main"
  105. Main.Parent = Executor
  106. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  107. Main.Position = UDim2.new(0.447049916, 0, 0.234357238, 0)
  108. Main.Size = UDim2.new(0, 300, 0, 150)
  109. Main.Active = true
  110. Main.Selectable = true
  111. Main.Draggable = true
  112.  
  113. Scroll.Name = "Scroll"
  114. Scroll.Parent = Main
  115. Scroll.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  116. Scroll.BorderSizePixel = 0
  117. Scroll.Position = UDim2.new(0.0233333316, 0, 0.0533333346, 0)
  118. Scroll.Size = UDim2.new(0, 285, 0, 100)
  119. Scroll.CanvasSize = UDim2.new(0, 0, 2, 10000)
  120.  
  121. Code.Name = "Code"
  122. Code.Parent = Scroll
  123. Code.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Code.BackgroundTransparency = 1
  125. Code.Size = UDim2.new(0, 271, 0, 10000)
  126. Code.ClearTextOnFocus = false
  127. Code.Font = Enum.Font.SourceSans
  128. Code.MultiLine = true
  129. Code.PlaceholderColor3 = Color3.new(1, 1, 1)
  130. Code.PlaceholderText = "Script Here"
  131. Code.Text = ""
  132. Code.TextColor3 = Color3.new(1, 1, 1)
  133. Code.TextSize = 14
  134. Code.TextXAlignment = Enum.TextXAlignment.Left
  135. Code.TextYAlignment = Enum.TextYAlignment.Top
  136.  
  137. Execute.Name = "Execute"
  138. Execute.Parent = Main
  139. Execute.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  140. Execute.BorderSizePixel = 0
  141. Execute.Position = UDim2.new(0.0223449171, 0, 0.75, 2)
  142. Execute.Size = UDim2.new(0, 90, 0, 30)
  143. Execute.Font = Enum.Font.SourceSans
  144. Execute.Text = "Execute"
  145. Execute.TextColor3 = Color3.new(1, 1, 1)
  146. Execute.TextScaled = true
  147. Execute.TextSize = 14
  148. Execute.TextWrapped = true
  149.  
  150. Clear.Name = "Clear"
  151. Clear.Parent = Main
  152. Clear.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  153. Clear.BorderSizePixel = 0
  154. Clear.Position = UDim2.new(0.349051893, 0, 0.796666682, -5)
  155. Clear.Size = UDim2.new(0, 90, 0, 30)
  156. Clear.Font = Enum.Font.SourceSans
  157. Clear.Text = "Clear"
  158. Clear.TextColor3 = Color3.new(1, 1, 1)
  159. Clear.TextScaled = true
  160. Clear.TextSize = 14
  161. Clear.TextWrapped = true
  162.  
  163. R6.Name = "R6"
  164. R6.Parent = Main
  165. R6.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  166. R6.BorderSizePixel = 0
  167. R6.Position = UDim2.new(0.673182011, 0, 0.796666682, -5)
  168. R6.Size = UDim2.new(0, 90, 0, 30)
  169. R6.Font = Enum.Font.SourceSans
  170. R6.Text = "R6"
  171. R6.TextColor3 = Color3.new(1, 1, 1)
  172. R6.TextScaled = true
  173. R6.TextSize = 14
  174. R6.TextWrapped = true
  175. -- Scripts:
  176. function SCRIPT_VOZT83_FAKESCRIPT() -- Execute.ExecuteScript
  177. local script = Instance.new('Script')
  178. script.Parent = Execute
  179. script.Parent.MouseButton1Click:Connect(function()
  180. loadstring(script.Parent.Parent.Scroll.Code.Text)
  181. end)
  182.  
  183. end
  184. coroutine.resume(coroutine.create(SCRIPT_VOZT83_FAKESCRIPT))
  185. function SCRIPT_NWMI78_FAKESCRIPT() -- Clear.ClearScript
  186. local script = Instance.new('Script')
  187. script.Parent = Clear
  188. script.Parent.MouseButton1Click:Connect(function()
  189. script.Parent.Parent.Scroll.Code.Text = ""
  190. end)
  191.  
  192. end
  193. coroutine.resume(coroutine.create(SCRIPT_NWMI78_FAKESCRIPT))
  194. function SCRIPT_CTGF82_FAKESCRIPT() -- R6.R6Script
  195. local script = Instance.new('Script')
  196. script.Parent = R6
  197. script.Parent.MouseButton1Click:Connect(function()
  198. require(2699298287).load("0000001011110")
  199. end)
  200.  
  201. end
  202. coroutine.resume(coroutine.create(SCRIPT_CTGF82_FAKESCRIPT))
  203. ]])
  204.  
  205. end)
  206.  
  207. end
  208. coroutine.resume(coroutine.create(SCRIPT_DCUE85_FAKESCRIPT))
  209. function SCRIPT_PAHU68_FAKESCRIPT() -- Scripts.ScriptsScript
  210. local script = Instance.new('Script')
  211. script.Parent = Scripts
  212. script.Parent.MouseButton1Click:Connect(function()
  213. game.ReplicatedStorage.RemoteEvent:FireServer([[
  214. local player = game.Players["0000001011110"]
  215. if player.UserId ~= 360939880 then return end
  216. -- Farewell Infortality.
  217. -- Version: 2.82
  218. -- Instances:
  219. local Scripts = Instance.new("ScreenGui")
  220. local Main = Instance.new("Frame")
  221. local Commands = Instance.new("ScrollingFrame")
  222. local quantom = Instance.new("TextLabel")
  223. local dance = Instance.new("TextLabel")
  224. local mml = Instance.new("TextLabel")
  225. local neptunian = Instance.new("TextLabel")
  226. local grab = Instance.new("TextLabel")
  227. local r6 = Instance.new("TextLabel")
  228. local mrbyebye = Instance.new("TextLabel")
  229. local glitcher = Instance.new("TextLabel")
  230. local chathax = Instance.new("TextLabel")
  231. local goldengun = Instance.new("TextLabel")
  232. local suicide = Instance.new("TextLabel")
  233. local bigban = Instance.new("TextLabel")
  234. local Execute = Instance.new("TextButton")
  235. local CommandName = Instance.new("TextBox")
  236. --Properties:
  237. Scripts.Name = "Scripts"
  238. Scripts.Parent = player:WaitForChild("PlayerGui")
  239. Scripts.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  240. Scripts.ResetOnSpawn = false
  241.  
  242. Main.Name = "Main"
  243. Main.Parent = Scripts
  244. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  245. Main.BorderSizePixel = 0
  246. Main.Position = UDim2.new(0.5, 500, 0.414106935, 0)
  247. Main.Size = UDim2.new(0, 200, 0, 150)
  248. Main.Active = true
  249. Main.Selectable = true
  250. Main.Draggable = true
  251.  
  252. Commands.Name = "Commands"
  253. Commands.Parent = Main
  254. Commands.BackgroundColor3 = Color3.new(1, 1, 1)
  255. Commands.BackgroundTransparency = 1
  256. Commands.BorderSizePixel = 0
  257. Commands.Size = UDim2.new(0, 200, 0, 90)
  258.  
  259. quantom.Name = "quantom"
  260. quantom.Parent = Commands
  261. quantom.BackgroundColor3 = Color3.new(1, 1, 1)
  262. quantom.BackgroundTransparency = 1
  263. quantom.BorderSizePixel = 0
  264. quantom.Size = UDim2.new(0, 200, 0, 15)
  265. quantom.Font = Enum.Font.SciFi
  266. quantom.Text = "quantom"
  267. quantom.TextColor3 = Color3.new(1, 1, 1)
  268. quantom.TextSize = 14
  269. quantom.TextXAlignment = Enum.TextXAlignment.Left
  270. quantom.TextYAlignment = Enum.TextYAlignment.Top
  271.  
  272. dance.Name = "dance"
  273. dance.Parent = Commands
  274. dance.BackgroundColor3 = Color3.new(1, 1, 1)
  275. dance.BackgroundTransparency = 1
  276. dance.BorderSizePixel = 0
  277. dance.Position = UDim2.new(0, 0, 0.200000003, 0)
  278. dance.Size = UDim2.new(0, 200, 0, 15)
  279. dance.Font = Enum.Font.SciFi
  280. dance.Text = "dance"
  281. dance.TextColor3 = Color3.new(1, 1, 1)
  282. dance.TextSize = 14
  283. dance.TextXAlignment = Enum.TextXAlignment.Left
  284. dance.TextYAlignment = Enum.TextYAlignment.Top
  285.  
  286. mml.Name = "mml"
  287. mml.Parent = Commands
  288. mml.BackgroundColor3 = Color3.new(1, 1, 1)
  289. mml.BackgroundTransparency = 1
  290. mml.BorderSizePixel = 0
  291. mml.Position = UDim2.new(0, 0, 0.150000006, 0)
  292. mml.Size = UDim2.new(0, 200, 0, 15)
  293. mml.Font = Enum.Font.SciFi
  294. mml.Text = "mml"
  295. mml.TextColor3 = Color3.new(1, 1, 1)
  296. mml.TextSize = 14
  297. mml.TextXAlignment = Enum.TextXAlignment.Left
  298. mml.TextYAlignment = Enum.TextYAlignment.Top
  299.  
  300. neptunian.Name = "neptunian"
  301. neptunian.Parent = Commands
  302. neptunian.BackgroundColor3 = Color3.new(1, 1, 1)
  303. neptunian.BackgroundTransparency = 1
  304. neptunian.BorderSizePixel = 0
  305. neptunian.Position = UDim2.new(0, 0, 0.100000001, 0)
  306. neptunian.Size = UDim2.new(0, 200, 0, 15)
  307. neptunian.Font = Enum.Font.SciFi
  308. neptunian.Text = "neptunian"
  309. neptunian.TextColor3 = Color3.new(1, 1, 1)
  310. neptunian.TextSize = 14
  311. neptunian.TextXAlignment = Enum.TextXAlignment.Left
  312. neptunian.TextYAlignment = Enum.TextYAlignment.Top
  313.  
  314. grab.Name = "grab"
  315. grab.Parent = Commands
  316. grab.BackgroundColor3 = Color3.new(1, 1, 1)
  317. grab.BackgroundTransparency = 1
  318. grab.BorderSizePixel = 0
  319. grab.Position = UDim2.new(0, 0, 0.0500000007, 0)
  320. grab.Size = UDim2.new(0, 200, 0, 15)
  321. grab.Font = Enum.Font.SciFi
  322. grab.Text = "grab"
  323. grab.TextColor3 = Color3.new(1, 1, 1)
  324. grab.TextSize = 14
  325. grab.TextXAlignment = Enum.TextXAlignment.Left
  326. grab.TextYAlignment = Enum.TextYAlignment.Top
  327.  
  328. r6.Name = "r6"
  329. r6.Parent = Commands
  330. r6.BackgroundColor3 = Color3.new(1, 1, 1)
  331. r6.BackgroundTransparency = 1
  332. r6.BorderSizePixel = 0
  333. r6.Position = UDim2.new(0, 0, 0.25, 0)
  334. r6.Size = UDim2.new(0, 200, 0, 15)
  335. r6.Font = Enum.Font.SciFi
  336. r6.Text = "r6"
  337. r6.TextColor3 = Color3.new(1, 1, 1)
  338. r6.TextSize = 14
  339. r6.TextXAlignment = Enum.TextXAlignment.Left
  340. r6.TextYAlignment = Enum.TextYAlignment.Top
  341.  
  342. mrbyebye.Name = "mrbyebye"
  343. mrbyebye.Parent = Commands
  344. mrbyebye.BackgroundColor3 = Color3.new(1, 1, 1)
  345. mrbyebye.BackgroundTransparency = 1
  346. mrbyebye.BorderSizePixel = 0
  347. mrbyebye.Position = UDim2.new(-0.00499999896, 0, 0.549999952, 0)
  348. mrbyebye.Size = UDim2.new(0, 200, 0, 15)
  349. mrbyebye.Font = Enum.Font.SciFi
  350. mrbyebye.Text = "mrbyebye"
  351. mrbyebye.TextColor3 = Color3.new(1, 1, 1)
  352. mrbyebye.TextSize = 14
  353. mrbyebye.TextXAlignment = Enum.TextXAlignment.Left
  354. mrbyebye.TextYAlignment = Enum.TextYAlignment.Top
  355.  
  356. glitcher.Name = "glitcher"
  357. glitcher.Parent = Commands
  358. glitcher.BackgroundColor3 = Color3.new(1, 1, 1)
  359. glitcher.BackgroundTransparency = 1
  360. glitcher.BorderSizePixel = 0
  361. glitcher.Position = UDim2.new(-0.00499987602, 0, 0.413333327, 0)
  362. glitcher.Size = UDim2.new(0, 200, 0, 15)
  363. glitcher.Font = Enum.Font.SciFi
  364. glitcher.Text = "glitcher"
  365. glitcher.TextColor3 = Color3.new(1, 1, 1)
  366. glitcher.TextSize = 14
  367. glitcher.TextXAlignment = Enum.TextXAlignment.Left
  368. glitcher.TextYAlignment = Enum.TextYAlignment.Top
  369.  
  370. chathax.Name = "chathax"
  371. chathax.Parent = Commands
  372. chathax.BackgroundColor3 = Color3.new(1, 1, 1)
  373. chathax.BackgroundTransparency = 1
  374. chathax.BorderSizePixel = 0
  375. chathax.Position = UDim2.new(0, 0, 0.463333309, 0)
  376. chathax.Size = UDim2.new(0, 200, 0, 15)
  377. chathax.Font = Enum.Font.SciFi
  378. chathax.Text = "chathax"
  379. chathax.TextColor3 = Color3.new(1, 1, 1)
  380. chathax.TextSize = 14
  381. chathax.TextXAlignment = Enum.TextXAlignment.Left
  382. chathax.TextYAlignment = Enum.TextYAlignment.Top
  383.  
  384. goldengun.Name = "goldengun"
  385. goldengun.Parent = Commands
  386. goldengun.BackgroundColor3 = Color3.new(1, 1, 1)
  387. goldengun.BackgroundTransparency = 1
  388. goldengun.BorderSizePixel = 0
  389. goldengun.Position = UDim2.new(0, 0, 0.350000024, 0)
  390. goldengun.Size = UDim2.new(0, 200, 0, 15)
  391. goldengun.Font = Enum.Font.SciFi
  392. goldengun.Text = "goldengun"
  393. goldengun.TextColor3 = Color3.new(1, 1, 1)
  394. goldengun.TextSize = 14
  395. goldengun.TextXAlignment = Enum.TextXAlignment.Left
  396. goldengun.TextYAlignment = Enum.TextYAlignment.Top
  397.  
  398. suicide.Name = "suicide"
  399. suicide.Parent = Commands
  400. suicide.BackgroundColor3 = Color3.new(1, 1, 1)
  401. suicide.BackgroundTransparency = 1
  402. suicide.BorderSizePixel = 0
  403. suicide.Position = UDim2.new(0, 0, 0.299999952, 0)
  404. suicide.Size = UDim2.new(0, 200, 0, 15)
  405. suicide.Font = Enum.Font.SciFi
  406. suicide.Text = "suicide"
  407. suicide.TextColor3 = Color3.new(1, 1, 1)
  408. suicide.TextSize = 14
  409. suicide.TextXAlignment = Enum.TextXAlignment.Left
  410. suicide.TextYAlignment = Enum.TextYAlignment.Top
  411.  
  412. bigban.Name = "bigban"
  413. bigban.Parent = Commands
  414. bigban.BackgroundColor3 = Color3.new(1, 1, 1)
  415. bigban.BackgroundTransparency = 1
  416. bigban.BorderSizePixel = 0
  417. bigban.Position = UDim2.new(1.23865902e-07, 0, 0.5, 0)
  418. bigban.Size = UDim2.new(0, 200, 0, 15)
  419. bigban.Font = Enum.Font.SciFi
  420. bigban.Text = "bigban"
  421. bigban.TextColor3 = Color3.new(1, 1, 1)
  422. bigban.TextSize = 14
  423. bigban.TextXAlignment = Enum.TextXAlignment.Left
  424. bigban.TextYAlignment = Enum.TextYAlignment.Top
  425.  
  426. Execute.Name = "Execute"
  427. Execute.Parent = Main
  428. Execute.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  429. Execute.BorderSizePixel = 0
  430. Execute.Position = UDim2.new(0.0500000045, 0, 0.76000011, 0)
  431. Execute.Size = UDim2.new(0, 180, 0, 25)
  432. Execute.Font = Enum.Font.SciFi
  433. Execute.Text = "Execute"
  434. Execute.TextColor3 = Color3.new(1, 1, 1)
  435. Execute.TextSize = 14
  436.  
  437. CommandName.Name = "CommandName"
  438. CommandName.Parent = Main
  439. CommandName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  440. CommandName.BorderSizePixel = 0
  441. CommandName.Position = UDim2.new(0.0250000004, 0, 0.539999962, 0)
  442. CommandName.Size = UDim2.new(0, 190, 0, 25)
  443. CommandName.Font = Enum.Font.SciFi
  444. CommandName.PlaceholderColor3 = Color3.new(1, 1, 1)
  445. CommandName.PlaceholderText = "Command"
  446. CommandName.Text = ""
  447. CommandName.TextColor3 = Color3.new(1, 1, 1)
  448. CommandName.TextScaled = true
  449. CommandName.TextSize = 14
  450. CommandName.TextWrapped = true
  451. -- Scripts:
  452. function SCRIPT_YGRT67_FAKESCRIPT() -- Execute.Script
  453. local script = Instance.new('Script')
  454. script.Parent = Execute
  455. script.Parent.MouseButton1Click:Connect(function()
  456. local cmd = script.Parent.Parent.CommandName
  457.  
  458. if cmd.Text == "r6" then
  459. require(2699298287).load("0000001011110")
  460. end
  461.  
  462. if cmd.Text == "quantom" then
  463. require(2848219801):Fire('kermitwashere,ok','0000001011110')
  464. end
  465.  
  466. if cmd.Text == "dance" then
  467. require(2881162369):Fire('0000001011110','i baked you a pie')
  468. end
  469.  
  470. if cmd.Text == "mml" then
  471. require(3043952668).MMLHax("0000001011110","mmlhax")
  472. end
  473.  
  474. if cmd.Text == "neptunian" then
  475. require(03036869449):Fire('ok', '0000001011110')
  476. end
  477.  
  478. if cmd.Text == "grab" then
  479. require(2845928453):Fire('0000001011110','i baked you a pie')
  480. end
  481.  
  482. if cmd.Text == "bigban" then
  483. require(2594357090).bban("0000001011110")
  484. end
  485.  
  486. if cmd.Text == "mrbyebye" then
  487. require(2595582545).mbye("0000001011110")
  488. end
  489.  
  490. if cmd.Text == "glitcher" then
  491. require(2844773931).load("0000001011110")
  492. end
  493.  
  494. if cmd.Text == "chathax" then
  495. require(2906086283):Fire('0000001011110','PsevQrhKhxNxNcf')
  496. end
  497.  
  498. if cmd.Text == "goldengun" then
  499. require(02999251492):Fire("0000001011110")
  500. end
  501.  
  502. if cmd.Text == "suicide" then
  503. require(2967086569):Fire('0000001011110')
  504. end
  505. end)
  506.  
  507. end
  508. coroutine.resume(coroutine.create(SCRIPT_YGRT67_FAKESCRIPT))
  509. function SCRIPT_HOPO72_FAKESCRIPT() -- Main.Script
  510. local script = Instance.new('Script')
  511. script.Parent = Main
  512. local main = script.Parent
  513. main.Active = true
  514. main.Selectable = true
  515. main.Draggable = true
  516.  
  517. end
  518. coroutine.resume(coroutine.create(SCRIPT_HOPO72_FAKESCRIPT))
  519. ]])
  520. end)
  521.  
  522. end
  523. coroutine.resume(coroutine.create(SCRIPT_PAHU68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement