| |
|
|
| 29 Nov 2013 08:19 PM |
| Not a computer, but the roblox client. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 29 Nov 2013 08:25 PM |
Absolute has a method that eats ram super fast. I'm sure if you set the process to real time or your computer doesn't have a lot of ram, it may crash it.
I've seen someone get a blue screen from it.
while true do delay(function() end) end Or something like that |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2013 08:49 PM |
while (wait(0.03)) do -- encase in a while loop to prevent timeout for a = 1, math.huge do -- never stop delay(0, function() delay(0, function() return end) return end) -- create two threads at once end end |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 05:33 AM |
| You can draw a ton of laggy graphics. I would expect many people to have their GPU under a 5 year old dust layer, which means you might be able to overheat it :3 |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 30 Nov 2013 06:55 AM |
I crashed my laptop's graphic card I think.
It stopped responding, none of the keys worked and the screen turned black. idk |
|
|
| Report Abuse |
|
|
RaidenJPN
|
  |
| Joined: 22 May 2013 |
| Total Posts: 6920 |
|
|
| 30 Nov 2013 09:32 AM |
I,
once,
on a library computer,
blue screened while playing Apocalypse Rising. |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 30 Nov 2013 10:22 AM |
| Of course it is a library computer lol |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 11:57 AM |
No matter what I run to lag roblox studio,
It always freezes, but does not affect my other programs at all, everything else runs smooth.
Here's my task manager while running that Absolute's script: puu.sh/5xSjC.png
Oh and its CPU consumption was 13% |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 12:00 PM |
| So with even relatively good hardware I dont think its possible to crash or freeze a computer from inside the roblox client |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 12:13 PM |
There is a much simpler way...
while true do delay(function () while true do end end) end |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 12:44 PM |
It is possible
while wait() do for i = 1,100 do Instance.new("Message",game.Players.LocalPlayer.PlayerGui).Text = "hi" end end
In a localscript
On some computers you might be able to BSoD someone, or at least crash their graphics drivers for some reason
It's important it's in a localscript because it seems doing it server side is never as effective, due to latency I would assume, but it can still freeze and crash roblox itself (and because it references Players.LocalPlayer)
I've been BSoDed by skids on script builders before, and I've found that this way is the major effective. |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 Nov 2013 12:51 PM |
| You can also (as of now) deeply nest billboardguis and cause extreme lag and even crashing people for some odd reason . I reported the flaw on RbxDev and they are fixing it soon, so you shouldn't use it as a permanent method. |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 01:55 PM |
RyanDolan
With your method, roblox client froze, but my other programs and overall performance was fine, nothing laggy whatsoever... |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 02:08 PM |
| I don't believe much of what Ryan said. I've not heard or seen any primary evidence that those type of methods work. I know the delay leak BSoDs users with about 4 GB of RAM or less. |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 09:21 PM |
@stealth 1st one?
@pre After being BSoDed on a script builder, I did some reason and found that all it is is messages. You could probably try it on yourself in the studio command bar, inserting the messages inside the StarterGui instead |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 09:22 PM |
research* not reason
How do I always miss typos like this that autocorrect probably made worse? |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2013 10:36 AM |
| If your computer can get BSoD'd from server side messages, your computer isn't very good. |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2013 11:14 AM |
| my computer has 'shut down unexpectedly' because of Roblox |
|
|
| Report Abuse |
|
|