im working on replacing all links! sorry!

[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: chris48xmusic  
Forum » CrackedForYou » Shit You Made » Skype Tools » [CODE] SkypeTool/SkypeBot code for security [CODE]
[CODE] SkypeTool/SkypeBot code for security [CODE]
suckerforpainofficial1290Date: Wednesday, 2016-09-07, 6:56 PM | Message # 1
General
Group: Users
Messages: 5
Reputation: 0
Status: Offline
ADD MY SKYPE IF YOU GET CONFUSED SUCKERFORPAINOFFICIAL! :D

How to get dropbox - Available to users only

So what you have to do is open your Vb.Net project and go to the bottom of the code and type

Public Sub isAuthed()

Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create("ADD YOUR LINK HERE BUT REMOVE THE ZERO AT THE END AND ENTER ONE")
Dim response As System.Net.HttpWebResponse = request.GetResponse()

Dim sr As System.IO.StreamReader = New IO.StreamReader(response.GetResponseStream)
Dim authedusers As String = sr.ReadToEnd()

If authedusers.Contains(AxSkype1.CurrentUserHandle) Then

MessageBox.Show("You Are Authenticated!" + vbNewLine + "Enjoy Using My SkypeTool!", "SkypeTool!", MessageBoxButtons.OK, MessageBoxIcon.Information)

Else

MessageBox.Show("You Are Not Authenticated!" + vbNewLine + "SkypeTool Will Shutdown Now!", "SkypeTool!", MessageBoxButtons.OK, MessageBoxIcon.Information)
Close()

End If

End Sub

Now go to Dropbox and create a next text file called "authedusers" and add your Skype username then save and close it

Then right click the text and copy Dropbox link and paste it in the area where it says "ADD YOUR LINK HERE BUT REMOVE THE ZERO AT THE END AND ENTER ONE"

Remove the 0 and replace it with 1, so now what it will do is run through your Dropbox till it finds the text "authedusers" then it will check who's username is in it and let them use the tool

Now go to Form1_Load and type in isAuthed() and it will either allow or not allow people to use the tool if the persons name is in "authedusers" it will and if not it wont.


I HOPE THIS HELPS :D


Message edited by suckerforpainofficial1290 - Friday, 2016-09-09, 5:07 PM
 
Forum » CrackedForYou » Shit You Made » Skype Tools » [CODE] SkypeTool/SkypeBot code for security [CODE]
  • Page 1 of 1
  • 1
Search: