Advertisement
kill21_2

ohio англиский

May 26th, 2025 (edited)
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.87 KB | None | 0 0
  1. local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()
  2. local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/SaveManager.lua"))()
  3. local InterfaceManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/InterfaceManager.lua"))()
  4.  
  5. local Window = Fluent:CreateWindow({
  6. Title = "1Qlua - Universal Script Hub",
  7. SubTitle = "by 1Qlua | Version 19",
  8. TabWidth = 160,
  9. Size = UDim2.fromOffset(580, 600),
  10. Acrylic = true,
  11. Theme = "Dark",
  12. MinimizeKey = Enum.KeyCode.LeftControl
  13. })
  14.  
  15. local Tabs = {
  16. Player = Window:AddTab({ Title = "Player", Icon = "map" }),
  17. tp = Window:AddTab({ Title = "Teleports", Icon = "plane" }),
  18. auto = Window:AddTab({ Title = "Auto-Farms", Icon = "code" }),
  19. gui = Window:AddTab({ Title = "GUI", Icon = "shield-check" }),
  20. kill = Window:AddTab({ Title = "Kill all BETA", Icon = "swords" }),
  21. all = Window:AddTab({ Title = "All", Icon = "fingerprint" }),
  22. aimbot = Window:AddTab({ Title = "Aimbot", Icon = "crosshair" }),
  23. Settings = Window:AddTab({ Title = "Settings", Icon = "settings" })
  24. }
  25.  
  26. local Options = Fluent.Options
  27.  
  28. Tabs.Player:AddParagraph({
  29. Title = "Player",
  30. Content = ""
  31. })
  32.  
  33. Tabs.Player:AddButton({
  34. Title = "Запустить русскую версия",
  35. Description = "Русская версия",
  36. Callback = function()
  37. loadstring(game:HttpGet('https://pastebin.com/raw/JENqZVm5'))()
  38. end
  39. })
  40.  
  41. Tabs.Player:AddButton({
  42. Title = "Launch all necessary scripts",
  43. Description = "For farming",
  44. Callback = function()
  45. loadstring(game:HttpGet('https://pastebin.com/raw/wqDvBEWU'))()
  46. end
  47. })
  48.  
  49. Tabs.Player:AddButton({
  50. Title = "Invisibility (Press T)",
  51. Description = "You can kill while being invisible",
  52. Callback = function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/Dqji3mkq"))()
  54. end
  55. })
  56.  
  57. Tabs.Player:AddButton({
  58. Title = "Fly (Press V)",
  59. Description = "Fly around",
  60. Callback = function()
  61. loadstring(game:HttpGet('https://pastebin.com/raw/9bNj1EcR'))()
  62. end
  63. })
  64.  
  65. Tabs.Player:AddButton({
  66. Title = "TP on CTRL+Click",
  67. Description = "Teleport to click location",
  68. Callback = function()
  69. loadstring(game:HttpGet('https://pastebin.com/raw/icB69Hhf'))()
  70. end
  71. })
  72.  
  73. Tabs.Player:AddButton({
  74. Title = "Fast TP",
  75. Description = "Tool for quick teleportation",
  76. Callback = function()
  77. loadstring(game:HttpGetAsync("https://pastebin.com/raw/tumJ5guV"))()
  78. end
  79. })
  80.  
  81. Tabs.Player:AddButton({
  82. Title = "ESP",
  83. Description = "See through walls",
  84. Callback = function()
  85. loadstring(game:HttpGet('https://pastebin.com/raw/r97SAaUa'))()
  86. end
  87. })
  88.  
  89. Tabs.tp:AddParagraph({
  90. Title = "Teleports",
  91. Content = ""
  92. })
  93.  
  94. Tabs.tp:AddButton({
  95. Title = "TP to Player",
  96. Description = "Teleport to other players",
  97. Callback = function()
  98. loadstring(game:HttpGet('https://pastebin.com/raw/z4HARAHs'))()
  99. end
  100. })
  101.  
  102. Tabs.tp:AddButton({
  103. Title = "TP to Locations",
  104. Description = "Teleport to various places",
  105. Callback = function()
  106. loadstring(game:HttpGet('https://pastebin.com/raw/nrJ7cVcJ'))()
  107. end
  108. })
  109.  
  110. Tabs.tp:AddButton({
  111. Title = "Ammo for Weapons",
  112. Description = "Teleports you",
  113. Callback = function()
  114. loadstring(game:HttpGet"https://pastebin.com/raw/6Frtt9qE")()
  115. end
  116. })
  117.  
  118. Tabs.tp:AddButton({
  119. Title = "Collect Useful Items",
  120. Description = "Teleports you to useful items",
  121. Callback = function()
  122. loadstring(game:HttpGet"https://pastebin.com/raw/ftE4WZvV")()
  123. end
  124. })
  125.  
  126. Tabs.tp:AddButton({
  127. Title = "TP to Cases",
  128. Description = "Select the desired case",
  129. Callback = function()
  130. loadstring(game:HttpGet"https://pastebin.com/raw/VvnWtHhJ")()
  131. end
  132. })
  133.  
  134. Tabs.auto:AddParagraph({
  135. Title = "Auto-Farm",
  136. Content = ""
  137. })
  138.  
  139. Tabs.auto:AddButton({
  140. Title = "Auto-Farm Junk V2",
  141. Description = "Automatic junk collection",
  142. Callback = function()
  143. loadstring(game:HttpGet('https://pastebin.com/raw/HNwdknXk'))()
  144. end
  145. })
  146.  
  147. Tabs.auto:AddButton({
  148. Title = "ATM Auto-Farm",
  149. Description = "Automatic ATM farming",
  150. Callback = function()
  151. loadstring(game:HttpGet('https://pastebin.com/raw/szznrYvx'))()
  152. end
  153. })
  154.  
  155. Tabs.gui:AddParagraph({
  156. Title = "Game Interface",
  157. Content = ""
  158. })
  159.  
  160. Tabs.gui:AddButton({
  161. Title = "Change Server",
  162. Description = "Quickly switch servers",
  163. Callback = function()
  164. loadstring(game:HttpGet("https://raw.githubusercontent.com/Syr0nix/RedFoxServerBowser/refs/heads/main/Mainlua"))()
  165. end
  166. })
  167.  
  168. Tabs.gui:AddButton({
  169. Title = "Mini Hub",
  170. Description = "1Qlua scripts for Ohio",
  171. Callback = function()
  172. loadstring(game:HttpGet"https://pastebin.com/raw/fef2FzGc")()
  173. end
  174. })
  175.  
  176. Tabs.kill:AddParagraph({
  177. Title = "kill all",
  178. Content = "Doesn't work on xeno, JJsploit, solara"
  179. })
  180.  
  181. Tabs.kill:AddButton({
  182. Title = "Tutorial",
  183. Description = "Copies YouTube link",
  184. Callback = function()
  185. loadstring(game:HttpGet("https://pastebin.com/raw/87aMLT2e"))()
  186. end
  187. })
  188.  
  189. Tabs.kill:AddButton({
  190. Title = "All Kill",
  191. Description = "Watch the tutorial first then use",
  192. Callback = function()
  193. loadstring(game:HttpGet("https://pastebin.com/raw/EYfQeHNd"))()
  194. end
  195. })
  196.  
  197. Tabs.all:AddParagraph({
  198. Title = "Scripts for Ohio",
  199. Content = "Last update: 05/08/2025"
  200. })
  201.  
  202. Tabs.all:AddParagraph({
  203. Title = "Player",
  204. Content = ""
  205. })
  206.  
  207. Tabs.all:AddButton({
  208. Title = "Fly (Press V)",
  209. Description = "Fly around",
  210. Callback = function()
  211. loadstring(game:HttpGet('https://pastebin.com/raw/9bNj1EcR'))()
  212. end
  213. })
  214.  
  215. Tabs.all:AddButton({
  216. Title = "TP on CTRL+Click",
  217. Description = "Teleport to click location",
  218. Callback = function()
  219. loadstring(game:HttpGet('https://pastebin.com/raw/icB69Hhf'))()
  220. end
  221. })
  222.  
  223. Tabs.all:AddButton({
  224. Title = "Fast TP",
  225. Description = "Tool for quick teleportation",
  226. Callback = function()
  227. loadstring(game:HttpGetAsync("https://pastebin.com/raw/tumJ5guV"))()
  228. end
  229. })
  230.  
  231. Tabs.all:AddButton({
  232. Title = "TP to Player",
  233. Description = "Teleport to other players",
  234. Callback = function()
  235. loadstring(game:HttpGet('https://pastebin.com/raw/z4HARAHs'))()
  236. end
  237. })
  238.  
  239. Tabs.all:AddButton({
  240. Title = "TP to Locations",
  241. Description = "Teleport to various places",
  242. Callback = function()
  243. loadstring(game:HttpGet('https://pastebin.com/raw/nrJ7cVcJ'))()
  244. end
  245. })
  246.  
  247. Tabs.all:AddButton({
  248. Title = "ESP",
  249. Description = "See through walls",
  250. Callback = function()
  251. loadstring(game:HttpGet('https://pastebin.com/raw/r97SAaUa'))()
  252. end
  253. })
  254.  
  255. Tabs.all:AddButton({
  256. Title = "Change Server",
  257. Description = "Quickly switch servers",
  258. Callback = function()
  259. loadstring(game:HttpGet("https://raw.githubusercontent.com/Syr0nix/RedFoxServerBowser/refs/heads/main/Mainlua"))()
  260. end
  261. })
  262.  
  263. Tabs.all:AddParagraph({
  264. Title = "Teleports",
  265. Content = ""
  266. })
  267.  
  268. Tabs.all:AddButton({
  269. Title = "Ammo for Weapons",
  270. Description = "Teleports you",
  271. Callback = function()
  272. loadstring(game:HttpGet"https://pastebin.com/raw/6Frtt9qE")()
  273. end
  274. })
  275.  
  276. Tabs.all:AddButton({
  277. Title = "Collect Useful Items",
  278. Description = "Teleports you to useful items",
  279. Callback = function()
  280. loadstring(game:HttpGet"https://pastebin.com/raw/ftE4WZvV")()
  281. end
  282. })
  283.  
  284. Tabs.all:AddButton({
  285. Title = "TP to Cases",
  286. Description = "Select the desired case",
  287. Callback = function()
  288. loadstring(game:HttpGet"https://pastebin.com/raw/VvnWtHhJ")()
  289. end
  290. })
  291.  
  292. Tabs.all:AddButton({
  293. Title = "Mini Hub",
  294. Description = "1Qlua scripts for Ohio",
  295. Callback = function()
  296. loadstring(game:HttpGet"https://pastebin.com/raw/fef2FzGc")()
  297. end
  298. })
  299.  
  300. Tabs.all:AddParagraph({
  301. Title = "Auto-Farm",
  302. Content = ""
  303. })
  304.  
  305. Tabs.all:AddButton({
  306. Title = "Auto-Farm Junk V2",
  307. Description = "Automatic junk collection",
  308. Callback = function()
  309. loadstring(game:HttpGet('https://pastebin.com/raw/HNwdknXk'))()
  310. end
  311. })
  312.  
  313. Tabs.all:AddButton({
  314. Title = "ATM Auto-Farm",
  315. Description = "Automatic ATM farming",
  316. Callback = function()
  317. loadstring(game:HttpGet('https://pastebin.com/raw/szznrYvx'))()
  318. end
  319. })
  320.  
  321. Tabs.all:AddButton({
  322. Title = "Launch all necessary scripts",
  323. Description = "For farming",
  324. Callback = function()
  325. loadstring(game:HttpGet('https://pastebin.com/raw/wqDvBEWU'))()
  326. end
  327. })
  328.  
  329. SaveManager:SetLibrary(Fluent)
  330. InterfaceManager:SetLibrary(Fluent)
  331. SaveManager:IgnoreThemeSettings()
  332. InterfaceManager:SetFolder("1Qlua")
  333. SaveManager:SetFolder("1Qlua/UniversalScriptHub")
  334.  
  335. -- Add Aimbot at the end (new tab)
  336. local players = game:GetService("Players")
  337. local plr = players.LocalPlayer
  338. local wrk = game:GetService("Workspace")
  339. local camera = wrk.CurrentCamera
  340. local mouse = plr:GetMouse()
  341.  
  342. -- Aimbot variables
  343. local aimbotEnabled = false
  344. local aimParts = {"Head"}
  345. local aiming = false
  346. local predictionStrength = 0.065
  347. local smoothing = 0.05
  348. local aimFov = 100
  349. local wallCheck = true
  350. local teamCheck = false
  351. local currentTarget = nil
  352.  
  353. -- Color system
  354. local colorOptions = {
  355. "Red",
  356. "Green",
  357. "Blue",
  358. "Yellow",
  359. "Purple"
  360. }
  361.  
  362. local colorValues = {
  363. ["Red"] = Color3.fromRGB(255, 0, 0),
  364. ["Green"] = Color3.fromRGB(0, 255, 0),
  365. ["Blue"] = Color3.fromRGB(0, 0, 255),
  366. ["Yellow"] = Color3.fromRGB(255, 255, 0),
  367. ["Purple"] = Color3.fromRGB(128, 0, 128)
  368. }
  369.  
  370. local circleColor = colorValues["Red"]
  371. local targetedColor = colorValues["Green"]
  372.  
  373. -- FOV Circle
  374. local fovCircle = Drawing.new("Circle")
  375. fovCircle.Thickness = 2
  376. fovCircle.Radius = aimFov
  377. fovCircle.Filled = false
  378. fovCircle.Color = circleColor
  379. fovCircle.Visible = false
  380.  
  381. -- Aimbot functions
  382. local function checkTeam(player)
  383. return teamCheck and player.Team == plr.Team
  384. end
  385.  
  386. local function getClosestPart(character)
  387. local closestPart = nil
  388. local shortestDistance = aimFov
  389.  
  390. for _, partName in ipairs(aimParts) do
  391. local part = character:FindFirstChild(partName)
  392. if part then
  393. local partPos = camera:WorldToViewportPoint(part.Position)
  394. if partPos.Z > 0 then
  395. local distance = (Vector2.new(partPos.X, partPos.Y) - Vector2.new(mouse.X, mouse.Y)).Magnitude
  396. if distance < shortestDistance then
  397. shortestDistance = distance
  398. closestPart = part
  399. end
  400. end
  401. end
  402. end
  403.  
  404. return closestPart
  405. end
  406.  
  407. local function getTarget()
  408. local closestPlayer = nil
  409. local closestPart = nil
  410. local shortestDistance = aimFov
  411.  
  412. for _, player in ipairs(players:GetPlayers()) do
  413. if player ~= plr and player.Character and not checkTeam(player) then
  414. local part = getClosestPart(player.Character)
  415. if part then
  416. local distance = (Vector2.new(camera:WorldToViewportPoint(part.Position).X, camera:WorldToViewportPoint(part.Position).Y) - Vector2.new(mouse.X, mouse.Y)).Magnitude
  417. if distance < shortestDistance then
  418. shortestDistance = distance
  419. closestPlayer = player
  420. closestPart = part
  421. end
  422. end
  423. end
  424. end
  425.  
  426. return closestPlayer, closestPart
  427. end
  428.  
  429. local function aimAt(player, part)
  430. if player and part then
  431. local predictedPosition = part.Position + (player.Character.HumanoidRootPart.Velocity * predictionStrength)
  432. camera.CFrame = camera.CFrame:Lerp(CFrame.new(camera.CFrame.Position, predictedPosition), smoothing)
  433. end
  434. end
  435.  
  436. -- Aimbot UI
  437. Tabs.aimbot:AddToggle("AimbotEnabled", {
  438. Title = "Enable Aimbot",
  439. Default = false,
  440. Callback = function(Value)
  441. aimbotEnabled = Value
  442. fovCircle.Visible = Value
  443. end
  444. })
  445.  
  446. Tabs.aimbot:AddDropdown("AimPart", {
  447. Title = "Body Part",
  448. Values = {"Head", "HumanoidRootPart", "Torso"},
  449. Default = "Head",
  450. Callback = function(Value)
  451. aimParts = {Value}
  452. end
  453. })
  454.  
  455. Tabs.aimbot:AddSlider("Smoothing", {
  456. Title = "Smoothing",
  457. Min = 1,
  458. Max = 100,
  459. Default = 37,
  460. Rounding = 0,
  461. Callback = function(Value)
  462. smoothing = 1 - (Value / 100)
  463. end
  464. })
  465.  
  466. Tabs.aimbot:AddSlider("Prediction", {
  467. Title = "Prediction",
  468. Min = 0,
  469. Max = 0.2,
  470. Default = 0.02,
  471. Rounding = 3,
  472. Callback = function(Value)
  473. predictionStrength = Value
  474. end
  475. })
  476.  
  477. Tabs.aimbot:AddSlider("FOV", {
  478. Title = "Field of View",
  479. Min = 10,
  480. Max = 1000,
  481. Default = 50,
  482. Rounding = 0,
  483. Callback = function(Value)
  484. aimFov = Value
  485. fovCircle.Radius = Value
  486. end
  487. })
  488.  
  489. Tabs.aimbot:AddToggle("WallCheck", {
  490. Title = "Wall Check",
  491. Default = false,
  492. Callback = function(Value)
  493. wallCheck = Value
  494. end
  495. })
  496.  
  497. Tabs.aimbot:AddToggle("TeamCheck", {
  498. Title = "Team Check",
  499. Default = false,
  500. Callback = function(Value)
  501. teamCheck = Value
  502. end
  503. })
  504.  
  505. Tabs.aimbot:AddDropdown("FOVColor", {
  506. Title = "FOV Color",
  507. Values = colorOptions,
  508. Default = "Red",
  509. Callback = function(Value)
  510. circleColor = colorValues[Value]
  511. fovCircle.Color = circleColor
  512. end
  513. })
  514.  
  515. Tabs.aimbot:AddDropdown("TargetColor", {
  516. Title = "Target Color",
  517. Values = colorOptions,
  518. Default = "Green",
  519. Callback = function(Value)
  520. targetedColor = colorValues[Value]
  521. end
  522. })
  523.  
  524. -- Main loop
  525. game:GetService("RunService").RenderStepped:Connect(function()
  526. if aimbotEnabled then
  527. fovCircle.Position = Vector2.new(mouse.X, mouse.Y + 36)
  528.  
  529. if aiming then
  530. if currentTarget then
  531. fovCircle.Color = targetedColor
  532. aimAt(currentTarget, currentTarget.Character[aimParts[1]])
  533. else
  534. currentTarget = getTarget()
  535. end
  536. else
  537. fovCircle.Color = circleColor
  538. currentTarget = nil
  539. end
  540. end
  541. end)
  542.  
  543. mouse.Button2Down:Connect(function()
  544. if aimbotEnabled then
  545. aiming = true
  546. end
  547. end)
  548.  
  549. mouse.Button2Up:Connect(function()
  550. if aimbotEnabled then
  551. aiming = false
  552. end
  553. end)
  554.  
  555. -- Finish interface setup
  556. InterfaceManager:BuildInterfaceSection(Tabs.Settings)
  557. SaveManager:BuildConfigSection(Tabs.Settings)
  558.  
  559. Window:SelectTab(1)
  560.  
  561. Fluent:Notify({
  562. Title = "1Qlua",
  563. Content = "Universal Script Hub successfully loaded!",
  564. Duration = 8
  565. })
  566.  
  567. SaveManager:LoadAutoloadConfig()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement