Message On 07-08-2024 at 12.01
Message On 07-08-2024 at 12.01
loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/
source')))()
local Window = OrionLib:MakeWindow({Name = "Jetru Scripts | Sword Simulator
[BETA] ", HidePremium = false, IntroText = "Jetru Scripts", SaveConfig = true,
ConfigFolder = "OrionTest"})
local ReplicatedStorage, RunService, Workspace, Lighting, Players =
game:GetService("ReplicatedStorage"), game:GetService("RunService"),
game:GetService("Workspace"), game:GetService("Lighting"),
game:GetService("Players")
if game.PlaceId == 16436007861
or game.PlaceId == 17856546976
or game.PlaceId == 17678973277
or game.PlaceId == 17678973620
or game.PlaceId == 17678973875
or game.PlaceId == 17678974142
or game.PlaceId == 17678974410
or game.PlaceId == 17766697506 then
-- Values
getgenv().SwordSimulator = {
AutoRebirth = false;
AutoDamage = false,
KillAura = false;
ClaimGift = false;
GetCodes = false;
MazeGem = false;
RaidGem = false;
};
-- Functions
function AutoDamage()
while getgenv().SwordSimulator.AutoDamage == true do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Weapon")
:WaitForChild("TakeDamage"):FireServer()
wait(.001)
end
end
function KillAura()
while getgenv().SwordSimulator.KillAura == true do
while wait(15) do
getgenv().G = true
getgenv().Creator = 'https://discord.gg/B3HqPPzFYr - HalloweenGaster'
while getgenv().G and getgenv().Creator == 'https://discord.gg/B3HqPPzFYr -
HalloweenGaster' do
wait(1)
sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", 112412400000)
sethiddenproperty(game.Players.LocalPlayer, "MaxSimulationRadius", 112412400000)
for i,d in pairs(game:GetService("Workspace"):GetDescendants()) do
if d.ClassName == 'Humanoid' and d.Parent.Name ~= game.Players.LocalPlayer.Name
then
d.Health = 0
end
end
end
end
end
end
function AutoRebirth()
while getgenv().SwordSimulator.AutoRebirth == true do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(1,2,3,4,5,6,7
,8)
end
end
function ClaimGift()
while getgenv().SwordSimulator.ClaimGift == true do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(1)
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(2)
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(3)
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(4)
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(5)
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(6)
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(7)
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Online"):WaitForChild("TryGetOnlineGift"):InvokeServer(8)
wait(3)
end
end
function GetCodes()
while getgenv().SwordSimulator.GetCodes == true do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Reward"):WaitForChild("CodeReward"):FireServer("like15k")
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Reward"):WaitForChild("CodeReward"):FireServer("like200k")
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Reward"):WaitForChild("CodeReward"):FireServer("3000like")
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Reward"):WaitForChild("CodeReward"):FireServer("1000like")
wait(3)
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("Reward"):WaitForChild("CodeReward"):FireServer("welcome")
wait(900000)
end
end
function MazeGem()
while getgenv().SwordSimulator.MazeGem == true do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BackRoom
"):WaitForChild("CollectChest"):FireServer()
wait(2)
end
end
function RaidGem()
while getgenv().SwordSimulator.RaidGem == true do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Common")
:WaitForChild("DailyShop"):WaitForChild("BuyItem"):FireServer(3)
wait(4)
end
end
-- Toggles
local Tab = Window:MakeTab({
Name = "Farm",
Icon = "rbxassetid://15403180883",
PremiumOnly = false
})
-- Tabs
Tab:AddToggle({
Name = "Auto Damage",
Default = false,
Callback = function(Value)
getgenv().SwordSimulator.AutoDamage = Value
if Value then AutoDamage() end
end
})
Tab:AddToggle({
Name = "Kill Aura",
Default = false,
Callback = function(Value)
getgenv().SwordSimulator.KillAura = Value
if Value then KillAura() end
end
})
Tab:AddToggle({
Name = "Auto Rebirth",
Default = false,
Callback = function(Value)
getgenv().SwordSimulator.AutoRebirth = Value
if Value then AutoRebirth() end
end
})
MiscTab:AddToggle({
Name = "Claim Gifts",
Default = false,
Callback = function(Value)
getgenv().SwordSimulator.ClaimGift = Value
if Value then ClaimGift() end
end
})
MiscTab:AddToggle({
Name = "Get Codes",
Default = false,
Callback = function(Value)
getgenv().SwordSimulator.GetCodes = Value
if Value then GetCodes() end
end
})
BRTab:AddToggle({
Name = "Maze Gems",
Default = false,
Callback = function(Value)
getgenv().SwordSimulator.MazeGem = Value
if Value then MazeGem() end
end
})
BRTab:AddToggle({
Name = "Raid Gems",
Default = false,
Callback = function(Value)
getgenv().SwordSimulator.RaidGem = Value
if Value then RaidGem() end
end
})
end
OrionLib:Init()