(again)-I will be actively updating this game to correct any bugs or glitches that are found in the coming days. Featuring the entire cast from Five Nights at Freddy's 1-4, this fantasy RPG will let players control their favorite animatronics in a an epic animated adventure!Get ready to enter a nonsensical world, with nonsensical characters, a nonsensical map, and a nonsensical plotline! This game wasn't as easy to convert to mobile as I thought it would be, and there are still some audio and visual anomalies here and there. Overall, however, I think it's a pretty solid port! Fnaf world demo online, free.
Download Lightweight Chat Spammer for free. Made with love by Hegazy;) A Simple and Lightweight Chat Spammer, that can be used in anything starting from Online games to Skype and Facebook.
- local p = game.Players.LocalPlayer
- -- Instance New Objects
- local gui = Instance.new('ScreenGui',p.PlayerGui)
- local open = Instance.new('TextButton',gui)
- local button = Instance.new('TextButton',frame)
- local box = Instance.new('TextBox',frame)
- local exit = Instance.new('TextButton',frame)
- local spamoff = Instance.new('TextButton',frame)
- local people = Instance.new('StringValue',frame)
- -- Objects Name
- frame.Name = 'SpawnFrame'
- bool.Name = 'Bool'
- name.Name = 'Title'
- msg.Name = 'Msg'
- spamon.Name = 'SpamON'
- search.Name = 'SearchPeople'
- frame.Position = UDim2.new(0.7,7,0,3)
- button.Position = UDim2.new(0,170,0.7,13)
- box.Position = UDim2.new(0,0,0,45)
- spamon.Position = UDim2.new(0,5,0.7,13)
- search.Position = UDim2.new(0,0,0,200)
- -- Object Size
- open.Size = UDim2.new(0,100,0,40)
- name.Size = UDim2.new(0.8,25,0,40)
- exit.Size = UDim2.new(0,50,0,43)
- spamoff.Size = UDim2.new(0,150,0,40)
- frame.Active = true
- frame.BackgroundColor3 = Color3.new(0,0,0)
- button.BackgroundColor3 = Color3.new(255, 255, 255)
- name.BackgroundColor3 = Color3.new(255, 255, 255)
- exit.BackgroundColor3 = Color3.new(255, 0, 0)
- spamoff.BackgroundColor3 = Color3.new(255, 0, 0)
- search.BackgroundColor3 = Color3.new(255,255,255)
- -- Object Background Transparency
- box.BackgroundTransparency = 0.5
- name.BackgroundTransparency = 1
- open.Visible = false
- open.TextScaled = true
- spamon.TextScaled = true
- box.TextScaled = true
- name.TextScaled = true
- box.ClearTextOnFocus = true
- name.TextColor3 = Color3.new(255,0,0)
- -- Text
- exit.Text = 'Exit'
- spamon.Text = 'Turn On'
- button.Text = 'Close'
- search.Text = 'Search people'
- -- Value
- msg.Value = '
- spamon.MouseButton1Down:connect(function()
- msg.Value = box.Text
- search.Text = '
- box.Text = 'Message Here ...'
- spamoff.MouseButton1Down:connect(function()
- end)
- -- Exit Function
- frame:TweenPosition(UDim2.new(1,0,0,3),'Out','Quad',1,true)
- frame.Visible = false
- open.Visible = true
- open:TweenPosition(UDim2.new(0,5,0.7,0),'Out','Bounce',1,true)
- open.MouseButton1Down:connect(function()
- open:TweenPosition(UDim2.new(0,-100,0.7,0),'Out','Quad',1,true)
- open.Visible = false
- frame.Visible = true
- frame:TweenPosition(UDim2.new(0.7,7,0,3),'Out','Bounce',1,true)
- button.MouseButton1Down:connect(function()
- button.Text = 'Open'
- else
- search.Visible = false
- end)
- -- Spam Function
- wait(.1)
- local ppl = game.Players:FindFirstChild(people.Value)
- game:GetService('Chat'):Chat(ppl.Character, msg.Value)
- for i,v in pairs(game.Players:GetChildren()) do
- game:GetService('Chat'):Chat(v.Character, msg.Value)
- end
- end