Facebook
From U7, 8 Months ago, written in Plain Text.
This paste is a reply to Re: script hub from Kenru - view diff
Embed
Download Paste or View Raw
Hits: 310
  1. local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
  2. getgenv().SecureMode = true
  3.  
  4. local Window = Rayfield:CreateWindow({
  5.  Name = "PawLeS script hub",
  6.  LoadingTitle = "PawLeS script Hub",
  7.  LoadingSubtitle = "Thank for use my script hub",
  8. })
  9. local Tab = Window:CreateTab("Main GUI")
  10. local Section = Tab:CreateSection("Script Hub")
  11.  
  12. local Label = Tab:CreateLabel("Thanks for using PawLeS script Hub")
  13.  
  14.  
  15. local Button = Tab:CreateButton({
  16.  Name = "Pet Simulator X",
  17.  Callback = function()
  18.   loadstring(game:HttpGet("https://github.com/Szymon5555/Kloopsikscripts"))()
  19.  end,
  20. })
  21. local Button = Tab:CreateButton({
  22.  Name = "Blox Fruits",
  23.  Callback = function()
  24.   loadstring(game:HttpGet("https://raw.githubusercontent.com/CFrame3310/CFrameHub/main/BloxFruitV2.lua"))()
  25.  end,
  26. })
  27. local Button = Tab:CreateButton({
  28.  Name = "Adopt Me!",
  29.  Callback = function()
  30.   loadstring(game:HttpGet("https://raw.githubusercontent.com/Szymon5555/AdoptmeScripts/main/adoptme.txt?token=GHSAT0AAAAAACAHDHW3IE656N2RUBF7I77GZBW2IDQ"))()
  31.  end,
  32. })
  33. local Button = Tab:CreateButton({
  34.  Name = "Arsenal",
  35.  Callback = function()
  36.   loadstring(game:HttpGet("https://gangofgang.gog-best.repl.co/aimhook/hook.lua"))()
  37.  end,
  38. })
  39.  
  40. local Button = Tab:CreateButton({
  41.  Name = "Brookhaven",
  42.  Callback = function()
  43.   loadstring(game:HttpGet('https://icehub.cf/IceHubLoader'))()
  44.  end,
  45. })