Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[Крч я ебал в рот ваши
- Скрипты если хотите дорабатывайте
- Но я эту хуйню не буду делать
- ]]
- --Библиотека
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))()
- --даем базу
- local Players = game:GetService("Players")
- local RunService = game:GetService("RunService")
- local TweenService = game:GetService("TweenService")
- local UserInputService = game:GetService("UserInputService")
- local LocalPlayer = Players.LocalPlayer
- --Выбираем тему,Называем меню
- local Window = Library.CreateLib("Old Piter[Pre-Version]", "RJTheme1")
- -- Создаем табличку
- local Tab = Window:NewTab("General")
- local Section = Tab:NewSection("General Function")
- -- Прописываем функции
- Section:NewButton("Farm(Cant off if you wanna stop rejoin)", "Farm-Info", function()
- repeat
- --[[
- серваки
- ]]
- local Players = game:GetService("Players")
- --[[
- база
- ]]
- local Player = Players.LocalPlayer
- local Mouse = Player:GetMouse()
- local FireClick = fireclickdetector or false
- --[[
- проверочка
- ]]
- if not FireClick then
- while true do end
- end
- --[[
- а вот и сама функция
- ]]
- local Connection;
- Connection = Mouse.Button1Down:Connect(function()
- local Path = workspace["\208\147\209\128\209\131\208\183\209\135\208\184\208\186"].Box
- if Path then
- local ClickDetector = Path:FindFirstChildOfClass("ClickDetector", true) or Path.Parent:FindFirstChildOfClass("ClickDetector") or Path:FindFirstAncestorOfClass("ClickDetector")
- if ClickDetector and Connection ~= nil then
- Connection:Disconnect()
- while true do
- task.wait(0.1)
- wait(PressDelay)
- FireClick(ClickDetector, 0)
- end
- end
- end
- end)
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2597.80859, -272.193298, 855.414917) * CFrame.Angles(0, math.rad(90), 0)
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2597.92383, -270.141693, 879.680725) * CFrame.Angles(0, math.rad(90), 0)
- until false
- end)
- --[[
- И так далее
- ]]
- Section:NewButton("Esp", "Esp-Info", function()
- --[[
- занимаемся хуйней
- ]]
- getgenv().Toggle = true
- getgenv().TC = false
- local PlayerName = "Name"
- local P = game:GetService("Players")
- local LP = P.LocalPlayer
- local DB = false
- game.StarterGui:SetCore("SendNotification", {
- Title = "Notification",
- Text = "(Normal script)" ,
- Button1 = "Off",
- Duration = math.huge
- })
- while task.wait() do
- if not getgenv().Toggle then
- break
- end
- if DB then
- return
- end
- DB = true
- pcall(function()
- for i,v in pairs(P:GetChildren()) do
- if v:IsA("Player") then
- if v ~= LP then
- if v.Character then
- local pos = math.floor(((LP.Character:FindFirstChild("HumanoidRootPart")).Position - (v.Character:FindFirstChild("HumanoidRootPart")).Position).magnitude)
- if v.Character:FindFirstChild("Totally NOT Esp") == nil and v.Character:FindFirstChild("Icon") == nil and getgenv().TC == false then
- local ESP = Instance.new("Highlight", v.Character)
- ESP.Name = "Totally NOT Esp"
- ESP.Adornee = v.Character
- ESP.Archivable = true
- ESP.Enabled = true
- ESP.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
- ESP.FillColor = v.TeamColor.Color
- ESP.FillTransparency = 0.5
- ESP.OutlineColor = Color3.fromRGB(255, 255, 255)
- ESP.OutlineTransparency = 0
- local Icon = Instance.new("BillboardGui", v.Character)
- local ESPText = Instance.new("TextLabel")
- Icon.Name = "Icon"
- Icon.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Icon.Active = true
- Icon.AlwaysOnTop = true
- Icon.ExtentsOffset = Vector3.new(0, 1, 0)
- Icon.LightInfluence = 1.000
- Icon.Size = UDim2.new(0, 800, 0, 50)
- ESPText.Name = "ESP Text"
- ESPText.Parent = Icon
- ESPText.BackgroundColor3 = v.TeamColor.Color
- ESPText.BackgroundTransparency = 1.000
- ESPText.Size = UDim2.new(0, 800, 0, 50)
- ESPText.Font = Enum.Font.SciFi
- ESPText.Text = v[PlayerName].." | Distance: "..pos
- ESPText.TextColor3 = v.TeamColor.Color
- ESPText.TextSize = 10.800
- ESPText.TextWrapped = true
- else
- if v.TeamColor ~= LP.TeamColor and v.Character:FindFirstChild("Totally NOT Esp") == nil and v.Character:FindFirstChild("Icon") == nil and getgenv().TC == true then
- local ESP = Instance.new("Highlight", v.Character)
- ESP.Name = "Totally NOT Esp"
- ESP.Adornee = v.Character
- ESP.Archivable = true
- ESP.Enabled = true
- ESP.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
- ESP.FillColor = v.TeamColor.Color
- ESP.FillTransparency = 0.5
- ESP.OutlineColor = Color3.fromRGB(255, 255, 255)
- ESP.OutlineTransparency = 0
- local Icon = Instance.new("BillboardGui", v.Character)
- local ESPText = Instance.new("TextLabel")
- Icon.Name = "Icon"
- Icon.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Icon.Active = true
- Icon.AlwaysOnTop = true
- Icon.ExtentsOffset = Vector3.new(0, 1, 0)
- Icon.LightInfluence = 1.000
- Icon.Size = UDim2.new(0, 800, 0, 50)
- ESPText.Name = "ESP Text"
- ESPText.Parent = Icon
- ESPText.BackgroundColor3 = v.TeamColor.Color
- ESPText.BackgroundTransparency = 1.000
- ESPText.Size = UDim2.new(0, 800, 0, 50)
- ESPText.Font = Enum.Font.SciFi
- ESPText.Text = v[PlayerName].." | Distance: "..pos
- ESPText.TextColor3 = v.TeamColor.Color
- ESPText.TextSize = 10.800
- ESPText.TextWrapped = true
- else
- if not v.Character:FindFirstChild("Totally NOT Esp").FillColor == v.TeamColor.Color and not v.Character:FindFirstChild("Icon").TextColor3 == v.TeamColor.Color then
- v.Character:FindFirstChild("Totally NOT Esp").FillColor = v.TeamColor.Color
- v.Character:FindFirstChild("Icon").TextColor3 = v.TeamColor.Color
- else
- if v.Character:FindFirstChild("Totally NOT Esp").Enabled == false and v.Character:FindFirstChild("Icon").Enabled == false then
- v.Character:FindFirstChild("Totally NOT Esp").Enabled = true
- v.Character:FindFirstChild("Icon").Enabled = true
- else
- if v.Character:FindFirstChild("Icon") then
- v.Character:FindFirstChild("Icon")["ESP Text"].Text = v[PlayerName].." | Distance: "..pos
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end)
- wait()
- DB = false
- end
- end)
- Section:NewButton("Inf-Yield", "Inf-Yield-Info", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- Section:NewButton("Speed-Hack-Car", "Speed-Hack-Car-Info", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/8rE1jgSy'))()
- end)
- Section:NewDropdown("Teleport", "Teleport-Info", {"Авторынок", "Дпс", "Грузчики"}, function(qwe)
- if qwe == "Авторынок" then
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2720.57715, -270.239014, -2708.61938, 0.182495654, 0.0321976319, -0.982679307, -0.173688442, 0.984800637, 1.1049211e-05, 0.967743576, 0.17067802, 0.185314178)
- elseif qwe == "Дпс" then
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3478.69312, -269.284515, 884.34436, 0.982681513, 0, 0.185302719, 0, 1, 0, -0.185302719, 0, 0.982681513)
- elseif qwe == "Грузчики" then
- wait(0.5)
- game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2597.92383, -270.141693, 879.680725, 1.4424324e-05, -0.707153797, -0.70705986, -1, -1.4424324e-05, -5.9902668e-06, -5.9902668e-06, 0.70705986, -0.707153797)
- end
- end)
- Section:NewSlider("Speed", "Speed-Info", 350, 0, function(s) -- 500 (Макс. значение) | 0 (Мин. значение)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- Section:NewSlider("Gravity", "Gravity-Info", 700, 0, function(f) -- 500 (Макс. значение) | 0 (Мин. значение)
- game.workspace.Gravity = f
- end)
- -- Создаем еще табличку
- local Tab = Window:NewTab("Trolling")
- local Section = Tab:NewSection("Soon.........")
- -- Создаем еще табличку
- local Tab = Window:NewTab("Credits")
- local Section = Tab:NewSection("Credits general")
- -- Прописываем функции
- Section:NewButton("Script made by henni", "Hello", function()
- end)
- Section:NewButton("Update be soon.", "Hello", function()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement