Thread: WeaponRange

Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 90
  1. #31
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Lol@that isn't nopping. If you actually knew what you were doing you would know you are changing the bytes to load a very large value into eax instead of the actual range. So tell me, who gave you this?

  2. #32
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by whit View Post



    Well thanks for going ahead and getting it for me but how are you using plugins on 64 bit? explain pls
    put then into the olly folder, i use the default olly debug, NOT olly ice!


    btw.

    it works also with the superbullets addy
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  3. #33
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by kotentopf View Post
    put then into the olly folder, i use the default olly debug, NOT olly ice!


    btw.

    it works also with the superbullets addy
    YouTube - No Range
    What really hmm can you send the olly you have in a rar file?
    m ediefire and send me link?

  4. #34
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by whit View Post


    What really hmm can you send the olly you have in a rar file?
    ********e and send me link?
    I pass the link..

  5. #35
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by whit View Post


    What really hmm can you send the olly you have in a rar file?
    m ediefire and send me link?
    https://www.ollydbg.de/odbg110.zip

    not my HP but the original olly page, its ur risk
    Parents are responsible for their children.
    Last edited by kotentopf; 01-05-2011 at 01:33 PM.
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  6. The Following 3 Users Say Thank You to kotentopf For This Useful Post:

    Alessandro10 (01-05-2011),Sydney (01-05-2011),whit (01-05-2011)

  7. #36
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    SignMaker:


  8. #37
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Yay, kotentopf, restarted router. Working again.

    And No Range 2

    Thanks RagetYet and Kotentopf

    Bytes:

    Memory((LPVOID)0xNoRange1, "\x90\x90\x90\x90\x90\x90", 6);
    Memory((LPVOID)0xNoRange2, "\x90\x90\x90\x90\x90\x90", 6);
    }else{
    Memory((LPVOID)0xNoRange1 , "\x8B\x80\xC8\x02\x00\x00", 6);
    Memory((LPVOID)0xNoRange2 , "\x8B\x80\xC8\x02\x00\x00", 6);

    These bytes are working fine for me Found in Olly.

    Thanks Cosmos


  9. #38
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by kongamonga View Post
    Yay, kotentopf, restarted router. Working again.

    And No Range 2

    Thanks RagetYet and Kotentopf

    Bytes:

    Memory((LPVOID)0xNoRange1, "\x90\x90\x90\x90\x90\x90", 6);
    Memory((LPVOID)0xNoRange2, "\x90\x90\x90\x90\x90\x90", 6);
    }else{
    Memory((LPVOID)0xNoRange1 , "\x8B\x80\xC8\x02\x00\x00", 6);
    Memory((LPVOID)0xNoRange2 , "\x8B\x80\xC8\x02\x00\x00", 6);

    These bytes are working fine for me Found in Olly.
    and finally the last step:

    [php] Hack.Addresses.NoRange1 = Hack.Addresses.FindPattern(CSHELLW,CSHELLS,(PBYTE) "\x8B\x80\x00\x00\x00\x00\x89\x44\x24\x0C\x8B\x82\ x00\x00\x00\x00\xFF\xD0\x3B\xC3\x74\x17\xD9\x80\x0 0\x00\x00\x00\xDA\x4C\x24\x08","xx????xxxxxx????xx xxxxxx????xxxx");
    Hack.Addresses.NoRange2 = Hack.Addresses.FindPattern(Hack.Addresses.NoRange1 +1,CSHELLS,(PBYTE)"\x8B\x80\x00\x00\x00\x00\x89\x4 4\x24\x0C\x8B\x82\x00\x00\x00\x00\xFF\xD0\x3B\xC3\ x74\x17\xD9\x80\x00\x00\x00\x00\xDA\x4C\x24\x08"," xx????xxxxxx????xxxxxxxx????xxxx");
    [/php]

    fully working sig scan

    what u want to post now? xD
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  10. The Following 5 Users Say Thank You to kotentopf For This Useful Post:

    ac1d_buRn (01-05-2011),mo3ad001 (01-07-2011),NOOB (01-09-2011),Sydney (01-05-2011),whit (01-05-2011)

  11. #39
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Yayz he givin me the base already
    Its pretty nice..

  12. #40
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by kotentopf View Post
    and finally the last step:

    [php] Hack.Addresses.NoRange1 = Hack.Addresses.FindPattern(CSHELLW,CSHELLS,(PBYTE) "\x8B\x80\x00\x00\x00\x00\x89\x44\x24\x0C\x8B\x82\ x00\x00\x00\x00\xFF\xD0\x3B\xC3\x74\x17\xD9\x80\x0 0\x00\x00\x00\xDA\x4C\x24\x08","xx????xxxxxx????xx xxxxxx????xxxx");
    Hack.Addresses.NoRange2 = Hack.Addresses.FindPattern(Hack.Addresses.NoRange1 +1,CSHELLS,(PBYTE)"\x8B\x80\x00\x00\x00\x00\x89\x4 4\x24\x0C\x8B\x82\x00\x00\x00\x00\xFF\xD0\x3B\xC3\ x74\x17\xD9\x80\x00\x00\x00\x00\xDA\x4C\x24\x08"," xx????xxxxxx????xxxxxxxx????xxxx");
    [/php]

    fully working sig scan

    what u want to post now? xD
    GJ. What did you think i would post ?

    Im using this method 2 cuz mine isnt working :S
    Now you got some credits for my Logger.

    Thanks Cosmos


  13. #41
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by RagedYet View Post
    Ok so many of you guys have seen me talked shit all the time and never release something right? but this time i got pissed since the last hacks released on this forum were used with some of my finds wich i gave to someone and he leeched to everyone alse hmm so now lets make this shit public so everyone can get em right? dont forget to rep me and i might release more good shit maybe aimbot

    #define WepRange1 0x374B5739
    #define WepRange2 0x374B5989

    how to use? nop em

    Example: with bytes


    YourNopFunction( (PBYTE)WepRange1, (PBYTE)"\xB8\x00\x00\x00\x10\x90", 6 );
    YourNopFunction( (PBYTE)WepRange2, (PBYTE)"\xB8\x00\x00\x00\x10\x90", 6 );

    YourNopFunction( (PBYTE)WepRange1, (PBYTE)"\x8B\x80\xC8\x02\x00\x00", 6 );
    YourNopFunction( (PBYTE)WepRange2, (PBYTE)"\x8B\x80\xC8\x02\x00\x00", 6 );

    you find out when they are on or off i dont like feeding leechers on 100%.

    If i get enought thanks ill start posting good shit to get my rep back.
    I didn't use "your finds" in my hack.



    Put this image in your signature if you support HTML5 development!

  14. #42
    RagedYet's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    California
    Posts
    220
    Reputation
    -3
    Thanks
    34
    My Mood
    Devilish
    Quote Originally Posted by _Fk127_ View Post
    I didn't use "your finds" in my hack.
    Sure thats why you credited matypaty buddie . he got it off me you got the addies off him stop trying to proof your self just go download the full vip base ive uploaded and stop the drama.



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

    whit (01-05-2011)

  16. #43
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Eu Addyes:
    I haven't tested them..
    0x374B5A29
    0x374B5A2A
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  17. #44
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by coogle007 View Post
    Eu Addyes:
    I haven't tested them..
    0x374B5A29
    0x374B5A2A
    i say u they wrong

    374B5A29
    374B5A2A - (subtract)
    00000001
    Last edited by kotentopf; 01-05-2011 at 03:07 PM.
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  18. #45
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Ok i added the 1 not subtracted
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

Page 3 of 6 FirstFirst 12345 ... LastLast