Results 1 to 2 of 2
  1. #1
    Rambo112's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0

    i want help All get in

    i want to knaw this code is working or not
    if it works i want some one fix it with me

    Code:
    bool shot = false;
    
    
    if(shot == 1){
    
    for(int i=0;4<=64;i++)
    
    *(bool*)(kill +(4*0x4F4) +0x4E8 )=1;
    *(bool*)(kill +(4*0x4F4) +0x4EC )=1;
    *(bool*)(kill +(4*0x4F4) +0x4F0 )=1;
    }
    
    else if(shot == 0){
    
    for(int i=0;4<=64;i++)
    
    *(bool*)(kill +(4*0x4F4) +0x4E8 )=0;
    *(bool*)(kill +(4*0x4F4) +0x4EC )=0;
    *(bool*)(kill +(4*0x4F4) +0x4F0 )=0;
    }
    
    
    if (GetAsyncKeyState (VK_F11)!=0) 
    {
    			Beep (2000,200);
    			shot != shot;
    }

    i get many eror but i fixed some i need to fix this eror

    Code:
    dllmain.cpp(31): error C2059: syntax error : ')'
    dllmain.cpp(69): warning C4552: '!=' : operator has no effect; expected operator with side-effect

    if it no workin or get eror in the game just tell me
    Last edited by Rambo112; 08-08-2012 at 03:16 PM.

  2. #2
    troadem's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    As far as I know, this code does not work.

Similar Threads

  1. [Help] i want you help Backdoor cosmic ramo sa3eed magic Dark All Get in
    By Rambo112 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 08-08-2012, 11:27 AM
  2. Replies: 4
    Last Post: 02-27-2012, 12:14 PM
  3. [Help] Please i want help i get 1 error
    By stelioss in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 12-18-2011, 06:31 AM
  4. [Help Request] I,m Want Help
    By ahmedrizk in forum CrossFire Help
    Replies: 2
    Last Post: 09-02-2011, 05:55 PM
  5. [Help] Registry Getting all values in a subkey[Solved]
    By T0P-CENT in forum Visual Basic Programming
    Replies: 7
    Last Post: 02-08-2011, 11:20 PM