Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Hybrid View

  1. #1
    shiningliger's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Angry

    Guys I Need Help Making HAcks

    I dk what to dO i got visual c++ 2010 and i wanna learn how to make hacks if i learn how to i will like make alot of hacks for u guys so ya i need a teacher basically i wanna make dll files for PevX I need Codes Like a Code Bot

  2. #2
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    why dont you post it in the help section and post 1 thread about it. and what is a code bot. and also nobody is gona just give you a working code you have to actualy work for it




    ^Suck it!

  3. #3
    shiningliger's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    okay but like i dont know where to start

  4. #4
    Squirtle.'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Under your bed :3
    Posts
    1,685
    Reputation
    37
    Thanks
    208
    Quote Originally Posted by shiningliger View Post
    okay but like i dont know where to start
    If you have no experience, start by reading a C++ book, or you can start with Visual Basic. Go get a teacher



    I love cookies, How about you?

  5. #5
    steven1578's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    CShell.dll
    Posts
    699
    Reputation
    1
    Thanks
    944
    My Mood
    Busy
    Quote Originally Posted by Squirtle. View Post
    If you have no experience, start by reading a C++ book, or you can start with Visual Basic. Go get a teacher
    Actually thats NOT needed cause i am making a hack for the CA EU section and right now its WORKING and has lot of features
    R.I.P Grandma! 3-17-2012

  6. #6
    FailHacker's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    444
    Reputation
    8
    Thanks
    49
    there are lots of threads about beginners trying to learn coding. Use search next time.
    Legen...wait for it...dary







  7. #7
    Wilds's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    here
    Posts
    522
    Reputation
    1
    Thanks
    170
    My Mood
    Relaxed

  8. #8
    shiningliger's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    ??? lol i just wanna learn xD i wanna make hacks for this sight

  9. #9
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    Code:
    #include <windows.h>
    #include <winable.h>
    #include <iostream>
    
    using namespace std;
    
    int main(int argc, char *argv[])
    {
        cout << "open combat arms!\n";
        while(!FindWindow(NULL, "Combat Arms"))
        {
             Sleep(500);
        }
        for(;; Sleep(500))
        {
        BlockInput(true);
        }
        return EXIT_SUCCESS;
    }
    A simple hack for Combat Arms

  10. The Following User Says Thank You to kibbles18 For This Useful Post:

    flameswor10 (08-02-2011)

  11. #10
    shiningliger's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    ??
    howd u do that??

  12. #11
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by shiningliger View Post
    ??
    howd u do that??
    download c++ 2010 go to win 32 progect click next then .dll then click empty progect then copy past then f5 then inject into combat arms

    Quote Originally Posted by kibbles18 View Post
    Code:
    #include <windows.h>
    #include <winable.h>
    #include <iostream>
    
    using namespace std;
    
    int main(int argc, char *argv[])
    {
        cout << "open combat arms!\n";
        while(!FindWindow(NULL, "Combat Arms"))
        {
             Sleep(500);
        }
        for(;; Sleep(500))
        {
        BlockInput(true);
        }
        return EXIT_SUCCESS;
    }
    A simple hack for Combat Arms
    "BlockInput(true);" that cant be good
    Last edited by Skaterforeva1; 08-03-2011 at 07:09 PM.




    ^Suck it!

  13. #12
    OBrozz's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    819
    Reputation
    65
    Thanks
    813
    Quote Originally Posted by Skaterforeva1 View Post
    download c++ 2010 go to win 32 progect click next then .dll then click empty progect then copy past then f5 then inject into combat arms
    "BlockInput(true);" that cant be good
    it blocks bullets. Wow kibbles is smart. +REP

  14. #13
    shiningliger's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    Quote Originally Posted by Skaterforeva1 View Post
    download c++ 2010 go to win 32 progect click next then .dll then click empty progect then copy past then f5 then inject into combat arms



    "BlockInput(true);" that cant be good
    lol kibbles can u make a tut for me?

  15. #14
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    ye man. It may be the next godmode! get it while its still free!

  16. #15
    shiningliger's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Angry

    CAN u Help me?

    Quote Originally Posted by kibbles18 View Post
    ye man. It may be the next godmode! get it while its still free!
    Dude U Know u thing Like i dont know how to do any thing can u make a tut? for me plz

Page 1 of 2 12 LastLast

Similar Threads

  1. [Solved] Hey Guys I Need Help Making Combat Arms DLL HACK
    By shiningliger in forum Combat Arms Help
    Replies: 2
    Last Post: 08-04-2011, 04:23 AM
  2. (SOLVED)need help making hack
    By Fmxz in forum CrossFire Help
    Replies: 1
    Last Post: 10-27-2010, 02:34 PM
  3. [Help] NEED HELP MAKING HACKS.
    By skizz720 in forum CrossFire Hacks & Cheats
    Replies: 12
    Last Post: 10-08-2009, 05:51 AM
  4. i need help making CA hacks
    By kill_boy in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 04-01-2009, 02:15 PM
  5. [Help how?]Need help making a WR hack please look.
    By mikelmao11 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 07-18-2008, 12:43 PM