FurkingBoi

Present Simulator

Dec 5th, 2019
1,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15. local Frame_2 = Instance.new("Frame")
  16. local TextButton_7 = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  24. Frame.Position = UDim2.new(0.0788844526, 0, 0.54004848, 0)
  25. Frame.Size = UDim2.new(0, 297, 0, 274)
  26. Frame.Visible = false
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  32. TextLabel.Size = UDim2.new(0, 297, 0, 23)
  33. TextLabel.Font = Enum.Font.GothamBlack
  34. TextLabel.Text = "Present Simulator Fucker"
  35. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  36. TextLabel.TextSize = 20
  37.  
  38. TextButton.Parent = Frame
  39. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextButton.Position = UDim2.new(0.0370370448, 0, 0.145985395, 0)
  41. TextButton.Size = UDim2.new(0, 124, 0, 50)
  42. TextButton.Font = Enum.Font.SourceSans
  43. TextButton.Text = "AutoFarm"
  44. TextButton.TextColor3 = Color3.new(0, 0, 0)
  45. TextButton.TextSize = 14
  46. TextButton.MouseButton1Down:connect(function()
  47. --AutoFarm
  48. _G.LULU = true--change to true or false
  49. while _G.LULU do
  50. wait(0.1)--change time if you want
  51. local A_1 = "MouseClick"
  52. local A_2 =
  53. {
  54. }
  55. game:GetService("ReplicatedStorage").Events.RemoteEvent:FireServer(A_1, A_2)
  56. end
  57. end)
  58.  
  59. TextButton_2.Parent = Frame
  60. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextButton_2.Position = UDim2.new(0.508417487, 0, 0.145985395, 0)
  62. TextButton_2.Size = UDim2.new(0, 124, 0, 50)
  63. TextButton_2.Font = Enum.Font.SourceSans
  64. TextButton_2.Text = "AutoSell"
  65. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  66. TextButton_2.TextSize = 14
  67. TextButton_2.MouseButton1Down:connect(function()
  68. --AutoSell
  69. _G.LULU = true--change to true or false
  70. while _G.LULU do
  71. wait(0.1)--change time if you want
  72. local A_1 = "Full"
  73. local A_2 =
  74. {
  75. }
  76. game:GetService("ReplicatedStorage").Events.RemoteEvent:FireServer(A_1, A_2)
  77. end
  78. end)
  79.  
  80. TextButton_3.Parent = Frame
  81. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextButton_3.Position = UDim2.new(0.0370370448, 0, 0.434306532, 0)
  83. TextButton_3.Size = UDim2.new(0, 124, 0, 50)
  84. TextButton_3.Font = Enum.Font.SourceSans
  85. TextButton_3.Text = "Unlimited Candy Cane"
  86. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  87. TextButton_3.TextSize = 14
  88. TextButton_3.MouseButton1Down:connect(function()
  89. --Unlimited Candy Cane
  90. local A_1 = "Purchase"
  91. local A_2 =
  92. {
  93. [1] = "Egg",
  94. [2] = "Present",
  95. [3] = -1000000000
  96. }
  97. game:GetService("ReplicatedStorage").Events.RemoteEvent:FireServer(A_1, A_2)
  98. end)
  99.  
  100. TextButton_4.Parent = Frame
  101. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextButton_4.Position = UDim2.new(0.0370370448, 0, 0.708029211, 0)
  103. TextButton_4.Size = UDim2.new(0, 124, 0, 50)
  104. TextButton_4.Font = Enum.Font.SourceSans
  105. TextButton_4.Text = "AutoBuy Best Pet"
  106. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  107. TextButton_4.TextSize = 14
  108. TextButton_4.MouseButton1Down:connect(function()
  109. --AutoBuy Best Pet
  110. _G.LULU = true--change to true or false
  111. while _G.LULU do
  112. wait(0.5)--change time if you want
  113. local A_1 = "Purchase"
  114. local A_2 =
  115. {
  116. [1] = "Egg",
  117. [2] = "Wizard",
  118. [3] = 1
  119. }
  120. game:GetService("ReplicatedStorage").Events.RemoteEvent:FireServer(A_1, A_2)
  121. end
  122. end)
  123.  
  124. TextButton_5.Parent = Frame
  125. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  126. TextButton_5.Position = UDim2.new(0.508417487, 0, 0.434306532, 0)
  127. TextButton_5.Size = UDim2.new(0, 124, 0, 50)
  128. TextButton_5.Font = Enum.Font.SourceSans
  129. TextButton_5.Text = "Unlimited Gold"
  130. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  131. TextButton_5.TextSize = 14
  132. TextButton_5.MouseButton1Down:connect(function()
  133. --Unlimited Gold
  134. local A_1 = "Purchase"
  135. local A_2 =
  136. {
  137. [1] = "Egg",
  138. [2] = "Robot",
  139. [3] = -1000000000
  140. }
  141. game:GetService("ReplicatedStorage").Events.RemoteEvent:FireServer(A_1, A_2)
  142. end)
  143.  
  144. TextButton_6.Parent = Frame
  145. TextButton_6.BackgroundColor3 = Color3.new(1, 0, 0)
  146. TextButton_6.Position = UDim2.new(0.92592591, 0, 0, 0)
  147. TextButton_6.Size = UDim2.new(0, 22, 0, 23)
  148. TextButton_6.Font = Enum.Font.GothamBold
  149. TextButton_6.Text = "X"
  150. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  151. TextButton_6.TextSize = 28
  152. TextButton_6.MouseButton1Down:connect(function()
  153. Frame.Visible = false
  154. Frame_2.Visible = true
  155. end)
  156.  
  157. Frame_2.Parent = ScreenGui
  158. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Frame_2.Position = UDim2.new(0.00717131514, 0, 0.444174707, 0)
  160. Frame_2.Size = UDim2.new(0, 91, 0, 28)
  161. Frame.Active = true
  162. Frame.Draggable = true
  163.  
  164.  
  165. TextButton_7.Parent = Frame_2
  166. TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  167. TextButton_7.Position = UDim2.new(0, 0, 0.0357142873, 0)
  168. TextButton_7.Size = UDim2.new(0, 190, 0, 260)
  169. TextButton_7.Font = Enum.Font.SourceSans
  170. TextButton_7.Text = "Open"
  171. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  172. TextButton_7.TextSize = 14
  173. TextButton_7.MouseButton1Down:connect(function()
  174. Frame_2.Visible = false
  175. Frame.Visible = true
  176. end)
Add Comment
Please, Sign In to add comment