Adding stuff to the game

BogdanWDK

Administrator
Administrator
Jul 31, 2014
109
285
63
29
United Kingdom
On HWID I asked earlier to this topic - wrote that I need code to get HWID without rustbuster on a clean version of the game - did not help .... http://fougerite.com/threads/nwid.1493/
As dretax told you in that topic, ManagementObjectSearcher is not supported. But i'm pretty sure if you search on our almighty google you'd find something useful ( https://stackoverflow.com/a/28200014 - 1st result,pretty sure if you dig it abit you'll find a way)

Not trying to be rude but you keep bragging about your findings in a way i don't quite agree with, trying to be arrogant in situations like those its a 2007 thing.
 
  • Like
  • Funny
Reactions: ice cold and Jakkee

DC4 | Сергей

Member
Member
Jul 12, 2017
53
1
6
28
Parts Unknown
As dretax told you in that topic, ManagementObjectSearcher is not supported. But i'm pretty sure if you search on our almighty google you'd find something useful ( https://stackoverflow.com/a/28200014 - 1st result,pretty sure if you dig it abit you'll find a way)

Not trying to be rude but you keep bragging about your findings in a way i don't quite agree with, trying to be arrogant in situations like those its a 2007 thing.
I did not when I was not aggressive to anyone - and I did not show off - just need to be a little kinder to one another;)
 

DC4 | Сергей

Member
Member
Jul 12, 2017
53
1
6
28
Parts Unknown
The RB devs will not really talk about how to do things, Why would they give away over a years work?
But we'll give you pointers and that's about it
I'm not asking you for the full source code - I just need to understand where to look at the protection - I can not use RB - I have to do my own client myself. By the way, I got my HWID via DllImport ("Advapi32.dll")

At the moment, you need to urgently protect the game from DUMP - so you can get all the dll from the server with the card, etc.

I personally dumped all the plugins from the servers - there was a check
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
I'm not asking you for the full source code - I just need to understand where to look at the protection - I can not use RB - I have to do my own client myself. By the way, I got my HWID via DllImport ("Advapi32.dll")

At the moment, you need to urgently protect the game from DUMP - so you can get all the dll from the server with the card, etc.

I personally dumped all the plugins from the servers - there was a check
What do you mean Dump?
You can get servers Plugins or something?