elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Dekaron (https://www.elitepvpers.com/forum/dekaron/)
-   -   Question Related to [DEV] (https://www.elitepvpers.com/forum/dekaron/475898-question-related-dev.html)

rudra 03/01/2010 14:25

Question Related to [DEV]
 
HI there in GM detect Script the script detect the [GM] for his first 4 letters and the code is 5D4D475B for [GM] in script but now i think 5B474D5D is for [GM] now is it make any difference?????

Please give me reply???

and this script also work for [DEV] if we change code ????

zuippo 03/01/2010 16:42

dont think it checks for the asciis

bottomy 03/02/2010 08:23

Quote:

Originally Posted by rudra (Post 4370794)
HI there in GM detect Script the script detect the [GM] for his first 4 letters and the code is 5D4D475B for [GM] in script but now i think 5B474D5D is for [GM] now is it make any difference?????

Yes it'll make a difference, it won't match. It will be checking for player named "]MG[".

Quote:

Originally Posted by rudra (Post 4370794)
and this script also work for [DEV] if we change code ????

Yes it can work for any character, but instead of changing it so it detect "[DEV]", why not just change it so it detects all players with tag?

So you would use this compare instead of the other one.
Code:

cmp byte ptr [eax+70],5B

sachamo512 03/02/2010 18:16

as Bottomy said, you can change it to check for anything.

Quote:

cmp [eax+70],5D4D475B
5D4D475B is ]MG[ I think. So just change that to ]VED[ and convert it back into hex and it will work fine.

bottomy 03/03/2010 00:17

Quote:

Originally Posted by sachamo512 (Post 4383778)
as Bottomy said, you can change it to check for anything.



5D4D475B is ]MG[ I think. So just change that to ]VED[ and convert it back into hex and it will work fine.



It's easier just checking for every tag though, so just 0x5B '['.

zuippo 03/03/2010 14:23

Quote:

Originally Posted by sachamo512 (Post 4383778)
So just change that to ]VED[ and convert it back into hex and it will work fine.

imho u cant check 5bytes with cmp so u can just check for VED[ but just checkin for [ is best imho and it should work

sachamo512 03/03/2010 16:16

well, we decided that it's best to check for all tags. All of the tags [DEV] [GM] [OPR] all start with [ So if you just check for the [ then you get everything in one =]


All times are GMT +2. The time now is 13:27.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.