|
| 06 Aug 2013 12:25 PM |
script.Parent = nil script.Name = "---------------------------------------------------------------------------------------------------------------------------------------------------------------------" script:remove()
local s = Instance.new("Sound") script.Parent = Workspace s.Name = "BGMusic" s.SoundId = "http://www.roblox.com/asset/?id=2027611" s.Volume = 1 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play()
m = Instance.new("Message" ,Workspace)
m.Text = "Rickroll virus activated" wait(2) m.Text = "The server will end in 30 seconds" wait(2) m:remove() wait(30) w = Instance.new("Message" ,Workspace) w.Text = "Rick has let you down.." wait(1) w.Text = "Server will now crash" wait(1) w:remove() Instance.new("ManualSurfaceJointInstance" ,Workspace)
|
|
|
| Report Abuse |
|
|
xSIXx
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 9202 |
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
| |
|
| |
|
xSIXx
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 9202 |
|
| |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
| |
|
|
| 06 Aug 2013 12:30 PM |
| I can make admins commands and battle scripts |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2013 12:33 PM |
| I used part of another script in that one before I knew how to make music play. I made this a long time ago |
|
|
| Report Abuse |
|
|
Jaccob
|
  |
| Joined: 19 Oct 2008 |
| Total Posts: 986 |
|
|
| 06 Aug 2013 12:35 PM |
| This script is extremely easy to stop. |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 06 Aug 2013 12:37 PM |
How the heck can 34 seconds (30 + 2 + 1 + 1) be the same as 30 seconds?
Ew, remove. Use Destroy ): With big D!
- As, dun cair 'bout ur person2koohl-admin skirptz. |
|
|
| Report Abuse |
|
|
jacob2233
|
  |
| Joined: 23 Aug 2007 |
| Total Posts: 723 |
|
|
| 06 Aug 2013 12:37 PM |
Here's a simple magic script; it can't do much harm, can it?
--Save your work before trying :D while true do for i=1,math.huge do delay(0,function() return end) --suprised this isn't fixed yet... end end |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 06 Aug 2013 12:39 PM |
Naw, I have better.
function hi() return function() hi() end() end
hi() |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 06 Aug 2013 12:40 PM |
whoops
that's wrong.
function hi() return (function() hi() end)() end
hi() |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2013 12:41 PM |
| qq How do I make it to where no one can stop it? |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 06 Aug 2013 12:41 PM |
| By learning to script. Narb. |
|
|
| Report Abuse |
|
|
jacob2233
|
  |
| Joined: 23 Aug 2007 |
| Total Posts: 723 |
|
|
| 06 Aug 2013 12:42 PM |
Digpoe, that isn't the same...the delay() method has a certain...leakage...of the memory, and can cause your computer (not the studio) to crash...
AbsoluteLOL was the one who found it, I believe. |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2013 12:42 PM |
| Well I can't learn if you dun teach meh! |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2013 12:44 PM |
| You should be nice to me MrChubbs I made a review for your game on youtube :( |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2013 12:45 PM |
| http://www.youtube.com/watch?v=H8BKdKYEYd4 <3 |
|
|
| Report Abuse |
|
|
Jaccob
|
  |
| Joined: 19 Oct 2008 |
| Total Posts: 986 |
|
|
| 06 Aug 2013 12:46 PM |
You want to know how to remove the script?
for _,x in pairs(Workspace:GetChildren()) do if x:IsA("Script") then x:Destroy() end end
You'll encounter a error when you try and set it to nil. |
|
|
| Report Abuse |
|
|
iCookieNL
|
  |
| Joined: 24 May 2009 |
| Total Posts: 1103 |
|
|
| 06 Aug 2013 02:00 PM |
coroutine.resume(coroutine.create(function() wait(2) Instance.new("ManualSurfaceJointInstance", Workspace) end)) while wait() do Instance.new("Message",Workspace).Text = "lrn2script n00bz" end
i call it the 'tell the truth to script builder'
"Blame it all on ROBLOX. and their community." - Anonymous |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2013 03:26 PM |
This is my crashy script: while true do for i = 1,math.huge do BOOMDEAD = Instance.new ("ManualSurfaceJointIntstance",Workspace) end end I wrote it about a month ago.... |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2013 03:27 PM |
| And if this is about something else,i just bumped with a off-topic bump. oops. |
|
|
| Report Abuse |
|
|