Xizilion

Junior Member
  • Content count

    9
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Xizilion

  • Rank
    Newbie

Recent Profile Visitors

72 profile views
  1. Application Name: Fulcrum Bot Application Description: League of Legends referal Bot Application Download Link: http://fulcrumbot.com/Fulcrum_v2.8.2.3.zip Official Webpage: http://fulcrumbot.com/
  2. So im trying to do a login on Powerclick by a C# webbrowser and when i pressed the login button (manually) it just refresh the page instead of login using System;using System.Drawing;using System.Windows.Forms;using System.Net;using System.IO;namespace ClickTest{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { Browser.ScriptErrorsSuppressed = true; Browser.Navigate(textBox1.Text, "_self", null, "User-Agent: User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0"); } private void Browser_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { var elements = Browser.Document.GetElementsByTagName("input"); elements[1].SetAttribute("Value","User"); elements[2].SetAttribute("Value", "Password"); var captchaimage = Browser.Document.GetElementsByTagName("img"); listBox1.Items.Add(captchaimage[0].GetAttribute("src")); WebClient wc = new WebClient(); byte[] bytes = wc.DownloadData(captchaimage[0].GetAttribute("src")); Bitmap image = new Bitmap(new MemoryStream(bytes)); } }}Can any1 see any problem with the code or can help me with the code
  3. Well if you do lvl 5 accounts with recruit a friend you can redem 250 ips for each account that you make at lvl 5. a bot take like 2h to make an account till 5 so do the maths with 12 VMS he makes about 110 accounts till lvl 5 per day
  4. what do you mean with this post? do you need the enigma box v1.3? (btw that isnt a bit old since exist v6.60)?