Results 1 to 5 of 5
  1. #1
    froglox67's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Fine

    HELP WITH INJECTORS

    Hi, i have minimal understanding of coding and i read some comments that for a hack i was looking at you had to inject it with a injector but... i have searched for some injectors and i found one but that one was vac detected. Do i have to learn how to make one or is there one i can get for free somewhere?

  2. #2
    Lols12342's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    188
    Reputation
    19
    Thanks
    701
    My Mood
    Amazed
    Free injectors will prob get you untrusted. Write your own search for sources online. Also your question has been asked numerous times, I find it hard that you will be able to code your own stuff if you cant even google and need people to tell you what to do to achieve something in life.
    [IMG]https://cloud-3.steamuserconten*****m/ugc/28484756670281268/F8BB74EE89D3C55FD4286CBAA083D7976AFAB5AA/[/IMG]

    Hacking valve secure servers with a r00ted vpn irak.

  3. #3
    froglox67's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    Quote Originally Posted by Lols12342 View Post
    Free injectors will prob get you untrusted. Write your own search for sources online. Also your question has been asked numerous times, I find it hard that you will be able to code your own stuff if you cant even google and need people to tell you what to do to achieve something in life.

    You don't think i have googled? lol. I just figured instead I'll stick to external cheats and try to make them since I only wanted a simple glow esp.
    Last edited by froglox67; 01-02-2017 at 03:25 PM.

  4. #4
    Alainx277's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    10
    My Mood
    Happy
    If you want to make your own injector, follow these basic steps:

    1. Get the address of LoadLibary in your own process (GetModuleHandle, GetProcAddress), it is the same in every process.
    2. Get a handle to the process with all rights (OpenProcess)
    3. Allocate some memory with the size of your dll path (VirtualAllocEx)
    4. Write the path of your dll to the allocated space (WriteProcessMemory)
    5. CreateRemoteThread with the start address of LoadLibary (Step 1), with the arguments being the address of the memory you allocated.(Step 3)

    I hope this helps.
    Remember, if I helped you, leave a thanks.

    I'm 14, if I can do it, you can!

  5. #5
    Alainx277's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    10
    My Mood
    Happy
    Remember, if I helped you, leave a thanks.

    I'm 14, if I can do it, you can!

Similar Threads

  1. [Help Request] Help with injectors
    By Seaneezy in forum Combat Arms Help
    Replies: 1
    Last Post: 02-26-2014, 07:56 PM
  2. [Help Request] Need Help with injector, if fixed fast... Reward.
    By omfgs in forum Crossfire Coding Help & Discussion
    Replies: 16
    Last Post: 09-25-2013, 01:30 PM
  3. [Help Request] Help with Injectors
    By killtoskill in forum CrossFire Help
    Replies: 5
    Last Post: 07-13-2013, 08:54 PM
  4. [Help Request] Help with injectors
    By dfjyo in forum CrossFire Help
    Replies: 2
    Last Post: 07-11-2011, 09:23 AM
  5. [Help Request] Help with injector
    By rubice24 in forum CrossFire Help
    Replies: 1
    Last Post: 06-14-2011, 02:56 PM