Make Your own Roblox Script Hub in 5 Minutes (Updated 2023)

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Hope this helps you get started with exploit scripting
    Drop a like/sub if you enjoyed
    Rayfield Library: docs.sirius.me...
    Music
    1 - Half Asleep Games - Past
    • Past
    2 - Half Asleep Games - Space
    • Space
    3 - Half Asleep Games - Setbacks
    • Setbacks
    Outro - venvn - kick back but its lofi
    • kick back but it's lof...
    The Entire script is below
    IT IS STRONGLY RECOMMENDED TO FOLLOW ALONG THE VIDEO TO LEARN YOURSELF.
    local Rayfield = loadstring(game:HttpGet('sirius.menu/ra...)
    local Window = Rayfield:CreateWindow({
    Name = "Tutorial Script Hub",
    LoadingTitle = "Tutorial Script Hub",
    LoadingSubtitle = "by Rolo",
    ConfigurationSaving = {
    Enabled = true,
    FolderName = nil, -- Create a custom folder for your hub/game
    FileName = "Big Hub"
    },
    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 = "Untitled",
    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 = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
    Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
    }
    })
    local PlayerTab = Window:CreateTab("Player", 4483362458) -- Title, Image
    local Slider = PlayerTab:CreateSlider({
    Name = "WalkSpeed",
    Range = {1, 10},
    Increment = 1,
    Suffix = "Speed",
    CurrentValue = 10,
    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:SetAttribute("SpeedMultiplier", Value)
    end,
    })
    local Slider = PlayerTab:CreateSlider({
    Name = "Dash length",
    Range = {10, 1000},
    Increment = 1,
    Suffix = "Length",
    CurrentValue = 10,
    Flag = "Slider2", -- 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:SetAttribute("DashLength", Value)
    end,
    })
    local Slider = PlayerTab:CreateSlider({
    Name = "Jump Height",
    Range = {10, 500},
    Increment = 1,
    Suffix = "Height",
    CurrentValue = 10,
    Flag = "Slider3", -- 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,
    })
    #robloxscripting #robloxexploiting

Комментарии • 62

  • @KenWu-vt5kq
    @KenWu-vt5kq 3 месяца назад +3

    What if i wanna change it to flying what do i do?

  • @KylerV2
    @KylerV2 3 месяца назад +1

    Your The Bestttttttttttt🎉

  • @craftingdead261
    @craftingdead261 Год назад +4

    can you make a video on Toggle and buttons!

  • @codefiscripter
    @codefiscripter Год назад

    Nice video fr what editor do you use btw on videos?

    • @RoloRBX
      @RoloRBX  Год назад

      DaVinci Resolve

    • @codefiscripter
      @codefiscripter Год назад

      thanks@@RoloRBX

    • @jordn3873
      @jordn3873 2 месяца назад

      what about for games that have anti cheats

  • @HERDROOCK
    @HERDROOCK Год назад

    Can I create a HUB like this through Roblox Studios?

    • @RoloRBX
      @RoloRBX  Год назад

      Ive honestly never tried, although it would probably be a lot more difficult considering you cant test it/dark dex the game

    • @Izuku098
      @Izuku098 2 месяца назад

      @@HERDROOCK how do you have 166k subs with 2 vids?

    • @flinkyflinkyflinkyflinkyflinky
      @flinkyflinkyflinkyflinkyflinky 2 месяца назад

      @@Izuku098 stolen acc

    • @Izuku098
      @Izuku098 2 месяца назад

      @@flinkyflinkyflinkyflinkyflinky o ok

  • @DaBeastZone
    @DaBeastZone 11 дней назад

    anyway the make the gui smaller for mobile users'

  • @GarciaGamingFR
    @GarciaGamingFR 27 дней назад

    can you send the loadstring for dark dex pls i dont have fluxus

  • @beomayba2801
    @beomayba2801 11 месяцев назад

    nice video

  • @socceredits-fc8vb
    @socceredits-fc8vb 2 месяца назад +1

    also what script is he using bc im using wave and im not a member and it wont let me start the exocutor

    • @RoloRBX
      @RoloRBX  2 месяца назад

      Wave is currently paid but the tutorial should work just fine on wave

    • @GarciaGamingFR
      @GarciaGamingFR 2 месяца назад

      Wave released wave free, here's a key: ffde2bd3-b7df-431b-b988-4e0fba824338 (EXPIRES IN 6 HOURS)

  • @official_stink
    @official_stink 2 месяца назад +1

    How do you change the color of the HUB?

    • @RoloRBX
      @RoloRBX  2 месяца назад

      Honestly not sure, check the rayfield library documentation and if its not there you may want to consider another UI library

  • @DevamrithNittoor
    @DevamrithNittoor Месяц назад

    the best

  • @thanhho9455
    @thanhho9455 4 месяца назад

    Tysm can u do a tut on the tripod script hub pls

  • @user-yk6ok7on6t
    @user-yk6ok7on6t 5 месяцев назад

    Yo what did you do when u went to that place and there was lots of vuttons

  • @Sh0rtCl1pz.
    @Sh0rtCl1pz. 2 месяца назад

    My visual code studio doesn’t show select language

  • @TheRealCrownz
    @TheRealCrownz Год назад

    im trying to make a walkspeed for the game calle dhoopz and basket ball legends but it doesnt show walkspeed so how do i do it

    • @RoloRBX
      @RoloRBX  Год назад

      Check the walk speed value in the players “Humanoid”

    • @Imtherealweirdaim
      @Imtherealweirdaim 11 дней назад

      uh that’s easy but the catch is hoopz has antichewt unless u bypass

  • @user-ic9fh8fx4h
    @user-ic9fh8fx4h Месяц назад

    Thxx

  • @socceredits-fc8vb
    @socceredits-fc8vb 2 месяца назад +1

    does this work on iphone ios apple

  • @korsikk
    @korsikk Год назад +1

    nice tutorial. How to make multi game support?

    • @RoloRBX
      @RoloRBX  Год назад

      Put an if game.PlaceId == “Id here” then statement around the entire thing. You can get the place I’d from the games url, and then just make multiple of those for whatever games you want

  • @Chara90300
    @Chara90300 10 месяцев назад

    Dont work say Rbxassetid(Number I dont remember) Unable to download

  • @randomchannel-kh7oc
    @randomchannel-kh7oc Месяц назад

    if this works in studio then this should not be allowed

    • @RoloRBX
      @RoloRBX  Месяц назад

      I dont understand what you mean

  • @denymen
    @denymen Год назад

    thank u

  • @Roninthesamurai910
    @Roninthesamurai910 9 месяцев назад

    No don’t go to his website it could show your info or maybe do bad stuff

    • @RoloRBX
      @RoloRBX  9 месяцев назад

      Not even my website, also its literally a basically pure HTML website with text telling you how to use the library
      On top of that this video is extremely outdated, you straight up cannot exploit anymore (Besides maybe mobile?)

  • @U0srrr
    @U0srrr Год назад

    Hey can you help me make a exploit for a spefic game>

  • @bendythecommander
    @bendythecommander Год назад

    When i paste the booting librabry thing into vs code it gives me warnings, i have most lua extensions installed so im not sure why it does that.

    • @RoloRBX
      @RoloRBX  Год назад

      what are the warnings?

    • @bendythecommander
      @bendythecommander Год назад

      ok this is only the boot library thing
      Deprecated.(Defined in Lua 5.1/LuaJIT, current is Lua 5.4.) Lua Diagnostics.(deprecated) [Ln 1, Col 18]
      Undefined global `game`. Lua Diagnostics.(undefined-global) [Ln 1, Col 29]

    • @RoloRBX
      @RoloRBX  Год назад

      @@bendythecommander VS Code errors shouldn’t matter, does it work in fluxus?

    • @SlashCoders
      @SlashCoders 8 месяцев назад

      ​@@bendythecommander VS Code doesn't have Roblox Engine, it is only use for programming languages, you have to use any available Executor for Roblox to run it.

  • @fishyfishy6508
    @fishyfishy6508 Месяц назад

    5 minutes more like 5 hourS💀

  • @justsumrandomuser8451
    @justsumrandomuser8451 7 месяцев назад

    Why does my adaptive input says call back erorr??

    • @RoloRBX
      @RoloRBX  7 месяцев назад

      The real question is how are you even injecting? Are you on mobile or something?

  • @Izuku098
    @Izuku098 4 месяца назад

    I did all the steps but it qont give me the speed and when i kove the walkspeed slide it still says 16

    • @MeNameIsABetterThanIsYouIsMeOk
      @MeNameIsABetterThanIsYouIsMeOk 2 месяца назад

      I has same problem, but I fixed it using button instead of slider.
      like this:
      local WalkInput = MainTab:CreateInput({
      Name = "Walk Speed",
      PlaceholderText = "1-500",
      RemoveTextAfterFocusLost = true,
      Callback = function(v)
      game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (v)
      end,
      })

    • @Izuku098
      @Izuku098 2 месяца назад

      Thanks!

  • @Gotlove321
    @Gotlove321 Год назад

    i sub u

  • @wender-yt1pw
    @wender-yt1pw 11 месяцев назад

    How do I make a car trunk?

  • @NoxOFFICAL
    @NoxOFFICAL 9 месяцев назад

    Visual studio code

  • @Naidor_0PR
    @Naidor_0PR 5 месяцев назад

    Do i need Lua for this?

  • @LongJulius
    @LongJulius Год назад

    how to make auto farm?

    • @RoloRBX
      @RoloRBX  Год назад +1

      That's incredibly complicated, you are honestly better off just using an already made script.

    • @indazonee
      @indazonee 9 месяцев назад

      where can u find code for auto farm @RoloRBX

  • @TheNight55
    @TheNight55 3 месяца назад

    Still working?

    • @RoloRBX
      @RoloRBX  3 месяца назад

      There arent any working pc executors right now but on mobile I dont see why it wouldnt work

    • @itsSoColdOutside
      @itsSoColdOutside 3 месяца назад

      Walk speed is freeze i tryed everything wont work​@@RoloRBX