Advertisement
ZX7

Untitled

ZX7
Jun 10th, 2023 (edited)
7,224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  55. local Window = OrionLib:MakeWindow({Name = "سكربت فنتر لاند", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  56.  
  57. local Tab = Window:MakeTab({
  58. Name = "بداية",
  59. Icon = "",
  60. PremiumOnly = false
  61. })
  62.  
  63. local Section = Tab:AddSection({
  64. Name = "F5 من صنع "
  65. })
  66.  
  67. local Section = Tab:AddSection({
  68. Name = "خرب سيرفر يا وحش"
  69. })
  70.  
  71. local Tab = Window:MakeTab({
  72. Name = "سكربتات تخريب",
  73. Icon = "rbxassetid://4483345998",
  74. PremiumOnly = false
  75. })
  76.  
  77. Tab:AddButton({
  78. Name = "سكربت لاق في شات",
  79. Callback = function()
  80. print("button pressed")
  81. --👇حط سكربت هنا👇--
  82. loadstring(game:HttpGet("https://raw.githubusercontent.com/BidoSkinsYT/BidoSkinsYT/main/Fe%20lag%20chat%20Gui"))()
  83. end
  84. })
  85.  
  86. Tab:AddButton({
  87. Name = "سكربت ادمن تخريب قوي",
  88. Callback = function()
  89. print("button pressed")
  90. --👇حط سكربت هنا👇--
  91. loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua'))()
  92. end
  93. })
  94.  
  95.  
  96. Tab:AddButton({
  97. Name = "سكربت مطرقه",
  98. Callback = function()
  99. print("button pressed")
  100. --👇حط سكربت هنا👇--
  101. loadstring(game:HttpGet("https://pastebin.com/raw/nNSuskqK",true))()
  102. end
  103. })
  104. -- system | بعده جرب سكربت و راح تفهم اكثر
  105.  
  106.  
  107. Tab:AddButton({
  108. Name = "سكربت chat hax",
  109. Callback = function()
  110. print("button pressed")
  111. --👇حط سكربت هنا👇--
  112. loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))()
  113. end
  114. })
  115. -- system | بعده جرب سكربت و راح تفهم اكثر
  116.  
  117.  
  118. Tab:AddButton({
  119. Name = "سكربت يطير ناس",
  120. Callback = function()
  121. print("button pressed")
  122. --👇حط سكربت هنا👇--
  123. loadstring(game:HttpGet("https://raw.githubusercontent.com/Traphood86/Finger-script-v2-/main/finger.txt"))();
  124. end
  125. })
  126. -- system | بعده جرب سكربت و راح تفهم اكثر
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. local Tab = Window:MakeTab({
  137. Name = "تنقل في ماب",
  138. Icon = "rbxassetid://4483345998",
  139. PremiumOnly = false
  140. })
  141.  
  142. Tab:AddButton({
  143. Name = "تنقل في تدريب",
  144. Callback = function()
  145. print("button pressed")
  146. --👇حط سكربت هنا👇--
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100, 50, -2800)
  148. end
  149. })
  150.  
  151. Tab:AddButton({
  152. Name = "تدريب 2",
  153. Callback = function()
  154. print("button pressed")
  155. --👇حط سكربت هنا👇--
  156. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-500, 300, -2000)
  157. wait(0.5)
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-500, 50, -6000)
  159. wait(0.5)
  160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1000, 50, -3004)
  161. wait(0.9)
  162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1000, 50, -3004)
  163. end
  164. })
  165. -- system | بعده جرب سكربت و راح تفهم اكثر
  166.  
  167.  
  168. -- system | بعده جرب سكربت و راح تفهم اكثر
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement