coz

Untitled

coz
Sep 15th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 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 ZOMBIE = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Credits = Instance.new("TextLabel")
  9. --Properties:
  10. Menu.Name = "Menu"
  11. Menu.Parent = game.StarterGui.ScreenGui
  12. Menu.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  13. Menu.Position = UDim2.new(0.417293191, 0, 0.240683272, 0)
  14. Menu.Size = UDim2.new(0, 303, 0, 259)
  15.  
  16. F3X.Name = "F3X"
  17. F3X.Parent = Menu
  18. F3X.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
  19. F3X.Position = UDim2.new(0.0318270773, 0, 0.356177598, 0)
  20. F3X.Size = UDim2.new(0, 128, 0, 45)
  21. F3X.Font = Enum.Font.Fantasy
  22. F3X.Text = "F3x Gui"
  23. F3X.TextColor3 = Color3.new(1, 1, 1)
  24. F3X.TextScaled = true
  25. F3X.TextSize = 14
  26. F3X.TextWrapped = true
  27.  
  28. ZOMBIE.Name = "ZOMBIE"
  29. ZOMBIE.Parent = Menu
  30. ZOMBIE.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
  31. ZOMBIE.Position = UDim2.new(0.515290737, 0, 0.356565803, 0)
  32. ZOMBIE.Size = UDim2.new(0, 136, 0, 44)
  33. ZOMBIE.Font = Enum.Font.Fantasy
  34. ZOMBIE.Text = "Zombie Rush Kill Any Human"
  35. ZOMBIE.TextColor3 = Color3.new(0.964706, 0.964706, 0.964706)
  36. ZOMBIE.TextScaled = true
  37. ZOMBIE.TextSize = 14
  38. ZOMBIE.TextWrapped = true
  39.  
  40. TextLabel.Parent = Menu
  41. TextLabel.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
  42. TextLabel.Position = UDim2.new(0.157319039, 0, 0.0475910902, 0)
  43. TextLabel.Size = UDim2.new(0, 206, 0, 50)
  44. TextLabel.Font = Enum.Font.Fantasy
  45. TextLabel.Text = "Scripto V1"
  46. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  47. TextLabel.TextScaled = true
  48. TextLabel.TextSize = 14
  49. TextLabel.TextWrapped = true
  50.  
  51. Credits.Name = "Credits"
  52. Credits.Parent = Menu
  53. Credits.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
  54. Credits.Position = UDim2.new(0.81059581, 0, 0.899739861, 0)
  55. Credits.Size = UDim2.new(0, 57, 0, 25)
  56. Credits.Font = Enum.Font.Fantasy
  57. Credits.Text = "Made By fd#3680"
  58. Credits.TextColor3 = Color3.new(0.784314, 0.764706, 0.768628)
  59. Credits.TextScaled = true
  60. Credits.TextSize = 14
  61. Credits.TextWrapped = true
  62.  
  63. spawn(function()
  64. local function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  65. local counter = 0
  66. wait()
  67. while wait() do
  68. Frame.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  69.  
  70. counter = counter + 0.0126
  71. end
  72. end)
  73. wait()
  74.  
  75.  
  76.  
  77. Frame:TweenPosition(UDim2.new(0.435, 0, 0.4, 0), "Out", "Elastic", 3.6)
  78.  
  79. end
  80. coroutine.resume(coroutine.create(SCRIPT_XTBK87_FAKESCRIPT))
  81. F3X.MouseButton1Click:connect(function()
  82. loadstring(game:HttpGet(('https://pastebin.com/zrDivJaL'),true))()
  83. end)
  84.  
  85. ZOMBIE.MouseButton1Click:connect(function()
  86. loadstring(game:HttpGet(('https://pastebin.com/1qnMh7z8'),true))()
  87. end)
Advertisement
Add Comment
Please, Sign In to add comment