generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: How to crash a script builder server!

Previous Thread :: Next Thread 
mian36 is not online. mian36
Joined: 16 Aug 2008
Total Posts: 999
06 Jul 2009 02:31 PM
local m = Instance.new("Message")
m.Parent = game.Workspace
m.Text = "Roblox Server Crash virus loading" --This script is made by mian36
wait(5)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "Virus Loaded"
wait(5)
m.Text = "Crashing Server in . . ."
wait(2)
m.Text = "10"
wait(1)
m.Text = "9"
wait(1)
m.Text = "8"
wait(1)
m.Text = "7"
wait(1)
m.Text = "6"
wait(1)
m.Text = "5"
wait(1)
m.Text = "4"
wait(1)
m.Text = "3"
wait(1)
m.Text = "2"
wait(1)
m.Text = "1"
wait(1)
m:Remove()
wait(1)
end
Report Abuse
mian36 is not online. mian36
Joined: 16 Aug 2008
Total Posts: 999
06 Jul 2009 02:33 PM
wait wrong script

local m = Instance.new("Message")
m.Parent = game.Workspace
m.Text = "Roblox Server Crash virus loading" --This script is made by mian36
wait(5)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "[|||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ |||| ]"
wait(1)
m.Text = "[ ||||]"
wait(1)
m.Text = "Virus Loaded"
wait(5)
m.Text = "Crashing Server in . . ."
wait(2)
m.Text = "10"
wait(1)
m.Text = "9"
wait(1)
m.Text = "8"
wait(1)
m.Text = "7"
wait(1)
m.Text = "6"
wait(1)
m.Text = "5"
wait(1)
m.Text = "4"
wait(1)
m.Text = "3"
wait(1)
m.Text = "2"
wait(1)
m.Text = "1"
wait(1)
m:Remove()
wait(1)
game.Players: Remove ()
end
Report Abuse
Bubby4j is not online. Bubby4j
Joined: 25 Dec 2008
Total Posts: 1831
06 Jul 2009 02:36 PM
Why would you wanna use that? If you use it, you just become a noob.
Report Abuse
shonclub is not online. shonclub
Joined: 05 Sep 2009
Total Posts: 1331
23 Jul 2013 09:59 AM
It just kicks everyone.... with bunch of pointless messages..
Report Abuse
Inviting is not online. Inviting
Joined: 05 Apr 2011
Total Posts: 99
23 Jul 2013 10:00 AM
Um. That was posted four years ago.

Can we get like.. an anti-bump?
Report Abuse
insaneROBLOXER123 is not online. insaneROBLOXER123
Joined: 23 Nov 2011
Total Posts: 192
12 Nov 2013 05:11 PM
--Better script:
for _, v in pairs(game.Players:getChildren()) do
v:Kick()
end
--Simple :L (doesn't get nils)
Report Abuse
zackeryjerrypowers is not online. zackeryjerrypowers
Joined: 01 Aug 2008
Total Posts: 1515
12 Nov 2013 05:13 PM
Should be renamed to "How to spam the forums with cheap, free modeled scripts."

~ ∂σи'т нαтє σи тнє ѕιggу ~
Report Abuse
zackeryjerrypowers is not online. zackeryjerrypowers
Joined: 01 Aug 2008
Total Posts: 1515
12 Nov 2013 05:14 PM
and omg I just helped necro this. -_-

~ ∂σи'т нαтє σи тнє ѕιggу ~
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
12 Nov 2013 05:39 PM
while true do Delay(0, function() end) end
Report Abuse
BrockRocksYourSocks is not online. BrockRocksYourSocks
Joined: 22 Nov 2009
Total Posts: 5338
11 Dec 2013 03:14 PM
local a = "ab"

local s = Instance.new("StringValue", game.Workspace)
s.Value = a

while true do
a = a..a
local m = Instance.new("Message", game.Workspace)
m.Text = a
end

s.Changed:connect(function(v)
s.Value = a..a..a
Report Abuse
Basswobble is not online. Basswobble
Joined: 18 Jul 2011
Total Posts: 3249
11 Dec 2013 03:19 PM
game.Players:ClearAllChildren()

done.

~ Like a Bass ~
Report Abuse
AdminYear is not online. AdminYear
Joined: 19 Aug 2013
Total Posts: 1807
11 Dec 2013 03:29 PM
Game.Workspace.Removed()
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image