Thread: 3 questions

Results 1 to 8 of 8
  1. #1
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265

    4 questions

    ok, first question, are the stamina value still the same ?? (1120403456) ?
    2: anybody know`s, how to make a button, that goes into the internet with vb6 ?? also if you push a button, than a internet site open? anybody knows code?
    3: how to find pointer for item shop hack??

    ok, and maby the 4^^ i get x,y,z adresses (not found by my own) but how to do this adresses into vb6 ?? can someone help me?
    hope you can help me^^
    Last edited by ZeaS; 07-25-2007 at 10:04 PM.

  2. #2
    akilli's Avatar
    Join Date
    May 2007
    Posts
    26
    Reputation
    10
    Thanks
    0
    Stamina : 7EB66C - Freeze at 1120403456

  3. #3
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    Are you making it so that the browser is injected into project or that it opens browser and goes to your page?

  4. #4
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    i wan`t, that if you push the button, it open site like mpgh.net...

  5. #5
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    Code:
    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
    First, but this to general section (say if you don't know).

    And then to button (OR to label,pic and so on):

    Code:
    ShellExecute Me.hwnd, "open", "https://www.mpgh.net/", vbNullString, "", 0
    Correct me if im wrong. I didin't tested it.

  6. #6
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    i love you dude^^ it works fine, now i only wan`t to know, how to find the pointer for iteam shop hack, all other question i know now^^

  7. #7
    Elliwood's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    Netherlands
    Posts
    459
    Reputation
    16
    Thanks
    11
    There is no pointer for that hack.




    Give me rep i you like my hacks.

  8. #8
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    Quote Originally Posted by Elliwood View Post
    There is no pointer for that hack.
    i use pointer for it?? i dont just know is it working anymore

Similar Threads

  1. WPE Pro Question...
    By OutZida in forum General Game Hacking
    Replies: 4
    Last Post: 08-08-2011, 01:02 AM
  2. Hacking world of warcraft? & a noob question
    By arsholio in forum General Game Hacking
    Replies: 9
    Last Post: 04-08-2006, 01:55 PM
  3. Photoshop Question
    By arunforce in forum Art & Graphic Design
    Replies: 6
    Last Post: 01-15-2006, 11:38 AM
  4. Quick Question..Please Answer
    By ypg_gamer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-04-2006, 10:32 AM
  5. question
    By wardo1926 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 12-30-2005, 07:36 PM