AsiaGenius Posted October 11, 2016 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 108 Reputation: 17 Joined: 01/23/14 Last Seen: June 3, 2019 Share Posted October 11, 2016 Hello! I need help to finish my DLL Shield. My packet 0x64 content: My part of DLL source: unsigned int command = (*(unsigned short*)buf); if( (command == 0x64) ) { //if login packet, send mac to host serv char mac_address[18] = ""; GetMACaddress((char *)mac_address); memcpy((char*)buf+*len, mac_address, sizeof(mac_address)); *len += 17; } ... correctly sends new packet value How do I get data added to the packet leng in the emulator? I tried so; char mac = RFIFOL(fd,12); But always returns zero... But I need some tips to properly handle this new value! I want to add MAC, HWID, Shield Version. I'm testingfirst only with the MAC! Help-me pls, I intend to share the DLL Shield for community! Quote Link to comment Share on other sites More sharing options...
0 Rook1es Posted October 31, 2016 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 97 Reputation: 5 Joined: 06/21/15 Last Seen: September 28, 2024 Share Posted October 31, 2016 Hello. can you share to me the DLL Files so i can test on my server Thank you Quote Link to comment Share on other sites More sharing options...
0 AsiaGenius Posted November 7, 2016 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 108 Reputation: 17 Joined: 01/23/14 Last Seen: June 3, 2019 Author Share Posted November 7, 2016 (edited) Hello. can you share to me the DLL Files so i can test on my server Thank you Yes. PM. Edited November 7, 2016 by DAFUQ BR Quote Link to comment Share on other sites More sharing options...
0 Yonko Posted November 9, 2016 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted November 9, 2016 same mine too can you send so i can a test and possible to help you thanks Quote Link to comment Share on other sites More sharing options...
Question
AsiaGenius
Hello!

I need help to finish my DLL Shield.
My packet 0x64 content:
My part of DLL source:
correctly sends new packet value
How do I get data added to the packet leng in the emulator?
I tried so;
But always returns zero...
But I need some tips to properly handle this new value! I want to add MAC, HWID, Shield Version. I'm testing
first only with the MAC!
Help-me pls, I intend to share the DLL Shield for community!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.