|
| 21 Jul 2012 10:28 PM |
Does anyone have a LUA script that will crash a roblox server? I am making a place, and I want that if you do a certain thing, it will crash the server. I will be able to do everything else, I just need the script that will crash the server.
Thanks ~And Stuff~ -Evered99's ALT |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 10:31 PM |
Instance.new("ManualSurfaceJointInstance",workspace)
|
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 10:31 PM |
while true do end
game.NetworkServer.Port = 80
game.Debris:AddItem(game.NetworkServer, 2)
|
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
| |
|
|
| 21 Jul 2012 11:02 PM |
v=Instance.new("StringValue",workspace) v.Value="AAAAA" while true do v.Value=v.Value..v.Value wait() end
This will cause a server to shut down and be removed. |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Jul 2012 11:08 PM |
| Could you be more constructive with your critisism, please? What is wrong with mine? |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 11:10 PM |
@super, all you need is
while true do end |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 11:11 PM |
| You see, that crashes the server. My method actually shuts the server downs. It is a less laggy way to do that. |
|
|
| Report Abuse |
|
|
LuaBeta
|
  |
| Joined: 07 Jul 2012 |
| Total Posts: 49 |
|
| |
|
|
| 21 Jul 2012 11:17 PM |
| I'm still missing out on your explanation of what is wrong with my method. Have you tested it? |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 11:18 PM |
| You have a wait() in it, that's why. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 11:19 PM |
| The loop isn't meant to lag the server to oblivion. It makes the value extend past the character limit, crashing the server without lag. Test it out. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 11:26 PM |
Proof yours doesn't work:
Output:
23:25:07 - bad allocation 23:25:07 - Script "Workspace.Script", Line 3 |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2012 11:27 PM |
| Have you tested it in game? I've done it, it works. If you'd like a demonstration meet me at my place. |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2012 01:23 AM |
| I didn't get the allocation error. I got the byte stream too long. It works. |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2012 01:45 AM |
@Super, I prefer to use this code. S=Instance.new("StringValue",Workspace) S.Value="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
|
|
|
| Report Abuse |
|
|
| |
|
HuntHello
|
  |
| Joined: 19 Jan 2011 |
| Total Posts: 577 |
|
|
| 22 Jul 2012 01:08 PM |
While true do End
It only lags you, not crash server. I have tried. |
|
|
| Report Abuse |
|
|