Advertisement
jamkles

Jamkles Ui

Aug 14th, 2023 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://pastebin.com/raw/QJPqPxUx'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "jamkles hub",
  5. LoadingTitle = "jamkles hub",
  6. LoadingSubtitle = "by jamkles",
  7. ConfigurationSaving = {
  8. Enabled = true,
  9. FolderName = jamkles, -- Create a custom folder for your hub/game
  10. FileName = "jamkles Hub"
  11. },
  12. Discord = {
  13. Enabled = true,
  14. Invite = "pWBJ546NH8", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = true, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "key",
  20. Subtitle = "Key System",
  21. Note = "buy from jamkles| only way to gain access to the gui",
  22. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. Key = {"jamkles","tide","getlostson","lurking","n"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  26. }
  27. })
  28.  
  29. local MainTab = Window:CreateTab("Main", 4483362458) -- Title, Image
  30.  
  31. local MainSection = MainTab:CreateSection("main area")
  32.  
  33.  
  34. local Button = Tab:CreateButton({
  35. Name = "Button Example",
  36. Callback = function()
  37. loadstring(game:HttpGet("https://pastebin.com/raw/su6y4mcZ", true))()
  38. end,
  39. })
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement