SharkBite Script | MODIFY SPEEDS & TURRETS

Png-300x169-1.png

Created by kiro#9869

Features:

  • MODIFY SPEEDS
local Speed = 350
local hook; hook = hookmetamethod(game, "__index", newcclosure(function(int,property)
   if tostring(int) == "MaxSpeed" and property == "Value" then
       return Speed
   end
   return hook(int,property)
end))
  • MODIFY TURRETS
for _,v in pairs(getgc(true)) do
   if type(v) == "table" and rawget(v,"Mode") then
       if v.Name == "Big Cannon" then
               v.FireRate = 10
               v.Mode = 2
               v.Range = 5000
           else
               v.FireRate = 8
               v.Range = 5000
       end
   end
end

ENJOY!

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

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Â