
603 Views
AntiJumpscare
+1 Cash Every StepUploaded by 5 months ago
Please login to perform these actions:Description
Prevents the jumpscare from the game's anti-cheat. While I personally don't consider the script 100% finished (as you can't just keep playing the game after preventing the jumpscare because of fixable technical reasons), the whole concept behind it is done, and I'm happy with that. I might update this script in the future to add more functionality to it, but it's working right now, and is silly, so it's OK methinks. (holy spaghetti code tho)
Comments
2

Offline
j4de 5 months ago
They store ac in a localscript lol goated devs...
local function removeAC()
local playerGui = game:GetService("Players").LocalPlayer.PlayerGui
if not playerGui then return end
local main = playerGui:FindFirstChild("Main")
if not main then return end
local multBG = main:FindFirstChild("Multiplier Background")
if not multBG then return end
local ac = multBG:FindFirstChildWhichIsA("LocalScript")
if not ac then return end
ac:Destroy()
end
removeAC()
j4deThey store ac in a localscript lol goated devs...
...
Offline
thisisaname 5 months ago
@j4de yeah, i saw that, i honestly thought of doing that but i did this instead because i thought it'd be more fun!! (it wasn't. not for me, at least)

Axon Hub OP Script


