Advertisement
Samoni

Untitled

Oct 30th, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. -- بداية السكربت
  2. print("بدء السكربت")
  3.  
  4. wait(0.5)
  5. game.StarterGui:SetCore("SendNotification", {
  6. Title = "تم تفعيل",
  7. Text = "تم صنع سكربت قبل حمزة",
  8. Duration = 5,
  9. })
  10.  
  11. local button = script.Parent
  12. if button == nil then
  13. print("خطأ: الزر غير موجود")
  14. else
  15. print("تم العثور على الزر")
  16. end
  17.  
  18. button.MouseButton1Click:Connect(function()
  19. print("تم الضغط على الزر")
  20. button:UpdateButton("تم تحميل")
  21. end)
  22.  
  23. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  24. local Window = Library.CreateLib("سكربت فيه سكربتات شبه معروفة", "DarkTheme")
  25. local Tab = Window:NewTab("سكربتات blade b")
  26. local Section = Tab:NewSection("auto parry")
  27. Section:NewButton("سكربت", "سكربت صد تلقائي", function()
  28. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/Alexisisback/Universall/refs/heads/main/Testblade.lua", true))()
  29. end)
  30. local Tab = Window:NewTab("سكربت chat bypass")
  31. local Section = Tab:NewSection("سب و شتم")
  32.  
  33. Section:NewButton("سكربت", "سكربت هو هاك", function()
  34. print("Clicked")loadstring(game:HttpGet("https://pastebin.com/raw/keSD0xcp"))()
  35. end)
  36. local Tab = Window:NewTab("سكربت brooha")
  37. local Section = Tab:NewSection("حصول على نجمة، اخرى")
  38. Section:NewButton("اضغط", "ButtonInfo", function()
  39. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/REDzHUB/main/REDzHUB"))()
  40. end)
  41. local Tab = Window:NewTab("سكربت dress to impress")
  42. local Section = Tab:NewSection("تم حذف بعض ميزاة قديمة بسبب تحديث هالوين")
  43.  
  44. Section:NewButton("🤨اضغط علي 😳", "سكربت صنعوه بنات", function()
  45. print("Clicked")pcall(function()
  46. loadstring(game:HttpGet("https://raw.githubusercontent.com/hellohellohell012321/DTI-GUI-V2/main/dti_gui_v2.lua",true))()
  47. end)
  48. end)
  49. button:UpdateButton("لست مسؤولا")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement