Advertisement
Guest User

Agar.io macro feed

a guest
Sep 3rd, 2015
1,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Guide for Agar.io Macro Feed
  2.  
  3. STEP 1: Install AutoHotkey from: http://ahkscript.org
  4.  
  5. STEP 2: Copy and paste the script below into Notepad and save it as an .ahk file (such as agarMacro.ahk)
  6.  
  7. #IfWinActive, Agar.io - Google Chrome
  8. ~$e::
  9. While GetKeyState("e", "P") {
  10. Send w
  11. Sleep 0
  12. }
  13. return
  14.  
  15. STEP 3: Double-click on the .ahk file that you saved. Hold the E key in game to use the macro
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement