Results 1 to 4 of 4
  1. #1
    ♪ςander!♪'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    c++/Games
    Posts
    1,304
    Reputation
    -13
    Thanks
    237
    My Mood
    Amazed

    Can Som1 Give Me Full Tutorial For Hack Making

    im new about Coding Hacks.
    But Other Things Like : Injector + KeyGen + Spammer
    Making Is Easy Now For Me.
    I Need Little Help With Hacks

    Give Me Codes Not Like This : Soruce Code
    But Like This :
    Code:
    Public Class Form1
        Private Declare Function GetAsyncKeyState Lib "user32" (ByVal Vkey As Long) As Integer
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Spammer.Enabled = True
    
        End Sub
    
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Spammer.Enabled = False
    
        End Sub
    
        Private Sub Spammer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Spammer.Tick
            SendKeys.Send(TextBox1.Text)
            SendKeys.Send("{ENTER}")
    
        End Sub
    
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Hotkeys.Tick
            If GetAsyncKeyState(Keys.F1) Then
                Spammer.Start()
    
            End If
    
            If GetAsyncKeyState(Keys.F2) Then
                Spammer.Stop()
                MsgBox("Cred gamernuub")
            End If
    
        End Sub '
    End Class
    if You Can Help Me then im press thanks for you!

  2. #2
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Process32First/Process32Next
    OpenProcess
    WriteProcessMemory
    VirtualProtect


    This should be in tutorial request.

  3. #3
    ♪ςander!♪'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    c++/Games
    Posts
    1,304
    Reputation
    -13
    Thanks
    237
    My Mood
    Amazed
    Quote Originally Posted by Void View Post
    Process32First/Process32Next
    OpenProcess
    WriteProcessMemory
    VirtualProtect


    This should be in tutorial request.
    oh yeah . thats why im in here.
    i want make hacks for every fps games
    named by: warrock, combat arms (original And EU), Crossfire, sf(soldierfront)
    sudden attack, operation 7, a.v.a, battlefield, call of duty, medal of honor, maplestore .
    all of them/

  4. #4
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by [Cold]Taker View Post
    oh yeah . thats why im in here.
    i want make hacks for every fps games
    named by: warrock, combat arms (original And EU), Crossfire, sf(soldierfront)
    sudden attack, operation 7, a.v.a, battlefield, call of duty, medal of honor, maplestore .
    all of them/
    and like Void said, search about those functions at MSDN (microsoft library) and see what they do.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Similar Threads

  1. can you give me a tutorial of new injector and links for Dll.
    By maxcoldfire in forum Vindictus Discussions
    Replies: 1
    Last Post: 07-14-2011, 12:39 AM
  2. Request: Can someone send me a tutorial for hacking Warrock
    By sniperpwnage in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 11-01-2010, 08:23 AM
  3. Can i have a noob tutorial for making hacks please?
    By wakaraka in forum WarRock - International Hacks
    Replies: 11
    Last Post: 10-13-2007, 09:52 AM
  4. can anyone give me a acc for free
    By Warrockfreak in forum Trade Accounts/Keys/Items
    Replies: 3
    Last Post: 07-26-2007, 12:44 AM
  5. Can som1 give me an undetected OPK
    By ethan2007 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 07-22-2007, 04:53 PM