Results 1 to 4 of 4
  1. #1
    kotin69kotin
    kotin69kotin is offline
    New member kotin69kotin's Avatar
    Join Date
    2012 Jan
    Posts
    44
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    27
    Thanked in
    6 Posts
    Rep Power
    0

    Talking Inject DLL without INJECTOR

    My First Thread in this Pointblank Sf..


    OK. to the point :
    1.first prepare your HAck DLL.
    2.copy Dll to Pointblank folder
    3.open regedit
    4.HKEY_LOCAL_MACHINE >>> SOFTWARE >>>> MICROSOFT >>> WINDOWS NT >> CURRENT VERSION >>
    WINDOWS >> doble click AppInit_DLLs >> insert your Dll name
    5.Done. open your PB and its auto inject

    Code For make .reg
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
    "AppInit_DLLs"="NAME.dll"
    "DeviceNotSelectedTimeout"="15"
    "GDIProcessHandleQuota"=dword:00002710
    "Spooler"="yes"
    "swapdisk"=""
    "TransmissionRetryTimeout"="90"
    "USERProcessHandleQuota"=dword:00002710
    open notepad and change Bold word with the name of your DLL
    save as NAME.dll




    Credit : N3

  2. The Following 2 Users Say Thank You to kotin69kotin For This Useful Post:


  3. #2
    elitebsky
    elitebsky is offline
    New member
    Join Date
    2012 Apr
    Posts
    5
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    thx for share i will try

  4. #3
    atmtea
    atmtea is offline
    Guest
    Join Date
    2012 Mar
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    i have try it..
    but dll crash other process..

  5. #4
    ManeGarrin
    ManeGarrin is offline
    Member-in-training ManeGarrin's Avatar
    Join Date
    2012 Jun
    Location
    Brasil
    Posts
    96
    Thanks Thanks Given 
    51
    Thanks Thanks Received 
    22
    Thanked in
    14 Posts
    Rep Power
    0
    Good !
    http://www.progamercity.net/addons/c_sig/sigpic41185_1.gif

Similar Threads

  1. Extreme Injector v1.0
    By rodoxfnx in forum Files & Tools
    Replies: 2
    Last Post: 2012-01-08, 06:22 PM
  2. Rakion HyM Injector v1.0
    By Grooguz in forum Files & Tools
    Replies: 1
    Last Post: 2011-12-17, 02:23 PM
  3. [Bot] inject walk to x,y
    By zalaboza in forum Jade Dynasty
    Replies: 0
    Last Post: 2011-01-26, 06:01 PM
  4. [Asm] How to inject code into a exe file
    By Dwar in forum Programming Tutorials
    Replies: 0
    Last Post: 2010-11-29, 04:06 PM
  5. [C++] Inject Into a Running Process
    By Dwar in forum C/C++
    Replies: 0
    Last Post: 2010-11-14, 11:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •