Thread: Hacks Crash

Results 1 to 11 of 11
  1. #1
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love

    Hacks Crash

    Well, After perfecting my new menu hack (it's based on that source i released.)
    My menu doesn't D/c at all ingame (Without any PTC hacks).
    But with PTC hacks, I d/c (before Login screen even appears).

    Without Hacks(So you can see my awesome menu):


    Code:
    bool IsIngame()
    {
    	DWORD* LTBase = (DWORD*) 0x3781BE50;
    	IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);
    
    	return pConnected();
    }
    
    void WINAPIV RunConsoleCommand( const char* cmd )
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	ReCreate(pDevice);
    	if(GetAsyncKeyState(VK_INSERT)&1)
    	{
    		Visible ++;
    		if(Visible == 2)Visible = 0;
    	}
    	DrawMenu(pDevice);
    	DrawCrosshair(pDevice);
    	//Hacks End
    	if(Hack.Chams && IsIngame()){
    		RunConsoleCommand("SkelModelStencil 1" );
    	}else{
    		RunConsoleCommand("SkelModelStencil 0");
    	}
    	if(Hack.Fly && IsIngame()){
    		if(GetAsyncKeyState(VK_MENU)<0){
    			RunConsoleCommand("PlayerGravity 800");
    		}else{RunConsoleCommand("PlayerGravity -800.000000");}
    	}else{
    		RunConsoleCommand("PlayerGravity -800.000000");
    	}
    	if(Hack.Spread && IsIngame()){
    		RunConsoleCommand("PerturbRotationEffect  0.000000"); 
    		RunConsoleCommand("PerturbIncreaseSpeed 0.000000"); 
    		RunConsoleCommand("PerturbWalkPercent 0.000000"); 
    		RunConsoleCommand("PerturbFiringIncreaseSpeed 0.000000");
    	}else{
    		RunConsoleCommand("PerturbRotationEffect 3.000000");
    		RunConsoleCommand("PerturbIncreaseSpeed 3.000000");
    		RunConsoleCommand("PerturbDecreaseSpeed 9.000000");
    		RunConsoleCommand("PerturbWalkPercent 0.500000");
    	}
    	if(Hack.ESP && IsIngame()){
    		BoxEsp(pDevice);
    	}else{}
    }
    Thats what It looks like.
    Last edited by flameswor10; 03-17-2011 at 01:37 AM.
    No I do not make game hacks anymore, please stop asking.

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

    tima030 (03-22-2011)

  3. #2
    Wilds's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    here
    Posts
    522
    Reputation
    1
    Thanks
    170
    My Mood
    Relaxed
    encrypt all ur texts because nexon detects if ur hack has things like "chams" and stuff, as well as the image of the hack if u have a menu. this meaning that if the thing "chams" shows up somewhere on ur menu, nexon sees it and then it d/c's u.

  4. #3
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by wolffang0000 View Post
    encrypt all ur texts because nexon detects if ur hack has things like "chams" and stuff, as well as the image of the hack if u have a menu. this meaning that if the thing "chams" shows up somewhere on ur menu, nexon sees it and then it d/c's u.
    Do you think I haven't done taht already?
    I already stated that I can play many games perfectly fine without any hacks on
    (Means just the menu)
    No I do not make game hacks anymore, please stop asking.

  5. #4
    D-Vid the DBag's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by flameswor10 View Post
    Well, After perfecting my new menu hack (it's based on that source i released.)
    My menu doesn't D/c at all ingame (Without any PTC hacks).
    But with PTC hacks, I d/c (before Login screen even appears).

    Without Hacks(So you can see my awesome menu):


    Code:
    bool IsIngame()
    {
    	DWORD* LTBase = (DWORD*) 0x3781BE50;
    	IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);
    
    	return pConnected();
    }
    
    void WINAPIV RunConsoleCommand( const char* cmd )
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	ReCreate(pDevice);
    	if(GetAsyncKeyState(VK_INSERT)&1)
    	{
    		Visible ++;
    		if(Visible == 2)Visible = 0;
    	}
    	DrawMenu(pDevice);
    	DrawCrosshair(pDevice);
    	//Hacks End
    	if(Hack.Chams && IsIngame()){
    		RunConsoleCommand("SkelModelStencil 1" );
    	}else{
    		RunConsoleCommand("SkelModelStencil 0");
    	}
    	if(Hack.Fly && IsIngame()){
    		if(GetAsyncKeyState(VK_MENU)<0){
    			RunConsoleCommand("PlayerGravity 800");
    		}else{RunConsoleCommand("PlayerGravity -800.000000");}
    	}else{
    		RunConsoleCommand("PlayerGravity -800.000000");
    	}
    	if(Hack.Spread && IsIngame()){
    		RunConsoleCommand("PerturbRotationEffect  0.000000"); 
    		RunConsoleCommand("PerturbIncreaseSpeed 0.000000"); 
    		RunConsoleCommand("PerturbWalkPercent 0.000000"); 
    		RunConsoleCommand("PerturbFiringIncreaseSpeed 0.000000");
    	}else{
    		RunConsoleCommand("PerturbRotationEffect 3.000000");
    		RunConsoleCommand("PerturbIncreaseSpeed 3.000000");
    		RunConsoleCommand("PerturbDecreaseSpeed 9.000000");
    		RunConsoleCommand("PerturbWalkPercent 0.500000");
    	}
    	if(Hack.ESP && IsIngame()){
    		BoxEsp(pDevice);
    	}else{}
    }
    Thats what It looks like.
    Your PTC is working pretty good bruh.
    I like it.

    It's gotta be your hack, or you're doing something wrong.
    Mine's working just fine.

    [IMG]https://i33.photobucke*****m/albums/d55/y_owns_you/D-Vid665.png[/IMG]

  6. #5
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by D-Vid the DBag View Post


    Your PTC is working pretty good bruh.
    I like it.

    It's gotta be your hack, or you're doing something wrong.
    Mine's working just fine.

    WDFFFFFFFF
    No I do not make game hacks anymore, please stop asking.

  7. #6
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by flameswor10 View Post
    Well, After perfecting my new menu hack (it's based on that source i released.)
    My menu doesn't D/c at all ingame (Without any PTC hacks).
    But with PTC hacks, I d/c (before Login screen even appears).

    Without Hacks(So you can see my awesome menu):


    Code:
    bool IsIngame()
    {
    	DWORD* LTBase = (DWORD*) 0x3781BE50;
    	IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);
    
    	return pConnected();
    }
    
    void WINAPIV RunConsoleCommand( const char* cmd )
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	ReCreate(pDevice);
    	if(GetAsyncKeyState(VK_INSERT)&1)
    	{
    		Visible ++;
    		if(Visible == 2)Visible = 0;
    	}
    	DrawMenu(pDevice);
    	DrawCrosshair(pDevice);
    	//Hacks End
    	if(Hack.Chams && IsIngame()){
    		RunConsoleCommand("SkelModelStencil 1" );
    	}else{
    		RunConsoleCommand("SkelModelStencil 0");
    	}
    	if(Hack.Fly && IsIngame()){
    		if(GetAsyncKeyState(VK_MENU)<0){
    			RunConsoleCommand("PlayerGravity 800");
    		}else{RunConsoleCommand("PlayerGravity -800.000000");}
    	}else{
    		RunConsoleCommand("PlayerGravity -800.000000");
    	}
    	if(Hack.Spread && IsIngame()){
    		RunConsoleCommand("PerturbRotationEffect  0.000000"); 
    		RunConsoleCommand("PerturbIncreaseSpeed 0.000000"); 
    		RunConsoleCommand("PerturbWalkPercent 0.000000"); 
    		RunConsoleCommand("PerturbFiringIncreaseSpeed 0.000000");
    	}else{
    		RunConsoleCommand("PerturbRotationEffect 3.000000");
    		RunConsoleCommand("PerturbIncreaseSpeed 3.000000");
    		RunConsoleCommand("PerturbDecreaseSpeed 9.000000");
    		RunConsoleCommand("PerturbWalkPercent 0.500000");
    	}
    	if(Hack.ESP && IsIngame()){
    		BoxEsp(pDevice);
    	}else{}
    }
    Thats what It looks like.
    your problem:
    Code:
    if(HackIsOn && IsIngame())
    	PTC("Bla 1");
    else//u call it also when u are NOT ingame, thats the point of DC
    	PTC("Bla 0");
    make it:
    Code:
    if(IsIngame())
    {
    	if(HackIsOn)
    		PTC("Bla 1");
    	else
    		PTC("Bla 0");
    }
    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?

  8. #7
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by kotentopf View Post
    your problem:
    Code:
    if(HackIsOn && IsIngame())
    	PTC("Bla 1");
    else//u call it also when u are NOT ingame, thats the point of DC
    	PTC("Bla 0");
    make it:
    Code:
    if(IsIngame())
    {
    	if(HackIsOn)
    		PTC("Bla 1");
    	else
    		PTC("Bla 0");
    }
    Really?
    so
    Code:
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	ReCreate(pDevice);
    	if(GetAsyncKeyState(VK_INSERT)&1)
    	{
    		Visible ++;
    		if(Visible == 2)Visible = 0;
    	}
    	DrawMenu(pDevice);
    	DrawCrosshair(pDevice);
    	//Hacks End
    	if(IsIngame())
    	{
    	if(Hack.Chams){
    		RunConsoleCommand("SkelModelStencil 1" );
    	}else{
    		RunConsoleCommand("SkelModelStencil 0");
    	}
    	if(Hack.Fly){
    		if(GetAsyncKeyState(VK_MENU)<0){
    			RunConsoleCommand("PlayerGravity 800");
    		}else{RunConsoleCommand("PlayerGravity -800.000000");}
    	}else{
    		RunConsoleCommand("PlayerGravity -800.000000");
    	}
    	if(Hack.Spread){
    		RunConsoleCommand("PerturbRotationEffect  0.000000"); 
    		RunConsoleCommand("PerturbIncreaseSpeed 0.000000"); 
    		RunConsoleCommand("PerturbWalkPercent 0.000000"); 
    		RunConsoleCommand("PerturbFiringIncreaseSpeed 0.000000");
    	}else{
    		RunConsoleCommand("PerturbRotationEffect 3.000000");
    		RunConsoleCommand("PerturbIncreaseSpeed 3.000000");
    		RunConsoleCommand("PerturbDecreaseSpeed 9.000000");
    		RunConsoleCommand("PerturbWalkPercent 0.500000");
    	}
    	if(Hack.ESP){
    		BoxEsp(pDevice);
    	}else{}
    	}
    }
    Now I d/c when the PTC shit gets called
    I think my addie or someshit might be wrong

    @kotentopf
    Last edited by flameswor10; 03-17-2011 at 04:13 AM.
    No I do not make game hacks anymore, please stop asking.

  9. #8
    D-Vid the DBag's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by flameswor10 View Post
    Really?
    so
    Code:
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	ReCreate(pDevice);
    	if(GetAsyncKeyState(VK_INSERT)&1)
    	{
    		Visible ++;
    		if(Visible == 2)Visible = 0;
    	}
    	DrawMenu(pDevice);
    	DrawCrosshair(pDevice);
    	//Hacks End
    	if(IsIngame())
    	{
    	if(Hack.Chams){
    		RunConsoleCommand("SkelModelStencil 1" );
    	}else{
    		RunConsoleCommand("SkelModelStencil 0");
    	}
    	if(Hack.Fly){
    		if(GetAsyncKeyState(VK_MENU)<0){
    			RunConsoleCommand("PlayerGravity 800");
    		}else{RunConsoleCommand("PlayerGravity -800.000000");}
    	}else{
    		RunConsoleCommand("PlayerGravity -800.000000");
    	}
    	if(Hack.Spread){
    		RunConsoleCommand("PerturbRotationEffect  0.000000"); 
    		RunConsoleCommand("PerturbIncreaseSpeed 0.000000"); 
    		RunConsoleCommand("PerturbWalkPercent 0.000000"); 
    		RunConsoleCommand("PerturbFiringIncreaseSpeed 0.000000");
    	}else{
    		RunConsoleCommand("PerturbRotationEffect 3.000000");
    		RunConsoleCommand("PerturbIncreaseSpeed 3.000000");
    		RunConsoleCommand("PerturbDecreaseSpeed 9.000000");
    		RunConsoleCommand("PerturbWalkPercent 0.500000");
    	}
    	if(Hack.ESP){
    		BoxEsp(pDevice);
    	}else{}
    	}
    }
    Now I d/c when the PTC shit gets called
    I think my addie or someshit might be wrong

    @kotentopf
    PM me bruh.

    D-vid@dbaghosting.net

    [IMG]https://i33.photobucke*****m/albums/d55/y_owns_you/D-Vid665.png[/IMG]

  10. #9
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    I fixed everything.
    Thanks guys for the help
    (My ESP doesn't like me )
    No I do not make game hacks anymore, please stop asking.

  11. #10
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    I don't d/c the hacks just don't work ingame at all...

  12. #11
    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
    Quote Originally Posted by flameswor10 View Post
    I fixed everything.
    Thanks guys for the help
    (My ESP doesn't like me )
    How did you fix esp???

    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.