Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Just a thought... (https://forums.graalonline.com/forums/showthread.php?t=25972)

Artificial_Sweetener 03-20-2002 08:03 AM

Just a thought...
 
Well guys I just had an Idea on another way we could identify hackers easier. I was thinking we would list a few areas where hackers would normally expose themselves with either Walking through walls or speed hack. Then we would make it so the server would take a screenshot of that level every so often on a schedule (Like every 30 minutes or every hour). These then would be put in an archive somewhere to be examined by certain staff members to find anything out of the ordinary. Well what you guys think?

Kaimetsu 03-20-2002 08:07 AM

Re: Just a thought...
 
Quote:

Originally posted by Artificial_Sweetener
Well guys I just had an Idea on another way we could identify hackers easier. I was thinking we would list a few areas where hackers would normally expose themselves with either Walking through walls or speed hack. Then we would make it so the server would take a screenshot of that level every so often on a schedule (Like every 30 minutes or every hour). These then would be put in an archive somewhere to be examined by certain staff members to find anything out of the ordinary. Well what you guys think?
The probability of it catching someone would really be very low, and the designated staff member would get really bored, really fast.

Tyhm 03-20-2002 08:49 AM

It'd be fairly trivial to make a listing of where the last person walked through a wall, though...lastonwall x y level...some places it's legit, like in dungeons, where you jump down from ledges, certain scripted things...other places it's not....*shrugs*

Spunky2000ca 03-20-2002 08:50 AM

Re: Just a thought...
 
Quote:

Originally posted by Artificial_Sweetener
Well guys I just had an Idea on another way we could identify hackers easier. I was thinking we would list a few areas where hackers would normally expose themselves with either Walking through walls or speed hack. Then we would make it so the server would take a screenshot of that level every so often on a schedule (Like every 30 minutes or every hour). These then would be put in an archive somewhere to be examined by certain staff members to find anything out of the ordinary. Well what you guys think?
30 minutes is too far apart a time. If it was something like 2 minutes even, that would be better. Unfortunately, all those pictures would eventually add up and take up a lot of space.

Tyhm 03-20-2002 09:02 AM

Plus if you know which levels are the problems, you COULD just put warps directly to jail over the problem areas. ^____^

zallus-k 03-20-2002 09:06 AM

How about a flag that gets set whenever a player goes on a wall, like that of a chest, eg:
##ow#level32.graal#32#32
Only if the player actively moved onto the wall, not teleported.

Also, a screenshot could be saved locally with a new command, such as:
NPC Code:

if(onwall(playerx,playery)) {
setstring server.onawall,#a;
snapshot playerx,playery;
}



The first command being another way(excluding server-source editing) to tell some server-side npc to jail a player, and the second's command parameters being the focus of the screen on the level.

Kaimetsu 03-20-2002 09:29 AM

Of course, the first would become a triggeraction in a real situation and the second would be impractical because scripts could do such fiendish things as save a million screenshots on your PC and crash it.

Saga2001 03-20-2002 09:56 AM

I say we make it so that whenever anyone speed hacks, they have to say speed hack and when they say that it jails them, wouldn't that make life easier...?

Tyhm 03-20-2002 10:58 AM

*sighs* The first part would be a little bit tricky...so would the second.

konidias 03-20-2002 11:26 AM

I would like to be able to take snapshots of online levels through scripting to save to the server though.. it would be neat.. say for example, when someone touches a fake gralat that hasn't touched it before, it snaps 1 picture every 1 second or so for about 5 times, giving 5 pictures of the cheater running on the gralat and trying to take it and running all over the wall :)

Python523 03-20-2002 11:27 AM

Quote:

Originally posted by konidias
I would like to be able to take snapshots of online levels through scripting to save to the server though.. it would be neat.. say for example, when someone touches a fake gralat that hasn't touched it before, it snaps 1 picture every 1 second or so for about 5 times, giving 5 pictures of the cheater running on the gralat and trying to take it and running all over the wall :)
Kindof like savelog but savepicture or something similar? That would be pretty good

Kaimetsu 03-20-2002 08:13 PM

Quote:

Originally posted by konidias
I would like to be able to take snapshots of online levels through scripting to save to the server though.. it would be neat.. say for example, when someone touches a fake gralat that hasn't touched it before, it snaps 1 picture every 1 second or so for about 5 times, giving 5 pictures of the cheater running on the gralat and trying to take it and running all over the wall :)
We can do that pretty easily, Konidias. Talk to me about it when you next see me.


All times are GMT +2. The time now is 09:30 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.