coz

f

coz
Sep 15th, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Menu = Instance.new("Frame")
  5. local F3X = Instance.new("TextButton")
  6. local Prison = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local Credits = Instance.new("TextLabel")
  9. local ZombieRush = Instance.new("TextButton")
  10. local Punch = Instance.new("TextButton")
  11. local SuperHero = Instance.new("TextButton")
  12. local Azure = Instance.new("TextButton")
  13. --Properties:
  14. Menu.Name = "Menu"
  15. Menu.Parent = game.StarterGui.sc
  16. Menu.Active = true
  17.  
  18. Menu.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  19. spawn(function()
  20. local function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  21.  
  22. for i,v in pairs(Menu:GetDescendants()) do
  23. local counter = 0
  24. wait()
  25.  
  26. spawn(function()
  27.  
  28. while wait() do
  29. v.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  30.  
  31. counter = counter + 0.0076
  32.  
  33. end
  34. end)
  35. end
  36. end)
  37. Menu.Transparency = 0.4
  38. Menu.Position = UDim2.new(0.269924819, 0, 0.242236018, 0)
  39. Menu.Size = UDim2.new(0, 514, 0, 364)
  40.  
  41. F3X.Name = "F3X"
  42. F3X.Parent = Menu
  43. F3X.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  44. F3X.Position = UDim2.new(0.0778210089, 0, 0.301924288, 0)
  45. F3X.Size = UDim2.new(0, 116, 0, 36)
  46. F3X.Font = Enum.Font.GothamSemibold
  47. F3X.Text = "F3X Gui"
  48. F3X.TextColor3 = Color3.new(0, 0, 0)
  49. F3X.TextScaled = true
  50. F3X.TextSize = 14
  51. F3X.TextWrapped = true
  52.  
  53. Prison.Name = "Prison"
  54. Prison.Parent = Menu
  55. Prison.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  56. Prison.Position = UDim2.new(0.665100873, 0, 0.301924288, 0)
  57. Prison.Size = UDim2.new(0, 123, 0, 36)
  58. Prison.Font = Enum.Font.SourceSansSemibold
  59. Prison.Text = "Prison Life Gui"
  60. Prison.TextColor3 = Color3.new(0, 0, 0)
  61. Prison.TextScaled = true
  62. Prison.TextSize = 14
  63. Prison.TextWrapped = true
  64.  
  65. Title.Name = "Title"
  66. Title.Parent = Menu
  67. Title.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  68. Title.Position = UDim2.new(0.154102132, 0, 0.0329670347, 0)
  69. Title.Size = UDim2.new(0, 355, 0, 56)
  70. Title.Font = Enum.Font.SourceSansSemibold
  71. Title.Text = "Skripto V1"
  72. Title.TextColor3 = Color3.new(0, 0, 0)
  73. Title.TextScaled = true
  74. Title.TextSize = 14
  75. Title.TextWrapped = true
  76.  
  77. Credits.Name = "Credits"
  78. Credits.Parent = Menu
  79. Credits.Active = true
  80. Credits.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  81. Credits.Position = UDim2.new(0.904416561, 0, 0.900802433, 0)
  82. Credits.Size = UDim2.new(0, 49, 0, 35)
  83. Credits.Font = Enum.Font.SourceSansBold
  84. Credits.Text = "Made By fd#3680"
  85. Credits.TextColor3 = Color3.new(0, 0, 0)
  86. Credits.TextScaled = true
  87. Credits.TextSize = 14
  88. Credits.TextWrapped = true
  89.  
  90. ZombieRush.Name = "ZombieRush"
  91. ZombieRush.Parent = Menu
  92. ZombieRush.BackgroundColor3 = Color3.new(0.329412, 0, 0.992157)
  93. ZombieRush.Position = UDim2.new(0.0778210089, 0, 0.689449966, 0)
  94. ZombieRush.Size = UDim2.new(0, 116, 0, 48)
  95. ZombieRush.Font = Enum.Font.SourceSansSemibold
  96. ZombieRush.Text = "Zombie Rush Kill Any Human Gui"
  97. ZombieRush.TextColor3 = Color3.new(0, 0, 0)
  98. ZombieRush.TextScaled = true
  99. ZombieRush.TextSize = 14
  100. ZombieRush.TextWrapped = true
  101.  
  102. Punch.Name = "Punch"
  103. Punch.Parent = Menu
  104. Punch.BackgroundColor3 = Color3.new(0.329412, 0, 0.992157)
  105. Punch.Position = UDim2.new(0.665100813, 0, 0.689449966, 0)
  106. Punch.Size = UDim2.new(0, 122, 0, 48)
  107. Punch.Font = Enum.Font.GothamSemibold
  108. Punch.Text = "FE Punch KIll"
  109. Punch.TextColor3 = Color3.new(0, 0, 0)
  110. Punch.TextScaled = true
  111. Punch.TextSize = 14
  112. Punch.TextWrapped = true
  113.  
  114. SuperHero.Name = "SuperHero"
  115. SuperHero.Parent = Menu
  116. SuperHero.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  117. SuperHero.Position = UDim2.new(0.665100813, 0, 0.498686165, 0)
  118. SuperHero.Size = UDim2.new(0, 122, 0, 36)
  119. SuperHero.Font = Enum.Font.SourceSansSemibold
  120. SuperHero.Text = "Super Hero Tycoon GUI"
  121. SuperHero.TextColor3 = Color3.new(0, 0, 0)
  122. SuperHero.TextScaled = true
  123. SuperHero.TextSize = 14
  124. SuperHero.TextWrapped = true
  125.  
  126. Azure.Name = "Azure"
  127. Azure.Parent = Menu
  128. Azure.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  129. Azure.Position = UDim2.new(0.0789620355, 0, 0.500119388, 0)
  130. Azure.Size = UDim2.new(0, 115, 0, 35)
  131. Azure.Font = Enum.Font.SourceSansSemibold
  132. Azure.Text = "Azure Mines Gui"
  133. Azure.TextColor3 = Color3.new(0, 0, 0)
  134. Azure.TextScaled = true
  135. Azure.TextSize = 14
  136. Azure.TextWrapped = true
  137.  
  138. F3X.MouseButton1Click:connect(function()
  139. loadstring(game:HttpGet(('https://pastebin.com/raw/zrDivJaL'),true))()
  140. end)
  141.  
  142. ZombieRush.MouseButton1Click:connect(function()
  143. loadstring(game:HttpGet(('https://pastebin.com/raw/1qnMh7z8'),true))()
  144. end)
  145.  
  146. Prison.MouseButton1Click:connect(function()
  147. loadstring(game:HttpGet(('https://pastebin.com/raw/CgC1st5D'),true))()
  148. end)
  149.  
  150. Punch.MouseButton1Click:connect(function()
  151. loadstring(game:HttpGet(('https://pastebin.com/raw/UkdzSras'),true))()
  152. end)
  153.  
  154. SuperHero.MouseButton1Click:connect(function()
  155. loadstring(game:HttpGet(('https://pastebin.com/raw/5WSVMc1t'),true))()
  156. end)
  157.  
  158. Azure.MouseButton1Click:connect(function()
  159. loadstring(game:HttpGet(('https://pastebin.com/raw/nVcX6R1E'),true))()
  160. end)
Advertisement
Add Comment
Please, Sign In to add comment