Advertisement
Guest User

sh

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