Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- ScreenGui0 = Instance.new("ScreenGui")
- TextLabel1 = Instance.new("TextLabel")
- TextLabel2 = Instance.new("TextLabel")
- IntValue3 = Instance.new("IntValue")
- IntValue4 = Instance.new("IntValue")
- TextBox5 = Instance.new("TextBox")
- TextButton6 = Instance.new("TextButton")
- Script7 = Instance.new("Script")
- TextLabel8 = Instance.new("TextLabel")
- NumberValue9 = Instance.new("NumberValue")
- ScreenGui0.Name = "Browser"
- ScreenGui0.Parent = mas
- TextLabel1.Name = "Head"
- TextLabel1.Parent = ScreenGui0
- TextLabel1.Transparency = 0.5
- TextLabel1.Size = UDim2.new(0.800000012, 0, 0, 16)
- TextLabel1.Text = "RoNet 5.00 :: Welcome to RoNet!"
- TextLabel1.Position = UDim2.new(0.100000001, 0, 0.100000001, -16)
- TextLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel1.BackgroundTransparency = 0.5
- TextLabel2.Name = "OuterBox"
- TextLabel2.Parent = ScreenGui0
- TextLabel2.Transparency = 0.89999997615814
- TextLabel2.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
- TextLabel2.Text = ""
- TextLabel2.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
- TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel2.BackgroundTransparency = 0.89999997615814
- IntValue3.Name = "row"
- IntValue3.Parent = ScreenGui0
- IntValue3.Value = 1
- IntValue4.Name = "col"
- IntValue4.Parent = ScreenGui0
- IntValue4.Value = 1
- TextBox5.Name = "SearchBar"
- TextBox5.Parent = ScreenGui0
- TextBox5.Transparency = 0.5
- TextBox5.Size = UDim2.new(0.600000024, 0, 0, 16)
- TextBox5.Text = "Search"
- TextBox5.Position = UDim2.new(0.100000001, 0, 0.899999976, -16)
- TextBox5.BackgroundColor3 = Color3.new(0.870588, 0.866667, 0.878431)
- TextBox5.BackgroundTransparency = 0.5
- TextButton6.Name = "GoButton"
- TextButton6.Parent = ScreenGui0
- TextButton6.Size = UDim2.new(0.200000003, 0, 0, 16)
- TextButton6.Text = "Go!"
- TextButton6.Position = UDim2.new(0.699999988, 0, 0.899999976, -16)
- TextButton6.BackgroundColor3 = Color3.new(0.32549, 1, 0.27451)
- Script7.Parent = TextButton6
- table.insert(cors,sandbox(Script7,function()
- function click()
- script.Parent.Parent.SearchBar.Text = string.lower(script.Parent.Parent.SearchBar.Text)
- if script.Parent.Parent.SearchBar.Text ~= "Search" and script.Parent.Parent.SearchBar.Text ~= "" then
- dns = game:GetService("InsertService"):LoadAsset(18784019)
- if dns == nil then
- parse( "<body><div>You aren't on an online game (meaning I can't read data).</div></body>" , script.Parent.Parent.Parent.Parent )
- return nil
- end
- dns = dns.dns
- if dns:findFirstChild( script.Parent.Parent.SearchBar.Text) == nil then
- parse( "<body><div>There isn't a site named " .. script.Parent.Parent.SearchBar.Text .. ".</div></body>" , script.Parent.Parent.Parent.Parent )
- return nil
- end
- goto( dns[script.Parent.Parent.SearchBar.Text].Value , script.Parent.Parent.Parent.Parent )
- end
- end
- script.Parent.MouseButton1Down:connect(click)
- end))
- TextLabel8.Name = "Message"
- TextLabel8.Parent = ScreenGui0
- TextLabel8.Transparency = 0.5
- TextLabel8.Size = UDim2.new(0.800000012, 0, 0, 16)
- TextLabel8.Text = "Welcome"
- TextLabel8.Position = UDim2.new(0.100000001, 0, 0.899999976, 2)
- TextLabel8.BackgroundColor3 = Color3.new(0.815686, 1, 1)
- TextLabel8.BackgroundTransparency = 0.5
- NumberValue9.Name = "time"
- NumberValue9.Parent = ScreenGui0
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement