Xekor

Untitled

Dec 28th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 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 = "PORCODIO",
  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. })
  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.  
Advertisement
Add Comment
Please, Sign In to add comment