1_F0

Untitled

Jun 22nd, 2020
6,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.67 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SonicV1 = Instance.new("ScreenGui")
  5. local Body = Instance.new("Frame")
  6. local _1000 = Instance.new("TextButton")
  7. local _1500 = Instance.new("TextButton")
  8. local _1Million = Instance.new("TextButton")
  9. local _300 = Instance.new("TextButton")
  10. local _600 = Instance.new("TextButton")
  11. local _800 = Instance.new("TextButton")
  12. local Blue = Instance.new("TextButton")
  13. local Dred = Instance.new("TextButton")
  14. local Green = Instance.new("TextButton")
  15. local Orange = Instance.new("TextButton")
  16. local Pet1 = Instance.new("TextButton")
  17. local Pet2 = Instance.new("TextButton")
  18. local Pet3 = Instance.new("TextButton")
  19. local Pet4 = Instance.new("TextButton")
  20. local Pink = Instance.new("TextButton")
  21. local Rainbow = Instance.new("TextButton")
  22. local Red = Instance.new("TextButton")
  23. local Hypcros = Instance.new("TextLabel")
  24. local PetsLabel = Instance.new("TextLabel")
  25. local SpeedLabel = Instance.new("TextLabel")
  26. local TextLabel = Instance.new("TextLabel")
  27. local TrailsLabel = Instance.new("TextLabel")
  28. --Properties:
  29. SonicV1.Name = "Sonic V1"
  30. SonicV1.Parent = game.CoreGui
  31. SonicV1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. Body.Name = "Body"
  34. Body.Parent = SonicV1
  35. Body.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  36. Body.BorderColor3 = Color3.new(0, 0, 0)
  37. Body.Position = UDim2.new(0.329164118, 0, 0.126039982, 0)
  38. Body.Size = UDim2.new(0, 336, 0, 348)
  39. Body.Active = true
  40. Body.Visible = true
  41. Body.Draggable = true
  42.  
  43. _1000.Name = "1000"
  44. _1000.Parent = Body
  45. _1000.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  46. _1000.BorderColor3 = Color3.new(0.333333, 1, 0)
  47. _1000.Position = UDim2.new(0.363461554, 0, 0.439557731, 0)
  48. _1000.Size = UDim2.new(0, 90, 0, 23)
  49. _1000.Font = Enum.Font.SciFi
  50. _1000.Text = "1000"
  51. _1000.TextColor3 = Color3.new(1, 1, 1)
  52. _1000.TextSize = 20
  53. _1000.TextStrokeTransparency = 0
  54. local Remote = game.ReplicatedStorage.Events['Msg']
  55. _1000.MouseButton1Down:connect(function()
  56. local Arguments = {
  57. [1] = "Speed",
  58. [2] = 1000
  59. }
  60.  
  61. Remote:FireServer(unpack(Arguments))
  62.  
  63. end)
  64.  
  65. _1500.Name = "1500"
  66. _1500.Parent = Body
  67. _1500.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  68. _1500.BorderColor3 = Color3.new(0.333333, 1, 0)
  69. _1500.Position = UDim2.new(0.363461524, 0, 0.52464819, 0)
  70. _1500.Size = UDim2.new(0, 90, 0, 23)
  71. _1500.Font = Enum.Font.SciFi
  72. _1500.Text = "1500"
  73. _1500.TextColor3 = Color3.new(1, 1, 1)
  74. _1500.TextSize = 20
  75. _1500.TextStrokeTransparency = 0
  76. _1500.MouseButton1Down:connect (function()
  77. local Remote = game.ReplicatedStorage.Events['Msg']
  78.  
  79. local Arguments = {
  80. [1] = "Speed",
  81. [2] = 1500
  82. }
  83.  
  84. Remote:FireServer(unpack(Arguments))
  85. end)
  86.  
  87. _1Million.Name = "1Million"
  88. _1Million.Parent = Body
  89. _1Million.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  90. _1Million.BorderColor3 = Color3.new(0.333333, 1, 0)
  91. _1Million.Position = UDim2.new(0.363461554, 0, 0.60816884, 0)
  92. _1Million.Size = UDim2.new(0, 90, 0, 23)
  93. _1Million.Font = Enum.Font.SciFi
  94. _1Million.Text = "1 Million"
  95. _1Million.TextColor3 = Color3.new(1, 1, 1)
  96. _1Million.TextSize = 20
  97. _1Million.TextStrokeTransparency = 0
  98. _1Million.MouseButton1Down:connect (function()
  99. local Remote = game.ReplicatedStorage.Events['Msg']
  100.  
  101. local Arguments = {
  102. [1] = "Speed",
  103. [2] = 1000000
  104. }
  105.  
  106. Remote:FireServer(unpack(Arguments))
  107. end)
  108.  
  109. _300.Name = "300"
  110. _300.Parent = Body
  111. _300.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  112. _300.BorderColor3 = Color3.new(0.333333, 1, 0)
  113. _300.Position = UDim2.new(0.363461554, 0, 0.191869318, 0)
  114. _300.Size = UDim2.new(0, 90, 0, 23)
  115. _300.Font = Enum.Font.SciFi
  116. _300.Text = "300"
  117. _300.TextColor3 = Color3.new(1, 1, 1)
  118. _300.TextSize = 20
  119. _300.TextStrokeTransparency = 0
  120. _300.MouseButton1Down:connect (function()
  121. local Remote = game.ReplicatedStorage.Events['Msg']
  122.  
  123. local Arguments = {
  124. [1] = "Speed",
  125. [2] = 300
  126. }
  127.  
  128. Remote:FireServer(unpack(Arguments))
  129. end)
  130.  
  131. _600.Name = "600"
  132. _600.Parent = Body
  133. _600.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  134. _600.BorderColor3 = Color3.new(0.333333, 1, 0)
  135. _600.Position = UDim2.new(0.363461554, 0, 0.272516429, 0)
  136. _600.Size = UDim2.new(0, 90, 0, 23)
  137. _600.Font = Enum.Font.SciFi
  138. _600.Text = "600"
  139. _600.TextColor3 = Color3.new(1, 1, 1)
  140. _600.TextSize = 20
  141. _600.TextStrokeTransparency = 0
  142. _600.MouseButton1Down:connect (function()
  143. local Remote = game.ReplicatedStorage.Events['Msg']
  144.  
  145. local Arguments = {
  146. [1] = "Speed",
  147. [2] = 600
  148. }
  149.  
  150. Remote:FireServer(unpack(Arguments))
  151. end)
  152.  
  153. _800.Name = "800"
  154. _800.Parent = Body
  155. _800.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  156. _800.BorderColor3 = Color3.new(0.333333, 1, 0)
  157. _800.Position = UDim2.new(0.363461494, 0, 0.35603708, 0)
  158. _800.Size = UDim2.new(0, 90, 0, 23)
  159. _800.Font = Enum.Font.SciFi
  160. _800.Text = "800"
  161. _800.TextColor3 = Color3.new(1, 1, 1)
  162. _800.TextSize = 20
  163. _800.TextStrokeTransparency = 0
  164. _800.MouseButton1Down:connect(function()
  165. local Remote = game.ReplicatedStorage.Events['Msg']
  166.  
  167. local Arguments = {
  168. [1] = "Speed",
  169. [2] = 800
  170. }
  171.  
  172. Remote:FireServer(unpack(Arguments))
  173. end)
  174.  
  175. Blue.Name = "Blue"
  176. Blue.Parent = Body
  177. Blue.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  178. Blue.BorderColor3 = Color3.new(0, 1, 1)
  179. Blue.Position = UDim2.new(0.677976191, 0, 0.438253999, 0)
  180. Blue.Size = UDim2.new(0, 90, 0, 23)
  181. Blue.Font = Enum.Font.SciFi
  182. Blue.Text = "Blue"
  183. Blue.TextColor3 = Color3.new(1, 1, 1)
  184. Blue.TextSize = 20
  185. Blue.TextStrokeTransparency = 0
  186. Blue.MouseButton1Down:connect(function()
  187. local Remote = game.ReplicatedStorage.Events['Msg']
  188.  
  189. local Arguments = {
  190. [1] = "Trail",
  191. [2] = "Blue"
  192. }
  193.  
  194. Remote:FireServer(unpack(Arguments))
  195. end)
  196.  
  197. Dred.Name = "Dred"
  198. Dred.Parent = Body
  199. Dred.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  200. Dred.BorderColor3 = Color3.new(0, 1, 1)
  201. Dred.Position = UDim2.new(0.677976251, 0, 0.354733288, 0)
  202. Dred.Size = UDim2.new(0, 90, 0, 23)
  203. Dred.Font = Enum.Font.SciFi
  204. Dred.Text = "Dark Red"
  205. Dred.TextColor3 = Color3.new(1, 1, 1)
  206. Dred.TextSize = 20
  207. Dred.TextStrokeTransparency = 0
  208. Dred.MouseButton1Down:connect(function()
  209. local Remote = game.ReplicatedStorage.Events['Msg']
  210.  
  211. local Arguments = {
  212. [1] = "Trail",
  213. [2] = "DRed"
  214. }
  215.  
  216. Remote:FireServer(unpack(Arguments))
  217. end)
  218.  
  219. Green.Name = "Green"
  220. Green.Parent = Body
  221. Green.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  222. Green.BorderColor3 = Color3.new(0, 1, 1)
  223. Green.Position = UDim2.new(0.677976191, 0, 0.606865048, 0)
  224. Green.Size = UDim2.new(0, 90, 0, 23)
  225. Green.Font = Enum.Font.SciFi
  226. Green.Text = "Green"
  227. Green.TextColor3 = Color3.new(1, 1, 1)
  228. Green.TextSize = 20
  229. Green.TextStrokeTransparency = 0
  230. Green.MouseButton1Down:connect(function()
  231. local Remote = game.ReplicatedStorage.Events['Msg']
  232.  
  233. local Arguments = {
  234. [1] = "Trail",
  235. [2] = "Green"
  236. }
  237.  
  238. Remote:FireServer(unpack(Arguments))
  239. end)
  240.  
  241.  
  242.  
  243. Orange.Name = "Orange"
  244. Orange.Parent = Body
  245. Orange.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  246. Orange.BorderColor3 = Color3.new(0, 1, 1)
  247. Orange.Position = UDim2.new(0.677976191, 0, 0.191869333, 0)
  248. Orange.Size = UDim2.new(0, 90, 0, 23)
  249. Orange.Font = Enum.Font.SciFi
  250. Orange.Text = "Orange"
  251. Orange.TextColor3 = Color3.new(1, 1, 1)
  252. Orange.TextSize = 20
  253. Orange.TextStrokeTransparency = 0
  254. Orange.MouseButton1Down:connect(function()
  255. local Remote = game.ReplicatedStorage.Events['Msg']
  256.  
  257. local Arguments = {
  258. [1] = "Trail",
  259. [2] = "Orange"
  260. }
  261.  
  262. Remote:FireServer(unpack(Arguments))
  263. end)
  264.  
  265. Pet1.Name = "Pet1"
  266. Pet1.Parent = Body
  267. Pet1.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  268. Pet1.BorderColor3 = Color3.new(1, 0, 0)
  269. Pet1.Position = UDim2.new(0.0512820482, 0, 0.191869318, 0)
  270. Pet1.Size = UDim2.new(0, 90, 0, 23)
  271. Pet1.Font = Enum.Font.SciFi
  272. Pet1.Text = "Pet1"
  273. Pet1.TextColor3 = Color3.new(1, 1, 1)
  274. Pet1.TextSize = 20
  275. Pet1.TextStrokeTransparency = 0
  276. Pet1.MouseButton1Down:connect(function()
  277. local Remote = game.ReplicatedStorage['EquippedE']
  278.  
  279. local Arguments = {
  280. [1] = 1
  281. }
  282.  
  283. Remote:FireServer(unpack(Arguments))
  284. end)
  285.  
  286. Pet2.Name = "Pet2"
  287. Pet2.Parent = Body
  288. Pet2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  289. Pet2.BorderColor3 = Color3.new(1, 0, 0)
  290. Pet2.Position = UDim2.new(0.0512820482, 0, 0.272516429, 0)
  291. Pet2.Size = UDim2.new(0, 90, 0, 23)
  292. Pet2.Font = Enum.Font.SciFi
  293. Pet2.Text = "Pet2"
  294. Pet2.TextColor3 = Color3.new(1, 1, 1)
  295. Pet2.TextSize = 20
  296. Pet2.TextStrokeTransparency = 0
  297. Pet2.MouseButton1Down:connect(function()
  298. local Remote = game.ReplicatedStorage['EquippedE']
  299.  
  300. local Arguments = {
  301. [1] = 2}
  302.  
  303. Remote:FireServer(unpack(Arguments))
  304. end)
  305.  
  306. Pet3.Name = "Pet3"
  307. Pet3.Parent = Body
  308. Pet3.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  309. Pet3.BorderColor3 = Color3.new(1, 0, 0)
  310. Pet3.Position = UDim2.new(0.0512820482, 0, 0.35603705, 0)
  311. Pet3.Size = UDim2.new(0, 90, 0, 23)
  312. Pet3.Font = Enum.Font.SciFi
  313. Pet3.Text = "Pet3"
  314. Pet3.TextColor3 = Color3.new(1, 1, 1)
  315. Pet3.TextSize = 20
  316. Pet3.TextStrokeTransparency = 0
  317. Pet3.MouseButton1Down:connect(function()
  318. local Remote = game.ReplicatedStorage['EquippedE']
  319.  
  320. local Arguments = {
  321. [1] = 3}
  322.  
  323. Remote:FireServer(unpack(Arguments))
  324. end)
  325.  
  326. Pet4.Name = "Pet4"
  327. Pet4.Parent = Body
  328. Pet4.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  329. Pet4.BorderColor3 = Color3.new(1, 0, 0)
  330. Pet4.Position = UDim2.new(0.0512820557, 0, 0.441127479, 0)
  331. Pet4.Size = UDim2.new(0, 90, 0, 23)
  332. Pet4.Font = Enum.Font.SciFi
  333. Pet4.Text = "Pet4"
  334. Pet4.TextColor3 = Color3.new(1, 1, 1)
  335. Pet4.TextSize = 20
  336. Pet4.TextStrokeTransparency = 0
  337. Pet4.MouseButton1Down:connect(function()
  338. local Remote = game.ReplicatedStorage['EquippedE']
  339.  
  340. local Arguments = {
  341. [1] = 4
  342. }
  343.  
  344. Remote:FireServer(unpack(Arguments))
  345. end)
  346.  
  347. Pink.Name = "Pink"
  348. Pink.Parent = Body
  349. Pink.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  350. Pink.BorderColor3 = Color3.new(0, 1, 1)
  351. Pink.Position = UDim2.new(0.677976131, 0, 0.52464819, 0)
  352. Pink.Size = UDim2.new(0, 90, 0, 23)
  353. Pink.Font = Enum.Font.SciFi
  354. Pink.Text = "Pink"
  355. Pink.TextColor3 = Color3.new(1, 1, 1)
  356. Pink.TextSize = 20
  357. Pink.TextStrokeTransparency = 0
  358. Pink.MouseButton1Down:connect(function()
  359. local Remote = game.ReplicatedStorage.Events['Msg']
  360.  
  361. local Arguments = {
  362. [1] = "Trail",
  363. [2] = "Pink"
  364. }
  365.  
  366. Remote:FireServer(unpack(Arguments))
  367. end)
  368.  
  369. Rainbow.Name = "Rainbow"
  370. Rainbow.Parent = Body
  371. Rainbow.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  372. Rainbow.BorderColor3 = Color3.new(0, 1, 1)
  373. Rainbow.Position = UDim2.new(0.677976191, 0, 0.690385759, 0)
  374. Rainbow.Size = UDim2.new(0, 90, 0, 23)
  375. Rainbow.Font = Enum.Font.SciFi
  376. Rainbow.Text = "Rainbow"
  377. Rainbow.TextColor3 = Color3.new(1, 1, 1)
  378. Rainbow.TextSize = 20
  379. Rainbow.TextStrokeTransparency = 0
  380. Rainbow.MouseButton1Down:connect(function()
  381. local Remote = game.ReplicatedStorage.Events['Msg']
  382.  
  383. local Arguments = {
  384. [1] = "Trail",
  385. [2] = "Rainbow"
  386. }
  387.  
  388. Remote:FireServer(unpack(Arguments))
  389. end)
  390.  
  391. Red.Name = "Red"
  392. Red.Parent = Body
  393. Red.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  394. Red.BorderColor3 = Color3.new(0, 1, 1)
  395. Red.Position = UDim2.new(0.677976191, 0, 0.272516429, 0)
  396. Red.Size = UDim2.new(0, 90, 0, 23)
  397. Red.Font = Enum.Font.SciFi
  398. Red.Text = "Red"
  399. Red.TextColor3 = Color3.new(1, 1, 1)
  400. Red.TextSize = 20
  401. Red.TextStrokeTransparency = 0
  402. Red.MouseButton1Down:connect(function()
  403. local Remote = game.ReplicatedStorage.Events['Msg']
  404.  
  405. local Arguments = {
  406. [1] = "Trail",
  407. [2] = "Red"
  408. }
  409.  
  410. Remote:FireServer(unpack(Arguments))
  411. end)
  412.  
  413. Hypcros.Name = "Hypcros"
  414. Hypcros.Parent = Body
  415. Hypcros.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  416. Hypcros.BorderSizePixel = 0
  417. Hypcros.Position = UDim2.new(-0.00141939521, 0, 0.901939571, 0)
  418. Hypcros.Size = UDim2.new(0, 336, 0, 34)
  419. Hypcros.Font = Enum.Font.SourceSans
  420. Hypcros.Text = "Created By Hypcros#1020"
  421. Hypcros.TextColor3 = Color3.new(1, 1, 1)
  422. Hypcros.TextSize = 14
  423.  
  424. PetsLabel.Name = "PetsLabel"
  425. PetsLabel.Parent = Body
  426. PetsLabel.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  427. PetsLabel.BorderColor3 = Color3.new(1, 0, 0)
  428. PetsLabel.Position = UDim2.new(0.0386904776, 0, 0.119434692, 0)
  429. PetsLabel.Size = UDim2.new(0, 100, 0, 21)
  430. PetsLabel.Font = Enum.Font.SciFi
  431. PetsLabel.Text = "Pets"
  432. PetsLabel.TextColor3 = Color3.new(1, 1, 1)
  433. PetsLabel.TextSize = 14
  434. PetsLabel.TextStrokeTransparency = 0
  435.  
  436. SpeedLabel.Name = "SpeedLabel"
  437. SpeedLabel.Parent = Body
  438. SpeedLabel.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  439. SpeedLabel.BorderColor3 = Color3.new(0.333333, 1, 0)
  440. SpeedLabel.Position = UDim2.new(0.350870013, 0, 0.119434692, 0)
  441. SpeedLabel.Size = UDim2.new(0, 100, 0, 21)
  442. SpeedLabel.Font = Enum.Font.SciFi
  443. SpeedLabel.Text = "Speed"
  444. SpeedLabel.TextColor3 = Color3.new(1, 1, 1)
  445. SpeedLabel.TextSize = 14
  446. SpeedLabel.TextStrokeTransparency = 0
  447.  
  448. TextLabel.Parent = Body
  449. TextLabel.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  450. TextLabel.BorderSizePixel = 0
  451. TextLabel.Position = UDim2.new(-0.00141939521, 0, -0.00127384067, 0)
  452. TextLabel.Size = UDim2.new(0, 336, 0, 34)
  453. TextLabel.Font = Enum.Font.SciFi
  454. TextLabel.Text = "Sonic V1"
  455. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  456. TextLabel.TextSize = 14
  457.  
  458. TrailsLabel.Name = "TrailsLabel"
  459. TrailsLabel.Parent = Body
  460. TrailsLabel.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  461. TrailsLabel.BorderColor3 = Color3.new(0, 1, 1)
  462. TrailsLabel.Position = UDim2.new(0.66538465, 0, 0.119434685, 0)
  463. TrailsLabel.Size = UDim2.new(0, 100, 0, 21)
  464. TrailsLabel.Font = Enum.Font.SciFi
  465. TrailsLabel.Text = "Trails"
  466. TrailsLabel.TextColor3 = Color3.new(1, 1, 1)
  467. TrailsLabel.TextSize = 14
  468. TrailsLabel.TextStrokeTransparency = 0
  469. -- Made by Hypcros#1020 Have a good day!
Add Comment
Please, Sign In to add comment