Go Back   Flash Flash Revolution > Flash Flash Revolution > Brag Board
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 11-28-2010, 12:37 PM   #1
foxfire667
The FFRchiver
Retired StaffFFR Music ProducerD7 Elite KeysmasherFFR Veteran
 
foxfire667's Avatar
 
Join Date: Jun 2009
Location: USA
Age: 30
Posts: 2,168
Default Playing some FFR...

Figured I'd just post a new thread for my FFR video considering that last night me just mentioning it filled up like 3 straight pages of not FFR scores and this:


So without further a due I give to you my video of me playing FFR! Which you can post about and probably talk about me being legit, against quite a few people's original beliefs. Anyway, for the following reasons, you will probably see me as legit:
1) Complete view of hands and keyboard
2) Keytaps
3) Non AAA scores
4) Complete view of Task manager, resource monitor, and taskbar before I play anything
5) Reopening of task manager whenever a decent run is attained (Kidney Stone, ERx8v2, and Reality)
6) Near AAA of two FGO's on Camera (should have AAA'd reality, but being nervous and jittery has it's toll. As well my ERx8v2 was okay, messed up the ending a little though.)

http://www.megavideo.com/?v=EZ8BPT7G

Songs played: EHHS (warm-up to get used to camera, jittering, distance away from computer, etc.) accidentally hit a good on a jump. Twas epic failure, so I just skip the stats screen and move to the next song.

Kidney Stone: 3-0-0-0 Hell yeah! Best run on Kidney Stone so far! This is where the stuff starts coming, full close up of stats screen, task manager, etc.)

ERx8 v2: I knew I was going to miss a couple times, but I love the song so I did it anyway. End up playing about 3 times before I got an ok run on it. I think it was 8-1-0-2 (messed up ending because of jitters)

Reality: 0-1-0-2 umm...product of accident in ending, oh well! Proof of the crazy stupid runs I get I suppose!

Yes, as I explain in the video, I do use AutoHotKey. I use it to run a script I made so when I play songs, if I accidentally hit the windows, control, alt, etc keys...it won't screw me over when I'm playing a longer or harder song. In case MegaVideo's quality is too low for you to read off the script, the script is in code tags below. Place it in notepad and save it as an .ahk, and open it with autohotkey if hitting these keys is a problem for you as well:
Code:
#MaxThreadsBuffer ON
SetNumlockState AlwaysOn
^up::Send {up}
^down::Send {down}
^left::Send {left}
^right::Send {right} 
^q::Send {q}
^w::Send {w}
^e::Send {e}
^r::Send {r}
^t::Send {t}
^y::Send {y}
^u::Send {u}
^i::Send {i}
^o::Send {o}
^p::Send {p}
^a::Send {a}
^s::Send {s}
^d::Send {d}
^f::Send {f}
^g::Send {g}
^h::Send {h}
^j::Send {j}
^k::Send {k}
^l::Send {l}
^z::Send {z}
^x::Send {x}
^c::Send {c}
^v::Send {v}
^b::Send {b}
^n::Send {n}
^m::Send {m}
!up::Send {up}
!down::Send {down}
!left::Send {left}
!right::Send {right}
!q::Send {q}
!w::Send {w}
!e::Send {e}
!r::Send {r}
!t::Send {t}
!y::Send {y}
!u::Send {u}
!i::Send {i}
!o::Send {o}
!p::Send {p}
!a::Send {a}
!s::Send {s}
!d::Send {d}
!f::Send {f}
!g::Send {g}
!h::Send {h}
!j::Send {j}
!k::Send {k}
!l::Send {l}
!z::Send {z}
!x::Send {x}
!c::Send {c}
!v::Send {v}
!b::Send {b}
!n::Send {n}
!m::Send {m}
^!q::Send {q}
^!w::Send {w}
^!e::Send {e}
^!r::Send {r}
^!t::Send {t}
^!y::Send {y}
^!u::Send {u}
^!i::Send {i}
^!o::Send {o}
^!p::Send {p}
^!a::Send {a}
^!s::Send {s}
^!d::Send {d}
^!f::Send {f}
^!g::Send {g}
^!h::Send {h}
^!j::Send {j}
^!k::Send {k}
^!l::Send {l}
^!z::Send {z}
^!x::Send {x}
^!c::Send {c}
^!v::Send {v}
^!b::Send {b}
^!n::Send {n}
^!m::Send {m}
LWin::Send {1}
RWin::Send {2}
AppsKey::Send {NumpadDiv}
Numpad7::Run SnippingTool
#MaxThreadsPerHotkey 20
It also allows for you to take screen shots with the snipping tool by pressing 7 on the number pad. This is why numberlock is always on in the code, etc. Also, the following questions you may have about me not being legit because I used AutoHotKey are answered below:

Q:The script does other things?
A: No, it doesn't. Paste it into a notepad file and try it for yourself.

Q: Script modified from one in video?
A: No, watch the video and read every line of it in the video and compare it with this one, they are one in the same.

Q: AHK able to be used to hack scores?
A: Good luck with that. It seems like it would be generally impossible to do such a thing, and if you could, it would probably be WAY too time consuming to do for any song, much less for a series of them. If you can figure out a way to do it, you are a better coder than I.

Q: Running more than one AHK script?
A: Impossible, as one instance of Autohotkey.exe must be open for each script. Only one Autohotkey.exe was open in my task manager the entire time, and you are able to see my actions throughout the entire video. But I'm sure word of mouth isn't enough, and images must be shown. I just copy-pasted the same script so you can see what happens when a second one is run.


So this means that this and only ths script was running throughout the video. Again, using AHK to hack scores is pretty far fetched, but if you are THAT skeptacle, now you know it is impossible for more than one instance to be running anyway.

OKAY, I think that covers everything. Post your comments, questions, and whatever else. I'm fairly sure I covered all the ground, and that this should be enough poof to finally show you I am legit.
__________________
SM pack archiver | 1.5 Billion Club | Etterna Online: [Register]
foxfire667 is offline   Reply With Quote
Old 11-28-2010, 12:47 PM   #2
Xayphon
sausage
FFR Simfile AuthorD7 Elite KeysmasherFFR Veteran
 
Xayphon's Avatar
 
Join Date: Nov 2008
Location: Germany
Posts: 1,630
Default Re: Playing some FFR...

I really never thought you're unlegit or something like that and I think that's pretty much enough for proof, but I wanted to ask something.....are you >30 years old?...o.o
Xayphon is offline   Reply With Quote
Old 11-28-2010, 12:50 PM   #3
cedolad
moonchild~
FFR Simfile AuthorFFR Veteran
 
cedolad's Avatar
 
Join Date: Jan 2007
Location: .
Age: 30
Posts: 6,879
Send a message via Skype™ to cedolad
Default Re: Playing some FFR...

Legit.
cedolad is offline   Reply With Quote
Old 11-28-2010, 12:58 PM   #4
samurai7694
Retired StaffFFR Simfile AuthorD8 Godly KeysmasherFFR Veteran
 
samurai7694's Avatar
 
Join Date: Aug 2008
Age: 29
Posts: 4,638
Default Re: Playing some FFR...

FFR is very serious holy fawk
__________________
samurai7694 is offline   Reply With Quote
Old 11-28-2010, 12:59 PM   #5
AsphyxZero
Banned
FFR Veteran
 
Join Date: Oct 2010
Location: Las Vegas
Age: 33
Posts: 1,823
Default Re: Playing some FFR...

Now if only Dossar would do something like this when he plays stepmania.
AsphyxZero is offline   Reply With Quote
Old 11-28-2010, 01:05 PM   #6
DossarLX ODI
Batch Manager
Game Manager, Song Release Coordinator
Game ManagerSimfile JudgeFFR Simfile AuthorD7 Elite KeysmasherFFR Veteran
 
DossarLX ODI's Avatar
 
Join Date: Mar 2008
Location: USA
Age: 29
Posts: 14,861
Default Re: Playing some FFR...

Too legit

I am REALLY happy about this right now, actually. See if you guys can figure out why
__________________
Quote:
Originally Posted by hi19hi19 View Post
oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a file
DossarLX ODI is offline   Reply With Quote
Old 11-28-2010, 01:06 PM   #7
rushyrulz
Digital Dancing!
Retired StaffFFR Simfile AuthorFFR Music ProducerD7 Elite KeysmasherFFR Veteran
 
rushyrulz's Avatar
 
Join Date: Feb 2006
Location: 80 billion club, NE
Age: 31
Posts: 12,980
Default Re: Playing some FFR...

Yeah but where did you come from?

Seems nowadays there's never anyone who works their way up to being good anymore, it's either you're mediocre or you're elite, no in between.
__________________


rushyrulz is offline   Reply With Quote
Old 11-28-2010, 01:08 PM   #8
DossarLX ODI
Batch Manager
Game Manager, Song Release Coordinator
Game ManagerSimfile JudgeFFR Simfile AuthorD7 Elite KeysmasherFFR Veteran
 
DossarLX ODI's Avatar
 
Join Date: Mar 2008
Location: USA
Age: 29
Posts: 14,861
Default Re: Playing some FFR...

He posted stepmania scores on DF, it's just nobody checks the SM scores thread there -.-

Also FFR is amazingly terrible for trying to improve your skills on it so I'm not surprised..... SM with its wide song variety is the best method to get better at FFR, just that the reading is different.
__________________
Quote:
Originally Posted by hi19hi19 View Post
oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a file

Last edited by DossarLX ODI; 11-28-2010 at 01:14 PM..
DossarLX ODI is offline   Reply With Quote
Old 11-28-2010, 01:13 PM   #9
kmay
Don't forget me
FFR Veteran
 
kmay's Avatar
 
Join Date: Jan 2007
Location: USA
Age: 31
Posts: 6,491
Default Re: Playing some FFR...

i saw them. they didnt look good enough to be getting these kinds of scores though
__________________
kmay is offline   Reply With Quote
Old 11-28-2010, 01:14 PM   #10
leonid
I am leonid
Retired StaffFFR Simfile AuthorFFR Music ProducerD7 Elite KeysmasherFFR Veteran
 
leonid's Avatar
 
Join Date: Oct 2008
Location: MOUNTAIN VIEW
Age: 34
Posts: 8,080
Default Re: Playing some FFR...

bs
__________________



Proud member of Team No
leonid is offline   Reply With Quote
Old 11-28-2010, 01:15 PM   #11
rushyrulz
Digital Dancing!
Retired StaffFFR Simfile AuthorFFR Music ProducerD7 Elite KeysmasherFFR Veteran
 
rushyrulz's Avatar
 
Join Date: Feb 2006
Location: 80 billion club, NE
Age: 31
Posts: 12,980
Default Re: Playing some FFR...

Keytaps aren't as sexy as I had hoped for, but whatever..
__________________


rushyrulz is offline   Reply With Quote
Old 11-28-2010, 01:21 PM   #12
DossarLX ODI
Batch Manager
Game Manager, Song Release Coordinator
Game ManagerSimfile JudgeFFR Simfile AuthorD7 Elite KeysmasherFFR Veteran
 
DossarLX ODI's Avatar
 
Join Date: Mar 2008
Location: USA
Age: 29
Posts: 14,861
Default Re: Playing some FFR...

I don't know if that was sarcasm or not - those keytaps were sick. What were you expecting if you were hoping for something
__________________
Quote:
Originally Posted by hi19hi19 View Post
oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a file
DossarLX ODI is offline   Reply With Quote
Old 11-28-2010, 01:21 PM   #13
Plan_Bsk81127
snooches
FFR Simfile AuthorFFR Veteran
 
Plan_Bsk81127's Avatar
 
Join Date: Aug 2007
Age: 32
Posts: 6,420
Send a message via AIM to Plan_Bsk81127 Send a message via Skype™ to Plan_Bsk81127
Default Re: Playing some FFR...

Is it me or does it look like you play with your eyes closed. >.<
Plan_Bsk81127 is offline   Reply With Quote
Old 11-28-2010, 01:21 PM   #14
cedolad
moonchild~
FFR Simfile AuthorFFR Veteran
 
cedolad's Avatar
 
Join Date: Jan 2007
Location: .
Age: 30
Posts: 6,879
Send a message via Skype™ to cedolad
Default Re: Playing some FFR...

Quote:
Originally Posted by leonid View Post
bs
i c wut u did thar
cedolad is offline   Reply With Quote
Old 11-28-2010, 01:25 PM   #15
XXXsmittyXXX
Anxiety monster
FFR Veteran
 
XXXsmittyXXX's Avatar
 
Join Date: Jul 2005
Location: Yorktown, VA
Age: 35
Posts: 6,924
Send a message via AIM to XXXsmittyXXX Send a message via Skype™ to XXXsmittyXXX
Default Re: Playing some FFR...

Quote:
Originally Posted by leonid View Post
bs
HAHAHAHA<3

Also, wonderful job foxfire
__________________
XXXsmittyXXX is offline   Reply With Quote
Old 11-28-2010, 01:25 PM   #16
leonid
I am leonid
Retired StaffFFR Simfile AuthorFFR Music ProducerD7 Elite KeysmasherFFR Veteran
 
leonid's Avatar
 
Join Date: Oct 2008
Location: MOUNTAIN VIEW
Age: 34
Posts: 8,080
Default Re: Playing some FFR...

foxfire you made the vid way too early; you should've waited till everyone begins jumping over making interrogation threads and shouting "vid or blacklist"
__________________



Proud member of Team No
leonid is offline   Reply With Quote
Old 11-28-2010, 01:26 PM   #17
samurai7694
Retired StaffFFR Simfile AuthorD8 Godly KeysmasherFFR Veteran
 
samurai7694's Avatar
 
Join Date: Aug 2008
Age: 29
Posts: 4,638
Default Re: Playing some FFR...

Quote:
Originally Posted by Plan_Bsk81127 View Post
Is it me or does it look like you play with your eyes closed. >.<
that's racist
__________________
samurai7694 is offline   Reply With Quote
Old 11-28-2010, 01:27 PM   #18
Plan_Bsk81127
snooches
FFR Simfile AuthorFFR Veteran
 
Plan_Bsk81127's Avatar
 
Join Date: Aug 2007
Age: 32
Posts: 6,420
Send a message via AIM to Plan_Bsk81127 Send a message via Skype™ to Plan_Bsk81127
Default Re: Playing some FFR...

Quote:
Originally Posted by samurai7694 View Post
that's racist
teehee
Plan_Bsk81127 is offline   Reply With Quote
Old 11-28-2010, 01:33 PM   #19
PrawnSkunk
Administrator
User Administrator
AdministratorDeveloperFFR Simfile AuthorFFR Veteran
 
PrawnSkunk's Avatar
 
Join Date: Dec 2007
Location: Vancouver, BC
Age: 29
Posts: 3,902
Default Re: Playing some FFR...

i drop'd loads
PrawnSkunk is offline   Reply With Quote
Old 11-28-2010, 01:38 PM   #20
customstuff
♥C.S. + A.M.♥
FFR Veteran
 
customstuff's Avatar
 
Join Date: Nov 2006
Location: Nova Scotia, Canada
Age: 30
Posts: 4,892
Default Re: Playing some FFR...

This is a bit hardcore. Since when were you called bs? I don't recall anyone saying that, and if they did it's not big deal. I was called bs by a few people once...
__________________

Quote:
Originally Posted by MrMagic5239 View Post
Placements are final, custom will not be moved to D6, just because he is good at jacks, and mediocre at just about every other FMO in the game.
Quote:
Originally Posted by customstuff View Post
Quote:
Originally Posted by MrMagic5239 View Post
welcome to D6

start playing
customstuff is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 08:48 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution