Results 1 to 13 of 13
  1. #1
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick

    [Help]How is this even Possible?

    I do this crazy code like 49 times in 49 different scripts but when i try Debug it shows

    [PHP]An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))[/PHP]

    More Details?

    Bloons Tower Defence 2 Trainer

  2. #2
    Hawk_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    NGEForums.net
    Posts
    265
    Reputation
    15
    Thanks
    10
    My Mood
    Paranoid
    PHP Code:
    An*error*occurred*creating*the*form.*See*Exception .InnerException*for*details.**The*error*is:*Class* not*registered*(Exception*from*HRESULT:*0x80040154 *(REGDB_E_CLASSNOTREG))*






    Use VISUAL BASIC 6. youre running on a x64 machine most likely. U need to use vb6.

  3. The Following User Says Thank You to Hawk_ For This Useful Post:

    o0OpurezO0o (11-08-2010)

  4. #3
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick
    mkaaaya...

  5. #4
    Hawk_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    NGEForums.net
    Posts
    265
    Reputation
    15
    Thanks
    10
    My Mood
    Paranoid
    just torrent it, its really the only way to get it nowadays xD Microsoft doesn't have it anymore, cant buy it, soooo torrent

  6. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by o0OpurezO0o View Post
    I do this crazy code like 49 times in 49 different scripts but when i try Debug it shows

    [PHP]An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))[/PHP]

    More Details?

    Bloons Tower Defence 2 Trainer
    What section of code was throwing the exception?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #6
    Hawk_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    NGEForums.net
    Posts
    265
    Reputation
    15
    Thanks
    10
    My Mood
    Paranoid
    the entire thing, its when you build the app it comes up with a exception. Not in the error window but its like a msgbox idk what its called off the top of my head.

  8. #7
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Please don't use VB6..

  9. #8
    Hawk_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    NGEForums.net
    Posts
    265
    Reputation
    15
    Thanks
    10
    My Mood
    Paranoid
    Yes, no intellisense. But vb6 is the only thing that works for x64 trainers.
    Offtopic
    LOL, 53 posts in one day?!

  10. #9
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Hawk_ View Post
    Yes, no intellisense. But vb6 is the only thing that works for x64 trainers.
    Offtopic
    LOL, 53 posts in one day?!
    Wrong, .net can do that too.

    + Spammed much ?

  11. #10
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Hawk_ View Post

    LOL, 53 posts in one day?!
    Most are like "nice" so doesn't count .

    I made a trainer in x64, dunno what the nigga you're on about

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  12. #11
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    VB6 is unmanaged , so it can do some things vb.net can't (to some extent) But the same limitations make vb.net so much more powerful.

    But with that said, vb.net can compile "Any CPU" , or CPU specific, X86, X64

    so, yes it can compile a X64 trainer. Not a good excuse to use vb6

    in Vb6's defense.
    VB6 has a book (don't remember the name) , but it was a game hacking , computer hacking book for vb6 developers, and almost everything in that book cannot be done with .net , just a note.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  13. #12
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick
    where can i get that book from?

    Well i'll try the code without debuging.

    EDIT: nope
    Last edited by o0OpurezO0o; 11-09-2010 at 03:43 PM.

  14. #13
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    I have a copy somewhere, Ill dig it off my old external , Just Pm me


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. How could this be possible
    By Stewie_Griffin in forum Combat Arms Video Sharing
    Replies: 44
    Last Post: 08-18-2011, 03:26 AM
  2. OMG Awsome! How is this possible!!?
    By AeroMan in forum General
    Replies: 8
    Last Post: 10-20-2010, 10:41 AM
  3. How is this possible?
    By Robert in forum General
    Replies: 13
    Last Post: 08-28-2010, 11:06 AM
  4. [Request Help]What is this hack and how can i get it
    By lewiscooper in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-06-2010, 03:37 PM
  5. [Info] How is this possible?!?!!?!?!
    By alec95 in forum WarRock - International Hacks
    Replies: 24
    Last Post: 03-08-2010, 01:43 PM