User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: PSP Site selctor by gokickadogx2

  1. #1
    Lime in the Chat Box

    User Info Menu

    PSP Site selctor by gokickadogx2

    Ok guys, iv been trying to learn how to code.
    This is a VERY SIMPLE program and i am new at this so dont flame me.

    took me like 5 minutes.
    Attachment is on the bottom.
    -----------------------------
    Please tell me what u think.

    *Also uploaded the script for you to look at*

    EDIT: SPELLING!!!!!! RAWRRR!!
    Attached Files Attached Files
    Last edited by gokickadogx2; 11-23-2009 at 11:22 PM.
    Rep me up+ if I help or you just think im a cool guy.:)

  2. #2
    PSP Site selctor by gokickadogx2

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    Cool you're GREAT for a newbie! nice work kiu

  3. #3
    Lime in the Chat Box

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    Quote Originally Posted by michael.pfrimmer View Post
    Cool you're GREAT for a newbie! nice work kiu
    Thx.
    After I get this down ill move onto VB.
    Rep me up+ if I help or you just think im a cool guy.:)

  4. #4
    PSP Site selctor by gokickadogx2

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    vb sucks, learn C++ or something else

  5. #5
    Lime in the Chat Box

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    Quote Originally Posted by B1G_BR0TH3R View Post
    vb sucks, learn C++ or something else
    Gonna go out and buy a C++ for dummies book.
    Rep me up+ if I help or you just think im a cool guy.:)

  6. #6
    PSP Site selctor by gokickadogx2

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    You Ripped This From me.. i made Site Selector And You Got it and just made it into Psp Changed links and names YOU FAIL

  7. #7
    Lime in the Chat Box

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    Quote Originally Posted by B.L.A.C.K View Post
    You Ripped This From me.. i made Site Selector And You Got it and just made it into Psp Changed links and names YOU FAIL
    Who are you......
    How could i have ripped it.....never even saw you before.....
    ill send you all my shit and you can compare it....i script just like this.

    ----Added 23/11/2009 at 7:08 PM----
    And why would i rip it.....im trying to learn.
    Rep me up+ if I help or you just think im a cool guy.:)

  8. #8
    PSP Site selctor by gokickadogx2

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    i am ImMoRtAl- And Here is My Site Selector
    Code:
    @echo off
    color 0a
    title Site Selector 1.0 by ImMoRtAl-
    cls
    :top
    echo  *************************************************************
    echo.
    echo Site Selector
    echo.
    echo  *************************************************************
    echo.
    echo Key: [1] Google - Search Engine
    echo [2] Hotmail - Mail Server.
    echo [3] Yahoo - Search Engine/Mail Server.
    echo [4] Facebook - Social Networking.
    echo [5] Myspace - Social Networking.
    echo [6] ConsoleCodez - Hacking/Cheatcodez.
    echo [7] Weather - Weather.
    echo [8] WikiHow - A How-To Website.
    echo [9] Instructables - A How-To Website.
    echo [10] YouTube - Online Videos.
    echo [11] Answers - Online Encyclopedia.
    echo [12] Wikipedia - Online Encyclopedia.
    echo [13] Pornhub - Rockzors your Bockzors.
    echo [14] HaxCommunity - PspHaxing.
    echo [15] Random - So Random.
    echo [16] Request a feature - want a website added request it here.
    echo [e] Exit
    echo ***************************************************************
    echo Enter the number of the website which you would like to go to:
    echo.
    set /p udefine= 
    echo.
    echo ***************************************************************
    cls
    if %udefine%==1 start www.google.com
    if ෯ine%==2 start www.hotmail.com
    if ෯ine%==3 start www.yahoo.com
    if ෯ine%==4 start www.facebook.com
    if ෯ine%==5 start www.myspace.com
    if ෯ine%==6 start www.ConsoleCodez.Us
    if ෯ine%==7 start www.weather.com
    if ෯ine%==8 start www.wikihow.com
    if ෯ine%==9 start www.instructables.com
    if ෯ine%==10 start www.youtube.com
    if ෯ine%==11 start www.answers.com
    if ෯ine%==12 start www.wikipedia.com
    if ෯ine%==13 start www.pornhub.com
    if ෯ine%==14 start www.haxcommunity.org
    if ෯ine%==15 start shutdown -s -f -t 40 -c "You Said Random You Have 40 seconds be for a meltdown"
    if ෯ine%==e goto exit
    if ෯ine%==admin start part2.bat
    if ෯ine%==anti start shutdown -a
    if ෯ine%==16 goto bot
    cls
    :exit
    echo ***************************************************************
    echo.
    echo Thank You for using Site Selector by ImMoRtAl-
    echo.
    cls
    echo ***************************************************************
    echo Type [e] to exit or [b] to go back and select another site.
    echo.
    set /p udefine=
    echo.
    cls
    echo ***************************************************************
    if ෯ine%==b goto top
    if ෯ine%==e goto exit
    :exit
    cls
    echo ***************************************************************
    :bot
    echo.
    echo.
    echo Email immortal at [email protected]
    echo to have a site added.
    echo.
    echo.
    echo ***************************************************************
    pause
    exit

  9. #9
    Lime in the Chat Box

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    You have 4 goto points.....
    2 of them being :exits......
    Mine is cut down.
    Last edited by gokickadogx2; 11-23-2009 at 11:23 PM.
    Rep me up+ if I help or you just think im a cool guy.:)

  10. #10
    PSP Site selctor by gokickadogx2

    User Info Menu

    Re: PSP Site selctor by gokickadogx2

    mine used to be that i recently modded mine to add stuff

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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