Advertisement
ARY106_7

سكربت البداية

Mar 17th, 2024
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. --AR3AB TEAM من صنع المهري سكربتات في سكربت العرب AR3AB سكربت ل كل العرب--
  2.  
  3. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  4. local Window = Library.CreateLib("سكربت العرب", "BloodTheme")
  5. local Tab = Window:NewTab("قسم التخريب")
  6. local Section = Tab:NewSection("من zx107")
  7. Section:NewButton("سكربت ", "سكربت هو هاك", function() print("Clicked")
  8. loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))()
  9. print("Clicked")
  10. loadstring(game:HttpGet('https://raw.githubusercontent.com/raw-scriptpastebin/raw/main/B_Genesis'))()
  11. end)
  12. local Tab = Window:NewTab(" من القوى ايوب سكربتات ")print("Clicked")loadstring(game:HttpGet('https://pastebin.com/raw/YSL3xKYU'))()
  13.  
  14. local Tab = Window:NewTab("اتحكم في الشخصيه")
  15. Section:NewSlider("السرعه", "الشخصيه", 1000, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  16. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  17. end)
  18.  
  19. Section:NewSlider("الشخصيه نط", "SliderInfo", 1000, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  20. game.Players.LocalPlayer.Character.Humanoid.jumpPoewr = s
  21. end)
  22. Section:NewToggle("on", "off", function(state)
  23. if state then
  24. print("Toggle On")
  25. else
  26. print("Toggle Off")
  27. end
  28. end)
  29.  
  30. Section:NewToggle("ToggleText", "ToggleInfo", function(state)
  31. if state then
  32. print("Toggle On")
  33. else
  34. print("Toggle Off")
  35. end
  36. end)
  37. for theme, color in pairs(themes) do
  38. Section:NewColorPicker(theme, "Change your "..theme, color, function(color3)
  39. Library:ChangeColor(theme, color3)
  40. end)
  41. end
  42. local colors = {
  43. SchemeColor = Color3.fromRGB(0,255,255),
  44. Background = Color3.fromRGB(0, 0, 0),
  45. Header = Color3.fromRGB(0, 0, 0),
  46. TextColor = Color3.fromRGB(255,255,255),
  47. ElementColor = Color3.fromRGB(20, 20, 20)
  48. }local oldList = {
  49. "2019",
  50. "2020"
  51. }
  52. local newList = {
  53. "2021",
  54. "2022"
  55. }
  56. local dropdown = Section:NewDropdown("Dropdown","Info", oldList, function()
  57.  
  58. end)
  59. Section:NewButton("Update Dropdown", "Refreshes Dropdown", function()
  60. dropdown:Refresh(newList)
  61. end)
  62. Section:NewColorPicker("Color Text", "Color Info", Color3.fromRGB(0,0,0), function(color)
  63. print(color)
  64. -- Second argument is the default color
  65. end)
  66. Section:NewDropdown("DropdownText", "DropdownInf", {"Option 1", "Option 2", "Option 3"}, function(currentOption)
  67. print(currentOption)
  68. end)
  69. print("Clicked")
  70. loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
  71. print("Clicked")
  72. loadstring(game:HttpGet('https://raw.githubusercontent.com/ZoiIntra/Dec/main/mystichub'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement