Results 1 to 7 of 7
  1. #1
    johngerald29's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    1
    My Mood
    Confused

    Help ! can someone know this ??

    if(fastknife){
    if (pWeaponMgr)
    {
    for(int i=0 ; i<700 ; i++)
    {
    DWORD Wep = *(DWORD*)(*Weapon + 4*i)
    if(Wep!= NULL)
    {
    for(int y = 0; y<10; y++)
    {
    *(float*)( Wep + (FastKnife1 + (4*y))) = 3.5f;
    *(float*)( Wep + (FastKnife1 + (4*y))) = 3.5f;
    }
    }
    }
    }
    }



    problem :
    1>------ Build started: Project: geraLd, Configuration: Release Win32 ------
    1> dllmain.cpp
    1>dllmain.cpp(27): error C2059: syntax error : 'if'
    1>dllmain.cpp(28): error C2143: syntax error : missing ';' before '{'
    1>dllmain.cpp(28): error C2447: '{' : missing function header (old-style formal list?)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    What S​hould i do ? Help please ..

  2. #2
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    Haha I will not help you it's just a simple basic C++ error go learn C++ first



  3. #3
    johngerald29's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    1
    My Mood
    Confused
    Please Help me .. i dont know what to do .. please ! @ryuzaki™

  4. #4
    jhadd4's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    in your heart
    Posts
    182
    Reputation
    10
    Thanks
    938
    My Mood
    Bored
    Here +rep if working

    Code:
    if(fastknife)
    {
    if (pWeaponMgr)
    
    for(int i=0 ; i<630 ; i++)
    
    {
    DWORD Wep = *(DWORD*)(*Weapon + 4*i);
    
    if(Wep)
    {
    for(int y = 0; y<9; y++)
    {
    *(float*)( Wep + (FastKnife1 + (4*y))) = (float)2.0f;
    *(float*)( Wep + (FastKnife2 + (4*y))) = (float)2.0f;
    }
    }
    }
    }

  5. #5
    johngerald29's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    1
    My Mood
    Confused
    Quote Originally Posted by jhadd4 View Post
    Here +rep if working

    Code:
    if(fastknife)
    {
    if (pWeaponMgr)
    
    for(int i=0 ; i<630 ; i++)
    
    {
    DWORD Wep = *(DWORD*)(*Weapon + 4*i);
    
    if(Wep)
    {
    for(int y = 0; y<9; y++)
    {
    *(float*)( Wep + (FastKnife1 + (4*y))) = (float)2.0f;
    *(float*)( Wep + (FastKnife2 + (4*y))) = (float)2.0f;
    }
    }
    }
    }
    @jhadd4 .. did u know the full code of OHK and WALLHACK ?? RepLy A.S.A.P.

  6. #6
    johngerald29's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    1
    My Mood
    Confused
    Quote Originally Posted by jhadd4 View Post
    Here +rep if working

    Code:
    if(fastknife)
    {
    if (pWeaponMgr)
    
    for(int i=0 ; i<630 ; i++)
    
    {
    DWORD Wep = *(DWORD*)(*Weapon + 4*i);
    
    if(Wep)
    {
    for(int y = 0; y<9; y++)
    {
    *(float*)( Wep + (FastKnife1 + (4*y))) = (float)2.0f;
    *(float*)( Wep + (FastKnife2 + (4*y))) = (float)2.0f;
    }
    }
    }
    }
    @jhadd4 Not Working .. The probLem is same above .. :'(

  7. #7
    jhadd4's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    in your heart
    Posts
    182
    Reputation
    10
    Thanks
    938
    My Mood
    Bored
    Quote Originally Posted by johngerald29 View Post
    @jhadd4 Not Working .. The probLem is same above .. :'(
    PM me your base i will fix it

Similar Threads

  1. [Help] Can someone give me Engine.exe
    By igorw in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 09-12-2008, 05:19 PM
  2. [HELP]CAN SOMEONE PLEASE
    By ArbitraryDrone in forum General
    Replies: 7
    Last Post: 09-11-2008, 06:47 PM
  3. [HELP] Can someone make Korean warrock account for me?
    By badcobra10 in forum WarRock Korea Hacks
    Replies: 21
    Last Post: 06-13-2008, 09:27 AM
  4. Can someone ban this account.
    By d0nuts10 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 02-16-2008, 12:44 PM
  5. can someone test this and see if it is ulim ammo for k2
    By cjg333 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-10-2007, 06:14 PM