Jump to content
  • 0

Create DLL file to store MAC ADDRESS


L i g h t

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

 

Someone who can help in creating a .dll file that injects into the executable to save the mac address of the player.

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

I am sure you can find everything you need if you use google.

Example: how to get MAC address https://stackoverflow.com/questions/13646621/how-to-get-mac-address-in-windows-with-c

may I ask what you are trying to achieve?

Edited by Normynator
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

 

I intend to use the mac inside systems within the game, without the need to pay a shield for it. since normal ip is easier to circumvent

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

Well also is mac.
I just created a launcher which injects a dll into the client. If you wish i can upload it so you can check it out.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

send me please
Edited by L i g h t
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

Disclaimer: This code is far from being good! It’s just quick and dirty to have some fun and play around a bit!

Sooo here it is: https://github.com/Normynator/Mana
You probably have to change the hardcoded paths and this and that but the code itself should give you a hint.

injection_test has my own dll code
launcher_test has the code which injects the dll into the exe.

 

Have fun and good luck!

Edited by Normynator
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

@Normynator

I have the source of a project that has the function, but I do not know how to implement to send the packet and the emulator receive the command:
Edited by L i g h t
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

which command are you talking about?
If i remember correctly you have to send the packets via TCP that should be all. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

 

I'm new to this, how could I send and receive information

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

By implementing a TCP socket.
I will use the boost library to do that in my project.

https://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio/reference/ip__tcp/socket.html

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

do you have any DLLs and the diff that you can implement in the executable?
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

I am sorry i dont understand the question.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

Sorry, I'm very bad in English.
The question was if you have in your projects a .DLL file that takes the mac address and sends it to the ragnarok emulator?
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

No, and also not going to add something like that, because my goal is not to write a hackshield.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  05/15/12
  • Last Seen:  

 

Ok, I intend to get this function but it seems very difficult to create this haha

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

Well using the Mac isn’t a safe approach anyway

Edited by Normynator
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...