Results 1 to 10 of 10
  1. #1
    apezwijn's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Location
    The Netherlands
    Posts
    1,525
    Reputation
    22
    Thanks
    682

    Post (TUTORIAL) ComboBox For Example TELEPORT

    Hi, This is handy for warrock teleport hacks
    Visual Basics 6.0

    Ok

    Make a Standard .exe
    Create a ComboBox Wich is called "Combo1"
    Ok Now Create 2 Buttons,
    1 Is Called Deberan
    2 s Called Niu

    Now click the combo box and on the right select list
    and add A, B, C And Exit.

    The Caption Of the combo box should be "MAP" for now.


    (i have no problems with you clicking the picture)


    Ok Now Double Click Button 1
    Insert :
    Code:
    If Combo1 = "MAP" Then MsgBox "Select a Map First Moron!"
    If Combo1 = "A" Then MsgBox "You Choose Map A"
    If Combo1 = "B" Then MsgBox "You Choose Map B"
    If Combo1 = "Exit" Then Unload Me
    Ok This are kind of the basics
    so you could replace the msg box with the teleport code
    so when you press the button and A is selected You Teleport in map A to Deberan
    If Map B is selected You Teleport In Map B To Deberan.
    The End.

    TuT By Apezwijn
    For Questions Reply.

    You Always can add this to my rep

  2. The Following User Says Thank You to apezwijn For This Useful Post:

    luddiw2 (06-26-2008)

  3. #2
    daniellook1's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Thanks i really needed that

  4. #3
    apezwijn's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Location
    The Netherlands
    Posts
    1,525
    Reputation
    22
    Thanks
    682
    Quote Originally Posted by daniellook1 View Post
    Thanks i really needed that
    Nice Nice....
    Oh yeah If You Get an Error Try Adding
    Code:
    End If
    After Every Teleport if it gives you an error with "End If" then delete that
    End If
    And then compile again..

  5. #4
    erwin0003's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Leiderdorp
    Posts
    60
    Reputation
    10
    Thanks
    3
    when 1 set the A and B in Lise then you se a square ???
    Sorry For My English I am Dutch



  6. #5
    erwin0003's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Leiderdorp
    Posts
    60
    Reputation
    10
    Thanks
    3
    *list
    Sorry For My English I am Dutch



  7. #6
    apezwijn's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Location
    The Netherlands
    Posts
    1,525
    Reputation
    22
    Thanks
    682
    Quote Originally Posted by erwin0003 View Post
    *list
    heard about editing your post?

  8. #7
    kkookk's Avatar
    Join Date
    Feb 2008
    Posts
    12
    Reputation
    10
    Thanks
    2
    dont need call writealong or some?

  9. #8
    apezwijn's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Location
    The Netherlands
    Posts
    1,525
    Reputation
    22
    Thanks
    682
    Yes that is posseble.

  10. #9
    GenX's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    C:\windows\system32
    Posts
    290
    Reputation
    11
    Thanks
    299
    pretty niffd

  11. #10
    punkbuster!123's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    35
    Nice tuterail

Similar Threads

  1. [Solved] Tutorial for G-Force Teleport Maker
    By Horror in forum CrossFire Help
    Replies: 4
    Last Post: 08-01-2011, 04:26 PM
  2. best c++ tutorial for beginners!
    By WacKer in forum C++/C Programming
    Replies: 31
    Last Post: 12-05-2009, 06:30 AM
  3. [Tutorial]Wallhack for WarRock! Only here!
    By ziom2322 in forum WarRock - International Hacks
    Replies: 17
    Last Post: 06-25-2007, 03:56 PM
  4. killing drivers in ohara for example
    By papiopo in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-09-2006, 10:26 PM
  5. Hack Tutorial For Invicible Hack
    By $GHOST$ in forum WarRock - International Hacks
    Replies: 23
    Last Post: 02-20-2006, 03:32 PM