MynameItHung1

wrap

Dec 13th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.73 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Presents = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TitleCredit = Instance.new("TextLabel")
  7. local GainPres = Instance.new("TextButton")
  8. local TPPRESENTS = Instance.new("TextButton")
  9. local Sell = Instance.new("TextButton")
  10. local Shop = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local Codes = Instance.new("TextButton")
  13. --Properties:
  14. Presents.Name = "Presents"
  15. Presents.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = Presents
  19. Main.BackgroundColor3 = Color3.new(1, 0, 0)
  20. Main.BorderSizePixel = 0
  21. Main.Position = UDim2.new(0.286670715, 0, 0.262039661, 0)
  22. Main.Size = UDim2.new(0, 410, 0, 266)
  23.  
  24. TitleCredit.Name = "TitleCredit"
  25. TitleCredit.Parent = Main
  26. TitleCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TitleCredit.BackgroundTransparency = 1
  28. TitleCredit.Size = UDim2.new(0, 410, 0, 50)
  29. TitleCredit.Font = Enum.Font.Code
  30. TitleCredit.Text = "Present Wrapping Simulator GUI and scripts made by Poki Hero#0914 "
  31. TitleCredit.TextColor3 = Color3.new(0, 0, 0)
  32. TitleCredit.TextScaled = true
  33. TitleCredit.TextSize = 14
  34. TitleCredit.TextWrapped = true
  35.  
  36. GainPres.Name = "Presents"
  37. GainPres.Parent = Main
  38. GainPres.BackgroundColor3 = Color3.new(0.866667, 0.74902, 0.517647)
  39. GainPres.BorderSizePixel = 0
  40. GainPres.Position = UDim2.new(0, 0, 0.25, 0)
  41. GainPres.Size = UDim2.new(0, 200, 0, 50)
  42. GainPres.Font = Enum.Font.Code
  43. GainPres.Text = "Auto Gain Presents"
  44. GainPres.TextColor3 = Color3.new(0, 0, 0)
  45. GainPres.TextScaled = true
  46. GainPres.TextSize = 14
  47. GainPres.TextWrapped = true
  48.  
  49. TPPRESENTS.Name = "TPPRESENTS"
  50. TPPRESENTS.Parent = Main
  51. TPPRESENTS.BackgroundColor3 = Color3.new(0.866667, 0.74902, 0.517647)
  52. TPPRESENTS.BorderSizePixel = 0
  53. TPPRESENTS.Position = UDim2.new(0, 0, 0.5, 0)
  54. TPPRESENTS.Size = UDim2.new(0, 200, 0, 50)
  55. TPPRESENTS.Font = Enum.Font.Code
  56. TPPRESENTS.Text = "TP presents to you"
  57. TPPRESENTS.TextColor3 = Color3.new(0, 0, 0)
  58. TPPRESENTS.TextScaled = true
  59. TPPRESENTS.TextSize = 14
  60. TPPRESENTS.TextWrapped = true
  61.  
  62. Sell.Name = "Sell"
  63. Sell.Parent = Main
  64. Sell.BackgroundColor3 = Color3.new(0.866667, 0.74902, 0.517647)
  65. Sell.BorderSizePixel = 0
  66. Sell.Position = UDim2.new(0, 0, 0.75, 0)
  67. Sell.Size = UDim2.new(0, 200, 0, 50)
  68. Sell.Font = Enum.Font.Code
  69. Sell.Text = "AutoSell"
  70. Sell.TextColor3 = Color3.new(0, 0, 0)
  71. Sell.TextScaled = true
  72. Sell.TextSize = 14
  73. Sell.TextWrapped = true
  74.  
  75. Shop.Name = "Shop"
  76. Shop.Parent = Main
  77. Shop.BackgroundColor3 = Color3.new(0.866667, 0.74902, 0.517647)
  78. Shop.BorderSizePixel = 0
  79. Shop.Position = UDim2.new(0.51219511, 0, 0.75, 0)
  80. Shop.Size = UDim2.new(0, 200, 0, 50)
  81. Shop.Font = Enum.Font.Code
  82. Shop.Text = "Teleport to Shop"
  83. Shop.TextColor3 = Color3.new(0, 0, 0)
  84. Shop.TextScaled = true
  85. Shop.TextSize = 14
  86. Shop.TextWrapped = true
  87.  
  88. TextLabel.Parent = Main
  89. TextLabel.BackgroundColor3 = Color3.new(0.866667, 0.74902, 0.517647)
  90. TextLabel.BorderSizePixel = 0
  91. TextLabel.Position = UDim2.new(0.51219511, 0, 0.248120308, 0)
  92. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  93. TextLabel.Font = Enum.Font.Code
  94. TextLabel.Text = "F to close & Open"
  95. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  96. TextLabel.TextScaled = true
  97. TextLabel.TextSize = 14
  98. TextLabel.TextWrapped = true
  99.  
  100. Codes.Name = "Codes"
  101. Codes.Parent = Main
  102. Codes.BackgroundColor3 = Color3.new(0.866667, 0.74902, 0.517647)
  103. Codes.BorderSizePixel = 0
  104. Codes.Position = UDim2.new(0.51219511, 0, 0.498120308, 0)
  105. Codes.Size = UDim2.new(0, 200, 0, 50)
  106. Codes.Font = Enum.Font.Code
  107. Codes.Text = "Use all codes"
  108. Codes.TextColor3 = Color3.new(0, 0, 0)
  109. Codes.TextScaled = true
  110. Codes.TextSize = 14
  111. Codes.TextWrapped = true
  112. -- Scripts:
  113. local gain = 0
  114. GainPres.MouseButton1Click:Connect(function()
  115. if gain == 0 then
  116. gain = 1
  117. elseif gain == 1 then
  118. gain = 0
  119. end
  120. repeat
  121. wait()
  122. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  123. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  124. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  125. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  126. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  127. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  128. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  129. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  130. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  131. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  132. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  133. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  134. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  135. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  136. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  137. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  138. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  139. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  140. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  141. game.Players.LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  142. until gain == 0
  143. end)
  144. TPPRESENTS.MouseButton1Click:Connect(function()
  145. for i , v in pairs(game.Workspace.GameStuff.Presents:GetChildren()) do
  146. v.CanCollide = false
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  148. wait(0.001)
  149. end
  150. end)
  151. local sall = 0
  152. Sell.MouseButton1Click:Connect(function()
  153. if sall == 0 then
  154. sall = 1
  155. elseif sall == 1 then
  156. sall = 0
  157. end
  158. repeat
  159. wait()
  160. game.Workspace.GameStuff.SellPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  161. until sall == 0
  162. end)
  163. Shop.MouseButton1Click:Connect(function()
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.GameStuff.ShopPart.CFrame
  165. end)
  166. local sad = 0
  167. local Mouse = game.Players.LocalPlayer:GetMouse()
  168. Mouse.KeyDown:Connect(function(Key)
  169. if Key == "f" then
  170. if sad == 0 then
  171. Main.Visible = false
  172. sad = 1
  173. elseif sad == 1 then
  174. Main.Visible = true
  175. sad = 0
  176. end
  177. end
  178. end)
  179. Codes.MouseButton1Click:Connect(function()
  180. for i , v in pairs(game.ReplicatedStorage.TwitterCodes:GetChildren()) do
  181. local A_1 = v.Name
  182. local Event = game:GetService("ReplicatedStorage").Events.SubmitCode
  183. Event:FireServer(A_1)
  184. print("using code ".. A_1)
  185. end
  186. end)
  187. Main.Active = true
  188. Main.Draggable = true
Add Comment
Please, Sign In to add comment