Results 1 to 14 of 14
  1. #1
    UltraBeef's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    The Netherlands
    Posts
    80
    Reputation
    10
    Thanks
    99

    Small Autofire Script

    As requested by @sephiee, here's a small autofire script. It's made with AutoHotKey, if anyone wants to tinker away with the code themselves.

    Source code:

    Code:
    ; Warframe Autofire script
    ; By UltraBeef
    
    
    F1:: ; Makes F1 the key to start the loop
    loop
    {
    	Mouseclick, left
    	Sleep, 50
    	if getKeyState("F2") ; Makes F2 the key to stop the loop
    		break
    }
    return
    Currently, F1 enables the autofiring, F2 stops it. As I thought, doesn't work well with autofiring weapons, but then again, why would you use it there?

    Shouldn't be detectable, ever. It's just emulating mouse clicks, after all. If DE really is going so far as to recognizing timing between mouse clicks, well.. That's not going to happen anyway.

    Attachment has both the executable and the AHK file.

    Virusscans:
    Warframe Autofire.rar - Jotti's malware scan
    https://www.metascan-online.com/en/s...c04df0b9ec7fee

    Poke @Vice-Versa

    <b>Downloadable Files</b> Downloadable Files
    Last edited by UltraBeef; 06-20-2013 at 04:52 PM.

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

    Asgard93 (06-20-2013),CobraITA3 (12-05-2015),Cryptic5People (06-20-2013),dontshootmebro (01-10-2014),dukeoften (07-20-2013),halgato20 (11-02-2015),highppc (01-03-2014),lintows (06-21-2013),Ninosai (09-22-2016),owno1234 (11-13-2013),poff007 (05-28-2014),ronnyman (06-20-2013),sephiee (06-20-2013),thereraff25 (06-20-2013),xlraistlx (01-20-2015),xray7049 (07-07-2014)

  3. #2
    Nono's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    17
    Going to try this out

  4. #3
    sephiee's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    10
    My Mood
    Amused
    Thanks man this was exactly what I was looking for!

  5. #4
    Zeracks's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    128
    Reputation
    10
    Thanks
    6
    My Mood
    Bored
    Not sure exactly what this is. Does it automatically shoot when something is in your crosshair or something?

    Also, this isn't related to cheat engine in anyway, right?

  6. The Following User Says Thank You to Zeracks For This Useful Post:

    sephiee (06-20-2013)

  7. #5
    sephiee's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    10
    My Mood
    Amused
    Quote Originally Posted by Zeracks View Post
    Not sure exactly what this is. Does it automatically shoot when something is in your crosshair or something?

    Also, this isn't related to cheat engine in anyway, right?
    When you press F1 it will begin to fire wherever you are looking.
    And nope this is just a script nothing to do with cheat engine

  8. #6
    UltraBeef's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    The Netherlands
    Posts
    80
    Reputation
    10
    Thanks
    99
    Quote Originally Posted by Zeracks View Post
    Not sure exactly what this is. Does it automatically shoot when something is in your crosshair or something?

    Also, this isn't related to cheat engine in anyway, right?
    Sephiee sort of explained it already, but it just works as a macro. Meaning, as soon as you press F1, Warframe will think you click your left mouse button every 0,05 seconds. This is handy so you don't have to click your mouse for weapons like the Latron or pistols.

    Since it only emulates mouse clicks (which it basically does outside the game as well), it has nothing to do with any cheating whatsoever. In fact, I'm 100% certain there's a lot of people that have these kinds of macros bound to their mouses already.

  9. The Following User Says Thank You to UltraBeef For This Useful Post:

    Zeracks (06-20-2013)

  10. #7
    Zeracks's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    128
    Reputation
    10
    Thanks
    6
    My Mood
    Bored
    Quote Originally Posted by UltraBeef View Post
    Sephiee sort of explained it already, but it just works as a macro. Meaning, as soon as you press F1, Warframe will think you click your left mouse button every 0,05 seconds. This is handy so you don't have to click your mouse for weapons like the Latron or pistols.

    Since it only emulates mouse clicks (which it basically does outside the game as well), it has nothing to do with any cheating whatsoever. In fact, I'm 100% certain there's a lot of people that have these kinds of macros bound to their mouses already.
    I see how this could help my Lex XD
    I might download it later after I play hack-free for a bit.

  11. #8
    aloalo122's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Zeracks View Post
    I see how this could help my Lex XD
    I might download it later after I play hack-free for a bit.
    if you think it will make your lex fire faster, you're wrong.

  12. #9
    Zeracks's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    128
    Reputation
    10
    Thanks
    6
    My Mood
    Bored
    Quote Originally Posted by aloalo122 View Post
    if you think it will make your lex fire faster, you're wrong.
    Who the hell told you I said that? Read my post again carefully and don't make up your own story.

  13. #10
    aloalo122's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Zeracks View Post
    Who the hell told you I said that? Read my post again carefully and don't make up your own story.
    lol why would this help you with lex?

  14. #11
    sephiee's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    10
    My Mood
    Amused
    Quote Originally Posted by Zeracks View Post
    Who the hell told you I said that? Read my post again carefully and don't make up your own story.
    But you said "I see how this might help with my Lex"

    this wont help at all.

  15. #12
    Nono's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by UltraBeef View Post
    In fact, I'm 100% certain there's a lot of people that have these kinds of macros bound to their mouses already.
    Exactly! I have my mouse with a treble click button just for firing 3 shots. It's good for pistols, in any game.

  16. #13
    Austin's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Great White North
    Posts
    30,478
    Reputation
    6104
    Thanks
    8,326
    My Mood
    Lurking
    approved .




    VIP Support // May 2011
    CF Minion // January 2012
    Newsforce // August 2012
    Minion+ // March 2013
    Moderator // August 2014
    Former Staff // January 2015
    General Minion // July 2015
    Publicist // December 2015





  17. The Following User Says Thank You to Austin For This Useful Post:

    UltraBeef (06-21-2013)

  18. #14
    WaiYanHlaing's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Posts
    29
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    Nice script, you can spam the hell out of mobs! Especially with fire rate mods and split shots. Spam spam spam!

Similar Threads

  1. [Request] Autofire scripts.
    By sephiee in forum WarFrame Hacks & Cheats
    Replies: 3
    Last Post: 06-20-2013, 12:48 PM
  2. [Source Code] Small anti-recoil, Aim script , 3D bounding boxes, Team check, Nade ESP
    By rocked in forum All Points Bulletin Reloaded Hacks
    Replies: 11
    Last Post: 01-26-2012, 08:45 PM
  3. Habbohotel Scripts
    By h0ang in forum General Game Hacking
    Replies: 8
    Last Post: 05-18-2007, 05:19 AM
  4. OMG I SO STUCK!!!(Java Script "n" html problem
    By jeremywilms in forum Programming
    Replies: 11
    Last Post: 06-15-2006, 01:23 PM
  5. a small little request ^^
    By metabee22 in forum Help & Requests
    Replies: 12
    Last Post: 04-10-2006, 08:04 PM