Xekor

Untitled

May 14th, 2024
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Prysm Hub",
  5. LoadingTitle = "Pre-Alpha",
  6. LoadingSubtitle = "By Xekor",
  7. ConfigurationSaving = {
  8. Enabled = false,
  9. FolderName = nil,
  10. FileName = "Prysm Hub"
  11. },
  12. Discord = {
  13. Enabled = true,
  14. Invite = "PRYSMHUB",
  15. RememberJoins = true
  16. },
  17. KeySystem = true,
  18. KeySettings = {
  19. Title = "Prysm Hub",
  20. Subtitle = "Key System",
  21. Note = "Key:K-KEY.REAL",
  22. FileName = "Prysm Script",
  23. SaveKey = true,
  24. GrabKeyFromSite = true,
  25. Key = "https://pastebin.com/raw/1d6RWQDC"
  26. }
  27. })
  28.  
  29. local MainTab = Window:CreateTab("Home📒", nil)
  30. local MainSection = MainTab:CreateSection("Main")
  31.  
  32. Rayfield:Notify({
  33. Title = "Prysm Hub Is Active! 💡",
  34. Content = "Tanks You So Much ❤️‍🔥",
  35. Duration = 5,
  36. Image = nil,
  37. Actions = {
  38. Ignore = {
  39. Name = "Okay",
  40. Callback = function()
  41. print("Xekor")
  42. end
  43. },
  44. },
  45. })
  46.  
  47. local Button = MainTab:CreateButton({
  48. Name = "Fly",
  49. Info = "Fly Normal",
  50. Interact = 'Changable',
  51. Callback = function()
  52. loadstring(game:HttpGet("https://pastebin.com/raw/gaz0U0XX"))()
  53. end,
  54. })
  55.  
  56. local Button = MainTab:CreateButton({
  57. Name = "Infinite Yield",
  58. Info = "Admin Script",
  59. Interact = "Changable",
  60. Callback = function()
  61. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  62. end,
  63. })
  64.  
  65. local Button = MainTab:CreateButton({
  66. Name = "Infinite Jump",
  67. Info = "Infinite Jump",
  68. Interact = "Changable",
  69. Callback = function()
  70. local InfiniteJumpEnabled = true
  71. game:GetService("UserInputService").JumpRequest:connect(function()
  72. if InfiniteJumpEnabled then
  73. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  74. end,
  75. })
  76. local MainTab = Window:CreateTab("Hub🔮", nil)
  77. local MainSection = MainTab:CreateSection("Main")
  78.  
  79. local Button = MainTab:CreateButton({
  80. Name = "Mobile Hub",
  81. Info = "Mobile Hub",
  82. Interact = "Changable",
  83. Callback = function()
  84. loadstring(game:HttpGet("https://shz.al/~mobile-hub"))()
  85. end,
  86. })9
  87.  
  88. local Button = MainTab:CreateButton({
  89. Name = "Gamer Hub"
  90. Info = "Gamer Hub"
  91. Interact = "Changable"
  92. Callback = function()
  93. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamerScripter/Game-Hub/main/loader"))()
  94. end,
  95. })
  96.  
  97. local Button = MainTab:CreateButton({
  98. Name = "Ice Hub"
  99. Info = "Ice Hub"
  100. Interact = "Changable"
  101. Callback = function()
  102. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  103. end,
  104. })
  105.  
  106. local MainTab = Window:CreateTab("Script📜", nil)
  107. local MainSection = MainTab:CreateSection("Main")
  108.  
  109. local Button = MainTab:CreateButton({
  110. Name = "Noclip"
  111. Info = "Wall Hack"
  112. Interact = "Changable"
  113. Callback = function()
  114. local Workspace = game:GetService("Workspace")
  115. local CoreGui = game:GetService("CoreGui")
  116. local Players = game:GetService("Players")
  117. local Noclip = Instance.new("ScreenGui")
  118. local BG = Instance.new("Frame")
  119. local Title = Instance.new("TextLabel")
  120. local Toggle = Instance.new("TextButton")
  121. local StatusPF = Instance.new("TextLabel")
  122. local Status = Instance.new("TextLabel")
  123. local Credit = Instance.new("TextLabel")
  124. local Plr = Players.LocalPlayer
  125. local Clipon = false
  126.  
  127. Noclip.Name = "Noclip"
  128. Noclip.Parent = game.CoreGui
  129.  
  130. BG.Name = "BG"
  131. BG.Parent = Noclip
  132. BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  133. BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  134. BG.BorderSizePixel = 2
  135. BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
  136. BG.Size = UDim2.new(0, 210, 0, 127)
  137. BG.Active = true
  138. BG.Draggable = true
  139.  
  140. Title.Name = "Title"
  141. Title.Parent = BG
  142. Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  143. Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  144. Title.BorderSizePixel = 2
  145. Title.Size = UDim2.new(0, 210, 0, 33)
  146. Title.Font = Enum.Font.Highway
  147. Title.Text = "Noclip"
  148. Title.TextColor3 = Color3.new(1, 1, 1)
  149. Title.FontSize = Enum.FontSize.Size32
  150. Title.TextSize = 30
  151. Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  152. Title.TextStrokeTransparency = 0
  153.  
  154. Toggle.Parent = BG
  155. Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  156. Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  157. Toggle.BorderSizePixel = 2
  158. Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
  159. Toggle.Size = UDim2.new(0, 146, 0, 36)
  160. Toggle.Font = Enum.Font.Highway
  161. Toggle.FontSize = Enum.FontSize.Size28
  162. Toggle.Text = "Toggle"
  163. Toggle.TextColor3 = Color3.new(1, 1, 1)
  164. Toggle.TextSize = 25
  165. Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  166. Toggle.TextStrokeTransparency = 0
  167.  
  168. StatusPF.Name = "StatusPF"
  169. StatusPF.Parent = BG
  170. StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
  171. StatusPF.BackgroundTransparency = 1
  172. StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
  173. StatusPF.Size = UDim2.new(0, 56, 0, 20)
  174. StatusPF.Font = Enum.Font.Highway
  175. StatusPF.FontSize = Enum.FontSize.Size24
  176. StatusPF.Text = "Status:"
  177. StatusPF.TextColor3 = Color3.new(1, 1, 1)
  178. StatusPF.TextSize = 20
  179. StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  180. StatusPF.TextStrokeTransparency = 0
  181. StatusPF.TextWrapped = true
  182.  
  183. Status.Name = "Status"
  184. Status.Parent = BG
  185. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  186. Status.BackgroundTransparency = 1
  187. Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
  188. Status.Size = UDim2.new(0, 56, 0, 20)
  189. Status.Font = Enum.Font.Highway
  190. Status.FontSize = Enum.FontSize.Size14
  191. Status.Text = "off"
  192. Status.TextColor3 = Color3.new(0.666667, 0, 0)
  193. Status.TextScaled = true
  194. Status.TextSize = 14
  195. Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  196. Status.TextWrapped = true
  197. Status.TextXAlignment = Enum.TextXAlignment.Left
  198.  
  199. Credit.Name = "Credit"
  200. Credit.Parent = BG
  201. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  202. Credit.BackgroundTransparency = 1
  203. Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
  204. Credit.Size = UDim2.new(0, 128, 0, 17)
  205. Credit.Font = Enum.Font.SourceSans
  206. Credit.FontSize = Enum.FontSize.Size18
  207. Credit.Text = "Created by KingLuna"
  208. Credit.TextColor3 = Color3.new(1, 1, 1)
  209. Credit.TextSize = 16
  210. Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  211. Credit.TextStrokeTransparency = 0
  212. Credit.TextWrapped = true
  213.  
  214. Toggle.MouseButton1Click:connect(function()
  215. if Status.Text == "off" then
  216. Clipon = true
  217. Status.Text = "on"
  218. Status.TextColor3 = Color3.new(0,185,0)
  219. Stepped = game:GetService("RunService").Stepped:Connect(function()
  220. if not Clipon == false then
  221. for a, b in pairs(Workspace:GetChildren()) do
  222. if b.Name == Plr.Name then
  223. for i, v in pairs(Workspace[Plr.Name]:GetChildren()) do
  224. if v:IsA("BasePart") then
  225. v.CanCollide = false
  226. end end end end
  227. else
  228. Stepped:Disconnect()
  229. end
  230. end)
  231. elseif Status.Text == "on" then
  232. Clipon = false
  233. Status.Text = "off"
  234. Status.TextColor3 = Color3.new(170,0,0)
  235. end
  236. end)
  237.  
  238. local Button = MainTab:CreateButton({
  239. Name = "Blox Fruits"
  240. Info = "Blox Fruits"
  241. Interact = "Changable"
  242. Callback = function ()
  243. loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
  244. end,
  245. })
  246.  
  247. local Button = MainTab:CreateButton({
  248. Name = "Killer Hub"
  249. Info = "Killer Hub"
  250. Interact = "Changable"
  251. Callback = function()
  252. loadstring(game:HttpGet(('https://pastebin.com/raw/Rr6htCmm'),true))()
  253. end,
  254. })
  255.  
  256. local Button = MainTab:CreateButton({
  257. Name = "Tool Teleport"
  258. Info = "Tool Teleport"
  259. Interact = "Changable"
  260. Callback = function()
  261. mouse = game.Players.LocalPlayer:GetMouse()
  262. tool = Instance.new("Tool")
  263. tool.RequiresHandle = false
  264. tool.Name = "Equip to Click TP"
  265. tool.Activated:connect(function()
  266. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  267. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  269. end)
  270. tool.Parent = game.Players.LocalPlayer.Backpack
  271. end,
  272. })
  273.  
  274. local Button = MainTab:CreateButton({
  275. Name = "Nameless Admin"
  276. Info = "Admin"
  277. Interact = "Changable"
  278. Callback = function()
  279. loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
  280. end,
  281. })
  282.  
  283. -- Creating the main panel
  284. local panel = Instance.new("ScreenGui")
  285. panel.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  286.  
  287. -- Creating a frame for the panel
  288. local frame = Instance.new("Frame")
  289. frame.Size = UDim2.new(1, 0, 1, 0)
  290. frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0) -- Bright red
  291. frame.Parent = panel
  292.  
  293. -- Add a button for the Brookhaven R4D script
  294. local brookhavenButton = Instance.new("TextButton")
  295. brookhavenButton.Size = UDim2.new(0.4, 0, 0.1, 0)
  296. brookhavenButton.Position = UDim2.new(0.3, 0, 0.4, 0)
  297. brookhavenButton.BackgroundColor3 = Color3.fromRGB(0, 0, 255) -- Bright blue
  298. brookhavenButton.Text = "Brookhaven R4D Script"
  299. brookhavenButton.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
  300. brookhavenButton.Parent = frame
  301.  
  302. -- Function to execute the Brookhaven R4D script when the button is clicked
  303. brookhavenButton.MouseButton1Click:Connect(function()
  304. loadstring(game:HttpGet('https://raw.githubusercontent.com/M1ZZ001/BrookhavenR4D/main/Brookhaven%20R4D%20Script'))()
  305. end)
  306.  
  307. -- Add a button for the trolling script
  308. local trollButton = Instance.new("TextButton")
  309. trollButton.Size = UDim2.new(0.4, 0, 0.1, 0)
  310. trollButton.Position = UDim2.new(0.3, 0, 0.6, 0)
  311. trollButton.BackgroundColor3 = Color3.fromRGB(255, 255, 0) -- Bright yellow
  312. trollButton.Text = "Troll"
  313. trollButton.TextColor3 = Color3.fromRGB(0, 0, 0) -- Black text
  314. trollButton.Parent = frame
  315.  
  316. -- Function to activate the trolling script when the button is clicked
  317. trollButton.MouseButton1Click:Connect(function()
  318. local trollScript = Instance.new("ScreenGui")
  319. trollScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  320.  
  321. local trollTextLabel = Instance.new("TextLabel")
  322. trollTextLabel.Size = UDim2.new(1, 0, 1, 0)
  323. trollTextLabel.Text = "You just activated the trolling script!"
  324. trollTextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
  325. trollTextLabel.BackgroundTransparency = 1
  326. trollTextLabel.TextScaled = true
  327. trollTextLabel.Parent = trollScript
  328. end)
  329.  
  330. -- Add a trolling animation
  331. while true do
  332. frame.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random())
  333. wait(0.1)
  334. end
  335.  
  336. -- Creating the main panel
  337. local panel = Instance.new("ScreenGui")
  338. panel.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  339.  
  340. -- Creating a frame for the panel
  341. local frame = Instance.new("Frame")
  342. frame.Size = UDim2.new(1, 0, 1, 0)
  343. frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0) -- Bright red
  344. frame.Parent = panel
  345.  
  346. -- Add a button for the Brookhaven R4D script
  347. local brookhavenButton = Instance.new("TextButton")
  348. brookhavenButton.Size = UDim2.new(0.4, 0, 0.1, 0)
  349. brookhavenButton.Position = UDim2.new(0.3, 0, 0.4, 0)
  350. brookhavenButton.BackgroundColor3 = Color3.fromRGB(0, 0, 255) -- Bright blue
  351. brookhavenButton.Text = "Brookhaven R4D Script"
  352. brookhavenButton.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
  353. brookhavenButton.Parent = frame
  354.  
  355. -- Function to execute the Brookhaven R4D script when the button is clicked
  356. brookhavenButton.MouseButton1Click:Connect(function()
  357. loadstring(game:HttpGet('https://raw.githubusercontent.com/M1ZZ001/BrookhavenR4D/main/Brookhaven%20R4D%20Script'))()
  358. end)
  359.  
  360. -- Add a button for the trolling script
  361. local trollButton = Instance.new("TextButton")
  362. trollButton.Size = UDim2.new(0.4, 0, 0.1, 0)
  363. trollButton.Position = UDim2.new(0.3, 0, 0.6, 0)
  364. trollButton.BackgroundColor3 = Color3.fromRGB(255, 255, 0) -- Bright yellow
  365. trollButton.Text = "Troll"
  366. trollButton.TextColor3 = Color3.fromRGB(0, 0, 0) -- Black text
  367. trollButton.Parent = frame
  368.  
  369. -- Function to activate the trolling script when the button is clicked
  370. trollButton.MouseButton1Click:Connect(function()
  371. local trollScript = Instance.new("ScreenGui")
  372. trollScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  373.  
  374. local trollTextLabel = Instance.new("TextLabel")
  375. trollTextLabel.Size = UDim2.new(1, 0, 1, 0)
  376. trollTextLabel.Text = "You just activated the trolling script!"
  377. trollTextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
  378. trollTextLabel.BackgroundTransparency = 1
  379. trollTextLabel.TextScaled = true
  380. trollTextLabel.Parent = trollScript
  381. end)
  382.  
  383. -- Add a trolling animation
  384. while true do
  385. frame.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random())
  386. wait(0.1)
  387. end
Advertisement
Add Comment
Please, Sign In to add comment