Facebook
From U7, 8 Months ago, written in Plain Text.
This paste is a reply to Re: script hub from Kenru - go back
Embed
Viewing differences between Re: script hub and Re: Re: script hub
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
getgenv().SecureMode = true

local Window = Rayfield:CreateWindow({
 Name = "PawLeS script hub",
 LoadingTitle = "PawLeS script Hub",
 LoadingSubtitle = "Thank for use my script hub",
})
local Tab = Window:CreateTab("Main GUI")
local Section = Tab:CreateSection("Script Hub")

local Label = Tab:CreateLabel("Thanks for using PawLeS script Hub")


local Button = Tab:CreateButton({
 Name = "Pet Simulator X",
 Callback = function()
  loadstring(game:HttpGet("https://github.com/Szymon5555/Kloopsikscripts"))()
 end,
})
local Button = Tab:CreateButton({
 Name = "Blox Fruits",
 Callback = function()
  loadstring(game:HttpGet("https://raw.githubusercontent.com/CFrame3310/CFrameHub/main/BloxFruitV2.lua"))()
 end,
})
local Button = Tab:CreateButton({
 Name = "Adopt Me!",
 Callback = function()
  loadstring(game:HttpGet("https://raw.githubusercontent.com/Szymon5555/AdoptmeScripts/main/adoptme.txt?token=GHSAT0AAAAAACAHDHW3IE656N2RUBF7I77GZBW2IDQ"))()
 end,
})
local Button = Tab:CreateButton({
 Name = "Arsenal",
 Callback = function()
  loadstring(game:HttpGet("https://gangofgang.gog-best.repl.co/aimhook/hook.lua"))()
 end,
})

local Button = Tab:CreateButton({
 Name = "Brookhaven",
 Callback = function()
  loadstring(game:HttpGet('https://icehub.cf/IceHubLoader'))()
 end,
})