Results 1 to 5 of 5
  1. #1
    wee123's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2

    Code caves, need help on trainer

    i've started vb recently i've look and searched and tried many ways like using ce's auto asm to be enabled then copy that code into vb then copy the allocated memory aswell

    so once i've clicked the button(contains the code for the enabled auto asm from ce, my trainer will write the code what ive put but once i exit out of ce. the memory turns to ????????

    is there any functions around there that some one can help. i just want to know how to code cave properly in vb(i dont know any c++ so)

    thanks

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,675
    My Mood
    Breezy
    ASM is not supported on VB. Use C++.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. #3
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    no asm on Visual Basic.
    Go for C++...but maybe if u can explain better maybe i will help you?

  4. #4
    MJLover's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Neverland
    Posts
    759
    Reputation
    33
    Thanks
    110
    My Mood
    Cheerful
    Why use ASM when VB.NET has complete access to Win 32 API ?

    Also, if you can explain your problem in a bit more explanation and in proper English, I can definitely help you with memory stuff.

    Let me know.

  5. #5
    wee123's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    hi, thanks for the quick replies.

    my question was like:

    is it possible to use the same method as Auto assemble in Cheat engine into vb?

    the way i tried to do it was copying the values of the address of the auto assemble when its turned on:

    example(random numbers):


    on: value on address &h51242: 7124024
    off: value on address &h51242: 62353214

    i wrote it on vb like this :

    WriteXBytes("game", &H4E31BA, "E941CE660590") '//changees the code to a jmp XXXXXX and some nops after it


    then once i have that, i go to the allocated memery ce did(to the jumped address)

    and copied the value of the address and wrote:

    WriteXBytes("game", &H5B50000, "C786980100000000C843E9B13199FA") '// the asm code i wrote to code cave

    once i have that all set. i disabled the script in ce and run the application i wrote and press the button and it only wrote the first part of the code, there wasnt any allocated address visble(checked in ce)

    how do create some spave for my code cave? i have looked alot of places and tried alot but nothing worked. so i hope some1 has some ideas. and yes i know c++ is compatible with it but im so crappy in c++ it drives me crazy. thanks