Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    420Stoner420's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    the USA!
    Posts
    81
    Reputation
    11
    Thanks
    15
    My Mood
    Inspired

    Smile YOOOO screenshot hack?

    any one know the know the anti screenshot addys and are they ptc?
    im about to release a hack and i want that in it/yea

  2. #2
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    You dont need Addies for it
    it should look like this

    Code:
    PushToConsole("CamAngleFlare 280");
    else
    PushToConsole("CamAngleFlare 0");
    Just add that in

  3. #3
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    it will NOT be a ptc. ill look for you man and get back to ya

    edit: i cant find anything in cshell. sorry bro
    Last edited by zmansquared; 07-14-2010 at 04:41 PM.
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  4. #4
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    Quote Originally Posted by zmansquared View Post
    it will NOT be a ptc. ill look for you man and get back to ya
    Ohh thats what i use bro just telling the kid

  5. #5
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    I'm pretty sure its a PTC.

  6. #6
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by CoderNever View Post
    I'm pretty sure its a PTC.
    agreed it is

  7. #7
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    it might be. i might be mistaken...
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  8. #8
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    Quote Originally Posted by zmansquared View Post
    it might be. i might be mistaken...
    Yea man you made a mistake its alright i asked some people and this is what they have

    Code:
    PushToConsole("CamAngleFlare 268");
    else
    PushToConsole("CamAngleFlare 0");

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

    420Stoner420 (07-14-2010)

  10. #9
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by KawaiiSlut View Post
    Yea man you made a mistake its alright i asked some people and this is what they have

    Code:
    PushToConsole("CamAngleFlare 268");
    else
    PushToConsole("CamAngleFlare 0");

    That looks like it....

  11. The Following User Says Thank You to ^...,^ For This Useful Post:

    420Stoner420 (07-14-2010)

  12. #10
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    ok, thanks. sorry bout that again
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  13. The Following User Says Thank You to zmansquared For This Useful Post:

    420Stoner420 (07-14-2010)

  14. #11
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    here it is

    Code:
    			this->PushToConsole( "FlareBlindCamAngle 243" );
    		else
    			this->PushToConsole( "FlareBlindCamAngle 0" );

  15. The Following User Says Thank You to GameTrainerMaker For This Useful Post:

    420Stoner420 (07-14-2010)

  16. #12
    420Stoner420's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    the USA!
    Posts
    81
    Reputation
    11
    Thanks
    15
    My Mood
    Inspired
    Quote Originally Posted by GameTrainerMaker View Post
    here it is

    Code:
    			this->PushToConsole( "FlareBlindCamAngle 243" );
    		else
    			this->PushToConsole( "FlareBlindCamAngle 0" );
    its not workin hw do i ptc it for hotkey? is it the 0 value or the 243 value?
    or auto on idc i jus want it to work lol

  17. #13
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    take out the this-> then it will

    Obviously Your Not 100% C++ Coder yet ;P
    other wise you would have known that ;P

    here :

    if(GetAsyncKeyState(VK_NUMPAD1)<0);
    PushToConsole( "FlareBlindCamAngle 243" ); // On
    else
    PushToConsole( "FlareBlindCamAngle 0" ); // Off
    Last edited by GameTrainerMaker; 07-14-2010 at 07:41 PM.

  18. #14
    UnOwN CoD3R's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Elmo's World!
    Posts
    296
    Reputation
    14
    Thanks
    371
    Agreed....

  19. #15
    420Stoner420's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    the USA!
    Posts
    81
    Reputation
    11
    Thanks
    15
    My Mood
    Inspired
    Quote Originally Posted by GameTrainerMaker View Post
    take out the this-> then it will

    Obviously Your Not 100% C++ Coder yet ;P
    other wise you would have known that ;P

    here :

    if(GetAsyncKeyState(VK_NUMPAD1)<0);
    PushToConsole( "FlareBlindCamAngle 243" ); // On
    else
    PushToConsole( "FlareBlindCamAngle 0" ); // Off
    ehh im geting there still got tons to learn and people+tuts to learn from

Page 1 of 2 12 LastLast

Similar Threads

  1. [UNDETECTED] Kartoffel-Hack 4.5 [VIRUS-SCAN][SCREENSHOTS]
    By TheAdvertiser in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 2
    Last Post: 07-04-2010, 04:11 AM
  2. [Release] My Private COD4 Hack (Screenshot)
    By [E]Я4G3Я in forum Call of Duty Hacks & Cheats
    Replies: 5
    Last Post: 04-14-2010, 05:19 PM
  3. Replies: 59
    Last Post: 12-18-2009, 06:42 PM
  4. [Tutorial] HOW TO POST A HACK WITH A SCREENSHOT AND A VIRUSSCAN
    By IHelper in forum WarRock - International Hacks
    Replies: 1
    Last Post: 10-26-2009, 03:19 AM
  5. Hack Screenshots Thread
    By silentrunner2 in forum Combat Arms Europe Hacks
    Replies: 34
    Last Post: 03-12-2009, 08:57 AM