Thread: GUID?

Results 1 to 6 of 6
  1. #1
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful

    GUID?

    Hey how do i do this?

    I made a program but i only want my freind to beable to use it for 3 days. how would i make it block him out after 3 days or so. can i use a GUID or what


    help please
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  2. #2
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Couldn't you set a timer or something, use settings, and after 72 hours when he loads it again, it goes to a "Sorry, time ran out" screen... or something? It sounded good in my head ^_^.

  3. #3
    XGelite_backup's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    3
    My Mood
    Tired
    i think Visual studios has a guid maker built in. i could be wrong.

  4. #4
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Visual Studio has a GUID prebuilt in code

    Code:
    Private Sub NGUID()
    
    
            Dim NewGUID As String
            NewGUID = System.Guid.NewGuid.ToString()
            textbox1.text = newGUID
    
    
        End Sub
    
    then on button click, or whereever you want this event to occur, call
    
    NGUID()

    Last edited by NextGen1; 03-03-2010 at 10:27 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. #5
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    ya but the guids are always different


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  6. #6
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    They are supposed to be, Hence Generate....


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. Guide On Using Olly Debugger
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 12-14-2013, 11:12 PM