Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local TwitterCode = Instance.new("ScreenGui")
- local Frames = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local TextButton_4 = Instance.new("TextButton")
- local Message = Instance.new("StringValue")
- local gay = Instance.new("BoolValue")
- --Properties:
- TwitterCode.Name = "TwitterCode"
- TwitterCode.Parent = game.Players.Josemmoya:WaitForChild("PlayerGui")
- Frames.Name = "Frames"
- Frames.Parent = TwitterCode
- Frames.BackgroundColor3 = Color3.new(1, 1, 1)
- Frames.BackgroundTransparency = 1
- Frames.Size = UDim2.new(0, 100, 0, 100)
- TextBox.Parent = Frames
- TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0, 167, 0, 355)
- TextBox.Size = UDim2.new(0, 1034, 0, 60)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.PlaceholderColor3 = Color3.new(0.0196078, 0.788235, 1)
- TextBox.PlaceholderText = "type word or sentence here"
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 1, 0)
- TextBox.TextSize = 18
- TextButton.Parent = Frames
- TextButton.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0, 167, 0, 415)
- TextButton.Size = UDim2.new(0, 1034, 0, 30)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "enter nono word or number"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 18
- TextButton_2.Parent = Frames
- TextButton_2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0, 167, 0, 290)
- TextButton_2.Size = UDim2.new(0, 1034, 0, 65)
- TextButton_2.Font = Enum.Font.SourceSans
- 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\""
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 18
- TextButton_3.Parent = Frames
- TextButton_3.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
- TextButton_3.BackgroundTransparency = 1
- TextButton_3.BorderSizePixel = 0
- TextButton_3.Position = UDim2.new(0, 597, 0, 445)
- TextButton_3.Size = UDim2.new(0, 174, 0, 30)
- TextButton_3.Font = Enum.Font.SourceSans
- 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)"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextSize = 18
- Frame.Parent = TwitterCode
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 100, 0, 100)
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- TextButton_4.BorderSizePixel = 0
- TextButton_4.Position = UDim2.new(0, -20, 0, 240)
- TextButton_4.Size = UDim2.new(0, 106, 0, 30)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "CLOSE/OPEN"
- TextButton_4.TextColor3 = Color3.new(0, 0, 0)
- TextButton_4.TextSize = 18
- gay.Parent = script
- Message.Parent = script
- -- Scripts:
- function SCRIPT_MWHW75_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- -- Made by roblock59
- local box = script.Parent.Parent.TextBox
- local plr = game.Players.Josemmoya
- local function onClick()
- local playr = plr.Name
- gay.Value = false
- Message.Value = box.Text
- local msg = Message.Value
- gay.Value = true
- if gay.Value == true or not msg == "" then
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
- Text = '['..playr..']: '..msg..'';
- Color = Color3.new(248, 248, 248);
- FontSize = Enum.FontSize.Size24;
- })
- box.Text = "Done!"
- else
- print('who gave u the idea')
- end
- end
- script.Parent.MouseButton1Click:connect(onClick)
- end
- coroutine.resume(coroutine.create(SCRIPT_MWHW75_FAKESCRIPT))
- function SCRIPT_XCSF75_FAKESCRIPT() -- TextButton_4.Open/Close (PUT ME IN A TEXTBUTTON)
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_4
- script.Parent.MouseButton1Click:connect(function()
- script.Parent.Parent.Parent.Frames.Visible = not script.Parent.Parent.Parent.Frames.Visible
- end)
- -- ^
- --]] Change "Credit" to the name of the frame ^
- end
- coroutine.resume(coroutine.create(SCRIPT_XCSF75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement