Advertisement
WafflesYT

Untitled

Feb 9th, 2019
2,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. -- By Waffles1652
  2. local TextGui = Instance.new("ScreenGui")
  3. local OPEN = Instance.new("Frame")
  4. local TextButton = Instance.new("TextButton")
  5. local MainFrame = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Exit = Instance.new("TextButton")
  8. local Minimize = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local UnlockAll = Instance.new("TextButton")
  11. local AutoClicker = Instance.new("TextButton")
  12. local Sell2x = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. --Functions
  17. function tp(a, b, c)
  18. local plr = game.Players:GetPlayers()
  19. for i = 1,#plr do
  20. plr[1].Character.HumanoidRootPart.CFrame = CFrame.new(a, b, c)
  21. end
  22. end
  23. --Properties:
  24. TextGui.Parent = game.CoreGui
  25.  
  26. OPEN.Name = "OPEN"
  27. OPEN.Parent = TextGui
  28. OPEN.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  29. OPEN.BorderColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  30. OPEN.Position = UDim2.new(0, 0, 0.428893894, 0)
  31. OPEN.Size = UDim2.new(0, 56, 0, 25)
  32.  
  33. TextButton.Parent = OPEN
  34. TextButton.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  35. TextButton.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  36. TextButton.BorderSizePixel = 0
  37. TextButton.Position = UDim2.new(0.061999999, 0, 0.200000003, 0)
  38. TextButton.Size = UDim2.new(0, 48, 0, 16)
  39. TextButton.Font = Enum.Font.GothamBlack
  40. TextButton.Text = "OPEN"
  41. TextButton.TextColor3 = Color3.new(1, 1, 1)
  42. TextButton.TextScaled = true
  43. TextButton.TextSize = 14
  44. TextButton.TextWrapped = true
  45. TextButton.MouseButton1Click:connect(function()
  46. OPEN.Visible = false
  47. MainFrame.Visible = true
  48. end)
  49.  
  50. MainFrame.Name = "MainFrame"
  51. MainFrame.Parent = TextGui
  52. MainFrame.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  53. MainFrame.BackgroundTransparency = 0.10000000149012
  54. MainFrame.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  55. MainFrame.BorderSizePixel = 0
  56. MainFrame.Position = UDim2.new(0.331525952, 0, 0.268623024, 0)
  57. MainFrame.Size = UDim2.new(0, 389, 0, 258)
  58. MainFrame.Visible = false
  59. MainFrame.Draggable = true
  60.  
  61. Frame.Parent = MainFrame
  62. Frame.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  63. Frame.BorderSizePixel = 0
  64. Frame.Position = UDim2.new(0, 0, -0.00216982351, 0)
  65. Frame.Size = UDim2.new(0, 389, 0, 22)
  66.  
  67. Exit.Name = "Exit"
  68. Exit.Parent = MainFrame
  69. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Exit.BackgroundTransparency = 1
  71. Exit.BorderSizePixel = 0
  72. Exit.Position = UDim2.new(0.935732663, 0, -0.00387596898, 0)
  73. Exit.Size = UDim2.new(0, 25, 0, 22)
  74. Exit.Text = "X"
  75. Exit.TextColor3 = Color3.new(1, 1, 1)
  76. Exit.TextScaled = true
  77. Exit.TextSize = 14
  78. Exit.TextWrapped = true
  79. Exit.MouseButton1Click:connect(function()
  80. Exit.Parent.Parent:Destroy()
  81. end)
  82.  
  83.  
  84. Minimize.Name = "Minimize"
  85. Minimize.Parent = MainFrame
  86. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Minimize.BackgroundTransparency = 1
  88. Minimize.BorderSizePixel = 0
  89. Minimize.Position = UDim2.new(0.871465325, 0, -0.00387596898, 0)
  90. Minimize.Size = UDim2.new(0, 25, 0, 22)
  91. Minimize.Text = "-"
  92. Minimize.TextColor3 = Color3.new(1, 1, 1)
  93. Minimize.TextSize = 30
  94. Minimize.TextWrapped = true
  95. Minimize.MouseButton1Click:connect(function()
  96. MainFrame.Visible = false
  97. OPEN.Visible = true
  98. end)
  99.  
  100. TextLabel.Parent = MainFrame
  101. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextLabel.BackgroundTransparency = 1
  103. TextLabel.Position = UDim2.new(-9.35792923e-05, 0, -0.00769945979, 0)
  104. TextLabel.Size = UDim2.new(0, 163, 0, 22)
  105. TextLabel.Font = Enum.Font.GothamBlack
  106. TextLabel.Text = "Texting Simulator GUI"
  107. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  108. TextLabel.TextScaled = true
  109. TextLabel.TextSize = 14
  110. TextLabel.TextWrapped = true
  111.  
  112. UnlockAll.Name = "UnlockAll"
  113. UnlockAll.Parent = MainFrame
  114. UnlockAll.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  115. UnlockAll.BorderColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  116. UnlockAll.Position = UDim2.new(0.0581124537, 0, 0.187927648, 0)
  117. UnlockAll.Size = UDim2.new(0, 98, 0, 20)
  118. UnlockAll.Text = "UnlockAll"
  119. UnlockAll.TextColor3 = Color3.new(1, 1, 1)
  120. UnlockAll.TextSize = 12
  121. UnlockAll.TextWrapped = true
  122. UnlockAll.MouseButton1Click:connect(function()
  123. local A_1 = 44
  124. local A_2 = "jfusj )fdsklhd! ="
  125. local Event = game:GetService("ReplicatedStorage").PhoneShopBuy
  126. Event:FireServer(A_1, A_2)
  127. local A_1 = 15
  128. local A_2 = "jfusj )fdsklhd! ="
  129. local Event = game:GetService("ReplicatedStorage").ComputerShopBuy
  130. Event:FireServer(A_1, A_2)
  131. local A_1 = 15
  132. local A_2 = "jfusj )fdsklhd! ="
  133. local Event = game:GetService("ReplicatedStorage").TabletShopBuy
  134. Event:FireServer(A_1, A_2)
  135. --Equip
  136. local A_1 = 44
  137. local A_2 = "sgkhsdg^4541 1"
  138. local Event = game:GetService("ReplicatedStorage").Events.PhonesEquip
  139. Event:FireServer(A_1, A_2)
  140. local A_1 = 15
  141. local A_2 = "sgkhsdg^4541 1"
  142. local Event = game:GetService("ReplicatedStorage").Events.TabletsEquip
  143. Event:FireServer(A_1, A_2)
  144. local A_1 = 15
  145. local A_2 = "sgkhsdg^4541 1"
  146. local Event = game:GetService("ReplicatedStorage").Events.ComputersEquip
  147. Event:FireServer(A_1, A_2)
  148. end)
  149.  
  150. AutoClicker.Name = "AutoClicker"
  151. AutoClicker.Parent = MainFrame
  152. AutoClicker.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  153. AutoClicker.BorderColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  154. AutoClicker.Position = UDim2.new(0.371737123, 0, 0.187927648, 0)
  155. AutoClicker.Size = UDim2.new(0, 98, 0, 20)
  156. AutoClicker.Text = "Autoclicker"
  157. AutoClicker.TextColor3 = Color3.new(1, 1, 1)
  158. AutoClicker.TextSize = 12
  159. AutoClicker.TextWrapped = true
  160. AutoClicker.MouseButton1Click:connect(function()
  161. local lp = game.workspace[game.Players.LocalPlayer.Name]
  162. while true do
  163. wait(0.1)
  164. if lp.Humanoid.Health == 0 then
  165. break
  166. end
  167. local A_1 = "kgfd(**fsd M"
  168. local Event = game:GetService("ReplicatedStorage").ToolEvents.CashEvent
  169. Event:FireServer(A_1)
  170. local A_1 = "fsd g**& Jm6o3"
  171. local Event = game:GetService("ReplicatedStorage").ToolEvents.CashEventComputer
  172. Event:FireServer(A_1)
  173. local A_1 = "fsd g**& Jm6o3"
  174. local Event = game:GetService("ReplicatedStorage").ToolEvents.CashEventTablet
  175. Event:FireServer(A_1)
  176. end
  177. end)
  178.  
  179. Sell2x.Name = "Sell2x"
  180. Sell2x.Parent = MainFrame
  181. Sell2x.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  182. Sell2x.BorderColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  183. Sell2x.Position = UDim2.new(0.682791114, 0, 0.187927648, 0)
  184. Sell2x.Size = UDim2.new(0, 98, 0, 20)
  185. Sell2x.Text = "Sell2x"
  186. Sell2x.TextColor3 = Color3.new(1, 1, 1)
  187. Sell2x.TextSize = 12
  188. Sell2x.TextWrapped = true
  189. Sell2x.MouseButton1Click:connect(function()
  190. tp(-18, -1, -173)
  191. end)
  192.  
  193. TextLabel_2.Parent = MainFrame
  194. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  195. TextLabel_2.BackgroundTransparency = 1
  196. TextLabel_2.Position = UDim2.new(-9.35924691e-05, 0, 0.910905242, 0)
  197. TextLabel_2.Size = UDim2.new(0, 145, 0, 22)
  198. TextLabel_2.Font = Enum.Font.GothamBlack
  199. TextLabel_2.Text = "Made by Waffles1652"
  200. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  201. TextLabel_2.TextSize = 14
  202. TextLabel_2.TextWrapped = true
  203.  
  204. TextLabel_3.Parent = MainFrame
  205. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  206. TextLabel_3.BackgroundTransparency = 1
  207. TextLabel_3.Position = UDim2.new(0.220986173, 0, 0.410905242, 0)
  208. TextLabel_3.Size = UDim2.new(0, 217, 0, 81)
  209. TextLabel_3.Font = Enum.Font.GothamBlack
  210. TextLabel_3.Text = "If you click more times at the autoclicker, it will get faster/laggier."
  211. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  212. TextLabel_3.TextScaled = true
  213. TextLabel_3.TextSize = 14
  214. TextLabel_3.TextWrapped = true
  215.  
  216. TextLabel_4.Parent = MainFrame
  217. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  218. TextLabel_4.BackgroundTransparency = 1
  219. TextLabel_4.Position = UDim2.new(0.220986173, 0, 0.692437291, 0)
  220. TextLabel_4.Size = UDim2.new(0, 217, 0, 25)
  221. TextLabel_4.Font = Enum.Font.GothamBlack
  222. TextLabel_4.Text = "And if you die it will stop."
  223. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  224. TextLabel_4.TextScaled = true
  225. TextLabel_4.TextSize = 14
  226. TextLabel_4.TextWrapped = true
  227. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement