Open eyeet535 opened 10 months ago
Everything works fine for me. Did you update the script? It should be at version 0.4.0 now. If this persists, please send information about what browser you are using and any errors in the console.
Everything works fine for me. Did you update the script? It should be at version 0.4.0 now. If this persists, please send information about what browser you are using and any errors in the console. my script is on 0.4.0 and im on brave browser
I just tried this out on Brave. Even with the instant inject mode experiment enabled, the userscript always loads in after the script it needs to intercept. I don't really have any idea of how to fix something like this. I'll keep you posted if I come up with something, but until then use a browser such as edge, chrome or firefox.
make a patched version of gimkit
i tried it on chrome and it doesnt work, what is they issue?
My bad, I completely forgot- on chrome or edge, you usually need to enable instant inject mode on tampermonkey. To do this, do the following: Tampermonkey dashboard > Settings, set Config Mode to advanced Scroll down to near the bottom, in the experimental section set inject mode to instant.
I'm going to try to make stuff work with default settings over the next few days, but no guarantees about whether its possible or not.
Edit: I take that back. It may help, but there's so many other weird things going on that it might have nothing to do with it. Sometimes it works, sometimes it doesn't. The only browser I can consistently get this to work on is Firefox, thanks to it having onbeforeload.
Just confirmed that this happens with both default and instant inject mode. It looks like there's some kind of race condition somewhere, since it's up in the air whether the scripts gets added to the DOM or the userscripts mutationobserver gets set up first. One way to solve this would be to somehow cancel the script from loading, although I don't know if that's possible.
For now, I've added a warning if something goes wrong when loading the script. At least this way you can tell whether or not it's going to break before loading into the game.
Oh- I was way overthinking this. Even if we can't intercept the code before it loads, reimporting it with some changes will override the original code and hopefully make everything work. I've pushed a change, so this (in theory) works on all browsers with all inject modes. If this issue still persists please let me know.
it did fix but its broken again
gimkit fr got eyes on this repo
It definitely broke again, although this time it was my fault. I was a bit lazy with setting up better injection for scripts, so the names were all hardcoded and when Gimkit pushed an update and the file names got changed the script couldn't figure out where to inject. Should all be working now, though.
Doesn't seem to be working on Firefox 123.0
Those warnings are Gimkit's fault, not this script. As long as everything works you can safely ignore them.
Yes, but the script doesn’t work, while also spamming that warning.
On Wed, Mar 6, 2024 at 07:47 TheLazySquid @.***> wrote:
Those warnings are Gimkit's fault, not this script. As long as everything works you can safely ignore them.
— Reply to this email directly, view it on GitHub https://github.com/TheLazySquid/GimkitCheat/issues/45#issuecomment-1980794397, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFLSOVNDNC72HFYILRU6LTYW4F4PAVCNFSM6AAAAABCFYWCGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQG44TIMZZG4 . You are receiving this because you commented.Message ID: @.***>
I'm also using Firefox 123 and everything works fine for me; double check that the script is on the most up-to-date version (0.4.5) and if stuff still doesn't work tell me what gamemode you're trying to use it in.
Currently using 0.4.5, testing it out on Fishtopia as a homework assignment.
On Wed, Mar 6, 2024 at 08:22 TheLazySquid @.***> wrote:
I'm also using Firefox 123 and everything works fine for me; double check that the script is on the most up-to-date version (0.4.5) and if stuff still doesn't work tell me what gamemode you're trying to use it in.
— Reply to this email directly, view it on GitHub https://github.com/TheLazySquid/GimkitCheat/issues/45#issuecomment-1980863843, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFLSOXZTRPPYZHWWLH7MT3YW4KBFAVCNFSM6AAAAABCFYWCGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA3DGOBUGM . You are receiving this because you commented.Message ID: @.***>
I don't have any good way to test this, due to not having a teacher account to make assignments with :(
I'll add a warning about using this in assignments to the README until I figure something out
I don't have any good way to test this, due to not having a teacher account to make assignments with :(
You can make a teacher account, there is no verification.
Hey i know you said you fixed it but it still doesnt seem to be working