Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92
    Quote Originally Posted by R3dLine View Post
    SK1LL0R.

    PLZ don't leech upk stuff and say its yours ...
    I have nothing leeched from him big lol

  2. #17
    markus92's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Worried
    Quote Originally Posted by SK1LL0R. View Post

    cant download..

  3. #18
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92
    Quote Originally Posted by R3dLine View Post
    SK1LL0R.

    PLZ don't leech upk stuff and say its yours ...
    //================= EHSVC =================//
    #define EhsvcSelfCrC 0x0010071E7C
    #define Detection 0x0010009B30
    #define Asm Detection 0x0010026867
    #define Asm Detection2 0x0010015530
    #define NanoCheck1 0x00100218AC
    #define NanoCheck2 0x001003372F
    #define NanoCheck3 0x00100357A0
    //================= LOGGED =================//
    //=================== 7 ==================//
    //========= Made By SK1LL0R. & NikM ========//



    Leeched?

  4. #19
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    abnormal gameplay is 0x004DCE8E i guess<- just updated it a sec ago

  5. #20
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    I haven't words to describe your ignorance.

    Code:
    //WR
    004A8B8C   . /EB 03         JMP SHORT 1-09-201.004A8B91
    
    // "YOUR"
    MEMwrite((void*)0x4A8B8C,(PBYTE)"\xEB",1); //Very big fail
    
    If you want stop this JMP (Unseless) you need nop on this address 004A8B87
    Code:
    //WR
    004A8B8C   . /EB 03         JMP SHORT 1-09-201.004A8B91
    
    // "YOUR"
    MEMwrite((void*)0x4A8B8C,(PBYTE)"\xEB",1);//"Connection will be terminated because of an abnormal gameplay ***"
    
    NoComment. Very stupid
    And you make same on other Address.

    Conclusion.
    Study Assembly and learn how to using Olly/IDA. All your FAKE Address, you can stop all with this:

    MemcpyAsm(0x004A8999,"\x90\x90\x90\x90\x90\x90",6) ;

    Credits: To Me.

    And you haven't leech from UPK? How do u know the DecryptedString? ;D Go to Study please, you are very very ignorant.
    You fail, your bypass fail, just as King7!

    Quote Originally Posted by Alex_Agnew View Post
    0x004A8999
    This isn't abnormal GamePlay. This is the function that before two update the client sent the data to server. Now is the Server that REQUEST the data. If you stop this addy you get only connection termined, becouse the server after 6.12 Minutes (Cicle) does receives nothing
    Last edited by DirecTX_; 09-03-2011 at 07:32 AM.

  6. #21
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92
    Quote Originally Posted by DirecTX_ View Post
    I haven't words to describe your ignorance.

    Code:
    //WR
    004A8B8C   . /EB 03         JMP SHORT 1-09-201.004A8B91
    
    // "YOUR"
    MEMwrite((void*)0x4A8B8C,(PBYTE)"\xEB",1); //Very big fail
    
    If you want stop this JMP (Unseless) you need nop on this address 004A8B87
    Code:
    //WR
    004A8B8C   . /EB 03         JMP SHORT 1-09-201.004A8B91
    
    // "YOUR"
    MEMwrite((void*)0x4A8B8C,(PBYTE)"\xEB",1);//"Connection will be terminated because of an abnormal gameplay ***"
    
    NoComment. Very stupid
    And you make same on other Address.

    Conclusion.
    Study Assembly and learn how to using Olly/IDA. All your FAKE Address, you can stop all with this:

    MemcpyAsm(0x004A8999,"\x90\x90\x90\x90\x90\x90",6) ;

    Credits: To Me.

    And you haven't leech from UPK? How do u know the DecryptedString? ;D Go to Study please, you are very very ignorant.
    You fail, your bypass fail, just as King7!



    This isn't abnormal GamePlay. This is the function that before two update the client sent the data to server. Now is the Server that REQUEST the data. If you stop this addy you get only connection termined, becouse the server after 6.12 Minutes (Cicle) does receives nothing
    hm my fail

    #edited

    I never said that the text strings are from me.
    ._.

  7. #22
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by SK1LL0R. View Post
    //================= EHSVC =================//
    #define EhsvcSelfCrC 0x0010071E7C
    #define Detection 0x0010009B30
    #define Asm Detection 0x0010026867
    #define Asm Detection2 0x0010015530
    #define NanoCheck1 0x00100218AC
    #define NanoCheck2 0x001003372F
    #define NanoCheck3 0x00100357A0
    //================= LOGGED =================//
    //=================== 7 ==================//
    //========= Made By SK1LL0R. & NikM ========//



    Leeched?
    Dude i sow this addies since i was 10 years ;p , Enough talking i hope Alen or Shunnai close it -.- cuz its not gona work (never)
    Last edited by R3dLine; 09-03-2011 at 09:15 AM.

  8. #23
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by DirecTX_ View Post
    I haven't words to describe your ignorance.

    Code:
    //WR
    004A8B8C   . /EB 03         JMP SHORT 1-09-201.004A8B91
    
    // "YOUR"
    MEMwrite((void*)0x4A8B8C,(PBYTE)"\xEB",1); //Very big fail
    
    If you want stop this JMP (Unseless) you need nop on this address 004A8B87
    Code:
    //WR
    004A8B8C   . /EB 03         JMP SHORT 1-09-201.004A8B91
    
    // "YOUR"
    MEMwrite((void*)0x4A8B8C,(PBYTE)"\xEB",1);//"Connection will be terminated because of an abnormal gameplay ***"
    
    NoComment. Very stupid
    And you make same on other Address.

    Conclusion.
    Study Assembly and learn how to using Olly/IDA. All your FAKE Address, you can stop all with this:

    MemcpyAsm(0x004A8999,"\x90\x90\x90\x90\x90\x90",6) ;

    Credits: To Me.

    And you haven't leech from UPK? How do u know the DecryptedString? ;D Go to Study please, you are very very ignorant.
    You fail, your bypass fail, just as King7!



    This isn't abnormal GamePlay. This is the function that before two update the client sent the data to server. Now is the Server that REQUEST the data. If you stop this addy you get only connection termined, becouse the server after 6.12 Minutes (Cicle) does receives nothing
    i see
    i updated old addy, must have been wrong my bad :O
    Last edited by AeroMan; 09-03-2011 at 09:12 AM.

  9. #24
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Quote Originally Posted by R3dLine View Post
    Dude i sow this addies since i was 10 years ;p , Enough talking i hope Alen or Shunnai close it -.- cuz its not gona work (never)
    AHahahahAH. And.. "Made By SK1LL0R. & NikM", two person for make 7 pattern? lol .. How I say before.. "I haven't words to describe your ignorance.".

    Was better if you didn't post this bullshit. You didn't do the figure of the great Coder, but the figure of the clown
    Last edited by DirecTX_; 09-03-2011 at 12:02 PM.

  10. #25
    MH4CKER's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    MPGH
    Posts
    402
    Reputation
    23
    Thanks
    150
    My Mood
    Amused
    Quote Originally Posted by DirecTX_ View Post
    AHahahahAH. And.. "Made By SK1LL0R. & NikM", two person for make 7 pattern? lol .. How I say before.. "I haven't words to describe your ignorance.".

    Was better if you didn't post this bullshit. You didn't do the figure of the great Coder, but the figure of the clown
    If you know everything so well, make it then and try helping these people except from flaming on them..
    If you need help with coding/programming. PM me, il help anytime :3

  11. #26
    Mike Shinoda's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,177
    Reputation
    67
    Thanks
    165
    My Mood
    Amazed
    Quote Originally Posted by DirecTX_ View Post
    AHahahahAH. And.. "Made By SK1LL0R. & NikM", two person for make 7 pattern? lol .. How I say before.. "I haven't words to describe your ignorance.".

    Was better if you didn't post this bullshit. You didn't do the figure of the great Coder, but the figure of the clown
    why the hell do you flaim anyone? just be nice show some respect and tell them they are wrong with nice way..once you was like them you don't born and you know how to do bypass for warrock or something
    It always starts with one thing...

  12. #27
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic
    Quote Originally Posted by kokomika View Post
    good luck finding them us windows 7 users are stuck without the good addies unless generous people give them like Alex_Agnew, bodhi or r3dline (corrected my player/server pointer ) try googling : dumped ehsvc.dll or google the addies you need, you might find them
    LMAO you say bodhi as if he knows wtf he's doing xD
    "Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™

    Ex WarRock Minion Force



  13. The Following User Says Thank You to Zithium For This Useful Post:

    R3dLine (09-05-2011)

  14. #28
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    its not that funny that ppl leech other guy stuff and say he made it grr and what direct said is correct ..

    @Alen , @Shunnai i hope one of you guys close this .
    Last edited by R3dLine; 09-05-2011 at 04:50 AM.

  15. #29
    MH4CKER's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    MPGH
    Posts
    402
    Reputation
    23
    Thanks
    150
    My Mood
    Amused
    Quote Originally Posted by R3dLine View Post
    its not that funny that ppl leech other guy stuff and say he made it grr and what direct said is correct ..

    @Alen , @Shunnai i hope one of you guys close this .


    /msgtoshort.
    If you need help with coding/programming. PM me, il help anytime :3

  16. #30
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Quote Originally Posted by MH4CKER View Post
    If you know everything so well, make it then and try helping these people except from flaming on them..
    Why I should make public my work? So after you can leech and put your credits on it?
    And why I need help this people to make bp? Who help me the first time to make it? Anybody, so they can study from his error. I did not say anything about that, I only said that his bypass is completly unseless and stupid.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Help] Please help me with ASM bypass
    By pronten in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 04-25-2011, 10:22 PM
  2. ASM bypass??
    By zhaoyun333 in forum C++/C Programming
    Replies: 2
    Last Post: 07-25-2009, 06:20 PM
  3. [relase] pb bypass made by me 3 min! dl now
    By ~claw~ in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-26-2007, 06:23 AM
  4. trading bypass made by me for anti kick adresss on warrock
    By ~claw~ in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 07-26-2007, 06:19 AM
  5. Finnally my brothers mate made me a bypass and now.......
    By .-=m1k3y=-. in forum WarRock - International Hacks
    Replies: 14
    Last Post: 07-15-2007, 11:45 AM