Thread: loop weapons

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Quote Originally Posted by Dragon(H)ell View Post
    Last thing how to make Msg pop up after closing crosfire
    The Easiest Way To Probably Do This Is To Make A Loader For Your Hack!
    Then Just Make 1 Timer Check Every Second Or Something To See If Crossfire.exe Is Still Running!
    Then If Not Just Make Message Box Show Up!

    For Tutorial On How To Make Loader, Search, There Is One Around!

    **HACKER**

  2. #17
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    Quote Originally Posted by {Banned}**HACKER** View Post


    The Easiest Way To Probably Do This Is To Make A Loader For Your Hack!
    Then Just Make 1 Timer Check Every Second Or Something To See If Crossfire.exe Is Still Running!
    Then If Not Just Make Message Box Show Up!

    For Tutorial On How To Make Loader, Search, There Is One Around!

    **HACKER**
    Or you think.. and add a msg if the dll gets unloaded?

    You look in your dll main if the dwReason == DLL_PROCESS_DETACH.

    For the leechers:
    Code:
    if (dwReason == DLL_PROCESS_ATTACH) {
    		//start
    	} else if (dwReason == DLL_PROCESS_DETACH) {
    		//close
    	}
    Thanks @~FALLEN~ for helping me
    Thanks @Shakai for helping me

    Other nice ppl:
    @258456
    @giniyat101

    My usefull posts:
    Byte scanner
    How to make a logger
    Hook example
    How to make a memhack base
    How to use classes with memhacking
    Addie finder

  3. #18
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Quote Originally Posted by Brimir View Post
    Or you think.. and add a msg if the dll gets unloaded?

    You look in your dll main if the dwReason == DLL_PROCESS_DETACH.

    For the leechers:
    Code:
    if (dwReason == DLL_PROCESS_ATTACH) {
    		//start
    	} else if (dwReason == DLL_PROCESS_DETACH) {
    		//close
    	}
    Hmm Good Thinking Man!
    Didn't Think Of This

    **HACKER**

  4. #19
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    703
    Reputation
    154
    Thanks
    4,819
    My Mood
    Angelic
    Quote Originally Posted by 258456 View Post
    Bro, i gave u a hint. I am not gonna give u code. If u can't figure it out, then it aint my problem. Go learn some programming before you try to leech code.
    I know and i have already made it

    define ((i==number of weapon ))

    and to loop all weapons u have to define all ids for weapons u need

    thx for help

    still need help in

    2-How to make no knock back ?

    my source code :
    Code:
    if(knockback)
    	{
    	    if (pWeaponMgr)
    	    {
    	        for(int i=0; i<560; i++)
    		{
    		    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL && (Mutant))
    		        *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) + 0x2788) = 0.0;
    		}
    	    }
    	}

    Last thing how to make Msg pop up after closing crosfire

Page 2 of 2 FirstFirst 12

Similar Threads

  1. warrock weapon skin hack
    By slash83 in forum WarRock - International Hacks
    Replies: 45
    Last Post: 02-10-2006, 04:43 PM
  2. list of weapon packets changed...
    By LuKan in forum WarRock - International Hacks
    Replies: 10
    Last Post: 02-09-2006, 05:19 AM
  3. [Searching] Weapons Hack
    By OutZida in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-19-2006, 12:06 PM
  4. [SEARCH]weapons
    By neoRUS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-14-2006, 02:03 PM
  5. Two more weapons in Warrock
    By Zededarian in forum Game Hacking Tutorials
    Replies: 4
    Last Post: 01-04-2006, 01:54 PM