Thatsgreat2345 Posted October 1, 2006 Posted October 1, 2006 (edited) well today i was bored and everything was rapidshare so i had heard about rapidsnare/rapidshake so i got bored and so u have to have 4 peeps click on it , so i just proxied it nothing special just opens up some proxies with default browsers and one in IE nothing special was just for personal use but eh so if you want just take your rapidshare link replace the h with an n plug it in and your good to go i mean i guess i could say dont go spread it around but then that would defy the point of me posting this i guess expandcollapse popup#include <GUIConstants.au3> #include <IE.au3> Global $URL[4] $Form1 = GUICreate("RapidSnarer", 304, 59, 193, 115) $Label1 = GUICtrlCreateLabel("Insert Link to RapidSnare", 64, 8, 124, 17) $rapidsnare = GUICtrlCreateInput("", 8, 32, 217, 21) $go = GUICtrlCreateButton("Go", 240, 16, 57, 25, 0) GUISetState(@SW_SHOW) Do $msg = GUIGetMsg() Select Case $msg = $go If GUICtrlRead($rapidsnare) = "" Then MsgBox(0,"Error","Please fill in rapidsnare link") Elseif StringInStr(GUICtrlRead($rapidsnare),"rapidshare") Then MsgBox(0,"Error","Please rapidsnare links not rapidshare, replace the with an n") Elseif Not StringInStr(GUICtrlRead($rapidsnare),"rapidsnare") Then Msgbox(0,"Error","Please put in a rapidsnare link") Else $link = Guictrlread($rapidsnare) $string = StringTrimLeft($link,7) $URL[1] = "http://www.ninjaproxy.com/cgiproxy/nph-proxy.pl/010110A/http/" & $string $URL[2] = "http://webunlocker.com/cgiproxy/nph-proxy.pl/000110A/http/" & $string $URL[3] = "http://www.freebieproxy.com/proxy12/nph-proxy.pl/000000A/http/" & $string For $i = 1 to 3 DllCall("shell32.dll", "long", "ShellExecute", "hwnd", 0, "string", 'open', "string", $URL[$i], "string", '', "string", @ScriptDir, "long", @SW_SHOWNORMAL) Sleep(3000) Next $IE = _IECreate("http://www.myspaceproxy1.com/",0,0) $Form = _IEFormGetCollection($IE,0) $Input = _IEFormElementGetObjByName($Form,"q") _IEFormElementSetValue($Input,$link) $submit = _IEFormElementGetObjByName($Form,"submit") _IEAction($submit,"click") Sleep(5000) _IEQuit($IE) MsgBox(0,"Complete","Your link is now Rapidsnareable") DllCall("shell32.dll", "long", "ShellExecute", "hwnd", 0, "string", 'open', "string", $link, "string", '', "string", @ScriptDir, "long", @SW_SHOWNORMAL) GUICtrlSetData($rapidsnare,"") EndIf EndSelect Until $msg = $GUI_EVENT_CLOSE Edited October 1, 2006 by thatsgreat2345
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now