Argetnar Redcliff City RP Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "KeyHub Argetnar", HidePremium = true, SaveConfig = true, ConfigFolder = "OrionTest"}) if game.GameId ~= 83698882665 then OrionLib:MakeNotification({ Name = "Warning!", Content = "Invalid game", Image = "rbxassetid://4483345998", Time = 5 }) setclipboard("https://www.roblox.com/games/8369888266") end OrionLib:MakeNotification({ Name = "Your in!", Content = "Argetnar KeyHub v128", Image = "rbxassetid://4483345998", Time = 5 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/ArgetnarYT/scripts/main/Key.lua"))() function MakeScriptHub() loadstring(game:HttpGet("https://raw.githubusercontent.com/ArgetnarYT/scripts/main/RCRP.lua"))() end function CorrectKeyNotifications() OrionLib:MakeNotification({ Name = "Correct Key", Content = "Welcome :D", Image = "rbxassetid://4483345998", Time = 2 }) end function WrongKeyNotifications() OrionLib:MakeNotification({ Name = " Wrong Key", Content = "Wrong key", Image = "rbxassetid://4483345998", Time = 5 }) end function GetKeyNotifications() OrionLib:MakeNotification({ Name = "GetKey", Content = "Discord Link Copied =)", Image = "rbxassetid://4483345998", Time = 5 }) end local Tab = Window:MakeTab({ Name = "Key", Icon = "rbxassetid://4483345998", PremiumOnly = false }) Tab:AddTextbox({ Name = "Enter Key", Default = "", TextDisappear = true, Callback = function(Value) _G.KeyInput = Value end }) Tab:AddButton({ Name = "Check Key!", Callback = function() if _G.KeyInput == _G.EnterKey then CorrectKeyNotifications() wait(3) MakeScriptHub() else WrongKeyNotifications() end end }) Tab:AddLabel("Get Key") Tab:AddButton({ Name = "Copy link!", Callback = function() setclipboard("https://discord.gg/DaKyeHFx8d") GetKeyNotifications() end }) Tab:AddButton({ Name = "Copy Link on Game", Callback = function() setclipboard("https://www.roblox.com/games/8369888266") end })