Advertisement
Josemmoya

rrsdsd

Jul 5th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local TwitterCode = Instance.new("ScreenGui")
  5. local Frames = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local Frame = Instance.new("Frame")
  11. local TextButton_4 = Instance.new("TextButton")
  12. local Message = Instance.new("StringValue")
  13. local gay = Instance.new("BoolValue")
  14. --Properties:
  15. TwitterCode.Name = "TwitterCode"
  16. TwitterCode.Parent = game.Players.Josemmoya:WaitForChild("PlayerGui")
  17.  
  18. Frames.Name = "Frames"
  19. Frames.Parent = TwitterCode
  20. Frames.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Frames.BackgroundTransparency = 1
  22. Frames.Size = UDim2.new(0, 100, 0, 100)
  23.  
  24. TextBox.Parent = Frames
  25. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  26. TextBox.BorderSizePixel = 0
  27. TextBox.Position = UDim2.new(0, 167, 0, 355)
  28. TextBox.Size = UDim2.new(0, 1034, 0, 60)
  29. TextBox.Font = Enum.Font.SourceSans
  30. TextBox.PlaceholderColor3 = Color3.new(0.0196078, 0.788235, 1)
  31. TextBox.PlaceholderText = "type word or sentence here"
  32. TextBox.Text = ""
  33. TextBox.TextColor3 = Color3.new(0, 1, 0)
  34. TextBox.TextSize = 18
  35.  
  36. TextButton.Parent = Frames
  37. TextButton.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
  38. TextButton.BorderSizePixel = 0
  39. TextButton.Position = UDim2.new(0, 167, 0, 415)
  40. TextButton.Size = UDim2.new(0, 1034, 0, 30)
  41. TextButton.Font = Enum.Font.SourceSans
  42. TextButton.Text = "enter nono word or number"
  43. TextButton.TextColor3 = Color3.new(0, 0, 0)
  44. TextButton.TextSize = 18
  45.  
  46. TextButton_2.Parent = Frames
  47. TextButton_2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
  48. TextButton_2.BorderSizePixel = 0
  49. TextButton_2.Position = UDim2.new(0, 167, 0, 290)
  50. TextButton_2.Size = UDim2.new(0, 1034, 0, 65)
  51. TextButton_2.Font = Enum.Font.SourceSans
  52. TextButton_2.Text = "jose's chat troll gui v1. if youre in my game, click the open button at the top of your screen and type in \"Singin'like\""
  53. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  54. TextButton_2.TextSize = 18
  55.  
  56. TextButton_3.Parent = Frames
  57. TextButton_3.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
  58. TextButton_3.BackgroundTransparency = 1
  59. TextButton_3.BorderSizePixel = 0
  60. TextButton_3.Position = UDim2.new(0, 597, 0, 445)
  61. TextButton_3.Size = UDim2.new(0, 174, 0, 30)
  62. TextButton_3.Font = Enum.Font.SourceSans
  63. TextButton_3.Text = "(warning: wont recommend cussing. that can get you terminated. just use it for links and numbers and names that are not innapropiate that for some reason roblox doesnt allow)"
  64. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  65. TextButton_3.TextSize = 18
  66.  
  67. Frame.Parent = TwitterCode
  68. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Frame.BackgroundTransparency = 1
  70. Frame.Size = UDim2.new(0, 100, 0, 100)
  71.  
  72. TextButton_4.Parent = Frame
  73. TextButton_4.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  74. TextButton_4.BorderSizePixel = 0
  75. TextButton_4.Position = UDim2.new(0, -20, 0, 240)
  76. TextButton_4.Size = UDim2.new(0, 106, 0, 30)
  77. TextButton_4.Font = Enum.Font.SourceSans
  78. TextButton_4.Text = "CLOSE/OPEN"
  79. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  80. TextButton_4.TextSize = 18
  81.  
  82. gay.Parent = script
  83. Message.Parent = script
  84. -- Scripts:
  85. function SCRIPT_MWHW75_FAKESCRIPT() -- TextButton.LocalScript
  86. local script = Instance.new('LocalScript')
  87. script.Parent = TextButton
  88. -- Made by roblock59
  89.  
  90. local box = script.Parent.Parent.TextBox
  91. local plr = game.Players.Josemmoya
  92. local function onClick()
  93. local playr = plr.Name
  94. gay.Value = false
  95. Message.Value = box.Text
  96. local msg = Message.Value
  97. gay.Value = true
  98. if gay.Value == true or not msg == "" then
  99. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  100. Text = '['..playr..']: '..msg..'';
  101. Color = Color3.new(248, 248, 248);
  102. FontSize = Enum.FontSize.Size24;
  103. })
  104. box.Text = "Done!"
  105. else
  106. print('who gave u the idea')
  107. end
  108. end
  109. script.Parent.MouseButton1Click:connect(onClick)
  110.  
  111. end
  112. coroutine.resume(coroutine.create(SCRIPT_MWHW75_FAKESCRIPT))
  113. function SCRIPT_XCSF75_FAKESCRIPT() -- TextButton_4.Open/Close (PUT ME IN A TEXTBUTTON)
  114. local script = Instance.new('LocalScript')
  115. script.Parent = TextButton_4
  116. script.Parent.MouseButton1Click:connect(function()
  117. script.Parent.Parent.Parent.Frames.Visible = not script.Parent.Parent.Parent.Frames.Visible
  118. end)
  119.  
  120. -- ^
  121. --]] Change "Credit" to the name of the frame ^
  122.  
  123. end
  124. coroutine.resume(coroutine.create(SCRIPT_XCSF75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement