Page 1 of 6 123 ... LastLast
Results 1 to 15 of 90

Hybrid View

  1. #1
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored

    [Release] Working PTC

    I take no credits for this, i'm just helping you guys get working ptc. I will use base from Whit, if you want the menu, check back Whit's post here.

    How to use:
    1. Open visual studio & make new project
    2. Win32 project > DLL + empty Project
    3. Click header > right click > add existing files (.h)
    4. Click source files> right click > add existing files (.cpp)
    5. Check your project setting
    6. Compile


    By SNal2F
    Code:
    //In Globals 
    typedef void (__cdecl *lpSetConsoleVariable)(unsigned long console,char* szVal);
    lpSetConsoleVariable SetConsoleVariable;
    
    //In Present or Endscene
    void cBase::RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {	
    	SetConsoleVariable = (lpSetConsoleVariable)(0x0484BC0);
    	
    	if(GetAsyncKeyState(VK_INSERT)&1){
    		ptc =! ptc;
    	}
    	if(ptc){
    		SetConsoleVariable(0x8003F0,"ShowFps 1");
    	} else {
    		SetConsoleVariable(0x8003F0,"ShowFps 0");
    	}
    }
    Result:


    By Gordon
    Code:
    //In Globals
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)0x00485E10;
    
    //In Present or Endscene
    void cBase::RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	if(GetAsyncKeyState(VK_INSERT)&1){
    		ptc =! ptc;
    	}
    	if(ptc){
    		pRunConsoleCommand("ShowFPS 1");
    	} else {
    		pRunConsoleCommand("ShowFPS 0");
    	}
    }
    Result:


    I got higher framerate in game when using Gordon's method, so you decide which is one u want to use. Also for Whit's base i post below, u still need to improve it bcoz i spend only 5 mins fixed the ptc without looking other things in base.

    Credits:
    Gordon (ptc)
    SNal2F (ptc)
    Gellin, Hans (base)
    Whit (combiner)

    Have fun

    VirusTotal - Free Online Virus, Malware and URL Scanner
    Console.rar MD5:a58893690922574f61c162d162a95689 - VirSCAN.org Scanners did not find malware!
    Last edited by Hahaz; 11-04-2010 at 09:10 PM.

  2. The Following 18 Users Say Thank You to Hahaz For This Useful Post:

    Amatowarrior (11-05-2010),[MPGH]AVGN (11-06-2010),CAFlames (02-27-2011),cmc5414 (05-21-2012),colorad07 (08-13-2011),Dieorwin (11-04-2010),Fellipectr³ (05-06-2012),FUUU (11-04-2010),gwegsdggdsf (11-16-2010),jajarem64 (11-04-2010),johneskiller (11-04-2010),MrSkafighter (11-04-2010),Nubzgetkillz (11-04-2010),ParoXysmE (12-20-2011),ro6opimp16 (11-19-2010),Rumias (07-28-2012),Tony Stark` (11-04-2010),wassup40 (11-04-2010)

  3. #2
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    gj. does it DC going ingame?

  4. #3
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Quote Originally Posted by ac1d_buRn View Post
    gj. does it DC going ingame?
    No, tested for 20mins & no dc ^^

  5. #4
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by hahaz View Post
    No, tested for 20mins & no dc ^^
    holey crap. epic shit.
    Mind PMing me the console?

  6. #5
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Feeding the copy pasters for a couple of thanks and reps, again?..

  7. #6
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Tyrannus View Post
    Feeding the copy pasters for a couple of thanks and reps, again?..
    probably xD
    I still dont know why im DC'ing and all im doing is drawing some text that says "This is a test"

  8. #7
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Quote Originally Posted by Tyrannus View Post
    Feeding the copy pasters for a couple of thanks and reps, again?..
    None of your business?

    @Acid, pmed.

  9. #8
    jajarem64's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Sarasota, FL - USA
    Posts
    318
    Reputation
    -13
    Thanks
    17
    My Mood
    Relaxed
    Epicness Hahaz PM me with it plz, thanks.

  10. #9
    anaestheist's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    16
    My Mood
    Inspired
    I would donate to you Hahaz, for not beign selfish. /

  11. #10
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    oh dear, here come back the raid of hacks O:

  12. #11
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    l0l

    It's this thread all over again.

  13. #12
    AnoNimTeck's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Tyrannus View Post
    l0l

    It's this thread all over again.
    Yea... I think here will be again a flame war...

  14. #13
    MrSkafighter's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    410
    Reputation
    23
    Thanks
    2,238
    My Mood
    Cool
    I Hope When I Add No Recoil It Bypassed Nexon.

  15. #14
    @osma8's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    749
    Reputation
    26
    Thanks
    84
    Quote Originally Posted by MrSkafighter View Post
    I Hope When I Add No Recoil It Bypassed Nexon.
    Dont we all? lol

  16. #15
    ᶠᶸᶜᵏ's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    174
    Reputation
    36
    Thanks
    159
    Quote Originally Posted by MrSkafighter View Post
    I Hope When I Add No Recoil It Bypassed Nexon.
    Just turn it on/off ingame only.

Page 1 of 6 123 ... LastLast

Similar Threads

  1. DO NOT RELEASE ANY WORKING PTC FUNCTIONS
    By topblast in forum Combat Arms Coding Help & Discussion
    Replies: 71
    Last Post: 10-26-2010, 04:12 PM
  2. [RELEASE] Working Addeys
    By quin123 in forum WarRock - International Hacks
    Replies: 40
    Last Post: 07-05-2007, 03:07 PM
  3. [RELEASE] Working Bypass (30 min)
    By xxpagxx in forum WarRock - International Hacks
    Replies: 26
    Last Post: 05-23-2007, 10:27 AM
  4. [RELEASE] Working Speedhack
    By quin123 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 11-01-2006, 05:27 PM
  5. [RELEASE] Working AimBot
    By quin123 in forum WarRock - International Hacks
    Replies: 28
    Last Post: 10-22-2006, 10:07 PM