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,
- })
- 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