From 366a06e7c86b75c1cc3b78a8eb5022476b71cf80 Mon Sep 17 00:00:00 2001 From: shjshshsjsu <122176104+shjshshsjsu@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:40:49 +0300 Subject: [PATCH] Update Orion Lib Example.lua --- Orion Lib/Orion Lib Example.lua | 124 ++++++++++++++++---------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/Orion Lib/Orion Lib Example.lua b/Orion Lib/Orion Lib Example.lua index fd46768..35ee62b 100644 --- a/Orion Lib/Orion Lib Example.lua +++ b/Orion Lib/Orion Lib Example.lua @@ -1,62 +1,62 @@ -local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() - -OrionLib:MakeNotification({ - Name = "Orion Example", - Content = "Orion Example", - Image = "rbxassetid://4483345998", - Time = 5 -}) - - -local Window = OrionLib:MakeWindow({Name = "Orion Example", HidePremium = false, SaveConfig = true, ConfigFolder = "Orion"}) - ---Player Tab-- - -local PlayerTab = Window:MakeTab({ - Name = "Player", - Icon = "rbxassetid://4483345998", - PremiumOnly = false -}) - -local PlayerSection = PlayerTab:AddSection({ - Name = "Player" -}) - - -PlayerSection:AddSlider({ - Name = "Walkspeed", - Min = 16, - Max = 100, - Default = 5, - Color = Color3.fromRGB(255,255,255), - Increment = 1, - ValueName = "Walkspeed", - Callback = function(Value) - game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value - end -}) - ---Player Tab End-- - ---Settings Tab-- - -local SettingsTab = Window:MakeTab({ - Name = "Settings", - Icon = "rbxassetid://4483345998", - PremiumOnly = false -}) - -local SettingsSection = SettingsTab:AddSection({ - Name = "Settings" -}) - -SettingsSection:AddButton({ - Name = "Destroy UI", - Callback = function() - OrionLib:Destroy() - end -}) - ---Settings End-- - -OrionLib:Init() --UI Lib End +local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() + +OrionLib:MakeNotification({ + Name = "Script", + Content = "Script Açıldı İyi Oyunlar", + Image = "rbxassetid://4483345998", + Time = 5 +}) + + +local Window = OrionLib:MakeWindow({Name = "Orion Example", HidePremium = false, SaveConfig = true, ConfigFolder = "Orion"}) + +--Player Tab-- + +local PlayerTab = Window:MakeTab({ + Name = "Reach", + Icon = "rbxassetid://4483345998", + PremiumOnly = false +}) + +local PlayerSection = PlayerTab:AddSection({ + Name = "Reach" +}) +ReachSection:AddButton({ + Name = "200 STUD" + Callback = function() + while wait(0.3) do + local args = { + [1] = workspace.TPSSystem.TPS, + [2] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, + [3] = 30, + [4] = Vector3.new(4000000, 300, 4000000) +} + +workspace.FE.Actions.KickG1:FireServer(unpack(args)) + end + }) + +--Player Tab End-- + +--Settings Tab-- + +local SettingsTab = Window:MakeTab({ + Name = "Settings", + Icon = "rbxassetid://4483345998", + PremiumOnly = false +}) + +local SettingsSection = SettingsTab:AddSection({ + Name = "Settings" +}) + +SettingsSection:AddButton({ + Name = "Destroy UI", + Callback = function() + OrionLib:Destroy() + end +}) + +--Settings End-- + +OrionLib:Init() --UI Lib End