Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    what's wrong with my vb08 module?


    jettz
     Share

    Recommended Posts

    please help

     

    Module Module1
    Public vBuffer As Long
    Public vBufferS As Single
    Public Declare Function gtwndwthrdprcsssID Lib "user32" Alias "getwindowthreadprocessID" (ByVal hWnd As Long, ByVal lpdwProcessId As Long) As Long
    Private Declare Function openprocess Lib "kernel32" Alias "openprocess" (ByVal dwDesiredAccess As Integer, ByVal bInheritHandle As Integer, ByVal dwProcessId As Integer) As Integer
    Private Declare Function wrprcsssmem 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 wrfltmem Lib "kernel32" Alias "wrprcsssmem" (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 rdflt Lib "kernel32" Alias "rdprcsssmem" (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 rdprcsssmem Lib "kernel32" Alias "rdprcsssmem" (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 clsshandlee Lib "kernel32" Alias "closehandle" (ByVal hObject As Integer) As Integer
    Public Declare Function hotkeyisthis Lib "user32" Alias "getasynckey" (ByVal vKey As Long) As Integer
    Public RBuff As Long
    Public RBuff2 As Single
    Public RBuff3 As Integer
    
    Public Function wrmemr(ByVal Address As Integer, ByVal Value As Long, ByVal Bytes As Integer)
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	wrprcsssmem(processHandle, Address, Value, Bytes, Nothing)
    
    	clsshandlee(processHandle)
    
    End Function
    
    Public Function rdflt(ByVal Address As Single)
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	rdprcsssmem(processHandle, Address, RBuff, 4, Nothing)
    
    	clsshandlee(processHandle)
    
    	Return RBuff
    
    End Function
    
    Public Function wrflt(ByVal Address As Integer, ByVal Value As Single)
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	wrfltmem(processHandle, Address, Value, 4, Nothing)
    
    	clsshandlee(processHandle)
    
    End Function
    
    Public Function rdlngg(ByVal Address As Integer)
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	rdprcsssmem(processHandle, Address, RBuff, 4, Nothing)
    
    	clsshandlee(processHandle)
    
    	Return RBuff
    
    End Function
    
    Public Function rdfltPointer(ByVal Base As Integer, ByVal Offset As Short)
    
    	Dim fullAddress As Long
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	rdprcsssmem(processHandle, Base, RBuff, 4, Nothing)
    
    	fullAddress = RBuff + Offset
    
    	rdflt(processHandle, fullAddress, RBuff2, 4, Nothing)
    
    	Return RBuff2
    
    	clsshandlee(processHandle)
    
    End Function
    
    Public Function rdlnggPointer(ByVal Base As Integer, ByVal Offset As Short, ByVal Bytes As Integer)
    
    	Dim fullAddress As Long
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	rdprcsssmem(processHandle, Base, RBuff, 4, Nothing)
    
    	fullAddress = RBuff + Offset
    
    	rdprcsssmem(processHandle, fullAddress, RBuff3, Bytes, Nothing)
    
    	Return RBuff3
    
    	clsshandlee(processHandle)
    
    End Function
    
    Public Function wrfltptrr(ByVal Base As Integer, ByVal Offset As Short, ByVal Value As Single)
    
    	Dim fullAddress As Long
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	rdprcsssmem(processHandle, Base, RBuff, 4, Nothing)
    
    	fullAddress = RBuff + Offset
    
    	wrfltmem(processHandle, fullAddress, Value, 4, Nothing)
    
    	clsshandlee(processHandle)
    
    End Function
    
    Public Function wrlnggpntrr(ByVal Base As Integer, ByVal Offset As Short, ByVal Value As Long, ByVal Bytes As Integer)
    
    	Dim fullAddress As Long
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	rdprcsssmem(processHandle, Base, RBuff, 4, Nothing)
    
    	fullAddress = RBuff + Offset
    
    	wrprcsssmem(processHandle, fullAddress, Value, Bytes, Nothing)
    
    	clsshandlee(processHandle)
    
    End Function
    
    Public Function NOway(ByVal Address As Integer)
    
    	Dim warrockLookUp As Process() = Process.GetProcessesByName("WarRock")
    
    	If warrockLookUp.Length = 0 Then
    
    		End
    
    	End If
    
    	Dim processHandle As IntPtr = openprocess(&H1F0FFF, 0, warrockLookUp(0).Id)
    
    	wrprcsssmem(processHandle, Address, &H90, 1, Nothing)
    
    	clsshandlee(processHandle)
    
    End Function
    
    End Module

    Link to comment
    Share on other sites

    You must make your Modul Ud xD

     

    this isn't working at all. idk if it's undetected or not but it's not doing anything in the first place when i try. i tried stamina hack

    stamina addy that i have is 13941F0 + 28C. is that wrong? do i have to set it to a certain value?

    Link to comment
    Share on other sites

    • 3 weeks later...

    It's nothing wrong if you have warnings there are because the public modul is f*cking shit.

     

     

     

    -!HaVe-FuN!-

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...