Thread: DOH Injctor

Results 1 to 8 of 8
  1. #1
    ySoNoob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    United States
    Posts
    622
    Reputation
    31
    Thanks
    2,250
    My Mood
    Fine

    DOH Injctor

    This is my injector ive been working on but i need a little bit of help to get the injection to work properly i would be happy to send it to someone for them to work on it to c if they can fix it then send it back!




    @AeriaAVA
    @AVA PlaYe
    @yousefaliq
    @hunted man56

    I mentions some people because ik you have experience with injectors! and Codding!
    Please Help!
    Last edited by ySoNoob; 03-10-2013 at 08:25 AM.



  2. #2
    yousefaliq's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    iraq
    Posts
    243
    Reputation
    10
    Thanks
    2,696
    My Mood
    Busy
    its look good no erorrs re cheek the inject code

    or use this

    [INJECT CODE]

    Private Sub Inject()
    On Error GoTo 1 ' If error occurs, app will close without any error messages
    InjectTimer.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 = browsedll.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: MsgBox("Error. your dll was not injected into" & " " & TextBox1.Text & " " & "yousef's Injector will restart.", MsgBoxStyle.OkOnly, "Error")
    Application.Restart()
    End Sub

    ---------- Post added at 09:43 AM ---------- Previous post was at 09:39 AM ----------

    if you use the code change this in red

    Quote Originally Posted by yousefaliq View Post
    TextBox1.Text & " " & "yousef's Injector will restart.", MsgBoxStyle.OkOnly,

  3. The Following User Says Thank You to yousefaliq For This Useful Post:

    ySoNoob (03-10-2013)

  4. #3
    ySoNoob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    United States
    Posts
    622
    Reputation
    31
    Thanks
    2,250
    My Mood
    Fine
    didnt work error @yousefaliq


    ---------- Post added at 10:50 AM ---------- Previous post was at 10:49 AM ----------

    want meh to send u the VB folder?
    Last edited by ySoNoob; 03-10-2013 at 08:51 AM.



  5. #4
    yousefaliq's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    iraq
    Posts
    243
    Reputation
    10
    Thanks
    2,696
    My Mood
    Busy
    omve the mouse on the red line under the word that have erorr dialog will appear hit the first line to fix it

    ---------- Post added at 09:54 AM ---------- Previous post was at 09:53 AM ----------

    Quote Originally Posted by yousefaliq View Post
    omve the mouse on the red line under the word that have erorr dialog will appear hit the first line to fix it
    send it if that didnt work

  6. #5
    ySoNoob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    United States
    Posts
    622
    Reputation
    31
    Thanks
    2,250
    My Mood
    Fine
    i changed the first 1 idk if its ight tho
    BEFORE



    AFTER




  7. #6
    yousefaliq's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    iraq
    Posts
    243
    Reputation
    10
    Thanks
    2,696
    My Mood
    Busy
    its right do the other one

  8. #7
    ySoNoob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    United States
    Posts
    622
    Reputation
    31
    Thanks
    2,250
    My Mood
    Fine
    how! look at my original post and look at the designer and tell me what to replace "browsedll" with



  9. #8
    Riddick's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Delusional
    Posts
    7,716
    Reputation
    529
    Thanks
    5,193
    My Mood
    Devilish
    I sense we have some leeching going on here:

    PM each


    Solved . Closed]
    Last edited by Riddick; 03-10-2013 at 10:37 AM.

Similar Threads

  1. ARE THEY ANY GOOD HACKS THAT DON'T NEED AN INJCTOR
    By anurag in forum Combat Arms Help
    Replies: 2
    Last Post: 08-14-2011, 11:12 AM
  2. Dll. Injctor Etc
    By avi3kel in forum WarRock Help
    Replies: 13
    Last Post: 03-21-2011, 03:08 PM
  3. doh
    By House in forum General
    Replies: 11
    Last Post: 02-04-2011, 01:26 PM
  4. any injctors for windows 7 64-bit?
    By freetodownload in forum Combat Arms Discussions
    Replies: 2
    Last Post: 06-24-2010, 06:20 AM
  5. Injctor trouble. Please help!
    By crashboy96 in forum Combat Arms Hacks & Cheats
    Replies: 19
    Last Post: 07-18-2009, 05:49 PM