Advertisement
firebudgy

Untitled

Mar 17th, 2018
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. ScreenGui0 = Instance.new("ScreenGui")
  20. TextLabel1 = Instance.new("TextLabel")
  21. TextLabel2 = Instance.new("TextLabel")
  22. IntValue3 = Instance.new("IntValue")
  23. IntValue4 = Instance.new("IntValue")
  24. TextBox5 = Instance.new("TextBox")
  25. TextButton6 = Instance.new("TextButton")
  26. Script7 = Instance.new("Script")
  27. TextLabel8 = Instance.new("TextLabel")
  28. NumberValue9 = Instance.new("NumberValue")
  29. ScreenGui0.Name = "Browser"
  30. ScreenGui0.Parent = mas
  31. TextLabel1.Name = "Head"
  32. TextLabel1.Parent = ScreenGui0
  33. TextLabel1.Transparency = 0.5
  34. TextLabel1.Size = UDim2.new(0.800000012, 0, 0, 16)
  35. TextLabel1.Text = "RoNet 5.00 :: Welcome to RoNet!"
  36. TextLabel1.Position = UDim2.new(0.100000001, 0, 0.100000001, -16)
  37. TextLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  38. TextLabel1.BackgroundTransparency = 0.5
  39. TextLabel2.Name = "OuterBox"
  40. TextLabel2.Parent = ScreenGui0
  41. TextLabel2.Transparency = 0.89999997615814
  42. TextLabel2.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  43. TextLabel2.Text = ""
  44. TextLabel2.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  45. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  46. TextLabel2.BackgroundTransparency = 0.89999997615814
  47. IntValue3.Name = "row"
  48. IntValue3.Parent = ScreenGui0
  49. IntValue3.Value = 1
  50. IntValue4.Name = "col"
  51. IntValue4.Parent = ScreenGui0
  52. IntValue4.Value = 1
  53. TextBox5.Name = "SearchBar"
  54. TextBox5.Parent = ScreenGui0
  55. TextBox5.Transparency = 0.5
  56. TextBox5.Size = UDim2.new(0.600000024, 0, 0, 16)
  57. TextBox5.Text = "Search"
  58. TextBox5.Position = UDim2.new(0.100000001, 0, 0.899999976, -16)
  59. TextBox5.BackgroundColor3 = Color3.new(0.870588, 0.866667, 0.878431)
  60. TextBox5.BackgroundTransparency = 0.5
  61. TextButton6.Name = "GoButton"
  62. TextButton6.Parent = ScreenGui0
  63. TextButton6.Size = UDim2.new(0.200000003, 0, 0, 16)
  64. TextButton6.Text = "Go!"
  65. TextButton6.Position = UDim2.new(0.699999988, 0, 0.899999976, -16)
  66. TextButton6.BackgroundColor3 = Color3.new(0.32549, 1, 0.27451)
  67. Script7.Parent = TextButton6
  68. table.insert(cors,sandbox(Script7,function()
  69. function click()
  70.  
  71. script.Parent.Parent.SearchBar.Text = string.lower(script.Parent.Parent.SearchBar.Text)
  72.  
  73. if script.Parent.Parent.SearchBar.Text ~= "Search" and script.Parent.Parent.SearchBar.Text ~= "" then
  74. dns = game:GetService("InsertService"):LoadAsset(18784019)
  75.  
  76. if dns == nil then
  77. parse( "<body><div>You aren't on an online game (meaning I can't read data).</div></body>" , script.Parent.Parent.Parent.Parent )
  78. return nil
  79. end
  80. dns = dns.dns
  81.  
  82. if dns:findFirstChild( script.Parent.Parent.SearchBar.Text) == nil then
  83. parse( "<body><div>There isn't a site named " .. script.Parent.Parent.SearchBar.Text .. ".</div></body>" , script.Parent.Parent.Parent.Parent )
  84. return nil
  85. end
  86.  
  87.  
  88. goto( dns[script.Parent.Parent.SearchBar.Text].Value , script.Parent.Parent.Parent.Parent )
  89.  
  90. end
  91. end
  92. script.Parent.MouseButton1Down:connect(click)
  93. end))
  94. TextLabel8.Name = "Message"
  95. TextLabel8.Parent = ScreenGui0
  96. TextLabel8.Transparency = 0.5
  97. TextLabel8.Size = UDim2.new(0.800000012, 0, 0, 16)
  98. TextLabel8.Text = "Welcome"
  99. TextLabel8.Position = UDim2.new(0.100000001, 0, 0.899999976, 2)
  100. TextLabel8.BackgroundColor3 = Color3.new(0.815686, 1, 1)
  101. TextLabel8.BackgroundTransparency = 0.5
  102. NumberValue9.Name = "time"
  103. NumberValue9.Parent = ScreenGui0
  104. for i,v in pairs(mas:GetChildren()) do
  105. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  106. pcall(function() v:MakeJoints() end)
  107. end
  108. mas:Destroy()
  109. for i,v in pairs(cors) do
  110. spawn(function()
  111. pcall(v)
  112. end)
  113. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement