0% found this document useful (0 votes)
60 views5 pages

Orion Library Script for Roblox GUI

The document contains code for an Orion GUI hub with multiple tabs and buttons for a variety of exploits in an unnamed game. The tabs include Silent Aim, ESP, Gun Mods, Misc, UI Settings and Credits. The buttons provide functions for toggling silent aim, ESP, infinite ammo, no recoil, no spread, increased fire rate, no reload time, critical hits, infinite jump and changing walkspeed. The code loads the Orion library and creates the window, tabs and buttons to construct the GUI.

Uploaded by

ahmetcanalpalt
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)
60 views5 pages

Orion Library Script for Roblox GUI

The document contains code for an Orion GUI hub with multiple tabs and buttons for a variety of exploits in an unnamed game. The tabs include Silent Aim, ESP, Gun Mods, Misc, UI Settings and Credits. The buttons provide functions for toggling silent aim, ESP, infinite ammo, no recoil, no spread, increased fire rate, no reload time, critical hits, infinite jump and changing walkspeed. The code loads the Orion library and creates the window, tabs and buttons to construct the GUI.

Uploaded by

ahmetcanalpalt
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

local OrionLib =

loadstring(game:HttpGet(('[Link]
source')))()

local Window = OrionLib:MakeWindow({


Name = "AkryyHub",
HidePremium = false,
SaveConfig = true,
ConfigFolder = "OrionTest"
})

local Tab = Window:MakeTab({


Name = "Silent Aim",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

Tab:AddButton({
Name = "Silent Aim (ON)",
Callback = function()
function getplrsname()
for i,v in pairs(game:GetChildren()) do
if [Link] == "Players" then
return [Link]
end
end
end
local players = getplrsname()
local plr = game[players].LocalPlayer
[Link]([Link](function()
while wait(1) do
[Link]([Link](function()
for _,v in pairs(game[players]:GetPlayers()) do
if [Link] ~= [Link] and [Link] then
[Link] = false
[Link] = 10
[Link] = [Link](13,13,13)

[Link] = false
[Link] = 10
[Link] = [Link](13,13,13)

[Link] = false
[Link] = 10
[Link] = [Link](13,13,13)

[Link] = false
[Link] = 10
[Link] = [Link](13,13,13)

end
end
end))
end
end))
end
})

Tab:AddButton({
Name = "Silent Aim (OFF)",
Callback = function()
for _,v in pairs(game:GetService("Players"):GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer and [Link] then
[Link] = false
[Link] = 1
[Link] = [Link](1,1,1)

[Link] = false
[Link] = 1
[Link] = [Link](1,1,1)

[Link] = false
[Link] = 1
[Link] = [Link](1,1,1)

[Link] = false
[Link] = 1
[Link] = [Link](13,13,13)
end
end
end
})

local Tab2 = Window:MakeTab({


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

Tab2:AddButton({
Name = "ESP (ON)",
Callback = function()
loadstring(game:HttpGet("[Link]
end
})

local Tab3 = Window:MakeTab({


Name = "Gun Mods",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

Tab3:AddButton({
Name = "Infinite Ammo",
Callback = function()
local replicationstorage = [Link]

while wait() do

game:GetService("Players").[Link]
ue = 999

game:GetService("Players").[Link]
lue = 999
end
end
})
Tab3:AddButton({
Name = "No recoil",
Callback = function()
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Weapons = [Link]:GetDescendants()

for i, v in pairs(Weapons) do
if [Link] == "RecoilControl" then
[Link] = 0
end
end
end
})

Tab3:AddButton({
Name = "No spread",
Callback = function()
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Weapons = [Link]:GetDescendants()

for i, v in pairs(Weapons) do
if [Link] == "MaxSpread" then
[Link] = 0
end
end
end
})

Tab3:AddButton({
Name = "Fire Rate",
Callback = function()
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Weapons = [Link]:GetDescendants()

for i, v in pairs(Weapons) do
if [Link] == "FireRate" then
[Link] = 0.05
end
end
end
})

Tab3:AddButton({
Name = "No Reload Time",
Callback = function()
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Weapons = [Link]:GetDescendants()

for i, v in pairs(Weapons) do
if [Link] == "ReloadTime" then
[Link] = 1
end
end
end
})

Tab3:AddButton({
Name = "Crit",
Callback = function()
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Weapons = [Link]:GetDescendants()

for i, v in pairs(Weapons) do
if [Link] == "Crit" then
[Link] = 20
end
end
end
})

local Tab4 = Window:MakeTab({


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

Tab4:AddSlider({
Name = "Slider",
Min = 16,
Max = 999,
Default = 16,
Color = [Link](255,255,255),
Increment = 1,
ValueName = "walkspeed",
Callback = function(Value)
[Link] = (Value)
end
})

Tab4:AddButton({
Name = "Infinite Jump",
Callback = function()
_G.infinjump = not _G.infinjump

if _G.infinJumpStarted == nil then


-- Ensures this only runs once to save resources
_G.infinJumpStarted = true

-- Notifies readiness
[Link]:SetCore("SendNotification", {Title="From Akryy
Developer", Text="To disable press again the button!", Duration=5})

-- The actual infinite jump


local plr = game:GetService('Players').LocalPlayer
local m = plr:GetMouse()
[Link]:connect(function(k)
if _G.infinjump then
if k:byte() == 32 then
humanoid =
game:GetService('Players').[Link]:FindFirstChildOfClass('Humanoid')
humanoid:ChangeState('Jumping')
wait()
humanoid:ChangeState('Seated')
end
end
end)
end
end
})

local Tab5 = Window:MakeTab({


Name = "UI Settings",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Tab5 = Window:MakeTab({
Name = "Credits",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

Tab5:AddLabel("Created by Akryy,cpkq,Legit")

Tab5:AddLabel("Our discord server:[Link]

You might also like