lygelz23

PWS GUI by Typical_RBLX

Dec 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. -- GUI Made by Typical_RBLX
  2.  
  3.  
  4.  
  5. local PWS = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Presents = Instance.new("TextButton")
  8. local AntiLag = Instance.new("TextButton")
  9. local Candy = Instance.new("TextButton")
  10. local X = Instance.new("TextButton")
  11. local Title = Instance.new("TextLabel")
  12. local Credits = Instance.new("TextLabel")
  13.  
  14. --Properties:
  15. PWS.Name = "PWS"
  16. PWS.Parent = game.CoreGui
  17.  
  18. Main.Name = "Main"
  19. Main.Parent = PWS
  20. Main.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  21. Main.BackgroundTransparency = 0.5
  22. Main.BorderSizePixel = 3
  23. Main.Position = UDim2.new(0.0254842006, 0, 0.290909082, 0)
  24. Main.Size = UDim2.new(0, 180, 0, 231)
  25. Main.Active = true
  26. Main.Draggable = true
  27.  
  28. Presents.Name = "Presents"
  29. Presents.Parent = Main
  30. Presents.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  31. Presents.BorderSizePixel = 3
  32. Presents.Position = UDim2.new(0.191997945, 0, 0.149783507, 0)
  33. Presents.Size = UDim2.new(0, 109, 0, 33)
  34. Presents.Font = Enum.Font.ArialBold
  35. Presents.Text = "Presents"
  36. Presents.TextColor3 = Color3.new(1, 1, 1)
  37. Presents.TextScaled = true
  38. Presents.TextSize = 14
  39. Presents.TextWrapped = true
  40.  
  41. AntiLag.Name = "AntiLag"
  42. AntiLag.Parent = Main
  43. AntiLag.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  44. AntiLag.BorderSizePixel = 3
  45. AntiLag.Position = UDim2.new(0.191997945, 0, 0.374891728, 0)
  46. AntiLag.Size = UDim2.new(0, 109, 0, 33)
  47. AntiLag.Font = Enum.Font.ArialBold
  48. AntiLag.Text = "Anti Lag"
  49. AntiLag.TextColor3 = Color3.new(1, 1, 1)
  50. AntiLag.TextScaled = true
  51. AntiLag.TextSize = 14
  52. AntiLag.TextWrapped = true
  53.  
  54. Candy.Name = "Candy"
  55. Candy.Parent = Main
  56. Candy.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  57. Candy.BorderSizePixel = 3
  58. Candy.Position = UDim2.new(0.191997945, 0, 0.587012947, 0)
  59. Candy.Size = UDim2.new(0, 109, 0, 33)
  60. Candy.Font = Enum.Font.ArialBold
  61. Candy.Text = "Candy"
  62. Candy.TextColor3 = Color3.new(1, 1, 1)
  63. Candy.TextScaled = true
  64. Candy.TextSize = 14
  65. Candy.TextWrapped = true
  66.  
  67. X.Name = "X"
  68. X.Parent = Main
  69. X.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  70. X.BorderSizePixel = 3
  71. X.Position = UDim2.new(-0.00244641304, 0, -0.114285752, 0)
  72. X.Size = UDim2.new(0, 19, 0, 17)
  73. X.Font = Enum.Font.ArialBold
  74. X.Text = "X"
  75. X.TextColor3 = Color3.new(1, 1, 1)
  76. X.TextScaled = true
  77. X.TextSize = 14
  78. X.TextWrapped = true
  79.  
  80. Title.Name = "Title"
  81. Title.Parent = Main
  82. Title.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  83. Title.BorderSizePixel = 3
  84. Title.Position = UDim2.new(0.153109059, 0, -0.114285752, 0)
  85. Title.Size = UDim2.new(0, 152, 0, 17)
  86. Title.Font = Enum.Font.Arial
  87. Title.Text = "Present Wrapping Gui"
  88. Title.TextColor3 = Color3.new(0, 0, 0)
  89. Title.TextScaled = true
  90. Title.TextSize = 14
  91. Title.TextWrapped = true
  92.  
  93. Credits.Name = "Credits"
  94. Credits.Parent = Main
  95. Credits.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  96. Credits.BorderSizePixel = 3
  97. Credits.Position = UDim2.new(0.0753312856, 0, 0.777489066, 0)
  98. Credits.Size = UDim2.new(0, 151, 0, 43)
  99. Credits.Font = Enum.Font.Arial
  100. Credits.Text = "Made by Typical_RBLX first gui!!"
  101. Credits.TextColor3 = Color3.new(0, 0, 0)
  102. Credits.TextScaled = true
  103. Credits.TextSize = 14
  104. Credits.TextWrapped = true
  105.  
  106.  
  107. -- Scripts:
  108.  
  109. X.MouseButton1Down:connect(function()
  110. open.Visible = true
  111. frame.Visible = false
  112. end)
  113. end
  114.  
  115.  
  116. Presents.MouseButton1Down:connect(function()
  117. game:GetService("ReplicatedStorage").Events.ImageNotification:FireServer("Presents Script Loaded // Made by Jacob", "rbxgameasset://Images/FixedPresentIcon")
  118.  
  119. game:GetService('RunService').RenderStepped:connect(function()
  120. game:GetService("Players").LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  121. end)
  122. end
  123.  
  124.  
  125. AntiLag.MouseButton1Down:connect(function()
  126. game:GetService('RunService').RenderStepped:connect(function()
  127. game:GetService("Players").LocalPlayer.Character.PresentWrapper.Remotes.ClearPresents:FireServer()
  128. end)
  129. end
  130.  
  131. Candy.MouseButton1Down:connect(function()
  132. game:GetService('RunService').RenderStepped:connect(function()
  133. game:GetService("ReplicatedStorage").Events.PresentCollect:FireServer("3804259723804957324567182367612783956237589623467236479112391028352354239234789123784912390123a1238091asd0asd78120387asd0sagd70saseadnf0saj1203jas0jfa78211580712530ifyoureallytypedthisalljusttogetsomefreecandycanesyouneedtostopplaying")
  134. end)
  135. end
Add Comment
Please, Sign In to add comment