ScriptyPastes

Testing Hub Loader

May 13th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. local a=game:GetService("MarketplaceService")local b,c=pcall(a.GetProductInfo,a,game.PlaceId)if b then if not string.find(c.Name,"Strucid")then local d=Instance.new("ScreenGui")local e=Instance.new("Frame")local f=Instance.new("Frame")local g=Instance.new("TextLabel")d.Name="Loader"d.Parent=game.CoreGui;e.Name="UI"e.Parent=d;e.BackgroundColor3=Color3.fromRGB(255,255,255)e.BorderColor3=Color3.fromRGB(27,42,53)e.Position=UDim2.new(0.427027017,0,0.426061481,0)e.Size=UDim2.new(0,200,0,100)e.Style=Enum.FrameStyle.RobloxRound;f.Name="In"f.Parent=e;f.BackgroundColor3=Color3.fromRGB(255,255,255)f.Position=UDim2.new(-0.0038724523,0,0.016061483,0)f.Size=UDim2.new(0,185,0,80)f.Style=Enum.FrameStyle.RobloxRound;g.Name="game"g.Parent=e;g.BackgroundColor3=Color3.fromRGB(255,255,255)g.BackgroundTransparency=1.000;g.Position=UDim2.new(-0.00352142379,0,0.0220999159,0)g.Size=UDim2.new(0,184,0,73)g.Font=Enum.Font.SourceSans;g.Text=""g.TextColor3=Color3.fromRGB(255,255,255)g.TextSize=20.000;local a=game:GetService("MarketplaceService")local b,c=pcall(a.GetProductInfo,a,game.PlaceId)if b then if string.find(c.Name,"Strucid")then elseif string.find(c.Name,"fection")then g.Text="Infection [Online]"wait(1)d:Destroy()loadstring(game:HttpGet("https://pastebin.com/raw/jhubwgTy",true))()elseif string.find(c.Name,"Island Royale")then g.Text="Island Royale [Online]"wait(1)d:Destroy()loadstring(game:HttpGet("https://pastebin.com/raw/bw0xSP0B",true))()elseif string.find(c.Name,"Bad Buisness")then g.Text="Bad Buisness [Online]"wait(1)d:Destroy()loadstring(game:HttpGet("https://pastebin.com/raw/SmiDFUmH",true))()else g.Text="Universal Aimbot [Online]"wait(1)d:Destroy()loadstring(game:HttpGet("https://pastebin.com/raw/L1YNPE95",true))()end end else loadstring(game:HttpGet("https://pastebin.com/raw/D5jthsUs",true))()end end
Add Comment
Please, Sign In to add comment