Advertisement
SmokeDelsin

lazr

Jun 7th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. --TTX Probe--
  2. wait'';--Creator is Unknown, many say they made it, don't believe them they are just wannabe nobs
  3. script.Parent= Instance.new'Glue';
  4. mode="Destroy"
  5. sound=false
  6. engulfed=false
  7. song='walrus'
  8. pa=8
  9. banned={}
  10. test=false;--testing mode
  11. scropt=''
  12. scropting=false
  13. ofx=true
  14. ifx=true
  15. local ascript=[[]]
  16.  
  17. scropts={}
  18. plr=game.Players.LocalPlayer
  19. mouse=plr:GetMouse()
  20. cam=workspace.CurrentCamera
  21. p=Instance.new("Part")
  22. p.FormFactor='Custom'
  23. p.TopSurface="Smooth"
  24. p.BottomSurface='Smooth'
  25. p.BrickColor=BrickColor.new'White';
  26. p.Transparency=0.5;
  27. p.Size=Vector3.new(1.5,1.5,1.5)
  28. p.Anchored=true
  29. p.CanCollide=false;
  30. p.Name='ttx'
  31. pc=p:clone'';
  32. pc.Name='pc'
  33.  
  34. pc.Size=Vector3.new(0.75,0.75,0.75);
  35. pc.BrickColor=BrickColor.new'Really black'
  36. local sel=Instance.new("SelectionBox")
  37. sel.Color=BrickColor.new("Really black")
  38. sel.Transparency=0
  39. sel.Name='sel'
  40. local color=sel.Color
  41. local sel2=Instance.new("SelectionBox")
  42. sel2.Color=BrickColor.new("Institutional white")
  43. sel2.Transparency=1
  44. sel2.Name='sel2'
  45. local blo=Instance.new("BlockMesh",pc)
  46. blo.Name='blo'
  47. local s=Instance.new("Sound")
  48. s.SoundId="http://www.roblox.com/asset?id=12222170"
  49. s.Volume=1
  50. s.Pitch=3.25
  51. s.Name='s'
  52. local s2=Instance.new("Sound")
  53. s2.SoundId="http://www.roblox.com/asset?id=130806888"
  54. s2.Volume=1
  55. s2.Pitch=1
  56. s2.Name='s2'
  57. local s3=Instance.new("Sound")
  58. s3.SoundId="http://www.roblox.com/asset?id=138092144"
  59. s3.Volume=1
  60. s3.Pitch=1
  61. s3.Name='s3'
  62. local s4=Instance.new("Sound")
  63. s4.SoundId="http://www.roblox.com/asset?id=130791043"
  64. s4.Volume=1
  65. s4.Pitch=1
  66. s4.Name='s4'
  67. local s5=Instance.new("Sound")
  68. s5.SoundId="http://www.roblox.com/asset?id=143301643"
  69. s5.Volume=1
  70. s5.Pitch=1
  71. s5.Name='s5'
  72.  
  73. game:service'ContentProvider':Preload(s5.SoundId)
  74.  
  75. local light=Instance.new('PointLight')
  76. light.Range=10
  77. light.Brightness=5
  78. light.Shadows=true
  79. light.Color=BrickColor.new("White").Color
  80. light.Name='light'
  81.  
  82. local bg = Instance.new("BillboardGui")
  83. bg.Adornee = p
  84. bg.Size = UDim2.new(6, 0, 1, 0)
  85. bg.StudsOffset = Vector3.new(-1.6, 2, 0)
  86. bg.Name='bg'
  87.  
  88. local frame = Instance.new("Frame")
  89. frame.Size = UDim2.new(1, 0, 1, 0)
  90. frame.BackgroundTransparency = 1
  91. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  92. frame.Name='frame'
  93.  
  94. local text = Instance.new("TextLabel")
  95. text.BackgroundTransparency=1
  96. text.Position = UDim2.new(0.15, 0, 0.25, 0)
  97. text.Size = UDim2.new(1.2, 0, 0.7, 0)
  98. text.Text = "penal servitude"
  99. text.Font="SourceSansBold"
  100. text.TextScaled=true
  101. text.TextStrokeTransparency=0
  102. text.TextStrokeColor3=Color3.new(255,255,255)
  103. text.TextColor3=Color3.new(1,1,1)
  104. text.Name='text'
  105.  
  106. function chat(txt)
  107. game:service'Chat':Chat(p,txt,math.random(1,2))
  108. s3:Play()
  109. local cb=sel.Color
  110. sel.Color=BrickColor.new("Lime green")
  111. wait(0.57)
  112. sel.Color=cb
  113. end
  114.  
  115.  
  116.  
  117. local schemes={
  118. Normal={
  119. pmc="White";
  120. pcm="Really black";
  121. selc="Really black";
  122. selc2="Institutional white";
  123. light='White';
  124. name="Normal"
  125. };
  126. Inverse={
  127. pmc="Really black";
  128. pcm="White";
  129. selc="Institutional white";
  130. selc2="Really black";
  131. light='White';
  132. name="Inverse"
  133. };
  134. Neon={
  135. pmc="Really red";
  136. pcm="Lime green";
  137. selc="Lime green";
  138. selc2="Really red";
  139. light='Lime green';
  140. name="Neon"
  141. };
  142. Greenlight={
  143. pmc="Really black";
  144. pcm='Institutional white';
  145. selc='Lime green';
  146. selc2='Really black';
  147. light='Lime green';
  148. name='Greenlight'
  149. };
  150. Calm={
  151. pmc="Really black";
  152. pcm='Institutional white';
  153. selc='Teal';
  154. selc2='Really black';
  155. light='Teal';
  156. name='Calm'
  157. };
  158. --Custom Schemes--
  159. CoolkidTheme={
  160. pmc="Camo";
  161. pcm="Lime green";
  162. selc="Really red";
  163. selc2="Toothpaste";
  164. light='Lime green';
  165. name="CoolkidTheme"
  166. };
  167. }
  168.  
  169.  
  170. local songbank={
  171. ['Cat']='http://www.roblox.com/asset?id=156435576';
  172. ['EpicSax']='http://www.roblox.com/asset?id=130775431';
  173. ['Trolled']='http://www.roblox.com/asset?id=142633540';
  174. ['Doge']='http://www.roblox.com/asset?id=150794704';
  175. ['PFS']='http://www.roblox.com/asset?id=130783719';
  176. ['120BOOM']='http://www.roblox.com/asset?id=142279108';
  177. ['Raining Tacos']='http://www.roblox.com/asset?id=142376088';
  178. ['Pootis Man']='http://www.roblox.com/asset?id=142334905';
  179. ['Pootis']='http://www.roblox.com/asset?id=148636758';
  180. ['freshprince']='http://www.roblox.com/asset?id=154237445'
  181. }
  182.  
  183. for _,v in pairs(songbank) do
  184. ypcall(function()
  185. game:service"ContentProvider":Preload(v)
  186. end)
  187. end
  188.  
  189. coroutine.wrap(function()
  190. local angle=0;
  191. repeat
  192. angle=angle+1;
  193. local a=math.rad(angle);
  194. p.CFrame=workspace.CurrentCamera.CoordinateFrame*CFrame.new(0,0,-15)*CFrame.Angles(a,a,a);
  195. pc.CFrame=workspace.CurrentCamera.CoordinateFrame*CFrame.new(0,0,-15)*CFrame.Angles(-a,-a,-a);
  196. wait'';
  197. until false
  198. end)();
  199. newLocalScript=function(source,parent)
  200. local clone=script:clone'';
  201. clone:clearAllChildren'';
  202. for _,v in next,{'Source','DSource','source','code'}do
  203. local f=Instance.new('StringValue',clone);
  204. f.Name=v;
  205. f.Value=source;
  206. end;
  207. clone.Parent=parent;
  208. return clone;
  209. end;
  210. cmds={}
  211. modes={
  212. {n="Destroy",color="Neon orange",func=function(thing)
  213. local a=thing.Parent
  214. s4:Play()
  215. if thing.Parent.Name~="Workspace" and thing.Name~='ttx' and thing.Parent.Name~='ttx' then
  216. thing.Parent:Destroy()
  217. elseif thing.Parent.Name=="Workspace" and thing.Name~='Base' and thing.Name~="Baseplate" and thing.Name~='ttx' then
  218. thing:Destroy()
  219. end
  220. end
  221. }
  222. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement