[QUOTE=Jerzy;25643730]I have Super Viagra Pills for next 15 hours or so.
[editline]26th October 2010[/editline]
My automerge. :(
[editline]26th October 2010[/editline]
And I have to agree on that, maybe because I can sit on comp all day long and be dedicated as possible. :buddy:[/QUOTE]
And I just overtook INeedATeam. Fuck yes!
[QUOTE=COBRAa;25644030][img_thumb]http://ahb.me/LsT[/img_thumb]
Yeah![/QUOTE]
Bitch!
I'm going to drop 5th soon. :(
[editline]26th October 2010[/editline]
Anti Christ Supa Lube? :(
[editline]26th October 2010[/editline]
Or Supa Anti-Christ-lube
[QUOTE=Jerzy;25644121]I'm going to drop 5th soon. :(
[editline]26th October 2010[/editline]
Anti Christ Supa Lube? :(
[editline]26th October 2010[/editline]
Or Supa Anti-Christ-lube[/QUOTE]
Super viagra pills. He's +5.
SUPA LUBE is +100
Where can you see that?
[QUOTE=Jerzy;25644238]Where can you see that?[/QUOTE]
[url]http://www.mr-fap.com/shop.html[/url]
And his score is +25 each time. Standard speed is +20
Oh you just checked that from his score, I thought that you saw that from some place that what everyone is using.
[QUOTE=Jerzy;25644358]Oh you just checked that from his score, I thought that you saw that from some place that what everyone is using.[/QUOTE]
That'd make a nice addition to scoreboard.
Rank|Name|Delta Rank|Current item|score
And then everyone can see when someone suddenly buys Supa Lube. :buddy:
And panic, yes.
Did he make the best money-cash ratio for all the items? I see lube went up by about 4x.
Sounds like fun, running that python script on my VPS, might try and make an auto buy thing like that other guy has, never tried python before :3
[QUOTE=eXeC64;25644196]Super viagra pills. He's +5.
SUPA LUBE is +100[/QUOTE]
Yeah I had supa lube earlier, but it wore off. So I've just been buying super viagra now. I might just save up for a week or so, and buy as much supa lube as I can. Dunno, but this could be fun.
[QUOTE=Sc00by22;25646204]Sounds like fun, running that python script on my VPS, might try and make an auto buy thing like that other guy has, never tried python before :3[/QUOTE]
The script I posted earlier is old now. It doesn't have any exception catching, if it fails to connect once the fapping stops. I might post my new script with the auto-buyer but it's python 3 only, I can't be bothered to convert it to python 2.
There needs to be a way to see your points and items at all times.
Ha i passed the both of you
I agree with scorebored updates like if we have moved up or down
I'm closing in on Scooby with my super viagra pills.
[QUOTE=ineedateam1;25649352]Ha i passed the both of you
I agree with scorebored updates like if we have moved up or down[/QUOTE]
You aren't going past me.
[QUOTE=Anti Christ;25650046]You aren't going past me.[/QUOTE]
Im gonna try
You gotta shutdown some time
[QUOTE=Asaratha;25652585]yay, i made it to 99 :neckbeard:[/QUOTE]
Long and bumpy road is awaiting you.
Congratulations Anti Christ for 1,000,000 faps :buddy:
[editline]26th October 2010[/editline]
And now 1,000,000 for me too.
I, uhh, I beat 100,000.
Muffinz!
Can you make it show what effect they are using ?
That will happen, or at least it will show how much bonus they're getting and then you can just check from the shop what item it is.
[QUOTE=ineedateam1;25653052]Muffinz!
Can you make it show what effect they are using ?[/QUOTE]
In 'Top' list, yes. Maybe today will be done.
[editline]26th October 2010[/editline]
Also, currently adding private achievements and other users will be able to see what you have achieved.
[editline]26th October 2010[/editline]
Private achievements.
[img]http://www.filez.muffinz.eu/download/SS2010102612.12.40.png[/img]
If someone has better ideas, please share.
I dont know how i'm still in number one, but my computer likes to crash alot, so ill be dropping soon.
I'd love to know how the fuck Ineedateam got past me. Mine's been up all night using super viagra pills constantly.
Fucking supa lube :/
Each time a player buys an item they should get a random-event like in some board games. Random events like 2x speed for an hour, or 1/2 speed for 30 mins, etc. It'd certainly mix the scoreboard up a bit, reduce the emphasis on time slightly.
I climbed from #49 to #26 :c00lbutt:
-sniped-
Why? Because I'm tired. Need to take some break.
[img]http://img811.imageshack.us/img811/5299/clientn.png[/img]
Here's my python3 client:
mrfap.py
[code]#!/usr/bin/python
from time import sleep
from datetime import datetime
import urllib.request
import urllib.parse
import json
import os
def Clear():
os.system(['clear','cls'][os.name == 'nt'])
def LoadSettings():
file = open("mrfap.ini","r")
authline = file.readline().rstrip() #remove newline/whitespace at end
shopline = file.readline().rstrip() #remove newline/whitespace at end
file.close()
authlist = authline.split(':')
global user
user = authlist[0]
global password
password = authlist[1]
global autobuy
autobuy = shopline.split(':')
global update_params
update_params = urllib.parse.urlencode({'update':1,'name':user,'pass':password,'client':'exec64'})
global status_params
status_params = urllib.parse.urlencode({'status':1,'name':user,'pass':password})
def Main():
LoadSettings()
while True:
Clear()
print("""
__ __ ____ _____
| \/ | _ \ | ___|_ _ _ __
| |\/| | |_) | | |_ / _` | '_ \
| | | | _ < _ | _| (_| | |_) |
|_| |_|_| \_(_) |_| \__,_| .__/
|_|
3=================================> ~~~~
Client by eXeC64
3=================================> ~~~~
""")
Tick()
sleep(5)
def Tick():
try:
f = urllib.request.urlopen("http://www.mr-fap.com/api.php",update_params)
f.read()
f.close()
f = urllib.request.urlopen("http://www.mr-fap.com/api.php",status_params)
data = f.read().decode('utf-8')
f.close()
except:
print("connection error")
return
try:
j = json.loads(data)
except:
print("parsing json error")
return
try:
username = j['user']['name']
faps = j['user']['faps']
points = j['user']['points']
effect = j['effect']
except:
print("reading json error")
return
print(username,"has",faps,"faps and",points,"points.")
if int(effect['bonus']):
print(username,"is currently using",effect['name'],"which will expire in",int(effect['ends']/60),"minutes")
else:
print(username,"has no effect active at the moment.")
try:
ic = urllib.request.urlopen("http://www.mr-fap.com/api.php?items")
istr = ic.read().decode('utf-8')
ic.close()
except:
print("Could not connect for items")
return
try:
items = json.loads(istr)
except:
print("Could not parse items")
return
chosen = None
try:
for wanted in autobuy:
for item in items:
if chosen == None and wanted == item['name'] and int(points) >= int(item['cost']):
chosen = item['id']
except:
print("Could not traverse autobuy")
return
try:
if chosen:
buy_params = urllib.parse.urlencode({'buy':1,'item':chosen,'name':user,'pass':password})
bc = urllib.request.urlopen("http://www.mr-fap.com/api.php", buy_params)
bc.read()
bc.close()
print("Bought item with id:",chosen)
else:
print("Not buying item.")
except:
print("Could not buy item!")
return
if __name__ == '__main__':
Main()
[/code]
You'll need python3 installed to run this.
mrfap.ini
[code]username:password
SUPA LUBE:Super viagra pills:Viagra pills
[/code]
The first line is your auth details, the 2nd is a colon(:) seperated list of items you'd like to buy. My client goes through each item in the list and buys the first one it can afford. The list is case sensitive so be careful.
Post all your ideas here: [url]http://www.ideabox.muffinz.eu/index.html[/url]
[editline]26th October 2010[/editline]
Removed old website, lost 20 fappers :V
I've updated the script above to use the new website.
Sorry, you need to Log In to post a reply to this thread.