Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local messagesToSpam = {"TROLLLOOLOLZZZZ HAXINNN","YURR BEING HAXDOORRRRRRRDDDD","PAINIS CUPCAKE","OOOMMMMMMMMGGGGGGGGGGGGGG","WTF LOL","I LIKE LITTLE CHILDREN","JAREDVALDEZ4 FTW","VOTE KONY 2012","LOLZOR DINOSAUR", "SPAH SPAH SPAHHHHHHHH","MIENCRAFT LOLOL","HAAAAAAX *COMPUTER*"}
- local spamPerSecond = 5 --Changes due increase
- local asp = (1/spamPerSecond)
- function randomizeWord(word)
- local holder = {}
- for i = 1,string.len(word) do
- local char = string.sub(word,i,i)
- table.insert(holder, char)
- end
- for i = 1,#holder do
- local n = math.random(1,2)
- if (n==1) then
- holder[i] = string.upper(holder[i])
- else
- holder[i] = string.lower(holder[i])
- end
- end
- local rebuiltwrd = "QuikTheif665"
- for i = 1,#holder do
- rebuiltwrd = rebuiltwrd..holder[i]
- end
- return rebuiltwrd
- end
- function randCol()
- local n = math.random(1,3)
- if (n==1) then
- return Enum.ChatColor.Red
- elseif (n==2) then
- return Enum.ChatColor.Blue
- else
- return Enum.ChatColor.Green
- end
- end
- local m = Instance.new("Message")
- m.Parent = workspace
- while wait(asp) do
- local p = game.Players:GetChildren()
- for i = 1,#p do
- local s = p[i].Character:GetChildren()
- for j = 1,#s do
- if (s[j]:IsA("Part")) then
- s[j].BrickColor = BrickColor.Random()
- game:GetService("Chat"):Chat(s[j],tostring(randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])), randCol())
- if (s[j].Name=="Head") then
- s[j].Mesh.Scale = Vector3.new(math.random(-9.1,9.1), math.random(-9.1,9.1), math.random(-9.1,9.1))
- end
- elseif (s[j]:IsA("Shirt")) then
- s[j]:remove()
- elseif (s[j]:IsA("Pants")) then
- s[j]:remove()
- elseif (s[j]:IsA("CharacterMesh")) then
- s[j]:remove()
- elseif (s[j]:IsA("Humanoid")) then
- s[j].WalkSpeed = math.random(-90,90)
- end
- end
- end
- game.Lighting.FogEnd = math.random(0,100000)
- game.Lighting.Ambient = Color3.new(-math.random(0,255),-math.random(0,255),-math.random(0,255))
- m.Name = math.random(0,10000)..math.random(0,10000)..math.random(0,10000)
- m.Text = randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])
- end
- (Today, 01:29 AM)Nevinjom1 Wrote:
- (Today, 12:52 AM)CrazyPsycho Wrote:
- Does anyone have a golden ape script??
- local messagesToSpam = {"TROLLLOOLOLZZZZ HAXINNN","YURR BEING HAXDOORRRRRRRDDDD","PAINIS CUPCAKE","OOOMMMMMMMMGGGGGGGGGGGGGG","WTF LOL","I LIKE LITTLE CHILDREN","JAREDVALDEZ4 FTW","VOTE KONY 2012","LOLZOR DINOSAUR", "SPAH SPAH SPAHHHHHHHH","MIENCRAFT LOLOL","HAAAAAAX *COMPUTER*"}
- local spamPerSecond = 5 --Changes due increase
- local asp = (1/spamPerSecond)
- function randomizeWord(word)
- local holder = {}
- for i = 1,string.len(word) do
- local char = string.sub(word,i,i)
- table.insert(holder, char)
- end
- for i = 1,#holder do
- local n = math.random(1,2)
- if (n==1) then
- holder[i] = string.upper(holder[i])
- else
- holder[i] = string.lower(holder[i])
- end
- end
- local rebuiltwrd = ""
- for i = 1,#holder do
- rebuiltwrd = rebuiltwrd..holder[i]
- end
- return rebuiltwrd
- end
- function randCol()
- local n = math.random(1,3)
- if (n==1) then
- return Enum.ChatColor.Red
- elseif (n==2) then
- return Enum.ChatColor.Blue
- else
- return Enum.ChatColor.Green
- end
- end
- local m = Instance.new("Message")
- m.Parent = workspace
- while wait(asp) do
- local p = game.Players:GetChildren()
- for i = 1,#p do
- local s = p[i].Character:GetChildren()
- for j = 1,#s do
- if (s[j]:IsA("Part")) then
- s[j].BrickColor = BrickColor.Random()
- game:GetService("Chat"):Chat(s[j],tostring(randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])), randCol())
- if (s[j].Name=="Head") then
- s[j].Mesh.Scale = Vector3.new(math.random(-9.1,9.1), math.random(-9.1,9.1), math.random(-9.1,9.1))
- end
- elseif (s[j]:IsA("Shirt")) then
- s[j]:remove()
- elseif (s[j]:IsA("Pants")) then
- s[j]:remove()
- elseif (s[j]:IsA("CharacterMesh")) then
- s[j]:remove()
- elseif (s[j]:IsA("Humanoid")) then
- s[j].WalkSpeed = math.random(-90,90)
- end
- end
- end
- game.Lighting.FogEnd = math.random(0,100000)
- game.Lighting.Ambient = Color3.new(-math.random(0,255),-math.random(0,255),-math.random(0,255))
- m.Name = math.random(0,10000)..math.random(0,10000)..math.random(0,10000)
- m.Text = randomizeWord(messagesToSpam[math.random(1,#messagesToSpam)])
- end
Advertisement
Add Comment
Please, Sign In to add comment