Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local InifnitePresent = Instance.new("TextButton")
  8. local CandyCanes = Instance.new("TextButton")
  9. local AutoRebirth = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  15. Frame.Position = UDim2.new(0, 0, 0.245997086, 0)
  16. Frame.Size = UDim2.new(0, 207, 0, 271)
  17.  
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  20. TextLabel.BackgroundTransparency = 1
  21. TextLabel.Size = UDim2.new(0, 207, 0, 63)
  22. TextLabel.Font = Enum.Font.SciFi
  23. TextLabel.Text = "Present Wrapping Simulator"
  24. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  25. TextLabel.TextScaled = true
  26. TextLabel.TextSize = 14
  27. TextLabel.TextWrapped = true
  28.  
  29. InifnitePresent.Name = "Inifnite Present"
  30. InifnitePresent.Parent = Frame
  31. InifnitePresent.BackgroundColor3 = Color3.new(1, 1, 1)
  32. InifnitePresent.Position = UDim2.new(0.0144927539, 0, 0.261194259, 0)
  33. InifnitePresent.Size = UDim2.new(0, 200, 0, 50)
  34. InifnitePresent.Font = Enum.Font.Highway
  35. InifnitePresent.Text = "Inifnite Present"
  36. InifnitePresent.TextColor3 = Color3.new(0, 0, 0)
  37. InifnitePresent.TextScaled = true
  38. InifnitePresent.TextSize = 14
  39. InifnitePresent.TextWrapped = true
  40.  
  41. CandyCanes.Name = "Candy Canes"
  42. CandyCanes.Parent = Frame
  43. CandyCanes.BackgroundColor3 = Color3.new(1, 1, 1)
  44. CandyCanes.Position = UDim2.new(0.0144927539, 0, 0.501266122, 0)
  45. CandyCanes.Size = UDim2.new(0, 200, 0, 50)
  46. CandyCanes.Font = Enum.Font.Gotham
  47. CandyCanes.Text = "Candy Canes"
  48. CandyCanes.TextColor3 = Color3.new(0, 0, 0)
  49. CandyCanes.TextScaled = true
  50. CandyCanes.TextSize = 14
  51. CandyCanes.TextWrapped = true
  52.  
  53. AutoRebirth.Name = "Auto-Rebirth"
  54. AutoRebirth.Parent = Frame
  55. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  56. AutoRebirth.Position = UDim2.new(0.0144927502, 0, 0.747428536, 0)
  57. AutoRebirth.Size = UDim2.new(0, 200, 0, 50)
  58. AutoRebirth.Font = Enum.Font.GothamSemibold
  59. AutoRebirth.Text = "Auto-Rebirth"
  60. AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
  61. AutoRebirth.TextScaled = true
  62. AutoRebirth.TextSize = 14
  63. AutoRebirth.TextWrapped = true
  64. -- Scripts:
  65.  
  66. InifnitePresent.MouseButton1Down:connect(function()
  67.  
  68. game:GetService("ReplicatedStorage").Events.ImageNotification:FireServer("Presents Script Loaded // Made by Jacob", "rbxgameasset://Images/FixedPresentIcon")
  69.  
  70. game:GetService('RunService').RenderStepped:connect(function()
  71. game:GetService("Players").LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  72. end)
  73.  
  74. end)
  75.  
  76. CandyCanes.MouseButton1Down:connect(function()
  77.  
  78. game:GetService('RunService').RenderStepped:connect(function()
  79. game:GetService("ReplicatedStorage").Events.PresentCollect:FireServer("3804259723804957324567182367612783956237589623467236479112391028352354239234789123784912390123a1238091asd0asd78120387asd0sagd70saseadnf0saj1203jas0jfa78211580712530ifyoureallytypedthisalljusttogetsomefreecandycanesyouneedtostopplaying")
  80. end)
  81.  
  82. end)
  83.  
  84. AutoRebirth.MouseButton1Down:connect(function()
  85.  
  86. game:GetService('RunService').RenderStepped:connect(function()
  87. game:GetService("ReplicatedStorage").Events.RebirthPlayer:FireServer(0)
  88. end)
  89.  
  90. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement