Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed

    [Question]So You think your a pro hey!?

    Why? Discuss!!

    What have you built in Visual Basic .net that makes you a Pro?
    If anything, Auto Clickers, Standard MSDN code, snippets, etc. Does not make you a pro. It may make you proficient, but not a professional...

    Purpose of this thread?

    A. Post Count and Activity
    B. Discussion thread about development ideas and Previous work.

    Share what you have done, or what you want to do.

    Also feel free to share your intentions (if any) for the future of your "development" career.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  2. #2
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Hey.... I am only 15 in a few years r so.. maybe i can do that..


    but Do you think your a pro?


    Hmm..The Pro i meant was Player Rolling Around.
    How someone from a family that pulls u dont can still be able to get into programming.

    I am trying to make a PushToConsole Hack in VB


    These Made In C++
    Code:
    bool Ready(void)
    {
    	if( GetModuleHandleA( "d3d9.dll"     ) != NULL
    		&& GetModuleHandleA( "ClientFX.fxd" ) != NULL
    		&& GetModuleHandleA( "CShell.dll"   ) != NULL
    		&& GetModuleHandleA( "EHSvc.dll"    ) != NULL)
    		return true;
    
    	return false;
    }
    
    void __cdecl PushToConsole(char *szString)   
    {   
        if ( Ready() ){
    		DWORD zAddress = 0x007D9200;
    		void* szConsole = (void*)*(DWORD*)(zAddress);
    		_asm
    		{
    			push szString
    			call szConsole
    			add esp, 4
    		}
    	}
    }
    This is like one of my compositions.. ALL OVER THE PLACE

    I really wanted to be a Game Developer it was a game that made me want to code. When i started i could not finish. Now when i play that game i think in my head of ways that game was made.
    I stop coding for a while to do my math exams.. My Math Teacher is a Computer Engineer who guess what. CODE! Knowing someone who is a REAL PRO telling my i am ahead of my time(with people around me) on this computer thing. He have hi hopes in me... My father and friends still think i do nothing but waste time on a computer...
    Last edited by topblast; 09-20-2010 at 06:10 PM.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  3. #3
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Not directed solely at you, Thread created by your inspiration, but don't be so vain

    Am I a pro in VB? I don't know, By the standards I hold myself, No, in the field, I am a professional .

    Visual Basic .net Create Commercially.

    ~ Pharmacy System for Pharmacies.

    ~ Pizza Delivery System which includes auto print out and Street Map View (google) of building with automatic directions, Database storage of customers, Caller ID recognition so it will automatically pull up customers information so the driver can have the information and be ready to go without needing to make a call (literary an innovation, it doesn't exist outside of innovators world wide yet)

    ~MVNO Phone activation System with API

    ~I-Phone Web Applications (VB code behind and ASP.net with CSS from Sencha)

    ~ Restaurant/Pizza Online Ordering systems

    ~ Branded Payroll Management Systems

    ~ Library Card System (for churches , which allow teachers to take out books for their class and return them)

    ~ Branded Custom Point Of Sale Systems/ Registers

    Not to mention
    ~ 187 Websites
    ~ Android Applications (Java based and HTML5 based)

    and worked with a team that now consults for fortune 500 companies.
    (not with them anymore)

    I worked on a GPS tracking system that worked using Cell Phone Towers.

    and yada yada. So I am not doing bad.

    I started developing A LONG time ago in B.A.S.I.C and a little assembly, did some pascal some Worked A little borland C++, I know Numerous Development and Designer applications, Growing up I had no intention of being a developer (not really anyway) but now the creation or innovation of something new, it's just a great feeling to see something completed and working.

    But again, By my own standards I hold myself and every other developer, I have yet to see a "PRO"

    Last edited by NextGen1; 09-20-2010 at 06:22 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  4. #4
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by NextGen1 View Post
    Not directed solely at you, Thread created by your inspiration, but don't be so vain

    Am I a pro in VB? I don't know, By the standards I hold myself, No, in the field, I am a professional .

    Visual Basic .net Create Commercially.

    ~ Pharmacy System for Pharmacies.

    ~ Pizza Delivery System which includes auto print out and Street Map View (google) of building with automatic directions, Database storage of customers, Caller ID recognition so it will automatically pull up customers information so the driver can have the information and be ready to go without needing to make a call (literary an innovation, it doesn't exist outside of innovators world wide yet)

    ~MVNO Phone activation System with API

    ~I-Phone Web Applications (VB code behind and ASP.net with CSS from Sencha)

    ~ Restaurant/Pizza Online Ordering systems

    ~ Branded Payroll Management Systems

    ~ Library Card System (for churches , which allow teachers to take out books for their class and return them)

    ~ Branded Custom Point Of Sale Systems/ Registers

    Not to mention
    ~ 187 Websites
    ~ Android Applications (Java based and HTML5 based)

    and worked with a team that now consults for fortune 500 companies.
    (not with them anymore)

    I worked on a GPS tracking system that worked using Cell Phone Towers.

    and yada yada. So I am not doing bad.
    Well i mostly Get better and better when i have golds. r just competing with someone. Red Dragon was the first real thing i ever made in VB. it only got well when i was competing with Samueldo. When i started making hacks in C++.. i forgot about Injectors and started with C++.

    maybe u can be one of my golds
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  5. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    If by Golds you mean Competitor. Sure!?


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. #6
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by NextGen1 View Post
    If by Golds you mean Competitor. Sure!?
    ahh... i wait a little while before i compete against you but it can happen anytime. or you can just go easy on me .

    i am to learn a little pascal with the skool for I.T. wow. ur kno a lot. it feels like u do the same exams as me..


    Do u live in Caribbean??? r ever did CXC r anything
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  7. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    No , Mostly self taught btw...Pascal is a dieing language, but at the time, it was the 2nd best language for development, And pascal used similar Logic to that of B.A.S.I.C and I thought I needed to learn it (young and naive)
    However, after messing around with B.A.S.I.C (essentially a good development language for DOS Projects , Actually, I still code in Qbasic for fun.) I realized it is a significantly powerful language, and once Microsoft released VB for win 3.1, I was so happy, a drag and drop environment for a language I already know...Oh it was heaven.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  8. #8
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by NextGen1 View Post
    No , Mostly self taught btw...Pascal is a dieing language, but at the time, it was the 2nd best language for development, And pascal used similar Logic to that of B.A.S.I.C and I thought I needed to learn it (young and naive)
    However, after messing around with B.A.S.I.C (essentially a good development language for DOS Projects , Actually, I still code in Qbasic for fun.) I realized it is a significantly powerful language, and once Microsoft released VB for win 3.1, I was so happy, a drag and drop environment for a language I already know...Oh it was heaven.
    So i got to learn a DEAD language.


    WINDOWS 3.1 DAMN!!!!!!!! HOW OLD ARE U??? 3X .. r older.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  9. #9
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    27 is my age, and it's not dead dead, but it may as well be. it was designed in 1968 and hasn't really changed with the times as other languages have (so to speak). it was actually created as a way to teach up and coming developers to learn how to use structured and clean programming, and that may be the reason why you are asked to learn it. Just to put things into perspective it was used in the development of this.



    The Apple Lisa.
    Last edited by NextGen1; 09-20-2010 at 06:59 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  10. #10
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Looks nice. Is that like a Apple like Mac apple.

    are those things CD drives lol j/k
    it still looks like one.

    is pascal a fast programming language?
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  11. #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
    It's a powerful language. Just download Turbo pascal and play around with it. and yes, it is "Apple as in Mac's Apple" one of the early macs


     


     


     



    The Most complete application MPGH will ever offer - 68%




  12. #12
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    You know what, I haven't actually gone through any real, fully developed projects. I'm sort of working on right now though.

    As far as I'm concerned, NextGen, you're pro. |:

  13. The Following User Says Thank You to Void For This Useful Post:

    NextGen1 (09-20-2010)

  14. #13
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Void View Post
    You know what, I haven't actually gone through any real, fully developed projects. I'm sort of working on right now though.

    As far as I'm concerned, NextGen, you're pro. |:
    yea.. i have to say ur a pro but it is still good u dont think ur a pro.. it will not go to ur head. WEE... Void just got us back from Out of the Section... we were out of VB for a while.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  15. #14
    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 topblast View Post


    yea.. i have to say ur a pro but it is still good u dont think ur a pro.. it will not go to ur head. WEE... Void just got us back from Out of the Section... we were out of VB for a while.
    \Didn't you tell NG in the other thread that you were "pro"?

    Ummm....I'm always looking from new ideas/projects to make but I lack inspiration.
    Some I have made:

    Task Sheduler
    iTunes Library Mover
    Windows Vista scrolling wallpapers
    StringSender.dll
    ...and more just can't remember what

    But yeah.

    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)

  16. #15
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by J-Deezy View Post


    \Didn't you tell NG in the other thread that you were "pro"?

    Ummm....I'm always looking from new ideas/projects to make but I lack inspiration.
    Some I have made:

    Task Sheduler
    iTunes Library Mover
    Windows Vista scrolling wallpapers
    StringSender.dll
    ...and more just can't remember what

    But yeah.
    Anti cheat software is a cool idea, it's what I'm doing.

  17. The Following User Says Thank You to Void For This Useful Post:

    NextGen1 (09-20-2010)

Page 1 of 3 123 LastLast

Similar Threads

  1. And you think your character is boss..
    By Mouzie in forum General
    Replies: 7
    Last Post: 07-18-2011, 05:34 PM
  2. So you think your special
    By CyberGenius in forum General
    Replies: 18
    Last Post: 04-14-2011, 05:53 PM
  3. What Do You think Pro Perks Will Be?
    By dude719 in forum Call of Duty Black Ops Discussions
    Replies: 4
    Last Post: 10-27-2010, 01:26 AM
  4. You think You are Pro!! Awesome Knife Kill!!
    By Tiny-Tags7 in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 26
    Last Post: 12-27-2009, 01:44 PM
  5. HEY MPGH! I GOT A QUESTION FOR YOU
    By Gourav2122 in forum General
    Replies: 45
    Last Post: 10-12-2009, 10:57 PM