Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 11:12

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Obtain & Read MAC_ADDRESS in FILTER

Discussion on [Release] Obtain & Read MAC_ADDRESS in FILTER within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,444
Received Thanks: 1,371
[Release] Obtain & Read MAC_ADDRESS in FILTER

This may be new, or not new at all for some people but never mind. Since almost all HWID.dll's are using MAC as their "STATIC" parameter to determine your PC limit @FILTER's, here is another way to obtain "HWID" aka "MAC" in Silkroad packet structure.

Source:


How to read it @FILTER:

By the way, this do not work for WLAN adapters, they send blank MAC aka 00-00-00-00-00

Happy new year.
​Goofie​ is offline  
Thanks
2 Users
Old 12/31/2016, 15:06   #2
 
Fladivo's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 129
Received Thanks: 6
First Commen Say Goofie Helped Alot of people xD <3 :d
Fladivo is offline  
Old 12/31/2016, 20:07   #3
 
elite*gold: 0
Join Date: Jan 2009
Posts: 313
Received Thanks: 667

Quote:
Originally Posted by ​Goofie​ View Post
By the way, this do not work for WLAN adapters, they send blank MAC aka 00-00-00-00-00
And edxSilkroadLoader5 writes a random bytes.
Code:
//edxSilkroadDll5.cpp
extern "C" DWORD (WINAPI * Real_GetAdaptersInfo)(PIP_ADAPTER_INFO pAdapterInfo, PULONG pOutBufLen) = GetAdaptersInfo;
DWORD WINAPI User_GetAdaptersInfo(PIP_ADAPTER_INFO pAdapterInfo, PULONG pOutBufLen)
{
    DWORD dwResult = Real_GetAdaptersInfo(pAdapterInfo, pOutBufLen);
    if(dwResult == ERROR_SUCCESS)
    {
        PIP_ADAPTER_INFO pAdapter = pAdapterInfo;
        srand(__rdtsc() & 0xFFFFFFFF);
        while(pAdapter)
        {
            for(UINT i = 1; i < pAdapter->AddressLength; i++)
            {
                printf("%.2X -> ", pAdapter->Address[i]);
                pAdapter->Address[i] = rand() % 256;
                printf("%.2X ", pAdapter->Address[i]);
            }
            printf("\n");
            pAdapter = pAdapter->Next;
        }
    }
    return dwResult;
}
DaxterSoul is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
CSRO-R / File Emulator / Exploit Filter & Pet Filter source code
03/31/2015 - SRO PServer Guides & Releases - 17 Replies
Needless to say Something http://i.imgur.com/bHPR6O4.png http://i.imgur.com/KVAQIfV.png .exe version ; Download Here
[Release] Pet Filter für V15
06/05/2011 - Flyff PServer Guides & Releases - 74 Replies
Petfilter V15 Ich mag keine halben Releases, die kopiert und auchnoch unvollständig sind ... Also hab ich jetz mal den funktionierenden Petfilter hochgeladen - Was brauchst du? 1. V15 Source 2. Windows Explorer zum einfügen
[Source Release]Pet Filter
02/28/2011 - Flyff PServer Guides & Releases - 29 Replies
Heyho, Da mir momentan sowieso nichtmehr nach Flyff zumute ist und mein letztes Projekt mich nichtmehr interessiert release ich den Pet Filter. Petfilter-Download Die Zahlen in den Klammern sind die Zeilen, in denen die Snippets eingefügt werden müssen Viel Spaß IceCreamPepper
[Release] Filter's shit
09/21/2009 - Ace Online / AirRivals - 41 Replies
RapidShare: 1-CLICK Web hosting - Easy Filehosting Compiler: C++ Builder 6



All times are GMT +2. The time now is 11:12.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.