Originally Posted by
scizzydo
The common old method was hooking the function that gets the token and turns it into a GUID. You'd check if the token is a GUID and just return the GUID from there... with retail this requires a lot of work and isn't that great of a solution with all the stuff behind it to be safe. Another option is to wrap the functions you want, check the arguments if they're a guid, replace it with a token and on the backend side make that token the guid you passed in, then call the function you're wrapping