Results 1 to 7 of 7
  1. #1
    Klumzy's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    22

    [HELP]Manual/Auto Inject option

    I want to add a manual and auto inject option but idk the code since im a noob ... Can anyone give me a source or tutorial?

  2. #2
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    use a timer
    and use system pause/pause thingi

    Code:
    Threading.Thread.Sleep(1000)

    and let the user decide how long that pause should be.
    Last edited by XGelite; 11-21-2009 at 11:48 AM.

  3. #3
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    For auto use a timer to detect if the process is running yet and when the process is found to be running stop the timer and call your inject function. And for manual just check to see if the process is running and if so call your inject function.
    "I don't believe in an afterlife, so I don't have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse." - Isaac Asimov

  4. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by XGelite View Post
    use a timer
    and use system pause/pause thingi

    Code:
    Threading.Thread.Sleep(1000)

    and let the user decide how long that pause should be.
    Give ma creeeditzz (just kidding)
    -Rest in peace leechers-

    Your PM box is 100% full.

  5. #5
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    The Above two posts arnt gonna help you. I assume your using Uglehs tut right? If so, follow this:
    Manual: Add this to button
    Code:
    Call Inject()
    Auto: Add this to button
    Code:
    Timer1.Start()
    'replace timer with your Timer that calls Inject()

  6. #6
    Klumzy's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    22
    I dont think the auto button code works because it just closes

  7. #7
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    Quote Originally Posted by Klumzy View Post
    I dont think the auto button code works because it just closes
    Remove Me.Close in Private Sub Inject

Similar Threads

  1. Replies: 2
    Last Post: 08-01-2011, 03:35 AM
  2. Injector help - Auto-Inject
    By CheatCreatorzz in forum CrossFire Help
    Replies: 5
    Last Post: 06-30-2011, 03:44 PM
  3. [Help]Auto Inject[Solved]
    By DS45SD in forum Visual Basic Programming
    Replies: 6
    Last Post: 12-04-2010, 06:01 PM
  4. Auto Inject Help
    By ☆TIS☆ in forum Visual Basic Programming
    Replies: 27
    Last Post: 10-05-2010, 06:52 AM
  5. [Release] Flames Injector v3.1 (Now with Multi-dll Inject option**, manual option**, + delayop)
    By CAFlames in forum MapleStory Hacks, Cheats & Trainers
    Replies: 15
    Last Post: 05-02-2010, 08:40 AM

Tags for this Thread