coz

skr

coz
Sep 16th, 2019
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local sc = Instance.new("ScreenGui")
  5. local Menu = Instance.new("Frame")
  6. local F3X = Instance.new("TextButton")
  7. local Prison = Instance.new("TextButton")
  8. local Title = Instance.new("TextLabel")
  9. local Credits = Instance.new("TextLabel")
  10. local ZombieRush = Instance.new("TextButton")
  11. local Punch = Instance.new("TextButton")
  12. local SuperHero = Instance.new("TextButton")
  13. local Azure = Instance.new("TextButton")
  14. local Life = Instance.new("TextButton")
  15. local RhsTeam = Instance.new("TextButton")
  16. local rhsgui = Instance.new("TextButton")
  17. local RoC = Instance.new("TextButton")
  18. local boysa = Instance.new("TextButton")
  19. --Properties:
  20. sc.Name = "sc"
  21. sc.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. Menu.Name = "Menu"
  24. Menu.Parent = sc
  25. Menu.Active = true
  26.  
  27. Menu.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  28. spawn(function()
  29. local function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  30.  
  31. for i,v in pairs(Menu:GetDescendants()) do
  32. local counter = 0
  33. wait()
  34.  
  35. spawn(function()
  36.  
  37. while wait() do
  38. v.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  39.  
  40. counter = counter + 0.0076
  41.  
  42. end
  43. end)
  44. end
  45. end)
  46. Menu.Transparency = 0.4
  47. Menu.Position = UDim2.new(0.175187975, 0, 0.1863354, 0)
  48. Menu.Size = UDim2.new(0, 684, 0, 483)
  49. Menu.Draggable = true
  50.  
  51. F3X.Name = "F3X"
  52. F3X.Parent = Menu
  53. F3X.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  54. F3X.Position = UDim2.new(0.139224514, 0, 0.301924288, 0)
  55. F3X.Size = UDim2.new(0, 116, 0, 36)
  56. F3X.Font = Enum.Font.GothamSemibold
  57. F3X.Text = "F3X Gui"
  58. F3X.TextColor3 = Color3.new(0, 0, 0)
  59. F3X.TextScaled = true
  60. F3X.TextSize = 14
  61. F3X.TextWrapped = true
  62.  
  63. Prison.Name = "Prison"
  64. Prison.Parent = Menu
  65. Prison.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  66. Prison.Position = UDim2.new(0.650480986, 0, 0.299853891, 0)
  67. Prison.Size = UDim2.new(0, 123, 0, 36)
  68. Prison.Font = Enum.Font.SourceSansSemibold
  69. Prison.Text = "Prison Life Gui"
  70. Prison.TextColor3 = Color3.new(0, 0, 0)
  71. Prison.TextScaled = true
  72. Prison.TextSize = 14
  73. Prison.TextWrapped = true
  74.  
  75. Title.Name = "Title"
  76. Title.Parent = Menu
  77. Title.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  78. Title.Position = UDim2.new(0.13948229, 0, 0.0329670385, 0)
  79. Title.Size = UDim2.new(0, 473, 0, 77)
  80. Title.Font = Enum.Font.SourceSansSemibold
  81. Title.Text = "Skripto"
  82. Title.TextColor3 = Color3.new(0, 0, 0)
  83. Title.TextScaled = true
  84. Title.TextSize = 14
  85. Title.TextWrapped = true
  86.  
  87. Credits.Name = "Credits"
  88. Credits.Parent = Menu
  89. Credits.Active = true
  90. Credits.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  91. Credits.Position = UDim2.new(0.904416561, 0, 0.900802433, 0)
  92. Credits.Size = UDim2.new(0, 49, 0, 35)
  93. Credits.Font = Enum.Font.SourceSansBold
  94. Credits.Text = "Made By fd#3680"
  95. Credits.TextColor3 = Color3.new(0, 0, 0)
  96. Credits.TextScaled = true
  97. Credits.TextSize = 14
  98. Credits.TextWrapped = true
  99.  
  100. ZombieRush.Name = "ZombieRush"
  101. ZombieRush.Parent = Menu
  102. ZombieRush.BackgroundColor3 = Color3.new(0.329412, 0, 0.992157)
  103. ZombieRush.Position = UDim2.new(0.137762532, 0, 0.689449966, 0)
  104. ZombieRush.Size = UDim2.new(0, 116, 0, 48)
  105. ZombieRush.Font = Enum.Font.SourceSansSemibold
  106. ZombieRush.Text = "Zombie Rush Kill Any Human Gui"
  107. ZombieRush.TextColor3 = Color3.new(0, 0, 0)
  108. ZombieRush.TextScaled = true
  109. ZombieRush.TextSize = 14
  110. ZombieRush.TextWrapped = true
  111.  
  112. Punch.Name = "Punch"
  113. Punch.Parent = Menu
  114. Punch.BackgroundColor3 = Color3.new(0.329412, 0, 0.992157)
  115. Punch.Position = UDim2.new(0.651942909, 0, 0.687379599, 0)
  116. Punch.Size = UDim2.new(0, 122, 0, 48)
  117. Punch.Font = Enum.Font.GothamSemibold
  118. Punch.Text = "FE Punch KIll"
  119. Punch.TextColor3 = Color3.new(0, 0, 0)
  120. Punch.TextScaled = true
  121. Punch.TextSize = 14
  122. Punch.TextWrapped = true
  123.  
  124. SuperHero.Name = "SuperHero"
  125. SuperHero.Parent = Menu
  126. SuperHero.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  127. SuperHero.Position = UDim2.new(0.651942909, 0, 0.496615767, 0)
  128. SuperHero.Size = UDim2.new(0, 122, 0, 36)
  129. SuperHero.Font = Enum.Font.SourceSansSemibold
  130. SuperHero.Text = "Super Hero Tycoon GUI"
  131. SuperHero.TextColor3 = Color3.new(0, 0, 0)
  132. SuperHero.TextScaled = true
  133. SuperHero.TextSize = 14
  134. SuperHero.TextWrapped = true
  135.  
  136. Azure.Name = "Azure"
  137. Azure.Parent = Menu
  138. Azure.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  139. Azure.Position = UDim2.new(0.140365541, 0, 0.498048991, 0)
  140. Azure.Size = UDim2.new(0, 115, 0, 35)
  141. Azure.Font = Enum.Font.SourceSansSemibold
  142. Azure.Text = "Azure Mines Gui"
  143. Azure.TextColor3 = Color3.new(0, 0, 0)
  144. Azure.TextScaled = true
  145. Azure.TextSize = 14
  146. Azure.TextWrapped = true
  147.  
  148. Life.Name = "Life"
  149. Life.Parent = Menu
  150. Life.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  151. Life.Position = UDim2.new(0.376321942, 0, 0.497173071, 0)
  152. Life.Size = UDim2.new(0, 147, 0, 34)
  153. Life.Font = Enum.Font.SourceSansSemibold
  154. Life.Text = "Life In Paradise Infinite Money"
  155. Life.TextColor3 = Color3.new(0, 0, 0)
  156. Life.TextScaled = true
  157. Life.TextSize = 14
  158. Life.TextWrapped = true
  159.  
  160. RhsTeam.Name = "RhsTeam"
  161. RhsTeam.Parent = Menu
  162. RhsTeam.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  163. RhsTeam.Position = UDim2.new(0.374859959, 0, 0.688940525, 0)
  164. RhsTeam.Size = UDim2.new(0, 147, 0, 48)
  165. RhsTeam.Font = Enum.Font.SourceSansSemibold
  166. RhsTeam.Text = "Rainbow Tag RHS"
  167. RhsTeam.TextColor3 = Color3.new(0, 0, 0)
  168. RhsTeam.TextScaled = true
  169. RhsTeam.TextSize = 14
  170. RhsTeam.TextWrapped = true
  171.  
  172. rhsgui.Name = "rhsgui"
  173. rhsgui.Parent = Menu
  174. rhsgui.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  175. rhsgui.Position = UDim2.new(0.139477789, 0, 0.8693344, 0)
  176. rhsgui.Size = UDim2.new(0, 115, 0, 39)
  177. rhsgui.Font = Enum.Font.SourceSansSemibold
  178. rhsgui.Text = "RHS Gui"
  179. rhsgui.TextColor3 = Color3.new(0, 0, 0)
  180. rhsgui.TextScaled = true
  181. rhsgui.TextSize = 14
  182. rhsgui.TextWrapped = true
  183.  
  184. RoC.Name = "RoC"
  185. RoC.Parent = Menu
  186. RoC.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  187. RoC.Position = UDim2.new(0.377500176, 0, 0.301520944, 0)
  188. RoC.Size = UDim2.new(0, 147, 0, 36)
  189. RoC.Font = Enum.Font.SourceSansSemibold
  190. RoC.Text = "Ro Citizens Invisible Tool"
  191. RoC.TextColor3 = Color3.new(0, 0, 0)
  192. RoC.TextScaled = true
  193. RoC.TextSize = 14
  194. RoC.TextWrapped = true
  195.  
  196. boysa.Name = "boysa"
  197. boysa.Parent = Menu
  198. boysa.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  199. boysa.Position = UDim2.new(0.379, 0,0.867, 0)
  200. boysa.Size = UDim2.new(0, 147, 0, 36)
  201. boysa.Font = Enum.Font.SourceSansSemibold
  202. boysa.Text = "Boys And Girls Hangout Gun Script"
  203. boysa.TextColor3 = Color3.new(0, 0, 0)
  204. boysa.TextScaled = true
  205. boysa.TextSize = 14
  206. boysa.TextWrapped = true
  207. -- Scripts:
  208.  
  209. ZombieRush.MouseButton1Click:connect(function()
  210. loadstring(game:HttpGet(('https://pastebin.com/raw/1qnMh7z8'),true))()
  211. end)
  212.  
  213. Prison.MouseButton1Click:connect(function()
  214. loadstring(game:HttpGet(('https://pastebin.com/raw/CgC1st5D'),true))()
  215. end)
  216.  
  217. Punch.MouseButton1Click:connect(function()
  218. loadstring(game:HttpGet(('https://pastebin.com/raw/UkdzSras'),true))()
  219. end)
  220.  
  221. Azure.MouseButton1Click:connect(function()
  222. loadstring(game:HttpGet(('https://pastebin.com/raw/wHnLb3mX'),true))()
  223. end)
  224.  
  225. SuperHero.MouseButton1Click:connect(function()
  226. loadstring(game:HttpGet(('https://pastebin.com/raw/5WSVMc1t'),true))()
  227. end)
  228.  
  229. RhsTeam.MouseButton1Click:connect(function()
  230. loadstring(game:HttpGet(('https://pastebin.com/raw/YAfgW7Ht'),true))()
  231. end)
  232.  
  233. Life.MouseButton1Click:connect(function()
  234. loadstring(game:HttpGet(('https://pastebin.com/raw/xGuN7LE8'),true))()
  235. end)
  236.  
  237. RoC.MouseButton1Click:connect(function()
  238. loadstring(game:HttpGet(('https://pastebin.com/raw/rzu8sP1n'),true))()
  239. end)
  240.  
  241. rhsgui.MouseButton1Click:connect(function()
  242. loadstring(game:HttpGet(('https://pastebin.com/raw/sJbQCNrA'),true))()
  243. end)
  244.  
  245. boysa.MouseButton1Click:connect(function()
  246. loadstring(game:HttpGet(('https://pastebin.com/raw/CjaYg5yd'),true))()
  247. end)
  248.  
  249. spawn(function()
  250. local function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  251.  
  252. for i,v in pairs(sc:GetDescendants()) do
  253. local counter = 0
  254. wait()
  255.  
  256. spawn(function()
  257.  
  258. while wait() do
  259. v.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  260.  
  261. counter = counter + 0.0076
  262.  
  263. end
  264. end)
  265. end
  266. end)
Advertisement
Add Comment
Please, Sign In to add comment