Results 1 to 13 of 13

Threaded View

  1. #1
    BloodSkin's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Columbus, OH
    Posts
    353
    Reputation
    11
    Thanks
    63

    [CN BASE] crashing

    ok, using the resulting base from CN's tut, w/ lt client set to 0x3778BFB0 and my esp set to -2-7+9+4, a custom function created containing the following ptc commands and memcpy addresses:

    Code:
    	//SAT CHAMS
    	PTC("SkelModelStencil 1" );
    
    	//BOX ESP
    	PTC("ModelDebug_DrawBoxes 1" );
    
    	//NO FOG
    	PTC("FogEnable 1" );
    
    	//NO SWAY
    	PTC("WeaponSway 0.000000" );
    
    	//NO SPREAD
    	PTC("PerturbRotationEffect  0.000000" );
    	PTC("PerturbIncreaseSpeed 0.000000" );
    	PTC("PerturbWalkPercent 0.000000" );
    	PTC("PerturbFiringIncreaseSpeed 0.000000" );
    	PTC("PerturbRecoil 0.000000" );
    	PTC("FireMovePerturb 0.000000" );
    	PTC("ZoomedFireMoveDuckPerturb 0.000000" );
    	PTC("ZoomedFireMovePerturb 0.000000" );
    	PTC("ZoomedFireDuckPerturb 0.000000" );
    
    	//NO RECOIL
    	memcpy((LPVOID)0x3741A550, "\x90\x90\x90", 3);
    	memcpy((LPVOID)0x3740AA99, "\x90\x90\x90", 3);
    	memcpy((LPVOID)0x3741A564, "\x90\x90\x90", 3);
    	memcpy((LPVOID)0x3741A567, "\x90\x90\x90", 3);
    	memcpy((LPVOID)0x3741A570, "\x90\x90\x90", 3);
    a sleep of 91 ms before my custom function containing the ptc and memcpy commands, and literally no other modifications. what would cause me to crash after moments in game? is it one of the NR addies?

    PTC is just CN's pushtoconsole function just shortened because im lazy

    EDIT: memcpy addies are from bloods post, PTC commands are from DeadLinez
    EDIT 2: all pushes and memory copies work, Engine.exe just crashes is all.
    Last edited by BloodSkin; 07-21-2010 at 11:15 AM.

Similar Threads

  1. [Solved] CA crashing com hacks com base whit/we11
    By rxd in forum Combat Arms Brazil Help
    Replies: 5
    Last Post: 05-27-2011, 05:15 PM
  2. [Solved] How to crash a hamachi based minecraft server?
    By Unicow in forum Minecraft Help
    Replies: 22
    Last Post: 02-18-2011, 09:04 AM
  3. Crash's Base Generator v0.1 - Beta
    By Crash in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 29
    Last Post: 09-23-2010, 05:43 AM
  4. Hans Base Crash
    By whatup777 in forum Combat Arms Help
    Replies: 2
    Last Post: 07-06-2010, 06:19 AM