Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Wife

Trade With Caution
  • Joined

  • Last visited

Everything posted by Wife

  1. Tried multiple different ports. Currently usins 32567, still the same.
  2. Ok. Im trying to create a simple TCP Client / Server. The problem I'm having is with !System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it. My best bet is that the socket listener is not working, but I could not figure out why. Any help is appreciated. public partial class Primary : Form { public static int port = 80; public static TcpListener listener = new TcpListener(IPAddress.Any, port); public static Thread conn = new Thread(awaitConnection); static void awaitConnection() { listener.Start(); listener.AcceptSocket(); MessageBox.Show("New Connection received."); } public Primary() { InitializeComponent(); } private void Primary_Load(object sender, EventArgs e) { conn.Start(); } private void toolStripStatusLabel1_Click(object sender, EventArgs e) { } } and class Program { public static TcpClient client; public static int port = 80; //Connection port public static string ipaddress = "25.52.118.139"; //Connection IP Address static void Main(string[] args) { client = new TcpClient(); try { do { client.Connect(IPAddress.Parse(ipaddress), port); //Establish and maintain connection until it's no longer available. } while (client.Connected != true); } catch(Exception err) { Console.WriteLine ("Error!" + err); } } }
  3. Wife posted a topic in Spam/Off Topic
  4. Wife posted a topic in Spam/Off Topic
    deeeespaaaaciito i dont know the words, so i say burrito.
  5. PH Levels vary even on groundwater from 6pH to over 8pH. It's completely normal if you buy 2 bottles of water and they have different levels of pH. Also pH can not be alone used as a method of measure when it comes to drinking water. Stupid yankee bitch teaching bullshit to her kid.
  6. Seems like it. Tho in this picture it failed to copy file from the location.
  7. Exactly. I'd rather bring my money to an company that can tell me their contract terms before making the contract via customer service.
  8. I am currently in a 2 year long contract hell with Telia.
  9. Implying that fibre is available everywhere. The nearest core cable to my location is 35km away. Also would like to add, 19.90€ is 5€ less what I pay for my ADSL2 connection, and I m lucky to get 10mbits download with that. Also, why in the hell would I buy this same device with 2 year contract, when I can get it without any contracts, for the same price. LOL.
  10. Cool story bruh. It's not poor people's business where I spend my money. It's the same price for everyone, poor people still might think it's expensive. Also, you should know prepaid means no contracts.
  11. Wife posted a topic in Spam/Off Topic
    I, supreme and universal Khan of the united Finnic khanate, Facial Khan hereby announce that I will be assuming control over spam/off-topic. Also mods please go away, no man commands me, I answer to the allmighty Lord.
  12. I bought a prepaid 4G Modem with 30-days unlimited data transfer for 59.90 (40€ for the device and 19.90 / month of unlimited surfing.) time to ditch my old ADSL2+ piece of shit. Just bought 12 additional months 19.90€ / month.
  13. Wife posted a topic in Spam/Off Topic
    http://i.imgur.com/wHkyNQL.jpg
  14. Wife replied to Wife's topic in Spam/Off Topic
    boss ded
  15. List of every PUBLIC sauna in Finnic Khanate. Does not include the over 1 sauna / capita that are privately owned. Also, please note I am the Khan of this khanate.
  16. Wife replied to LITM's topic in Web Development
    Adding you later. 8+ years of HTML, CSS, JS and PHP. I am a true god when it comes to secure SQL queries via PDO.
  17. fuck you bitches im famous
  18. i has ask boss evil man if ok bring wife work
  19. Who the fuck would break into a house where lives a bear sized dog and a giant?
  20. Includes following; atleast one big dog's food bowl (diameter 50cm {19inch}) a sack of broken moose bones to fill the bowl with euro size 50 combat boots (US size 14) e. usage guide; place in front of your door only 99.99$ + shipping!!!!! guaranteed work
  21. Experts say that the purpose of shitpost is to be confusing, stupid or just otherways meaningless content. Latest trend on Spam/Off-Topic: #ClickbaitTitle
  22. Wife replied to Wife's topic in Spam/Off Topic
    public function forceAutism($makesense) { $sth = $this->dbhandler->prepare('SELECT * FROM facial WHERE question = :makesense); $sth->bindParam(":makesense", $makesense); $sth->execute if($sth->rowCount() == 1) { return $autism; } return $autism; } this is meme

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.