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 remote shutdown [CODE]
[CODE] SkypeTool/SkypeBot code for remote shutdown [CODE]
suckerforpainofficial1290Date: Thursday, 2016-09-08, 0:03 AM | 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 remoteShutdown()

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 System.IO.StreamReader(response.GetResponseStream)
Dim remoteCommand As String = sr.ReadToEnd()

If remoteCommand.Contains("1") Then

'The tool will open fine.

ElseIf remoteCommand.Contains("2") Then

TabControl1.Enabled = False

'The tool will open but all option will be locked.

ElseIf remoteCommand.Contains("3") Then

Close()

'The tool will refuse to open.

End If

End Sub

Now go to Dropbox and create a next text file called "remoteshutdown" and type "1" in it and 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 "remoteshutdown" then it will check what number is in it and then the option will run

Now go to Form1_Load and type in remoteShutdown()


1 - The tool will open fine

2 - The tool will open but all the options will be locked

3 - The tool refuses to open

It will work now.

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 remote shutdown [CODE]
  • Page 1 of 1
  • 1
Search: