Advertisement
Eliot-DaRk

Texting simulator Script

Oct 23rd, 2019
16,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. -- dale like y suscribete,recuerden activar la campana :3
  2. -- Version: 3.98
  3. -- el kakawito:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Text = Instance.new("TextLabel")
  7. local text = Instance.new("TextButton")
  8. local money = Instance.new("TextButton")
  9. local diamond = Instance.new("TextButton")
  10. local emoji = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(0.929412, 1, 0.133333)
  16. Frame.Position = UDim2.new(0.0627943501, 0, 0.0966325104, 0)
  17. Frame.Size = UDim2.new(0, 254, 0, 104)
  18.  
  19. Text.Name = "Text"
  20. Text.Parent = Frame
  21. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Text.Position = UDim2.new(0.106299214, 0, 0, 0)
  23. Text.Size = UDim2.new(0, 200, 0, 18)
  24. Text.Font = Enum.Font.SourceSans
  25. Text.Text = "texter haxx gui"
  26. Text.TextColor3 = Color3.new(0, 0, 0)
  27. Text.TextSize = 14
  28.  
  29. text.Name = "text"
  30. text.Parent = Frame
  31. text.BackgroundColor3 = Color3.new(1, 1, 1)
  32. text.Position = UDim2.new(0.0669291317, 0, 0.288461477, 0)
  33. text.Size = UDim2.new(0, 106, 0, 30)
  34. text.Font = Enum.Font.SourceSans
  35. text.Text = "inf text"
  36. text.TextColor3 = Color3.new(0, 0, 0)
  37. text.TextSize = 14
  38. text.MouseButton1Down:Connect(function()
  39. for i = 1, 50000 do
  40. game:GetService("ReplicatedStorage").ToolEvents.CashEvent:FireServer()
  41. end
  42. end)
  43.  
  44. money.Name = "money"
  45. money.Parent = Frame
  46. money.BackgroundColor3 = Color3.new(1, 1, 1)
  47. money.Position = UDim2.new(0.527559042, 0, 0.634615362, 0)
  48. money.Size = UDim2.new(0, 106, 0, 30)
  49. money.Font = Enum.Font.SourceSans
  50. money.Text = "inf money"
  51. money.TextColor3 = Color3.new(0, 0, 0)
  52. money.TextSize = 14
  53. money.MouseButton1Down:Connect(function()
  54. while true do
  55. wait()
  56. local A_1 = 10000000000
  57. local A_2 = "Code02"
  58. local Event = game:GetService("ReplicatedStorage").EnterCode
  59. Event:FireServer(A_1, A_2)
  60. end
  61. end)
  62.  
  63.  
  64. diamond.Name = "diamond"
  65. diamond.Parent = Frame
  66. diamond.BackgroundColor3 = Color3.new(1, 1, 1)
  67. diamond.Position = UDim2.new(0.527559042, 0, 0.288461477, 0)
  68. diamond.Size = UDim2.new(0, 106, 0, 30)
  69. diamond.Font = Enum.Font.SourceSans
  70. diamond.Text = "inf diamond"
  71. diamond.TextColor3 = Color3.new(0, 0, 0)
  72. diamond.TextSize =14
  73. diamond.MouseButton1Down:Connect(function()
  74. local parts = game.workspace.Gems:GetChildren()
  75. local players = game:GetService('Players')
  76.  
  77. for i = 1, #parts do
  78. parts[i].CFrame = players.LocalPlayer.Character.HumanoidRootPart.CFrame
  79. end
  80.  
  81. end)
  82.  
  83. emoji.Name = "emoji"
  84. emoji.Parent = Frame
  85. emoji.BackgroundColor3 = Color3.new(1, 1, 1)
  86. emoji.Position = UDim2.new(0.0669291168, 0, 0.634615362, 0)
  87. emoji.Size = UDim2.new(0, 106, 0, 30)
  88. emoji.Font = Enum.Font.SourceSans
  89. emoji.Text = "emoji"
  90. emoji.TextColor3 = Color3.new(0, 0, 0)
  91. emoji.TextSize = 14
  92. emoji.MouseButton1Down:Connect(function()
  93. game:GetService("ReplicatedStorage").Events.EmojiEquip:FireServer(24)
  94. end)
  95. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement