Results 1 to 9 of 9

Hybrid View

  1. #1
    jeevin's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Brampton, Ontario, Canada
    Posts
    486
    Reputation
    16
    Thanks
    285
    My Mood
    Inspired

    Speed Hack Source Code

    Code:
    int speeda;
    char speedpush[255];
    
    //insert your hotkeys here
    //on hotkey press it adds 100
    speeda = speeda +100;
    //makes the whole thing into a string and stores it into speedpush so you can push it to console
    //the first variable is what you want to store the string into
    //the second is the string
    //the third is the variable you want to place into the string
    sprintf(speedpush,"BaseMoveAccel %d",speeda);
    //now we push it to console
    PushToConsole(speedpush);
    //reuse the same variables to save memory
    //and we repeat it for everything we want to change
    sprintf(speedpush,"StartAccel %d",speeda);
    PushToConsole(speedpush);
    sprintf(speedpush,"MaxAccel %d",speeda);
    PushToConsole(speedpush);
    sprintf(speedpush,"AccelInc %d",speeda);
    PushToConsole(speedpush);
    sprintf(speedpush,"WalkVel %d",speeda);
    PushToConsole(speedpush);
    sprintf(speedpush,"FRunVel %d",speeda);
    PushToConsole(speedpush);
    sprintf(speedpush,"BRunVel %d",speeda);
    PushToConsole(speedpush);
    sprintf(speedpush,"SRunVel %d",speeda);
    PushToConsole(speedpush);
    //got to lazy to change this line so i left it...
    PushToConsole("DuckVel 50.000000");
    All thats left is a good HOMOSHIELD PRO BYPASS!!!

  2. The Following User Says Thank You to jeevin For This Useful Post:

    NOOB (10-14-2010)

  3. #2
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    thanks for the info, but dont most coders all ready no how to make this?

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  4. #3
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Proof of you using this =D

    Could we just...

    1. Open C++.net
    2. Make a .Dll file
    3. Add this coding.
    4. Release it?
    I'm back.

  5. #4
    bradboy's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How work it?

  6. #5
    HaroldAndKumar's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    1

  7. The Following User Says Thank You to HaroldAndKumar For This Useful Post:

    mewso222 (04-20-2010)

  8. #6
    Tyler930's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    in shockings mind o.o >.>
    Posts
    532
    Reputation
    10
    Thanks
    89
    My Mood
    Confused
    Quote Originally Posted by HaroldAndKumar View Post
    +1..... ROFL

  9. #7
    Samueldo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Meh
    Posts
    1,023
    Reputation
    29
    Thanks
    348
    My Mood
    Inspired
    Quote Originally Posted by HaroldAndKumar View Post
    Post of the year... so far

    Back on topic: If this works, I'll be happy. But I'm too lazy to test.
    Quote Originally Posted by Grim View Post
    glad to be an inspiration
    Minions rule. /endof

    InjectPlz Refresh - download v1.0 now!

  10. #8
    dragonfleas's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    5
    God i hate being a fking noob...anyways on topic I'M trying to learn coding in C++ I was an idiot and went and dled C# and tried that. Too many people that don't wanna help. So in C++ How do i put this into my game? I know i'm an uber noobzor that doesn't know any coding things. BUT I'm trying to learn. So give me some credits for that. I'm just an interested person wanting to code.

  11. #9
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Well what is the function is not pushtoconsole what if it is commandtoconsole or push it could be any this if i change from pushtoconsole to push*into*pussi*cat that will work also it can even be pullMyFinger just saying what ever the function is named that is it
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

Similar Threads

  1. [Source Code] Speed hack source code!!
    By MightySaa0d in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 09-08-2011, 07:22 AM
  2. CF Hack Source Code Rules
    By KING in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 27
    Last Post: 11-12-2010, 08:26 AM
  3. Hack source code cpp
    By carlosmamoura in forum C++/C Programming
    Replies: 16
    Last Post: 01-14-2010, 08:27 PM
  4. <releasing 2 morrow> new opk hack ~source code~ C++
    By pikamew4 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 12-02-2009, 02:59 PM
  5. hey all you noobs free hack source codes here!!
    By cnttuchme in forum C++/C Programming
    Replies: 6
    Last Post: 10-22-2009, 05:52 PM