Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 62
  1. #46
    lauquan098's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    What Do You Mean ?
    Posts
    279
    Reputation
    10
    Thanks
    1,231
    My Mood
    Cool
    Hello reply me @yulu

  2. #47
    KKrysis˛'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Dildo™
    Posts
    1,166
    Reputation
    10
    Thanks
    2,830
    My Mood
    Inspired
    Code:
    #include <Windows.h>
    
    VOID WINAPIV Hack(LPVOID)
    {
    	while (1)
    		(
    			if (GetAsyncKeyState(VK_F6))
    				(
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8976) = 0xFDE7
    				    *(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8978) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E897A) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E897C) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E897E) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8980) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8982) = 0xFDE7
    												)
    												)
    											)
    
    ;INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hack, NULL, NULL, NULL);
    	}
    	return true;
    }
    this is what I made, try asking around here to see what is wrong with this, I don't know how to fix this, this should be the right address and change value

  3. #48
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by jeyenchen View Post
    Code:
    #include <Windows.h>
    
    VOID WINAPIV Hack(LPVOID)
    {
    	while (1)
    		(
    			if (GetAsyncKeyState(VK_F6))
    				(
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8976) = 0xFDE7
    				    *(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8978) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E897A) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E897C) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E897E) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8980) = 0xFDE7
    					*(BYTE*)(*(DWORD*)(*(DWORD*)(0x101E8982) = 0xFDE7
    												)
    												)
    											)
    
    ;INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hack, NULL, NULL, NULL);
    	}
    	return true;
    }
    this is what I made, try asking around here to see what is wrong with this, I don't know how to fix this, this should be the right address and change value
    haha Funny Code

    Why you put *(BYTE*)(*(DWORD*)(*(DWORD*) while Addr Just (0x101E897A) ?

    See
    *(BYTE*)(*(DWORD*)(*(DWORD*)
    (0x009CD258) + 0x18) + 0x16B)


    for *(BYTE*)(*(DWORD*)(*(DWORD*)(0x009CD258) + 0x18) + 0x16B) = 101;
    Last edited by nikazizi97; 03-23-2016 at 06:46 AM.
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  4. #49
    buxkaizhe's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    218
    Reputation
    14
    Thanks
    1,808
    My Mood
    Bored
    Code:
    #include <Windows.h>
    
    VOID WINAPIV Hack(LPVOID)
    {
    	while (1)
    	{
    		if (GetAsyncKeyState(VK_F6))
    		{
    			*(BYTE*)(0x101E8976) = 0xFDE7;
    			*(BYTE*)(0x101E8978) = 0xFDE7;
    			*(BYTE*)(0x101E897A) = 0xFDE7;
    			*(BYTE*)(0x101E897C) = 0xFDE7;
    			*(BYTE*)(0x101E897E) = 0xFDE7;
    			*(BYTE*)(0x101E8980) = 0xFDE7;
    			*(BYTE*)(0x101E8982) = 0xFDE7;
    		}
    	}
    }
    
    INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hack, NULL, NULL, NULL);
    	}
    	return true;
    }
    Should be like this.

  5. #50
    KKrysis˛'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Dildo™
    Posts
    1,166
    Reputation
    10
    Thanks
    2,830
    My Mood
    Inspired
    Quote Originally Posted by buxkaizhe View Post
    Code:
    #include <Windows.h>
    
    VOID WINAPIV Hack(LPVOID)
    {
    	while (1)
    	{
    		if (GetAsyncKeyState(VK_F6))
    		{
    			*(BYTE*)(0x101E8976) = 0xFDE7;
    			*(BYTE*)(0x101E8978) = 0xFDE7;
    			*(BYTE*)(0x101E897A) = 0xFDE7;
    			*(BYTE*)(0x101E897C) = 0xFDE7;
    			*(BYTE*)(0x101E897E) = 0xFDE7;
    			*(BYTE*)(0x101E8980) = 0xFDE7;
    			*(BYTE*)(0x101E8982) = 0xFDE7;
    		}
    	}
    }
    
    INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hack, NULL, NULL, NULL);
    	}
    	return true;
    }
    Should be like this.
    so should be (*BYTE*) only?

  6. #51
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by jeyenchen View Post
    so should be (*BYTE*) only?
    Yes , bacause there just 1 addr not 3
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  7. #52
    KKrysis˛'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Dildo™
    Posts
    1,166
    Reputation
    10
    Thanks
    2,830
    My Mood
    Inspired
    Quote Originally Posted by nikazizi97 View Post
    Yes , bacause there just 1 addr not 3
    OK, btw, u guys know how to fix these error?

    Severity Code Description Project File Line Suppression State
    Error LNK2005 _DllMain@12 already defined in dllmain.obj MultiHack c:\Users\YenChen\documents\visual studio 2015\Projects\MultiHack\MultiHack\MultiHack.obj 1

    Severity Code Description Project File Line Suppression State
    Error LNK1169 one or more multiply defined symbols found MultiHack c:\users\yenchen\documents\visual studio 2015\Projects\MultiHack\Debug\MultiHack.dll 1

  8. #53
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by jeyenchen View Post
    OK, btw, u guys know how to fix these error?

    Severity Code Description Project File Line Suppression State
    Error LNK2005 _DllMain@12 already defined in dllmain.obj MultiHack c:\Users\YenChen\documents\visual studio 2015\Projects\MultiHack\MultiHack\MultiHack.obj 1

    Severity Code Description Project File Line Suppression State
    Error LNK1169 one or more multiply defined symbols found MultiHack c:\users\yenchen\documents\visual studio 2015\Projects\MultiHack\Debug\MultiHack.dll 1
    i never heard the error , if you still not found the solution , try go google
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  9. #54
    KKrysis˛'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Dildo™
    Posts
    1,166
    Reputation
    10
    Thanks
    2,830
    My Mood
    Inspired
    Quote Originally Posted by nikazizi97 View Post
    i never heard the error , if you still not found the solution , try go google
    Already went to Google, no luck

  10. #55
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by jeyenchen View Post
    Already went to Google, no luck
    Hope @yulu will answer for YOU
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  11. #56
    KKrysis˛'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Dildo™
    Posts
    1,166
    Reputation
    10
    Thanks
    2,830
    My Mood
    Inspired
    Quote Originally Posted by nikazizi97 View Post
    Hope @yulu will answer for YOU
    LEL, hope so

  12. #57
    lauquan098's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    What Do You Mean ?
    Posts
    279
    Reputation
    10
    Thanks
    1,231
    My Mood
    Cool
    @jeyenchen you c ++ work ??

  13. #58
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Quote Originally Posted by lauquan098 View Post
    Hello reply me @yulu
    I already said bro, dosent matter if is: int, dword, byte, word bcz you can use any, the important is the time.

  14. #59

  15. The Following User Says Thank You to buxkaizhe For This Useful Post:

    nikazizi97 (03-23-2016)

  16. #60
    ahmadaiman8321's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    Its Only 7%-11% Increased?

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. ALL WEAPON CODES
    By jesse900 in forum Trade Accounts/Keys/Items
    Replies: 9
    Last Post: 03-31-2008, 01:01 PM
  2. Replies: 10
    Last Post: 12-12-2007, 07:19 AM
  3. Get all Weapons.
    By xDayyx in forum WarRock - International Hacks
    Replies: 42
    Last Post: 10-21-2007, 04:29 PM
  4. LVL 33 105 k all weapons
    By firesnipe5 in forum Trade Accounts/Keys/Items
    Replies: 5
    Last Post: 08-20-2007, 06:18 PM
  5. All weapons hurt hack?
    By iHack in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-30-2007, 06:51 PM