Results 1 to 10 of 10
  1. #1
    betterthancookiezi's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2

    Cheats coded in python?

    Obviously it wouldn't be as stable as what ever coded in C++ and such, and I'm not expecting to come up with an effective hack in any short amount of time, I'm just thinking since python is a lot simpler and easier to learn, it would speed up several processes.. Asking experienced coders, is it possible to make any kind of hack even a triggorbot in python? thank you

  2. #2
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Moved to the correct section.

  3. #3
    d4rkW's Avatar
    Join Date
    May 2016
    Gender
    female
    Posts
    40
    Reputation
    10
    Thanks
    12
    Obviously there is a way to do it, however, I don't feel like it would be worth it as nobody really does it and this field is barely documented (if at all). Learning a proper language like C++ or C#, hell even C if you are an oldschool "hacker". I personally would go with C++ for anything related to game hacking as doing anything without <Windows.h> is pretty difficult by itself.

  4. #4
    betterthancookiezi's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by d4rkW View Post
    Obviously there is a way to do it, however, I don't feel like it would be worth it as nobody really does it and this field is barely documented (if at all). Learning a proper language like C++ or C#, hell even C if you are an oldschool "hacker". I personally would go with C++ for anything related to game hacking as doing anything without <Windows.h> is pretty difficult by itself.
    Yeah thats what I was thinking, I'll probably go with C because its obviously way simpler than c++ (even though it would be more efficient).

  5. #5
    d4rkW's Avatar
    Join Date
    May 2016
    Gender
    female
    Posts
    40
    Reputation
    10
    Thanks
    12
    Quote Originally Posted by betterthancookiezi View Post
    Yeah thats what I was thinking, I'll probably go with C because its obviously way simpler than c++ (even though it would be more efficient).
    I strongly recommend you to go with C++ as that will not only teach you about game hacking put also windows programming in general. These days the only reason I would choose C over C++ is while creating something for very low level hardware.

  6. The Following User Says Thank You to d4rkW For This Useful Post:

    Graaff (06-05-2016)

  7. #6
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Quote Originally Posted by betterthancookiezi View Post
    Yeah thats what I was thinking, I'll probably go with C because its obviously way simpler than c++ (even though it would be more efficient).
    C++ is the better C, there is no reason to pick C if C++ is available.

    You can use any language you want, the only thing you need is a way to access memory of a different process.
    If you can access memory of any program with your language, you can also create cheats with it.

  8. #7
    demmonic's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    120
    Reputation
    36
    Thanks
    3,401
    Quote Originally Posted by d4rkW View Post
    Obviously there is a way to do it, however, I don't feel like it would be worth it as nobody really does it and this field is barely documented (if at all).
    Why should what other people are doing influence his decisions?

    Quote Originally Posted by d4rkW View Post
    Learning a proper language like C++ or C#, hell even C if you are an oldschool "hacker".
    How is python not a "proper" language?

  9. The Following User Says Thank You to demmonic For This Useful Post:

    betterthancookiezi (06-06-2016)

  10. #8
    betterthancookiezi's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by WasserEsser View Post
    C++ is the better C, there is no reason to pick C if C++ is available.

    You can use any language you want, the only thing you need is a way to access memory of a different process.
    If you can access memory of any program with your language, you can also create cheats with it.
    since c++ is based off of c it would be a lot easier, and there are a lot of coders out there that believe c is an easier alternative and it would make it much easier to learn the later forms.

    EDIT: also since (I dont have as much experience as to others but going from what I've heard) c is a base language, I've heard its a lot faster and works a lot more effectively than c++ because of its complexity and relies on a lot of stuff that just simply wouldnt do well if a user hasnt installed specific things such as the latest netframework or whatever
    Last edited by betterthancookiezi; 06-06-2016 at 07:02 AM.

  11. #9
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Quote Originally Posted by betterthancookiezi View Post
    since c++ is based off of c it would be a lot easier, and there are a lot of coders out there that believe c is an easier alternative and it would make it much easier to learn the later forms.

    EDIT: also since (I dont have as much experience as to others but going from what I've heard) c is a base language, I've heard its a lot faster and works a lot more effectively than c++ because of its complexity and relies on a lot of stuff that just simply wouldnt do well if a user hasnt installed specific things such as the latest netframework or whatever
    Learning C when you could learn C++ is not efficient. C++ has a lot more to offer which also applies to other languages such as Object Oriented Programming etc..

    C++ has too many things which you shouldn't miss at all such as the entire std library ( std::vector is such a huge friend ), function overloading, templates etc..

    You'll only make it harder for yourself if you pick up C instead of C++. Why would you make 2 seperate functions for instance, ReadInt and ReadFloat if you could just overload the function or even template it.

  12. The Following User Says Thank You to WasserEsser For This Useful Post:

    betterthancookiezi (06-06-2016)

  13. #10
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    1 week has passed and no further replies have been made by the OP. Assuming solved.

    /Closed.

Similar Threads

  1. [Help] coding in python
    By thewisedumbguy9 in forum WarRock Discussions
    Replies: 11
    Last Post: 07-03-2010, 02:38 AM
  2. [Release] Cheat codes
    By luzak5 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 11
    Last Post: 11-22-2009, 09:58 AM
  3. CallOfDuty 4 Cheat Codes
    By deathlyalive in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 6
    Last Post: 08-31-2009, 04:40 AM
  4. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  5. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM