SirMeme

HEHE

Mar 3rd, 2019
11,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OPEN = Instance.new("Frame")
  6. local OP = Instance.new("TextButton")
  7. local CL = Instance.new("TextButton")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local PETS = Instance.new("TextButton")
  12. local tier5 = Instance.new("TextButton")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local xd = Instance.new("Hint",game.CoreGui)
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. OPEN.Name = "OPEN"
  20. OPEN.Parent = ScreenGui
  21. OPEN.BackgroundColor3 = Color3.new(1, 1, 1)
  22. OPEN.Position = UDim2.new(0, 0, 0.519656062, 0)
  23. OPEN.Size = UDim2.new(0, 27, 0, 22)
  24.  
  25. OP.Name = "OP"
  26. OP.Parent = OPEN
  27. OP.BackgroundColor3 = Color3.new(1, 1, 1)
  28. OP.BorderSizePixel = 3
  29. OP.Position = UDim2.new(0, 0, -0.298525751, 0)
  30. OP.Size = UDim2.new(0, 54, 0, 35)
  31. OP.Font = Enum.Font.SourceSans
  32. OP.Text = "OPEN"
  33. OP.TextColor3 = Color3.new(0, 0, 0)
  34. OP.TextSize = 14
  35. OP.MouseButton1Click:connect(function()
  36. CL.Visible = true
  37. OP.Visible = false
  38. wait(1)
  39. wait(1)
  40. Frame.Visible = true
  41. wait(10)
  42. end)
  43.  
  44. CL.Name = "CL"
  45. CL.Parent = OPEN
  46. CL.BackgroundColor3 = Color3.new(1, 1, 1)
  47. CL.BorderSizePixel = 3
  48. CL.Position = UDim2.new(0, 0, -0.298525751, 0)
  49. CL.Size = UDim2.new(0, 54, 0, 35)
  50. CL.Visible = false
  51. CL.Font = Enum.Font.SourceSans
  52. CL.Text = "CLOSE"
  53. CL.TextColor3 = Color3.new(0, 0, 0)
  54. CL.TextSize = 14
  55. CL.MouseButton1Click:connect(function()
  56. CL.Visible = false
  57. OP.Visible = false
  58. wait(1)
  59. xd.Visible = false
  60. wait(1)
  61. Frame.Visible = false
  62. end)
  63.  
  64. Frame.Parent = ScreenGui
  65. Frame.BackgroundColor3 = Color3.new(0.698039, 0.701961, 1)
  66. Frame.BorderColor3 = Color3.new(0, 0, 0)
  67. Frame.BorderSizePixel = 3
  68. Frame.Position = UDim2.new(0.787974715, 0, 0.328009814, 0)
  69. Frame.Size = UDim2.new(0, 124, 0, 149)
  70. Frame.Visible = false
  71.  
  72. TextLabel.Parent = Frame
  73. TextLabel.BackgroundColor3 = Color3.new(0.894118, 0.352941, 1)
  74. TextLabel.BorderSizePixel = 3
  75. TextLabel.Position = UDim2.new(-0.00234794617, 0, 0.946984887, 0)
  76. TextLabel.Size = UDim2.new(0, 124, 0, 50)
  77. TextLabel.Font = Enum.Font.Cartoon
  78. TextLabel.Text = "MADE BY Not a Trap#6258"
  79. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  80. TextLabel.TextSize = 10
  81.  
  82. TextLabel_2.Parent = Frame
  83. TextLabel_2.BackgroundColor3 = Color3.new(0.894118, 0.352941, 1)
  84. TextLabel_2.BorderSizePixel = 3
  85. TextLabel_2.Position = UDim2.new(-0.00234794617, 0, -0.2006661, 0)
  86. TextLabel_2.Size = UDim2.new(0, 124, 0, 50)
  87. TextLabel_2.Font = Enum.Font.Cartoon
  88. TextLabel_2.Text = "MADE BY Not a Trap#6258"
  89. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  90. TextLabel_2.TextSize = 10
  91.  
  92. PETS.Name = "PETS"
  93. PETS.Parent = Frame
  94. PETS.BackgroundColor3 = Color3.new(1, 1, 1)
  95. PETS.BorderSizePixel = 0
  96. PETS.Position = UDim2.new(0.0596416593, 0, 0.182428271, 0)
  97. PETS.Size = UDim2.new(0, 109, 0, 50)
  98. PETS.Font = Enum.Font.Cartoon
  99. PETS.Text = "TP PETS TO U"
  100. PETS.TextColor3 = Color3.new(0, 0, 0)
  101. PETS.TextSize = 14
  102. PETS.MouseButton1Click:connect(function()
  103. while wait() do
  104. for _,v in pairs(game.Workspace:GetChildren()) do
  105. if v.ClassName == "MeshPart" then
  106. v.Anchored = true
  107. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector * 3
  108. end
  109. end
  110. end
  111. end)
  112.  
  113. tier5.Name = "tier5"
  114. tier5.Parent = Frame
  115. tier5.BackgroundColor3 = Color3.new(1, 1, 1)
  116. tier5.BorderSizePixel = 0
  117. tier5.Position = UDim2.new(0.0596416593, 0, 0.558267176, 0)
  118. tier5.Size = UDim2.new(0, 109, 0, 50)
  119. tier5.Font = Enum.Font.Cartoon
  120. tier5.Text = "TIER 5 BUY EGG"
  121. tier5.TextColor3 = Color3.new(0, 0, 0)
  122. tier5.TextSize = 14
  123. tier5.MouseButton1Click:connect(function()
  124. while true do wait()
  125. local tbl_main =
  126. {
  127. "BuyEgg",
  128. "Tier5Egg"
  129. }
  130. game:GetService("ReplicatedStorage").RemoteFunctions.MainRemoteFunction:InvokeServer(unpack(tbl_main))
  131. end
  132. end)
  133.  
  134. xd.Text = ("SHIT GUI & AUTO BUY EGG MADE BY NAME4YOU")
  135. -- Scripts:
  136.  
  137. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  138. local counter1 = 1
  139. while wait(0.1) do
  140. tier5.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  141. OP.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  142. CL.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  143. PETS.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  144. counter1 = counter1 + 0.01
  145.  
  146.  
  147. end
Add Comment
Please, Sign In to add comment