Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "👶skibidi hub beta👶",
- LoadingTitle = "👶skibidi hub👶",
- LoadingSubtitle = "by gonesap165728",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "on skibidi"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
- RememberJoins = true -- Set this to false to make them join the discord every time they load it up
- },
- KeySystem = false, -- Set this to true to use our key system
- KeySettings = {
- Title = "skibidi Key",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
- GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- Key = {"https://pastebin.com/raw/Ba7S5Vej"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
- }
- })
- local MainTab = Window:CreateTab("🏠 Home", 6546452433) -- Title, Image
- local MainSection = MainTab:CreateSection("Main")
- Rayfield:Notify({
- Title = "skibidi!!!",
- Content = "very skibidi!",
- Duration = 50000000000,
- Image = 4483362458,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("Bro Couldn't Wait 5 hours💀💀")
- end
- },
- },
- })
- local Button = MainTab:CreateButton({
- Name = "bros ganna jump on air,inf jump",
- Callback = function()
- local Player = game:GetService'Players'.LocalPlayer;
- local UIS = game:GetService'UserInputService';
- _G.JumpHeight = 50;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end)
- end
- end)
- end
- end)
- end,
- })
- local Slider = MainTab:CreateSlider({
- Name = "WalkSpeed Slider",
- Range = {1, 350},
- Increment = 1,
- Suffix = "Speed",
- CurrentValue = 16,
- Flag = "sliderws", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
- end,
- })
- local Slider = MainTab:CreateSlider({
- Name = "JumpPower Slider",
- Range = {1, 350},
- Increment = 1,
- Suffix = "Jump",
- CurrentValue = 16,
- Flag = "sliderjp", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value)
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "skibidi admin",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "bypass chat😈",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/BingusWR/Fechatbypassroblox/refs/heads/main/Fe%20Roblox%20ChatBypass"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "FE-ish in prison life",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/g00lXploiter/g00lXploiter/main/Fe%20bypass", true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "gojo tsb not fe",
- Callback = function()
- _G.settings = {
- ["RedStartupId"] = "rbxassetid://1177475221",
- ["RedHitId"] = "rbxassetid://8625377966",
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/main/Latest.lua"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "JJS key = HanimeSucks",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/KaisGithubD/freakyware3/main/FreakyWare%20JJS",true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "fling things and ppl op",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/fgdergewrgegr/SVH/main/VHSV6"))()
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement