(wL) Forums

Full Version: Minecraft Version Changer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
My friend gave me this server and asked if i could post this. Sense he gave me such a great server I would gladly post this for you.

With that out of the way.

------------------------------------------------------------------------------------------------------

Do you suck with computers and need to downgrade or Update Minecraft? Download this program today. Anyways, have fun and game on.

-------------------------------------------------------------------------------------------------------------

News:

CONGRATS ... i have recived 600+ downloads on my program be sure to keep active on this program as i am still updating this Smile Thank you guys for all the support on the program Smile

Im expecting to release the code for this program with in the next couple releases once i get the code cleaned up a bit more Smile

-------------------------------------------------------------------------------------------------------------

Updates

- Complete Over haul of code
- Coding language Change to VB 2008 aka VB.NET
- Running a much lighter code
- Removal of snapshots
- Working on a snapshots only file Smile

----------------------------------------------------------------------------------------------------------------

ATTENTION: This may get flagged as being a virus. The reason behind this is because it is modifying the App Data Folder. If you would like the dos version of this program please let me know and I will be sure to post it Smile .

---------------------------------------------------------------------------------------------------------------

Screen Shot


---------------------------------------------------------------------------------------------------------------

Exe Version: 1.4.6 [MC Version 1.4.6]
Download: http://sorbmc.com/Mcvc.html

No longer supporting Dos Version Of MCVC

---------------------------------------------------------------------------------------------------------------

Older Version Download Links

Code:
Exe Version: 1.3.2.1 [MC Version 12w36a]
Download: http://www.mediafire.com/?g7d7a4a92dblr50


Exe Version: 1.3.2.1 [MC Version 12w34a]
Download: http://www.mediafire.com/?705c3187xr3cy2l

Dos Version : 1.3.2.1 [MC Version 12w34a]
Download: http://www.mediafire.com/?bhzcem0n5wjk74c



Exe Version: 1.3.1 [MC Version 1.3.1]

Download: http://www.mediafire.com/?j4ndjj9ganj9g9d

Dos Version: 1.3.1 Build 3000 [MC Version 1.3.1] (its got problems which were fixed in 1.3.2)

Download: http://www.mediafire.com/?9dsfwn8agf8eay5

Exe Version: 1.2.5.7.1 [MC Version 12w23b]

Download: http://www.mediafire.com/?qezg7bztzc1s2z9

Dos Version: 1.2.5.7.1  [MC Version 12w23b] (i dont belive this works - its got problems which were fixed in 1.3.2)

Download: http://www.mediafire.com/?mf5ad22u56ansfa

Exe Version: 1.2.5.7 [MC Version 12w22a]

Download: http://www.mediafire.com/?j4ndjj9ganj9g9d

Dos Version: 1.2.5.7  [MC Version 12w22a]

Download: http://www.mediafire.com/?9dsfwn8agf8eay5

Exe Version: 1.2.5.6.3 [MC Version 12w22a] (This DOES NOT WORK for most people)

Download: http://www.mediafire.com/?9r1g72isc77t4xt

Dos Version: 1.2.5.7.6.3  [MC Version 12w22a] (This does not work - its got problems which were fixed in 1.3.2)

Download: http://www.mediafire.com/?45o6r5x64o8eplu

More coming next update

------------------------------------------------------------------------------------------------------

Expected To See In The Future

- Nothing atm

------------------------------------------------------------------------------------------------------
Re: [Updated (12w15a)] Minecraft Version Changer

just updated and added v12w15a it is this weeks snap shots its basicly a beta version of the next minecraft Smile
Re: [Updated (12w15a)] Minecraft Version Changer

since it's flagged as a virus, care to post the source code?
Re: [Updated (12w15a)] Minecraft Version Changer

sure why not :\
this is a rather basic program lol so i dont really have a problem with sharing the code
if you need the vb6 files for the version changer i will go ahead and give it to you :\

Version Changer Code
Code:
Private Sub Command1_Click()
Shell (App.Path & "\Files\free.exe")
End Sub

Private Sub Command2_Click()
Shell (App.Path & "\Files\premium.exe")
End Sub

Private Sub Command10_Click()
If Check1.Value = 0 Then
Shell (App.Path & "\Files\1.0.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.0.", , "Version Change Attempt"
Else
Shell (App.Path & "\Files\1.0S.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.0.", , "Version Change Attempt"
End If
End Sub

Private Sub Command11_Click()
If Check1.Value = 0 Then
Shell (App.Path & "\Files\12w15a.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To Snapshot 12w15a.", , "Version Change Attempt"
Else
Shell (App.Path & "\Files\12w15aS.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To Snapshot 12w15a.", , "Version Change Attempt"
End If
End Sub

Private Sub Command3_Click()
If Check1.Value = 0 Then
Shell (App.Path & "\Files\1.1.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.1.", , "Version Change Attempt"
Else
Shell (App.Path & "\Files\1.1S.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.1.", , "Version Change Attempt"
End If
End Sub

Private Sub Command4_Click()
If Check1.Value = 0 Then
Shell (App.Path & "\Files\1.2.2.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.2.", , "Version Change Attempt"
Else
Shell (App.Path & "\Files\1.2.2S.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.2.", , "Version Change Attempt"
End If
End Sub

Private Sub Command5_Click()
If Check1.Value = 0 Then
Shell (App.Path & "\Files\1.2.3.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.3.", , "Version Change Attempt"
Else
Shell (App.Path & "\Files\1.2.3S.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.3.", , "Version Change Attempt"
End If
End Sub

Private Sub Command6_Click()
If Check1.Value = 0 Then
Shell (App.Path & "\Files\1.2.4.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.4.", , "Version Change Attempt"
Else
Shell (App.Path & "\Files\1.2.4S.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.4.", , "Version Change Attempt"
End If
End Sub

Private Sub Command7_Click()
If Check1.Value = 0 Then
Shell (App.Path & "\Files\1.2.5.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.5.", , "Version Change Attempt"
Else
Shell (App.Path & "\Files\1.2.5S.exe")
MsgBox "Has Attempted To Change The Version of Your Minecraft To v1.2.5.", , "Version Change Attempt"
End If
End Sub

Private Sub Command8_Click(Index As Integer)
If Text1.Text = 1 Then
MsgBox "You Are Already On Page 1", , "Already Here"
Else
Text1.Text = 1
Command6.Visible = True
Command5.Visible = True
Command4.Visible = True
Command7.Visible = True
Command10.Visible = False
Command3.Visible = False
End If
End Sub

Private Sub Command9_Click()
If Text1.Text = 2 Then
MsgBox "You Are Already On Page 2", , "Already Here"
Else
Text1.Text = 2
Command10.Visible = True
Command3.Visible = True
Command6.Visible = False
Command5.Visible = False
Command4.Visible = False
Command7.Visible = False
End If
End Sub

The Other Exe files are just dos files that have been compiled into exe files to make it easier to boot them

v1.0
Code:
@echo off
:5
echo.
echo.Patching Minecraft To Version 1.0 Please Wait.....
echo.
copy Files\Minecraft1.0.jar %appdata%\.Minecraft\bin\
echo.
del /F %appdata%\.Minecraft\bin\Minecraft.jar
echo.
ren %appdata%\.Minecraft\bin\Minecraft1.0.jar Minecraft.jar
echo.
echo.Minecraft Has Been Patched
echo.
echo.Thanks for using Minecraft Version Changer v1.0
pause
cls

v1.1
Code:
@echo off
:5
echo.
echo.Patching Minecraft To Version 1.1 Please Wait.....
echo.
copy Files\Minecraft1.1.jar %appdata%\.Minecraft\bin\
echo.
del /F %appdata%\.Minecraft\bin\Minecraft.jar
echo.
ren %appdata%\.Minecraft\bin\Minecraft1.1.jar Minecraft.jar
echo.
echo.Minecraft Has Been Patched
echo.
echo.Thanks for using Minecraft Version Changer v1.1
pause
cls

v1.2.2
Code:
@echo off
:5
echo.
echo.Patching Minecraft To Version 1.2.2 Please Wait.....
echo.
copy Files\Minecraft1.2.2.jar %appdata%\.Minecraft\bin\
echo.
del /F %appdata%\.Minecraft\bin\Minecraft.jar
echo.
ren %appdata%\.Minecraft\bin\Minecraft1.2.2.jar Minecraft.jar
echo.
echo.Minecraft Has Been Patched
echo.
echo.Thanks for using Minecraft Version Changer v1.2.2
pause
cls

v1.2.3
Code:
@echo off
:5
echo.
echo.Patching Minecraft To Version 1.2.3 Please Wait.....
echo.
copy Files\Minecraft1.2.3.jar %appdata%\.Minecraft\bin\
echo.
del /F %appdata%\.Minecraft\bin\Minecraft.jar
echo.
ren %appdata%\.Minecraft\bin\Minecraft1.2.3.jar Minecraft.jar
echo.
echo.Minecraft Has Been Patched
echo.
echo.Thanks for using Minecraft Version Changer v1.2.3
pause
cls

v1.2.4
Code:
@echo off
:5
echo.
echo.Patching Minecraft To Version 1.2.4 Please Wait.....
echo.
copy Files\Minecraft1.2.4.jar %appdata%\.Minecraft\bin\
echo.
del /F %appdata%\.Minecraft\bin\Minecraft.jar
echo.
ren %appdata%\.Minecraft\bin\Minecraft1.2.4.jar Minecraft.jar
echo.
echo.Minecraft Has Been Patched
echo.
echo.Thanks for using Minecraft Version Changer v1.2.4
pause
cls

v1.2.5
Code:
@echo off
:5
echo.
echo.Patching Minecraft To Version 1.2.5 Please Wait.....
echo.
copy Files\Minecraft1.2.5.jar %appdata%\.Minecraft\bin\
echo.
del /F %appdata%\.Minecraft\bin\Minecraft.jar
echo.
ren %appdata%\.Minecraft\bin\Minecraft1.2.5.jar Minecraft.jar
echo.
echo.Minecraft Has Been Patched
echo.
echo.Thanks for using Minecraft Version Changer v1.2.5
pause
cls

v12w15a
Code:
@echo off
:5
echo.
echo.Patching Minecraft To Version 12w15a Please Wait.....
echo.
copy Files\Minecraft12w15a.jar %appdata%\.Minecraft\bin\
echo.
del /F %appdata%\.Minecraft\bin\Minecraft.jar
echo.
ren %appdata%\.Minecraft\bin\Minecraft12w15a.jar Minecraft.jar
echo.
echo.Minecraft Has Been Patched
echo.
echo.Thanks for using Minecraft Version Changer v12w15a
pause
cls
Re: [Updated (12w15a)] Minecraft Version Changer

cool thanks! this is the programming board after all, good to get some code up in this bitch
Re: [Updated (12w15a)] Minecraft Version Changer

lol ya sense me you and cani are basicly the only people that provide code lol i was keeping it private cause i dont want people trojaning it and re releasing it other places but o well i will get over it LOL
Re: [Updated (12w15a)] Minecraft Version Changer

PaSS Wrote:lol ya sense me you and cani are basicly the only people that provide code lol i was keeping it private cause i dont want people trojaning it and re releasing it other places but o well i will get over it LOL

Meh, we know that this version isn't trojaned and there's already plenty of virus minecraft stuff out there already, its their fault if they don't get their stuff from the source.
Re: [Updated (12w15a)] Minecraft Version Changer

lol that is so true im not smart enough to write a trojan lol still to noob with coding :\  ive seen my fair share of trojaned minecraft stuff :\
Re: [Updated (12w16a)] Minecraft Version Changer

updated added 12w16a snapshot for this week as well as a few new features Smile
Re: [Updated (12w16a)] Minecraft Version Changer

expect a update with  12w17a very soon Smile

EDIT

Dos version will be updated Tonight Smile

Edit

Updated
Pages: 1 2 3 4