Advertisement
ZX7

ملك سكربتات

ZX7
Jan 5th, 2023 (edited)
511
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  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)
  29.  
  30.  
  31.  
  32. local Tab = Window:NewTab("تحكم في شخصه")
  33.  
Advertisement
Comments
  • ARY106_7
    1 year
    # text 1.14 KB | 0 0
    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)
Add Comment
Please, Sign In to add comment
Advertisement