Results 1 to 11 of 11

Thread: BC30057 error

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2022
    Posts
    5

    Question BC30057 error

    I wrote a simple code. i have written code using 3 offset 1 pointers but it gives error.

    Code:
    Dim xx as string = "Value"
    Try
    WriteInteger("gamename", &Hpointer, &Hoffset,&Hoffset,&Hoffset, xx)
    Catch ex as exception
    End Try

    Please help

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: BC30057 error

    Rather than making us all search the web to find out what that error code might mean, how about you provide us with the error message that you already have?

    Is what you posted the actual code you wrote or have to replaced the actual numbers, because that's not something that we should have to guess? If it's the actual code then what are those arguments actually supposed to represent? Do you have variables named 'pointer' and 'offset'? How about yopu provide a FULL and CLEAR explanation of the problem, which would include exactly what you're trying to achieve, exactly how you're trying to achieve it (ALL relevant and actual relevant code) and exactly what happens when you try?

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2022
    Posts
    5

    Re: BC30057 error

    Calm down, man, this is the first time I've voiced my problem in a place like this. I'm sorry.

    That's exactly the code. I found pointers and offsets in the game. It happens that I type codes with a temporary pointer without offset. The problem is that if I add any pointer October offset, that project doesn't work.

    My English is limited, I'm sorry.

    Sample code:

    WriteInteger("subway", &Hpointer, &Hoffset, "Value")

  4. #4
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,458

    Re: BC30057 error

    How is WriteInteger declared?

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2022
    Posts
    5

    Re: BC30057 error

    I would to ask you for a simple sample code where I can use only offsets. I want to understand.

  6. #6
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,458

    Re: BC30057 error

    Quote Originally Posted by ozibey View Post
    I would to ask you for a simple sample code where I can use only offsets. I want to understand.
    Sample code about what though? We have no idea what your code is trying to do or even what the function "WriteInteger" does and what parameters it takes. You need to give more information if you want people to help you.

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2022
    Posts
    5

    Re: BC30057 error

    To write code with offset. For example, I want to cheat unlimited bullets in the Assault Cube game. It happens with a temporary pointer, but not with a code with offset.

  8. #8
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,458

    Re: BC30057 error

    Quote Originally Posted by ozibey View Post
    To write code with offset. For example, I want to cheat unlimited bullets in the Assault Cube game. It happens with a temporary pointer, but not with a code with offset.
    Which still gives us absolutely no idea what on earth WriteInteger is, what parameters it takes, and what the actual error is.

  9. #9
    Fanatic Member Delaney's Avatar
    Join Date
    Nov 2019
    Location
    Paris, France
    Posts
    845

    Re: BC30057 error

    this thread is strange... Are we sure than Ozibey is not some Gaouser in disguise
    The best friend of any programmer is a search engine
    "Don't wish it was easier, wish you were better. Don't wish for less problems, wish for more skills. Don't wish for less challenges, wish for more wisdom" (J. Rohn)
    “They did not know it was impossible so they did it” (Mark Twain)

  10. #10

    Thread Starter
    New Member
    Join Date
    May 2022
    Posts
    5

    Re: BC30057 error

    Quote Originally Posted by PlausiblyDamp View Post
    Which still gives us absolutely no idea what on earth WriteInteger is, what parameters it takes, and what the actual error is.
    Never mind. I don't know about these issues as much you do. But thank you anyway.

  11. #11
    Fanatic Member Delaney's Avatar
    Join Date
    Nov 2019
    Location
    Paris, France
    Posts
    845

    Re: BC30057 error

    some clue here about WriteInteger :

    https://stackoverflow.com/questions/...s-not-declared

    and as it is said, it is not a VB.net command
    Last edited by Delaney; May 31st, 2022 at 08:44 AM.
    The best friend of any programmer is a search engine
    "Don't wish it was easier, wish you were better. Don't wish for less problems, wish for more skills. Don't wish for less challenges, wish for more wisdom" (J. Rohn)
    “They did not know it was impossible so they did it” (Mark Twain)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width