Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gm detection #37

Open
MrAutismo opened this issue Apr 8, 2019 · 7 comments
Open

gm detection #37

MrAutismo opened this issue Apr 8, 2019 · 7 comments
Labels
question Further information is requested

Comments

@MrAutismo
Copy link

Because i heard of rumors ppl getting banned for auto-fishing, can u pls impelement a simple GM-Detection?
I dont actually know if its working 100% or even 10%

Hook('S_SPAWN_USER', 13, (event) => {
			if (event.gm) {
				mod.toClient('S_EXIT', 3, { category: 0, code: 0 });
			}
		});
@Owyn
Copy link
Collaborator

Owyn commented Apr 9, 2019

You could use a separate module exactly for that with just that content if you'd like, though I wouldn't recommend this.

If a GM visits an area multiple times and then check who exited on that exact that moment multiple times by multiple gm visits you'd basically confirm that you're cheating with 100% chance excluding any room for doubts or further excuses from your side.

let me fish already have a detection for current type of checks - if you get teleported - it detects it and stops fishing

@Owyn Owyn added the question Further information is requested label Apr 10, 2019
@Chiiruno
Copy link

@MrAutismo NA or EU?
Gameforge "shouldn't" give a shit IIRC.
Enmasse on the other hand...

@Chiiruno
Copy link

Oh, one type of thing that might be good to do is if you have TC or a travel atlas, after a minute or two, if you get teleported or one of the other checks get hit, maybe fast travel to island of dawn and log out or something.
Could also do the same thing if GM detection, after $random_time do the above, then logout after $random_time.

@MrAutismo
Copy link
Author

Actually in the past few days there are sometimes GMs online. Some ppl also told me that they ban some ppl every time they go to the fishing spots, idk

@Chiiruno
Copy link

Probably best to just not fish with this mod until it dies down then, just wait a week or two.
Hell, maybe even just until the guardian event is over.

@Owyn
Copy link
Collaborator

Owyn commented Apr 12, 2019

It's not even certain whenever GMs checked everyone or just guys who fished faster than possible manually (there wasn't received any message from users of this module that they got banned in those banwaves, tho they might have just kept silent, who knows)

@Chiiruno
Copy link

That's the most likely case, someone, or multiple people got caught using the manually edited mod.
This concerns me though, since it could end up having repercussions for "regular" users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants