Results 1 to 15 of 15
  1. #1
    SoGawd.?'s Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1

    VB.Net CROSSFIRE Hack!

    Well, i've been trying to make a vb.net crossfire hack for a while, and i'm wondering if there is any more experienced coders.
    winapi apparently isn't available for the uses i want so i have to work around that (i don't know how, help?)

    ok, heres my code:
    Code:
        Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
      Private As ode :
        Private Function runner(ByVal UnnamedParameter1 As System.IntPtr) As Integer
            Sleep(9800)
            Try
                Dim dllfile As UInteger = CUInt(GetModuleHandleA("Cshell.dll"))
                If dllfile = False Then
                    Throw 1
                End If
            Catch [error] As Integer
                Select Case [error]
                    Case 1
                        CreateThread(Nothing, Nothing, CType(runner, LPTHREAD_START_ROUTINE), Nothing, Nothing, Nothing)
                        Return False
                    Case Else
                        'Unkown error!
                        Return False
                End Select
            End Try
            My.Computer.Audio.PlaySystemSound(Media.SystemSounds.Beep)
            CreateThread(Nothing, Nothing, CType(something'what do i do here?', LPTHREAD_START_ROUTINE), Nothing, Nothing, Nothing)
            Return True
        End Function
    thats my dll main, i haven't really done any more as it's practically pointless to try everything else without a main.
    and yes, this is brimirs base.
    Last edited by SoGawd.?; 05-27-2012 at 08:09 AM.

  2. #2
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    The only available type of dlls in VB is Class Library and there is nothing similar to a DllMain

  3. #3
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    dreaming...


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  4. #4
    Raow's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    47°37′39″N 122°14′32″W
    Posts
    2,720
    Reputation
    140
    Thanks
    594
    Hahaha i tried to make one a while back, thats my source but i think it's a bit more tidier.

  5. #5
    Code[VB]'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    CODER
    Posts
    608
    Reputation
    11
    Thanks
    702
    My Mood
    Bitchy
    Quote Originally Posted by giniyat101 View Post
    dreaming...
    its possible :P (but not with dllmain)




    edit: // i coded something.. some weeks ago, its not finished but here, maybe you get an inspiration^^
    Code:
    Private Function iWriteFloat(ByVal address As Integer, ByVal value As Single)
    Dim CFClient As Process() = Process.GetProcessesByName("crossfire")
    Dim p As Process() = Process.GetProcessesByName("crossfire")
    
    If CFClient.Length = 0 Then
        End
    End If
        Dim CFHandle As IntPtr = p(0).Handle
    
        WriteFloatMemory(CFHandle, address, value, 4, Nothing)
        CloseHandle(CFHandle)
        Return Nothing
    End Function
    
    Private DllString As Long
    Private fPointer As Integer
    
    Public Function edFloat(ByVal address As String, ByVal value As Long)
        If IsProcessOpen("crossfire") Then
            DllString = readdll("CShell.dll")
            fPointer = "&H" & Hex(DllString + address)
            iWriteFloat(fPointer, value)
        End If
    Return Nothing
    End Function
    Last edited by Code[VB]; 05-28-2012 at 08:24 AM.

  6. #6
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by Code[VB] View Post
    its possible :P (but not with dllmain)




    edit: // i coded something.. some weeks ago, its not finished but here, maybe you get an inspiration^^
    Code:
    Private Function iWriteFloat(ByVal address As Integer, ByVal value As Single)
    Dim CFClient As Process() = Process.GetProcessesByName("crossfire")
    Dim p As Process() = Process.GetProcessesByName("crossfire")
    
    If CFClient.Length = 0 Then
        End
    End If
        Dim CFHandle As IntPtr = p(0).Handle
    
        WriteFloatMemory(CFHandle, address, value, 4, Nothing)
        CloseHandle(CFHandle)
        Return Nothing
    End Function
    
    Private DllString As Long
    Private fPointer As Integer
    
    Public Function edFloat(ByVal address As String, ByVal value As Long)
        If IsProcessOpen("crossfire") Then
            DllString = readdll("CShell.dll")
            fPointer = "&H" & Hex(DllString + address)
            iWriteFloat(fPointer, value)
        End If
    Return Nothing
    End Function
    no, xtrap will probably detect using of writeprocessmemory


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  7. #7
    Code[VB]'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    CODER
    Posts
    608
    Reputation
    11
    Thanks
    702
    My Mood
    Bitchy
    no, if you just nop the part of xtrap that detectes the writeprocessmemory or use xtrap bypass :P

  8. #8
    Raow's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    47°37′39″N 122°14′32″W
    Posts
    2,720
    Reputation
    140
    Thanks
    594
    Quote Originally Posted by Code[VB] View Post
    no, if you just nop the part of xtrap that detectes the writeprocessmemory or use xtrap bypass :P
    xtrap bypass = non existsent atm. there might be one for eu or ph but not yet for na.
    and xtrap has detected writeprocessmemory since beta.

  9. #9
    Code[VB]'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    CODER
    Posts
    608
    Reputation
    11
    Thanks
    702
    My Mood
    Bitchy
    Quote Originally Posted by raow25 View Post
    xtrap bypass = non existsent atm. there might be one for eu or ph but not yet for na.
    and xtrap has detected writeprocessmemory since beta.
    who said that xtrap bypass don´t exist atm ?? :P ( @derh.acker was sagst du dazu^^ xD)

  10. #10
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Bypassing XTrap without Hack tool has been detected is much easier than I thought it was.
    I'll upload a screenshot

  11. #11
    Raow's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    47°37′39″N 122°14′32″W
    Posts
    2,720
    Reputation
    140
    Thanks
    594
    Wait, you guys got an X-trap bypass?

  12. #12
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    Quote Originally Posted by raow25 View Post
    Wait, you guys got an X-trap bypass?
    yes they have but they won't give it to you or make it public bk all stuff's they make is "top secret" they only like to make another usser's feel like "idiots" bk they have and another usser's not ... so give up beging them
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  13. #13
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by bandi12 View Post
    yes they have but they won't give it to you or make it public bk all stuff's they make is "top secret" they only like to make another usser's feel like "idiots" bk they have and another usser's not ... so give up beging them
    Correct

  14. #14
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    Quote Originally Posted by derh.acker View Post
    Correct
    sadly but i know and i dummo what is funny in this .... that everybody is trying to be Batman/SuperMan ?
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  15. #15
    Raow's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    47°37′39″N 122°14′32″W
    Posts
    2,720
    Reputation
    140
    Thanks
    594
    Lol. i never begged. i made an xtrap bypass. my mistake was making it public.

Similar Threads

  1. [Patched] MPGH.NET Crossfire Professional Hack Ver.7
    By Ryuesi in forum CrossFire Hacks & Cheats
    Replies: 107
    Last Post: 12-02-2011, 06:23 PM
  2. Replies: 219
    Last Post: 11-25-2011, 09:41 PM
  3. [Patched] MPGH.NET Crossfire Professional Hack Ver.5 ( Defuse Distance , STW , etc.. )
    By Ryuesi in forum CrossFire Hacks & Cheats
    Replies: 103
    Last Post: 11-16-2011, 03:57 AM
  4. [Patched] MPGH.NET Crossfire Professional Hack Ver.4
    By Ryuesi in forum CrossFire Hacks & Cheats
    Replies: 240
    Last Post: 11-13-2011, 05:04 AM
  5. MPGH.NET Crossfire Professional Hack Ver.4 PATCHED
    By mylord12 in forum CrossFire Discussions
    Replies: 1
    Last Post: 11-10-2011, 07:50 PM