Results 1 to 5 of 5
  1. #1
    cheech123's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0

    [HELP]trying to do simple trainer for counter-strikesource

    Followed zillions of tuts...heres what i got working :

    Code:
    Module Module1
        Private Declare Function UVYKKHZISB Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Integer, ByVal bInheritHandle As Integer, ByVal dwProcessId As Integer) As Integer
        Private Declare Function KHICHRIYPK Lib "kernel32" Alias "WriteProcessMemory" (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 XMMUNESBWU 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 EZQKZXWUYC 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 IFOAUTBZKM 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 ZJHGGCOBCW Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Integer) As Integer
        Public Declare Function UQZTQHPJUG Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Long) As Integer
    
        Public CVNXRZXNQQ As Long
        Public PEZIQNSYNZ As Single
        Public OKGKFNVEPJ As Integer
    
        'WriteMemory
        Public Function FSIJKXTNWT(ByVal KKIKERAYCU As Integer, ByVal BSKKIBYHJD As Long, ByVal VDJQLGJWQM As Integer)
            Dim GYLEPVKTQP As Process() = Process.GetProcessesByName("Counter-Strike Source")
            If GYLEPVKTQP.Length = 0 Then
                End
            End If
            Dim CCUYGZAUSA As IntPtr = UVYKKHZISB(&H2051F774, 1, GYLEPVKTQP(0).Id)
            KHICHRIYPK(CCUYGZAUSA, KKIKERAYCU, BSKKIBYHJD, VDJQLGJWQM, Nothing)
            ZJHGGCOBCW(CCUYGZAUSA)
            Return Nothing
    
        End Function
    End Module
    Although, the problem is that when i run the timer :

    FSIJKXTNWT(&H243AEC3C, 2, 4)

    the app shuts down !!!!! what the heck ! and it wont seem to work..but the address is correct !
    Last edited by cheech123; 02-17-2010 at 08:18 PM.

  2. #2
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    are you sure the address is not protected?

  3. #3
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic
    seems that you are editing a process

    Press Thank You[IMG]https://i45.tinypic.com/2hg8w0n.jpghttps://img1.UploadScreensho*****m/images/main/2/3203234450.jpg[/IMG]










    My Releases
    Injector 3G
    Injector 2G
    Injector 1G
    Super Spammer
    CA Cleaner
    My Tutorials
    How to Make a real Injector(PerX)
    How to Make a Calculator(leeched)

  4. #4
    cheech123's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    Any ideas ?

    With cheat engine i can change address and its green so its fixed..

    Whay you mean by editing a process ?

  5. #5
    cheech123's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    I had another look in other tutorials and there seems to be no why this is happening..any help ? Plz ?

Similar Threads

  1. [Help Request] HELP TRY to do a beta server
    By rspk98 in forum Minecraft Help
    Replies: 7
    Last Post: 05-04-2011, 12:29 AM
  2. [Help]Simple trainer...[COR]
    By CptnDutch in forum Visual Basic Programming
    Replies: 30
    Last Post: 01-08-2011, 04:00 PM
  3. N[Help]simple project for average/expert coders
    By Orteez in forum C++/C Programming
    Replies: 20
    Last Post: 09-25-2010, 12:15 PM
  4. [Help] i am trying to make an account for japanese crossfire help
    By apostolakis in forum CrossFire Hacks & Cheats
    Replies: 0
    Last Post: 02-24-2010, 06:17 AM
  5. Simple Wallhack for Counter Strike 1.6
    By ClapBangKiss in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 4
    Last Post: 03-29-2009, 08:54 AM