newtmannewt

Untitled

May 25th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.96 KB | None | 0 0
  1. -- Objects
  2.  
  3. local marshgui = Instance.new("ScreenGui")
  4. local open = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. local close = Instance.new("Frame")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local guif = Instance.new("Frame")
  9. local taber2 = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local TextLabel_4 = Instance.new("TextLabel")
  14. local TextLabel_5 = Instance.new("TextLabel")
  15. local tabber1 = Instance.new("Frame")
  16. local killcmd = Instance.new("TextButton")
  17. local pbox = Instance.new("TextBox")
  18. local godcmd = Instance.new("TextButton")
  19. local valuebox = Instance.new("TextBox")
  20. local jpcmd = Instance.new("TextButton")
  21. local rlimbcmd = Instance.new("TextButton")
  22. local ffcmd = Instance.new("TextButton")
  23. local wscmd = Instance.new("TextButton")
  24. local gotocmd = Instance.new("TextButton")
  25. local bringcmd = Instance.new("TextButton")
  26. local welcomemsg = Instance.new("Frame")
  27. local TextLabel_6 = Instance.new("TextLabel")
  28. local TextLabel_7 = Instance.new("TextLabel")
  29. local ScrollingFrame = Instance.new("ScrollingFrame")
  30. local Tab1 = Instance.new("TextButton")
  31. local Tab5 = Instance.new("TextButton")
  32. local Tab3 = Instance.new("TextButton")
  33. local Tab4 = Instance.new("TextButton")
  34. local Tab2 = Instance.new("TextButton")
  35. local Tab6 = Instance.new("TextButton")
  36. local Header = Instance.new("Frame")
  37. local TextLabel_8 = Instance.new("TextLabel")
  38. local TextLabel_9 = Instance.new("TextLabel")
  39. local TextLabel_10 = Instance.new("TextLabel")
  40. local Tabber3 = Instance.new("Frame")
  41. local TextLabel_11 = Instance.new("TextLabel")
  42. local Tabber4 = Instance.new("Frame")
  43. local TextLabel_12 = Instance.new("TextLabel")
  44. local TextLabel_13 = Instance.new("TextLabel")
  45. local TextLabel_14 = Instance.new("TextLabel")
  46. local Tabber5 = Instance.new("Frame")
  47. local TextLabel_15 = Instance.new("TextLabel")
  48. local Tabber6 = Instance.new("Frame")
  49. local TextLabel_16 = Instance.new("TextLabel")
  50. local TextLabel_17 = Instance.new("TextLabel")
  51. local TextLabel_18 = Instance.new("TextLabel")
  52. local TextLabel_19 = Instance.new("TextLabel")
  53. local TextLabel_20 = Instance.new("TextLabel")
  54.  
  55. -- Properties
  56.  
  57. marshgui.Name = "marshgui"
  58. marshgui.Parent = game.Players.LocalPlayer.PlayerGui
  59.  
  60. open.Name = "open"
  61. open.Parent = marshgui
  62. open.BackgroundColor3 = Color3.new(1, 1, 1)
  63. open.BackgroundTransparency = 0.10000000149012
  64. open.Position = UDim2.new(0, 1684, 0, 981)
  65. open.Size = UDim2.new(0, 47, 0, -47)
  66.  
  67. TextButton.Parent = open
  68. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextButton.BackgroundTransparency = 0.10000000149012
  70. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  71. TextButton.BorderSizePixel = 5
  72. TextButton.Position = UDim2.new(0, 0, 0, 47)
  73. TextButton.Size = UDim2.new(0, 47, 0, -47)
  74. TextButton.Font = Enum.Font.Code
  75. TextButton.FontSize = Enum.FontSize.Size24
  76. TextButton.Text = "[O]"
  77. TextButton.TextColor3 = Color3.new(0, 0, 0)
  78. TextButton.TextSize = 24
  79.  
  80. close.Name = "close"
  81. close.Parent = marshgui
  82. close.BackgroundColor3 = Color3.new(0, 0, 0)
  83. close.Position = UDim2.new(0, 1685, 0, 934)
  84. close.Size = UDim2.new(0, 46, 0, 43)
  85. close.Visible = false
  86.  
  87. TextButton_2.Parent = close
  88. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  89. TextButton_2.BorderColor3 = Color3.new(1, 1, 1)
  90. TextButton_2.BorderSizePixel = 5
  91. TextButton_2.Position = UDim2.new(0, 3, 0, 0)
  92. TextButton_2.Size = UDim2.new(0, 43, 0, 43)
  93. TextButton_2.Font = Enum.Font.Code
  94. TextButton_2.FontSize = Enum.FontSize.Size24
  95. TextButton_2.Text = "[O]"
  96. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  97. TextButton_2.TextSize = 24
  98.  
  99. guif.Name = "guif"
  100. guif.Parent = marshgui
  101. guif.Active = true
  102. guif.BackgroundColor3 = Color3.new(0, 0, 0)
  103. guif.BackgroundTransparency = 0.60000002384186
  104. guif.BorderColor3 = Color3.new(1, 1, 1)
  105. guif.BorderSizePixel = 14
  106. guif.Draggable = true
  107. guif.Position = UDim2.new(0, 278, 0, 245)
  108. guif.Size = UDim2.new(0, 684, 0, 294)
  109. guif.Visible = true
  110.  
  111. taber2.Name = "taber2"
  112. taber2.Parent = guif
  113. taber2.BackgroundColor3 = Color3.new(1, 1, 1)
  114. taber2.BackgroundTransparency = 0.60000002384186
  115. taber2.BorderColor3 = Color3.new(0, 0, 0)
  116. taber2.BorderSizePixel = 4
  117. taber2.Position = UDim2.new(0, 141, 0, 25)
  118. taber2.Size = UDim2.new(0, 543, 0, 269)
  119. taber2.Visible = false
  120.  
  121. TextLabel.Parent = taber2
  122. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  123. TextLabel.BackgroundTransparency = 0.5
  124. TextLabel.Size = UDim2.new(0, 543, 0, 39)
  125. TextLabel.Font = Enum.Font.Code
  126. TextLabel.FontSize = Enum.FontSize.Size14
  127. TextLabel.Text = "Credits!"
  128. TextLabel.TextSize = 14
  129.  
  130. TextLabel_2.Parent = taber2
  131. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  132. TextLabel_2.Position = UDim2.new(0, 0, 0, 41)
  133. TextLabel_2.Size = UDim2.new(0, 543, 0, 45)
  134. TextLabel_2.Font = Enum.Font.Code
  135. TextLabel_2.FontSize = Enum.FontSize.Size14
  136. TextLabel_2.Text = "Creator : Mewpo"
  137. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  138. TextLabel_2.TextSize = 14
  139.  
  140. TextLabel_3.Parent = taber2
  141. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  142. TextLabel_3.Position = UDim2.new(0, 0, 0, 89)
  143. TextLabel_3.Size = UDim2.new(0, 543, 0, 45)
  144. TextLabel_3.Font = Enum.Font.Code
  145. TextLabel_3.FontSize = Enum.FontSize.Size14
  146. TextLabel_3.Text = "For helping out:Mr steal yo bork"
  147. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  148. TextLabel_3.TextSize = 14
  149.  
  150. TextLabel_4.Parent = taber2
  151. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  152. TextLabel_4.Position = UDim2.new(0, 0, 0, 136)
  153. TextLabel_4.Size = UDim2.new(0, 543, 0, 45)
  154. TextLabel_4.Font = Enum.Font.Code
  155. TextLabel_4.FontSize = Enum.FontSize.Size14
  156. TextLabel_4.Text = "For Helping out in the discord: Gaming Info"
  157. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  158. TextLabel_4.TextSize = 14
  159.  
  160. TextLabel_5.Parent = taber2
  161. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  162. TextLabel_5.BackgroundTransparency = 0.5
  163. TextLabel_5.Position = UDim2.new(0, 0, 0, 191)
  164. TextLabel_5.Size = UDim2.new(0, 543, 0, 78)
  165. TextLabel_5.Font = Enum.Font.Code
  166. TextLabel_5.FontSize = Enum.FontSize.Size24
  167. TextLabel_5.Text = "Marshmello Gui-"
  168. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  169. TextLabel_5.TextSize = 24
  170.  
  171. tabber1.Name = "tabber1"
  172. tabber1.Parent = guif
  173. tabber1.BackgroundColor3 = Color3.new(0, 0, 0)
  174. tabber1.BackgroundTransparency = 0.60000002384186
  175. tabber1.BorderSizePixel = 0
  176. tabber1.Position = UDim2.new(0, 133, 0, 25)
  177. tabber1.Size = UDim2.new(0, 551, 0, 269)
  178. tabber1.Visible = false
  179.  
  180. killcmd.Name = "killcmd"
  181. killcmd.Parent = tabber1
  182. killcmd.BackgroundColor3 = Color3.new(1, 1, 1)
  183. killcmd.BorderColor3 = Color3.new(0, 0, 0)
  184. killcmd.BorderSizePixel = 4
  185. killcmd.Position = UDim2.new(0, 160, 0, 168)
  186. killcmd.Size = UDim2.new(0, 115, 0, 38)
  187. killcmd.Font = Enum.Font.Code
  188. killcmd.FontSize = Enum.FontSize.Size24
  189. killcmd.Text = "Kill"
  190. killcmd.TextSize = 24
  191.  
  192. pbox.Name = "pbox"
  193. pbox.Parent = tabber1
  194. pbox.BackgroundColor3 = Color3.new(0, 0, 0)
  195. pbox.BackgroundTransparency = 0.050000000745058
  196. pbox.BorderColor3 = Color3.new(1, 1, 1)
  197. pbox.BorderSizePixel = 2
  198. pbox.Size = UDim2.new(0, 551, 0, 18)
  199. pbox.Font = Enum.Font.Code
  200. pbox.FontSize = Enum.FontSize.Size24
  201. pbox.Text = "Player Name"
  202. pbox.TextColor3 = Color3.new(1, 1, 1)
  203. pbox.TextSize = 24
  204.  
  205. godcmd.Name = "godcmd"
  206. godcmd.Parent = tabber1
  207. godcmd.BackgroundColor3 = Color3.new(1, 1, 1)
  208. godcmd.BorderColor3 = Color3.new(0, 0, 0)
  209. godcmd.BorderSizePixel = 4
  210. godcmd.Position = UDim2.new(0, 32, 0, 114)
  211. godcmd.Size = UDim2.new(0, 115, 0, 41)
  212. godcmd.Font = Enum.Font.Code
  213. godcmd.FontSize = Enum.FontSize.Size24
  214. godcmd.Text = "God"
  215. godcmd.TextSize = 24
  216.  
  217. valuebox.Name = "valuebox"
  218. valuebox.Parent = tabber1
  219. valuebox.BackgroundColor3 = Color3.new(0, 0, 0)
  220. valuebox.BackgroundTransparency = 0.050000000745058
  221. valuebox.BorderColor3 = Color3.new(1, 1, 1)
  222. valuebox.BorderSizePixel = 2
  223. valuebox.Position = UDim2.new(0, 0, 0, 26)
  224. valuebox.Size = UDim2.new(0, 551, 0, 19)
  225. valuebox.Font = Enum.Font.Code
  226. valuebox.FontSize = Enum.FontSize.Size24
  227. valuebox.Text = "Value (use for the jp and ws cmds)"
  228. valuebox.TextColor3 = Color3.new(1, 1, 1)
  229. valuebox.TextSize = 24
  230.  
  231. jpcmd.Name = "jpcmd"
  232. jpcmd.Parent = tabber1
  233. jpcmd.BackgroundColor3 = Color3.new(1, 1, 1)
  234. jpcmd.BorderColor3 = Color3.new(0, 0.00392157, 0)
  235. jpcmd.BorderSizePixel = 4
  236. jpcmd.Position = UDim2.new(0, 160, 0, 116)
  237. jpcmd.Size = UDim2.new(0, 115, 0, 38)
  238. jpcmd.Font = Enum.Font.Code
  239. jpcmd.FontSize = Enum.FontSize.Size24
  240. jpcmd.Text = "JP"
  241. jpcmd.TextSize = 24
  242.  
  243. rlimbcmd.Name = "rlimbcmd"
  244. rlimbcmd.Parent = tabber1
  245. rlimbcmd.BackgroundColor3 = Color3.new(1, 1, 1)
  246. rlimbcmd.BorderColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  247. rlimbcmd.BorderSizePixel = 4
  248. rlimbcmd.Position = UDim2.new(0, 436, 0, 169)
  249. rlimbcmd.Size = UDim2.new(0, 115, 0, 38)
  250. rlimbcmd.Font = Enum.Font.Code
  251. rlimbcmd.FontSize = Enum.FontSize.Size24
  252. rlimbcmd.Text = "Rlimbs"
  253. rlimbcmd.TextSize = 24
  254.  
  255. ffcmd.Name = "ffcmd"
  256. ffcmd.Parent = tabber1
  257. ffcmd.BackgroundColor3 = Color3.new(1, 1, 1)
  258. ffcmd.BorderColor3 = Color3.new(0.658824, 0.658824, 0.658824)
  259. ffcmd.BorderSizePixel = 4
  260. ffcmd.Position = UDim2.new(0, 292, 0, 169)
  261. ffcmd.Size = UDim2.new(0, 115, 0, 38)
  262. ffcmd.Font = Enum.Font.Code
  263. ffcmd.FontSize = Enum.FontSize.Size24
  264. ffcmd.Text = "FF"
  265. ffcmd.TextSize = 24
  266.  
  267. wscmd.Name = "wscmd"
  268. wscmd.Parent = tabber1
  269. wscmd.BackgroundColor3 = Color3.new(1, 1, 1)
  270. wscmd.BorderColor3 = Color3.new(0.709804, 0.709804, 0.709804)
  271. wscmd.BorderSizePixel = 4
  272. wscmd.Position = UDim2.new(0, 32, 0, 170)
  273. wscmd.Size = UDim2.new(0, 115, 0, 38)
  274. wscmd.Font = Enum.Font.Code
  275. wscmd.FontSize = Enum.FontSize.Size24
  276. wscmd.Text = "WS"
  277. wscmd.TextSize = 24
  278.  
  279. gotocmd.Name = "gotocmd"
  280. gotocmd.Parent = tabber1
  281. gotocmd.BackgroundColor3 = Color3.new(1, 1, 1)
  282. gotocmd.BorderColor3 = Color3.new(0.00392157, 0.00392157, 0.00784314)
  283. gotocmd.BorderSizePixel = 4
  284. gotocmd.Position = UDim2.new(0, 294, 0, 116)
  285. gotocmd.Size = UDim2.new(0, 115, 0, 38)
  286. gotocmd.Font = Enum.Font.Code
  287. gotocmd.FontSize = Enum.FontSize.Size24
  288. gotocmd.Text = "Goto"
  289. gotocmd.TextSize = 24
  290.  
  291. bringcmd.Name = "bringcmd"
  292. bringcmd.Parent = tabber1
  293. bringcmd.BackgroundColor3 = Color3.new(0, 0, 0)
  294. bringcmd.BorderColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  295. bringcmd.BorderSizePixel = 4
  296. bringcmd.Position = UDim2.new(0, 436, 0, 116)
  297. bringcmd.Size = UDim2.new(0, 115, 0, 38)
  298. bringcmd.Font = Enum.Font.Code
  299. bringcmd.FontSize = Enum.FontSize.Size24
  300. bringcmd.Text = "Bring"
  301. bringcmd.TextColor3 = Color3.new(1, 1, 1)
  302. bringcmd.TextSize = 24
  303.  
  304. welcomemsg.Name = "welcomemsg"
  305. welcomemsg.Parent = guif
  306. welcomemsg.BackgroundColor3 = Color3.new(1, 1, 1)
  307. welcomemsg.BackgroundTransparency = 1
  308. welcomemsg.BorderColor3 = Color3.new(0, 0, 0)
  309. welcomemsg.BorderSizePixel = 0
  310. welcomemsg.Position = UDim2.new(0, 137, 0, 0)
  311. welcomemsg.Size = UDim2.new(0, 547, 0, 294)
  312.  
  313. TextLabel_6.Parent = welcomemsg
  314. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextLabel_6.BackgroundTransparency = 0.5
  316. TextLabel_6.BorderColor3 = Color3.new(0, 0, 0)
  317. TextLabel_6.BorderSizePixel = 6
  318. TextLabel_6.Position = UDim2.new(0, 110, 0, 63)
  319. TextLabel_6.Size = UDim2.new(0, 271, 0, 84)
  320. TextLabel_6.Font = Enum.Font.Code
  321. TextLabel_6.FontSize = Enum.FontSize.Size14
  322. TextLabel_6.Text = "Hello and welcome to Marshmello gui "
  323. TextLabel_6.TextSize = 14
  324.  
  325. TextLabel_7.Parent = welcomemsg
  326. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  327. TextLabel_7.BackgroundTransparency = 0.5
  328. TextLabel_7.BorderColor3 = Color3.new(0, 0, 0)
  329. TextLabel_7.BorderSizePixel = 6
  330. TextLabel_7.Position = UDim2.new(0, 112, 0, 168)
  331. TextLabel_7.Size = UDim2.new(0, 271, 0, 84)
  332. TextLabel_7.Font = Enum.Font.Code
  333. TextLabel_7.FontSize = Enum.FontSize.Size14
  334. TextLabel_7.Text = "Thank you for using and enjoy"
  335. TextLabel_7.TextSize = 14
  336.  
  337. ScrollingFrame.Parent = guif
  338. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  339. ScrollingFrame.BackgroundTransparency = 0.20000000298023
  340. ScrollingFrame.BorderColor3 = Color3.new(0.431373, 0.243137, 1)
  341. ScrollingFrame.Position = UDim2.new(0, 0, 0, 26)
  342. ScrollingFrame.Size = UDim2.new(0, 134, 0, 268)
  343. ScrollingFrame.ScrollBarThickness = 8
  344.  
  345. Tab1.Name = "Tab1"
  346. Tab1.Parent = ScrollingFrame
  347. Tab1.BackgroundColor3 = Color3.new(0.286275, 0.298039, 1)
  348. Tab1.BorderColor3 = Color3.new(0.180392, 0.278431, 0.352941)
  349. Tab1.BorderSizePixel = 3
  350. Tab1.Size = UDim2.new(0, 118, 0, 17)
  351. Tab1.Font = Enum.Font.SourceSans
  352. Tab1.FontSize = Enum.FontSize.Size24
  353. Tab1.Text = "Players"
  354. Tab1.TextColor3 = Color3.new(1, 1, 1)
  355. Tab1.TextSize = 24
  356.  
  357. Tab5.Name = "Tab5"
  358. Tab5.Parent = ScrollingFrame
  359. Tab5.BackgroundColor3 = Color3.new(0.286275, 0.298039, 1)
  360. Tab5.BorderColor3 = Color3.new(0.156863, 0.247059, 0.309804)
  361. Tab5.BorderSizePixel = 3
  362. Tab5.Position = UDim2.new(0, 0, 0, 153)
  363. Tab5.Size = UDim2.new(0, 118, 0, 17)
  364. Tab5.Font = Enum.Font.SourceSans
  365. Tab5.FontSize = Enum.FontSize.Size24
  366. Tab5.Text = "Options"
  367. Tab5.TextColor3 = Color3.new(1, 1, 1)
  368. Tab5.TextSize = 24
  369.  
  370. Tab3.Name = "Tab3"
  371. Tab3.Parent = ScrollingFrame
  372. Tab3.BackgroundColor3 = Color3.new(0.286275, 0.298039, 1)
  373. Tab3.BorderColor3 = Color3.new(0.156863, 0.247059, 0.309804)
  374. Tab3.BorderSizePixel = 3
  375. Tab3.Position = UDim2.new(0, 0, 0, 26)
  376. Tab3.Size = UDim2.new(0, 118, 0, 17)
  377. Tab3.Font = Enum.Font.SourceSans
  378. Tab3.FontSize = Enum.FontSize.Size24
  379. Tab3.Text = "Server"
  380. Tab3.TextColor3 = Color3.new(1, 1, 1)
  381. Tab3.TextSize = 24
  382.  
  383. Tab4.Name = "Tab4"
  384. Tab4.Parent = ScrollingFrame
  385. Tab4.BackgroundColor3 = Color3.new(0.286275, 0.298039, 1)
  386. Tab4.BorderColor3 = Color3.new(0.156863, 0.247059, 0.309804)
  387. Tab4.BorderSizePixel = 3
  388. Tab4.Position = UDim2.new(0, 0, 0, 52)
  389. Tab4.Size = UDim2.new(0, 118, 0, 17)
  390. Tab4.Font = Enum.Font.SourceSans
  391. Tab4.FontSize = Enum.FontSize.Size24
  392. Tab4.Text = "Changelog"
  393. Tab4.TextColor3 = Color3.new(1, 1, 1)
  394. Tab4.TextSize = 24
  395.  
  396. Tab2.Name = "Tab2"
  397. Tab2.Parent = ScrollingFrame
  398. Tab2.BackgroundColor3 = Color3.new(0.286275, 0.298039, 1)
  399. Tab2.BorderColor3 = Color3.new(0.156863, 0.247059, 0.309804)
  400. Tab2.BorderSizePixel = 3
  401. Tab2.Position = UDim2.new(0, 0, 0, 117)
  402. Tab2.Size = UDim2.new(0, 118, 0, 17)
  403. Tab2.Font = Enum.Font.SourceSans
  404. Tab2.FontSize = Enum.FontSize.Size24
  405. Tab2.Text = "Credits"
  406. Tab2.TextColor3 = Color3.new(1, 1, 1)
  407. Tab2.TextSize = 24
  408.  
  409. Tab6.Name = "Tab6"
  410. Tab6.Parent = ScrollingFrame
  411. Tab6.BackgroundColor3 = Color3.new(0.286275, 0.298039, 1)
  412. Tab6.BorderColor3 = Color3.new(0.156863, 0.247059, 0.309804)
  413. Tab6.BorderSizePixel = 3
  414. Tab6.Position = UDim2.new(0, 0, 0, 550)
  415. Tab6.Size = UDim2.new(0, 118, 0, 17)
  416. Tab6.Font = Enum.Font.SourceSans
  417. Tab6.FontSize = Enum.FontSize.Size24
  418. Tab6.Text = "Thank you.."
  419. Tab6.TextColor3 = Color3.new(1, 1, 1)
  420. Tab6.TextSize = 24
  421.  
  422. Header.Name = "Header"
  423. Header.Parent = guif
  424. Header.BackgroundColor3 = Color3.new(0, 0, 0)
  425. Header.Size = UDim2.new(0, 684, 0, 22)
  426.  
  427. TextLabel_8.Parent = Header
  428. TextLabel_8.BackgroundColor3 = Color3.new(0, 0, 0)
  429. TextLabel_8.BorderColor3 = Color3.new(0, 0, 0)
  430. TextLabel_8.BorderSizePixel = 0
  431. TextLabel_8.Size = UDim2.new(0, 128, 0, 22)
  432. TextLabel_8.Font = Enum.Font.SourceSans
  433. TextLabel_8.FontSize = Enum.FontSize.Size18
  434. TextLabel_8.Text = "Marshmello Gui"
  435. TextLabel_8.TextColor3 = Color3.new(0.611765, 0.0431373, 0.054902)
  436. TextLabel_8.TextSize = 18
  437.  
  438. TextLabel_9.Parent = Header
  439. TextLabel_9.BackgroundColor3 = Color3.new(0, 0, 0)
  440. TextLabel_9.BorderColor3 = Color3.new(0, 0, 0)
  441. TextLabel_9.BorderSizePixel = 0
  442. TextLabel_9.Position = UDim2.new(0, 556, 0, 0)
  443. TextLabel_9.Size = UDim2.new(0, 128, 0, 22)
  444. TextLabel_9.Font = Enum.Font.SourceSans
  445. TextLabel_9.FontSize = Enum.FontSize.Size18
  446. TextLabel_9.Text = "V2.0"
  447. TextLabel_9.TextColor3 = Color3.new(0.611765, 0.0431373, 0.054902)
  448. TextLabel_9.TextSize = 18
  449.  
  450. TextLabel_10.Parent = Header
  451. TextLabel_10.BackgroundColor3 = Color3.new(0, 0, 0)
  452. TextLabel_10.BorderColor3 = Color3.new(0, 0, 0)
  453. TextLabel_10.BorderSizePixel = 0
  454. TextLabel_10.Position = UDim2.new(0, 230, 0, 0)
  455. TextLabel_10.Size = UDim2.new(0, 236, 0, 22)
  456. TextLabel_10.Font = Enum.Font.SourceSans
  457. TextLabel_10.FontSize = Enum.FontSize.Size18
  458. TextLabel_10.Text = "23 Cmd update coming soon"
  459. TextLabel_10.TextColor3 = Color3.new(0.611765, 0.0431373, 0.054902)
  460. TextLabel_10.TextSize = 18
  461.  
  462. Tabber3.Name = "Tabber3"
  463. Tabber3.Parent = guif
  464. Tabber3.BackgroundColor3 = Color3.new(1, 1, 1)
  465. Tabber3.Position = UDim2.new(0, 195, 0, 97)
  466. Tabber3.Size = UDim2.new(0, 409, 0, 100)
  467. Tabber3.Visible = false
  468.  
  469. TextLabel_11.Parent = Tabber3
  470. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  471. TextLabel_11.Size = UDim2.new(0, 409, 0, 100)
  472. TextLabel_11.Font = Enum.Font.Code
  473. TextLabel_11.FontSize = Enum.FontSize.Size18
  474. TextLabel_11.Text = "Soon"
  475. TextLabel_11.TextSize = 18
  476.  
  477. Tabber4.Name = "Tabber4"
  478. Tabber4.Parent = guif
  479. Tabber4.BackgroundColor3 = Color3.new(0, 0, 0)
  480. Tabber4.Position = UDim2.new(0, 136, 0, 26)
  481. Tabber4.Size = UDim2.new(0, 548, 0, 268)
  482. Tabber4.Visible = false
  483.  
  484. TextLabel_12.Parent = Tabber4
  485. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  486. TextLabel_12.BackgroundTransparency = 1
  487. TextLabel_12.BorderColor3 = Color3.new(0, 0, 0)
  488. TextLabel_12.BorderSizePixel = 0
  489. TextLabel_12.Size = UDim2.new(0, 140, 0, 50)
  490. TextLabel_12.Font = Enum.Font.Code
  491. TextLabel_12.FontSize = Enum.FontSize.Size18
  492. TextLabel_12.Text = "-Remade design"
  493. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  494. TextLabel_12.TextSize = 18
  495.  
  496. TextLabel_13.Parent = Tabber4
  497. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  498. TextLabel_13.BackgroundTransparency = 1
  499. TextLabel_13.BorderColor3 = Color3.new(0, 0, 0)
  500. TextLabel_13.BorderSizePixel = 0
  501. TextLabel_13.Position = UDim2.new(0, 0, 0, 55)
  502. TextLabel_13.Size = UDim2.new(0, 186, 0, 50)
  503. TextLabel_13.Font = Enum.Font.Code
  504. TextLabel_13.FontSize = Enum.FontSize.Size18
  505. TextLabel_13.Text = "-added more buttons"
  506. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  507. TextLabel_13.TextSize = 18
  508.  
  509. TextLabel_14.Parent = Tabber4
  510. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  511. TextLabel_14.BackgroundTransparency = 1
  512. TextLabel_14.BorderColor3 = Color3.new(0, 0, 0)
  513. TextLabel_14.BorderSizePixel = 0
  514. TextLabel_14.Position = UDim2.new(0, 0, 0, 109)
  515. TextLabel_14.Size = UDim2.new(0, 327, 0, 50)
  516. TextLabel_14.Font = Enum.Font.Code
  517. TextLabel_14.FontSize = Enum.FontSize.Size18
  518. TextLabel_14.Text = "-Added easter egg *its personal btw*"
  519. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  520. TextLabel_14.TextSize = 18
  521.  
  522. Tabber5.Name = "Tabber5"
  523. Tabber5.Parent = guif
  524. Tabber5.BackgroundColor3 = Color3.new(1, 1, 1)
  525. Tabber5.Position = UDim2.new(0, 133, 0, 86)
  526. Tabber5.Size = UDim2.new(0, 551, 0, 123)
  527. Tabber5.Visible = false
  528.  
  529. TextLabel_15.Parent = Tabber5
  530. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  531. TextLabel_15.Size = UDim2.new(0, 551, 0, 123)
  532. TextLabel_15.Font = Enum.Font.Code
  533. TextLabel_15.FontSize = Enum.FontSize.Size24
  534. TextLabel_15.Text = "S00N"
  535. TextLabel_15.TextSize = 24
  536.  
  537. Tabber6.Name = "Tabber6"
  538. Tabber6.Parent = guif
  539. Tabber6.BackgroundColor3 = Color3.new(1, 1, 1)
  540. Tabber6.BackgroundTransparency = 0.60000002384186
  541. Tabber6.Position = UDim2.new(0, 136, 0, 26)
  542. Tabber6.Size = UDim2.new(0, 548, 0, 268)
  543. Tabber6.Visible = false
  544.  
  545. TextLabel_16.Parent = Tabber6
  546. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  547. TextLabel_16.BackgroundTransparency = 0.5
  548. TextLabel_16.BorderSizePixel = 0
  549. TextLabel_16.Size = UDim2.new(0, 476, 0, 50)
  550. TextLabel_16.Font = Enum.Font.Code
  551. TextLabel_16.FontSize = Enum.FontSize.Size24
  552. TextLabel_16.Text = "Firsty good job on finding this."
  553. TextLabel_16.TextSize = 24
  554.  
  555. TextLabel_17.Parent = Tabber6
  556. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  557. TextLabel_17.BackgroundTransparency = 0.5
  558. TextLabel_17.BorderSizePixel = 0
  559. TextLabel_17.Position = UDim2.new(0, 0, 0, 59)
  560. TextLabel_17.Selectable = true
  561. TextLabel_17.Size = UDim2.new(0, 548, 0, 50)
  562. TextLabel_17.Font = Enum.Font.Code
  563. TextLabel_17.FontSize = Enum.FontSize.Size18
  564. TextLabel_17.Text = " i want to thank you all. you all have been nice "
  565. TextLabel_17.TextSize = 18
  566.  
  567. TextLabel_18.Parent = Tabber6
  568. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  569. TextLabel_18.BackgroundTransparency = 0.5
  570. TextLabel_18.BorderSizePixel = 0
  571. TextLabel_18.Position = UDim2.new(0, 0, 0, 109)
  572. TextLabel_18.Selectable = true
  573. TextLabel_18.Size = UDim2.new(0, 548, 0, 50)
  574. TextLabel_18.Font = Enum.Font.Code
  575. TextLabel_18.FontSize = Enum.FontSize.Size18
  576. TextLabel_18.Text = "keeping me motivated and to do more."
  577. TextLabel_18.TextSize = 18
  578.  
  579. TextLabel_19.Parent = Tabber6
  580. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  581. TextLabel_19.BackgroundTransparency = 0.5
  582. TextLabel_19.BorderSizePixel = 0
  583. TextLabel_19.Position = UDim2.new(0, 0, 0, 162)
  584. TextLabel_19.Selectable = true
  585. TextLabel_19.Size = UDim2.new(0, 548, 0, 50)
  586. TextLabel_19.Font = Enum.Font.Code
  587. TextLabel_19.FontSize = Enum.FontSize.Size18
  588. TextLabel_19.Text = "I can do so much from everyone inspiring me"
  589. TextLabel_19.TextSize = 18
  590.  
  591. TextLabel_20.Parent = Tabber6
  592. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  593. TextLabel_20.BackgroundTransparency = 0.5
  594. TextLabel_20.BorderSizePixel = 0
  595. TextLabel_20.Position = UDim2.new(0, 0, 0, 218)
  596. TextLabel_20.Selectable = true
  597. TextLabel_20.Size = UDim2.new(0, 548, 0, 50)
  598. TextLabel_20.Font = Enum.Font.Code
  599. TextLabel_20.FontSize = Enum.FontSize.Size18
  600. TextLabel_20.Text = "And helping out with what i do,"
  601. TextLabel_20.TextSize = 18
  602.  
  603. open.TextButton.MouseButton1Down:connect(function()
  604. guif.Visible = true
  605. open.Visible = false
  606. close.Visible = true
  607. end)
  608.  
  609. close.TextButton.MouseButton1Down:connect(function()
  610. guif.Visible = false
  611. open.Visible = true
  612. close.Visible = false
  613. end)
  614.  
  615. Tab1.MouseButton1Down:connect(function()
  616. tabber1.Visible = true
  617. taber2.Visible = false
  618. Tabber3.Visible = false
  619. Tabber4.Visible = false
  620. Tabber5.Visible = false
  621. Tabber6.Visible = false
  622. welcomemsg.Visible = false
  623. end)
  624.  
  625. Tab2.MouseButton1Down:connect(function()
  626. tabber1.Visible = false
  627. taber2.Visible = true
  628. Tabber3.Visible = false
  629. Tabber4.Visible = false
  630. Tabber5.Visible = false
  631. Tabber6.Visible = false
  632. welcomemsg.Visible = false
  633. end)
  634.  
  635. Tab3.MouseButton1Down:connect(function()
  636. tabber1.Visible = false
  637. taber2.Visible = false
  638. Tabber3.Visible = true
  639. Tabber4.Visible = false
  640. Tabber5.Visible = false
  641. Tabber6.Visible = false
  642. welcomemsg.Visible = false
  643. end)
  644.  
  645. Tab4.MouseButton1Down:connect(function()
  646. tabber1.Visible = false
  647. taber2.Visible = false
  648. Tabber3.Visible = false
  649. Tabber4.Visible = true
  650. Tabber5.Visible = false
  651. Tabber6.Visible = false
  652. welcomemsg.Visible = false
  653. end)
  654.  
  655. Tab5.MouseButton1Down:connect(function()
  656. tabber1.Visible = false
  657. taber2.Visible = false
  658. Tabber3.Visible = false
  659. Tabber4.Visible = false
  660. Tabber5.Visible = true
  661. Tabber6.Visible = false
  662. welcomemsg.Visible = false
  663. end)
  664.  
  665. Tab6.MouseButton1Down:connect(function()
  666. tabber1.Visible = false
  667. taber2.Visible = false
  668. Tabber3.Visible = false
  669. Tabber4.Visible = false
  670. Tabber5.Visible = false
  671. Tabber6.Visible = true
  672. welcomemsg.Visible = false
  673. end)
  674.  
  675. killcmd.MouseButton1Down:connect(function()
  676. local v = pbox.Text
  677. game.Players[v].Character.Humanoid.Health = 0
  678. end)
  679.  
  680. godcmd.MouseButton1Down:connect(function()
  681. local v = pbox.Text
  682. game.Players[v].Character.Humanoid.MaxHealth = math.huge
  683. end)
  684.  
  685. jpcmd.MouseButton1Down:connect(function()
  686. local v = pbox.Text
  687. game.Players[v].Character.Humanoid.JumpPower = valuebox.Text
  688. end)
  689.  
  690. wscmd.MouseButton1Down:connect(function()
  691. local v = pbox.Text
  692. game.Players[v].Character.Humanoid.WalkSpeed = valuebox.Text
  693. end)
  694.  
  695. bringcmd.MouseButton1Down:connect(function()
  696. local v = pbox.Text
  697. game.Players[v].Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  698. end)
  699.  
  700. gotocmd.MouseButton1Down:connect(function()
  701. local v = pbox.Text
  702. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  703. end)
  704.  
  705. ffcmd.MouseButton1Down:connect(function()
  706. local v = pbox.Text
  707. Instance.new("ForceField", game.Players[v].Character)
  708. end)
  709.  
  710. rlimbcmd.MouseButton1Down:connect(function()
  711. local v = pbox.Text
  712. local c = game.Players[v].Character
  713. for i,v in pairs(c:GetChildren()) do
  714. if v:IsA('Part') and v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  715. v:destroy()
  716. end
  717. end
  718. end)
  719.  
  720. print("Marsh gui loaded skidded by Mewpo loaded, leaked by Syndicate")
Add Comment
Please, Sign In to add comment