Advertisement
SanTeam

No

Nov 6th, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.43 KB | None | 0 0
  1. --//Leaked by darksoldierzzzz\\--
  2.  
  3. wait(1)
  4.  
  5. NotificationLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/lobox920/Notification-Library/Main/Library.lua"))()
  6.  
  7. NotificationLibrary:SendNotification("Success", "Game : Arsenal", 3)
  8.  
  9. local repo = 'https://raw.githubusercontent.com/violin-suzutsuki/LinoriaLib/main/'
  10. local Library = loadstring(game:HttpGet(repo .. 'Library.lua'))()
  11.  
  12. local ThemeManager = loadstring(game:HttpGet(repo .. 'addons/ThemeManager.lua'))()
  13. local SaveManager = loadstring(game:HttpGet(repo .. 'addons/SaveManager.lua'))()
  14.  
  15.  
  16. warn("Onetap Loaded Enjoy")
  17.  
  18.  
  19.  
  20. local ESP = loadstring(game:HttpGet("https://raw.githubusercontent.com/linemaster2/esp-library/main/library.lua"))();
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ESP.Enabled = false;
  27.  
  28. ESP.ShowBox = false;
  29.  
  30. ESP.ShowName = false;
  31.  
  32. ESP.ShowHealth = false;
  33.  
  34. ESP.ShowTracer = false;
  35.  
  36. ESP.ShowDistance = false;
  37.  
  38. ESP.ShowSkeletons = false;
  39.  
  40.  
  41.  
  42. local ESP_SETTINGS = {
  43.  
  44. BoxOutlineColor = Color3.new(1, 1, 1),
  45.  
  46. BoxColor = Color3.new(1, 1, 1),
  47.  
  48. NameColor = Color3.new(1, 1, 1),
  49.  
  50. HealthOutlineColor = Color3.new(0, 0, 0),
  51.  
  52. HealthHighColor = Color3.new(0, 1, 0),
  53.  
  54. HealthLowColor = Color3.new(1, 0, 0),
  55.  
  56. CharSize = Vector2.new(4, 6),
  57.  
  58. Teamcheck = false,
  59.  
  60. WallCheck = false,
  61.  
  62. Enabled = false,
  63.  
  64. ShowBox = false,
  65.  
  66. BoxType = "2D",
  67.  
  68. ShowName = false,
  69.  
  70. ShowHealth = false,
  71.  
  72. ShowDistance = false,
  73.  
  74. ShowSkeletons = false,
  75.  
  76. ShowTracer = false,
  77.  
  78. TracerColor = Color3.new(1, 1, 1),
  79.  
  80. TracerThickness = 2,
  81.  
  82. SkeletonsColor = Color3.new(1, 1, 1),
  83.  
  84. TracerPosition = "Bottom",
  85.  
  86. }
  87.  
  88.  
  89.  
  90. local fov = 100
  91. local RunService = game:GetService("RunService")
  92. local UserInputService = game:GetService("UserInputService")
  93. local Players = game:GetService("Players")
  94. local Cam = game.Workspace.CurrentCamera
  95.  
  96. local FOVring = Drawing.new("Circle")
  97. FOVring.Visible = false
  98. FOVring.Thickness = 2
  99. FOVring.Color = Color3.fromRGB(255, 0, 0)
  100. FOVring.Filled = false
  101. FOVring.Radius = fov
  102. FOVring.Position = Cam.ViewportSize / 2
  103.  
  104. local function updateDrawings()
  105. local camViewportSize = Cam.ViewportSize
  106. FOVring.Position = camViewportSize / 2
  107. end
  108.  
  109. local function onKeyDown(input)
  110. if input.KeyCode == Enum.KeyCode.Delete then
  111. RunService:UnbindFromRenderStep("FOVUpdate")
  112. FOVring:Remove()
  113. end
  114. end
  115.  
  116.  
  117.  
  118. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/tbao143/thaibao/refs/heads/main/Orionlibrary')))()
  119.  
  120.  
  121.  
  122. OrionLib:MakeNotification({
  123. Name = "Loading Please Wait",
  124. Content = "One More Seconds",
  125. Image = "rbxassetid://4483345998",
  126. Time = 5
  127. })
  128.  
  129. wait(3)
  130.  
  131. Library:SetWatermarkVisibility(true)
  132.  
  133. -- Example of dynamically-updating watermark with common traits (fps and ping)
  134. local FrameTimer = tick()
  135. local FrameCounter = 0;
  136. local FPS = 60;
  137.  
  138. local WatermarkConnection = game:GetService('RunService').RenderStepped:Connect(function()
  139. FrameCounter += 1;
  140.  
  141. if (tick() - FrameTimer) >= 1 then
  142. FPS = FrameCounter;
  143. FrameTimer = tick();
  144. FrameCounter = 0;
  145. end;
  146.  
  147. Library:SetWatermark(('Onetap | %s fps | %s ms'):format(
  148. math.floor(FPS),
  149. math.floor(game:GetService('Stats').Network.ServerStatsItem['Data Ping']:GetValue())
  150. ));
  151. end);
  152.  
  153.  
  154. local Window = OrionLib:MakeWindow({Name = "OneTap v2.2 | Arsenal", HidePremium = false, SaveConfig = true, IntroText = " SCRIPT LOADING...SCRIPT LOADING... SCRIPT LOADING...SCRIPT LOADING...SCRIPT LOADING...SCRIPT LOADING...SCRIPT LOADING...SCRIPT LOADING...SCRIPT LOADING...SCRIPT LOADING..."})
  155.  
  156.  
  157. local Tab = Window:MakeTab({
  158. Name = "Main",
  159. Icon = "rbxassetid://7733964719",
  160. PremiumOnly = false
  161. })
  162.  
  163. local Section = Tab:AddSection({
  164. Name = "Ddossssssss"
  165. })
  166.  
  167. Tab:AddLabel("Status : Detected")
  168.  
  169. Tab:AddLabel("Place Name : Arsenal")
  170.  
  171. local Tab = Window:MakeTab({
  172. Name = "Chat Fe",
  173. Icon = "rbxassetid://4483345998",
  174. PremiumOnly = false
  175. })
  176.  
  177. Tab:AddToggle({
  178. Name = "Admin",
  179. Default = false,
  180. Callback = function(x)
  181. if game.Players.LocalPlayer:FindFirstChild('IsAdmin') then
  182. game.Players.LocalPlayer.IsAdmin:Destroy()
  183. return
  184. end
  185. if x then
  186. local IsAdmin = Instance.new('IntValue', game.Players.LocalPlayer)
  187. IsAdmin.Name = "IsAdmin"
  188. end
  189. end
  190. })
  191.  
  192. Tab:AddToggle({
  193. Name = "vip",
  194. Default = false,
  195. Callback = function(x)
  196. if game.Players.LocalPlayer:FindFirstChild('OldVIP') then
  197. game.Players.LocalPlayer.OldVIP:Destroy()
  198. return
  199. end
  200. if x then
  201. local IsMod = Instance.new('IntValue', game.Players.LocalPlayer)
  202. IsMod.Name = "OldVIP"
  203. end
  204. end
  205. })
  206.  
  207.  
  208. Tab:AddToggle({
  209. Name = "Mod",
  210. Default = false,
  211. Callback = function(x)
  212. if game.Players.LocalPlayer:FindFirstChild('IsChad') then
  213. game.Players.LocalPlayer.IsChad:Destroy()
  214. return
  215. end
  216. if x then
  217. local IsMod = Instance.new('IntValue', game.Players.LocalPlayer)
  218. IsMod.Name = "IsChad"
  219. end
  220. end
  221. })
  222.  
  223. Tab:AddToggle({
  224. Name = "That cool",
  225. Default = false,
  226. Callback = function(x)
  227. if game.Players.LocalPlayer:FindFirstChild('Romin') then
  228. game.Players.LocalPlayer.Romin:Destroy()
  229. return
  230. end
  231. if x then
  232. local IsAdmin = Instance.new('IntValue', game.Players.LocalPlayer)
  233. IsAdmin.Name = "Romin"
  234. end
  235. end
  236. })
  237.  
  238.  
  239. local Tab = Window:MakeTab({
  240. Name = "Aimbot",
  241. Icon = "rbxassetid://7733765307",
  242. PremiumOnly = false
  243. })
  244.  
  245.  
  246.  
  247. local Section = Tab:AddSection({
  248. Name = "Aim"
  249. })
  250.  
  251.  
  252.  
  253.  
  254. Tab:AddButton({
  255. Name = "Silent Aim",
  256. Callback = function()
  257. function getplrsname() for i,v in pairs(game:GetChildren()) do if v.ClassName == "Players" then return v.Name end end end local players = getplrsname() local plr = game[players].LocalPlayer coroutine.resume(coroutine.create(function() while wait(1) do coroutine.resume(coroutine.create(function() for _,v in pairs(game[players]:GetPlayers()) do if v.Name ~= plr.Name and v.Character then v.Character.RightUpperLeg.CanCollide = false v.Character.RightUpperLeg.Transparency = 75 v.Character.RightUpperLeg.Size = Vector3.new(21,21,21) v.Character.LeftUpperLeg.CanCollide = false v.Character.LeftUpperLeg.Transparency = 75 v.Character.LeftUpperLeg.Size = Vector3.new(21,21,21) v.Character.HeadHB.CanCollide = false v.Character.HeadHB.Transparency = 75 v.Character.HeadHB.Size = Vector3.new(21,21,21) v.Character.HumanoidRootPart.CanCollide = false v.Character.HumanoidRootPart.Transparency = 75 v.Character.HumanoidRootPart.Size = Vector3.new(21,21,21) end end end)) end end))
  258. end
  259. })
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266. Tab:AddButton({
  267. Name = "Infinite Ammo",
  268. Callback = function()
  269. while wait() do game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client.Variables.ammocount.Value = 2 game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client.Variables.ammocount2.Value = 2
  270. end
  271. end
  272. })
  273.  
  274. local replicationstorage = game.ReplicatedStorage
  275.  
  276. Tab:AddButton({
  277. Name = "Fast fire",
  278. Callback = function()
  279. for i, v in pairs(replicationstorage.Weapons:GetDescendants()) do
  280. if v.Name == "FireRate" then
  281. v.Value = 0.05
  282. end
  283. end
  284. end
  285. })
  286.  
  287.  
  288. local Tab = Window:MakeTab({
  289. Name = "Movement",
  290. Icon = "rbxassetid://136136009702597",
  291. PremiumOnly = false
  292. })
  293.  
  294. Tab:AddToggle({
  295. Name = "Teleport Aura",
  296. Default = false,
  297. Callback = function(bool)
  298. getgenv().AutoFarm = bool
  299.  
  300. local runServiceConnection
  301. local mouseDown = false
  302. local player = game.Players.LocalPlayer
  303. local camera = game.Workspace.CurrentCamera
  304.  
  305. game:GetService("ReplicatedStorage").wkspc.CurrentCurse.Value = bool and "Infinite Ammo" or ""
  306.  
  307. function getClosestEnemyPlayer()
  308. local closestDistance = math.huge
  309. local closestPlayer = nil
  310.  
  311. for _, enemyPlayer in pairs(game.Players:GetPlayers()) do
  312. if enemyPlayer ~= player and enemyPlayer.TeamColor ~= player.TeamColor and enemyPlayer.Character then
  313. local character = enemyPlayer.Character
  314. local humanoidRootPart = character:FindFirstChild("HumanoidRootPart")
  315. local humanoid = character:FindFirstChild("Humanoid")
  316. if humanoidRootPart and humanoid and humanoid.Health > 0 then
  317. local distance = (player.Character.HumanoidRootPart.Position - humanoidRootPart.Position).Magnitude
  318. if distance < closestDistance and humanoidRootPart.Position.Y >= 0 then
  319. closestDistance = distance
  320. closestPlayer = enemyPlayer
  321. end
  322. end
  323. end
  324. end
  325.  
  326. return closestPlayer
  327. end
  328.  
  329. local function startAutoFarm()
  330. game:GetService("ReplicatedStorage").wkspc.TimeScale.Value = 12
  331.  
  332. runServiceConnection = game:GetService("RunService").Stepped:Connect(function()
  333. if getgenv().AutoFarm then
  334. local closestPlayer = getClosestEnemyPlayer()
  335. if closestPlayer then
  336. local targetPosition = closestPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 0, -4)
  337. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  338. player.Character.HumanoidRootPart.CFrame = CFrame.new(targetPosition)
  339. camera.CFrame = CFrame.new(camera.CFrame.Position, closestPlayer.Character.Head.Position)
  340.  
  341. if not mouseDown then
  342. mouse1press()
  343. mouseDown = true
  344. end
  345. end
  346. else
  347. if mouseDown then
  348. mouse1release()
  349. mouseDown = false
  350. end
  351. end
  352. else
  353. if runServiceConnection then
  354. runServiceConnection:Disconnect()
  355. runServiceConnection = nil
  356. end
  357. if mouseDown then
  358. mouse1release()
  359. mouseDown = false
  360. end
  361. end
  362. end)
  363. end
  364.  
  365. local function onCharacterAdded(character)
  366. wait(0.5)
  367. startAutoFarm()
  368. end
  369.  
  370. player.CharacterAdded:Connect(onCharacterAdded)
  371.  
  372. if bool then
  373. wait(0.5)
  374. startAutoFarm()
  375. else
  376. game:GetService("ReplicatedStorage").wkspc.CurrentCurse.Value = ""
  377. getgenv().AutoFarm = false
  378. game:GetService("ReplicatedStorage").wkspc.TimeScale.Value = 1
  379. if runServiceConnection then
  380. runServiceConnection:Disconnect()
  381. runServiceConnection = nil
  382. end
  383. if mouseDown then
  384. mouse1release()
  385. mouseDown = false
  386. end
  387. end
  388. end
  389. })
  390.  
  391.  
  392. Tab:AddButton({
  393. Name = "Speed Hack (50)",
  394. Callback = function()
  395. _G.WS = "50";
  396. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  397. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  398. Humanoid.WalkSpeed = _G.WS;
  399. end)
  400. Humanoid.WalkSpeed = _G.WS;
  401. end
  402. })
  403.  
  404. Tab:AddButton({
  405. Name = "Speed Hack (100)",
  406. Callback = function()
  407. _G.WS = "100";
  408. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  409. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  410. Humanoid.WalkSpeed = _G.WS;
  411. end)
  412. Humanoid.WalkSpeed = _G.WS;
  413. end
  414. })
  415.  
  416. local Tab = Window:MakeTab({
  417. Name = "Visual",
  418. Icon = "rbxassetid://7733954403",
  419. PremiumOnly = false
  420. })
  421.  
  422. Tab:AddToggle({
  423. Name = "Enable Esp",
  424. Default = false,
  425. Callback = function(Value)
  426. ESP.Enabled = Value;
  427. end
  428. })
  429.  
  430. Tab:AddToggle({
  431. Name = "Show Name Enemy",
  432. Default = false,
  433. Callback = function(Value)
  434. ESP.ShowName = Value;
  435. end
  436. })
  437.  
  438. Tab:AddToggle({
  439. Name = "Show Box Enemy",
  440. Default = false,
  441. Callback = function(Value)
  442. ESP.ShowBox = Value;
  443. end
  444. })
  445.  
  446. Tab:AddToggle({
  447. Name = "Show Tracers Enemy",
  448. Default = false,
  449. Callback = function(Value)
  450. ESP.ShowTracer = Value;
  451. end
  452. })
  453.  
  454. Tab:AddToggle({
  455. Name = "Show Health Enemy",
  456. Default = false,
  457. Callback = function(Value)
  458. ESP.ShowHealth = Value;
  459. end
  460. })
  461.  
  462. Tab:AddToggle({
  463. Name = "Show Enemy Skeleton",
  464. Default = false,
  465. Callback = function(Value)
  466. ESP.ShowSkeletons = Value;
  467. end
  468. })
  469.  
  470.  
  471. Tab:AddToggle({
  472. Name = "TeamCheck",
  473. Default = false,
  474. Callback = function(Value)
  475. ESP.Teamcheck = Value;
  476. end
  477. })
  478.  
  479. Tab:AddDropdown({
  480. Name = "Esp box Type",
  481. Default = "2D",
  482. Options = {"2D", "Corner Box Esp"},
  483. Callback = function(Value)
  484. ESP.BoxType = Value
  485. end
  486. })
  487.  
  488. Tab:AddDropdown({
  489. Name = "Tracer position",
  490. Default = "Bottom",
  491. Options = {"Bottom", "Top", "Middle"},
  492. Callback = function(Value)
  493. ESP.TracerPosition = Value;
  494. end
  495. })
  496.  
  497.  
  498.  
  499. local Section = Tab:AddSection({
  500. Name = "POV fov"
  501. })
  502.  
  503.  
  504.  
  505. Tab:AddToggle({
  506. Name = "Draw fov",
  507. Default = false,
  508. Callback = function(Value)
  509. FOVring.Visible = Value
  510. end
  511. })
  512.  
  513. Tab:AddToggle({
  514. Name = "Filled fov",
  515. Default = false,
  516. Callback = function(Value)
  517. FOVring.Filled = Value
  518. end
  519. })
  520.  
  521. Tab:AddSlider({
  522. Name = "fov Radius/Size",
  523. Min = 40,
  524. Max = 300,
  525. Default = 50,
  526. Color = Color3.fromRGB(255,255,255),
  527. Increment = 1,
  528. ValueName = "Radius",
  529. Callback = function(Value)
  530. FOVring.Radius = Value
  531. end
  532. })
  533.  
  534.  
  535.  
  536.  
  537. Tab:AddColorpicker({
  538. Name = "fov Color",
  539. Default = Color3.fromRGB(255, 0, 0),
  540. Callback = function(Value)
  541. FOVring.Color = Value
  542. end
  543. })
  544.  
  545. local Tab = Window:MakeTab({
  546. Name = "More",
  547. Icon = "rbxassetid://7734053426",
  548. PremiumOnly = false
  549. })
  550.  
  551. Tab:AddButton({
  552. Name = "Rainbow Gun (Skin FE)",
  553. Callback = function()
  554. local c = 1 function zigzag(X) return math.acos(math.cos(X * math.pi)) / math.pi end game:GetService("RunService").RenderStepped:Connect(function() if game.Workspace.Camera:FindFirstChild('Arms') then for i,v in pairs(game.Workspace.Camera.Arms:GetDescendants()) do if v.ClassName == 'MeshPart' then v.Color = Color3.fromHSV(zigzag(c),1,1) c = c + .0001 end end end end)
  555. end
  556. })
  557.  
  558. Tab:AddTextbox({
  559. Name = "HitBox This not work",
  560. Default = "Limit 1 don't put 0",
  561. TextDisappear = true,
  562. Callback = function(Value)
  563. _G.HeadSize = Value
  564. _G.Disabled = true
  565.  
  566. game:GetService('RunService').RenderStepped:connect(function()
  567. if _G.Disabled then
  568. for i,v in next, game:GetService('Players'):GetPlayers() do
  569. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  570. pcall(function()
  571. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  572. v.Character.HumanoidRootPart.Transparency = 0.7
  573. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  574. v.Character.HumanoidRootPart.Material = "Neon"
  575. v.Character.HumanoidRootPart.CanCollide = false
  576. end)
  577. end
  578. end
  579. end
  580. end)
  581. end
  582. })
  583.  
  584.  
  585.  
  586. Tab:AddButton({
  587. Name = "kill all not my script",
  588. Callback = function()
  589. loadstring(game:HttpGet("https://raw.githubusercontent.com/MisterGunXD/yes/main/rolve%3C3.lua"))();
  590. end
  591. })
  592.  
  593.  
  594.  
  595. Tab:AddButton({
  596. Name = "Small Server",
  597. Callback = function()
  598. local Http = game:GetService("HttpService")
  599. local TPS = game:GetService("TeleportService")
  600. local Api = "https://games.roblox.com/v1/games/"
  601. local _place = game.PlaceId
  602. local _servers = Api.._place.."/servers/Public?sortOrder=Asc&limit=100"
  603. function ListServers(cursor)
  604. local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or ""))
  605. return Http:JSONDecode(Raw)
  606. end
  607. local Server, Next; repeat
  608. local Servers = ListServers(Next)
  609. Server = Servers.data[1]
  610. Next = Servers.nextPageCursor
  611. until Server
  612. TPS:TeleportToPlaceInstance(_place,Server.id,game.Players.LocalPlayer)
  613. end
  614. })
  615.  
  616. Tab:AddButton({
  617. Name = "ReJoin",
  618. Callback = function()
  619. local ts = game:GetService("TeleportService")
  620. local p = game:GetService("Players").LocalPlayer
  621. ts:Teleport(game.PlaceId, p)
  622. end
  623. })
  624.  
  625.  
  626. local Tab = Window:MakeTab({
  627. Name = "other",
  628. Icon = "rbxassetid://7733978098",
  629. PremiumOnly = false
  630. })
  631.  
  632.  
  633. Tab:AddLabel("Made By aidar#2500")
  634.  
  635. Tab:AddButton({
  636. Name = "copy discord",
  637. Callback = function()
  638. setclipboard("https://discord.gg/R4bPMdUsP7")
  639. end
  640. })
  641.  
  642. Tab:AddButton({
  643. Name = "Destroy gui",
  644. Callback = function()
  645. OrionLib:Destroy()
  646. end
  647. })
  648.  
  649. OrionLib:Init()
  650.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement