Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Quickly add someone to your mafia in Facebook Mafia Wars


  • Please log in to reply
4 replies to this topic
mrrandalp
  • Members
  • 2 posts
  • Last active: Apr 21 2009 04:11 AM
  • Joined: 20 Apr 2009
I created this Autohotkey script to quickly add a friend to your mafia. You have to be using Firefox. All you do is go to your someone’s main facebook profile page and hit ctrl + M. (You have to be friends with them first.) You do not have to use any of your invites by doing this.

^m::
clipboard =
Send ^l^c
ClipWait
clipboard = %clipboard%
id_sig = id=
StringGetPos, pos, clipboard, %id_sig%, R
pos := pos + 3
StringTrimLeft, facebook_id, clipboard, pos
invite = http://apps.facebook.com/inthemafia/status_invite.php?from=
clipboard = %invite%%facebook_id%
Send ^l^v{Enter}

http://randalp.tumbl...book-mafia-wars

Montu
  • Members
  • 142 posts
  • Last active: Jan 01 2010 03:10 AM
  • Joined: 11 Feb 2009
what is mafia war in facebook?

mrrandalp
  • Members
  • 2 posts
  • Last active: Apr 21 2009 04:11 AM
  • Joined: 20 Apr 2009
It is the most popular game on facebook right now. http://www.facebook....?id=10979261223

Bach
  • Members
  • 1 posts
  • Last active: Apr 21 2009 07:32 PM
  • Joined: 21 Apr 2009
hi maybe you can help me out just a little with you autohotkey stuff....!i did
like there is writen but nothing happend i havent done that kind of thing maybe you will help me with it !!!

tallpeak
  • Guests
  • Last active:
  • Joined: --
here's a boss fight for San Juan, seems to work for me.

#k::
loop 500
{
;IfWinNotActive, Mafia Wars Game on Facebook - Google Chrome, , WinActivate, Mafia Wars

;Game on Facebook - Google Chrome,
;WinWaitActive, Mafia Wars Game on Facebook - Google Chrome,
WinMaximize
Send {Home}
Send {Tab}
Send {Home}
Send {Tab}
Send {Home}
click 350,360
sleep 1500
click 520,327
sleep 1500
click 741,461
sleep 2500
click 992,534
sleep 2000
;click 550,650 ; senoor carazco (#1)
;click 650,650 ; general vargas (#2)
;click 750,650 ; don ramirez (#3)
click 870,650 ; big lou (#4)
sleep 2000
click 740,670
sleep 2000
loop 12 {
click 712,647
sleep 4000
}
click 860,854
sleep 2000
}
return