Posted 12 years ago
·
Author
Description:
Automatic Product Gifter is a fast and automated way to gift your friends quickly and easily. Found a product you'd like all your friends to have? simple input the product ID, select which friends will get it and hit start gifting. It's that easy.
I ran it through a decompiler and removed the login check so you don't have to put any info in. However, it closes right after since it's missing avi data.
Source Download (Open the au3 File in notepad or the autoit editor):
http://www.mediafire.com/?k74rddw50g8yxc2
The following edit allows you to run the program without an account but it needs more work to be fully functional.
Find: (Line 14418)
Replace With:
If anyone else wants to work on it more, feel free. I don't really have a use for this program but it's still interesting.
The decompiler I used:
http://www.mediafire.com/?5708l017m6af17k
Autoit Program Tools:
http://www.autoitscript.com/site/autoit/downloads/
Automatic Product Gifter is a fast and automated way to gift your friends quickly and easily. Found a product you'd like all your friends to have? simple input the product ID, select which friends will get it and hit start gifting. It's that easy.
I ran it through a decompiler and removed the login check so you don't have to put any info in. However, it closes right after since it's missing avi data.
Source Download (Open the au3 File in notepad or the autoit editor):
http://www.mediafire.com/?k74rddw50g8yxc2
The following edit allows you to run the program without an account but it needs more work to be fully functional.
Find: (Line 14418)
If $OSCSID == "failed" Then
MsgBox(48, "Login Failed", "That username or password is incorrectly, please try again")
GUICtrlSetData($PASSWORDINPUT, "")
Else
GUIDelete($CURRENTGUI)
BEGIN()
EndIf
Replace With:
If anyone else wants to work on it more, feel free. I don't really have a use for this program but it's still interesting.
The decompiler I used:
http://www.mediafire.com/?5708l017m6af17k
Autoit Program Tools:
http://www.autoitscript.com/site/autoit/downloads/