SCP-3008 Script | DISABLE WAIT FOR HEAL WITH MEDKIT, NO FALL DAMAGE & GOD MODE

fb87a635d83dd377e7e240237cd54148-300x169-1-1
Created by namedata#9999
  • DISABLE WAIT FOR HEAL WITH MEDKIT
local FinishTable = {
   ["Action"] = "Finish"
}
   

local oldnc
oldnc = hookmetamethod(game,"__namecall",newcclosure(function(name, ...)
      local Args = {...}
      if getnamecallmethod() == "FireServer" and not checkcaller() and tostring(name) == "Event" and Args[1]["Action"] == "Down" then
            game:GetService("Players").LocalPlayer.Character.Medkit.Event:FireServer(FinishTable)
      end
      return oldnc(name, unpack(Args))
  end))
  • NO FALL DAMAGE
local oldnc
oldnc = hookmetamethod(game,"__namecall",newcclosure(function(name, ...)
      local Args = {...}
      if getnamecallmethod() == "FireServer" and not checkcaller() and tostring(name) == "RemoteEvent" and type(Args[1]["OriginalDamage"]) == "number" then
            Args[1]["OriginalDamage"] = 0
            Args[1]["Softened"] = true
            Args[1]["Broken"] = false
            Args[1]["Range"] = 0
            Args[1]["Damage"] = 0
      end
      return oldnc(name, unpack(Args))
  end))
  • GOD MODE
--[[
made by namedata#9999 and coolboy08
for this to active you must take fall damage
]]
loadstring(game:HttpGet("https://raw.githubusercontent.com/CHnamedata/WhatDaHeck/main/3008GodMode.lua"))()

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Â