Results 1 to 7 of 7
  1. #1
    gallopokoi's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,584
    Reputation
    15
    Thanks
    226
    My Mood
    Cheeky

    Programs and/or layout?

    Hello,

    I am currently learning how to code C++, as I only had a very basic knowledge of it. Anyway, I was wondering, what programs I need to create the .dll file. Like compilers and such. I am already downloading Microsoft Visual Studio C+ 2010 Professional or something along them lines, and am just wondering. Anyway, is there like, a basic structure or layout of a code somewhere that I can look at and see how it is made up, or anything like that?

    Thanks,
    -Gallo

  2. #2
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Well, if you want to look at a working menu base.

    https://www.mpgh.net/forum/207-combat..****ey-base.html

    Or look at bases, like combined base v3, i know the thred is closed, but it still works, all you gotta do is update the ptc.

  3. #3
    gallopokoi's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,584
    Reputation
    15
    Thanks
    226
    My Mood
    Cheeky
    No idea what a ptc is. But bases look good, thanks for that.

  4. #4
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    PTC pushes a command into the stack. Its like when u copy addresses to memory but ptc is a lot easier to use. U dont have to find all addys and what bytes u have to copy in.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  5. #5
    gallopokoi's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,584
    Reputation
    15
    Thanks
    226
    My Mood
    Cheeky
    Ohh, Push To Console. Im really not that far in, I barely know anything about C++ yet. How much of an understanding of C++ will I need? Advanced?

  6. #6
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by gallopokoi View Post
    Ohh, Push To Console. Im really not that far in, I barely know anything about C++ yet. How much of an understanding of C++ will I need? Advanced?
    Quite a bit.

    I don't know much, but i already put together a hack with

    Code:
    Cross Hair - Blue|Green|Teal|Lime|Black|White|Purple|Pink|Orange|Yellow|Red
    Chams
    No Fog
    No Smoke
    ShowFPS
    Hide Gun
    FullBright
    No Recoil
    No Spread
    SuperBullets
    Weapon Range
    Pickup Hack
    Fly Hack
    Prediction
    No Knockback
    Self Kill (suicide)
    A customized Mouse Cursor
    All i did is look around. Now all i need is a stable base...

  7. #7
    gallopokoi's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,584
    Reputation
    15
    Thanks
    226
    My Mood
    Cheeky
    Quote Originally Posted by PepsiXHacker View Post


    Quite a bit.

    I don't know much, but i already put together a hack with

    Code:
    Cross Hair - Blue|Green|Teal|Lime|Black|White|Purple|Pink|Orange|Yellow|Red
    Chams
    No Fog
    No Smoke
    ShowFPS
    Hide Gun
    FullBright
    No Recoil
    No Spread
    SuperBullets
    Weapon Range
    Pickup Hack
    Fly Hack
    Prediction
    No Knockback
    Self Kill (suicide)
    A customized Mouse Cursor
    All i did is look around. Now all i need is a stable base...
    Can you send me a source of it or something that I could study? :3