Press Backslash to enable/disable script, use scroll wheel to change fov when enabled
< Feedback on arras - FOV hack
Found a solution. Replace wasm[312051] = current_fov with window.wasm.HEAPU32[328435] = current_fov. Works for me now!
Okay it literally worked just once, i changed server and now it doesnt work anymore
So uhhh it works only sometimes, it seems that damo does another pointer shifting except the crypto rng one i think.
Doesnt work. Its not a problem with \ key or anything, i checked it. are you sure the line wasm.HEAPU32[312051] = current_fov is right? maybe it should be smth like window.wasm[312051] = current_fov because just plainly `wasm` isnt defined. Btw, i tried changing it to that but still doesnt work.