Post: [C#] MAC Address Verification [DEX Only ATM]
09-01-2014, 12:36 PM #1
Hash847
Purple God
(adsbygoogle = window.adsbygoogle || []).push({});
I've had this lying around for a while, thought I might as well release it.
(You'll need to add PS3TMAPI_NET.dll into your project!)

So here is the function:
    
public static bool VerifyMAC() {
System.Net.WebClient WC = new WebClient();
string MAC;
PS3TMAPI.GetMACAddress(0, out MAC);
if (WC.DownloadString("Put pastebin link here..").Contains(MAC))
return true;
else
return false;
}
/*
if (VerifyMAC())
MessageBox.Show("Accepted");
else
Application.Exit();
*/


You'll need to create a pastebin containing your mac address as a verification type system
(obvious using a mac address verification system isn't very safe because it can be changed)

Here is a example

You must login or register to view this content.


edit:
Where it's got
You must login or register to view this content.
Press RAW and get the link from that and then put it where it says to in VerifyMAC()

Credits to Sony for making the PS3TMAPI Library/SDK
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to Hash847 for this useful post:

ALI ALHILFI, Boliberrys, FrenziosMix, KareraHekku, Swifter, Taylors Bish, Ciri
09-01-2014, 12:41 PM #2
Thanks for this!
09-02-2014, 04:19 PM #3
u can change mac in dex with a funtion¿
09-03-2014, 12:13 AM #4
Originally posted by xROccOx View Post
u can change mac in dex with a funtion¿


You can change MAC Address on DEX and CEX. Which could would mess up the Validation.

But if you don't play games that are constantly banning MAC's then this is not a bad route.

Call it a personal preference :3

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo