Results 1 to 13 of 13
  1. #1
    yogeshkiller12's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1

    Is This WIE Adress ?

    0x0062A529 Weapon hack adress i just got it i dnt know whether its correct r not

  2. #2
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Quote Originally Posted by yogeshkiller12 View Post
    0x0062A529 Weapon hack adress i just got it i dnt know whether its correct r not
    Here the WIE updated:

    Code:
                       if (GetAsyncKeyState(VK_F7)&1)
    			{ 
    				*(BYTE*)0x0054642B = 0x00;
    				*(BYTE*)0x0054642C = 0x74;
    			}
                       if (GetAsyncKeyState(VK_F8)&1) 
    			{
    				*(BYTE*)0x0054642B = 0xFF;
    				*(BYTE*)0x0054642C = 0x75; 
    			}

  3. The Following 2 Users Say Thank You to Minerva For This Useful Post:

    Aiman (06-06-2016),XiiaoHan (06-06-2016)

  4. #3
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,433
    My Mood
    Amazed
    Quote Originally Posted by Minerva View Post


    Here the WIE updated:

    Code:
                       if (GetAsyncKeyState(VK_F7)&1)
    			{ 
    				*(BYTE*)0x0054642B = 0x00;
    				*(BYTE*)0x0054642C = 0x74;
    			}
                       if (GetAsyncKeyState(VK_F8)&1) 
    			{
    				*(BYTE*)0x0054642B = 0xFF;
    				*(BYTE*)0x0054642C = 0x75; 
    			}

    Nice code minerva
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  5. #4
    Miverz's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    TotalItem.bsv
    Posts
    38
    Reputation
    10
    Thanks
    216
    My Mood
    In Love
    Full Source Code please Minerva>.<

  6. #5
    yogeshkiller12's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1

    Tq Minerva

    Tq For the Updated Code

  7. #6
    shahindah,5a's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Zigot
    Posts
    173
    Reputation
    10
    Thanks
    55
    My Mood
    Amazed
    Quote Originally Posted by Minerva View Post


    Here the WIE updated:

    Code:
                       if (GetAsyncKeyState(VK_F7)&1)
    			{ 
    				*(BYTE*)0x0054642B = 0x00;
    				*(BYTE*)0x0054642C = 0x74;
    			}
                       if (GetAsyncKeyState(VK_F8)&1) 
    			{
    				*(BYTE*)0x0054642B = 0xFF;
    				*(BYTE*)0x0054642C = 0x75; 
    			}
    so before changing pistol i need to press f7 then after changing press f8 >? am i right ?

  8. #7
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Quote Originally Posted by Miverz View Post
    Full Source Code please Minerva>.<
    lol, already have a lot of source released, just add this little part.

    Quote Originally Posted by yogeshkiller12 View Post
    Tq For the Updated Code
    No problem, it only for bs sea.

    Quote Originally Posted by shahindah,5a View Post
    so before changing pistol i need to press f7 then after changing press f8 >? am i right ?
    Click on weapom that you want, so, press F7, when u see weapon in ur hand then press f8

  9. #8
    shahindah,5a's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Zigot
    Posts
    173
    Reputation
    10
    Thanks
    55
    My Mood
    Amazed
    Quote Originally Posted by Minerva View Post

    lol, already have a lot of source released, just add this little part.


    No problem, it only for bs sea.


    Click on weapom that you want, so, press F7, when u see weapon in ur hand then press f8
    Hye @Minerva , can you tell me what i did wrong ? i always getting Game Hack Has Been Detected , So Can You Check It And Correct It For Me


    #include <windows.h>

    void Start()
    {
    while (1)
    {
    if (GetAsyncKeyState(VK_F7) & 1)
    {
    *(BYTE*)0x0054642B = 0x00;
    *(BYTE*)0x0054642C = 0x74;
    }
    if (GetAsyncKeyState(VK_F8) & 1)
    {
    *(BYTE*)0x0054642B = 0xFF;
    *(BYTE*)0x0054642C = 0x75;
    }
    }
    }

  10. #9
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Quote Originally Posted by shahindah,5a View Post
    Hye @Minerva , can you tell me what i did wrong ? i always getting Game Hack Has Been Detected , So Can You Check It And Correct It For Me


    #include <windows.h>

    void Start()
    {
    while (1)
    {
    if (GetAsyncKeyState(VK_F7) & 1)
    {
    *(BYTE*)0x0054642B = 0x00;
    *(BYTE*)0x0054642C = 0x74;
    }
    if (GetAsyncKeyState(VK_F8) & 1)
    {
    *(BYTE*)0x0054642B = 0xFF;
    *(BYTE*)0x0054642C = 0x75;
    }
    }
    }
    Have you added this:
    Code:
    bool __stdcall DllMain(HINSTANCE hModule, DWORD dwAttached, LPVOID lpvReserved)
    {
    	DisableThreadLibraryCalls(hModule);
    
    	if(dwAttached == 1)
    	{
    		CreateThread(0,0,(LPTHREAD_START_ROUTINE)&Start,0,0,0);
    	}
    	
    	return true;
    }
    If yes, then you need making your own injector or use one undetected.

  11. #10
    shahindah,5a's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Zigot
    Posts
    173
    Reputation
    10
    Thanks
    55
    My Mood
    Amazed
    Quote Originally Posted by Minerva View Post


    Have you added this:
    Code:
    bool __stdcall DllMain(HINSTANCE hModule, DWORD dwAttached, LPVOID lpvReserved)
    {
    	DisableThreadLibraryCalls(hModule);
    
    	if(dwAttached == 1)
    	{
    		CreateThread(0,0,(LPTHREAD_START_ROUTINE)&Start,0,0,0);
    	}
    	
    	return true;
    }
    If yes, then you need making your own injector or use one undetected.
    no , im not add that source code , thanks Masta @Minerva only need to paste it right ?

  12. #11
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by shahindah,5a View Post
    no , im not add that source code , thanks Masta @Minerva only need to paste it right ?
    ZZZ ,If U Not Put That , Ur DLL Totally Not Work .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  13. #12
    shahindah,5a's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Zigot
    Posts
    173
    Reputation
    10
    Thanks
    55
    My Mood
    Amazed
    Quote Originally Posted by Akem125zr View Post
    ZZZ ,If U Not Put That , Ur DLL Totally Not Work .
    how to put it srsly just learning c++ last night it seem to hard , hehe

    - - - Updated - - -

    keep getting this error Error 2 error C2601: 'DllMain' : local function definitions are illegal.

  14. #13
    Miverz's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    TotalItem.bsv
    Posts
    38
    Reputation
    10
    Thanks
    216
    My Mood
    In Love
    Ady Rename Source.cpp To Main.cpp?

    - - - Updated - - -

    This Is WIE Bypass?
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Because We're Hacker
    @Miverz Begginer Coder

    My Achievement

    Get 100 thanks ✔
    Get 200 thanks ✔
    Get 300 thanks ✘
    Get 400 thanks ✘
    Get 500 thanks ✘
    Get 1000 thanks ✘
    Get 2000 thanks ✘
    Get 5000 thanks ✘

Similar Threads

  1. How i can search for this Adress?
    By xXFleshpoundXx in forum Call of Duty Modern Warfare Help
    Replies: 4
    Last Post: 02-23-2011, 12:27 PM
  2. How many people on this forum Play WoW?
    By RebornAce in forum General
    Replies: 27
    Last Post: 12-31-2009, 05:27 PM
  3. hack this ip adress
    By farsight13 in forum General Hacking
    Replies: 20
    Last Post: 08-25-2009, 05:40 AM
  4. Replies: 12
    Last Post: 04-05-2009, 06:13 AM
  5. At what value i need to set this adresses?
    By ferrar1000 in forum WarRock - International Hacks
    Replies: 26
    Last Post: 01-04-2008, 06:34 AM