Results 1 to 9 of 9
  1. #1
    azamsadin's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0

    Help Me For Loop .

    Can Someone Help Me Coding For Loop . In This Case i Have Pointer + Offset For TeamESP , But i Need To Code It With Loop Method . Can Someone Help Me And Teach Me For Loop Method Directly . Really Appreciate it
    Last edited by Smoke; 04-15-2016 at 08:22 PM.

  2. #2
    Obliteration's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    707
    Reputation
    154
    Thanks
    646
    Quote Originally Posted by azamsadin View Post
    Can Someone Help Me Coding For Loop . In This Case i Have Pointer + Offset For TeamESP , But i Need To Code It With Loop Method . Can Someone Help Me And Teach Me For Loop Method Directly . Really Appreciate it
    umm, why in the world would you need to make a for loop for TeamESP? you're doing it wrong son.

  3. #3
    azamsadin's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Lol ??? i have found 2 address for teamesp , i should to freeze it if i want chg the value . so i think i should use loop method or other else method ?

    - - - Updated - - -

    loop meaning is continuos overwrtting right , same like on ma team esp adress result i need to freeze it if i want chg value , if i not freeze it , the value will return back son

  4. #4
    SH4D0W_4MM0's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    I'm still seeing people hacking and walling in bs sea today. there is must be he know how to solve it but he didn't share with anybody

  5. #5
    Obliteration's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    707
    Reputation
    154
    Thanks
    646
    Quote Originally Posted by azamsadin View Post
    loop meaning is continuos overwrtting right , same like on ma team esp adress result i need to freeze it if i want chg value , if i not freeze it , the value will return back son
    What you mean is an infinite loop, not a for loop.
    And the bytes of the TeamESP pointer(s) do not revert back to the original code like totalitem or weapon damage/speed, etc, so, you probably have the wrong address son.
    Last edited by Obliteration; 04-15-2016 at 11:28 PM.

  6. #6
    Luffy_Samaa's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Obliteration View Post
    What you mean is an infinite loop, not a for loop.
    And the bytes of the TeamESP pointer(s) do not revert back to the original code like totalitem or weapon damage/speed, etc, so, you probably have the wrong address son.
    haha i agree that

  7. #7
    astron51's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Stuttgart, Germany
    Posts
    618
    Reputation
    57
    Thanks
    4,939
    My Mood
    Dead
    Quote Originally Posted by azamsadin View Post
    Can Someone Help Me Coding For Loop . In This Case i Have Pointer + Offset For TeamESP , But i Need To Code It With Loop Method . Can Someone Help Me And Teach Me For Loop Method Directly . Really Appreciate it
    First... You will need a In Game Check Address.

    and the code should be
    Code:
    #define igc 0x00000000 << just an example
    bool run = true;
    bool ingame = false;
    
    DWORD WINAPI Start(LPVOID)
    {
    	while (1)
    	{
              if (run== true)
    	   {
    		if *(DWORD*)igc == 1;
    			ingame = TRUE;
    		else
    			ingame = FALSE;
    	   }
    
              //Hack stuff here
              if (ingame = true)
               {
    
    
               }
    
            }
    }
    - - - Updated - - -

    Quote Originally Posted by astron51 View Post
    First... You will need a In Game Check Address.

    and the code should be
    Code:
    #define igc 0x00000000 << just an example
    bool run = true;
    bool ingame = false;
    
    DWORD WINAPI Start(LPVOID)
    {
    	while (1)
    	{
              if (run== true)
    	   {
    		if *(DWORD*)igc == 1;
    			ingame = TRUE;
    		else
    			ingame = FALSE;
    	   }
    
              //Hack stuff here
              if (ingame = true)
               {
    
    
               }
    
            }
    }
    And TeamESP require 2 address. If You freeze the one You found. BlackShot will quit game for You.

    Quote Originally Posted by Aula View Post
    FaQ2: Will my Main account will get ban?
    -Hell yeah . Who ask u to use this 3rd party program on ur main account ? Fcking Idiot .

    Get 100 Thanks - ✔
    Get 200 Thanks - ✔
    Get 300 Thanks - ✔
    Get 400 Thanks - ✔
    Get 500 Thanks - ✔
    Get 600 Thanks - ✔
    Get 700 Thanks - ✔
    Get 800 Thanks - ✔
    Get 900 Thanks - ✔
    Get 1000 Thanks - ✔
    Get 1500 Thanks - ✔
    Get 2000 Thanks - ✔
    Get 2500 Thanks - ✔
    Achievement Completed.

  8. #8
    azamsadin's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    can pm me .

  9. #9
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    It's seems solved, no response after 2 days.
    //Closed.

Similar Threads

  1. [Help Request] wheres the best place to get a good helping aid for mw3
    By TheBlindpirate in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 01-21-2012, 09:21 AM
  2. [Help Request] [?]Helpful commands for farming
    By kropek4 in forum Vindictus Help
    Replies: 2
    Last Post: 08-04-2011, 11:20 AM
  3. [Help Request] PLEASE HELP ME FOR A HACK WITH COMBAT ARMS
    By darkusmega in forum Combat Arms Help
    Replies: 4
    Last Post: 05-31-2011, 10:45 PM
  4. [Help Request] help me for error visual c++
    By cheateroO in forum CrossFire Help
    Replies: 2
    Last Post: 05-01-2011, 12:42 PM
  5. [HELP]"for" loop
    By Drake in forum C++/C Programming
    Replies: 4
    Last Post: 02-20-2011, 05:26 AM