Page 1 of 3 123 LastLast
Results 1 to 15 of 36

Hybrid View

  1. #1
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37

    Red face Non Variables and VB

    Hello it's meeeeeeeeee again,

    I need some help with addys and VB.
    First addys: how do I search for things with don't have variables (like chopper ESP and no recoil)?
    VB: how do I put the addys I found in VB?
    If you know just send me a PM, put it in the reply box or email me (nathaniel.1996@hotmail.com) this is my own email cuz I hadn't have any chance to make a new one but don't spam me.

    One more thing
    If you don't send it to me within a week (whitch I hope you do :P) it won't effect the Unlocker I announced. And if you didn't hear from it here it is: https://www.mpgh.net/forum/191-call-d...irst-hack.html

    Thanks,
    Meeeeeeeeee!
    Last edited by meeeeeeeeee; 03-15-2010 at 05:04 PM.

  2. #2
    Bluthera's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Location
    Shibuya, Tokyo
    Posts
    2,375
    Reputation
    13
    Thanks
    373
    My Mood
    Tired
    Even after I explained the whole thing to you. Stop acting like an ass and ignore the info. I told you to read. You still refuse to. if you don't a rat's ass about what I think, then why are you including me in your threads?
    [IMG]https://i564.photobucke*****m/albums/ss89/JRendell21/Graphics/Flow-Signature.jpg[/IMG]

  3. #3
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37
    Bluthera I don't want to start a fight again but you didn't really explain this to me. You explain how to find variabled addresses in cheat engine that was really helpful but can you also explain to me how to find non variabled ones cuz the ollydbg thread isn't there anymore.
    Or at least I can't find it in the C++ section.
    And about the vb thing I didn't ask yet so please explain it to me or send me a link

    thank you bluthera,
    Meeeeeeeeee!

    (I hope we never fight again anymore :P)

  4. #4
    Bluthera's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Location
    Shibuya, Tokyo
    Posts
    2,375
    Reputation
    13
    Thanks
    373
    My Mood
    Tired
    I posted that when we were still semi-raging >.>


    here you go:
    https://www.mpgh.net/forum/31-c-c/120...lash-stun.html

    It's not as simple as finding and changing addresses.
    [IMG]https://i564.photobucke*****m/albums/ss89/JRendell21/Graphics/Flow-Signature.jpg[/IMG]

  5. The Following User Says Thank You to Bluthera For This Useful Post:

    meeeeeeeeee (03-16-2010)

  6. #5
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37
    Thank you Bluthera :P

  7. #6
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37
    I acctualy understand it thanks (I used ollydbg before to crack programs so I have some experience).
    But now the Visual Basic thing how do I put the addys I just found in VB.
    Send me the link of that to please.
    And one more thing: is VB about the same as C# cuz I know some C# (I'm in the learning proces :P) and I wanted to know if they were like the same.

    Thanks,
    Meeeeeeeeee!

  8. #7
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37
    And btw you don't have to post immydiently <-(I have no idea how to spell this, it means straight away) cuz I will be at school till 16:00.

    Thanks,
    Meeeeeeeeee!

  9. #8
    Bluthera's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Location
    Shibuya, Tokyo
    Posts
    2,375
    Reputation
    13
    Thanks
    373
    My Mood
    Tired
    Get a module maker. Then call the memory to change the address.
    [IMG]https://i564.photobucke*****m/albums/ss89/JRendell21/Graphics/Flow-Signature.jpg[/IMG]

  10. #9
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37
    Link please :P

    And two more things,

    1. Each time I start my CoD MW2 I have to reinstall it, does someone know what wrong? (I like start it up but when it's loaded it says: iw4mp.exe not responding)
    2. The trainer that I announced won't come because my dad was doing the advanced coding (that's his work :P) but he's not going to do it anymore so now it's one like you need 1 more kill if you want it.

    Thanks,
    Meeeeeeeeee!

  11. #10
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    search function for the win. phenix undetected module maker...google will help you...



  12. #11
    AudiTT's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Dallas, TX
    Posts
    373
    Reputation
    10
    Thanks
    303
    Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
    Code:
    Before:
    JE SHORT iw4mp.exe+address
    
    After:
    JMP SHORT iw4mp.exe+address
    You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

    If you want more help, add me on MSN.
    Last edited by AudiTT; 03-16-2010 at 12:31 PM.

  13. #12
    Bluthera's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Location
    Shibuya, Tokyo
    Posts
    2,375
    Reputation
    13
    Thanks
    373
    My Mood
    Tired
    Quote Originally Posted by AudiTT View Post
    Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
    Code:
    Before:
    JE SHORT iw4mp.exe+address
    
    After:
    JMP SHORT iw4mp.exe+address
    You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

    If you want more help, add me on MSN.
    No whai, he wants this for VB.
    [IMG]https://i564.photobucke*****m/albums/ss89/JRendell21/Graphics/Flow-Signature.jpg[/IMG]

  14. #13
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37

    Cool

    "Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
    Code:
    Before:
    JE SHORT iw4mp.exe+address

    After:
    JMP SHORT iw4mp.exe+address
    You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

    If you want more help, add me on MSN."

    this is what you wrote but it's not what I asked for, I asked how to put addys in VB.
    I know you are just trying to help but sorry I don't need that advise.

    Thanks,
    Meeeeeeeeee!?

  15. #14
    Bluthera's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Location
    Shibuya, Tokyo
    Posts
    2,375
    Reputation
    13
    Thanks
    373
    My Mood
    Tired
    Quote Originally Posted by meeeeeeeeee View Post
    "Once you've found a code location in OllyDBG, you can WriteProcessMemory a new command string to it, i.e.
    Code:
    Before:
    JE SHORT iw4mp.exe+address

    After:
    JMP SHORT iw4mp.exe+address
    You'll need to write to it with hex, though. This is really complicated stuff that you seem to be having a lot of trouble with. No offense, but maybe you should give up.

    If you want more help, add me on MSN."

    this is what you wrote but it's not what I asked for, I asked how to put addys in VB.
    I know you are just trying to help but sorry I don't need that advise.

    Thanks,
    Meeeeeeeeee!?
    Try using [quo te][/quote] tags. Or click "quote".

    Also, that advice would be helpful in the future + the fact that it's not just about addies. But my question is, how is your trainer better than the one's released so far? Will it be more useful than others?
    Last edited by Bluthera; 03-16-2010 at 04:18 PM.
    [IMG]https://i564.photobucke*****m/albums/ss89/JRendell21/Graphics/Flow-Signature.jpg[/IMG]

  16. #15
    meeeeeeeeee's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    113
    Reputation
    13
    Thanks
    37
    I will not be posting it anymore, but I would be better because it would do all yhe challenges.
    Like MegaUnlocker 1.19 by Code.Slice.

    Thanks,
    Meeeeeeeeee!?

Page 1 of 3 123 LastLast

Similar Threads

  1. Learn how to code C++ || Day 3 - Variables and Date Types
    By P0SEID0N in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 04-16-2010, 09:26 PM
  2. Learn how to code C++ || Day 3 - Variables and Date Types
    By P0SEID0N in forum C++/C Programming
    Replies: 5
    Last Post: 04-16-2010, 02:51 AM
  3. Free list of Premium and non-Premium accounts
    By pkerkid in forum WarRock - International Hacks
    Replies: 5
    Last Post: 02-14-2009, 06:29 PM
  4. BUYING LVL 21-29 NON PREMIUM AND NON RETAIL VIA MAIL
    By UberlyPwned in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 10-25-2007, 02:36 PM
  5. Trigger Macro (NEED A NON USB MOUSE AND QMACRO)
    By sf0d in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-24-2007, 10:20 PM