Advertisement
Psyhub21

admin

Mar 30th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.88 KB | None | 0 0
  1. --XYZ GUI by DMS safer than the original lmao
  2. --Probably better too
  3. PlayMusic = false
  4. o1 = Instance.new("ScreenGui")
  5. o2 = Instance.new("Frame")
  6. o3 = Instance.new("TextButton")
  7. o4 = Instance.new("TextBox")
  8. o5 = Instance.new("TextLabel")
  9. o6 = Instance.new("TextButton")
  10. o7 = Instance.new("TextBox")
  11. o8 = Instance.new("Folder")
  12. o9 = Instance.new("TextButton")
  13. o10 = Instance.new("TextLabel")
  14. o11 = Instance.new("TextButton")
  15. o12 = Instance.new("TextButton")
  16. o13 = Instance.new("TextButton")
  17. o14 = Instance.new("TextButton")
  18. o15 = Instance.new("TextButton")
  19. o16 = Instance.new("TextButton")
  20. o17 = Instance.new("TextButton")
  21. o18 = Instance.new("TextButton")
  22. o19 = Instance.new("TextButton")
  23. o20 = Instance.new("TextButton")
  24. o21 = Instance.new("TextButton")
  25. o22 = Instance.new("TextButton")
  26. o23 = Instance.new("TextButton")
  27. o24 = Instance.new("TextButton")
  28. o25 = Instance.new("TextButton")
  29. o26 = Instance.new("TextButton")
  30. o27 = Instance.new("TextButton")
  31. o28 = Instance.new("TextButton")
  32. o29 = Instance.new("TextButton")
  33. o30 = Instance.new("TextButton")
  34. o31 = Instance.new("TextButton")
  35. o32 = Instance.new("TextButton")
  36. o33 = Instance.new("TextButton")
  37. o34 = Instance.new("TextButton")
  38. o35 = Instance.new("TextButton")
  39. o36 = Instance.new("TextButton")
  40. o37 = Instance.new("TextButton")
  41. o38 = Instance.new("TextButton")
  42. o39 = Instance.new("TextLabel")
  43. o40 = Instance.new("TextBox")
  44. o41 = Instance.new("TextButton")
  45. o1.Name = "XYZ"
  46. o1.Parent = game.Players.LocalPlayer.PlayerGui
  47. o2.Name = "UI"
  48. o2.Parent = o1
  49. o2.Position = UDim2.new(0,400,0,200)
  50. o2.Size = UDim2.new(0,630,0,370)
  51. o2.Active = true
  52. o2.BackgroundColor3 = Color3.new(0, 0, 0)
  53. o2.Draggable = true
  54. o3.Name = "Execute"
  55. o3.Parent = o2
  56. o3.Position = UDim2.new(0,510,0,270)
  57. o3.Size = UDim2.new(0,100,0,25)
  58. o3.Text = "Execute"
  59. o3.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  60. o3.BorderColor3 = Color3.new(1, 1, 1)
  61. o3.Font = Enum.Font.SourceSans
  62. o3.FontSize = Enum.FontSize.Size14
  63. o3.TextColor3 = Color3.new(1, 1, 1)
  64. o4.Name = "TextField"
  65. o4.Parent = o2
  66. o4.Position = UDim2.new(0,315,0,33)
  67. o4.Size = UDim2.new(0,295,0,233)
  68. o4.Text = "print('Hello World!')"
  69. o4.BackgroundColor3 = Color3.new(1, 1, 1)
  70. o4.ClearTextOnFocus = false
  71. o4.MultiLine = true
  72. o4.Font = Enum.Font.SourceSans
  73. o4.FontSize = Enum.FontSize.Size14
  74. o4.TextXAlignment = Enum.TextXAlignment.Left
  75. o4.TextYAlignment = Enum.TextYAlignment.Top
  76. o5.Name = "Topbar"
  77. o5.Parent = o2
  78. o5.Size = UDim2.new(0,630,0,25)
  79. o5.Text = " XYZ Good Edition by DMS"
  80. o5.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  81. o5.BackgroundTransparency = 0.5
  82. o5.BorderSizePixel = 0
  83. o5.Font = Enum.Font.SourceSansBold
  84. o5.FontSize = Enum.FontSize.Size14
  85. o5.TextColor3 = Color3.new(0, 0, 0)
  86. o5.TextXAlignment = Enum.TextXAlignment.Left
  87. o6.Name = "Clear"
  88. o6.Parent = o2
  89. o6.Position = UDim2.new(0,510,0,302)
  90. o6.Size = UDim2.new(0,100,0,25)
  91. o6.Text = "Clear"
  92. o6.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  93. o6.BorderColor3 = Color3.new(1, 1, 1)
  94. o6.Font = Enum.Font.SourceSans
  95. o6.FontSize = Enum.FontSize.Size14
  96. o6.TextColor3 = Color3.new(1, 1, 1)
  97. o7.Name = "CONSOLE"
  98. o7.Parent = o2
  99. o7.Position = UDim2.new(0,315,0,270)
  100. o7.Size = UDim2.new(0,185,0,90)
  101. o7.Text = " -Console For Decoration"
  102. o7.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  103. o7.BorderColor3 = Color3.new(1, 1, 1)
  104. o7.ClearTextOnFocus = false
  105. o7.Font = Enum.Font.SourceSans
  106. o7.FontSize = Enum.FontSize.Size14
  107. o7.TextColor3 = Color3.new(1, 1, 1)
  108. o7.TextWrapped = true
  109. o7.TextXAlignment = Enum.TextXAlignment.Left
  110. o7.TextYAlignment = Enum.TextYAlignment.Top
  111. o8.Name = "CMDS"
  112. o8.Parent = o2
  113. o9.Name = "Heal"
  114. o9.Parent = o8
  115. o9.Position = UDim2.new(0,110,0,33)
  116. o9.Size = UDim2.new(0,90,0,20)
  117. o9.Text = "Heal"
  118. o9.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  119. o9.BorderColor3 = Color3.new(1, 1, 1)
  120. o9.Font = Enum.Font.SourceSans
  121. o9.FontSize = Enum.FontSize.Size14
  122. o9.TextColor3 = Color3.new(1, 1, 1)
  123. o10.Name = "FILTERCH"
  124. o10.Parent = o8
  125. o10.Position = UDim2.new(0,150,0,333)
  126. o10.Size = UDim2.new(0,20,0,20)
  127. o10.Text = "TEXT"
  128. o10.BackgroundColor3 = Color3.new(1, 1, 1)
  129. o10.BackgroundTransparency = 1
  130. o10.Font = Enum.Font.SourceSans
  131. o10.FontSize = Enum.FontSize.Size14
  132. o10.TextColor3 = Color3.new(1, 1, 1)
  133. o11.Name = "God"
  134. o11.Parent = o8
  135. o11.Position = UDim2.new(0,210,0,33)
  136. o11.Size = UDim2.new(0,90,0,20)
  137. o11.Text = "God"
  138. o11.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  139. o11.BorderColor3 = Color3.new(1, 1, 1)
  140. o11.Font = Enum.Font.SourceSans
  141. o11.FontSize = Enum.FontSize.Size14
  142. o11.TextColor3 = Color3.new(1, 1, 1)
  143. o12.Name = "Explode"
  144. o12.Parent = o8
  145. o12.Position = UDim2.new(0,10,0,63)
  146. o12.Size = UDim2.new(0,90,0,20)
  147. o12.Text = "Explode"
  148. o12.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  149. o12.BorderColor3 = Color3.new(1, 1, 1)
  150. o12.Font = Enum.Font.SourceSans
  151. o12.FontSize = Enum.FontSize.Size14
  152. o12.TextColor3 = Color3.new(1, 1, 1)
  153. o13.Name = "Kill"
  154. o13.Parent = o8
  155. o13.Position = UDim2.new(0,110,0,63)
  156. o13.Size = UDim2.new(0,90,0,20)
  157. o13.Text = "Kill"
  158. o13.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  159. o13.BorderColor3 = Color3.new(1, 1, 1)
  160. o13.Font = Enum.Font.SourceSans
  161. o13.FontSize = Enum.FontSize.Size14
  162. o13.TextColor3 = Color3.new(1, 1, 1)
  163. o14.Name = "UnGod"
  164. o14.Parent = o8
  165. o14.Position = UDim2.new(0,210,0,63)
  166. o14.Size = UDim2.new(0,90,0,20)
  167. o14.Text = "UnGod"
  168. o14.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  169. o14.BorderColor3 = Color3.new(1, 1, 1)
  170. o14.Font = Enum.Font.SourceSans
  171. o14.FontSize = Enum.FontSize.Size14
  172. o14.TextColor3 = Color3.new(1, 1, 1)
  173. o15.Name = "SemiGod"
  174. o15.Parent = o8
  175. o15.Position = UDim2.new(0,10,0,123)
  176. o15.Size = UDim2.new(0,90,0,20)
  177. o15.Text = "Silent God"
  178. o15.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  179. o15.BorderColor3 = Color3.new(1, 1, 1)
  180. o15.Font = Enum.Font.SourceSans
  181. o15.FontSize = Enum.FontSize.Size14
  182. o15.TextColor3 = Color3.new(1, 1, 1)
  183. o16.Name = "UnFF"
  184. o16.Parent = o8
  185. o16.Position = UDim2.new(0,110,0,93)
  186. o16.Size = UDim2.new(0,90,0,20)
  187. o16.Text = "UnFF"
  188. o16.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  189. o16.BorderColor3 = Color3.new(1, 1, 1)
  190. o16.Font = Enum.Font.SourceSans
  191. o16.FontSize = Enum.FontSize.Size14
  192. o16.TextColor3 = Color3.new(1, 1, 1)
  193. o17.Name = "Sparkles"
  194. o17.Parent = o8
  195. o17.Position = UDim2.new(0,210,0,153)
  196. o17.Size = UDim2.new(0,90,0,20)
  197. o17.Text = "Sparkles"
  198. o17.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  199. o17.BorderColor3 = Color3.new(1, 1, 1)
  200. o17.Font = Enum.Font.SourceSans
  201. o17.FontSize = Enum.FontSize.Size14
  202. o17.TextColor3 = Color3.new(1, 1, 1)
  203. o18.Name = "ForceField"
  204. o18.Parent = o8
  205. o18.Position = UDim2.new(0,10,0,93)
  206. o18.Size = UDim2.new(0,90,0,20)
  207. o18.Text = "ForceField"
  208. o18.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  209. o18.BorderColor3 = Color3.new(1, 1, 1)
  210. o18.Font = Enum.Font.SourceSans
  211. o18.FontSize = Enum.FontSize.Size14
  212. o18.TextColor3 = Color3.new(1, 1, 1)
  213. o19.Name = "Vis"
  214. o19.Parent = o8
  215. o19.Position = UDim2.new(0,110,0,213)
  216. o19.Size = UDim2.new(0,90,0,20)
  217. o19.Text = "Visible"
  218. o19.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  219. o19.BorderColor3 = Color3.new(1, 1, 1)
  220. o19.Font = Enum.Font.SourceSans
  221. o19.FontSize = Enum.FontSize.Size14
  222. o19.TextColor3 = Color3.new(1, 1, 1)
  223. o20.Name = "ST"
  224. o20.Parent = o8
  225. o20.Position = UDim2.new(0,210,0,93)
  226. o20.Size = UDim2.new(0,90,0,20)
  227. o20.Text = "Steal Tools"
  228. o20.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  229. o20.BorderColor3 = Color3.new(1, 1, 1)
  230. o20.Font = Enum.Font.SourceSans
  231. o20.FontSize = Enum.FontSize.Size14
  232. o20.TextColor3 = Color3.new(1, 1, 1)
  233. o21.Name = "UnPunish"
  234. o21.Parent = o8
  235. o21.Position = UDim2.new(0,10,0,273)
  236. o21.Size = UDim2.new(0,90,0,20)
  237. o21.Text = "UnPunish"
  238. o21.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  239. o21.BorderColor3 = Color3.new(1, 1, 1)
  240. o21.Font = Enum.Font.SourceSans
  241. o21.FontSize = Enum.FontSize.Size14
  242. o21.TextColor3 = Color3.new(1, 1, 1)
  243. o22.Name = "Day"
  244. o22.Parent = o8
  245. o22.Position = UDim2.new(0,110,0,123)
  246. o22.Size = UDim2.new(0,90,0,20)
  247. o22.Text = "Day"
  248. o22.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  249. o22.BorderColor3 = Color3.new(1, 1, 1)
  250. o22.Font = Enum.Font.SourceSans
  251. o22.FontSize = Enum.FontSize.Size14
  252. o22.TextColor3 = Color3.new(1, 1, 1)
  253. o23.Name = "BTools"
  254. o23.Parent = o8
  255. o23.Position = UDim2.new(0,210,0,123)
  256. o23.Size = UDim2.new(0,90,0,20)
  257. o23.Text = "BTools"
  258. o23.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  259. o23.BorderColor3 = Color3.new(1, 1, 1)
  260. o23.Font = Enum.Font.SourceSans
  261. o23.FontSize = Enum.FontSize.Size14
  262. o23.TextColor3 = Color3.new(1, 1, 1)
  263. o24.Name = "Night"
  264. o24.Parent = o8
  265. o24.Position = UDim2.new(0,10,0,153)
  266. o24.Size = UDim2.new(0,90,0,20)
  267. o24.Text = "Night"
  268. o24.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  269. o24.BorderColor3 = Color3.new(1, 1, 1)
  270. o24.Font = Enum.Font.SourceSans
  271. o24.FontSize = Enum.FontSize.Size14
  272. o24.TextColor3 = Color3.new(1, 1, 1)
  273. o25.Name = "Dawn"
  274. o25.Parent = o8
  275. o25.Position = UDim2.new(0,110,0,153)
  276. o25.Size = UDim2.new(0,90,0,20)
  277. o25.Text = "Dawn"
  278. o25.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  279. o25.BorderColor3 = Color3.new(1, 1, 1)
  280. o25.Font = Enum.Font.SourceSans
  281. o25.FontSize = Enum.FontSize.Size14
  282. o25.TextColor3 = Color3.new(1, 1, 1)
  283. o26.Name = "UnSparkle"
  284. o26.Parent = o8
  285. o26.Position = UDim2.new(0,210,0,183)
  286. o26.Size = UDim2.new(0,90,0,20)
  287. o26.Text = "UnSparkle"
  288. o26.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  289. o26.BorderColor3 = Color3.new(1, 1, 1)
  290. o26.Font = Enum.Font.SourceSans
  291. o26.FontSize = Enum.FontSize.Size14
  292. o26.TextColor3 = Color3.new(1, 1, 1)
  293. o27.Name = "Fire"
  294. o27.Parent = o8
  295. o27.Position = UDim2.new(0,10,0,183)
  296. o27.Size = UDim2.new(0,90,0,20)
  297. o27.Text = "Fire"
  298. o27.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  299. o27.BorderColor3 = Color3.new(1, 1, 1)
  300. o27.Font = Enum.Font.SourceSans
  301. o27.FontSize = Enum.FontSize.Size14
  302. o27.TextColor3 = Color3.new(1, 1, 1)
  303. o28.Name = "UnFire"
  304. o28.Parent = o8
  305. o28.Position = UDim2.new(0,110,0,183)
  306. o28.Size = UDim2.new(0,90,0,20)
  307. o28.Text = "UnFire"
  308. o28.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  309. o28.BorderColor3 = Color3.new(1, 1, 1)
  310. o28.Font = Enum.Font.SourceSans
  311. o28.FontSize = Enum.FontSize.Size14
  312. o28.TextColor3 = Color3.new(1, 1, 1)
  313. o29.Name = "Punish"
  314. o29.Parent = o8
  315. o29.Position = UDim2.new(0,210,0,243)
  316. o29.Size = UDim2.new(0,90,0,20)
  317. o29.Text = "Punish"
  318. o29.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  319. o29.BorderColor3 = Color3.new(1, 1, 1)
  320. o29.Font = Enum.Font.SourceSans
  321. o29.FontSize = Enum.FontSize.Size14
  322. o29.TextColor3 = Color3.new(1, 1, 1)
  323. o30.Name = "Invis"
  324. o30.Parent = o8
  325. o30.Position = UDim2.new(0,10,0,213)
  326. o30.Size = UDim2.new(0,90,0,20)
  327. o30.Text = "Invisible"
  328. o30.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  329. o30.BorderColor3 = Color3.new(1, 1, 1)
  330. o30.Font = Enum.Font.SourceSans
  331. o30.FontSize = Enum.FontSize.Size14
  332. o30.TextColor3 = Color3.new(1, 1, 1)
  333. o31.Name = "GoTo"
  334. o31.Parent = o8
  335. o31.Position = UDim2.new(0,110,0,303)
  336. o31.Size = UDim2.new(0,90,0,20)
  337. o31.Text = "Go To"
  338. o31.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  339. o31.BorderColor3 = Color3.new(1, 1, 1)
  340. o31.Font = Enum.Font.SourceSans
  341. o31.FontSize = Enum.FontSize.Size14
  342. o31.TextColor3 = Color3.new(1, 1, 1)
  343. o32.Name = "Block"
  344. o32.Parent = o8
  345. o32.Position = UDim2.new(0,210,0,213)
  346. o32.Size = UDim2.new(0,90,0,20)
  347. o32.Text = "Block Head"
  348. o32.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  349. o32.BorderColor3 = Color3.new(1, 1, 1)
  350. o32.Font = Enum.Font.SourceSans
  351. o32.FontSize = Enum.FontSize.Size14
  352. o32.TextColor3 = Color3.new(1, 1, 1)
  353. o33.Name = "Lock"
  354. o33.Parent = o8
  355. o33.Position = UDim2.new(0,10,0,243)
  356. o33.Size = UDim2.new(0,90,0,20)
  357. o33.Text = "Lock"
  358. o33.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  359. o33.BorderColor3 = Color3.new(1, 1, 1)
  360. o33.Font = Enum.Font.SourceSans
  361. o33.FontSize = Enum.FontSize.Size14
  362. o33.TextColor3 = Color3.new(1, 1, 1)
  363. o34.Name = "UnLock"
  364. o34.Parent = o8
  365. o34.Position = UDim2.new(0,110,0,243)
  366. o34.Size = UDim2.new(0,90,0,20)
  367. o34.Text = "UnLock"
  368. o34.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  369. o34.BorderColor3 = Color3.new(1, 1, 1)
  370. o34.Font = Enum.Font.SourceSans
  371. o34.FontSize = Enum.FontSize.Size14
  372. o34.TextColor3 = Color3.new(1, 1, 1)
  373. o35.Name = "UnMusic"
  374. o35.Parent = o8
  375. o35.Position = UDim2.new(0,210,0,273)
  376. o35.Size = UDim2.new(0,90,0,20)
  377. o35.Text = "UnMusic"
  378. o35.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  379. o35.BorderColor3 = Color3.new(1, 1, 1)
  380. o35.Font = Enum.Font.SourceSans
  381. o35.FontSize = Enum.FontSize.Size14
  382. o35.TextColor3 = Color3.new(1, 1, 1)
  383. o36.Name = "Bring"
  384. o36.Parent = o8
  385. o36.Position = UDim2.new(0,10,0,303)
  386. o36.Size = UDim2.new(0,90,0,20)
  387. o36.Text = "Bring"
  388. o36.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  389. o36.BorderColor3 = Color3.new(1, 1, 1)
  390. o36.Font = Enum.Font.SourceSans
  391. o36.FontSize = Enum.FontSize.Size14
  392. o36.TextColor3 = Color3.new(1, 1, 1)
  393. o37.Name = "Music"
  394. o37.Parent = o8
  395. o37.Position = UDim2.new(0,110,0,273)
  396. o37.Size = UDim2.new(0,90,0,20)
  397. o37.Text = "Music"
  398. o37.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  399. o37.BorderColor3 = Color3.new(1, 1, 1)
  400. o37.Font = Enum.Font.SourceSans
  401. o37.FontSize = Enum.FontSize.Size14
  402. o37.TextColor3 = Color3.new(1, 1, 1)
  403. o38.Name = "TEXT"
  404. o38.Parent = o8
  405. o38.Position = UDim2.new(0,210,0,303)
  406. o38.Size = UDim2.new(0,20,0,20)
  407. o38.Text = "[X]"
  408. o38.BackgroundColor3 = Color3.new(1, 1, 1)
  409. o38.BorderColor3 = Color3.new(1, 1, 1)
  410. o38.Font = Enum.Font.SourceSans
  411. o38.FontSize = Enum.FontSize.Size24
  412. o38.TextColor3 = Color3.new(0, 0, 0)
  413. o38.TextYAlignment = Enum.TextYAlignment.Bottom
  414. o39.Parent = o8
  415. o39.Position = UDim2.new(0,260,0,303)
  416. o39.Size = UDim2.new(0,20,0,20)
  417. o39.Text = "Auto-Inject"
  418. o39.BackgroundColor3 = Color3.new(1, 1, 1)
  419. o39.BackgroundTransparency = 1
  420. o39.Font = Enum.Font.SourceSans
  421. o39.FontSize = Enum.FontSize.Size14
  422. o39.TextColor3 = Color3.new(1, 1, 1)
  423. o40.Name = "Plr"
  424. o40.Parent = o8
  425. o40.Position = UDim2.new(0,10,0,33)
  426. o40.Size = UDim2.new(0,90,0,20)
  427. o40.Text = "Player/IDs"
  428. o40.BackgroundColor3 = Color3.new(1, 1, 1)
  429. o40.ClearTextOnFocus = false
  430. o40.MultiLine = true
  431. o40.Font = Enum.Font.SourceSans
  432. o40.FontSize = Enum.FontSize.Size14
  433. o40.TextYAlignment = Enum.TextYAlignment.Top
  434. o41.Name = "CE"
  435. o41.Parent = o2
  436. o41.Position = UDim2.new(0,510,0,335)
  437. o41.Size = UDim2.new(0,100,0,25)
  438. o41.Text = "Clear Console"
  439. o41.BackgroundColor3 = Color3.new(0.266667, 0.00784314, 0.00784314)
  440. o41.BorderColor3 = Color3.new(1, 1, 1)
  441. o41.Font = Enum.Font.SourceSans
  442. o41.FontSize = Enum.FontSize.Size14
  443. o41.TextColor3 = Color3.new(1, 1, 1)
  444. if workspace.FilteringEnabled == true then
  445. o2.CMDS.FILTERCH.Text = "FILTERING IS ENABLED :C"
  446. elseif workspace.FilteringEnabled ~= true then
  447. o2.CMDS.FILTERCH.Text = "FILTERING IS DISABLED! >:D"
  448. end
  449. if PlayMusic == true then
  450. o1f = Instance.new("Sound")
  451. o1f.Parent = game.Players.LocalPlayer.Character.Head
  452. o1f.SoundId = "rbxassetid://500420851"
  453. o1f:Play()
  454. end
  455. o2:FindFirstChild("Execute").MouseButton1Down:connect(function()
  456. loadstring(o2:FindFirstChild("TextField").Text)()
  457. end)
  458.  
  459. o2:FindFirstChild("Clear").MouseButton1Down:connect(function()
  460. o2:FindFirstChild("TextField").Text = ""
  461. end)
  462.  
  463. o2.CMDS:FindFirstChild("Heal").MouseButton1Down:connect(function()
  464. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.Health = game.Players[o2.CMDS.Plr.Text].Character.Humanoid.Health
  465. print('Healed ' .. o2.CMDS.Plr.Text .. "!")
  466. end)
  467.  
  468. o2.CMDS:FindFirstChild("God").MouseButton1Down:connect(function()
  469. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.Health = math.huge
  470. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.MaxHealth = math.huge
  471. print('Godded ' .. o2.CMDS.Plr.Text .. "!")
  472. end)
  473.  
  474. o2.CMDS:FindFirstChild("Explode").MouseButton1Down:connect(function()
  475. PS33 = Instance.new("Sound")
  476. PS33.Name = "Boom"
  477. PS33.Parent = game.Players[o2.CMDS.Plr.Text].Character.Torso
  478. PS33.SoundId = "rbxassetid://165969964"
  479. PS33.Volume = 1
  480. PS33:Play()
  481. g = Instance.new("Explosion",game.Players[o2.CMDS.Plr.Text].Character.Torso)
  482. g.Position = game.Players[o2.CMDS.Plr.Text].Character.Torso.Position
  483. g.BlastPressure = 1000
  484. g.BlastRadius = 20
  485. print('Exploded ' .. o2.CMDS.Plr.Text .. "!")
  486. end)
  487.  
  488. o2.CMDS:FindFirstChild("Kill").MouseButton1Down:connect(function()
  489. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.Health = 0
  490. print('Killed ' .. o2.CMDS.Plr.Text .. "!")
  491. end)
  492.  
  493. o2.CMDS:FindFirstChild("ForceField").MouseButton1Down:connect(function()
  494. g = Instance.new("ForceField",game.Players[o2.CMDS.Plr.Text].Character)
  495. print('Gave ForceField to ' .. o2.CMDS.Plr.Text .. "!")
  496. end)
  497.  
  498. o2.CMDS:FindFirstChild("UnFF").MouseButton1Down:connect(function()
  499. game.Players[o2.CMDS.Plr.Text].Character.ForceField:Destroy()
  500. print('Removed ' .. o2.CMDS.Plr.Text .. "'s ForceField!")
  501. end)
  502.  
  503. o2.CMDS:FindFirstChild("UnGod").MouseButton1Down:connect(function()
  504. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.Health = 100
  505. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.MaxHealth = 100
  506. print('UnGodded ' .. o2.CMDS.Plr.Text .. "!")
  507. end)
  508.  
  509. o2.CMDS:FindFirstChild("ST").MouseButton1Down:connect(function()
  510. for i,v in pairs(game.Players[o2.CMDS.Plr.Text].Backpack:GetChildren()) do
  511. v.Parent = game.Players.LocalPlayer.Backpack
  512. end
  513. print('Stole ' .. o2.CMDS.Plr.Text .. "'s Tools!")
  514. end)
  515.  
  516. o2.CMDS:FindFirstChild("SemiGod").MouseButton1Down:connect(function()
  517. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.Health = 9e+1000
  518. game.Players[o2.CMDS.Plr.Text].Character.Humanoid.MaxHealth = 9e+1000
  519. print('Silent Godded ' .. o2.CMDS.Plr.Text .. "!")
  520. end)
  521.  
  522. o2.CMDS:FindFirstChild("Day").MouseButton1Down:connect(function()
  523. game.Lighting.TimeOfDay = 14
  524. print('It is now Day!')
  525. end)
  526.  
  527. o2.CMDS:FindFirstChild("Night").MouseButton1Down:connect(function()
  528. game.Lighting.TimeOfDay = 1
  529. print('It is now Night!')
  530. end)
  531.  
  532. o2.CMDS:FindFirstChild("BTools").MouseButton1Down:connect(function()
  533. print(" lego ")local hopperbin = Instance.new("HopperBin")
  534. hopperbin.BinType = "GameTool"
  535. hopperbin.Parent = game.Players[o2.CMDS.Plr.Text].Backpack
  536.  
  537. local hopperbintwo = Instance.new("HopperBin")
  538. hopperbintwo.BinType = "Hammer"
  539. hopperbintwo.Parent = game.Players[o2.CMDS.Plr.Text].Backpack
  540.  
  541. local hopperbinthree = Instance.new("HopperBin")
  542. hopperbinthree.BinType = "Clone"
  543. hopperbinthree.Parent = game.Players[o2.CMDS.Plr.Text].Backpack
  544. print('Gave BTools to ' .. o2.CMDS.Plr.Text .. "!")
  545. end)
  546.  
  547. o2.CMDS:FindFirstChild("Sparkles").MouseButton1Down:connect(function()
  548. g = Instance.new("Sparkles",game.Players[o2.CMDS.Plr.Text].Character.Torso)
  549. print('Sparkled ' .. o2.CMDS.Plr.Text .. "!")
  550. end)
  551. o2.CMDS:FindFirstChild("UnFire").MouseButton1Down:connect(function()
  552. game.Players[o2.CMDS.Plr.Text].Character.Torso.Fire:Destroy()
  553. print('Removed ' .. o2.CMDS.Plr.Text .. "'s Fire!")
  554. end)
  555. o2.CMDS:FindFirstChild("UnSparkle").MouseButton1Down:connect(function()
  556. game.Players[o2.CMDS.Plr.Text].Character.Torso.Sparkles:Destroy()
  557. print('Removed ' .. o2.CMDS.Plr.Text .. "'s Sparkles!")
  558. end)
  559. o2.CMDS:FindFirstChild("Fire").MouseButton1Down:connect(function()
  560. g = Instance.new("Fire",game.Players[o2.CMDS.Plr.Text].Character.Torso)
  561. print('Gave Fire to ' .. o2.CMDS.Plr.Text .. "!")
  562. end)
  563. o2.CMDS:FindFirstChild("Dawn").MouseButton1Down:connect(function()
  564. game.Lighting.TimeOfDay = 6
  565. print('It is now Dawn!')
  566. end)
  567.  
  568. o2.CMDS:FindFirstChild("Invis").MouseButton1Down:connect(function()
  569. for i,v in pairs (game.Players[o2.CMDS.Plr.Text].Character:GetChildren()) do
  570. if v:IsA("Accessory") then
  571. v.Handle.Transparency = 1
  572. elseif v:IsA("Part") then
  573. v.Transparency = 1
  574. end
  575. end
  576. print('Invised ' .. o2.CMDS.Plr.Text .. "!")
  577. end)
  578.  
  579. o2.CMDS:FindFirstChild("Vis").MouseButton1Down:connect(function()
  580. for i,v in pairs (game.Players[o2.CMDS.Plr.Text].Character:GetChildren()) do
  581. if v:IsA("Accessory") then
  582. v.Handle.Transparency = 0
  583. elseif v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  584. v.Transparency = 0
  585. end
  586. end
  587. print('Vised ' .. o2.CMDS.Plr.Text .. "!")
  588. end)
  589.  
  590. o2.CMDS:FindFirstChild("Block").MouseButton1Down:connect(function()
  591. game.Players[o2.CMDS.Plr.Text].Character.Head.Mesh:Destroy()
  592. print('Blockheaded ' .. o2.CMDS.Plr.Text .. "!")
  593. end)
  594.  
  595. o2.CMDS:FindFirstChild("Lock").MouseButton1Down:connect(function()
  596. game.Players[o2.CMDS.Plr.Text].Character.Torso.Anchored = true
  597. print('Locked ' .. o2.CMDS.Plr.Text .. "!")
  598. end)
  599.  
  600. o2.CMDS:FindFirstChild("UnLock").MouseButton1Down:connect(function()
  601. game.Players[o2.CMDS.Plr.Text].Character.Torso.Anchored = false
  602. print('UnLocked ' .. o2.CMDS.Plr.Text .. "!")
  603. end)
  604.  
  605. o2.CMDS:FindFirstChild("Punish").MouseButton1Down:connect(function()
  606. game.Players[o2.CMDS.Plr.Text].Character.Parent = game.Lighting
  607. print('Punished ' .. o2.CMDS.Plr.Text .. "!")
  608. end)
  609.  
  610. o2.CMDS:FindFirstChild("UnPunish").MouseButton1Down:connect(function()
  611. game.Lighting[o2.CMDS.Plr.Text].Parent = workspace
  612. print('UnPunished ' .. o2.CMDS.Plr.Text .. "!")
  613. end)
  614. o2.CMDS:FindFirstChild("Music").MouseButton1Down:connect(function()
  615. myears = Instance.new('Sound')
  616. myears.Parent = workspace
  617. myears.Looped = true
  618. myears.Name = "AUDIO"
  619. myears.Playing = true
  620. myears.SoundId = ("rbxassetid://" .. o2.CMDS.Plr.Text)
  621. myears.Volume = .5
  622. myears.TimePosition = 0
  623. print"Playing Music!"
  624. end)
  625.  
  626. o2.CMDS:FindFirstChild("UnMusic").MouseButton1Down:connect(function()
  627. workspace.AUDIO:Destroy()
  628. print"Destroyed Music!"
  629. end)
  630. o2.CMDS:FindFirstChild("Bring").MouseButton1Down:connect(function()
  631. v = game.Players[o2.CMDS.Plr.Text]
  632. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  633. print('Brought ' .. o2.CMDS.Plr.Text .. "!")
  634. end)
  635. o2.CMDS:FindFirstChild("GoTo").MouseButton1Down:connect(function()
  636. v = game.Players[o2.CMDS.Plr.Text]
  637. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  638. print('Went To ' .. o2.CMDS.Plr.Text .. "!")
  639. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement