What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Operation One No Recoil

Version / Update: v1.0.0
Download / Script Link
run_on_actor(getactors()[1], [==[

-- change this for custom recoil
local recoil_x = 0
local recoil_y = 0
local old_tweenInfo_new = clonefunction(TweenInfo.new)
hookfunction(TweenInfo.new, newcclosure(function(...)
if debug.info(3, "n") == "recoil_function" then
setstack(3, 5, getstack(3, 5) * recoil_x)
setstack(3, 6, getstack(3, 6) * recoil_y)
end
return old_tweenInfo_new(...)
end))
]==])
[ View More ]
630f1ddf-ad6d-410a-be40-dd726bd870f2.webp


No Recoildogshit executor like xeno and solara aint supportedmight add more gun mods etc if the person im trying to give the full source code of the script doesnt want the script
 
Works on mobile
  1. Yes
Back
Top