Advertisement
karobloxYT

Untitled

Aug 10th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local Sumit = Instance.new("TextButton")
  8. --Properties:
  9. ScreenGui.Parent = game.CoreGui
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  14. Frame.Position = UDim2.new(0.0935390517, 0, 0.161224484, 0)
  15. Frame.Size = UDim2.new(0, 363, 0, 240)
  16.  
  17. TextBox.Parent = Frame
  18. TextBox.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  19. TextBox.Position = UDim2.new(0.223140493, 0, 0.17916666, 0)
  20. TextBox.Size = UDim2.new(0, 200, 0, 50)
  21. TextBox.Font = Enum.Font.SourceSans
  22. TextBox.Text = ""
  23. TextBox.TextColor3 = Color3.new(0, 0, 0)
  24. TextBox.TextSize = 14
  25.  
  26. Sumit.Name = "Sumit"
  27. Sumit.Parent = Frame
  28. Sumit.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  29. Sumit.Position = UDim2.new(0.223140493, 0, 0.616666675, 0)
  30. Sumit.Size = UDim2.new(0, 200, 0, 50)
  31. Sumit.Font = Enum.Font.SourceSans
  32. Sumit.Text = "Sumit"
  33. Sumit.TextColor3 = Color3.new(0, 0, 0)
  34. Sumit.TextSize = 14
  35. -- Scripts:
  36. function SCRIPT_NQJA84_FAKESCRIPT() -- Sumit.LocalScript
  37. local script = Instance.new('LocalScript')
  38. script.Parent = Sumit
  39. script.Parent.MouseButton1Click:Connect(function()
  40. game.CoreGui.KIZUADFBASUKMFP.ExplorerPanel.SelectionChanged = script.Parent.TextBox.Text
  41. end)
  42.  
  43.  
  44. end
  45. coroutine.resume(coroutine.create(SCRIPT_NQJA84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement