Results 1 to 5 of 5
  1. #1
    matthieu503's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    467
    My Mood
    Amused

    [vb.NET Tutorial] WolfTeam Hack Making

    Since I promised my hack to be released like a week ago, I've been sick, had to study for makeups, finals, and etc I haven't been able to actually finish making the hack.
    I posted this tutorial on another forum, so if you've seen this before you'll know why

    So this is for VB.NET

    Attaching the Menu:
    [PHP]
    Try
    Interaction.AppActivate("Wolfteam.bin")
    Me.TopMost = True
    Catch
    Me.TopMost = True
    End Try
    [/PHP]

    The Other thread..
    Here's a small tutorial that will give you the ability to make your own hacks in the Visual Basic .NET language.

    What you'll need:
    Visual Studio 2008/10/12 -> 2012 edition is recommended
    BRAIN.
    Patience
    Addresses
    Address Values

    First off...
    Before we begin, let's start off with a few definitions.
    An Address: Many people are confused with this and an address VALUE. Addresses are things in-game that give data to the game such as weapons/wolf slots.
    An Address Value: Again, people get confused with this and addresses. This is the value of an address. Hackers change the value of an address with another one to "Hack" the game.
    Vb.NET: A basic, yet awesome/powerful coding language, that can easily be reversed. --> Recommended to convert to other languages such as C -> C++

    Coding's Snippet Library:
    You should read through this, so when you read the tutorial, you'll be able to get the concept.

    [Spoiler]
    Dim - Define
    Private Declare Function - Declaration of a function that is private (Exists only in that one class).
    Public Declare Function - Declaration of a function that is Public (Can be called from another class).
    More to come..
    [/Spoiler]


    Double Click timer1
    This Defines The target process
    Dim target As Process() = Process.GetProcessesByName("Wolfteam.bin")

    Below that...
    Define Defintion of pointer
    Dim pointer As IntPtr = OpenProcess(&H1F0FFF, 0, Hedef(0).Id)

    Write in The memory - &H34500000 = Wolf Address -> find values.
    WriteProcessMemory(pointer, &H34500000, AddressValue, 4)
    CloseHandle(pointer)

    This is an incomplete tutorial -> will finish tmr.
    I will also be posting a few addresses/values later.
    For More information, since you're anxious to make a hack, you can visit https://www.mpgh.net/forum/242-crossf...uire-hook.html for a few tips.
    Night guys.
    Hey! , Yes you press the Thanks button if i helped in any way!

























  2. The Following 4 Users Say Thank You to matthieu503 For This Useful Post:

    jojo57550 (04-24-2013),kickume (07-18-2013),marmas1500 (02-10-2014),Togoxn (05-15-2020)

  3. #2
    Plutonsvea's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Australia
    Posts
    1,889
    Reputation
    303
    Thanks
    990
    My Mood
    Fine
    There are no spoilers on this forum, use [ CODE ] and [ / CODE]
    Code:
    See?


    ---------- Post added at 04:34 AM ---------- Previous post was at 04:19 AM ----------

    Haha... You should just edit this entire thing to three words.

    Things needed: Brain.
    Did I help you? You know what to do.

     





  4. The Following 2 Users Say Thank You to Plutonsvea For This Useful Post:

    jojo57550 (04-24-2013),marmas1500 (02-10-2014)

  5. #3
    ahmedmohmde's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    thanks with by hacker

  6. #4
    Mikkelc23233's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    11
    Daam i will offer you money if u just give me a source where i can put the adresses and values in. If u want that add my skype: dkmikkel1
    Else i just hope u finish this tutorial. :P

  7. #5
    jojo57550's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Hello !

    What software to use to find an adress ?

    Thank's men !

Similar Threads

  1. Can Som1 Give Me Full Tutorial For Hack Making
    By ♪ςander!♪ in forum Programming Tutorial Requests
    Replies: 3
    Last Post: 10-30-2010, 07:04 PM
  2. [Request]Tutorial how to make Hack On VB 2008
    By almog6666 in forum Programming Tutorial Requests
    Replies: 14
    Last Post: 08-28-2009, 03:57 AM
  3. [Request]Tutorial how to make Hack On VB 2008
    By almog6666 in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 07-13-2009, 12:42 PM
  4. [Tutorial] How to make you'r first hack in CE!!!
    By Darky in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-29-2007, 11:02 AM
  5. {Tutorial} How to make a hack with VB
    By ltkort213 in forum WarRock - International Hacks
    Replies: 31
    Last Post: 06-10-2007, 03:15 PM