Same here.
I FOUND A VALID KEY!!! :DDDDDDDD but its banned...../okay/foreveralone/foreveralone/okay
I don't think you understood what I meant. You know how you buy a copy of a Arma 2:OA on Steam or Bohemia Interactive's website? It's not like they have a stack of CD Keys lying around somewhere and then give you one. Using a very complex and custom coded algorithm, they'll generate and validate the CD key on the spot when you buy one.
If a generator does happen to correctly generate a key, it will be one already made from that CD Key algorithm. Meaning someone has already bought it and has access to it.
I remember someone mentioned reversing the battleye server.dll but I doubt that would have and information of value...
Very nice work.
For banned keys, send a query with the cd key (MD5) and a udp packet to the master BE server. Parse the response as ASCII and if you get #asdf, it means the key is banned. If you get nothing, it means the key isn't banned. But just because the key isn't banned, doesn't mean it's valid either. As far as key validity goes, that involves the Master Gamespy Server...Pretty sure all of this has been posted already.
BE Server IP Address: BattleEye Server IP: 81.0.236.117: 2324
VB.NET
Well, that's pretty much the "web request" part of the function. Aside from the client.Send() portion of course.Code:Imports System.Net.Sockets
Imports System.Net
Dim client As New UdpClient()
clien*****nnect("81.0.236.117", 2324)
Dim EndPoint As New IPEndPoint(IPAddress.Any, 0)
Dim Received As [Byte]() = client.Receive(EndPoint)
Help! I protected my key and then saw all the icons in the system tray, I manually used task manager to kill them and now cant open it to play oa, do you know what to do?
Very nice release!!!
I keep getting this error :I https://puu.sh/339ju.png
What did you use to create it? But good job tho.