Advertisement
DaOMEGAa32

dj1

Jun 20th, 2021
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. ScreenGui0 = Instance.new("ScreenGui")
  20. Frame1 = Instance.new("Frame")
  21. TextButton2 = Instance.new("TextButton")
  22. LocalScript3 = Instance.new("LocalScript")
  23. TextButton4 = Instance.new("TextButton")
  24. LocalScript5 = Instance.new("LocalScript")
  25. TextButton6 = Instance.new("TextButton")
  26. LocalScript7 = Instance.new("LocalScript")
  27. TextButton8 = Instance.new("TextButton")
  28. LocalScript9 = Instance.new("LocalScript")
  29. TextButton10 = Instance.new("TextButton")
  30. LocalScript11 = Instance.new("LocalScript")
  31. TextButton12 = Instance.new("TextButton")
  32. LocalScript13 = Instance.new("LocalScript")
  33. TextButton14 = Instance.new("TextButton")
  34. LocalScript15 = Instance.new("LocalScript")
  35. ScreenGui0.Parent = mas
  36. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37. Frame1.Name = "menu"
  38. Frame1.Parent = ScreenGui0
  39. Frame1.Position = UDim2.new(0.168750003, 0, 0.12083333, 0)
  40. Frame1.Size = UDim2.new(0, 208, 0, 171)
  41. Frame1.BackgroundColor = BrickColor.new("Sand violet metallic")
  42. Frame1.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  43. TextButton2.Name = "Drag"
  44. TextButton2.Parent = Frame1
  45. TextButton2.Position = UDim2.new(0, 0, 0, -25)
  46. TextButton2.Size = UDim2.new(0, 208, 0, 25)
  47. TextButton2.BackgroundColor = BrickColor.new("Really black")
  48. TextButton2.BackgroundColor3 = Color3.new(0, 0, 0)
  49. TextButton2.BackgroundTransparency = -0.0099999997764826
  50. TextButton2.BorderColor = BrickColor.new("Institutional white")
  51. TextButton2.BorderColor3 = Color3.new(1, 1, 1)
  52. TextButton2.AutoButtonColor = false
  53. TextButton2.FontSize = Enum.FontSize.Size18
  54. TextButton2.Text = "Club dj destroyer"
  55. TextButton2.TextColor = BrickColor.new("Institutional white")
  56. TextButton2.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  57. TextButton2.TextSize = 18
  58. TextButton2.TextWrap = true
  59. TextButton2.TextWrapped = true
  60. LocalScript3.Parent = TextButton2
  61. table.insert(cors,sandbox(LocalScript3,function()
  62. wanttobemoved=script.Parent.Parent
  63. X=wanttobemoved.Position.X.Offset
  64. Y=wanttobemoved.Position.Y.Offset
  65. XS=wanttobemoved.Position.X.Scale
  66. YS=wanttobemoved.Position.Y.Scale
  67. function down(posX,posY)--the positions of the mouse
  68. drag=true--activate the drag function
  69. X=wanttobemoved.Position.X.Offset--redefines the value "X"
  70. Y=wanttobemoved.Position.Y.Offset--redefines the value "Y"
  71. XS=wanttobemoved.Position.X.Scale
  72. YS=wanttobemoved.Position.Y.Scale
  73. DposX=posX-X--the mouse's X position offset by the frame's X position.
  74. DposY=posY-Y--the mouse's Y position offset by the frame's Y position.
  75. print(""..DposX..","..DposY.."")--remembers the values DposX and DposY in the output toolbar.
  76. end
  77. function up()
  78. drag=false--deactivate the drag
  79. end
  80. function move(posX,posY)--again, the positions of the mouse
  81. if drag then--if held down then
  82. wanttobemoved.Position=UDim2.new(XS,posX - DposX,YS,posY - DposY)
  83. end
  84. end
  85. script.Parent.MouseButton1Down:connect(down)
  86. script.Parent.MouseButton1Up:connect(up)
  87. script.Parent.MouseLeave:connect(up)
  88. script.Parent.MouseMoved:connect(move)
  89. end))
  90. TextButton4.Parent = Frame1
  91. TextButton4.Position = UDim2.new(-0.00183841586, 0, -1.1920929e-07, 0)
  92. TextButton4.Size = UDim2.new(0, 105, 0, 52)
  93. TextButton4.BackgroundColor = BrickColor.new("Institutional white")
  94. TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  95. TextButton4.BackgroundTransparency = 0.85000002384186
  96. TextButton4.Font = Enum.Font.SourceSansBold
  97. TextButton4.FontSize = Enum.FontSize.Size28
  98. TextButton4.Text = "Break/Glitch The Music"
  99. TextButton4.TextColor = BrickColor.new("Really black")
  100. TextButton4.TextColor3 = Color3.new(0, 0, 0)
  101. TextButton4.TextScaled = true
  102. TextButton4.TextSize = 28
  103. TextButton4.TextWrap = true
  104. TextButton4.TextWrapped = true
  105. LocalScript5.Parent = TextButton4
  106. table.insert(cors,sandbox(LocalScript5,function()
  107. function onClick()
  108. while true do
  109. game:GetService("RunService").RenderStepped:wait()
  110. game:GetService("Workspace")["GLOBAL_SOUND"].TimePosition = math.random(1,100)
  111. end
  112. end
  113.  
  114. script.Parent.MouseButton1Up:connect(onClick)
  115. end))
  116. TextButton6.Parent = Frame1
  117. TextButton6.Position = UDim2.new(0.499828458, 0, -1.1920929e-07, 0)
  118. TextButton6.Size = UDim2.new(0, 105, 0, 52)
  119. TextButton6.BackgroundColor = BrickColor.new("Institutional white")
  120. TextButton6.BackgroundColor3 = Color3.new(1, 1, 1)
  121. TextButton6.BackgroundTransparency = 0.85000002384186
  122. TextButton6.Font = Enum.Font.SourceSansBold
  123. TextButton6.FontSize = Enum.FontSize.Size28
  124. TextButton6.Text = "Seizure camera"
  125. TextButton6.TextColor = BrickColor.new("Really black")
  126. TextButton6.TextColor3 = Color3.new(0, 0, 0)
  127. TextButton6.TextScaled = true
  128. TextButton6.TextSize = 28
  129. TextButton6.TextWrap = true
  130. TextButton6.TextWrapped = true
  131. LocalScript7.Parent = TextButton6
  132. table.insert(cors,sandbox(LocalScript7,function()
  133. function onClick()
  134. while true do
  135. local player = game.Players.LocalPlayer
  136. local character = player.Character
  137. character:WaitForChild("HumanoidRootPart").CFrame = game.workspace.MainCamera.CFrame
  138. wait (0.2)
  139. end
  140. end
  141.  
  142. script.Parent.MouseButton1Up:connect(onClick)
  143. end))
  144. TextButton8.Parent = Frame1
  145. TextButton8.Position = UDim2.new(-0.00664610835, 0, 0.30409345, 0)
  146. TextButton8.Size = UDim2.new(0, 105, 0, 52)
  147. TextButton8.BackgroundColor = BrickColor.new("Institutional white")
  148. TextButton8.BackgroundColor3 = Color3.new(1, 1, 1)
  149. TextButton8.BackgroundTransparency = 0.85000002384186
  150. TextButton8.Font = Enum.Font.SourceSansBold
  151. TextButton8.FontSize = Enum.FontSize.Size28
  152. TextButton8.Text = "Dj laptop 1"
  153. TextButton8.TextColor = BrickColor.new("Really black")
  154. TextButton8.TextColor3 = Color3.new(0, 0, 0)
  155. TextButton8.TextScaled = true
  156. TextButton8.TextSize = 28
  157. TextButton8.TextWrap = true
  158. TextButton8.TextWrapped = true
  159. LocalScript9.Parent = TextButton8
  160. table.insert(cors,sandbox(LocalScript9,function()
  161. function onClick()
  162.  
  163. local player = game.Players.LocalPlayer
  164. local character = player.Character
  165. character:WaitForChild("HumanoidRootPart").CFrame = game.workspace.DJLaptops.DJ1.CFrame
  166. wait (0.2)
  167.  
  168. end
  169.  
  170. script.Parent.MouseButton1Up:connect(onClick)
  171. end))
  172. TextButton10.Parent = Frame1
  173. TextButton10.Position = UDim2.new(0.495020777, 0, 0.30409345, 0)
  174. TextButton10.Size = UDim2.new(0, 105, 0, 52)
  175. TextButton10.BackgroundColor = BrickColor.new("Institutional white")
  176. TextButton10.BackgroundColor3 = Color3.new(1, 1, 1)
  177. TextButton10.BackgroundTransparency = 0.85000002384186
  178. TextButton10.Font = Enum.Font.SourceSansBold
  179. TextButton10.FontSize = Enum.FontSize.Size28
  180. TextButton10.Text = "Turn music Off"
  181. TextButton10.TextColor = BrickColor.new("Really black")
  182. TextButton10.TextColor3 = Color3.new(0, 0, 0)
  183. TextButton10.TextScaled = true
  184. TextButton10.TextSize = 28
  185. TextButton10.TextWrap = true
  186. TextButton10.TextWrapped = true
  187. LocalScript11.Parent = TextButton10
  188. table.insert(cors,sandbox(LocalScript11,function()
  189. function onClick()
  190.  
  191. workspace.GLOBAL_SOUND.Playing = false
  192. end
  193.  
  194. script.Parent.MouseButton1Up:connect(onClick)
  195. end))
  196. TextButton12.Parent = Frame1
  197. TextButton12.Position = UDim2.new(-0.000171542168, 0, 0.60818702, 0)
  198. TextButton12.Size = UDim2.new(0, 105, 0, 52)
  199. TextButton12.BackgroundColor = BrickColor.new("Institutional white")
  200. TextButton12.BackgroundColor3 = Color3.new(1, 1, 1)
  201. TextButton12.BackgroundTransparency = 0.85000002384186
  202. TextButton12.Font = Enum.Font.SourceSansBold
  203. TextButton12.FontSize = Enum.FontSize.Size28
  204. TextButton12.Text = "Turn music On"
  205. TextButton12.TextColor = BrickColor.new("Really black")
  206. TextButton12.TextColor3 = Color3.new(0, 0, 0)
  207. TextButton12.TextScaled = true
  208. TextButton12.TextSize = 28
  209. TextButton12.TextWrap = true
  210. TextButton12.TextWrapped = true
  211. LocalScript13.Parent = TextButton12
  212. table.insert(cors,sandbox(LocalScript13,function()
  213. function onClick()
  214. workspace.GLOBAL_SOUND.Playing = true
  215. end
  216.  
  217. script.Parent.MouseButton1Up:connect(onClick)
  218. end))
  219. TextButton14.Parent = Frame1
  220. TextButton14.Position = UDim2.new(0.502969265, 0, 0.60818702, 0)
  221. TextButton14.Size = UDim2.new(0, 105, 0, 52)
  222. TextButton14.BackgroundColor = BrickColor.new("Institutional white")
  223. TextButton14.BackgroundColor3 = Color3.new(1, 1, 1)
  224. TextButton14.BackgroundTransparency = 0.85000002384186
  225. TextButton14.Font = Enum.Font.SourceSansBold
  226. TextButton14.FontSize = Enum.FontSize.Size28
  227. TextButton14.Text = "Dj laptop 2"
  228. TextButton14.TextColor = BrickColor.new("Really black")
  229. TextButton14.TextColor3 = Color3.new(0, 0, 0)
  230. TextButton14.TextScaled = true
  231. TextButton14.TextSize = 28
  232. TextButton14.TextWrap = true
  233. TextButton14.TextWrapped = true
  234. LocalScript15.Parent = TextButton14
  235. table.insert(cors,sandbox(LocalScript15,function()
  236. function onClick()
  237.  
  238. local player = game.Players.LocalPlayer
  239. local character = player.Character
  240. character:WaitForChild("HumanoidRootPart").CFrame = game.workspace.DJLaptops.DJ2.CFrame
  241. wait (0.2)
  242.  
  243. end
  244.  
  245. script.Parent.MouseButton1Up:connect(onClick)
  246. end))
  247. for i,v in pairs(mas:GetChildren()) do
  248. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  249. pcall(function() v:MakeJoints() end)
  250. end
  251. mas:Destroy()
  252. for i,v in pairs(cors) do
  253. spawn(function()
  254. pcall(v)
  255. end)
  256. end
  257.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement