Skip 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.

Medusa

Scripter II
  • Joined

  • Last visited

Everything posted by Medusa

  1. You really don't need that. Also, is the nointerface mode actually worth using yet? @Patrick
  2. Ah. A thousand apologies then
  3. I don't think hash grows on plants. Pretty sure it's made after harvesting the buds on the plant.
  4. Medusa replied to jamesb96's topic in General Help
    Sounds like you're accusing osbot of hacking your account. Only staff member I think would want to do that is Mald, and even for him thats not worth it. They don't earn anything from hacking your account
  5. Medusa replied to jamesb96's topic in General Help
    Your account details were probably in some leaked database (or phishing site db) and someone ran it in a checker. That's why
  6. Soooooooooo why not just use the new osbot hwmouse EDIT: just realized that this might've been for an rsps
  7. Medusa replied to Medusa's topic in Money Making
  8. What is good? There literally isn't anything to learn on this thread. All images are gone
  9. Medusa replied to Medusa's topic in Money Making
    ok wrote git push -u origin master now we wait for token to pull ok thank you i always aprecitate bug report guy
  10. Thanks. Just give me the onlyfans access on Discord
  11. Can I have $10 paypal instead?
  12. That's cuz "Ricky" has a job, and you don't.
  13. No. It just double clicks when run energy is low, and grabbing item prices is fucked too. Script itself still works.
  14. hello i 12 year boy i want free trial can i get?
  15. I really like using mPlanker. It loads very fast, and it's free!
  16. Medusa replied to Medusa's topic in Money Making
  17. Apparently he is asking for someone to do it for him I thought the same thing as you
  18. Most likely won't ever be a thing since the average botter doesn't even know how to use mirror mode. (Meaning the average botter also won't know how to install a custom apk or ipa)
  19. import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; import java.util.Base64; public class API { public static void main(String[] args) throws IOException { String message = "Hello, how are you?"; String email = "EMAIL"; String apiKey = "API_KEY"; String token = authenticate(email + ":" + apiKey); System.out.println("provided token:" + token); System.out.println("please type exit to terminate chat"); System.out.println("chatbot:" + chat(token, message)); } public static String authenticate(String usrCredit) { String userAuth = usrCredit; String basicAuthPayload = "Basic " + Base64.getEncoder().encodeToString(userAuth.getBytes()); BufferedReader httpResponseReader = null; String result = ""; try { // Connect to the web server endpoint URL serverUrl = new URL("http://api.altchat.app/login"); HttpURLConnection urlConnection = (HttpURLConnection) serverUrl.openConnection(); // Set HTTP method as GET urlConnection.setRequestMethod("GET"); // Include the HTTP Basic Authentication payload urlConnection.addRequestProperty("Authorization", basicAuthPayload); // Read response from web server, which will trigger HTTP Basic Authentication // request to be sent. httpResponseReader = new BufferedReader(new InputStreamReader(urlConnection.getInputStream())); String lineRead; while ((lineRead = httpResponseReader.readLine()) != null) { result = result + lineRead; } } catch (IOException e) { e.printStackTrace(); } finally { if (httpResponseReader != null) { try { httpResponseReader.close(); } catch (IOException e) { e.printStackTrace(); } } } result = result.split(":")[1]; result = result.replaceAll("}", ""); result = result.replaceAll("\"", ""); return result; } public static String chat(String token, String sent) throws IOException { URL url = new URL("http://api.altchat.app/" + token); HttpURLConnection con = (HttpURLConnection) url.openConnection(); con.setRequestMethod("POST"); con.setRequestProperty("Content-Type", "application/json; utf-8"); con.setRequestProperty("Accept", "application/json"); con.setDoOutput(true); String result = ""; String jsonInputString = "{\"message\": \"" + sent + "\"}"; try (OutputStream os = con.getOutputStream()) { byte[] input = jsonInputString.getBytes("utf-8"); os.write(input, 0, input.length); } try (BufferedReader br = new BufferedReader(new InputStreamReader(con.getInputStream(), "utf-8"))) { StringBuilder response = new StringBuilder(); String responseLine = null; while ((responseLine = br.readLine()) != null) { response.append(responseLine.trim()); } result = response.toString(); } return result; } }
  20. ngl I have to agree with chris
  21. Medusa replied to chors's topic in Spam/Off Topic
    Eagle
  22. Stop being wide irl and the site will stop being wide virtually

Account

Navigation

Search

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.