Page 1 of 6 123 ... LastLast
Results 1 to 15 of 83
  1. #1
    Dieorwin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In My House
    Posts
    167
    Reputation
    21
    Thanks
    22

    Hacks.Voids.PushToConsole Method

    Here are some Hacks.Voids.PushToConsole commands

    First off, Hacks.Voids.PushToConsole is just PTC in a diffrent form. This will bypass the new patch

    Define:
    [php]#define Hacks.Addresses. L t Client 0xADR // Replace 0xADR with LTClient[/php]


    Method
    [php]void cVoids::PushToConsole(char *szCommand)
    {
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t RCC = (RunConsoleCommand_t)Hack.Addresses. L t Client;//Engine Address
    RCC(szCommand);
    }

    //example

    Hacks.Voids.PushToConsole ("ShowFPS 1") [/php]


    FPS:
    [php]Hacks.Voids.PushToConsole ("ShowFps 1")[/php]

    No Sway:
    [php]Hacks.Voids.PushToConsole ("WeaponSway 0")[/php]

    Virtual Jump
    [php]Hacks.Voids.PushToConsole ("CamMaxPosYOffset 200.000000")[/php]

    Tracers:
    [php]Hacks.Voids.PushToConsole ("ShowFirePath 1")[/php]

    FullBright:
    [php]Hacks.Voids.PushToConsole ("FullBright 1")[/php]

    Chams:
    [php]Hacks.Voids.PushToConsole ("SkelModelStencil 1")[/php]

    SuperJump:
    [php]Hacks.Voids.PushToConsole ("JumpVel 300.000000")[/php]

    No Fog:
    [php]Hacks.Voids.PushToConsole ("FogEnable 0")[/php]

    Pickup Distance:
    [php]Hacks.Voids.PushToConsole ("ActivationDistance 999999")[/php]

    No Reload:
    [php]Hacks.Voids.PushToConsole ("ReloadSpeed 0.000000")[/php]

    Spectator Mode:
    [php]Hacks.Voids.PushToConsole ("SpectatorMode 1")[/php]

    Crosshair:
    [php]Hacks.Voids.PushToConsole ("CrosshairR 255")[/php]

    Quick Spawn?:
    [php]Hacks.Voids.PushToConsole ("SpawnDelay 0")[/php]

    Hover:
    [php]Hacks.Voids.PushToConsole ("PlayerGravity 0")
    Hacks.Voids.PushToConsole ("PlayerVelocity 0")[/php]

    No Sky:
    [php]Hacks.Voids.PushToConsole ("EnableSky 0")[/php]


    I will add more in the future!

    If you want me to add defaults I will get them!

    Thank me if I helped.

    Credits:
    Me (For putting together)
    Gordon' (For showing PCC)
    Kotentopf (For Hacks.Voids.PushToConsole)
    Last edited by Dieorwin; 10-31-2010 at 03:06 PM.

  2. The Following 3 Users Say Thank You to Dieorwin For This Useful Post:

    Ali (10-31-2010),LucasM010203 (12-10-2010),Tony Stark` (11-03-2010)

  3. #2
    budman821's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    356
    Reputation
    5
    Thanks
    83
    care to share the ptc method?

  4. #3
    @osma8's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    749
    Reputation
    26
    Thanks
    84
    Yea LOOL!!

  5. #4
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Whats the difference? It's just PushToConsole replaced as pRunConsolCommand

  6. #5
    Dieorwin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In My House
    Posts
    167
    Reputation
    21
    Thanks
    22
    No it's RunConsoleCommand
    Last edited by Dieorwin; 10-30-2010 at 05:40 PM.

  7. #6
    @osma8's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    749
    Reputation
    26
    Thanks
    84
    But the question is does it wrk ? Proof plz

  8. #7
    Dieorwin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In My House
    Posts
    167
    Reputation
    21
    Thanks
    22
    Try it yourself, it works. Gordon' uses it...

  9. #8
    @osma8's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    749
    Reputation
    26
    Thanks
    84
    So your assuming that it works and you havent even tried it

  10. #9
    Dieorwin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In My House
    Posts
    167
    Reputation
    21
    Thanks
    22
    Quote Originally Posted by @osma8 View Post
    So your assuming that it works and you havent even tried it
    Try it before you flame at me.

  11. #10
    ★Rusty's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    My House/CShell Codes: C++
    Posts
    111
    Reputation
    14
    Thanks
    297
    My Mood
    Psychedelic
    Lol this wont work without the method. You need to define what pRunConsoleCommand is.
    pRunConsoleCommand is the same as PushToConsole its just what ever u name it.
    and No Fog value is wrong... it should be 0.
    Last edited by ★Rusty; 10-30-2010 at 05:48 PM.

  12. The Following 2 Users Say Thank You to ★Rusty For This Useful Post:

    Dieorwin (10-30-2010),flameswor10 (10-30-2010)

  13. #11
    @osma8's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    749
    Reputation
    26
    Thanks
    84
    Quote Originally Posted by ★Rusty View Post
    Lol this wont work without the method. You need to define what pRunConsoleCommand is.
    pRunConsoleCommand is the same as PushToConsole its just what ever u name it.
    and No Fog value is wrong... it should be 0.
    Yea, I have tried this long time ago and today again i tried it doesnt wrk...

  14. #12
    Dieorwin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In My House
    Posts
    167
    Reputation
    21
    Thanks
    22
    Ok, fixed it. Define is put in, and I fixed fog, thanks rusty!

  15. #13
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    So just add that instead of the norm PTC Method and define it ? then it bypasses the new update ? Bcuz i cant see any special on this method.

    Thanks Cosmos


  16. #14
    budman821's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    356
    Reputation
    5
    Thanks
    83
    lawlz! /

  17. #15
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    hes using Alt LTC I believe. Thats all.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

Page 1 of 6 123 ... LastLast

Similar Threads

  1. [Request] PTC Method the new...
    By eliac in forum Combat Arms EU Hack Coding/Source Code
    Replies: 0
    Last Post: 02-26-2011, 02:24 PM
  2. New PTC method Please
    By pikamew4 in forum Combat Arms Coding Help & Discussion
    Replies: 0
    Last Post: 10-20-2010, 07:10 PM
  3. [HELP]Need a new PTC Method
    By QQiswhyihack in forum Combat Arms Coding Help & Discussion
    Replies: 14
    Last Post: 10-13-2010, 12:07 PM
  4. new ptc method?
    By speedforyou in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 27
    Last Post: 10-03-2010, 12:56 PM
  5. New Payment Method?
    By Vista in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 08-05-2008, 10:41 AM