Search:

Type: Posts; User: ||Excision||

Search: Search took 0.08 seconds.

  1. [Help Request] Sorry about that, I forgot to actually post the...

    Sorry about that, I forgot to actually post the memoria function xD here ya go.


    void Memoria(void* pvAddress, void* pvBuffer, size_t len)
    {
    if (*(BYTE*)pvAddress == *(BYTE*)pvBuffer)...
  2. [Help Request] Trying to use memoria to write 3 digit byte

    So, I am trying to use memoria to write a 3 digit byte. I see most are only 2 digit's, and when I use



    //#define Rapid 0x18044055 This is the addy for stamina
    Memoria((LPVOID)(Rapid),...
  3. Replies
    0
    Views
    668

    [Help Request] DirectCast and Intptr Errors?

    So basically I converted an old trainer of mine from C# to VB in order to deploy updates in a quicker manner. My memory class throws the errors
    Error 1 Value of type 'Integer' cannot be converted to...
  4. Replies
    2
    Views
    551

    [Help Request] Playing embedded sound resources?

    So I made a sound file in FL Studio when a user activates a hack on a trainer I am working on. But using the code just returns errors O_O

    Not sure what I am doing wrong. I have imported

    ...
  5. [Help Request] I just completely removed it lol. It was some...

    I just completely removed it lol. It was some snippet I found on vbforums. It basically scanned richtextbox1 when a document was opened and changed the color of the strings, and when you typed on...
  6. [Help Request] Surely you can enlighten me rileyjstrickland

    Surely you can enlighten me rileyjstrickland
  7. [Help Request] Getting Syntaxing to work in richtexttbox?

    Never mind, request /close. Syntax highlighting using VB is far too CPU intensive and it takes ages to syntax it all on large xml files...
  8. [Help Request] Yea, I have had it set to Boolean lol Just not...

    Yea, I have had it set to Boolean lol Just not sure why It wont switch from Folder selection or File selection based on the radio button selection. This should be working, But I think I am majorly...
  9. [Help Request] My.settings is not working with Else and Else If Statements O_O

    Heres the code I am using atm, It should be working but Idk why it isnt. Basically I have two radio buttons. one selects the extract single file, and the other selects extract whole folder. Am I just...
  10. [Help Request] Command line arguments with spaces not working

    So I got this fully working earlier today, But Using this method it tries to pass spaces in the directory as another argument. Racking my brain the last 45 minutes or so. I cannot wrap Textbox1.text...
  11. [Help Request] I know how to program a decent bit. I just have...

    I know how to program a decent bit. I just have not done anything programming related in about 5 or so years haha. But I now have everything working perfectly. and yes I know about the double quotes...
  12. [Help Request] I ended up just having it open a file in the...

    I ended up just having it open a file in the application start-up path and extract to a new folder in the same path. Easier this way for Quick BMS to stop being so fiddly with spaces in file paths....
  13. [Help Request] Ok, It's all good now. I had a quote randomly...

    Ok, It's all good now. I had a quote randomly placed lol. I must have tapped it with my pinkie xD But now the problem lies in the open file dialogue. One button opens the file dialog and after...
  14. [Help Request] It works like this Dim processStartInfo =...

    It works like this


    Dim processStartInfo = New ProcessStartInfo()
    processStartInfo.FileName = Application.StartupPath & "\qbms.exe"
    Dim commandLineString As String = "-o...
  15. [Help Request] Issue regarding Pushing arguments to a CMD program (Quick BMS)

    Started fiddling around with QuickBMS's arguments and such. I'm trying to basically use the parameter -o which overwrites any already extracted files in the extraction directory. Now I have no issue...
  16. Replies
    2
    Views
    404

    I am pretty sure its against the rules to ask for...

    I am pretty sure its against the rules to ask for coders to code for a competing game hacking website.
  17. Replies
    19
    Views
    3,961

    Well you can use this since its a vbulletin...

    Well you can use this since its a vbulletin forum.
    Its in Vb.net but theres loads of converters
    This is for module code


    Imports System.Security.Cryptography
    Imports System.Text
    Imports...
  18. Replies
    7
    Views
    932

    [Solved] SmartAssembly is also another one. Havent used it...

    SmartAssembly is also another one. Havent used it but heard good things. Got a link for the cracked version?
  19. Replies
    7
    Views
    932

    [Solved] Dotfuscator also works. Google it. If you need...

    Dotfuscator also works. Google it. If you need more help let me know.
Results 1 to 19 of 19