Page 1 of 3 123 LastLast
Results 1 to 15 of 41
  1. #1
    geovanne_junior's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0

    I need help to change a redirect in this program.

    Hello guys, okay? I would like your help so I can make a change in the program that will put below. When I click on EBAY right part of the image it redirects me pro ebay.com. I wonder if there's any way to make it redirect me to ebay.it!

    I await a response, thank you and a hug.

    Attached Thumbnails Attached Thumbnails
    JtPQ1pU.png  


  2. #2
    Nexero's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    My VB Project
    Posts
    2,530
    Reputation
    90
    Thanks
    4,801
    My Mood
    Bored
    Do you mean
    Code:
    Process.Start("ebay.com")

  3. #3
    geovanne_junior's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ^_~DeM0N~_^ View Post
    Do you mean
    Code:
    Process.Start("ebay.com")
    But how do I edit, I do not have much knowledge in this area, is of a force?

  4. #4
    Nexero's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    My VB Project
    Posts
    2,530
    Reputation
    90
    Thanks
    4,801
    My Mood
    Bored
    Quote Originally Posted by geovanne_junior View Post
    But how do I edit, I do not have much knowledge in this area, is of a force?
    Do you want to edit the program or make your own ? I can't understand..

  5. #5
    geovanne_junior's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ^_~DeM0N~_^ View Post

    Do you want to edit the program or make your own ? I can't understand..
    I want to edit part of the program. I want instead to click on "Ebay" he go to ebay.com, I want to click on "Ebay" he go ebay.it.

    Get it? I want to modify this redirection url.

  6. #6
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by ^_~DeM0N~_^ View Post

    Do you want to edit the program or make your own ? I can't understand..
    It's not his program. You could try to HEX edit it, or ask the original creator to make a link for it.

  7. #7
    Nexero's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    My VB Project
    Posts
    2,530
    Reputation
    90
    Thanks
    4,801
    My Mood
    Bored
    Quote Originally Posted by geovanne_junior View Post
    I want to edit part of the program. I want instead to click on "Ebay" he go to ebay.com, I want to click on "Ebay" he go ebay.it.

    Get it? I want to modify this redirection url.
    You can't edit any thing in the program you must have the full project in Visual Basic for edit it.

  8. #8
    geovanne_junior's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ^_~DeM0N~_^ View Post

    You can't edit any thing in the program you must have the full project in Visual Basic for edit it.

    There's no way I can do this? Already tried to contact the original creator but he just vanished, does not respond or anything.

    ---------- Post added at 10:07 PM ---------- Previous post was at 10:06 PM ----------

    Quote Originally Posted by Cryptonic View Post


    It's not his program. You could try to HEX edit it, or ask the original creator to make a link for it.
    And as you would edit it with the HEX? I would succeed in what I am wanting? Already tried to contact the original creator but I can not.

  9. #9
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by geovanne_junior View Post
    There's no way I can do this? Already tried to contact the original creator but he just vanished, does not respond or anything.

    ---------- Post added at 10:07 PM ---------- Previous post was at 10:06 PM ----------



    And as you would edit it with the HEX? I would succeed in what I am wanting? Already tried to contact the original creator but I can not.
    Well it depends, if he encrypted it, then it would be hard to edit, but if not, then it shouldn't be too hard. But then again, I'm not very experienced in Hex, the only thing I've done in it is edit the title name of a program. You'll have to look up tutorials and get Hex Editor.

  10. #10
    Nexero's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    My VB Project
    Posts
    2,530
    Reputation
    90
    Thanks
    4,801
    My Mood
    Bored
    Quote Originally Posted by geovanne_junior View Post
    There's no way I can do this? Already tried to contact the original creator but he just vanished, does not respond or anything.

    ---------- Post added at 10:07 PM ---------- Previous post was at 10:06 PM ----------



    And as you would edit it with the HEX? I would succeed in what I am wanting? Already tried to contact the original creator but I can not.
    I can make one for you if you need just tell me what features you need.

  11. #11
    geovanne_junior's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ^_~DeM0N~_^ View Post

    I can make one for you if you need just tell me what features you need.
    Friend as well? What can you do for me?

    I opened the executable program in HEX editor, managed to find the part of the url to change, changed and saved, only when I try to open the program after having modified this message appears: "Name program.exe is not a valid win32 application .

    ---------- Post added at 11:29 PM ---------- Previous post was at 11:29 PM ----------

    Quote Originally Posted by Cryptonic View Post


    Well it depends, if he encrypted it, then it would be hard to edit, but if not, then it shouldn't be too hard. But then again, I'm not very experienced in Hex, the only thing I've done in it is edit the title name of a program. You'll have to look up tutorials and get Hex Editor.
    I opened the executable program in HEX editor, managed to find the part of the url to change, changed and saved, only when I try to open the program after having modified this message appears: "Name program.exe is not a valid win32 application .

  12. #12
    Nexero's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    My VB Project
    Posts
    2,530
    Reputation
    90
    Thanks
    4,801
    My Mood
    Bored
    Quote Originally Posted by geovanne_junior View Post
    Friend as well? What can you do for me?

    I opened the executable program in HEX editor, managed to find the part of the url to change, changed and saved, only when I try to open the program after having modified this message appears: "Name program.exe is not a valid win32 application .

    ---------- Post added at 11:29 PM ---------- Previous post was at 11:29 PM ----------



    I opened the executable program in HEX editor, managed to find the part of the url to change, changed and saved, only when I try to open the program after having modified this message appears: "Name program.exe is not a valid win32 application .
    Let me do it for you and i will give you the full project too.
    Tell me what features or links you want.

  13. #13
    geovanne_junior's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ^_~DeM0N~_^ View Post

    Let me do it for you and i will give you the full project too.
    Tell me what features or links you want.
    I need one that redirects to ebay it. This link. I can not send the link. I want one that redirects to the page.

  14. #14
    atom0s's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    403
    Reputation
    139
    Thanks
    104
    Quote Originally Posted by ^_~DeM0N~_^ View Post

    You can't edit any thing in the program you must have the full project in Visual Basic for edit it.
    Don't listen to ^_~DeM0N~_^ he has no idea what hes talking about.

    You can edit the string using a hex editor, an IL editor, and so on. You do not need the source of a project to alter what it does.
    - Gone; this is another shit forum with children as administrators. Not worth contributing to.

  15. #15
    geovanne_junior's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by atom0s View Post
    Don't listen to ^_~DeM0N~_^ he has no idea what hes talking about.

    You can edit the string using a hex editor, an IL editor, and so on. You do not need the source of a project to alter what it does.
    I opened the program executable with the HEX editor, went to the place where it should change the url's, changed, saved, and when I click on the performer again reads. "Executável.exe name is not a valid win32 file."

Page 1 of 3 123 LastLast

Similar Threads

  1. [Solved] i really need help... i think many people got this too
    By kik999 in forum CrossFire Help
    Replies: 2
    Last Post: 07-05-2012, 05:49 PM
  2. Need help with starting a HUGE project (this goes for AZUMKILL, CrazyApple, IZ3RO etc
    By lior19940 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 20
    Last Post: 09-13-2010, 05:20 AM
  3. [SOLVED]I need help, colour changing!!
    By leeyoungwae in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 08-07-2010, 09:29 PM
  4. NEED HELP FOR CHANGING HOTKEYS
    By imsonoob08 in forum Combat Arms Help
    Replies: 4
    Last Post: 01-01-2010, 11:56 PM
  5. Need Help On Changing The License of a vip hack/Machine id
    By cl1nt411 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 04-17-2009, 11:42 PM

Tags for this Thread