Advertisement
mrepicshadow1

Untitled

Aug 4th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.39 KB | None | 0 0
  1.  
  2.  
  3.  
  4. adminlist = {"MrEpicShadow"}
  5. bannedlist = {""}
  6. texture = ""
  7.  
  8. namelist = {MrEpicShadow}
  9. variablelist = { }
  10. flist = { }
  11.  
  12. pName = "MrEpicShadow"
  13. cName = "Desu"
  14. cColor = "1"
  15. cSize = 0.2, 0.2, 0.2
  16. cTransparency = 0.01
  17. cReflectance = 0.5
  18.  
  19. local people = game.Workspace:GetChildren()
  20. for i = 1, #people do
  21. if people[i].Name == "Desu_Only_For_MrEpicShadow" then
  22. people[i]:remove()
  23. end end
  24.  
  25. -- Start of script --
  26.  
  27. function say(text, parent, type, time)
  28. local say = Instance.new(type)
  29. say.Parent = parent
  30. say.Text = text
  31. wait(time)
  32. say:Remove()
  33. end
  34.  
  35. local bd = Instance.new("Model")
  36. bd.Parent = game.Workspace
  37. bd.Name = "Desu_Only_For_MrEpicShadow"
  38.  
  39. local b = Instance.new("Model")
  40. b.Parent = game.Workspace.Desu_Only_For_MrEpicShadow
  41. b.Name = "Desu"
  42. script.Name = "Desu_Script"
  43. script.Parent = game.Workspace.Desu_Only_For_MrEpicShadow
  44.  
  45.  
  46. local c = Instance.new("Humanoid")
  47. c.Parent = b
  48. c.Health = 0
  49. c.MaxHealth = 0
  50.  
  51. local d = Instance.new("Part")
  52. d.Name = "Head"
  53. d.Parent = b
  54. d.Size = Vector3.new(cSize)
  55. d.BrickColor = BrickColor.new(cColor)
  56. d.Anchored = true
  57. d.Locked = true
  58. d.CanCollide = false
  59. d.TopSurface = "Smooth"
  60. d.Transparency = cTransparency
  61. d.BottomSurface = "Smooth"
  62. d.Position = game.Players[pName].Character.Head.Position
  63. d.Shape = "Ball"
  64. d.Reflectance = cReflectance
  65.  
  66. local de = Instance.new("Decal")
  67. de.Parent = d
  68. de.Texture = "http://www.roblox.com/asset/?version=1&id=1085435"
  69. de.Face = "Back"
  70. de.Name = "face"
  71.  
  72. me = game.Players.gwinny8
  73. function onChatted(msg)
  74. if msg == "/sc removechild/" then
  75. b:Remove()
  76. end
  77. if msg == "/sc grow/" then
  78. say(cName .. " is eating alot bricks...", game.Workspace, "Message", 3)
  79. d.Size = Vector3.new(1, 1, 1)
  80. wait(15)
  81. d.Size = Vector3.new(2, 2, 2)
  82. say(cName .. " has grown!", game.Workspace, "Message", 2)
  83. wait(15)
  84. d.Size = Vector3.new(4, 4, 4)
  85. say(cName .. " has grown!", game.Workspace, "Message", 2)
  86. wait(15)
  87. d.Size = Vector3.new(6, 6, 6)
  88. say(cName .. " has grown!", game.Workspace, "Message", 2)
  89. wait(15)
  90. d.Size = Vector3.new(8, 8, 8)
  91. say(cName .. " has grown!", game.Workspace, "Message", 2)
  92. wait(15)
  93. d.Size = Vector3.new(10, 10, 10)
  94. say(cName .. " has grown!", game.Workspace, "Message", 2)
  95. wait(15)
  96. d.Size = Vector3.new(12, 12, 12)
  97. say(cName .. " has grown!", game.Workspace, "Message", 2)
  98. wait(15)
  99. d.Size = Vector3.new(14, 14, 14)
  100. say(cName .. " has grown!", game.Workspace, "Message", 2)
  101. wait(15)
  102. d.Size = Vector3.new(16, 16, 16)
  103. say(cName .. " has grown!", game.Workspace, "Message", 2)
  104. wait(15)
  105. d.Size = Vector3.new(18, 18, 18)
  106. say(cName .. " has grown!", game.Workspace, "Message", 2)
  107. wait(15)
  108. d.Size = Vector3.new(20, 20, 20)
  109. wait(15)
  110. say(cName .. " has died by eating too much bricks...", game.Workspace,
  111.  
  112. "Message", 5)
  113. wait(3)
  114. say("No lol Joke xD!", game.Workspace, "Message", 3)
  115. wait(3)
  116. say(cName .. " cannot grow no more!", game.Workspace, "Message", 3)
  117. wait(3)
  118. d.Size = Vector3.new(1, 1, 1)
  119. say(cName .. " makes hiself normal (lol magic?)", game.Workspace, "Message",
  120.  
  121. 5)
  122. end
  123. if (string.sub(msg, 1, 11) == "reflectace/") then
  124. d.Reflectance = string.sub(msg, 12)
  125. end
  126. if (string.sub(msg, 1, 13) == "transparency/") then
  127. d.Transparency = string.sub(msg, 14)
  128. end
  129. if (string.sub(msg, 1, 7) == "colour/") then
  130. d.BrickColor = BrickColor.new(string.sub(msg, 8))
  131. end
  132. if (string.sub(msg, 1, 9) == "Desu say ") then
  133. b.Name = cName .. ": ".. string.sub(msg, 10)
  134. wait(7)
  135. b.Name = cName
  136. end
  137. if (string.sub(msg, 1, 7) == "follow/") then
  138. newFollower = string.sub(msg, 8)
  139. while true do
  140. wait()
  141. d.Position = game.Players[newFollower].Character.Head.Position
  142. end end
  143. if (string.sub(msg, 1, 11) == "cancollide/") then
  144. newCollide = string.sub(msg, 12)
  145. d.CanCollide = newCollide
  146. end
  147. if msg == "Desu stop" then
  148. while true do
  149. wait()
  150. d.Position = Vector3.new(0, 0, 0)
  151. end end
  152. if msg == "Desu follow" then
  153. newP = "MrEpicShadow"
  154. while true do
  155. wait()
  156. d.Position = game.Workspace[newP].Torso.Position
  157. end end
  158. if msg == "Desu get shield" then
  159. ff = Instance.new("ForceField")
  160. ff.Parent = game.Workspace.Desu_Only_For_MrEpicShadow.Desu
  161. end
  162. if (string.sub(msg, 1, 10) == "Desu find ") then
  163. findP = string.sub(msg, 11)
  164. d.Position = game.Players[findP].Character.Head.Position
  165. game.Workspace.MrEpicShadow:MoveTo(d.Position)
  166. end
  167. if (string.sub(msg, 1, 9) == "Desu eat ") then
  168. eatP = string.sub(msg, 10)
  169. game.Players[eatP].Character:BreakJoints()
  170. wait(0.1)
  171. game.Players[eatP].Character["Left Leg"]:Remove()
  172. game.Players[eatP].Character["Right Leg"]:Remove()
  173. game.Players[eatP].Character["Left Arm"]:Remove()
  174. game.Players[eatP].Character["Right Arm"]:Remove()
  175. game.Players[eatP].Character["Head"]:Remove()
  176. game.Players[eatP].Character["Torso"]:Remove()
  177. say("Yummy, I like it", game.Workspace, "Message", 2)
  178. end
  179. if (string.sub(msg, 1, 10) == "Desu mute ") then
  180. a = game.Players:findFirstChild(string.sub(msg, 11))
  181. if (a ~= nil) then
  182. a.SuperSafeChat = true
  183. end end
  184. if (string.sub(msg, 1, 12) == "Desu unmute ") then
  185. a = game.Players:findFirstChild(string.sub(msg, 13))
  186. if (a ~= nil) then
  187. a.SuperSafeChat = false
  188. end end
  189. if (string.sub(msg, 1, 17) == "Desu bring to me ") then
  190. bPlayer = string.sub(msg, 18)
  191. game.Players[bPlayer].Character:MoveTo(d.Position)
  192. end
  193. if (string.sub(msg, 1, 10) == "Desu size ") then
  194. sizeNew = string.sub(msg, 11)
  195. d.Size = Vector3.new(sizeNew, sizeNew, sizeNew)
  196. end
  197. if (string.sub(msg, 1, 12) == "Desu shield ") then
  198. sPlayer = string.sub(msg, 13)
  199. ff = Instance.new("ForceField")
  200. ff.Parent = game.Players[sPlayer].Character
  201. end
  202. if msg == "Desu" then
  203. des = Instance.new("Message")
  204. des.Parent = game.workspace
  205. des.Name = "Desu"
  206. wait(1)
  207. des.Text = "Welcome back "..me.Name.."!"
  208. wait(3)
  209. des.Parent = Lighting
  210. end
  211. if msg == "Desu!" then
  212. des.Text = "What is it "..me.Name.."?!"
  213. wait(1)
  214. des.Parent = workspace
  215. wait(3)
  216. des.Parent = Lighting
  217. end
  218. if msg == "Desu FF" then
  219. des.Text = "Give "..me.Name.." ForceField"
  220. wait(1)
  221. des.Parent = workspace
  222. Instance.new("ForceField").Parent=game.Players.MrEpicShadow.Character
  223. wait(3)
  224. des.Parent = Lighting
  225. end
  226. if msg == "Desu remove" then
  227. wait(1)
  228. toad = game.Workspace
  229. local m = Instance.new("Hint")
  230. m.Parent = toad
  231. a = game.Workspace:GetChildren()
  232. for i = 1,#a do
  233. if a[i].className ~= "Model" and a[i].className ~= "Camera" and
  234.  
  235. a[i].className ~= "SpawnLocation" and a[i].Name ~=
  236.  
  237. "Desu_Only_For_MrEpicShadow" and a[i].Name ~= "d" and a[i].Name~="Base" and
  238.  
  239. a[i].Name ~= script.Name then
  240. m.Text = "Removed: "..a[i].Name
  241. a[i]:Remove()
  242. wait(0.10)
  243. end end
  244. wait(3)
  245. des.Parent = Lighting
  246. end
  247. if msg == "Desu clean" then
  248. wait(1)
  249. toad = game.Workspace
  250. local m = Instance.new("Hint")
  251. m.Parent = toad
  252. a = game.Workspace:GetChildren()
  253. for i = 1,#a do
  254. if a[i].className ~= "Model" and a[i].className ~= "Script" and
  255.  
  256. a[i].className ~= "Camera" and a[i].Name ~= "Desu_Only_For_MrEpicShadow" and
  257.  
  258. a[i].Name ~= "d" and a[i].Name~="Base" and a[i].Name ~= script.Name then
  259. m.Text = "Removed: "..a[i].Name
  260. a[i]:Remove()
  261. wait()
  262. end end
  263. wait(3)
  264. des.Parent = Lighting
  265. end
  266. if msg == "Desu run" then
  267. des.Text = "Happy running :) "..me.Name.."!"
  268. wait(1)
  269. des.Parent = workspace
  270. game.workspace.MrEpicShadow.Humanoid.WalkSpeed = 100
  271. wait(3)
  272. des.Parent = Lighting
  273. end
  274. if msg == "Desu shutup" then
  275. des.Text = "Everyone stopped whit taking O_o!"
  276. wait(1)
  277. p = game.Players:GetChildren()
  278. for i = 1, #p do
  279. p[i].SuperSafeChat = true
  280. wait (3)
  281. game.Players.MrEpicShadow.SuperSafeChat = false
  282. end
  283. wait(3)
  284. des.Parent = Lighting
  285. end
  286. if msg == "Desu unshutup" then
  287. wait(1)
  288. des.Parent = workspace
  289. p = game.Players:GetChildren()
  290. for i = 1, #p do
  291. p[i].SuperSafeChat = false
  292. wait(3)
  293. end
  294. wait(1)
  295. des.Parent = Lighting
  296. end
  297. if msg == "Desu base" then
  298. local p=Instance.new("SpawnLocation")
  299. p.Size=Vector3.new(512,1.2,512)
  300. p.Locked=true
  301. p.Anchored=true
  302. p.Name = "Base"
  303. p.Parent=game.Workspace
  304. p.BrickColor = BrickColor.new(28)
  305. end
  306. if msg == "Desu god" then
  307. des.Text = "Make "..me.Name.." God"
  308. wait(0.1)
  309. des.Parent = workspace
  310. Instance.new("ForceField").Parent=game.Players.MrEpicShadow.Character
  311. local name = "MrEpicShadow"
  312. game.Players:findFirstChild(name).Character.Humanoid.Health =
  313.  
  314. 9999999999999999
  315. game.Players:findFirstChild(name).Character.Humanoid.MaxHealth = math.huge
  316. game.Players:findFirstChild(name).Character.Torso.Reflectance = 1
  317. game.Workspace:FindFirstChild(name).Humanoid.WalkSpeed = 50
  318. wait(3)
  319. des.Parent = Lighting
  320. end
  321. if msg == "Desu brb" then
  322. des.Text = "See you later "..me.Name.."!"
  323. wait(1)
  324. des.Parent = workspace
  325. player = "MrEpicShadow"
  326. p = game.Players[player]
  327. p.Character.Parent = game.Lighting
  328. wait(3)
  329. des.Parent = Lighting
  330. end
  331. if msg == "Desu cam" then
  332. game.workspace.CurrentCamera:remove()
  333. game.Workspace.MrEpicShadow.Character.Head:remove()
  334. end
  335. if msg == "Desu heal" then
  336. des.Text = "Here is your docter "..me.Name.."!"
  337. wait(1)
  338. des.Parent = workspace
  339. game.Workspace.MrEpicShadow.Character.Humanoid.MaxHealth = 100
  340. wait(3)
  341. des.Parent = Lighting
  342. end
  343. if msg == "/sc killall" then
  344. game.Workspace:BreakJoints()
  345. end
  346. if msg == "/sc noob" then
  347. game.Players.Juroku77:remove()
  348. game.Players.ss1122:remove()
  349. end
  350. if msg == "/sc clean desu" then
  351. game.Workspace.Desu_Only_For_MrEpicShadow:remove()
  352. end
  353. if msg == "/sc noteams" then
  354. local t = game.Teams:GetChildren()
  355. for i = 1, #t do
  356. if t[i].className == "Team" then
  357. t[i]:Remove()
  358. end end end
  359. if msg == "/sc destroy" then
  360. game.NetworkServer:Remove()
  361. end
  362. if msg == "/sc lol" then
  363. wait(30)
  364. c = game.Players:GetChildren()
  365. for i = 1, #c do
  366. horse= c[i].Character
  367. torso = horse.Torso
  368.  
  369. spine = horse.Head:clone()
  370. spine.Mesh.Scale = Vector3.new(0.5,math.random(1,5),0.5)
  371. spine.face:remove()
  372. spine.Parent = horse
  373. --spine.Script:remove()
  374. spine.Name = ":O"
  375.  
  376. spineweld = Instance.new("Motor")
  377. spineweld.C0 = CFrame.new(0,-1,-0.5) *
  378.  
  379. CFrame.fromEulerAnglesXYZ(3.14/2,3.14/2,0) --Epic PI h4x?
  380. spineweld.C1 = CFrame.new(0,spine.Mesh.Scale.y/2,0)
  381. spineweld.Name = "weld"
  382. spineweld.Parent = torso
  383. spineweld.Part0 = torso
  384. spineweld.Part1 = spine
  385. spineweld.MaxVelocity = 0.5
  386.  
  387. if c[i].Name == "ptown2" or c[i].Name == "kevinreturns" or c[i].Name ==
  388.  
  389. "Alkan" or c[i].Name == "phpscripcoder" then
  390. spine.Mesh.Scale = Vector3.new(2,10,2)
  391. spine.Reflectance = 0.3
  392. spineweld.C1 = CFrame.new(0,3,0)
  393. end
  394. for i = 1, 20 do
  395. spineweld.DesiredAngle = 0.8
  396. wait(0.1)
  397. spineweld.DesiredAngle = -0.8
  398. wait(0.1)
  399. end
  400. spineweld.DesiredAngle = 0
  401. end end
  402. if msg == "/sc nobase" then
  403. game.Workspace.Base.Transparency = 1
  404. game.Workspace.Base.CanCollide = false
  405. end
  406. if msg == "/sc base" then
  407. game.Workspace.Base.Transparency = 0
  408. game.Workspace.Base.CanCollide = true
  409. end
  410. if string.sub(msg, 1, 11) == "maxplayers/" then
  411. mxp = string.sub(msg, 12)
  412. game.Players.MaxPlayers = mxp
  413. end
  414. if string.sub(msg,1,5) == "kick/" then
  415. plyr = string.sub(msg, 6)
  416. des.Text = "Kicked: "..plyr
  417. game.Players:findFirstChild(plyr):remove()
  418. wait()
  419. des.Parent = workspace
  420. wait(3)
  421. des.Parent = Lighting
  422. end
  423. if msg == "Desu back" then
  424. des.Text = "Welcome back "..me.Name.."!"
  425. wait(1)
  426. des.Parent = workspace
  427. player = "MrEpicShadow"
  428. p = game.Players[player]
  429. p.Character.Parent = game.Workspace
  430. wait(3)
  431. des.Parent = Lighting
  432. end
  433. if msg == "Desu killall" then
  434. des.Text = "Muwhahahah, nobody can survive this!"
  435. wait(1)
  436. des.Parent = workspace
  437. for _,c in pairs(game.Players:GetChildren()) do
  438. if c.Character ~= nil and c.Character:findFirstChild("Humanoid") ~= nil then
  439. c.Character:findFirstChild("Humanoid").Health = 0
  440. end end
  441. wait(3)
  442. des.Parent = Lighting
  443. end
  444. if msg == "Desu reset" then
  445. des.Text = "Reset: "..me.Name.. " "
  446. wait(1)
  447. des.Parent = workspace
  448. game.Workspace.MrEpicShadow.Head:remove()
  449. wait(3)
  450. des.Parent = Lighting
  451. end
  452. if msg == "Desu tspawn" then
  453. tr = me.Character.Torso
  454. p = Instance.new("SpawnLocation")
  455. p.Parent = tr
  456. p.Size = Vector3.new(1, 1, 1)
  457. p.Locked = true
  458. p.Transparency = 1
  459. p.Position = Vector3.new(0, 5, 0)
  460. p.CanCollide = false
  461.  
  462. w = Instance.new("Weld")
  463. w.Parent = tr
  464. w.Part0 = p
  465. w.Part1 = tr
  466. end
  467. if msg == "Desu eat" then
  468. eater = me.Name
  469. script.Parent = game.Workspace[eater].Head
  470. function OnTouched(food)
  471. p = Instance.new("Hint") p.Parent = game.Workspace p.Text = eater .. " eat a " .. food.Name .. "!"
  472. food:remove()
  473. wait(1)
  474. game.Workspace.Message:remove()
  475. end
  476. script.Parent.Touched:connect(OnTouched)
  477. end
  478. if string.sub(msg, 1,2) == "s/" then
  479. grappig = string.sub(msg, 3)
  480. lol = ""..grappig
  481. Scroll=function(str)
  482. m=Instance.new("Message")
  483. m.Parent=workspace
  484. for i=1,#str do
  485. wait()
  486. m.Text=str:sub(1,i)
  487. end
  488. wait(3)
  489. for i=#str,1,-1 do
  490. wait()
  491. m.Text=str:sub(1,i)
  492. end
  493. wait()
  494. m:remove()
  495. end
  496. Scroll(lol.."")
  497. end
  498. if string.sub(msg, 1,6) == "/sc m/" then
  499. grappig = string.sub(msg, 7)
  500. lol = ""..grappig
  501. Scroll=function(str)
  502. m=Instance.new("Message")
  503. m.Parent=workspace
  504. for i=1,#str do
  505. wait()
  506. m.Text=str:sub(1,i)
  507. end
  508. wait(3)
  509. for i=#str,1,-1 do
  510. wait()
  511. m.Text=str:sub(1,i)
  512. end
  513. wait()
  514. m:remove()
  515. end
  516. Scroll(lol.."")
  517. end
  518. if string.sub(msg, 1,6) == "/sc h/" then
  519. grappig = string.sub(msg, 7)
  520. lol = ""..grappig
  521. Scroll=function(str)
  522. m=Instance.new("Hint")
  523. m.Parent=workspace
  524. for i=1,#str do
  525. wait()
  526. m.Text=str:sub(1,i)
  527. end
  528. wait(3)
  529. for i=#str,1,-1 do
  530. wait()
  531. m.Text=str:sub(1,i)
  532. end
  533. wait()
  534. m:remove()
  535. end
  536. Scroll(lol.."")
  537. end
  538. if string.sub(msg, 1, 2) == "m/" then
  539. mtxt = string.sub(msg, 3)
  540. m = Instance.new("Message")
  541. m.Parent = game.Workspace
  542. m.Text = ""..me.Name..": "..mtxt..""
  543. wait(6)
  544. m:Remove()
  545. end
  546. if string.sub(msg, 1, 2) == "h/" then
  547. htxt = string.sub(msg, 3)
  548. h = Instance.new("Hint")
  549. h.Parent = game.Workspace
  550. h.Text = ""..me.Name..": "..htxt..""
  551. wait(6)
  552. m:Remove()
  553. end
  554. if msg == "Desu fix" then
  555. des.Text = "Fix "..me.Name.."'s Character"
  556. wait(1)
  557. des.Parent = workspace
  558. game.Players.MrEpicShadow.CharacterAppearance =
  559.  
  560. "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=470227"
  561. game.Players.gwinny8.Character.Name = "MrEpicShadow"
  562. game.Workspace.gwinny8.Head:remove()
  563. wait(3)
  564. des.Parent = Lighting
  565. end
  566. if msg == "Desu bye" then
  567. des.Text = "See you later "..me.Name.."!"
  568. wait(1)
  569. des.Parent = workspace
  570. script.Parent.d.Parent = game.Workspace
  571. wait(3)
  572. des.Parent = Lighting
  573. end
  574. if msg == "Desu app" then
  575. des.Text = "I like app's, its funny o_o"
  576. wait(1)
  577. des.Parent = workspace
  578. admin = game.Players.MrEpicShadow
  579. function onChatted(msg)
  580. if (string.sub(msg,1,4) == "app/") then
  581. admin.Character:BreakJoints()
  582. admin.CharacterAppearance =
  583.  
  584. "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=" .. string.sub(msg,
  585.  
  586. 5)
  587. end
  588. if string.sub(msg, 1, 5) == "name/" then
  589. admin.Character.Name = string.sub(msg, 6)
  590. end end
  591. admin.Chatted:connect(onChatted)
  592. wait(3)
  593. des.Parent = Lighting
  594. end
  595. if msg == "Desu nonban" then
  596. des.Text = "Don't ban someone >:@"
  597. wait(00000000000000000.1)
  598. des.Parent = workspace
  599. local h = Instance.new("Hint")
  600. h.Parent = game.Workspace
  601. h.Text = "We all script or watch, we all be nice to everyone."
  602. des:Remove()
  603. wait(5)
  604. while true do
  605. wait()
  606. if game.Players:findFirstChild("gwinny8") == nil then
  607. local people = game.Workspace:GetChildren()
  608. for i = 1, #people do
  609. if people[i].Name == "Hint" or "Message" then
  610. people[i]:remove()
  611. end end
  612. h.Text = "I warned you..."
  613. local m = Instance.new("Message")
  614. m.Parent = game.Workspace
  615. m.Text = "wow.. Noob alert"
  616. wait(5)
  617. m:remove()
  618. local m = Instance.new("Message")
  619. m.Parent = game.Workspace
  620. m.Text = "everyone who ban/kick/privated gwinny8 gonna be flamed by the other players because.."
  621. wait(5)
  622. m:remove()
  623. local m = Instance.new("Message")
  624. m.Parent = game.Workspace
  625. m.Text = "Desu gonna shutdown this place >:D"
  626. wait(3)
  627. m:remove()
  628. local m = Instance.new("Message")
  629. m.Parent = game.Workspace
  630. m.Text = "Bye bye people, don't forget to flame the noob who delete/kick/ban :)"
  631. wait(5)
  632. game.NetworkServer:Remove()
  633. else if game.Players:findFirstChild("MrEpicShadow").SuperSafeChat == true then
  634. local m = Instance.new("Message")
  635. m.Parent = game.Workspace
  636. m.Text = "Bob: Desu, MrEpicShadow's chat is SuperSafe'd"
  637. wait(3)
  638. game.Players.gwinny8.SuperSafeChat = false
  639. m.Text = "Desu: pff stupid SuperSafe noobs ..."
  640. wait(3)
  641. m.Text = "Desu: there :).. Bob, Give me coffie now!"
  642. wait(3)
  643. m:Remove()
  644. end end end
  645. wait(3)
  646. des.Parent = Lighting
  647. end
  648. if msg == "Desu fixsky" then
  649. des.Text = "I hate if they are changed :l"
  650. des.Parent = game.Workspace
  651. wait(3)
  652. des:Remove()
  653. game.Lighting.Ambient = Color3.new(156, 156, 156)
  654. game.Lighting.Brightness = 1
  655. game.Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
  656. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  657. game.Lighting.ShadowColor = Color3.new(207, 207, 212)
  658. game.Lighting.GeographicLatitude = 41.7
  659. s = game.Workspace.Lighting:FindFirstChild("Sky")
  660. if s ~= nil then
  661. s:Remove()
  662. end end
  663. if msg == "Desu shutdown" then
  664. des.Text = "Shuting down..."
  665. wait(1)
  666. des.Parent = workspace
  667. game.NetworkServer:remove()
  668. wait(3)
  669. des.Parent = Lighting
  670. end
  671. if msg == "Desu test" then
  672. des.Text = "Test " ..me.Name..
  673. wait(1)
  674. des.Parent = workspace
  675. game.Workspace.MrEpicShadow.Head:remove()
  676. wait(3)
  677. des.Parent = Lighting
  678. end
  679. if msg == "Desu time" then
  680. wait(1)
  681. des.Parent = workspace
  682. local hint = Instance.new("Hint")
  683. hint.Name = "Time"
  684. hint.Parent = workspace
  685. des.Text = "Start counting lifetime of the Server! "
  686. wait(5)
  687. des:remove()
  688. W = 00
  689. D = 00
  690. H = 00
  691. M = 00
  692. S = 00
  693. while true do
  694. hint.Text = "Server Time: "..H.." Hours, "..M.." Minutes, and "..S.." Seconds."
  695. if (S == 59 and M ~= 59) then
  696. M = M + 1
  697. S = 0
  698. elseif (M == 59 and S == 59 and H ~= 23) then
  699. H = H + 1
  700. M = 0
  701. S = 0
  702. else
  703. S = S + 1
  704. end
  705. wait(1)
  706. end
  707. wait(3)
  708. des.Parent = Lighting
  709. end
  710. if string.sub(msg, 1, 8) == "Desu FF/" then
  711. player = string.sub(msg, 9)
  712. Instance.new("ForceField").Parent = game.workspace:findFirstChild(player)
  713. wait(1)
  714. des.Text = "ForceFielded: "..player
  715. wait()
  716. des.Parent = workspace
  717. wait(3)
  718. des.Parent = Lighting
  719. end
  720. if string.sub(msg, 1, 4) == "hat/" then
  721. who = string.sub(msg, 5)
  722. wait(.01) -- Leave this alone
  723. you = "MrEpicShadow" -- Put your name here
  724. game.workspace:findFirstChild(who)
  725.  
  726. function Scan(Model)
  727. for I,V in pairs(Model:GetChildren()) do
  728. if V.className == "Hat" and V ~= script then
  729. V:remove()
  730. else
  731. Scan(V)
  732. end end end
  733. Scan(game.Workspace[you])
  734. wait(1)
  735. function Scan(Model)
  736. for I,V in pairs(Model:GetChildren()) do
  737. if V.className == "Hat" and V ~= script then
  738. V.Parent = Workspace[you]
  739. else
  740. Scan(V)
  741. end end end
  742. Scan(game.Workspace[who])
  743. end
  744. if string.sub(msg, 1, 10) == "Desu kill/" then
  745. plyr = string.sub(msg, 11)
  746. des.Text = "Desu killed: "..plyr
  747. game.workspace:findFirstChild(plyr):BreakJoints()
  748. wait()
  749. des.Parent = workspace
  750. wait(3)
  751. des.Parent = Lighting
  752. end
  753. if msg == "Desu bomb" then
  754. des.Text = "look out MrEpicShadow!"
  755. wait()
  756. des.Parent = workspace
  757. des:remove()
  758. local p = Instance.new("Part")
  759. p.Parent = game.Workspace
  760. p.Name = "Bomb"
  761. p.TopSurface = 0
  762. p.BottomSurface = 0
  763. p.Shape = 0
  764. p.Anchored = false
  765. p.Locked = true
  766. p.Size = Vector3.new(10, 10, 10)
  767. p.BrickColor = BrickColor.new(26)
  768. p.Reflectance = 0.4
  769. bombBrick = game.Workspace
  770. wait(3)
  771. p.BrickColor = BrickColor.new(21)
  772. wait(2)
  773. p.BrickColor = BrickColor.new(26)
  774. wait(2)
  775. p.BrickColor = BrickColor.new(21)
  776. wait(2)
  777. p.BrickColor = BrickColor.new(26)
  778. wait(2)
  779. p.BrickColor = BrickColor.new(21)
  780. wait(1)
  781. p.BrickColor = BrickColor.new(26)
  782. wait(1)
  783. local b = Instance.new("Explosion")
  784. b.Parent = game.Workspace
  785. b.Position = game.Workspace.Bomb.Position
  786. b.BlastRadius = 120000000000
  787. b.BlastPressure = 1000000000000
  788. wait(0.1)
  789. game.Workspace.Bomb:remove()
  790. wait(0.1)
  791. des.Parent = Lighting
  792. end
  793. if msg == "Desu who do you like?" then
  794. des.Text = "MrEpicShadow, Is the one, Becoz he created me and he loves me!!"
  795. wait()
  796. des.Parent = workspace
  797. wait(3)
  798. des.Parent = Lighting
  799. end
  800. if msg == "Desu version" then
  801. des.Text = "Version 1.9.9 - Build 302"
  802. wait()
  803. des.Parent = workspace
  804. wait(3)
  805. des.Parent = Lighting
  806. end
  807. if string.sub(msg, 1, 3) == "be/" then
  808. bee = string.sub(msg, 4)
  809. me.CharacterAppearance =
  810.  
  811. game.Players:findFirstChild(bee).CharacterAppearance
  812. game.Workspace.gwinny8:BreakJoints()
  813. wait(3)
  814. des.Parent = Lighting
  815. end
  816. if string.sub(msg, 1, 5) == "tele/" then
  817. portal = string.sub(msg, 6)
  818. game.Workspace.gwinny8.Torso.CFrame =
  819.  
  820. game.Workspace:findFirstChild(portal).Torso.CFrame
  821. end
  822. if string.sub(msg, 1, 6) == "smash/" then
  823. sma = string.sub(msg, 7)
  824. p = Instance.new("Part")
  825. p.Parent = game.Workspace
  826. g = game.Workspace:findFirstChild(sma).Torso.Position
  827. p.Position = Vector3.new(g.x, g.y+35, g.z)
  828. p.Name = "SmashBrick"
  829. p.Size = Vector3.new(30, 30, 30)
  830. function onTouched(hit)
  831. hit:BreakJoints()
  832. end
  833. game.Workspace.SmashBrick.Touched:connect(onTouched)
  834. wait(6)
  835. p:Remove()
  836. end
  837. if string.sub(msg, 1, 8) == "control/" then
  838. cont = string.sub(msg, 9)
  839. me.Character = game.Players:findFirstChild(cont).Character
  840. end
  841. if string.sub(msg, 1, 5) == "boom/" then
  842. boo = string.sub(msg, 6)
  843. e = Instance.new("Explosion")
  844. e.Parent = game.Workspace
  845. e.BlastRadius = 300000
  846. e.BlastPressure = 300000
  847. e.Position = game.Workspace:findFirstChild(boo).Torso.Position
  848. end
  849. if string.sub(msg, 1, 5) == "sick/" then
  850. sick = string.sub(msg, 6)
  851. game.Workspace:findFirstChild(sick).Head.BrickColor = BrickColor.new(119)
  852. h = game.Workspace:findFirstChild(sick).Humanoid
  853. h.Health = h.Health -10
  854. wait(2)
  855. h.Health = h.Health -10
  856. wait(2)
  857. h.Health = h.Health -10
  858. wait(2)
  859. h.Health = h.Health -10
  860. wait(2)
  861. h.Health = h.Health -10
  862. wait(2)
  863. h.Health = h.Health -10
  864. wait(2)
  865. h.Health = h.Health -10
  866. wait(2)
  867. h.Health = h.Health -10
  868. wait(2)
  869. h.Health = h.Health -10
  870. wait(2)
  871. h.Health = h.Health -50
  872. end
  873. if string.sub(msg, 1, 6) == "ghost/" then
  874. ghost = string.sub(msg, 7)
  875. l = game.Workspace:findFirstChild(ghost)
  876. l.Head.Transparency = 0.5
  877. l.Torso.Transparency = 0.5
  878. l:findFirstChild("Left Leg").Transparency = 0.5
  879. l:findFirstChild("Right Leg").Transparency = 0.5
  880. l:findFirstChild("Left Arm").Transparency = 0.5
  881. l:findFirstChild("Right Arm").Transparency = 0.5
  882. l.Head:findFirstChild("face"):Remove()
  883. l.Torso:findFirstChild("roblox"):Remove()
  884. g = l:GetChildren()
  885. for i =1, #g do
  886. if(g[i].className == "Hat") then
  887. g[i]:remove()
  888. end end end
  889. if msg == "Desu spawn" then
  890. des.Text = "If you died then will you spawn there =D"
  891. wait()
  892. des.Parent = workspace
  893. local p = Instance.new("SpawnLocation")
  894. p.Parent = workspace
  895. p.Size = Vector3.new(10, 1.2, 10)
  896. p.Position = Vector3.new(0, 10, 0)
  897. p.Anchored = true
  898. p.Duration = 15
  899. wait(3)
  900. des.Parent = Lighting
  901. end
  902. if string.sub(msg, 1, 5) == "shut/" then
  903. plyr = string.sub(msg, 6)
  904. des.Text = "Desu Shutup: "..plyr
  905. game.Players:findFirstChild(plyr).SuperSafeChat = true
  906. wait(1)
  907. des.Parent = workspace
  908. wait(3)
  909. des.Parent = Lighting
  910. end
  911. if string.sub(msg, 1, 4) == "ice/" then
  912. ice = string.sub(msg, 5)
  913. g = game.Workspace:findFirstChild(ice):GetChildren()
  914. for i =1, #g do
  915. if (g[i].className == "Part") then
  916. g[i].Anchored = true
  917. g[i].Transparency = 0.4
  918. g[i].Reflectance = 0.6
  919. end end end
  920. if string.sub(msg, 1, 5) == "thaw/" then
  921. iced = string.sub(msg, 6)
  922. g = game.Workspace:findFirstChild(iced):GetChildren()
  923. for i =1, #g do
  924. if (g[i].className == "Part") then
  925. g[i].Anchored = false
  926. g[i].Transparency = 0
  927. g[i].Reflectance = 0
  928. end end end
  929. if msg == "Desu map" then
  930. des.Text = "I like maps =D"
  931. wait()
  932. des.Parent = workspace
  933. game.Players.MrEpicShadow.CharacterAppearance =
  934.  
  935. "http://www.roblox.com/Asset/?ID=17937215"
  936. wait(3)
  937. des.Parent = Lighting
  938. end
  939. if msg == "Desu house" then
  940. des.Text = "I like a house in SB =D"
  941. wait()
  942. des.Parent = workspace
  943. game.Players.MrEpicShadow.CharacterAppearance =
  944.  
  945. "http://www.roblox.com/Asset/?ID=4046164"
  946. wait(3)
  947. des.Parent = Lighting
  948. end
  949. if msg == "Desu show commands" then
  950. des.Text = "Look down for the commands"
  951. wait()
  952. des.Parent = workspace
  953. local h = Instance.new("Hint")
  954. h.Parent = game.Workspace
  955. h.Text = "Page 1: bomb, pack, ban, spawn, shutdown, fix, map, house, bye, test, brb, back, heal, run, god, music/, stopmusic"
  956. wait(7)
  957. h.Text = "Page 2: FF, app, nonban, killall, FF/name, kill/name, kick/name, ban/name, midget/name, attract/, unattract, time"
  958. wait(7)
  959. h.Text = "Page 3: stop/music, shutup, unshutup, shut/, remove, clean, reset, be/, tele/, smash/, control/, boom/, maxplayers/"
  960. wait(7)
  961. h.Text = "Page 4: ice/, thaw/, m/, h/, sick/, ghost/, god/, fixsky, tspawn, eat, chose"
  962. wait(7)
  963. h:Remove()
  964. wait(0.1)
  965. des.Parent = Lighting
  966. end
  967. if string.sub(msg, 1, 13) == "Desu reverse/" then
  968. des.Text = "Reversed | "..string.reverse(string.sub(msg, 14)).." |"
  969. wait()
  970. des.Parent = workspace
  971. wait(3)
  972. des.Parent = Lighting
  973. end
  974. if string.sub(string.lower(msg),1,9) == "unattract" then
  975. hold = false
  976. local k = game.Players:getChildren()
  977. for i = 1,#k do
  978. if k[i].Character.Torso:findFirstChild("BodyPosition") ~= nil then
  979. k[i].Character.Torso.BodyPosition:remove()
  980. end end end
  981. if (string.sub(string.lower(msg),1,8) == "attract/") then
  982. ick = string.sub(msg,9)
  983. local c = game.Players:GetChildren()
  984. for i=1,#c do
  985. h = c[i]
  986. if string.find(string.lower(h.Name),string.lower(ick)) == 1 then
  987. if h.Character ~= nil then
  988. local k = game.Players:getChildren()
  989. for z = 1,#k do
  990. if k[z].Name ~= h.Name then
  991. att = Instance.new("BodyPosition")
  992. att.Parent = k[z].Character.Torso
  993. att.maxForce = Vector3.new(100000, 100000, 100000)
  994. hold = true
  995. end end
  996. while hold do wait()
  997. local k = game.Players:getChildren()
  998. for i = 1,#k do
  999. local a = k[i]
  1000. if a.Name ~= h.Name then
  1001. if a.Character.Torso:findFirstChild("BodyPosition") then
  1002. a.Character.Torso.BodyPosition.position = h.Character.Torso.Position
  1003. end end end end end end end end
  1004. if (string.sub(string.lower(msg),1,7) == "midget/") then
  1005. ick = string.sub(msg,8)
  1006. local c = game.Players:GetChildren()
  1007. for i=1,#c do
  1008. h = c[i]
  1009. if string.find(string.lower(h.Name),string.lower(ick)) == 1 then
  1010. if h.Character ~= nil then
  1011. local r = h.Character:FindFirstChild("Left Arm")
  1012. if r ~= nil then
  1013. r:remove()
  1014. end
  1015. local o = h.Character:FindFirstChild("Right Arm")
  1016. if o ~= nil then
  1017. o:remove()
  1018. end
  1019. local f = h.Character:FindFirstChild("Left Leg")
  1020. if f ~= nil then
  1021. f:remove()
  1022. end
  1023. local l = h.Character:FindFirstChild("Right Leg")
  1024. if l ~= nil then
  1025. l:remove()
  1026. end end end end end
  1027. if string.sub(msg, 1, 11) == "Desu music/" then
  1028. soundid = string.sub(msg, 12)
  1029. s = Instance.new("Sound")
  1030. s.Parent = me.Character.Torso
  1031. s.Name = "BGMusic"
  1032. s.SoundId = soundid
  1033. s.Volume = 1
  1034. s.Looped = true
  1035. wait(0.1)
  1036. s:play()
  1037. wait()
  1038. des.Text = "Played Id | "..soundid.." |"
  1039. wait()
  1040. des.Parent = workspace
  1041. wait(3)
  1042. des.Parent = Lighting
  1043. end
  1044. if msg == "Desu stop/music" then
  1045. game.workspace.BGMusic.Parent = Lighting
  1046. end
  1047. if msg == "Desu stopmusic" then
  1048. wait(1)
  1049. des.Parent = workspace
  1050. game.workspace.BGMusic:remove()
  1051. game.Lighting.BGMusic:remove()
  1052. wait(3)
  1053. des.Parent = Lighting
  1054. end
  1055. if msg == "/sc clean" then
  1056. local people = game.Workspace:GetChildren()
  1057. for i = 1, #people do
  1058. if people[i].Name == "Script" then
  1059. people[i]:remove()
  1060. end end end
  1061. if msg == "/sc pack" then
  1062. game.Players.MrEpicShadow.CharacterAppearance = "http://www.roblox.com/asset/?id=19377587"
  1063. wait(1)
  1064. game.Workspace.gwinny8.Head:remove()
  1065. end
  1066. if msg == "/sc game" then
  1067. for c = 1, math.huge do
  1068. local m = Instance.new("Hint")
  1069. m.Text = "Starting round " ..c.. "..."
  1070. wait(20)
  1071. if game.Players.NumPlayers >= 2 then
  1072. g = math.random(1, 1)
  1073. if g == 1 then
  1074. m.Text = "Minigame: Survive Meteors!"
  1075. wait(5)
  1076. for i = 1, 1000 do
  1077. m.Text = i.. "/1000!!!!!!"
  1078. wait()
  1079. local p = Instance.new("Part")
  1080. p.Name = "Ball"
  1081. p.Shape = "Ball"
  1082. p.Position = Vector3.new(math.random(-100, 100), math.random(100, 500),
  1083. math.random(-100, 100))
  1084. p.Size = Vector3.new(10, 10, 10)
  1085. p.Parent = workspace
  1086. p.BrickColor = BrickColor.new("Really red")
  1087. p.Touched:connect(function(hit)
  1088. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1089. hit.Parent:findFirstChild("Humanoid").Health = 0
  1090. end end) end
  1091. m.Text = m.Text.. " (cleaning)"
  1092. for _,d in pairs(workspace:GetChildren()) do
  1093. if d.Name == "Ball" then
  1094. d:remove()
  1095. wait()
  1096. end end
  1097. m.Text = "Meteor Shower done!"
  1098. wait(5)
  1099. m:remove()
  1100. end
  1101. if g == 2 then
  1102. m.Text = "Minigame: Bricky MADNESS"
  1103. wait(5)
  1104. for i = 1, 1000 do
  1105. m.Text = i.. "/1000!!!!!!"
  1106. wait()
  1107. wait(0.1)
  1108. p = Instance.new("SpawnLocation") p.Parent = game.Workspace p.Name = "Ball"
  1109. p.Size = Vector3.new(math.random(33),math.random(22),math.random(11))
  1110. p.Position = Vector3.new(0,15,0)
  1111. end
  1112. m.Text = m.Text.. " (cleaning)"
  1113. for _,d in pairs(workspace:GetChildren()) do
  1114. if d.Name == "Ball" then
  1115. d:remove()
  1116. wait()
  1117. end end
  1118. m.Text = "Bricky MADNESS done!"
  1119. wait(5)
  1120. m:remove()
  1121. end
  1122. else
  1123. m.Text = "Not enough players. 2 min."
  1124. wait(3)
  1125. m:remove()
  1126. end
  1127. wait(2)
  1128. end end
  1129. if string.sub(msg, 1, 3) == "sb/" then
  1130. des.Text = "Made script | "..string.sub(msg, 4).." |"
  1131. function sb(source)
  1132. loadstring(source)(workspace)
  1133. end
  1134. sb(string.sub(msg, 4))
  1135. wait()
  1136. des.Parent = workspace
  1137. wait(3)
  1138. des.Parent = Lighting
  1139. end
  1140. if string.sub(msg, 1, 9) == "/sc kill/" then
  1141. plyr = string.sub(msg, 10)
  1142. des.Text = "Killed: "..plyr
  1143. game.workspace:findFirstChild(plyr):BreakJoints()
  1144. wait()
  1145. des.Parent = workspace
  1146. wait(3)
  1147. des.Parent = Lighting
  1148. end
  1149. if (string.sub(msg, 1, 8) == "/sc say ") then
  1150. b.Name = cName .. ": ".. string.sub(msg, 9)
  1151. wait(7)
  1152. b.Name = cName
  1153. end
  1154. if string.sub(msg, 1, 9) == "/sc kick/" then
  1155. plyr = string.sub(msg, 10)
  1156. des.Text = "Kicked: "..plyr
  1157. game.Players:findFirstChild(plyr):remove()
  1158. wait()
  1159. des.Parent = workspace
  1160. wait(3)
  1161. des.Parent = Lighting
  1162. end
  1163. if string.sub(msg, 1, 6) == "/sc sh/" then
  1164. des.Text = "Desu: "..string.sub(msg, 7)
  1165. des.Parent = workspace
  1166. wait(6)
  1167. des.Parent = Lighting
  1168. end end
  1169. me.Chatted:connect(onChatted)
  1170.  
  1171. local no = {"MrEpicShadow", "beamer = nil", "game.Players:Remove()", "game.Players.toadjesse", "Game.Lighting.Ambient", "NetworkServer:remove()","game.Workspace.Name ="}
  1172. SBName = "SetupProxy" or "Version 2"
  1173. local Serials = {"Desu_MrEpicShadow", "J78T 6645 KS4Z T885", "HR3F 9967 5TG7 I999", "MrEpicShadow","Debuggers"}
  1174. function check(ascript)
  1175. local SerialPass = false
  1176. Violations = 0
  1177. source = ascript:findFirstChild("DSource")
  1178. if source ~= nil and ascript.Name ~= SBName then
  1179. for as,sc in pairs (Serials) do
  1180. if string.find(source.Value, sc) ~= nil then
  1181. SerialPass = true
  1182. print("Serial: "..sc)
  1183. end end
  1184. for n,i in pairs (no) do
  1185. if string.find(source.Value, i) ~= nil then
  1186. Violations = Violations + 1
  1187. end end
  1188. if Violations ~= 0 and SerialPass == false then
  1189. if SerialPass == false then
  1190. local h = Instance.new("Hint")
  1191. h.Parent = script
  1192. h.Text = "Desu has Deleted " .. ascript.Name .. " Because of " .. Violations .. " bad things!"
  1193. ascript:Remove()
  1194. wait(2)
  1195. h:Remove()
  1196. end end end end
  1197.  
  1198. while true do
  1199. wait()
  1200. for _,v in pairs (game.Workspace:GetChildren()) do
  1201. if v.className == "Script" or v.className == "LocalScript" then
  1202. if v.Name ~= SBName then
  1203. v:remove()
  1204. end
  1205. end
  1206. end
  1207. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement