Thread: Loader - GUID

Results 1 to 4 of 4
  1. #1
    blackgaming's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive

    Loader - GUID

    Hello guys
    I'm trying to add GUID in my Loader,
    but once the guid is activated the Loader doesn't show up anymore-_-
    In Form_Load:
    Code:
    SOLVED :)
    Thanks to atom0s
    Last edited by blackgaming; 05-26-2013 at 05:59 PM.

  2. #2
    atom0s's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    403
    Reputation
    139
    Thanks
    104
    Your while loop has nothing breaking it out of the loop. So you are just creating a deadlocking loop.

  3. #3
    Cernunnos's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    4
    As atom0s said you're in a never ending loop ~ "while (true) " True is forever :3

  4. #4
    blackgaming's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive
    Problem solved Thanks to you guys ^_^

Similar Threads

  1. [Request] GUID/HWID System and Hack Loader like Gordon's Loader
    By kutzki in forum Visual Basic Programming
    Replies: 11
    Last Post: 11-10-2010, 03:09 PM