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 = "Kristans Hub",
- Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
- LoadingTitle = "All Cool Scripts π -by kristan :3",
- LoadingSubtitle = "by Kristan",
- Theme = "nil",
- DisableRayfieldPrompts = false,
- DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "Kristans Hub"
- },
- Discord = {
- Enabled = true, -- Prompt the user to join your Discord server if their executor supports it
- Invite = "cazware", -- 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 = true, -- Set this to true to use our key system
- KeySettings = {
- Title = "In Beta-Test",
- Subtitle = "Key (will become removed soon)",
- Note = "key - https://discord.gg/XNQxmZRZhj", -- Use this to tell the user how to get a key
- FileName = "Fire GUI", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
- GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- Key = {"kristancheater"} -- 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("Mainπ€", 4483362458) -- Title, Image
- local MainSection = MainTab:CreateSection("Main")
- local Button = MainTab:CreateButton({
- Name = "Infinite Jump",
- Callback = function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end,
- })
- local Slider = MainTab:CreateSlider({
- Name = "Walkspeed Slider",
- Range = {0, 500},
- Increment = 1,
- Suffix = "Speed",
- CurrentValue = 16,
- Flag = "Slider1", -- 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 = {0, 5000},
- Increment = 1,
- Suffix = "Jump",
- CurrentValue = 50,
- Flag = "Slider1", -- 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 = "Jerk Off Tool (R6 ONLY)",
- Callback = function()
- loadstring(game:HttpGet("https://pastefy.app/wa3v2Vgm/raw"))("Spider Script")
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Infinite Yield π€€",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Freaky animations π (R6)",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/BingusWR/ggggggggggg/refs/heads/main/ggggggggg"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Sigma Bypasser πΏ",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/shakk-code/SigmaBypasser/refs/heads/main/source', true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Sky hub βοΈ (may take a while to load)",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Trolling Script πΆ ",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_11l7Y131YqJjZ31QmV5L8pI23V02b3191sEg26E75472Wl78Vi8870jRv5txZyL1.lua.txt"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Shapeshifter script πΎ",
- Callback = function()
- loadstring(game:HttpGet("https://pastefy.app/2C3cRXXp/raw"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Walk on walls π§±",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/randomstring0/Qwerty/refs/heads/main/qwerty21.lua"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Scp 3008 Script π€―",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Yumiara/CPP/refs/heads/main/Main.cpp"))()
- end,
- })
- -- Fixed Sus Dance
- local Button = MainTab:CreateButton({
- Name = "Sus Dance π",
- Callback = function()
- pcall(function()
- -- Play the dance animation (Ensure it's an FE-compatible animation)
- for _, animTrack in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local dance = Instance.new("Animation")
- dance.AnimationId = "rbxassetid://3189777795" -- Replace with FE animation ID
- local animTrack = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(dance)
- animTrack:Play()
- end)
- end,
- })
- -- Glitchy Walk
- local Button = MainTab:CreateButton({
- Name = "Glitchy Walk π©»",
- Callback = function()
- pcall(function()
- -- Server-safe version of the glitchy walk
- local player = game.Players.LocalPlayer
- local humanoid = player.Character:FindFirstChildOfClass("Humanoid")
- humanoid.WalkSpeed = 25
- game:GetService("RunService").RenderStepped:Connect(function()
- player.Character:SetPrimaryPartCFrame(player.Character.PrimaryPart.CFrame * CFrame.Angles(0, math.rad(10), 0))
- end)
- end)
- end,
- })
- -- **FE-Compatible Rainbow Character**
- local Button = MainTab:CreateButton({
- Name = "Rainbow Character π",
- Callback = function()
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- -- Server-side syncing of rainbow colors
- local Remote = Instance.new("RemoteEvent")
- Remote.Name = "RainbowEvent"
- Remote.Parent = game.ReplicatedStorage
- Remote.OnClientEvent:Connect(function()
- -- Update the character's body parts color
- for _, part in pairs(character:GetDescendants()) do
- if part:IsA("BasePart") then
- part.Color = Color3.new(math.random(), math.random(), math.random())
- end
- end
- end)
- -- Trigger the event to update color
- Remote:FireAllClients() -- Fires to all players
- end,
- })
- -- Exploding Jumps
- local Button = MainTab:CreateButton({
- Name = "Exploding Jumps π₯",
- Callback = function()
- local player = game.Players.LocalPlayer
- local humanoid = player.Character:FindFirstChildOfClass("Humanoid")
- humanoid.Jumping:Connect(function()
- -- Explode locally
- local explosion = Instance.new("Explosion")
- explosion.Position = player.Character.PrimaryPart.Position
- explosion.BlastRadius = 5
- explosion.BlastPressure = 50000
- explosion.Parent = workspace
- end)
- end,
- })
- -- **FE-Compatible Gun**
- local Button = MainTab:CreateButton({
- Name = "FE Gun π«",
- Callback = function()
- pcall(function()
- -- Create and give the player a gun
- local tool = Instance.new("Tool")
- tool.Name = "FE Gun"
- tool.RequiresHandle = true
- tool.Parent = game.Players.LocalPlayer.Backpack
- -- Create a gun handle
- local handle = Instance.new("Part")
- handle.Name = "Handle"
- handle.Size = Vector3.new(1, 5, 1)
- handle.Anchored = false
- handle.CanCollide = false
- handle.BrickColor = BrickColor.new("Bright red")
- handle.Parent = tool
- -- Add shooting functionality (simple)
- tool.Activated:Connect(function()
- local bullet = Instance.new("Part")
- bullet.Size = Vector3.new(1, 1, 5)
- bullet.Shape = Enum.PartType.Ball
- bullet.Position = game.Players.LocalPlayer.Character.Head.Position
- bullet.BrickColor = BrickColor.new("Bright yellow")
- bullet.Anchored = false
- bullet.CanCollide = true
- bullet.Parent = workspace
- -- Apply force to bullet
- local bodyVelocity = Instance.new("BodyVelocity")
- bodyVelocity.MaxForce = Vector3.new(10000, 10000, 10000)
- bodyVelocity.Velocity = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector * 100
- bodyVelocity.Parent = bullet
- end)
- end)
- end,
- })
- -- Walk on Walls
- local Button = MainTab:CreateButton({
- Name = "Walk on Walls π§±",
- Callback = function()
- pcall(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/randomstring0/Qwerty/refs/heads/main/qwerty21.lua"))()
- end)
- end,
- })
- -- Size Shrink/Grow
- local Button = MainTab:CreateButton({
- Name = "Size Shrink/Grow πΎ",
- Callback = function()
- local humanoid = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
- local scale = 1
- task.spawn(function()
- while true do
- for i = 1, 10 do
- scale = scale + 0.1
- humanoid.BodyDepthScale.Value = scale
- humanoid.BodyWidthScale.Value = scale
- humanoid.BodyHeightScale.Value = scale
- humanoid.HeadScale.Value = scale
- task.wait(0.1)
- end
- for i = 1, 10 do
- scale = scale - 0.1
- humanoid.BodyDepthScale.Value = scale
- humanoid.BodyWidthScale.Value = scale
- humanoid.BodyHeightScale.Value = scale
- humanoid.HeadScale.Value = scale
- task.wait(0.1)
- end
- end
- end)
- end,
- })
- -- Invisible Cloak
- local Button = MainTab:CreateButton({
- Name = "Invisible Cloak π»",
- Callback = function()
- -- Server-safe invisibility logic
- for _, part in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
- if part:IsA("BasePart") then
- part.Transparency = 1
- end
- end
- end,
- })
- local DahTab = Window:CreateTab("Da-hood π«", 4483362458) -- Title, Image
- local DahSection = DahTab:CreateSection("Da-hood π«")
- local Button = DahTab:CreateButton({
- Name = "Cazware paid dahood script π€",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CAz00n/loadstring/refs/heads/main/Cazware"))()
- end,
- })
- local Button = DahTab:CreateButton({
- Name = "Nebula π key - IFUCKINGHATECATANIA (da hood script)",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Feimgps/Nebula/refs/heads/main/Dahood"))()
- end,
- })
- local Button = DahTab:CreateButton({
- Name = "Red Dot Lock π΄",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/scripthubekitten/reddot1/main/reddot1", true))()
- end,
- })
- local Button = DahTab:CreateButton({
- Name = "SilentAim π€«",
- Callback = function()
- getgenv().Silent = {
- Settings = {
- Enabled = true,
- AimPart = "UpperTorso",
- Prediction = 0.1433,
- WallCheck = true,
- Visualize = true,
- AutoPrediction = true,
- },
- FOV = {
- Enabled = true,
- Size = 30,
- Filled = false,
- Thickness = 0.66,
- Transparency = 0.9,
- Color = Color3.fromRGB(255,255,255),
- },
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CyberPlaysYT/new-silent/refs/heads/main/aurax", true))()
- end,
- })
- local Button = DahTab:CreateButton({
- Name = "BoxWare π₯",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/crypthook/some-shit-script-crack/main/boxware"))()
- end,
- })
- local MiscTab = Window:CreateTab("Misc π€’", 4483362458) -- Title, Image
- local MiscSection = MiscTab:CreateSection("Misc π€’")
- local Button = MiscTab:CreateButton({
- Name = "Our Discord --> https://discord.gg/XNQxmZRZhj",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = MiscTab:CreateButton({
- Name = "Creator --> unkristan (on discord)",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = MiscTab:CreateButton({
- Name = "Thats it, thanks for using π€«π",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
Add Comment
Please, Sign In to add comment