Page 1 of 3 123 LastLast
Results 1 to 15 of 42
  1. #1
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy

    VB in C++[100% GREAT]

    I havee found a way to make C++ into VB. it will still have some C++ features but it will also have more VB taste i started a few mins ago

    While Topblast Wait for his little PTC DLL ... That u can make Hacks in VB and C#


    i said that i will make a VB in C++. It is kinda GREAT. I already Use it in my Hack and it works

    Code:
    If( Ready() ) Then
    			MsgBox(Ready());
    		Else
    			MsgBox(Ready());
    		End_If
    Yes i kno.. it looks like VB and still look kinda like C++. But those VB guys can Work in C++ and it will be easier.


    U must always REMEMBER that you ARE working in C++. So U should not have all these Problems.

    U can also use Normal C++ features mixed into this VB stuff like the code about instead of using MsgBox. U could use.
    Code:
    if( Ready() ) {
             char wow[];
             sprintf(wow, "%i", Ready() );
             MessageBoxA(NULL, wow, "", MB_OK);
    }else{
             char wow[];
             sprintf(wow, "%i", Ready() );
             MessageBoxA(NULL, wow, "", MB_OK);
    }
    I dont kno mine looks kinda easier and LOL .

    What do u guys think ... Is it a GOOD idea or is it useless

  2. #2
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    what the fuck?

  3. #3
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    Quote Originally Posted by ac1d_buRn View Post
    what the fuck?
    Hmm the FAMOUS acid Burn,..., and u cant understand this.. All i did was created a

    SDK that allows you to use VB code in C++.

    Like how DirectX SDK allows u to make game and stuff from letters and works.

    this is like joining 2 languages

  4. #4
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Never thought of sprintf() ... thanks.

    Btw if u know any working undetected cheat engine/mhs for CA, i will teach u + proofs on how to convert PushToConsole method in c++ into VB.

  5. #5
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Finish View Post
    Hmm the FAMOUS acid Burn,..., and u cant understand this.. All i did was created a

    SDK that allows you to use VB code in C++.

    Like how DirectX SDK allows u to make game and stuff from letters and works.

    this is like joining 2 languages
    1. You never said anything about an SDK
    2. YOu sound like this: "letz maik visual basic into C++"

    Anybody else understand what he said before he mentioned the SDK in the second post by him?

    Quote Originally Posted by hahaz View Post
    Never thought of sprintf() ... thanks.

    Btw if u know any working undetected cheat engine/mhs for CA, i will teach u + proofs on how to convert PushToConsole method in c++ into VB.
    Go on msn. kthnxbai

  6. #6
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    @ac1d_buRn, added.

  7. #7
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    Quote Originally Posted by ac1d_buRn View Post


    1. You never said anything about an SDK
    2. YOu sound like this: "letz maik visual basic into C++"

    Anybody else understand what he said before he mentioned the SDK in the second post by him?



    Go on msn. kthnxbai
    No i make C++ into VB. and it will be easier to those VB coders that want to make hacks.. Who knows u might get a Hack that inject it self instead of making loaders in Completely Different language

  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 Finish View Post
    No i make C++ into VB. and it will be easier to those VB coders that want to make hacks.. Who knows u might get a Hack that inject it self instead of making loaders in Completely Different language
    Hmm Good idea I think i might make my own.. or u can just .

    lol Great Job.
    I just like programming, that is all.

    Current Stuff:

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

  9. #9
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Get me a working uce/mhs, i will release undetected CA hack fully made in VB in a few days ^^

  10. #10
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    Quote Originally Posted by hahaz View Post
    Get me a working uce/mhs, i will release undetected CA hack fully made in VB in a few days ^^
    LOOK FOR UR OWN... GRR WHO CARES IF U GOT A HACK IN VB .. noob

  11. #11
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    is it made with defines? like

    Code:
    #define Then {
    #define Else } else {
    #define End_If }


  12. #12
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Quote Originally Posted by Gordon` View Post
    is it made with defines? like

    Code:
    #define Then {
    #define Else } else {
    #define End_If }
    That would be pretty cool lol.
    Keep me motivated for my hack development!

  13. #13
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Ugh forgot what it was called but I did something similar to this with another language. I think it was define. Anyway... Ever heard of C#? Its still managed so w/e

    VB.net is also managed, CPP is unmanaged and therefore there is a large gap...
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  14. #14
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Lol. Literal string replacement :L

    'If %' -> 'if (*)'
    'if %' -> 'if (*)'

    'then %' -> '{*}'
    'Then %' -> '{*}'

    'End if' -> '' (empty string)
    'end if' -> '' (empty string)

    Or, how are you doing it?

  15. #15
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Code:
    #define If(bla) if(bla)
    #define Then {
    #define EndIf }
    
    If(variable == 2) Then
          printf("win");
    EndIf


Page 1 of 3 123 LastLast

Similar Threads

  1. Great RS account with Bunny Ears Worth over $100
    By Ed in forum Selling Accounts/Keys/Items
    Replies: 7
    Last Post: 10-02-2011, 07:48 PM
  2. SERIAL CODE FOR PHOTOSHOP 9!!!!!!!! 100% working
    By -[standoff]- in forum Art & Graphic Design
    Replies: 10
    Last Post: 07-29-2006, 05:35 AM
  3. Nutrigrain - I Feel Great!!!
    By Chronologix in forum General
    Replies: 5
    Last Post: 05-29-2006, 05:33 PM
  4. great mp3 downloads-hip hop, pop
    By m164life in forum Entertainment
    Replies: 0
    Last Post: 02-21-2006, 08:51 AM
  5. How great us Americans are
    By Dave84311 in forum General
    Replies: 47
    Last Post: 02-20-2006, 01:16 PM