Thread: Farm Exp

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,739
    My Mood
    Relaxed

    Farm Exp

    255

    Hotkey letter E.


    Kills, deaths and scores for farm 255 it can be associated and done by one P.A(Progressão Aritimética).
    Where:

    A1 = First term.
    An = Last term.
    N = Numbers of terms.
    R = Difference between terms.

    Example of how to make score for all players.

    A1 = 0x101F9970 // First Slot Player of Blue Team.
    An = 0x101FBD34 // Last Slot Player of Blue Team.
    N = 8 // Maximum number of Players in Blue Team
    R = ? // You dont know.

    An = A1 + (N-1).R //Equation to find nth term of P.A

    0x101FBD34 = 0x101F9970 + (8-1).R
    R = (0x101FBD34 - 0x101F9970)/(7)
    R = 0x51C

    In source code the P.A is done with logics operations, refer here:
    Code:
    if (GetAsyncKeyState('E')&1)
    {
    for (DWORD Farm = 0x101F9970; Farm <= 0x101FBD34; Farm += 0x51C) // Source By Coder.dash²
    { 
    *(DWORD*)Farm = 0x3E7; //Score 999 Blue Team... yourself need to do Red Team Score .
    }
    }

     
    *This will prevent that you spent time to search address one by one in CE.
    *Use this above case this dll be detected without maintenence.

    Total & Jotti

    E para alguns BR's aproveitem que pode ser só hoje, "upem" ai até "caCIC"(Índio Cacique, CIC, Última patente),
    pois certamente a proteção chegará em tudo e pra min fudeu. .
    <b>Downloadable Files</b> Downloadable Files

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

    ahmedabdelrazik (05-22-2016),aizzad10 (06-15-2016),Anju01 (05-07-2016),ave_maria (06-29-2016),awanghack (02-14-2017),Ayeew (07-10-2016),azimkamu (05-07-2016),cheehong (05-07-2016),chicken321 (06-28-2016),cyberakuma1 (05-07-2016),dhlimx (05-07-2016),Disneyworld (05-07-2016),dracowoof (06-12-2016),Fidel.Castro.Cuba (05-08-2016),FkMasteryBugPatched (05-08-2016),GAbrielMSM (05-07-2016),GMs_Fang (05-07-2016),ibrahimking (06-13-2016),imran0023 (06-28-2016),jawher123 (05-08-2016),kaushik00001 (05-07-2016),kelomos (06-11-2016),Kim.Jong (05-08-2016),manjung301 (06-11-2016),Mercy44 (05-09-2016),Mizy_Xander (06-17-2016),muhdsyukrirdina (06-12-2016),neet3048 (05-07-2016),nhiham11 (06-20-2016),nikazizi97 (05-07-2016),prokiller1199 (05-08-2016),raj0000 (05-08-2016),RayKizzh33220 (06-17-2016),rayssenjellouli (05-08-2016),renvis (05-08-2016),Ronald123456 (05-08-2016),ryhf181111 (10-13-2017),sohai0214 (06-29-2016),SOURCE-RED (06-14-2016),stevenfoo547 (07-11-2016),wafinasir (05-08-2016),WongCH (06-15-2016),XiiaoHan (05-07-2016),yusuf0732 (05-08-2016),ZedMercyX (06-25-2016)

  3. #2
    modo1200's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    in Giza and proud
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    what is that???!!!

  4. #3
    failnoobgamer's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    china #1
    Posts
    533
    Reputation
    10
    Thanks
    5,878
    My Mood
    Happy
    Quote Originally Posted by modo1200 View Post
    what is that???!!!
    Its just false positives. Its due to the packer he used.

  5. The Following 2 Users Say Thank You to failnoobgamer For This Useful Post:

    GMs_Fang (05-07-2016),modo1200 (05-07-2016)

  6. #4
    Anju01's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    340
    Reputation
    10
    Thanks
    87
    My Mood
    Cold
    Quote Originally Posted by Minerva View Post
    255

    Hotkey letter E.


    Kills, deaths and scores for farm 255 it can be associated and done by one P.A(Progressão Aritimética).
    Where:

    A1 = First term.
    An = Last term.
    N = Numbers of terms.
    R = Difference between terms.

    Example of how to make score for all players.

    A1 = 0x101F9970 // First Slot Player of Blue Team.
    An = 0x101FBD34 // Last Slot Player of Blue Team.
    N = 8 // Maximum number of Players in Blue Team
    R = ? // You dont know.

    An = A1 + (N-1).R //Equation to find nth term of P.A

    0x101FBD34 = 0x101F9970 + (8-1).R
    R = (0x101FBD34 - 0x101F9970)/(7)
    R = 0x51C

    In source code the P.A is done with logics operations, refer here:
    Code:
    if (GetAsyncKeyState('E')&1)
    {
    for (DWORD Farm = 0x101F9970; Farm <= 0x101FBD34; Farm += 0x51C) // Source By Coder.dash²
    { 
    *(DWORD*)Farm = 0x3E7; //Score 999 Blue Team... yourself need to do Red Team Score .
    }
    }

     
    *This will prevent that you spent time to search address one by one in CE.
    *Use this above case this dll be detected without maintenence.

    Total & Jotti

    E para alguns BR's aproveitem que pode ser só hoje, "upem" ai até "caCIC"(Índio Cacique, CIC, Última patente),
    pois certamente a proteção chegará em tudo e pra min fudeu. .
    Oh you are using arithmetic progression hahahaha btw nice job
    ---------------------------------------------------------------------------------------------

    Contact me here:




    ---------------------------------------------------------------------------------------------

  7. #5
    carlinhosd12's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    bs global ?

  8. #6
    OperisDei's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    279
    My Mood
    Mellow
    works on sea only? of global? nice release

  9. #7
    failnoobgamer's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    china #1
    Posts
    533
    Reputation
    10
    Thanks
    5,878
    My Mood
    Happy
    Quote Originally Posted by carlinhosd12 View Post
    bs global ?
    Only Blackshot SEA. BS global does not have P2P server like SEA so can't farm there.

  10. #8
    OperisDei's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    279
    My Mood
    Mellow
    Quote Originally Posted by failnoobgamer View Post
    Only Blackshot SEA. BS global does not have P2P server like SEA so can't farm there.
    ok thanks for the info

  11. #9
    Coder.ExCrysis³'s Avatar
    Join Date
    Apr 2016
    Gender
    male
    Location
    multiplay_sg.dll
    Posts
    248
    Reputation
    10
    Thanks
    86
    My Mood
    Yeehaw
    Quote Originally Posted by modo1200 View Post
    what is that???!!!
    Anything that is packed with Themida will gives false positives, IDK why

  12. #10
    danielfitri98's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    How to use?????

  13. #11
    modo1200's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    in Giza and proud
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    Quote Originally Posted by Coder.ExCrysis³ View Post
    Anything that is packed with Themida will gives false positives, IDK why
    thx for info

  14. #12
    Kim.Jong's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    55
    My Mood
    Aggressive
    Quote Originally Posted by Minerva View Post
    255
    Code:
    if (GetAsyncKeyState('E')&1)
    {
    for (DWORD Farm = 0x101F9970; Farm <= 0x101FBD34; Farm += 0x51C) // Source By Coder.dash²
    { 
    *(DWORD*)Farm = 0x3E7; //Score 999 Blue Team... yourself need to do Red Team Score .
    }
    }
    [img]https://www.sarahsbigide*****m/wp-content/uploads/2014/03/Obama-not-bad-300x229.jpg[/img]

    but I prefer traditional way (old school method)
    Code:
    DWORD dwShitBase = 0x101F9970;
    DWORD dwShitSize = 0x51C;
    for (UINT uiSlot = 0; uiSlot < 16; uiSlot++)// Salce By Kim.Jong lol
    	*(PDWORD)(dwShitBase + (uiSlot * dwShitSize )) = 999;
    Since we have slot in palm of hands and the cycle number, so can skip or do whatever shit.
    Last edited by Kim.Jong; 05-08-2016 at 06:07 AM.
    TaBaJaRa Organization Presents:

  15. The Following 3 Users Say Thank You to Kim.Jong For This Useful Post:

    Fidel.Castro.Cuba (05-08-2016),GMs_Fang (05-08-2016),Minerva (05-08-2016)

  16. #13
    monsifflash's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    196
    Reputation
    10
    Thanks
    26
    Works for TDM ? So yes ? Which hotkey?

  17. #14
    Fidel.Castro.Cuba's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Nice release, tested working fine
    #thankyou

  18. #15
    prokiller1199's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Earth
    Posts
    208
    Reputation
    10
    Thanks
    13
    My Mood
    Fine
    Why so little?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] How to farm EXP on AVA!
    By Killer_Weekend. in forum Alliance of Valiant Arms (AVA) Tutorials
    Replies: 20
    Last Post: 10-13-2012, 01:32 PM
  2. Farming EXP! *CF NA*
    By Denelf in forum CrossFire Farming & Partner Request
    Replies: 0
    Last Post: 08-28-2012, 09:46 AM
  3. [Discussion] Best Ways to Farm EXP
    By MrLubetube in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 5
    Last Post: 07-10-2012, 05:06 PM
  4. Farm EXP at Level 51?
    By Doomsday.today in forum Vindictus Help
    Replies: 18
    Last Post: 04-26-2011, 08:48 AM
  5. Farming Exp Problem.
    By 210elimanator in forum CrossFire Hacks & Cheats
    Replies: 10
    Last Post: 01-09-2010, 05:48 AM