Advertisement
Joes_Moms_Sploitts09

Pax Loader

Apr 28th, 2021 (edited)
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.38 KB | None | 0 0
  1. local PaxLoader = Instance.new("ScreenGui")
  2. local Loading = Instance.new("Frame")
  3. local UICorner = Instance.new("UICorner")
  4. local Top = Instance.new("TextLabel")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Bottom = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local Progress = Instance.new("Frame")
  9. local Bar = Instance.new("Frame")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local UICorner_3 = Instance.new("UICorner")
  12. local Status = Instance.new("TextLabel")
  13. local Status_2 = Instance.new("TextLabel")
  14.  
  15. --Properties:
  16.  
  17. PaxLoader.Name = "PaxLoader"
  18. PaxLoader.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. PaxLoader.ResetOnSpawn = false
  20.  
  21. Loading.Name = "Loading"
  22. Loading.Parent = PaxLoader
  23. Loading.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  24. Loading.Position = UDim2.new(0.426159292, 0, 0.466534376, 0)
  25. Loading.Size = UDim2.new(0.155289218, 0, 0.105555557, 0)
  26.  
  27. UICorner.Parent = Loading
  28.  
  29. Top.Name = "Top"
  30. Top.Parent = Loading
  31. Top.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. Top.BackgroundTransparency = 1.000
  33. Top.Position = UDim2.new(0, 0, 0.0526315793, 0)
  34. Top.Size = UDim2.new(1, 0, 0.289473683, 0)
  35. Top.ZIndex = 2
  36. Top.Font = Enum.Font.LuckiestGuy
  37. Top.Text = "Pax"
  38. Top.TextColor3 = Color3.fromRGB(255, 0, 0)
  39. Top.TextScaled = true
  40. Top.TextSize = 14.000
  41. Top.TextWrapped = true
  42.  
  43. TextLabel.Parent = Top
  44. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  45. TextLabel.BackgroundTransparency = 1.000
  46. TextLabel.Position = UDim2.new(0, 0, 0.0526317246, 0)
  47. TextLabel.Size = UDim2.new(0.979865789, 0, 1, 0)
  48. TextLabel.Font = Enum.Font.LuckiestGuy
  49. TextLabel.Text = "Pax"
  50. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. TextLabel.TextScaled = true
  52. TextLabel.TextSize = 14.000
  53. TextLabel.TextWrapped = true
  54.  
  55. Bottom.Name = "Bottom"
  56. Bottom.Parent = Loading
  57. Bottom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. Bottom.BackgroundTransparency = 1.000
  59. Bottom.Position = UDim2.new(0, 0, 0.27192983, 0)
  60. Bottom.Size = UDim2.new(1, 0, 0.166666672, 0)
  61. Bottom.ZIndex = 2
  62. Bottom.Font = Enum.Font.LuckiestGuy
  63. Bottom.Text = "Loader"
  64. Bottom.TextColor3 = Color3.fromRGB(255, 0, 0)
  65. Bottom.TextScaled = true
  66. Bottom.TextSize = 14.000
  67. Bottom.TextWrapped = true
  68.  
  69. TextLabel_2.Parent = Bottom
  70. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextLabel_2.BackgroundTransparency = 1.000
  72. TextLabel_2.Size = UDim2.new(0.979865789, 0, 1, 0)
  73. TextLabel_2.Font = Enum.Font.LuckiestGuy
  74. TextLabel_2.Text = "Loader"
  75. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. TextLabel_2.TextScaled = true
  77. TextLabel_2.TextSize = 14.000
  78. TextLabel_2.TextWrapped = true
  79.  
  80. Progress.Name = "Progress"
  81. Progress.Parent = Loading
  82. Progress.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  83. Progress.BorderSizePixel = 0
  84. Progress.ClipsDescendants = true
  85. Progress.Position = UDim2.new(0.0201342274, 0, 0.745614052, 0)
  86. Progress.Size = UDim2.new(0.959731519, 0, 0.175438598, 0)
  87.  
  88. Bar.Name = "Bar"
  89. Bar.Parent = Progress
  90. Bar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  91. Bar.BorderSizePixel = 0
  92. Bar.Size = UDim2.new(0.0348329358, 0, 1, 0)
  93. Bar.ZIndex = 2
  94.  
  95. UICorner_2.CornerRadius = UDim.new(0, 5)
  96. UICorner_2.Parent = Bar
  97.  
  98. UICorner_3.CornerRadius = UDim.new(0, 5)
  99. UICorner_3.Parent = Progress
  100.  
  101. Status.Name = "Status"
  102. Status.Parent = Loading
  103. Status.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. Status.BackgroundTransparency = 1.000
  105. Status.Position = UDim2.new(0, 0, 0.578947365, 0)
  106. Status.Size = UDim2.new(1, 0, 0.166666672, 0)
  107. Status.ZIndex = 2
  108. Status.Font = Enum.Font.LuckiestGuy
  109. Status.Text = "Checking Game.."
  110. Status.TextColor3 = Color3.fromRGB(255, 0, 0)
  111. Status.TextScaled = true
  112. Status.TextSize = 14.000
  113. Status.TextWrapped = true
  114.  
  115. Status_2.Name = "Status"
  116. Status_2.Parent = Status
  117. Status_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. Status_2.BackgroundTransparency = 1.000
  119. Status_2.Size = UDim2.new(0.979865789, 0, 1, 0)
  120. Status_2.Font = Enum.Font.LuckiestGuy
  121. Status_2.Text = "Checking Game.."
  122. Status_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  123. Status_2.TextScaled = true
  124. Status_2.TextSize = 14.000
  125. Status_2.TextWrapped = true
  126.  
  127. -- Scripts:
  128.  
  129. local function DXSIX_fake_script() -- PaxLoader.LoadingScript
  130.     local script = Instance.new('LocalScript', PaxLoader)
  131.  
  132.     local currentstatus = nil
  133.     function CheckGame()
  134.         if game.PlaceId == 286090429 then
  135.             return "Arsenal"
  136.         elseif game.PlaceId == 2788229376 then
  137.             return "DaHood"
  138.         elseif game.PlaceId == 2041312716 then
  139.             return "RGE"
  140.         elseif game.PlaceId == 13822889 then
  141.             return "lt2"
  142.         elseif game.PlaceId == 258258996 then
  143.             return "MH"
  144.         elseif game.PlaceId == 3956818381 then
  145.             return "NINJAFORNITE"
  146.         elseif game.PlaceId == 659222129 then
  147.             return "SwordBurst2"
  148.         elseif game.PlaceId == 1962086868 then
  149.             return "TowerOfHeck"
  150.         elseif game.PlaceId == 920587237 then
  151.             return "AdoptAWorm"
  152.         elseif game.PlaceId == 1537690962 then
  153.             return "BeeKillSim"
  154.         else
  155.             return "PaxHub"
  156.         end
  157.     end
  158.     function load()
  159.         local frame = script.Parent.Loading
  160.         frame.Draggable = true
  161.         frame.Active = true
  162.         frame.Selectable = true
  163.         currentstatus = "Checking Game.."
  164.         frame.Progress.Bar.Size = UDim2.new(0, 0,1, 0)
  165.         frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  166.         wait(1)
  167.         CheckGame()
  168.         local GamePlace = CheckGame()
  169.         if GamePlace == "" then
  170.         else
  171.             frame.Progress.Bar:TweenSize(UDim2.new(0.531, 0,1, 0))
  172.         end
  173.         wait(1.3)
  174.         if GamePlace == "Arsenal" then
  175.             currentstatus = "Loading Arsenal Script.."
  176.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  177.             loadstring(game:HttpGet('https://pastebin.com/raw/mizSHnVY', true))()
  178.         elseif GamePlace == "DaHood" then
  179.             currentstatus = "Loading Da Hood Script.."
  180.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  181.             loadstring(game:GetObjects("rbxassetid://5812737894")[1].Source)()
  182.         elseif GamePlace == "RGE" then
  183.             currentstatus = "Loading Ragdoll Engine Script.."
  184.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  185.             loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
  186.         elseif GamePlace == "lt2" then
  187.             currentstatus = "Loading LT2 Script.."
  188.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  189.             loadstring(game:HttpGet('https://cynmod.github.io/cynical/CynicalScript.lua', true))()
  190.         elseif GamePlace == "PaxHub" then
  191.             currentstatus = "Loading PaxHub.."
  192.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  193.             loadstring(game:HttpGetAsync("https://pastebin.com/raw/W3FUgE5Q"))()
  194.         elseif GamePlace == "MH" then
  195.             currentstatus = "Loading Miners Haven Script.."
  196.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  197.             loadstring(game:HttpGet('https://pastebin.com/raw/tbYpXZQF', true))()
  198.         elseif GamePlace == "NINJAFORTNITE" then
  199.             currentstatus = "Loading Ninja Legends Script.."
  200.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  201.             loadstring(game:HttpGetAsync("https://pastebin.com/raw/mpcRwJfP"))() -- loadstring(game:HttpGet("https://raw.githubusercontent.com/slf0Dev/SB2-gui/main/SB2%7CV2.lua"))()
  202.         elseif GamePlace == "SwordBurst2" then
  203.             currentstatus = "Loading Sword Burst 2 Script.."
  204.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  205.             loadstring(game:HttpGet("https://raw.githubusercontent.com/slf0Dev/SB2-gui/main/SB2%7CV2.lua"))()
  206.         elseif GamePlace == "TowerOfHeck" then
  207.             currentstatus = "Loading Tower Of Hell Script.."
  208.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  209.             loadstring(game:HttpGet("https://pastebin.com/raw/L8XFjxdw"))()
  210.         elseif GamePlace == "AdoptAWorm" then
  211.             currentstatus = "Loading Adopt Me Script.."
  212.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  213.             loadstring(game:HttpGet("https://pastebin.com/raw/1GiKDdrP"))()
  214.         elseif GamePlace == "BeeKillSim" then
  215.             currentstatus = "Loading Bee Swarm Simulator Script.."
  216.             frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  217.             loadstring(game:HttpGet("https://pastebin.com/raw/MdiePxPx"))()
  218.         end
  219.         frame.Progress.Bar:TweenSize(UDim2.new(1, 0,1, 0))
  220.         wait(1)
  221.         currentstatus = "Loading Finished!"
  222.         frame.Status.Text = currentstatus; frame.Status.Status.Text = currentstatus
  223.         wait(2)
  224.         script.Parent:Destroy()
  225.     end
  226.     load()
  227. end
  228. coroutine.wrap(DXSIX_fake_script)()
  229.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement