Advertisement
Jarxay

Loader

Feb 17th, 2022 (edited)
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Loader = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Ask = Instance.new("TextLabel")
  9. local SynapseButton = Instance.new("TextButton")
  10. local OtherButton = Instance.new("TextButton")
  11. local ArceusXButton = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13.  
  14. --Properties:
  15.  
  16. Loader.Name = "Loader"
  17. Loader.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. Loader.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = Loader
  21. Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  22. Frame.BorderColor3 = Color3.fromRGB(0, 153, 255)
  23. Frame.BorderSizePixel = 2
  24. Frame.Position = UDim2.new(0.328112662, 0, 0.339009255, 0)
  25. Frame.Size = UDim2.new(0, 419, 0, 242)
  26.  
  27. Ask.Name = "Ask"
  28. Ask.Parent = Frame
  29. Ask.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. Ask.BackgroundTransparency = 1.000
  31. Ask.Position = UDim2.new(-0.00289385323, 0, 0.0274546593, 0)
  32. Ask.Size = UDim2.new(0, 418, 0, 24)
  33. Ask.Font = Enum.Font.Code
  34. Ask.Text = "Which executor are you using?"
  35. Ask.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. Ask.TextScaled = true
  37. Ask.TextSize = 14.000
  38. Ask.TextWrapped = true
  39.  
  40. SynapseButton.Name = "SynapseButton"
  41. SynapseButton.Parent = Frame
  42. SynapseButton.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  43. SynapseButton.BorderColor3 = Color3.fromRGB(0, 153, 255)
  44. SynapseButton.BorderSizePixel = 2
  45. SynapseButton.Position = UDim2.new(0.0873429105, 0, 0.233671457, 0)
  46. SynapseButton.Size = UDim2.new(0, 341, 0, 28)
  47. SynapseButton.Font = Enum.Font.Code
  48. SynapseButton.Text = "Synapse"
  49. SynapseButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  50. SynapseButton.TextScaled = true
  51. SynapseButton.TextSize = 14.000
  52. SynapseButton.TextWrapped = true
  53.  
  54. OtherButton.Name = "OtherButton"
  55. OtherButton.Parent = Frame
  56. OtherButton.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  57. OtherButton.BorderColor3 = Color3.fromRGB(0, 153, 255)
  58. OtherButton.BorderSizePixel = 2
  59. OtherButton.Position = UDim2.new(0.0873429105, 0, 0.634497941, 0)
  60. OtherButton.Size = UDim2.new(0, 341, 0, 28)
  61. OtherButton.Font = Enum.Font.Code
  62. OtherButton.Text = "Other"
  63. OtherButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. OtherButton.TextScaled = true
  65. OtherButton.TextSize = 14.000
  66. OtherButton.TextWrapped = true
  67.  
  68. ArceusXButton.Name = "ArceusXButton"
  69. ArceusXButton.Parent = Frame
  70. ArceusXButton.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  71. ArceusXButton.BorderColor3 = Color3.fromRGB(0, 153, 255)
  72. ArceusXButton.BorderSizePixel = 2
  73. ArceusXButton.Position = UDim2.new(0.0873429105, 0, 0.436150789, 0)
  74. ArceusXButton.Size = UDim2.new(0, 341, 0, 28)
  75. ArceusXButton.Font = Enum.Font.Code
  76. ArceusXButton.Text = "Arceus X"
  77. ArceusXButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. ArceusXButton.TextScaled = true
  79. ArceusXButton.TextSize = 14.000
  80. ArceusXButton.TextWrapped = true
  81.  
  82. TextLabel.Parent = Frame
  83. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextLabel.BackgroundTransparency = 1.000
  85. TextLabel.Position = UDim2.new(0.00657140324, 0, 0.915821791, 0)
  86. TextLabel.Size = UDim2.new(0, 414, 0, 21)
  87. TextLabel.Font = Enum.Font.Code
  88. TextLabel.Text = "https://discord.gg/362PMtCMRs"
  89. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. TextLabel.TextScaled = true
  91. TextLabel.TextSize = 14.000
  92. TextLabel.TextWrapped = true
  93.  
  94. -- Scripts:
  95.  
  96. local function LIJHAK_fake_script() -- Frame.LocalScript
  97. local script = Instance.new('LocalScript', Frame)
  98.  
  99. local Main = script.Parent
  100. Main.Active = true
  101. Main.Draggable = true
  102.  
  103. local SynapseButton = Main.SynapseButton
  104. local ArceusXButton = Main.ArceusXButton
  105. local OtherButton = Main.OtherButton
  106.  
  107. local function ExecuteSynapse()
  108. loadstring(game:HttpGet("https://raw.githubusercontent.com/Jarxay/MGU/main/NinjaLegendsSynapse.lua"))()
  109. Main:Destroy()
  110. end
  111.  
  112. local function ExecuteArceus()
  113. loadstring(game:HttpGet("https://raw.githubusercontent.com/Jarxay/MGU/main/NinjaLegendsArceusX.lua"))()
  114. Main:Destroy()
  115. end
  116.  
  117. SynapseButton.MouseButton1Click:Connect(function()
  118. Main.Ask.Text = "Loading synapse edition..."
  119. ExecuteSynapse()
  120. end)
  121.  
  122. ArceusXButton.MouseButton1Click:Connect(function()
  123. Main.Ask.Text = "Loading Arceus edition..."
  124. ExecuteArceus()
  125. end)
  126.  
  127. OtherButton.MouseButton1Click:Connect(function()
  128. game.Players.LocalPlayer:Kick("This executor is **not** supported by MGU. Join the discord server for more information https://discord.gg/362PMtCMRs")
  129. end)
  130. end
  131. coroutine.wrap(LIJHAK_fake_script)()
  132.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement