Results 1 to 12 of 12
  1. #1
    akonsi's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0

    Unhappy HEllo to aLL GaMehack Master

    Im about to make a visual basic hack (VB 2010)...(Basic Menu Hack)
    and I got this code to attach in module (below)....

    the hack worked when i first run it, but in just 1 second the hack doesn't work anymore, I saw it because the warrock windows detected it(it doesn't show the "gamehack or gameguard hack detected") soh it means my hack bypass it...

    ... i think a few coding is missing to function it well... could someone helps me throughout this problem, plz!!....

    thanks in advance to those who help!!!

    /-----------------------------------------------------------------------------------/
    Module Module1
    Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Integer, ByVal bInheritHandle As Integer, ByVal dwProcessId As Integer) As Integer
    Private Declare Function WriteProcessMemory Lib "kernel32" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer
    Private Declare Function WriteFloatMemory Lib "kernel32" Alias "WriteProcessMemory" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Single, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer
    Private Declare Function ReadFloat Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As IntPtr, ByVal lpBaseAddress As IntPtr, ByRef buffer As Single, ByVal size As Int32, ByRef lpNumberOfBytesRead As Int32) As Boolean
    Private Declare Function ReadProcessMemory Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer
    Private Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Integer) As Integer
    Public Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    Public RBuff As Long
    Public RBuff2 As Single
    Public RBuff3 As Integer

    Public Function holdprocess(ByVal Address As Integer, ByVal Value As Long, ByVal Bytes As Integer)

    Dim sourceLookUp As Process() = Process.GetProcessesByName("WarRock")

    If sourceLookUp.Length = True Then

    End If

    Dim processHandle As IntPtr = OpenProcess(&H1F0FFF, 0, sourceLookUp(0).Id)

    WriteProcessMemory(processHandle, Address, Value, Bytes, Nothing)

    CloseHandle(processHandle)

    End Function

    End Module
    /-----------------------------------------------------------------------------------/

    holdprocess("address", Value, byte)

    /-----------------------------------------------------------------------------------/
    Last edited by akonsi; 09-08-2011 at 07:14 PM.

  2. #2
    barcoder's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Visual Studio C++
    Posts
    265
    Reputation
    14
    Thanks
    88
    My Mood
    Happy
    You should really use C++ to code. Thats all I have to say.

  3. #3
    _Apostolos_'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Athnes, Greece
    Posts
    129
    Reputation
    62
    Thanks
    70
    My Mood
    Amused
    you cannot make a hack for warrock with visual basic ...
    Try to learn c++ and am sure you will make very good hacks

  4. #4
    akonsi's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    I know how to make a hack in c++ (.dll file)...., the thing is i just want to make a MENU hack, not D3D, but window form(VB2010)... because D3D takes a lot of time to understand... soh i choose to make a hack in VB2010 for menu hack... they said it is very simple to make it in VB... but no one gave me a code to it.... maybe because they dont know how to make it in VB2010, soh they suggested to make a D3D or .DLL c++...

    hiazt!!!!

    is anyone there knows how to make it??




  5. #5
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by _Apostolos_ View Post
    you cannot make a hack for warrock with visual basic ...
    Try to learn c++ and am sure you will make very good hacks
    That's not true. You can make a hack in VB I've seen it happen.

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  6. #6
    Mike Shinoda's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,177
    Reputation
    67
    Thanks
    165
    My Mood
    Amazed
    Quote Originally Posted by Shunnai View Post
    That's not true. You can make a hack in VB I've seen it happen.
    but VB Hacks was patched for warrock since 2008-2009?(when i just start learn how they work )
    It always starts with one thing...

  7. #7
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by makis5 View Post
    but VB Hacks was patched for warrock since 2008-2009?(when i just start learn how they work )
    Sort of correct what you said. Not sure if it was 08-09 but making hacks d3d in vb isnt impossible its ridiculously hard although
    Last edited by Terell.; 09-09-2011 at 07:09 PM.

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  8. #8
    barcoder's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Visual Studio C++
    Posts
    265
    Reputation
    14
    Thanks
    88
    My Mood
    Happy
    vb is not patched, .exe are patched

  9. #9
    akonsi's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    it doesn't solve my problem... pls... post here the code.. window form hack (VB2010)

    thanks....

    or maybe its a right time for me to look on other hacking site that gives a code for that... maybe MPGH MASTERs cant.... bcause of stupid VIP HACK buying... thanks anyway....

  10. #10
    barcoder's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Visual Studio C++
    Posts
    265
    Reputation
    14
    Thanks
    88
    My Mood
    Happy
    nobody uses vb, learn directx

  11. #11
    roabx1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    USA
    Posts
    184
    Reputation
    10
    Thanks
    57
    @barcoder

    I've used VB once for making a hack, and they are still possible but need tons and tons of bypassing, and you really don't learn DirectX, you learn C++, DirectX is just an include with multiple function definitions.

    On Topic :

    I've never had to bypass WarRock's detection system while making my VB hack because that was back in the day, so honestly I cannot help you, your best bet would be the VB forum.
    "Time is the wisest counselor of all." - Pericles

  12. #12
    barcoder's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Visual Studio C++
    Posts
    265
    Reputation
    14
    Thanks
    88
    My Mood
    Happy
    @roabx1 finally, a good answer. roab has alot of experience with vb so listen to him. also, thx for telling me more on directx

Similar Threads

  1. hello too all!
    By Anubis4272 in forum Member Introduction & Return
    Replies: 17
    Last Post: 03-23-2011, 03:50 PM
  2. Hello to all
    By acdcpills2 in forum Member Introduction & Return
    Replies: 18
    Last Post: 12-03-2010, 09:06 PM
  3. hello at all
    By massidgh in forum Member Introduction & Return
    Replies: 14
    Last Post: 08-19-2010, 12:05 AM
  4. Hello to all.
    By runecapepk1 in forum General
    Replies: 2
    Last Post: 08-18-2008, 12:48 PM
  5. hello to all you can enter
    By EnteRCup in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 3
    Last Post: 07-30-2008, 01:15 AM