Advertisement
ARY106_7

سكربت فنتر لاند من صنعي

Aug 4th, 2024 (edited)
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/R5yimwnZ')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "🤤 سكربت احلام العصر درجه اولى | فنتر لاند ⚔️", SearchBar = { Default = 'بحث قوائم في السكربت', ClearTextOnFocus = true }, HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. local Tab = Window:MakeTab({
  6. Name = "تنقل في ماب ⚔️",
  7. Icon = "rbxassetid://4483345998",
  8. PremiumOnly = false
  9. })
  10.  
  11. Tab:AddButton({
  12. Name = "تنقل في تدريب (1) ⚔️",
  13. Callback = function()
  14. print("button pressed")
  15. --👇حط سكربت هنا👇--
  16. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100, 50, -2800)
  17. end
  18. })
  19.  
  20. Tab:AddButton({
  21. Name = "تدريب 2 (2) ⚔️",
  22. Callback = function()
  23. print("button pressed")
  24. --👇حط سكربت هنا👇--
  25. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-500, 300, -2000)
  26. wait(0.5)
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-500, 50, -6000)
  28. wait(0.5)
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1000, 50, -3004)
  30. wait(0.9)
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1000, 50, -3004)
  32. end
  33. })
  34. -- system | بعده جرب سكربت و راح تفهم اكثر
  35.  
  36.  
  37. -- system | بعده جرب سكربت و راح تفهم اكثر
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement