Advertisement
ARY106_7
Mar 29th, 2024
28
0
Never
This is comment for paste ملك سكربتات
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait(0.3)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "شكرا على استخدام سكربت";
  4. Text = ""; -- what the text says (ofc)
  5. Duration = 5;
  6. })wait(0)
  7. game.StarterGui:SetCore("SendNotification", {
  8. Title = "مصمم سكربت";
  9. Text = "ياسر/f5 Yasser قناة"; -- what the text says (ofc)
  10. Duration = 5;
  11. })
  12. wait(3)
  13. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  14. local Window = Library.CreateLib("ملك سكربتات/V1/Hub", "DarkTheme")
  15. --سكربت-
  16. local Tab = Window:NewTab("بداية")
  17.  
  18. Section:NewLabel(سكربت عربي"")
  19. Section:NewLabel("مو مسروق")
  20. Section:NewLabel("و تقدر تنشر عادي")
  21. Section:NewLabel("تيم F5")
  22.  
  23. Section:NewTextBox("اكتب اسمك هنا:)", "اكتب اي أشياء", function(txt)
  24. print(txt)
  25. end)
  26. local Tab = Window:NewTab("تحكم في شخصه")
  27. Section:NewButton("سكربت تحكم", "ButtonInfo", function() print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/rouxhaver/scripts/main/FE%20chat%20for%20someone.Lua"))();
  28. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement