Results 1 to 2 of 2
  1. #1
    iLove2Hack4U_YT's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Munich
    Posts
    106
    Reputation
    17
    Thanks
    592
    My Mood
    Amazed

    .vb Trainer Template for Beginners [Easy to Learn] v1.2



    Trainer Template for Beginners
    Written in Visual Basic




    by @iLove2Hack4U_YT
    MemoryClass by @Jorndel
    Help with some Stuff by @KillerKidV2

    Jotti's| |VirusTotal

     
    Public Class Trainer
    Dim Mem As ProcMem = New ProcMem
    Dim GameExe As Process() = Process.GetProcessesByName("GameExe") 'Game.exe without .exe

    #Region "GameOffsets"

    Dim ByteEffect As String = "&H0000000" 'Adresse Here, without First 0 + &H // 01234567 -> &H1234567
    Dim StringEffect As String = "&H0000000" 'Adresse Here, without First 0 + &H // 01234567 -> &H1234567

    #End Region


    #Region "Load"
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    MsgBox("Made by iLove2Hack4U MemoryClass by Jorndel Help with some Stuff KillerKid", , "Credits")
    GameRun.Start()
    Hold.Start()
    End Sub
    #End Region

    #Region "GameStatus Tick"
    Private Sub GameRun_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GameRun.Tick
    If GetProcessId("GameExe") = False Then 'Game.exe without .exe
    Label2.Text = "Game is NOT Running"
    Label2.ForeColor = Color.Red
    Else
    Label2.ForeColor = Color.LimeGreen
    Label2.Text = "Game is Running"
    End If
    End Sub
    #End Region

    #Region "Hold Bytes/String (CheckBox)"

    Private Sub Hold_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Hold.Tick
    If CheckBox1.Checked And GetProcessId("GameExe") = True Then 'Game.exe without .exe
    Memory2.Writememory(GameExe(0), ByteEffect, TextBox1.Text, "4") 'Effect/Adress from Offsets / TextBox/Value Source
    Else
    End If
    If CheckBox2.Checked And GetProcessId("GameExe") = True Then 'Game.exe without .exe
    Mem.WriteString(StringEffect, TextBox2.Text) 'Effect/Adress from Offsets / TextBox/Value Source
    Else
    End If
    If GetProcessId("GameExe") = False Then 'Game.exe without .exe
    CheckBox1.Checked = False
    CheckBox2.Checked = False
    End If

    End Sub
    #End Region

    #Region "Set Bytes"
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    If GetProcessId("GameExe") = True Then 'Game.exe without .exe
    Memory2.Writememory(GameExe(0), ByteEffect, TextBox1.Text, "4") 'Effect/Adress from Offsets / TextBox/Value Source
    Else
    MsgBox("Game is not running!", , "Warning!")
    End If
    End Sub
    #End Region

    #Region "Set String"
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
    If GetProcessId("GameExe") = True Then 'Game.exe without .exe
    Mem.GetProcess("GameExe") 'Game.exe without .exe
    Mem.WriteString(StringEffect, TextBox2.Text) 'Effect/Adress from Offsets / TextBox/Value Source
    Else
    MsgBox("Game is not running!", , "Warning!")
    End If
    End Sub
    #End Region

    End Class


    Don't forget to Thanx's

    <b>Downloadable Files</b> Downloadable Files


     
    pLeAsE viSIt mE On


     
    Is There A Spoiler in a Spoiler?
     
    How is this Possible?
     
    Sure?
     
    Is There A Spoiler in a Spoiler?
     
    How is this Possible?
     
    Sure?
     
    LOL

     
    LOL


  2. The Following 10 Users Say Thank You to iLove2Hack4U_YT For This Useful Post:

    bagboy (04-11-2013),butgar (10-31-2017),dharhiz (04-09-2018),DIGO0211 (07-30-2013),Herpmcderp (01-16-2016),kagee (08-05-2013),LarryModz (04-15-2013),MrMIkey2502 (05-02-2013),tianz (06-25-2013),zdadzadzadzadza (07-16-2017)

  3. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    /Approved

    Report any Problems

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Similar Threads

  1. WPE for Beginners (Flash Games)
    By Zededarian in forum Game Hacking Tutorials
    Replies: 9
    Last Post: 03-19-2016, 11:59 AM
  2. [Source Code] Trainer Template for Beginners
    By iLove2Hack4U_YT in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 3
    Last Post: 04-10-2013, 08:33 AM
  3. best c++ tutorial for beginners!
    By WacKer in forum C++/C Programming
    Replies: 31
    Last Post: 12-05-2009, 06:30 AM
  4. Need a trainer maker for XP
    By scooby107 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-29-2007, 12:28 PM
  5. Problem with trainers mades for CE, help me pls
    By juanitobalde in forum General Game Hacking
    Replies: 0
    Last Post: 04-24-2007, 04:31 AM