Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    You wouldn't be able to make an injectable hack with a .NET language, since CA doesn't have any .NET loaded, and I don't believe you can mix managed and native code without the EXE being built with special options. If you want to write a low level driver to edit CA's memory from another process, go ahead.

  2. #17
    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 mmbob View Post
    You wouldn't be able to make an injectable hack with a .NET language, since CA doesn't have any .NET loaded, and I don't believe you can mix managed and native code without the EXE being built with special options. If you want to write a low level driver to edit CA's memory from another process, go ahead.
    User1 made something to inject the CLR along with his DLL coded in C#.

  3. #18
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by mmbob View Post
    You wouldn't be able to make an injectable hack with a .NET language, since CA doesn't have any .NET loaded, and I don't believe you can mix managed and native code without the EXE being built with special options. If you want to write a low level driver to edit CA's memory from another process, go ahead.
    You can initialise the CLR from within a native app, then load a managed one, and call a function to run.

  4. #19
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by supercarz1991 View Post
    i'm sure its possible with VB, i know a lot of vb but not enough that i could make a hack. But aimbots have been made using vb and i'm sure you could do a push to console if you took the time to figure it out.
    Stop bragging, release shit.
    No I do not make game hacks anymore, please stop asking.

  5. #20
    D-Vid the DBag's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    C# is kinda like a cross-breed between C++ and VB, it seems to me.
    It's kinda like a noob form of C++, but a little more advanced than VB.

    [IMG]https://i33.photobucke*****m/albums/d55/y_owns_you/D-Vid665.png[/IMG]

  6. #21
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    Quote Originally Posted by zatchbell3 View Post
    if(fuckvb){
    Push("FUCKVB 1");
    } else {
    Push("FUCKVB 0");
    }

    hahah i rather use C++
    if(Fkyou)}{
    Push("hahahalol 1")
    } else {
    Push("hahahalol 0")
    }

  7. #22
    n00bl3z's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    I'd use C# if i felt like it would be easier. C# is easier to understand that C++.
    VB.NET is a no because it would just be too easy, and too many noobs like me would be able to release hacks.

  8. #23
    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 yoyoman4567 View Post
    if(Fkyou)}{
    Push("hahahalol 1")
    } else {
    Push("hahahalol 0")
    }


    LOL YOU FAIL AT CODING KID. You put to swirly brackets after "FkYou" gtfo and learn C++
    Keep me motivated for my hack development!

  9. #24
    CodingHero's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by Lord Fancington View Post
    LOL YOU FAIL AT CODING KID. You put to swirly brackets after "FkYou" gtfo and learn C++
    well this is about visual basic so no you would not .

  10. #25
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by D-Vid the DBag View Post
    C# is kinda like a cross-breed between C++ and VB, it seems to me.
    It's kinda like a noob form of C++, but a little more advanced than VB.
    C# is basically C++ plus memory management, awesome Intellisense and a huge amount of MS libraries provided to you

Page 2 of 2 FirstFirst 12