Results 1 to 7 of 7
  1. #1
    stelioss's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    nicosia
    Posts
    131
    Reputation
    10
    Thanks
    453
    My Mood
    Aggressive

    Exclamation Please i want help i get 1 error

    Hey i just start to make a injector but i get 1 error i dont know why

    @[MPGH]Philong If you know please help me

    Code:
    Private Sub Inject()
            On Error GoTo 1 ' If error occurs, app will close without any error messages
            Timer1.Stop()
            Dim TargetProcess As Process() = Process.GetProcessesByName(TextBox1.Text)
            TargetProcessHandle = OpenProcess(PROCESS_CREATE_THREAD Or PROCESS_VM_OPERATION Or PROCESS_VM_WRITE, False, TargetProcess(0).Id)
            pszLibFileRemote = OpenFileDialog1.FileName
            pfnStartAddr = GetProcAddress(GetModuleHandle("Kernel32"), "LoadLibraryA")
            TargetBufferSize = 1 + Len(pszLibFileRemote)
            Dim Rtn As Integer
            Dim LoadLibParamAdr As Integer
            LoadLibParamAdr = VirtualAllocEx(TargetProcessHandle, 0, TargetBufferSize, MEM_COMMIT, PAGE_READWRITE)
            Rtn = WriteProcessMemory(TargetProcessHandle, LoadLibParamAdr, pszLibFileRemote, TargetBufferSize, 0)
            CreateRemoteThread(TargetProcessHandle, 0, 0, pfnStartAddr, LoadLibParamAdr, 0, 0)
            CloseHandle(TargetProcessHandle)
    1:      Me.Show()
    End Sub
    Last edited by stelioss; 12-18-2011 at 04:24 AM.

  2. #2
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused
    haha i know that code.
    from googletube ;d

  3. #3
    stelioss's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    nicosia
    Posts
    131
    Reputation
    10
    Thanks
    453
    My Mood
    Aggressive
    Quote Originally Posted by michielr View Post
    haha i know that code.
    from googletube ;d
    :P
    can you help for that please?

  4. #4
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused
    Quote Originally Posted by stelioss View Post
    :P
    can you help for that please?
    PM @berryh,
    maybe he can help you!

  5. The Following User Says Thank You to Swag For This Useful Post:

    stelioss (12-18-2011)

  6. #5
    stelioss's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    nicosia
    Posts
    131
    Reputation
    10
    Thanks
    453
    My Mood
    Aggressive
    Quote Originally Posted by michielr View Post
    PM @berryh,
    maybe he can help you!
    please add me
    skype:treliaris971
    facebook:Stelios Nungovitch
    oovoo:stelios1997003

  7. #6
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    that code is detected

  8. The Following User Says Thank You to DaRk For This Useful Post:

    stelioss (12-18-2011)

  9. #7
    stelioss's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    nicosia
    Posts
    131
    Reputation
    10
    Thanks
    453
    My Mood
    Aggressive
    Quote Originally Posted by errol641 View Post
    that code is detected
    can you give me a undetected code please
    @errol641 you can or not???
    Last edited by stelioss; 12-18-2011 at 08:15 AM.

Similar Threads

  1. HELP i get error verfying ur account.
    By V_I_P in forum Combat Arms Discussions
    Replies: 16
    Last Post: 11-18-2010, 01:36 PM
  2. [Help]I get these SYNTAX errors.Please Help
    By phoenixraider in forum C++/C Programming
    Replies: 2
    Last Post: 10-18-2008, 07:57 PM
  3. [Help] I get this error
    By Djlittle in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 09-19-2008, 11:26 PM
  4. I NEED HELP I GET ERROR 0x30000030
    By myairdotcom in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 08-15-2008, 01:51 PM
  5. I get error key code already in use some one can help???
    By aprill27 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 6
    Last Post: 01-11-2008, 09:37 PM