Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

Mafia Wars Autoplayer Player Got Bonk

Friday, December 04, 2009 by Admin · 1 comments

After a week of not playing mafia wars i found out the Zynga updated it and bonk most of the bookmarklets out there including my favorite MWAP.



Luckily the MWAP crew over at Mafiawarsplayer.org has release a new version which is version ALPHA-921. You can get it at the usual place. Go to www.mafiawarsplayer.org for those who like to use Greasemonkey or to www.shadowchild.nl/mw.php for those who like compile their own Firefox extension or just click the link below to download the Firefox extension.

[Mafia Wars Auto Player version ALPHA-921]

Mafia Wars Autoplayer Compiler

Wednesday, September 16, 2009 by Admin · 0 comments

If you want to use the Mafia Wars Autoplayer Script but don't want to use Greasemonkey or do the manual process that i talked about a couple of post ago. Here a much easier war, just go to http://www.shadowchild.nl/mw.php and it will compile the latest Greasemonkey script of Mafia Wars Autoplayer to a Firefox extension.

Warning: Remember this is cheating and you may get ban for using this.




MW Autoplayer [http://www.shadowchild.nl/mw.php]

Mafia Wars Autoplayer Firefox Extension Update

Wednesday, August 12, 2009 by Trafalgar Law · 2 comments

The autoplayer has just been updated from 0.9.9 to 0.9.10. To check what's new for this version just go to StevenD's script page over at Userscript.org.

Link: [Facebook Mafia Wars Autoplayer Firefox Extension 0.9.10]

Screenshots:


Facebook Mafia Wars Autopalyer Firefox Extension part II

Tuesday, August 04, 2009 by Admin · 0 comments

Last time i was talking about how to convert Facebook Mafia Wars Autoplayer userscript to Firefox extension. So now i'm providing a link for anyone who stumble upon this blog and wants to try out the autoplayer and doesn't want to do the compiling and stuff. Remember this is cheating and you may get ban for using this.

link: [Facebook Mafia Wars Autoplayer Firefox Extension]





Special thanks go to the creator/contributors to this fine script

 StevenD
 CharlesD
 Eric Ortego
 Jeremy
 Liquidor
 AK17710N
 Fragger
 <x51>
 CyB
 int1
 Janos112
 int2str

Screenshots of Mafia Wars Autoplayer Firefox Extension on Ubuntu 9.04:

Facebook Mafia Wars Autoplayer Firefox Extension

Wednesday, July 15, 2009 by Trafalgar Law · 1 comments

I've been playing Mafia Wars on Facebook for almost 2 weeks now and i'm quite addicted to it. Searching tips and guide gave me tons of info on how to play the game. I found out that there are autoplayers for the game. You can go to userscripts.org search for mafia wars  and what you will find are smorgasborg autoplayer scripts for you to automate your game. By the way this is cheating and you can get ban for using these scripts.

In order for the scripts to work you need to install greasemonkey add-on for Firefox from there you can run the mafia wars script you selected.
Personally i don't like using greasemonkey thats why when i find useful script such as StevenD's Mafia Wars Autoplayer script i try to convert/compile them to a firefox extension by using Arantius.com script compiler .

Here is how i did it :

1. get the source code of the script you want to use
2. go to http://arantius.com/misc/greasemonkey/script-compiler
3. insert detail and paste the source code then compile
4. save the xpi file
5. drag and drop the xpi file to your  firefox browser

StevenD's Mafia Wars Autoplayer has lots of options but i don't use all of it. I only use auto heal, protect property and  auto bank.

RGB to Hex Converter

Thursday, December 11, 2008 by Admin · 0 comments

A javascript RGB to Hex Converter


source: javascripter.net

Connect to the Internet using LG KU250 3G Mobile Phone via Bluetooth

Monday, October 27, 2008 by Admin · 4 comments

I use my LG KU250 to connect to the internet using a USB cable. But this time I wanted to try connecting via Bluetooth. I googled for instruction on doing this and I found this blog post from Tony Seno. I was able to connect to the Internet with a little tweaks so as to make it work with my phone, ubuntu hardy heron and Globe Telecom my network provider.

Required Software
Already installed in Ubuntu Hardy Heron : bluetooth & wvdial
Additional : gnome-ppp
install via menu
goto applications > add/remove... > search for GNOME PPP
install via command line

sudo apt-get install gnome-ppp


Pairing with LG KU250
sudo gedit /etc/bluetooth/hcid.conf
change on options : set security auto

Restart Bluetooth
sudo /etc/init.d/bluetooth restart

Pair with LG KU250
discover LG KU250 MAC address :
hcitool scan
00:1C:62:43:18:AD    1Ijack

or go to your phone menu select Connectivity > Bluetooth > Settings > My Address > My Bluetooth address : 00:1C:62:43:18:AD

Discover channel number
sdptool browse 00:1C:62:43:18:AD

Service Name: LG Dial-up Networking��
Service RecHandle: 0x10005
Service Class ID List:
  "Dialup Networking" (0x1103)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 8 <-- Channel number for LG Dial-up Networking


Edit rfcomm.conf
sudo gedit /etc/bluetooth/rfcomm.conf

#
# RFCOMM configuration file.
#

rfcomm0 {
#    # Automatically bind the device at startup
    bind yes;
#
#    # Bluetooth address of the device
    device 00:1C:62:43:18:AD;
#
#    # RFCOMM channel for the connection
    channel    8;
#
#    # Description of the connection
    comment "LG Ku250 Bluetooth PPP";
}

Restart and Check Bluetooth
sudo /etc/init.d/bluetooth restart

rfcomm
rfcomm0: 00:1C:62:43:18:AD channel 8  clean

Connect using GNOME-PPP
sudo gnome-ppp

just to be sure select setup, under modem tab make sure the device is set for /dev/rfcomm0

I'm not sure if selecting a modem type is of any help but i just select USB Modem

since username and password are disregarded by my network provider(Globe Telecom) i just put periods (.) in the field.
username : .
password : .
phone number : *99***1#

Complete configuration of wvdial.conf
sudo gedit /etc/wvdial.conf

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,”IP”,”http.globe.com.ph”
Modem Type = USB Modem
ISDN = 0
Phone = *99***1#
New PPPD = yes
Modem = /dev/rfcomm0
Username = .
Password = .
Baud = 460800
Idle Seconds = 3000
Auto DNS = 1
Stupid Mode = 1
Compuserve = 0
Baud = 460800
Dial Command = ATD
Ask Password = 0
FlowControl = NOFLOW


[source: http://tonyseno.blogspot.com/ ]

Convert Binary to ASCII or ASCII to Binary

Monday, February 18, 2008 by Admin · 1 comments

I just needed this ASCII to Binary script for my next tattoo :D



Popup

Battery Charger Calculator

Friday, February 08, 2008 by Admin · 0 comments


Calculate how really long does it take to charge your NiMH and NiCD rechargeable batteries. Just enter your battery capacity and your charger's charging rate then press calculate.

Battery Charging FAQs[www.greenbatteries.com]

My Very Own Youtube Downloader

Wednesday, November 21, 2007 by Admin · 0 comments

While Googling for some PHP scripts i saw this blog post on Sizlopedia about a Youtube Download PHP script. With this script you can run your own downloader on your site or blog. Currently i have been using VConvert.net service for downloading youtube's video but with this script i now have my very own downloader... cool!





Thanks to Thirdnipple(the author of this marvelous script) and Sizlopedia