0% found this document useful (0 votes)
72 views7 pages

皇脚本

This document is a Lua script for a Roblox GUI called 'OrionLib' that provides various game functionalities and scripts. It includes tabs for script announcements, general functions, player controls, and specific game scripts, allowing users to execute different scripts through button clicks. The script also contains author information and links to various external script sources.

Uploaded by

3198200359
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views7 pages

皇脚本

This document is a Lua script for a Roblox GUI called 'OrionLib' that provides various game functionalities and scripts. It includes tabs for script announcements, general functions, player controls, and specific game scripts, allowing users to execute different scripts through button clicks. The script also contains author information and links to various external script sources.

Uploaded by

3198200359
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

local OrionLib = loadstring(game:HttpGet("https://pastebin.

com/raw/FUEx0f3G"))()
local Window = OrionLib:MakeWindow({Name = "皇脚本", HidePremium = false, SaveConfig =
false, IntroText = "欢迎使用", ConfigFolder = "欢迎使用"})

local Tab = Window:MakeTab({


Name = "脚本公告",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddParagraph("作者","皇")
Tab:AddLabel("作者 QQ:2306887018")
Tab:AddLabel("QQ 群:864060476")

local Tab = Window:MakeTab({


Name = "通用功能",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddButton({
Name = "HUA 光影",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/arzRCgwS"))()
end
})

Tab:AddButton({
Name = "光影_2",
Default = false,
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/MZEEN2424/Graphics/
main/Graphics.xml"))()
end
})

Tab:AddButton({
Name = "超高画质",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/jHBfJYmS"))()
end
})

Tab:AddButton({
Name = "旋转",
Callback = function()
loadstring(game:HttpGet('https://pastebin.com/raw/r97d7dS0', true))()
end
})

Tab:AddToggle({
Name = "夜视",
Default = false,
Callback = function(Value)
if Value then
game.Lighting.Ambient = Color3.new(1, 1, 1)
else
game.Lighting.Ambient = Color3.new(0, 0, 0)
end
end
})

Tab:AddButton({
Name = "飞车",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/MHE1cbWF"))()
end
})

Tab:AddButton({
Name = "爬墙",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))()
end
})

Tab:AddButton({
Name = "动作",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/Zj4NnKs6"))()
end
})

Tab:AddButton({
Name = "电脑键盘",
Callback = function()

loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/
mobkeyboard/main/main.txt", true))()
end
})

Tab:AddButton({
Name = "踏空行走",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/
main/Float'))()
end
})

local player = Window:MakeTab({


Name = "玩家",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

Tab:AddButton({
Name = "无限跳",
Default = false,
Callback = function(Value)
loadstring(game:HttpGet("https://pastebin.com/raw/V5PQy3y0", true))()
end
})

player:AddTextbox({
Name = "移动速度",
Default = "",
TextDisappear = true,
Callback = function(Value)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
end
})

player:AddTextbox({
Name = "跳跃高度",
Default = "",
TextDisappear = true,
Callback = function(Value)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
end
})

Tab:AddTextbox({
Name = "重力设置",
Default = "",
TextDisappear = true,
Callback = function(Value)
game.Workspace.Gravity = Value
end
})

player:AddButton({
Name = "穿墙",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/jvyN5hT8"))()
end
})

player:AddButton({
Name = "飞行",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/U27yQRxS"))()
end
})

local Tab = Window:MakeTab({


Name = "巴掌大战",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddButton({
Name = "1",
Callback = function()

loadstring(game:HttpGet(("https://raw.githubusercontent.com/ionlyusegithubformcmods
/1-Line-Scripts/main/Slap%20Battles")))()
end
})

local Tab = Window:MakeTab({


Name = "监狱人生",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddButton({
Name = "1",
Callback = function()
loadstring(game:HttpGet("https://paste.website/p/51397c68-b6d0-410d-ae9f-
22d5ea5734df.txt", true))()
end
})

local Tab = Window:MakeTab({


Name = "bf",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddButton({
Name = "1",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/KindIhave/ChibaHuB/
main/Chiba-BF.txt'))()
end
})

Tab:AddButton({
Name = "2",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/XiaoYunCN/Xiao-Yun-
UWU/main/%E6%B5%B7%E8%B4%BC%E7%8E%8Bbf.lua", true))()
end
})

local Tab = Window:MakeTab({


Name = "力量传奇",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddButton({
Name = "力量传奇 1",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/jynzl/main/main/
Musclas%20Legenos.lua'))()
end
})

local Tab = Window:MakeTab({


Name = "伐木脚本",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddButton({
Name = "白",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/XiaoYunCN/Kavo-Ui/
main/%E4%BC%90%E6%9C%A8%E5%A4%A7%E4%BA%A82.lua", true))()
end
})

local Tab = Window:MakeTab({


Name = "脚本中心",
Icon = "rbxassetid://7734068321",
PremiumOnly = false
})

Tab:AddButton({
Name = "杯脚本",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/zuohongjian/bjb/
main/bjb"))()
end
})

Tab:AddButton({
Name = "云(白灰)",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/XiaoYunCN/
6666666666/main/%E4%BA%91%E8%84%9A%E6%9C%AC%E6%B5%8B%E8%AF%95%E7%89%88%E4%BA
%91%E8%84%9A%E6%9C%AC%E6%B5%8B%E8%AF%95%E7%89%88Xiao%20Yun.lua"))()
end
})

Tab:AddButton({
Name = "核脚本",
Callback = function()
getgenv().he="作者鱼"loadstring(game:HelpGet("https://pastebin.com/raw/2WmdapD2"))
()
end
})

Tab:AddButton({
Name = "剑客 v3",
Callback = function()
jianke_V3 = "作者_初夏"jianke = "剑客 QQ
群 347724155"loadstring(game:HttpGet(('https://raw.githubusercontent.com/jiankeQWQ/
jiankeV3/main/jianke_V3')))()
end
})

Tab:AddButton({
Name = "XC,卡密 a",
Callback = function()
getgenv().XC="作者 XC"loadstring(game:HttpGet("https://pastebin.com/raw/
PAFzYx0F"))()
end
})

Tab:AddButton({
Name = "阿尔宙斯",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-
workshop/main/Arceus%20X%20V3"))()
end
})

Tab:AddButton({
Name = "忍脚本",
Callback = function()
getgenv().ren666 = "忍脚本,加载时间长请耐心"loadstring(game:HttpGet(utf8.char((function()
return
table.unpack({104,116,116,112,115,58,47,47,112,97,115,116,101,98,105,110,46,99,111,
109,47,114,97,119,47,90,77,115,67,56,114,104,114})end)())))();
end
})

Tab:AddButton({
Name = "神光脚本",
Callback = function()
loadstring(game:HttpGet(utf8.char((function() return
table.unpack({104,116,116,112,115,58,47,47,112,97,115,116,101,98,105,110,46,99,111,
109,47,114,97,119,47,56,102,50,76,99,113,113,80})end)())))()
end
})

Tab:AddButton({
Name = "青脚本",
Callback = function()
loadstring(game:HttpGet('https://rentry.co/ct293/raw'))()
end
})

Tab:AddButton({
Name = "脚本中心",
Callback = function()
loadstring(game:HttpGet("\
104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\
119\47\103\101\109\120\72\119\65\49"))()
end
})

Tab:AddButton({
Name = "鸭 hub",
Callback = function()
loadstring(game:HttpGet(utf8.char((function() return
table.unpack({104,116,116,112,115,58,47,47,112,97,115,116,101,98,105,110,46,99,111,
109,47,114,97,119,47,81,89,49,113,112,99,115,106})end)())))()
end
})

Tab:AddButton({
Name = "青蛙",
Callback = function()

getgenv().eom = "青蛙"
loadstring("\
108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\1
16\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\4
7\114\97\119\47\68\122\120\115\81\82\68\85\39\41\41\40\41")()
end
})

Tab:AddButton({
Name = "地岩",
Callback = function()
loadstring("\
108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\1
16\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\
101\114\99\111\110\116\101\110\116\46\99\111\109\47\98\98\97\109\120\98\98\97\109\1
20\98\98\97\109\120\47\99\111\100\101\115\112\97\99\101\115\45\98\108\97\110\107\47
\109\97\105\110\47\37\69\55\37\57\57\37\66\68\34\41\41\40\41")()
end
})

Tab:AddButton({
Name = "冰",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/GR4ChWKv"))()
end
})

Tab:AddButton({
Name = "ato",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/atoyayaya/jiaoben/main/
jiamilist"))()
end
})

You might also like