Results 1 to 8 of 8
  1. #1
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6

    how to safe a standard exe file (trainer) with vb6??

    how can i save the file?? and then use it

  2. #2
    kyo's Avatar
    Join Date
    Dec 2005
    Location
    Belgium
    Posts
    285
    Reputation
    110
    Thanks
    131
    to publish : file -> make .... . exe
    to try while coding: run -> start or press F5

  3. #3
    Stranger00's Avatar
    Join Date
    May 2007
    Posts
    208
    Reputation
    17
    Thanks
    0
    do you mean like compile it into an exe or save it so you can reopen it in vb? Im guessing you mean compile. Look in the File menu. you should see a make "project".exe except w/ your project name in place of "project"

  4. #4
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    than i will get an error

  5. #5
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    it says this:End Function(This code is an API statement that allowing the VB to edit memory



    Private Sub Command1_Click()
    Call WriteALong("WarRock", &H926134, 1)
    End Sub


    what am i doing worng???

  6. #6
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    add the module

  7. #7
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    i did !!

  8. #8
    cjg333's Avatar
    Join Date
    Apr 2007
    Location
    indianapolis
    Posts
    300
    Reputation
    17
    Thanks
    54
    maybe your addie is wrong,the coding is rt.did you put the module in the rt place.did you add a button and put that coding in.explain some more what u did or didnt do

Similar Threads

  1. make .vbp file into .exe... like idk how to make it a exe
    By Oneirish in forum Visual Basic Programming
    Replies: 3
    Last Post: 03-29-2008, 07:26 AM
  2. How to get standard exe template for VB?
    By wakaraka in forum WarRock - International Hacks
    Replies: 8
    Last Post: 10-17-2007, 05:43 PM
  3. Replies: 8
    Last Post: 07-09-2007, 03:15 PM
  4. How to put anti kick in my trainer
    By dikkind in forum WarRock - International Hacks
    Replies: 0
    Last Post: 07-02-2007, 02:25 PM
  5. Can't make a .exe file with VB.
    By ltkort213 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 06-09-2007, 09:09 AM