-- Whitelist

local player = game.Players.LocalPlayer

if player.Name == "FireServiceScripter" or "XybName" or "14Kiddz" then
    print("Whitelisted, Enjoy Your Experience With TechnoRise SS")
else
    player:Kick("Cry about it skid")
end

local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()

local Window = Rayfield:CreateWindow({
   Name = "TechnoRise | Anti Skid",
   LoadingTitle = "Loading Your Best...",
   LoadingSubtitle = "by XybName",
   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 = true, -- Set this to true to use our key system
   KeySettings = {
      Title = "TechnoRise SS | Anti Skid",
      Subtitle = "Buy It Before For Use It",
      Note = "https://[Log in to view URL]",
      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 = {"TechnoRiseSSKey_clkdeqfjldddofnfzei9ufiufe"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

local Tab = Window:CreateTab("TechnoRise SS", 4483362458) -- Title, Image

local Button = Tab:CreateButton({
   Name = "TechnoRise SS",
   Callback = function()
        local Player = game.Players.LocalPlayer

--[Instances]

local main = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local tilter = Instance.new("TextLabel")
local script = Instance.new("TextBox")
local execute = Instance.new("TextButton")
local clear = Instance.new("TextButton")
local cope = Instance.new("TextButton")
local button30 = Instance.new("TextButton")
local frame2 = Instance.new("Frame")
local tilter2 = Instance.new("TextLabel")
local button31 = Instance.new("TextButton")
local button32 = Instance.new("TextButton")
local button33 = Instance.new("TextButton")

--[Code]

-- Notif

local msg = Instance.new("Message",workspace)
msg.Text = "Thanks for bought TechnoRise SS!"
wait(3.8)
msg:Destroy()
          
--[SS EXECUTOR]

main.Name = "main"
main.Parent = game.CoreGui

frame.Name = "frame"
frame.Parent = main
frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
frame.BorderSizePixel = 3
frame.Position = UDim2.new(-0.00133678317, 0, -0.00348037481, 0)
frame.Size = UDim2.new(0, 438, 0, 238)
frame.Active = true
frame.Draggable = true

tilter.Name = "tilter"
tilter.Parent = frame
tilter.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
tilter.BorderColor3 = Color3.fromRGB(255, 0, 0)
tilter.BorderSizePixel = 3
tilter.Position = UDim2.new(0.997245014, 0, 0, 0)
tilter.Size = UDim2.new(0, 150, 0, 40)
tilter.Font = Enum.Font.GothamSemibold
tilter.Text = "TechnoRise SS v1.3" 
tilter.TextColor3 = Color3.fromRGB(255, 255, 255)
tilter.TextScaled = true
tilter.TextSize = 12.000
tilter.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
tilter.TextWrapped = true

script.Name = "script"
script.Parent = frame
script.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
script.Position = UDim2.new(0.531963468, 0, 0.466386557, 0)
script.Size = UDim2.new(0, 199, 0, 50)
script.ZIndex = 999999
script.ClearTextOnFocus = false
script.Font = Enum.Font.GothamSemibold
script.Text = "-- Paste here"
script.TextColor3 = Color3.fromRGB(255, 255, 255)
script.TextSize = 14.000
script.TextWrapped = true

execute.Name = "execute"
execute.Parent = frame
execute.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
execute.BorderSizePixel = 3
execute.Position = UDim2.new(0.0159817357, 0, 0.142857149, 0)
execute.Size = UDim2.new(0, 209, 0, 33)
execute.Font = Enum.Font.SourceSans
execute.Text = "Execute"
execute.TextColor3 = Color3.fromRGB(0, 0, 0)
execute.TextSize = 30.000
execute.TextWrapped = true
execute.MouseButton1Down:connect(function()
        game.ReplicatedStorage.RemoteEvent:FireServer(script.Text)
        print 'your script has been executed'
end)
      
clear.Name = "clear"
clear.Parent = frame
clear.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
clear.BorderSizePixel = 3
clear.Position = UDim2.new(0.509132445, 0, 0.142857149, 0)
clear.Size = UDim2.new(0, 209, 0, 33)
clear.Font = Enum.Font.SourceSans
clear.Text = "Clear"
clear.TextColor3 = Color3.fromRGB(0, 0, 0)
clear.TextSize = 30.000
clear.TextWrapped = true
clear.MouseButton1Down:connect(function()
        script.Text = ""
        print 'your textbox has been clear'
end)

cope.Name = "Close"
cope.Parent = main
cope.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
cope.BorderColor3 = Color3.fromRGB(255, 0, 0)
cope.BorderSizePixel = 3
cope.Position = UDim2.new(0,3,0.3,380)
cope.Size = UDim2.new(0, 100, 0, 15)
cope.Font = Enum.Font.SourceSans
cope.Text = "-"
cope.TextColor3 = Color3.fromRGB(255, 255, 255)
cope.TextSize = 18.000
cope.MouseButton1Down:connect(function()
        if cope.Text == "-" then
                frame.Visible = false
                cope.Text = "+" else
                frame.Visible = true
                cope.Text = "-"
         end
end)

button30.Name = "button"
button30.Parent = frame
button30.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button30.BorderColor3 = Color3.fromRGB(255, 0, 0)
button30.BorderSizePixel = 3
button30.Position = UDim2.new(0.25, 0, 0.7, 0)
button30.Size = UDim2.new(0, 75, 0, 30)
button30.Font = Enum.Font.SourceSans
button30.Text = "Miscellaneous"
button30.TextColor3 = Color3.fromRGB(255, 255, 255)
button30.TextSize = 14.000
button30.TextWrapped = true
button30.MouseButton1Down:connect(function()
        frame2.Visible = true
        frame.Visible = false
end)

frame2.Name = "frame"
frame2.Parent = main
frame2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
frame2.BorderColor3 = Color3.fromRGB(255, 0, 0)
frame2.BorderSizePixel = 3
frame2.Position = UDim2.new(-0.00133678317, 0, -0.00348037481, 0)
frame2.Size = UDim2.new(0, 438, 0, 238)
frame2.Active = true
frame2.Draggable = true
frame2.Visible = false

tilter2.Name = "tilter"
tilter2.Parent = frame2
tilter2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
tilter2.BorderColor3 = Color3.fromRGB(255, 0, 0)
tilter2.BorderSizePixel = 3
tilter2.Position = UDim2.new(0.997245014, 0, 0, 0)
tilter2.Size = UDim2.new(0, 300, 0, 40)
tilter2.Font = Enum.Font.GothamSemibold
tilter2.Text = "TechnoRise SS | Miscellaneous"
tilter2.TextColor3 = Color3.fromRGB(255, 255, 255)
tilter2.TextScaled = true
tilter2.TextSize = 12.000
tilter2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
tilter2.TextWrapped = true

button31.Name = "button"
button31.Parent = frame2
button31.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button31.BorderColor3 = Color3.fromRGB(255, 0, 0)
button31.BorderSizePixel = 3
button31.Position = UDim2.new(0.25, 0, 0.1, 0)
button31.Size = UDim2.new(0, 75, 0, 30)
button31.Font = Enum.Font.SourceSans
button31.Text = "SS Executor"
button31.TextColor3 = Color3.fromRGB(255, 255, 255)
button31.TextSize = 14.000
button31.TextWrapped = true
button31.MouseButton1Down:connect(function()
        frame2.Visible = false
        frame.Visible = true
end)

button32.Name = "button"
button32.Parent = frame2
button32.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button32.BorderColor3 = Color3.fromRGB(255, 0, 0)
button32.BorderSizePixel = 3
button32.Position = UDim2.new(0.25, 0, 0.3, 0)
button32.Size = UDim2.new(0, 75, 0, 30)
button32.Font = Enum.Font.SourceSans
button32.Text = "More Coming soon!"
button32.TextColor3 = Color3.fromRGB(255, 255, 255)
button32.TextSize = 14.000
button32.TextWrapped = true
button32.MouseButton1Down:connect(function()
end)

button33.Name = "button"
button33.Parent = frame
button33.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
button33.BorderColor3 = Color3.fromRGB(0, 0, 0)
button33.BorderSizePixel = 3
button33.Position = UDim2.new(0.75, 0, 0.7, 0)
button33.Size = UDim2.new(0, 199, 0, 50)
button33.Font = Enum.Font.SourceSans
button33.Text = "Copy"
button33.TextColor3 = Color3.fromRGB(0, 0, 0)
button33.TextSize = 14.000
button33.TextWrapped = true
button33.MouseButton1Down:connect(function()
        setclipboard(script.Text)
end)
   end,
})

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: