Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function()
- local OrionLib = loadstring(game:HttpGet("\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\106\101\110\115\111\110\104\105\114\115\116\47\79\114\105\111\110\47\109\97\105\110\47\115\111\117\114\99\101"))()
- local Players = game:GetService("\80\108\97\121\101\114\115")
- local player = Players.LocalPlayer
- -- مفتاح التفعيل الصحيح
- local correctKey = "\88\108\67\79\119\45\53\109\99\106\51\113\51\121\111\45\50\84\101\102\102\48\98\51\52"
- -- نافذة طلب مفتاح التفعيل
- local KeyWindow = OrionLib:MakeWindow({
- Name = "\70\108\116\114\32\72\117\98\32\45\32\65\99\116\105\118\97\116\105\111\110",
- HidePremium = true,
- SaveConfig = false,
- IntroEnabled = false,
- NoClose = true,
- })
- local keyValid = false
- KeyWindow:MakeTab({
- Name = "\65\99\116\105\118\97\116\105\111\110",
- }):AddTextbox({
- Name = "\69\110\116\101\114\32\75\101\121",
- PlaceholderText = "ادخل مفتاح التفعيل هنا",
- Callback = function(inputKey)
- if inputKey == correctKey then
- keyValid = true
- OrionLib:MakeNotification({
- Name = "\83\117\99\99\101\115\115",
- Content = "تم التفعيل بنجاح! جاري فتح الواجهة...",
- Image = "rbxassetid://4483345998",
- Time = 3
- })
- KeyWindow:Destroy()
- else
- OrionLib:MakeNotification({
- Name = "\69\114\114\111\114",
- Content = "المفتاح غير صحيح، حاول مرة أخرى.",
- Image = "rbxassetid://4483345998",
- Time = 3
- })
- end
- end,
- })
- repeat wait() until keyValid
- print("Fltr Hub Activated by Majid!")
- end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement