;inactive→ xbutton1::send ^c xbutton2::send ^v ;-_- HELP section short-CUTr.tk -_- Project by 4rtist.com based on the AutoHotKey.com + ahk_L project ;if you found this CODE-page @ google, switch to 1mm.de, it describes better the short-CUTr.tk#_app ;##### ADDITIONAL code ###### ;-_- place code snippets from 1mm.de/add @ the end of this file or create a new "x.ahk" file ;##### code + shortcut modifications ###### ; --__-- you can remove ;-_- the blank lines ;-_- "; comment " lines ( starting with " ; " ) ;-_- message boxes ;the most shortcuts you can define in one line -> 1mm.de/trim but it doesnt´t optimizes the script fuctions ;#################### END HELP section ######################### #singleinstance force ; " &:: + & : " prevents incompliet shortcuts ; Menu,Tray,NoStandard Menu,Tray,add,&EDIT your shortcuts after a double click on the H tray icon`; at the bottom of the file,EDIT Menu,Tray,Default,&EDIT your shortcuts after a double click on the H tray icon`; at the bottom of the file Menu,Tray,add,&shortCUTTER.tk -key names -help -tips , x+y Menu,Tray,add,&exit,exit ; return ; exit: exitapp ; EDIT: Run Notepad %A_ScriptFullPath% Return ; x+y: ; = tray menu link run http://1mm.de return ; f6:: AutoTrim Off ClipboardOld = %ClipboardAll% Clipboard = Send ^c ClipWait 1 if ErrorLevel return StringReplace, copied, Clipboard, ``, ````, All StringReplace, copied, copied, `r`n, ``r, All StringReplace, copied, copied, `n, ``r, All StringReplace, copied, copied, %A_Tab%, ``t, All StringReplace, copied, copied, `;, ```;, All Clipboard = %ClipboardOld% gui, -MaximizeBox -MinimizeBox AlwaysOnTop Gui, Add, GroupBox, x3 y-2 h188 w400, gui, font, s10, Verdana Gui, Add, Text, x7 y10 cblue,type an "one after another key" shortcut * Gui, Add, Edit, x294 y8 w55 h20 voaa Gui, Add, Text, x350 y10 w49 cblue,i.e. sc[ Gui, Add, Text, x8 y32 w300 cred, or modify the "2 key together" shortcut ** Gui, Add, Edit, x294 y31 w103 h20 cred v2k,x & y Gui, Add, Text, x9 y51 w388 cred,You can use too a single key above i.e. INS Numpad6 up Gui, Add, Text, x9 y70 w380 cgreen, URLs pathes callto:// multiline text or macro Gui, Add, Edit, x7 y88 w391 h20 cgreen v1,%copied% Gui, Add, Edit, x7 y111 w192 h20 v2, Gui, Add, Edit, x207 y112 w192 h20 v3, gui, font, bold Gui, Add, Button, x95 y133 w50 h20 cBlue, OK gui, font, underlined cblue Gui, Add, Text, x192 y133 w180 gl , 1mm.de/t#roubleshooting gui, font, norm Gui, Add,Combobox, x6 y155 w390 h300 , HELP: * 1st BAR A-Z 0-9 , . + - = # [ ] \ or unicode || |** you can combine all ~107 mouse + keyboard keys.| In this case keep the spaceS and the &| |MOUSE: lbutton mbutton rbutton xbutton1 xbutton2|Function keys: F1 - F24|Numpad0 -9 -dot -enter -sub -add -mult -div|CapsLock NumLock ScrollLock |PgUp PgDn Down Left Right PrintScreen CtrlBreak Pause |up bs+backspace esc tab Ins End Del Home|lctrl lwin lalt lshift rwin ralt APPSkey rctrl rshift | |click the H tray icon for more key names Gui, Show, x21 y130 h191 w406, short-CUTr.tk - allows to combine all keyboard + mouse keys Return GuiClose: reload return l: run http://1mm.de/t#roubleshooting return ButtonOK: Gui,Submit,nohide If (oaa = "" && 2k = "x & y" ) { Msgbox,,, you forgot to define a NEW shortcut.`n`n X + Y is still defined. `n`n This window will disappear in ~3 sec.,4 return } Loop , Read , %A_ScriptFullPath% IfInString , A_LoopReadLine, ~%oaa%:: IfInString , A_LoopReadLine, ~%2k%:: { MsgBox,,,your shortcut " %2k% " still exists. `n`n This window will disappear in ~3 sec.,4 return } IfInString, 1, :\ StringReplace, 1,1,%1% ,`nrun %1%, All else IfInString, 1, "http { StringReplace, 1,1,%1% ,`nsend %1%, All IfInString, 1, # StringReplace, 1,1,#,{#},All IfInString, 1, : StringReplace, 1,1,:,{:},All IfInString, 1, + StringReplace, 1,1,+,{+},All IfInString, 1, ! StringReplace, 1,1,+,{!},All } else IfInString, 1, :// StringReplace, 1,1,%1% ,`nrun %1%, All else IfInString, 1, :/ { StringReplace, 1,1,%1% ,`nrun %1%, All StringReplace, 1,1,/,\,all } else { StringReplace, 1,1,%1% ,`nsend %1%, All IfInString, 1, # StringReplace, 1,1,#,{#},All IfInString, 1, : StringReplace, 1,1,:,{:},All IfInString, 1, + StringReplace, 1,1,+,{+},All IfInString, 1, ! StringReplace, 1,1,+,{!},All } StringReplace, 2k, 2k, x & y,, All StringReplace, 2k,2k,%2k% ,~%2k%::, All StringReplace, oaa, oaa, %oaa%,:*:%oaa%::, All StringReplace, 2, 2, %2%, `nrun %2%, All StringReplace, 3, 3, %3%, `nrun %3%, All FileAppend , `n`n%2k%%oaa%, %A_ScriptFullPath% FileAppend , %2%, %A_ScriptFullPath% FileAppend , %1%, %A_ScriptFullPath% FileAppend , %3%, %A_ScriptFullPath% FileAppend , `nreturn, %A_ScriptFullPath% MsgBox,,, --__-- done --__-- `n`nYour shortcut string " %oaa%%2k% " has been added to the end of the .ahk file.`n`nYou can modify shortcuts by clicking the H tray icon.`n`nBoth windows will disappear in ~3 sec.,5 Reload FileCopy, %A_ScriptFullPath%, d:\ ,1 Return mbutton::send {browser_refresh} ~alt & space::run Notepad, , max capslock::@ ~space & 1::run http://tweepi.com/new/index.php/tools/flush#1960 ~space & 2::run http://tweepi.com/tools/recip/?page=10&pp=40&sm=y ~x & y:: ~y & x::run http://1mm.de/t t & r::run http://twitter.com/#!/sex s & g::run http://spiegel.de/ ~, & m::run http://hukd.mydealz.de/all/freebies/new m & space::run http://hukd.mydealz.de/all/deals/new ~b & space::send {browser_back} ~n & space::send {browser_forward} Media_prev::WinMinimize A :*:g4o:: send das [b]GAOTD[/b] kann gesichert werden für spätere Installationen`r→Setup.exe klicken (entzippen nicht von Nöten)`r→[WIN] [r] oder [b]Taskbar-,[/b] Explorer- oder Ie Adresszeile [b]`%tmp`%[/b] (or `%temp`%) [b]ENTER[/b]`r→zuletzt erstellte .tmp Datei kopieren und die Kopie in " ProgramName.exe " umbenennen`rSinnvoll →Eigenschaften (→ ALT {+} ENTER) und Haken "unsichtbar" herausnehmen`r`r[b]EINFACHER[/b]`r[url=http{:}//4rtist.com/g.bat]4rtist.com/g.bat[/url] nach dem Aktivieren/klicken der gaotd setup.exe ebenfalls klicken.`rIm Ordner der bat Datei erscheint eine weXXX.exe welche in [b]ProgramName.exe[/b] umbenannt werden sollte.[ falls nicht im selben Ordner → `%userprofile`% ]`r`r`rnachzulesen↓ (erster gaotd thread)`r [url=http{:}//hukd.mydealz.de/freebies/de-giveawayoftheday-com-tk-free-sof/357{#}◄] hukd.mydealz.de/freebies/de-giveawayoftheday-com-tk-free-sof/357{#}◄[/url]`r`rSichern des registry Eintrags beim jeweils aktuellen Gaotd falls activate.exe zum registrieren genutzt werden muss (meistens bis 10°° gepostet)`r[url=http{:}//supernature-forum.de/showthread.php?t=62968&goto=newpost{#}◄]supernature-forum.de/showthread.php?t=62968&goto=newpost{#}◄[/url] return ;f3:: ; Send, ^+{right} ;return !r:: Clipboard = send ^c run %clipboard% return ~lalt & t:: Clipboard = send ^c run http://twitter.com/#!/%clipboard% return !g:: ;=[alt] + [g] Clipboard = send ^c ;= [ctrl] + [c] copy to clipboard run http://google.com/search?q=%clipboard% ;de return f10:: FormatTime, TimeString ToolTip, ► %TimeString% ◄ SetTimer, RemoveToolTip, 3000 return RemoveToolTip: SetTimer, RemoveToolTip, Off ToolTip return ctrl & r:: ; hotkeys Strg + r ClipSave := ClipboardAll ;sichern der Zwischenablage Clipboard = Send ^c ;Kopiert den Code clipwait 2 ;Wartezeit ist notwendig zum "Reinladen" des Textes Clipboard .= "`nesc::ExitApp" ;anhängen einer Abbruch-Funktion mit dem Hotkey "Esc" ToolTip, %Clipboard% ;Anzeigen des zu startenden Scripts FileDelete %A_Temp%\~temp.ahk FileAppend , %Clipboard%, %A_Temp%\~temp.ahk Run %A_Temp%\~temp.ahk ;.ahk muss natürlich mit autohotkey.exe verknüpft sein Clipboard := ClipSave Sleep 5000 ToolTip ;ToolTip löschen return :*:pst::{#}persistent :*:sif::{#}singleinstance force ~d & s::run http://stadtplandienst.de ~s & d::run http://domainsite.com ~z & u::run TIMEDATE.CPL ~u & z::run http://uhrzeit.org ~t & z::run https://socialoomph.com/accounts/autostats :*:w+::WWW.GREETINGS________from______-_-________.4rtist.tk`r`rhttp://1mm.de`rhttp://ä.tk`r`r[signature appended with the open source app http://short-CUTr.tk -_- typed → s{+} ] ~l & t::run http://flickrbadge.theducky.com/link/41894194462@N01/1 ~w & k::run http://6.gp/wiki :*:osk:: run %windir%\system32\osk.exe return :*:ryc:: run http://reclaimyourcity.net/news/news.php return ~n & w::run http://board.gulli.com/forum/75-netzwelt/ :*:bwf:: run http://beepworld.de/cgi-bin/forum_de/f13/ Return :*:dcim:: run http://db.tt/h0je2Q Return :*:o+:: run http://facebook.com/onlinekosten return ~d & b::run https://db.tt ~e & w::run http://wetter.com/deutschland/berlin/DE0001020.html ~k & j::run http://cut4.me/hds return :*:g+:: run https://mail.google.com/mail/?shva=1#inbox return :*:gc+:: run https://mail.google.com/mail/?shva=1#compose return :*:n+:: run http://facebook.com/netzwelt return ~d & t::run %userprofile%\desktop return :*:g+:: run http://heise.de return ~s & 1:: run http://scr1pt.tk run http://1mm.de return ~n & s::run http://flic.kr/46974098@N05/4711822971/page2/ :*:ycf::You can follow me 2 via "foll w.me.via.mail@gmail.com" :*:n1c::███░█░█▀▀░█▀▀ `r█░█░█░█░░░█▀▀ `r▀░▀░▀░▀▀▀░▀▀▀ :*:fb+::{#} ─────██████████════█`r`rthanks for adding`r▒▒▒▒▒▒▒▒▒██▒▒▒▒███▒▒▒▒██`r▒▒▒▒▒▒▒▒█▓▓█▒██▓▓▓██▒█▓▓█`r▒▒▒▒▒▒▒█▓▒▒▓█▓▓▓▓▓▓▓█▓▒▒▓█`r▒▒▒▒▒▒▒█▓▒▒▓ █▄ █▄█ ▀▄▀▓▒▒▓█`r▒▒▒▒▒▒▒▒█▓▒▒▓▓▓▓▓▓▓▓▓▒▒▓█`r▒▒██▒▒▒▒▒█▓▓▓▓▓▓▓▓▓▓▓▓▓█`r▒█▓▓█▒▒▒▒█▓▓█▓▓▓▓▓▓█▓▓▓█`r█▓▓▓▓█▒▒▒█▓▓██▓▓▓▓▓██▓▓█`r▒█▓▓█▒▒▒█▓▓▓▓▒▒█▓█▒▒▓▓▓▓█`r▒█▓▓█▒▒█▓▓▒▒▓▒▒███▒▒▓▒▒▓▓█`r▒█▓▓█▒▒█▓▓▒▒▓▒▒▒█▒▒▒▓▒▒▓▓█`rpasted with http://SHORTCUTr.tk{#}_open_source{!}.﴾͡๏̯͡๏﴿. :*:fbt::{#} ─────██████████════█`r`rthanks for TA66ing me`r▒▒▒▒▒▒▒▒▒██▒▒▒▒███▒▒▒▒██`r▒▒▒▒▒▒▒▒█▓▓█▒██▓▓▓██▒█▓▓█`r▒▒▒▒▒▒▒█▓▒▒▓█▓▓▓▓▓▓▓█▓▒▒▓█`r▒▒▒▒▒▒▒█▓▒▒▓ █▄ █▄█ ▀▄▀▓▒▒▓█`r▒▒▒▒▒▒▒▒█▓▒▒▓▓▓▓▓▓▓▓▓▒▒▓█`r▒▒██▒▒▒▒▒█▓▓▓▓▓▓▓▓▓▓▓▓▓█`r▒█▓▓█▒▒▒▒█▓▓█▓▓▓▓▓▓█▓▓▓█`r█▓▓▓▓█▒▒▒█▓▓██▓▓▓▓▓██▓▓█`r▒█▓▓█▒▒▒█▓▓▓▓▒▒█▓█▒▒▓▓▓▓█`r▒█▓▓█▒▒█▓▓▒▒▓▒▒███▒▒▓▒▒▓▓█`r▒█▓▓█▒▒█▓▓▒▒▓▒▒▒█▒▒▒▓▒▒▓▓█`rpasted with http://shortCUTTER.tk{#}_open_source{!}.﴾͡๏̯͡๏﴿. :*:fbd::{#} ─────██████████════█`r`rdon't forget the FB walls`r▒▒▒▒▒▒▒▒▒██▒▒▒▒███▒▒▒▒██`r▒▒▒▒▒▒▒▒█▓▓█▒██▓▓▓██▒█▓▓█`r▒▒▒▒▒▒▒█▓▒▒▓█▓▓▓▓▓▓▓█▓▒▒▓█`r▒▒▒▒▒▒▒█▓▒▒▓ █▄ █▄█ ▀▄▀▓▒▒▓█`r▒▒▒▒▒▒▒▒█▓▒▒▓▓▓▓▓▓▓▓▓▒▒▓█`r▒▒██▒▒▒▒▒█▓▓▓▓▓▓▓▓▓▓▓▓▓█`r▒█▓▓█▒▒▒▒█▓▓█▓▓▓▓▓▓█▓▓▓█`r█▓▓▓▓█▒▒▒█▓▓██▓▓▓▓▓██▓▓█`r▒█▓▓█▒▒▒█▓▓▓▓▒▒█▓█▒▒▓▓▓▓█`r▒█▓▓█▒▒█▓▓▒▒▓▒▒███▒▒▓▒▒▓▓█`r▒█▓▓█▒▒█▓▓▒▒▓▒▒▒█▒▒▒▓▒▒▓▓█`rpasted with http://shortCUTTER.tk{#}_open_source{!}.﴾͡๏̯͡๏﴿. :*:na+::﴾͡๏̯͡๏﴿ Note-_-art ﴾͡●̯͡●﴿`r`r▀█▀RICK to shorten url´s with 3 steps less`r→ insert "{#}" or "?"`r→ ...`r`rhttp://1kg.de{#}_{+}_addressTRICK.tk`r`r :*:nat+::i hope , that you like my on online graffiti -_- NOTE {#} ART -_-`r`rif not , it's removable`r`rsignature image,flickR █════███████████───── styled  -_- link to my flickr `guestbook´►gb◄ :*:nata::"{!} -_- note {#} art -_- {!}" :*:pn+::Nice NOTE arrangement{!}`r`r Think about a ﴾͡๏̯͡๏﴿PROFILE-_-NOTE﴾͡●̯͡●﴿→ see http://profileNOTE.tk :*:nt+::► NOTE frame ◄ -_- ► □ NOTE □ TAG □ ◄`r►`r►flickr.de/photos/tags/□□□#◄`r► :*:ntt::"-_- NOTE-_-frame -_-",□,"□ -_- □", "□ -_- □ -_- □","-_- NOTE-_-TAG -_-" #1::run http://1cm.de #2::run http://1mm.de #3::run http://1kg.de #4::run http://4rtist.com #x::run http://xtended.tk ~6 & 7:: run http://6.gp/free+ return :*:l+i::♥ █▄ █▄█ ▀▄▀ -_- █ ▀█▀ ♥ ::bu::Ƹ̴Ӂ̴Ʒ ;-_-BUTTERFLY with "bu" + [ENTER] or [space] ::ow::﴾͡๏̯͡๏﴿ ;-_-OWL with "ow" + [ENTER] or [space] ::owt::﴾͡๏̯͡๏﴿.tk ;-_-OWL.tk ::oww::﴾͡๏̯͡๏﴿ ﴾͡●̯͡●﴿ ;-_-OWL OWL ::sy::─────██████████════█ ::syy::─────██████████════█ `r`r ﴾͡๏̯͡๏﴿█▄ִ█▄█ִ▀▄▀﴾͡●̯͡●﴿ ::pn::©██████████████ profile □ note █████████████████>↑ ::pnn::©█████████████████████Profile-_-Note███████████████████████>↑ ::ha::───█ :*:1mz:: run "http://1mm.de/z.zip" return ~b & w:: run http://mikebinns.net/blockwriting.php return !6::run http://6de.de :*:sc+::If you are interested to access url´s + pathes faster , try my open source solution http://shortcutter.tk ~f & y::run http://address.yahoo.com/?_src=&VPC=contact_import_landing ~i & a::run http://autohotkey.com/forum/topic54494-405.html ~t & k::run http://my.dot.tk/cgi-bin/rnt1000.taloha/AddNewDomain ~f & a::run http://flic.kr/activity ~d & u::run http://decodeunicode.org ~t & p::run http://twtping.com/fmanage/auto_follow.php ~d & c::run http://dict.cc/ :*:scp:: run "http://1mm.de/shortcutter.png" return ~f & i:: run "http://facebook.com/invite.php" return ~s & t:: run http://search.twitter.com/search?q=ifollowback autofollow&rpp=100 return ~2 & 3:: run "http://23hq.com/sex" return :*:tw3::{#}free → http{:}//↨.tk = ↨.tk = {#}GiveAwayOfTheDay @gaotd -_-FREE {#}TOOLS→ http{:}//6.gp/free ─────██████████════█ ƸӁƷ ~g & m:: send https://mail.google.com/mail/u//?shva=1#inbox return :*:66+:: send +49 306616947 return ~lalt & z:: clipboard= send ^c FileAppend , `n`n%clipboard%, f:\Documents and Settings\Administrator\Desktop\t.txt return ~6 & 1:: send {+}49 306616947 return ~h & a:: run http://ahk.ho.am/wp-admin/index.php return :*:psm:: run http://preissuchmaschine.de/ return ~e & b:: run http://my.ebay.de/ws/eBayISAPI.dll?MyEbay&gbh=1&CurrentPage=MyeBayWatching&ssPageName=STRK:ME:LNLK:MEWAX return :*:tka:: run http://my.dot.tk/cgi-bin/rnt1000.taloha/AddNewDomain return ~t & v:: run http://tvinfo.de/ return :*:fan+:: run http://hardwareluxx.de/community/f100/hp-615-luefter-ruhigstellen-tutorial-und-software-679513-12.html return :*:mxp+:: run http://retestrak.nl/board/index.php?/forum/32-experiences-lab/ return :*:4ft:: run http://auto-follow.tk/ return ~1 & w:: run http://1mm.de/wp-admin/ return :*:tfg:: run http://facebook.com/#!/group.php?gid=73367159276 return :*:mg+:: send majagaebler@gmail.com`rMaja Gaebler`rErlangerstr.12`r12053 Berlin `r tel 03069201104`r`r 92202B0051288`r6015269772 return ~t & a:: run http://twitaddons.com/follow_rate/my.php?screen_name=sex return ~f & m:: run http://twitaddons.com/fm return :*:bio+:: run http://twitaddons.com/bio/?bq=i+follow+back&page=272 return :*:tso:: run http://search.twitter.com/operators return :*:tf4:: run http://twitter.com/#!/f4flist/followers return :*:t1f:: run http://twitter.com/#!/IFBlist/followers return :*:ttf:: run http://twitter.com/#!/tFBlist/followers return ~p & b:: run http://sex.redio.de return :*:pbw:: run http://sex.redio.de/1/wp-admin/post-new.php return ~4 & c:: run http://4rtist.com/c return ~t & d:: run http://twitdesktop.com/ return :*:fax+:: run https://www.fax-senden.de/index.php?action=step0 return ~b & s:: run https://banking.berliner-sparkasse.de/cgi/anfang.cgi?KtoNr=6015279972&GOTO=umswahl#___8815269772__7568768588__1678123768__6018742268__6015279972 return :*:mf+:: send █─── im on the way to the project @mailfollow + http://Mailfollow.tk where you can get 100`% followers. U are invited to participate ﴾͡๏̯͡๏﴿ return :*:mf1:: send maybee you are interested in following via e-mail LISTs → mailfollow.blogspot.com`r`r{#} ─────██████████════█ return ~lbutton & a:: send Д return :*:v1d:: send ███░█░█▀▀░█▀▀░░█░█░▀█▀░█▀█░█▀▀░███`r█░█░█░█░░░█▀▀░░▐▄▌░░█░░█░█░█▀▀░█░█`r▀░▀░▀░▀▀▀░▀▀▀░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀▀ return :*:ph0:: send ███░█░█▀▀░█▀▀░░░█▀█░█░█░███░▀█▀░███`r█░█░█░█░░░█▀▀░░░█▀▀░█▀█░█░█░░█░░█░█`r▀░▀░▀░▀▀▀░▀▀▀░░░▀░░░▀░▀░▀▀▀░░▀░░▀▀▀ return ~h & j:: run http://heute.de/ return :*:nö+:: run http://linksave.in/14937325734d545597bf20c return :*:fr+:: send thanks for following @ twiends. You can get ~700 followers from my 2nd acc @followRate#_100`%. Follow back is a comman sport in korea ﴾͡๏̯͡๏﴿`r`r ─────██████████════█ return :*:ep+:: send hallo`r`rhabe das Entsperrpasswort nicht erhalten , so dass ich nicht auf das Konto zugreifen konnte und somit jetzt auch die AdressTan verfallen ist. Bitte beides nochmals zuschicken.`r`rWWW.GREETINGS________from______-_-________.4rtist.tk`r return ~lalt & 5:: send ﴾͡๏̯͡๏﴿ thanks for following. If you want, view {+} use my open source APP "http{:}//shortCUTTER.tk →My FOLLOWERS project http{:}//MAILfollow.tk{#}◄ return :*:oe+:: run e:\Program Files\Outlook Express\msimn.exe return ~v & t:: run http://virustotal.com/#url-submission return ~1 & 2::run http://1mm.de ~rctrl & rshift:: run http://forums.dropbox.com/topic.php?page=3&id=33387 return ~t & w:: run http://twiends.com/login sleep 2000 run http://twiends.com/history return ~o & e:: run E:\Program Files\Outlook Express\msimn.exe return ~a & t:: run http://asciitable.com/ return ~v & space:: f1:: MouseClick, left, Sleep, 200 send ﴾͡๏̯͡๏﴿ Thanks for flwing -_- Do you know my list @2000follower/following→APPROVED socialoomph AUTOfollowers ─────██████████════█ @asciiART Sleep, 500 MouseClick, left, 761, 449 return f2:: ~lbutton & ^:: ~lctrl & lshift:: clipboard= Send ^c clipwait 1 FileAppend , `n; @%clipboard%, %A_ScriptFullPath% reload return :*:us+:: send using socialoomph return :*:gif+:: run d:\gifsplitter\GifSplitter.exe return :*:bs+:: send thanks for following @asciiART. Probably you are interested too in my "APPROVED AUTO* follow back" accounts @2000follower {+} @followrate with in the moment FREE ~3000 followers`r`r─────██████████════█ `r`r* AUTO-following via socialOOMPH or twitaddons.com return :*:wp+:: send a way to get 3000+ AutoFollowBack followers`r`rfollow http{:}//twitter.com/2000follower/following + @1kfollower/fo.. + @followrate/f..`r`rThe tweeps are using the socialOOMPH service for the Automated followBack `r`r─────██████████════█ return :*:ta+:: send follow the APPROVED tweeps @2000follower/following with tweetATTacks.com{#}_free{!} IMPORTANT only 200/day! ─────██████████════█ return :*:1fb:: send ifollowback return ^BS:: Send, ^+{LEFT} Return :*:f0+:: send follow{:} return ~y & t:: run http://youtube.com/streetart return ~a & c:: run http://twitter.com/#!/asciiART/followers return :*:wpc+:: run thanks for following @asciiART. Probably you are interested too in my "APPROVED AUTO* follow back" accounts i.e. http://twitter.com/2000follower/following @1kfollower + @followrate with in the moment FREE ~3000 followers`r`r─────██████████════█ `r`r* all AUTO-following via socialOOMPH return ~f4 & f5:: send twitaddons.com/fm {enter} return :*:yt+:: send `rXXXXXXXXXXX`rX ﴾͡๏̯͡๏﴿ ♥ ﴾͡●̯͡●﴿ X `rXXXXXXXXXXX return :*:62+:: run http://planet3dnow.de/vbulletin/showthread.php?t=383200&goto=newpost return ~d & r:: run http://kleinanzeigen.ebay.de/anzeigen/s-anzeige/hollandrad-sprinter-nicht-fahrtuechtig/25902408 return ~b & h:: run http://www.blackhatworld.com/blackhat-seo/f32-social-networking-sites/ return :*:dhl+:: run http://nolp.dhl.de/nextt-online-public/set_identcodes.do?lang=de&idc=00340434120741345885 return ; @ :*:agü:: send █▀█░█████░░█▀▀ █░█ █▀▀ ███ █▀▀ ▀█▀ ▀█▀ █▀▀ █▀▀ ▀█▀ █▀▀ ███ ░ `r█▀█░█░█░█░░█░█ █░█ █▀▀ █░█ ▀▀█ ░█░ ░█░ █░█ ▀▀█ ░█░ █▀▀ █░█ ░ `r▀░▀░▀░▀░▀░░▀▀▀ ▀▀▀ ▀▀▀ ▀░▀ ▀▀▀ ░▀░ ▀▀▀ ▀▀▀ ▀▀▀ ░▀░ ▀▀▀ ▀░▀ ░ return ~lalt & m:: send {tab}{tab}majagaebler{tab}w12344{enter} return :*:dm+:: run http://notebooksbilliger.de/dealmachine.php return ~p & g:: run http://profilegen.com/upload-facebook-banner return :*:gü+:: send █▀▀░█░█░█▀▀░███░█▀▀░▀█▀░█░█▀▀░█▀▀░█▀█ `r█░█░█░█░█▀▀░█░█░▀▀█░░█░░█░█░█░█▀▀░██▀ `r▀▀▀░▀▀▀░▀▀▀░▀░▀░▀▀▀░░▀░░▀░▀▀▀░▀▀▀░▀░▀ return :*:6++:: run http://geizhals.at/deutschland/a597308.html#__=HP625b Sleep, 700 Winactivate, HP 625`, Athlon II P360 2.30GHz`, 1024MB`, 320GB`, Linux (XN834EA/XN835EA) | Geizhals.at Deutschland - Mozilla Firefox, Sleep, 100 MouseClick, left, 1089, 206 return ~f & b:: run http://www.facebook.com/streetart return :*:id+:: run http://www.infochimps.com/datasets/twitter-screen-name-user-id-search-id-mapping return :*:sms+:: run http://www.facebook.com/eteleon?sk=app_161476193915392 return ~t & b:: run https://mein2.dastelefonbuch.de/sec/Start return ~f7:: clipboard= send ^c run M:\et.exe -search %clipboard% return ~j & t:: run http://www.jotform.com/ return ~s & x:: run http://twitter.com/login return :*:biz+:: send Probably also hinteresting for the flwr biz`r100 Followback accs`rfollowmeviamail sex asciiart ifollowbacklist *`rfr ~85`% [URL="http{:}//twitter.com/2000follower/following"]2000follower/following[/URL]`rfr > 90`% [URL="http{:}//twitter.com/followrate/following{#}_~950"]followrate/following{#}_~950[/URL]`r`r* [URL="http{:}//twitter.com/who_to_follow{#}lwing_via_4_mail_addr."]@who_to_follow{#}__flwing_via_4_mail_addr.`r[/URL]followmeviamail@gmail.com, follow.me.via.mail@gmail.com,`rfollow.me.via.mail{+}.`^__`^.@gmail.com,`rfollowmeviamail{+}.`^__`^.@gmail.com,`r`r[URL="http{:}//www.greetings________from______sex-_-________.4rtist.tk/"]WWW.GREETINGS________from______SeX-_-________.4rtist.tk[/URL]`r `r[URL="http{:}//1mm.de/"]http{:}//1mm.de[/URL]`r[URL="http{:}//xn--4ca.tk/"]http{:}//ä.tk[/URL]`r `r[signature appended with the open source app [URL="http{:}//shortcutter.tk/"]http{:}//shortCUTTER.tk[/URL] typed → s{+} ] return ~lalt & j:: send http://justunfollow.com {enter} return ~j & u:: run http://justunfollow.com return ~lalt & 6:: send ﴾͡๏̯͡๏﴿ thanks for following. If you want, view {+} use my open source APP "http{:}//shortCUTTER.tk →My FOLLOWERS project http{:}//MAILfollow.tk{#}◄ return ; @Follow_Back_BOT ; @TheKashBot ; @wbutler_bot ; @law__bot ; @chia_ps_bot ; @followbot02 ; @ollowbot01 ; @2mb_bot ; @Halver_bot ; @weiter_sagen2_0 ; @CuderiaBot ; @GoetheBot_kr ; @mi_chanbot ; @t_arai_bot ; @sagojo_bot ; @Kumi_Yagami_bot ; @BigBangBot_KR ; @snowhite_bot ; @ryoma_fanbot ; @achiha_bot ; @shindo_fanbot ; @TheKashBot ; @chia_ps_bot ; @fidio_krbot ; @uzashiba_bot ; @kingjulienbot ; @Hiroshi_pkmbot ; @Yuhkibot ; @gomzo_bot ; @mikai_MPD_BOT ; @super_cat_bot ; @CedricBot ; @yokosuke_bot ; @MOFshizuo_bot ; @sakutaro_bot ; @psyche_138_bot ; @s_perrinebot ; @BANGCHOx_bot ; @salad_bot ; @ManUtd_Bot ; @Masaomi_bot_kr ; @snowhite_bot ; @tvN_bot ; @tousannow_bot ; @ousannow_bot ; @yokosuke_bot ; @grammarinusebot ; @sougof_bot ; @netbizrobot ; @iikotoba_bot ; @tweetsrobot ; @yaseru_Bot ; @ultra_bot ; @Holo_bot ; @traumschuhe ; @Price_Music ~i & f:: run http://twitter.com/#!/iFollowBackList return :*:tw+:: run http://twiends.com/history/twitter return :*:ul+:: run http://cgi.ebay.de/USB-10-LED-Leuchten-Licht-Lampe-PC-Notebook-Laptop-/280643877981?pt=LH_DefaultDomain_77&hash=item4157adbc5d return :*:cr+:: run http://cgi.ebay.de/4in1-Kartenleser-USB-2-0-Memory-Stick-card-reader-karte-/270765325295?pt=DE_Foto_Camcorder_Speicherkartenleser_adapter&hash=item3f0adefbef return :*:sd+:: run http://cgi.ebay.de/16in1-Werkzeuge-Set-Handy-Reparatur-Tool-Screwdriver-/290483619875?pt=DE_Handy_Organizer_Ersatzteile_Werkzeuge&hash=item43a22c4823 return ~down & up:: run http://1mm.de/advanced return ~f & r:: send ollowrate return ~s & m:: run http://www.supernature-forum.de/showthread.php?t=62968&goto=newpost return :*:1l1:: send ░▀░░▄██▄██▄░░▀░░░█░`r░█░░▀█████▀░░█░░▀█▀`r░█░░░░▀█▀░░░░█░░░█░ return ~e & r::run regedit ~t & s:: run http://tweeptools.com/setup.exe return :*:xpusb:: run http://retestrak.nl/board/index.php?showtopic=11447 return :*:st+:: run http://www.blogger.com/stats2.g?blogID=7059599 return ~h & z:: run http://www.heise.de/ return ;xbutton1::send ^c xbutton2::send ^v ~8 & 7:: run http://tweepi.com/follow_by_list_content return ~3 & 2:: run http://23hq.com/sex return :*:kjj:: send hallo`r`rwie ist der Zustand der Laufräder?`ra)Läuft rund? b)8? c)zum Fahren weniger geeignet?`r`rDanke im Voraus für Ihre Antwort`r`rWWW.GREETINGS________from______-_-________.4rtist.tk`r`rhttp://1mm.de`rhttp://ä.tk`r`r[signature appended with the open source app http://short-CUTr.tk -_- typed → s{+}]{tab}4rtist.com{tab} follow.me.via.mail@gmail.com return Alt & LButton:: CoordMode, Mouse ; Switch to screen/absolute coordinates. MouseGetPos, EWD_MouseStartX, EWD_MouseStartY, EWD_MouseWin WinGetPos, EWD_OriginalPosX, EWD_OriginalPosY,,, ahk_id %EWD_MouseWin% WinGet, EWD_WinState, MinMax, ahk_id %EWD_MouseWin% if EWD_WinState = 0 ; Only if the window isn't maximized SetTimer, EWD_WatchMouse, 10 ; Track the mouse as the user drags it. return EWD_WatchMouse: GetKeyState, EWD_LButtonState, LButton, P if EWD_LButtonState = U ; Button has been released, so drag is complete. { SetTimer, EWD_WatchMouse, off return } GetKeyState, EWD_EscapeState, Escape, P if EWD_EscapeState = D ; Escape has been pressed, so drag is cancelled. { SetTimer, EWD_WatchMouse, off WinMove, ahk_id %EWD_MouseWin%,, %EWD_OriginalPosX%, %EWD_OriginalPosY% return } ; Otherwise, reposition the window to match the change in mouse coordinates ; caused by the user having dragged the mouse: CoordMode, Mouse MouseGetPos, EWD_MouseX, EWD_MouseY WinGetPos, EWD_WinX, EWD_WinY,,, ahk_id %EWD_MouseWin% SetWinDelay, -1 ; Makes the below move faster/smoother. WinMove, ahk_id %EWD_MouseWin%,, EWD_WinX + EWD_MouseX - EWD_MouseStartX, EWD_WinY + EWD_MouseY - EWD_MouseStartY EWD_MouseStartX := EWD_MouseX ; Update for the next timer-call to this subroutine. EWD_MouseStartY := EWD_MouseY return ~t & m::run taskmgr.exe ~m & u:: run http://minus.com/ return ~m & b:: run http://blog.minus.com/ return ~w & f:: run http://webftp.de return ~f & l:: run http://formulists.com/ return ~g & c:: run https://mail.google.com/mail/u/0/?shva=15 return ~x & lalt:: run http://vimeo.com/sex/1 return ~g & t:: clipboard= send ^c run http://www.google.com/translate_t?langpair=en|es&text=%clipboard% return ~t & c:: clipboard= send ^c run http://twittercounter.com/%clipboard% return ~h & o:: :*:ho+:: clipboard= send ^c run http://twitter.com/users/show/%clipboard%.xml return ~t & e:: run http://designaesthetic.com/twitter-screen-name-extractor return ~u & p:: run %userprofile% return ~u & h:: run http://www.unicodetools.com/unicode/convert-to-html.php return :*:br+:: run http://birungueta.blogspot.com/ return :*:di+:: send :\index.htm return :*:seo+:: send the term`r`r▄▀▀░▀█▀░█▀▀▄░█▀▀░█▀▀░▀█▀░▄▀▄░█▀▀▄░▀█▀ `r░▀▄░░█░░█▐█▀░█▀▀░█▀▀░░█░░█▀█░█▐█▀░░█░ `r▀▀░░░▀░░▀░▀▀░▀▀▀░▀▀▀░░▀░░▀░▀░▀░▀▀░░▀░`r`ris SearchEngineOptimized`r`r[ pasted with short-CUTr.tk`; triggered with seo{+} ] return :*:dbp:: run http://forums.dropbox.com/topic.php?page=24&id=33387 return :*:2t+:: run http://www.aliexpress.com/product-fm/432573880-New-SATA-2nd-HDD-caddy-for-12-7mm-Universal-CD-DVD-ROM-free-shipping-to-wordwide-wholesalers.html return :*:rb+:: send Rainer Brendel`rNovalisstr. 5`r10115 Berlin`r tel 030 57708120`r`rmail: a@1mm.de + follow.me.via.mail+.^__^.@gmail.com`r`rweb: http://1mm.de http://twitter.com/SeX`r`r015279972`rgas 200001575084`rstr 836516573357-_-836516573357 return :*:fc+:: FileCopy, c:\boot.ini, D:\ ,1 FileCopy, m:\l.txt, D:\ ,1 FileCopy, m:\4.txt, D:\ ,1 FileCopy, m:\+.txt, D:\ ,1 FileCopy, m:\i.txt, D:\ ,1 FileCopy, m:\-.ahk, D:\ ,1 return :*:5+::4rtist{+}.``^___``^..@gmail.com :*:se+:: send the term`r`r`r▄▀▀░▀█▀░█▀▀▄░█▀▀░█▀▀░▀█▀▄▀▄░█▀▀▄░▀█▀ `r░▀▄░░█░░█▐█▀░█▀▀░█▀▀░░█░█▀█░█▐█▀░░█░ `r▀▀░░░▀░░▀░▀▀░▀▀▀░▀▀▀░░▀░▀░▀░▀░▀▀░░▀░`r`ris SearchEngineOptimized`r`r[ pasted with http://short-CUTr.tk triggered with "seo+" ] return :*:seo+:: send the term`r`r▄▀▀░▀█▀░█▀▀▄░█▀▀░█▀▀░▀█▀░▄▀▄░█▀▀▄░▀█▀ `r░▀▄░░█░░█▐█▀░█▀▀░█▀▀░░█░░█▀█░█▐█▀░░█░ `r▀▀░░░▀░░▀░▀▀░▀▀▀░▀▀▀░░▀░░▀░▀░▀░▀▀░░▀░`r`ris SearchEngineOptimized`r`r[ pasted with short-CUTr.tk`; triggered with seo{+} ] return ~lalt & h:: run http://twitter.com/users/show/%clipboard%.xml return :*:ctf:: run http://www.clicktoapp.com/forum/ return :*:ctb:: run http://www.clicktoapp.com/en/blog/ return :*:mub:: run http://blog.minus.com/ return :*:muf:: run http://feedback.minus.com/ return ; @Follow_Facil ; @iFollowToAll ; @Todo_Follow ; @NitroFollow ~t & u:: run http://twitclub.com/account/unfollow return :*:tfb+:: run http://twitclub.com/group/referral/140 return :*:tc+:: send ©█████████> ~300 ♯AUTOFollowBack tweeps with one initial click @ twiends•com -_- HOWto → http://AUTOFollowBack.tk ( or`rhttp://→.tk `; "→" typed ALT + 25 ) ─────██████████════█ return ~u & f:: run http://manageflitter.com/connect/load return