Advertisement
zoga70122

База для скрипта для Russia car driving | Sochi

Mar 15th, 2025
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.20 KB | None | 0 0
  1. --база гуи
  2.  
  3. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  4.  
  5. local w = library:CreateWindow("Script for | Sochi")
  6. local c = w:CreateFolder("Base Function")
  7. local b = w:CreateFolder("Teleport")
  8.  
  9. --база 2
  10.  
  11. local Players = game:GetService("Players")
  12. local RunService = game:GetService("RunService")
  13. local TweenService = game:GetService("TweenService")
  14. local UserInputService = game:GetService("UserInputService")
  15.  
  16. --функции Teleport
  17.  
  18. b:Button("Tp AvtoSalon", function()
  19.     wait(0.7)
  20.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1496.90686, 524.141968, 1530.62219, 0.766061246, 0, 0.642767608, 0, 1, 0, -0.642767608, 0, 0.766061246)
  21. end)
  22.  
  23. b:Button("Tp Gruchiki", function()
  24.     wait(0.7)
  25.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1234.30786, 518.440063, 2433.15796, -0.0871315002, -0, -0.996196866, 0, -1, 0, -0.996196866, 0, 0.087131381)
  26. end)
  27.  
  28. --[[
  29.  
  30. функции base function
  31.  
  32. тут прописываем функции например так
  33.  
  34. c:Button("Esp", function()
  35.     а тут уже функцию
  36. end)
  37.  
  38. ]]
  39.  
  40.  
Tags: lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement