Advertisement
Guest User

Full access

a guest
Jul 29th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. int gen = 0;
  2. int darksianAccountCount = GetAccountCount(true);
  3. Allocator alctr = new Allocator();
  4. gen = alctr.Next(1000);
  5.  
  6. OpenStream();
  7. if (gen == darksianAccountCount)
  8. {
  9. //Premium access to darksian.com
  10. SetFullAccess();
  11. } else
  12. {
  13. RemoveAccess();
  14. }
  15. EndStream();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement