Advertisement
zoga70122

Cheat Old piter [Pre-Version].lua

Jan 8th, 2025 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 0
  1.  
  2.  
  3. --[[Крч я ебал в рот ваши
  4. Скрипты если хотите дорабатывайте
  5. Но я эту хуйню не буду делать
  6. ]]
  7.  
  8.  
  9.  
  10. --Библиотека
  11.  
  12.  
  13. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))()
  14.  
  15.  
  16. --даем базу
  17.  
  18.  
  19.  
  20. local Players = game:GetService("Players")
  21. local RunService = game:GetService("RunService")
  22. local TweenService = game:GetService("TweenService")
  23. local UserInputService = game:GetService("UserInputService")
  24. local LocalPlayer = Players.LocalPlayer
  25.  
  26.  
  27.  
  28.  
  29.  
  30. --Выбираем тему,Называем меню
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. local Window = Library.CreateLib("Old Piter[Pre-Version]", "RJTheme1")
  38.  
  39.  
  40.  
  41. -- Создаем табличку
  42.  
  43. local Tab = Window:NewTab("General")
  44.  
  45. local Section = Tab:NewSection("General Function")
  46.  
  47. -- Прописываем функции
  48.  
  49.  
  50.  
  51. Section:NewButton("Farm(Cant off if you wanna stop rejoin)", "Farm-Info", function()
  52. repeat
  53.  
  54. --[[
  55. серваки
  56. ]]
  57.  
  58. local Players = game:GetService("Players")
  59.  
  60. --[[
  61. база
  62. ]]
  63.  
  64. local Player = Players.LocalPlayer
  65. local Mouse = Player:GetMouse()
  66. local FireClick = fireclickdetector or false
  67.  
  68. --[[
  69. проверочка
  70. ]]
  71.  
  72. if not FireClick then
  73. while true do end
  74. end
  75.  
  76. --[[
  77. а вот и сама функция
  78. ]]
  79.  
  80. local Connection;
  81. Connection = Mouse.Button1Down:Connect(function()
  82. local Path = workspace["\208\147\209\128\209\131\208\183\209\135\208\184\208\186"].Box
  83. if Path then
  84. local ClickDetector = Path:FindFirstChildOfClass("ClickDetector", true) or Path.Parent:FindFirstChildOfClass("ClickDetector") or Path:FindFirstAncestorOfClass("ClickDetector")
  85. if ClickDetector and Connection ~= nil then
  86. Connection:Disconnect()
  87. while true do
  88. task.wait(0.1)
  89. wait(PressDelay)
  90. FireClick(ClickDetector, 0)
  91. end
  92. end
  93. end
  94. end)
  95.  
  96. wait(0.7)
  97. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2597.80859, -272.193298, 855.414917) * CFrame.Angles(0, math.rad(90), 0)
  98. wait(0.7)
  99. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2597.92383, -270.141693, 879.680725) * CFrame.Angles(0, math.rad(90), 0)
  100. until false
  101. end)
  102.  
  103. --[[
  104. И так далее
  105. ]]
  106.  
  107. Section:NewButton("Esp", "Esp-Info", function()
  108.  
  109.  
  110. --[[
  111. занимаемся хуйней
  112. ]]
  113.  
  114.  
  115. getgenv().Toggle = true
  116. getgenv().TC = false
  117. local PlayerName = "Name"
  118.  
  119.  
  120. local P = game:GetService("Players")
  121. local LP = P.LocalPlayer
  122.  
  123.  
  124. local DB = false
  125.  
  126.  
  127. game.StarterGui:SetCore("SendNotification", {
  128. Title = "Notification",
  129. Text = "(Normal script)" ,
  130. Button1 = "Off",
  131. Duration = math.huge
  132. })
  133.  
  134.  
  135. while task.wait() do
  136. if not getgenv().Toggle then
  137. break
  138. end
  139. if DB then
  140. return
  141. end
  142. DB = true
  143.  
  144.  
  145. pcall(function()
  146. for i,v in pairs(P:GetChildren()) do
  147. if v:IsA("Player") then
  148. if v ~= LP then
  149. if v.Character then
  150.  
  151. local pos = math.floor(((LP.Character:FindFirstChild("HumanoidRootPart")).Position - (v.Character:FindFirstChild("HumanoidRootPart")).Position).magnitude)
  152.  
  153.  
  154. if v.Character:FindFirstChild("Totally NOT Esp") == nil and v.Character:FindFirstChild("Icon") == nil and getgenv().TC == false then
  155.  
  156. local ESP = Instance.new("Highlight", v.Character)
  157.  
  158. ESP.Name = "Totally NOT Esp"
  159. ESP.Adornee = v.Character
  160. ESP.Archivable = true
  161. ESP.Enabled = true
  162. ESP.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  163. ESP.FillColor = v.TeamColor.Color
  164. ESP.FillTransparency = 0.5
  165. ESP.OutlineColor = Color3.fromRGB(255, 255, 255)
  166. ESP.OutlineTransparency = 0
  167.  
  168.  
  169. local Icon = Instance.new("BillboardGui", v.Character)
  170. local ESPText = Instance.new("TextLabel")
  171.  
  172. Icon.Name = "Icon"
  173. Icon.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  174. Icon.Active = true
  175. Icon.AlwaysOnTop = true
  176. Icon.ExtentsOffset = Vector3.new(0, 1, 0)
  177. Icon.LightInfluence = 1.000
  178. Icon.Size = UDim2.new(0, 800, 0, 50)
  179.  
  180. ESPText.Name = "ESP Text"
  181. ESPText.Parent = Icon
  182. ESPText.BackgroundColor3 = v.TeamColor.Color
  183. ESPText.BackgroundTransparency = 1.000
  184. ESPText.Size = UDim2.new(0, 800, 0, 50)
  185. ESPText.Font = Enum.Font.SciFi
  186. ESPText.Text = v[PlayerName].." | Distance: "..pos
  187. ESPText.TextColor3 = v.TeamColor.Color
  188. ESPText.TextSize = 10.800
  189. ESPText.TextWrapped = true
  190. else
  191. if v.TeamColor ~= LP.TeamColor and v.Character:FindFirstChild("Totally NOT Esp") == nil and v.Character:FindFirstChild("Icon") == nil and getgenv().TC == true then
  192.  
  193. local ESP = Instance.new("Highlight", v.Character)
  194.  
  195. ESP.Name = "Totally NOT Esp"
  196. ESP.Adornee = v.Character
  197. ESP.Archivable = true
  198. ESP.Enabled = true
  199. ESP.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  200. ESP.FillColor = v.TeamColor.Color
  201. ESP.FillTransparency = 0.5
  202. ESP.OutlineColor = Color3.fromRGB(255, 255, 255)
  203. ESP.OutlineTransparency = 0
  204.  
  205.  
  206. local Icon = Instance.new("BillboardGui", v.Character)
  207. local ESPText = Instance.new("TextLabel")
  208.  
  209. Icon.Name = "Icon"
  210. Icon.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  211. Icon.Active = true
  212. Icon.AlwaysOnTop = true
  213. Icon.ExtentsOffset = Vector3.new(0, 1, 0)
  214. Icon.LightInfluence = 1.000
  215. Icon.Size = UDim2.new(0, 800, 0, 50)
  216.  
  217. ESPText.Name = "ESP Text"
  218. ESPText.Parent = Icon
  219. ESPText.BackgroundColor3 = v.TeamColor.Color
  220. ESPText.BackgroundTransparency = 1.000
  221. ESPText.Size = UDim2.new(0, 800, 0, 50)
  222. ESPText.Font = Enum.Font.SciFi
  223. ESPText.Text = v[PlayerName].." | Distance: "..pos
  224. ESPText.TextColor3 = v.TeamColor.Color
  225. ESPText.TextSize = 10.800
  226. ESPText.TextWrapped = true
  227. else
  228. if not v.Character:FindFirstChild("Totally NOT Esp").FillColor == v.TeamColor.Color and not v.Character:FindFirstChild("Icon").TextColor3 == v.TeamColor.Color then
  229. v.Character:FindFirstChild("Totally NOT Esp").FillColor = v.TeamColor.Color
  230. v.Character:FindFirstChild("Icon").TextColor3 = v.TeamColor.Color
  231. else
  232. if v.Character:FindFirstChild("Totally NOT Esp").Enabled == false and v.Character:FindFirstChild("Icon").Enabled == false then
  233. v.Character:FindFirstChild("Totally NOT Esp").Enabled = true
  234. v.Character:FindFirstChild("Icon").Enabled = true
  235. else
  236. if v.Character:FindFirstChild("Icon") then
  237. v.Character:FindFirstChild("Icon")["ESP Text"].Text = v[PlayerName].." | Distance: "..pos
  238. end
  239. end
  240. end
  241. end
  242. end
  243. end
  244. end
  245. end
  246. end
  247. end)
  248.  
  249. wait()
  250.  
  251. DB = false
  252. end
  253. end)
  254.  
  255. Section:NewButton("Inf-Yield", "Inf-Yield-Info", function()
  256. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  257. end)
  258.  
  259. Section:NewButton("Speed-Hack-Car", "Speed-Hack-Car-Info", function()
  260. loadstring(game:HttpGet('https://pastebin.com/raw/8rE1jgSy'))()
  261. end)
  262.  
  263. Section:NewDropdown("Teleport", "Teleport-Info", {"Авторынок", "Дпс", "Грузчики"}, function(qwe)
  264. if qwe == "Авторынок" then
  265. wait(0.5)
  266. 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)
  267. elseif qwe == "Дпс" then
  268. wait(0.5)
  269. 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)
  270. elseif qwe == "Грузчики" then
  271. wait(0.5)
  272. 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)
  273. end
  274. end)
  275.  
  276.  
  277.  
  278.  
  279. Section:NewSlider("Speed", "Speed-Info", 350, 0, function(s) -- 500 (Макс. значение) | 0 (Мин. значение)
  280. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  281. end)
  282.  
  283. Section:NewSlider("Gravity", "Gravity-Info", 700, 0, function(f) -- 500 (Макс. значение) | 0 (Мин. значение)
  284. game.workspace.Gravity = f
  285. end)
  286.  
  287.  
  288.  
  289. -- Создаем еще табличку
  290.  
  291. local Tab = Window:NewTab("Trolling")
  292.  
  293. local Section = Tab:NewSection("Soon.........")
  294.  
  295.  
  296.  
  297.  
  298. -- Создаем еще табличку
  299.  
  300. local Tab = Window:NewTab("Credits")
  301.  
  302. local Section = Tab:NewSection("Credits general")
  303.  
  304. -- Прописываем функции
  305.  
  306. Section:NewButton("Script made by henni", "Hello", function()
  307.  
  308. end)
  309.  
  310. Section:NewButton("Update be soon.", "Hello", function()
  311.  
  312. end)
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
Tags: lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement