Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 70
  1. #46
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    You should make it read from a text file so users can input their own commands.

  2. #47
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Great idea. I'm going to try that. I still can't figure out how to read a text file.
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  3. #48
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    [php]std::ifstream file;/pe to read a file
    char text[1024];//ur text u want to print with max 1024(kb) letters
    file.open("your.file");//open ur file
    if(file.good())//if this file is exist
    while(!file.eof())//as long not the end of file
    file.getline(text,1024);//get 1024 letters from the file if they are not 1024 its ok but more it will not read
    file.close;//close ur file [/php]

    Crdits: kotenpof

  4. The Following User Says Thank You to Stephen For This Useful Post:

    kotentopf (10-06-2010)

  5. #49
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by Stephen View Post
    [php]std::ifstream file;/pe to read a file
    char text[1024];//ur text u want to print with max 1024(kb) letters
    file.open("your.file");//open ur file
    if(file.good())//if this file is exist
    while(!file.eof())//as long not the end of file
    file.getline(text,1024);//get 1024 letters from the file if they are not 1024 its ok but more it will not read
    file.close;//close ur file [/php]

    Crdits: kotenpof
    always when i get creditz noone can write it correct >.<
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

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

    Stephen (10-06-2010)

  7. #50
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by kotentopf View Post
    always when i get creditz noone can write it correct >.<
    I feel you. I hate it when people don't give credits to things I release.

  8. The Following User Says Thank You to Stephen For This Useful Post:

    kotentopf (10-06-2010)

  9. #51
    UGodly's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    https://www.mpgh.net/forum/members/645501-ugodly.html
    Posts
    1,234
    Reputation
    18
    Thanks
    160
    My Mood
    Yeehaw
    Quote Originally Posted by Stephen View Post

    I feel you. I hate it when people don't give credits to things I release.
    me too
    but i haven't released anything else accept the hacks /

  10. #52
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Lots of errors? Do I need to include something?

    Quote Originally Posted by Stephen View Post
    [php]std::ifstream file;/pe to read a file
    char text[1024];//ur text u want to print with max 1024(kb) letters
    file.open("your.file");//open ur file
    if(file.good())//if this file is exist
    while(!file.eof())//as long not the end of file
    file.getline(text,1024);//get 1024 letters from the file if they are not 1024 its ok but more it will not read
    file.close;//close ur file [/php]

    Crdits: kotenpof
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  11. #53
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by seeplusplus View Post
    Lots of errors? Do I need to include something?
    Are you fucking serious.

    Go die now.

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

    Timboy67678 (10-08-2010)

  13. #54
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    fucksauce.h ofc right stephen?
    Last edited by Mr.Magicman; 10-06-2010 at 02:11 PM.

  14. #55
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Don't tell him. Remove it nw!

  15. #56
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Quote Originally Posted by Mr.Magicman View Post
    Iostream ofc you never learnt helloworld?

    I know what your talking about lol. I forgot to include. I asked then realized I forgot. But my computer locked up!
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  16. #57
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by seeplusplus View Post
    I know what your talking about lol. I forgot to include. I asked then realized I forgot. But my computer locked up!

    You are stupid as fuck.

  17. #58
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Lol. I'm sorry.
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  18. #59
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by Stephen View Post
    Don't tell him. Remove it nw!
    I was to late...

  19. #60
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by Mr.Magicman View Post
    fucksauce.h ofc right stephen?
    to late edited /
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. [Release] Mega PTC Checker V2!
    By seeplusplus in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 11-21-2010, 10:15 AM
  2. Mega PTC checker help
    By aronxhellfire in forum Combat Arms Coding Help & Discussion
    Replies: 1
    Last Post: 10-13-2010, 09:33 PM
  3. [RELEASE] Nexon Connection Checker
    By m1cr0 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 07-08-2009, 06:29 AM
  4. [RELEASE] Nexon Server Checker
    By m1cr0 in forum Combat Arms Europe Hacks
    Replies: 2
    Last Post: 07-08-2009, 02:53 AM
  5. [Release] Mega Trainer 30 minutes
    By tellmehome in forum WarRock - International Hacks
    Replies: 15
    Last Post: 05-26-2007, 06:34 AM