Base Battles! Script | NO RECOIL, HITBOX & INFINITE AMMO

9dbe6c80304e4fad0081696e91267030-1-300x169-1

Created by Skatbr 

Features:

  • NO RECOIL
  • HITBOX EXTENDER
  • INFINITE AMMO

local library = loadstring(game:HttpGet(("https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua")))()
local w = library:CreateWindow("Base Battles")
local b = w:CreateFolder("Gun")
local player = game:GetService("Players").LocalPlayer
local mouse = player:GetMouse()
--no recoil
b:Button(
"No recoil",
function()
for i, v in next, getgc(true) do
if type(v) == "table" and rawget(v, "damage") then
v.bloomFactor = 0
v.noYawRecoil = "true"
v.recoilCoefficient = 1
end
end
end
)
b:Button(
"HitBox",
function()
while true do
wait(1)
getgenv().HeadSize = 15
getgenv().Disabled = true
if getgenv().Disabled then
for i, v in next, game:GetService("Players"):GetPlayers() do
if v.Name ~= game:GetService("Players").LocalPlayer.Name then
pcall(
function()
v.Character.HumanoidRootPart.Name = "xC6M3Vuz7QpsY5nv"
v.Character.xC6M3Vuz7QpsY5nv.Size =
Vector3.new(getgenv().HeadSize, getgenv().HeadSize, getgenv().HeadSize)
v.Character.xC6M3Vuz7QpsY5nv.Transparency = 0.5
v.Character.xC6M3Vuz7QpsY5nv.CanCollide = false
v.Character.xC6M3Vuz7QpsY5nv.Color = Color3.fromRGB(210, 44, 255)
end
)
end
end
end
end
end
)
--Make all guns automatic
b:Button(
"Automatic",
function()
for i, v in next, getgc(true) do
if type(v) == "table" and rawget(v, "damage") then
v.automatic = "true"
end
end
end
)
--inf ammo
b:Bind(
"Infinity ammo",
Enum.KeyCode.C,
function()
for i, v in pairs(getgc(true)) do
if type(v) == "table" and rawget(v, "ammo") then
v.ammo = math.huge
end
end
end
)
--Triggerbot
b:Toggle(
"Triggerbot ",
function(bool)
shared.toggle = bool
if shared.toggle then
game:GetService("RunService").RenderStepped:Connect(
function()
if mouse.Target.Parent:FindFirstChild("Humanoid") and mouse.Target.Parent.Name ~= player.Name then
local target = game:GetService("Players"):FindFirstChild(mouse.Target.Parent.Name)
if shared.toggle then
mouse1press()
wait()
mouse1release()
end
end
end
)
end
end
)
b:DestroyGui()

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service