Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local targ
- script.Parent=game
- math.randomseed(os.time())
- local t
- local c
- local bn=0
- local own=game.Players.LocalPlayer
- local h=Instance.new("Hint",own.PlayerGui)
- local m2=math.random(25,math.huge)
- print(m2)
- m2=m2*100
- h.Text="Name your victim."
- function ffbomb(b,num)
- while true do
- wait()
- local ff=Instance.new("Message",workspace)
- ff.Text=b.Name..", just stop"
- bn=bn+1
- if bn >= num then
- break
- end
- wait()
- end
- end
- cn=own.Chatted:connect(function(m)
- if game.Players:FindFirstChild(m) then
- t=game.Players:FindFirstChild(m)
- c=t.Character
- h:Destroy()
- cn:disconnect()
- ffbomb(c,m2)
- else
- h.Text="ERROR: Not a valid target."
- wait(2)
- h.Text="Name your victim"
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement