Advertisement
foxywolf233

sensitive warning dont execute pls

May 23rd, 2022
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local MainP3rnHub = Instance.new("Frame")
  3. local P3rn = Instance.new("TextLabel")
  4. local UICorner = Instance.new("UICorner")
  5. local hub = Instance.new("TextLabel")
  6. local UICorner_2 = Instance.new("UICorner")
  7. local hub_2 = Instance.new("TextLabel")
  8. local UICorner_3 = Instance.new("UICorner")
  9. local UICorner_4 = Instance.new("UICorner")
  10. local UICorner_5 = Instance.new("UICorner")
  11. local CloseButton = Instance.new("TextButton")
  12. local UICorner_6 = Instance.new("UICorner")
  13. local Scripts = Instance.new("TextButton")
  14. local UICorner_7 = Instance.new("UICorner")
  15. local UICorner_8 = Instance.new("UICorner")
  16.  
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20. ScreenGui.ResetOnSpawn = false
  21.  
  22. MainP3rnHub.Name = "MainP3rnHub"
  23. MainP3rnHub.Parent = ScreenGui
  24. MainP3rnHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  25. MainP3rnHub.BorderSizePixel = 0
  26. MainP3rnHub.Position = UDim2.new(0.265377432, 0, 0.304201424, 0)
  27. MainP3rnHub.Size = UDim2.new(0, 400, 0, 195)
  28.  
  29. P3rn.Name = "P3rn"
  30. P3rn.Parent = MainP3rnHub
  31. P3rn.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  32. P3rn.BorderSizePixel = 0
  33. P3rn.Size = UDim2.new(0, 202, 0, 195)
  34. P3rn.Font = Enum.Font.SourceSansBold
  35. P3rn.Text = "P3rn"
  36. P3rn.TextColor3 = Color3.fromRGB(255, 255, 255)
  37. P3rn.TextScaled = true
  38. P3rn.TextSize = 14.000
  39. P3rn.TextWrapped = true
  40.  
  41. UICorner.Parent = P3rn
  42.  
  43. hub.Name = "hub"
  44. hub.Parent = MainP3rnHub
  45. hub.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  46. hub.BorderSizePixel = 0
  47. hub.Position = UDim2.new(0.462500006, 0, 0, 0)
  48. hub.Size = UDim2.new(0, 224, 0, 195)
  49. hub.Font = Enum.Font.SourceSans
  50. hub.Text = "P3rn"
  51. hub.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. hub.TextScaled = true
  53. hub.TextSize = 14.000
  54. hub.TextWrapped = true
  55.  
  56. UICorner_2.Parent = hub
  57.  
  58. hub_2.Name = "hub"
  59. hub_2.Parent = MainP3rnHub
  60. hub_2.BackgroundColor3 = Color3.fromRGB(182, 121, 0)
  61. hub_2.BorderSizePixel = 0
  62. hub_2.Position = UDim2.new(0.462500006, 0, 0.29743591, 0)
  63. hub_2.Size = UDim2.new(0, 215, 0, 80)
  64. hub_2.Font = Enum.Font.SourceSansBold
  65. hub_2.Text = "hub"
  66. hub_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. hub_2.TextScaled = true
  68. hub_2.TextSize = 14.000
  69. hub_2.TextWrapped = true
  70.  
  71. UICorner_3.Parent = hub_2
  72.  
  73. UICorner_4.Parent = MainP3rnHub
  74.  
  75. UICorner_5.Parent = MainP3rnHub
  76.  
  77. CloseButton.Name = "CloseButton"
  78. CloseButton.Parent = MainP3rnHub
  79. CloseButton.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  80. CloseButton.BorderSizePixel = 0
  81. CloseButton.Position = UDim2.new(0.922500014, 0, 0, 0)
  82. CloseButton.Size = UDim2.new(0, 40, 0, 40)
  83. CloseButton.Font = Enum.Font.SourceSansBold
  84. CloseButton.Text = "X"
  85. CloseButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. CloseButton.TextScaled = true
  87. CloseButton.TextSize = 14.000
  88. CloseButton.TextWrapped = true
  89.  
  90. UICorner_6.Parent = CloseButton
  91.  
  92. Scripts.Name = "Scripts ;)"
  93. Scripts.Parent = MainP3rnHub
  94. Scripts.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  95. Scripts.Size = UDim2.new(0, 50, 0, 50)
  96. Scripts.Font = Enum.Font.SourceSansBold
  97. Scripts.Text = "Scripts"
  98. Scripts.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Scripts.TextScaled = true
  100. Scripts.TextSize = 14.000
  101. Scripts.TextWrapped = true
  102.  
  103. UICorner_7.Parent = Scripts
  104.  
  105. UICorner_8.Parent = ScreenGui
  106.  
  107.  
  108.  
  109. local function EWARXE_fake_script() -- MainP3rnHub.Smooth GUI Dragging
  110. local script = Instance.new('LocalScript', MainP3rnHub)
  111.  
  112. local UserInputService = game:GetService("UserInputService")
  113. local runService = (game:GetService("RunService"));
  114.  
  115. local gui = script.Parent
  116.  
  117. local dragging
  118. local dragInput
  119. local dragStart
  120. local startPos
  121.  
  122. function Lerp(a, b, m)
  123. return a + (b - a) * m
  124. end;
  125.  
  126. local lastMousePos
  127. local lastGoalPos
  128. local DRAG_SPEED = (8); -- // The speed of the UI darg.
  129. function Update(dt)
  130. if not (startPos) then return end;
  131. if not (dragging) and (lastGoalPos) then
  132. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  133. return
  134. end;
  135.  
  136. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  137. local xGoal = (startPos.X.Offset - delta.X);
  138. local yGoal = (startPos.Y.Offset - delta.Y);
  139. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  140. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  141. end;
  142.  
  143. gui.InputBegan:Connect(function(input)
  144. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  145. dragging = true
  146. dragStart = input.Position
  147. startPos = gui.Position
  148. lastMousePos = UserInputService:GetMouseLocation()
  149.  
  150. input.Changed:Connect(function()
  151. if input.UserInputState == Enum.UserInputState.End then
  152. dragging = false
  153. end
  154. end)
  155. end
  156. end)
  157.  
  158. gui.InputChanged:Connect(function(input)
  159. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  160. dragInput = input
  161. end
  162. end)
  163.  
  164. runService.Heartbeat:Connect(Update)
  165. end
  166. coroutine.wrap(EWARXE_fake_script)()
  167. local function HAZRXZX_fake_script() -- CloseButton.LocalScript
  168. local script = Instance.new('LocalScript', CloseButton)
  169.  
  170. script.Parent.MouseButton1Click:Connect(function()
  171. script.Parent.Parent.Visible = false
  172. end)
  173.  
  174. end
  175. coroutine.wrap(HAZRXZX_fake_script)()
  176. local function HNKQG_fake_script() -- Scripts.Localscript
  177. local script = Instance.new('LocalScript', Scripts)
  178.  
  179. function Playsound()
  180. script.Parent.Parent.sound1:Play()
  181. end
  182. script.Parent.MouseButton1Click:Connect(Playsound)
  183. end
  184. coroutine.wrap(HNKQG_fake_script)()
  185. local function JQRBM_fake_script() -- Scripts.LocalScript
  186. local script = Instance.new('LocalScript', Scripts)
  187.  
  188. local frame = script.Parent.Parent.Test
  189. local open = false
  190.  
  191. script.Parent.MouseButton1Click:Connect(function()
  192. if frame.Visible == false then
  193. frame.Visible = true
  194. end
  195. end)
  196.  
  197. end
  198. coroutine.wrap(JQRBM_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement