nivadepatty55

Fe Telekinesis script

Aug 23rd, 2023
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. --Made By nivadepatty5 gaming
  2.  
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = "Roblox Fe Da Hood Script";
  5. Text = "Made by nivadepatty5 gaming"; -- what the text says (ofc)
  6. Button1 = "hello";
  7. Duration = 60;
  8. })
  9. wait(1)
  10. game.StarterGui:SetCore("SendNotification", {
  11. Title = "Executed!";
  12. Text = "Subscribe To nivadepatty5 gaming!"; -- what the text says (ofc)
  13. Button1 = "I will Subscribe";
  14. Button2 = "I will not Subscribe";
  15. Duration = 60;
  16. })
  17. local ScreenGui = Instance.new("ScreenGui")
  18. local main = Instance.new("Frame")
  19. local title = Instance.new("TextLabel")
  20. local Text = Instance.new("TextButton")
  21. local Te = Instance.new("TextButton")
  22. local close = Instance.new("TextButton")
  23. local openmain = Instance.new("Frame")
  24. local open = Instance.new("TextButton")
  25. --Properties:
  26. ScreenGui.Parent = game.CoreGui
  27.  
  28. main.Name = "main"
  29. main.Parent = ScreenGui
  30. main.BackgroundColor3 = Color3.new(0, 0, 0)
  31. main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  32. main.Size = UDim2.new(0, 332, 0, 211)
  33. main.Visible = false
  34. main.Active = true
  35. main.Draggable = true
  36.  
  37. title.Name = "title"
  38. title.Parent = main
  39. title.BackgroundColor3 = Color3.new(1, 0, 1)
  40. title.Size = UDim2.new(0, 332, 0, 31)
  41. title.Font = Enum.Font.GothamBold
  42. title.Text = "Test Gui"
  43. title.TextColor3 = Color3.new(0, 0, 0)
  44. title.TextSize = 14
  45.  
  46. Text.Name = "Text"
  47. Text.Parent = main
  48. Text.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  49. Text.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  50. Text.Size = UDim2.new(0, 110, 0, 50)
  51. Text.Font = Enum.Font.GothamBold
  52. Text.Text = "Telekinesis"
  53. Text.TextColor3 = Color3.new(0, 0, 0)
  54. Text.TextScaled = true
  55. Text.TextSize = 10
  56. Text.TextWrapped = true
  57. loadstring(game:HttpGet(('https://pastebin.com/Q7GX2Fe5'),true))()
  58. end)
  59.  
  60. Te.Name = "Te"
  61. Te.Parent = main
  62. Te.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  63. Te.Position = UDim2.new(0.614457846, 0, 0.379146934, 0)
  64. Te.Size = UDim2.new(0, 110, 0, 50)
  65. Te.Font = Enum.Font.GothamBold
  66. Te.Text = "Invisible"
  67. Te.TextColor3 = Color3.new(0, 0, 0)
  68. Te.TextScaled = true
  69. Te.TextSize = 14
  70. Te.TextWrapped " true
  71. loadstring(game:HttpGet(('https://pastebin.com/w2vFA8Wy'),true))()
  72. end)
  73.  
  74. close.Name = "close"
  75. close.Parent = main
  76. close.BackgroundColor3 = Color3.new(1, 0, 0)
  77. close.Position = UDim2.new(0.879518092, 0, 0, 0)
  78. close.Size = UDim2.new(0, 40, 0, 31)
  79. close.Font = Enum.Font.GothamBlack
  80. close.Text = "X"
  81. close.TextColor3 = Color3.new(0, 0, 0)
  82. close.TextScaled = true
  83. close.TextSize = 14
  84. close.TextWrapped = true
  85. close.MouseButton1Down:connect(function()
  86. main.Visible = false
  87. openmain.Visible = true
  88. end)
  89.  
  90. openmain.Name = "openmain"
  91. openmain.Parent = ScreenGui
  92. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  93. openmain.Position = UDim2.new(0.00801973976, 0, 0.423832953, 0)
  94. openmain.Size = UDim2.new(0, 100, 0, 28)
  95. openmain.Active = true
  96. openmain.Draggable = true
  97.  
  98. open.Name = "open"
  99. open.Parent = openmain
  100. open.BackgroundColor3 = Color3.new(1, 0, 0)
  101. open.Size = UDim2.new(0, 100, 0, 28)
  102. open.Font = Enum.Font.GothamBold
  103. open.Text = "NEXT"
  104. open.TextColor3 = Color3.new(0, 0, 0)
  105. open.TextSize = 18
  106. open.TextWrapped = true
  107. open.MouseButton1Down:connect(function()
  108. openmain.Visible = false
  109. main.Visible = true
  110. end)
Advertisement
Add Comment
Please, Sign In to add comment