Results 1 to 2 of 2
  1. #1
    izanagi1's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    My Mood
    Psychedelic

    Angry Nop Addy... Game crashes!

    Hello everybody,

    I have today a bug with my NORELOAD.

    I use this :

    Code:
    	if ((*(BYTE *)GameStatus == 1) && igun) {
    			if(!bgun)
    			{
    				Memory((void *)dwNoReload, (void *)(PBYTE)"\x90\x90", 2);//nop
    				bgun = true;
    			}
    		}
    		else
    		{
    			if(bgun)
    			{
    				Memory((void *)dwNoReload, (void *)(PBYTE)"\x0F\x84", 2);//restore
    				bgun = false;
    			}
    		}
    When I have to reload the game crashes...

    Anyone can help me?

  2. #2
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    What addy are you using?
    Best would be to open olly, ctrl + g paste addy and make a screen for me since I dont hav current NA CShell :|

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

Similar Threads

  1. Game CRash NEED HELP
    By xavierman232 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 12-24-2008, 06:44 PM
  2. pic of the game crashing!
    By Spitfire133 in forum Combat Arms Hacks & Cheats
    Replies: 28
    Last Post: 10-29-2008, 07:17 PM
  3. Replies: 4
    Last Post: 10-24-2008, 04:18 PM
  4. Game crashes while finding pointers
    By dragoonleader69 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 09-23-2008, 08:44 PM
  5. [HELP REQUEST]Game Crash
    By White Mask in forum WarRock - International Hacks
    Replies: 1
    Last Post: 07-07-2007, 11:33 AM