Everything posted by Medusa
- [Open Source] Account Creator - Alpha
- [Open Source] Account Creator - Alpha
- [Open Source] Account Creator - Alpha
-
First solo raid
nah, but he's still VIP on a botting forum, which could make it look like he is botting. In general it's a good idea to blur usernames on botting forums lol
-
First solo raid
Gz lol. Might want to blur that username or smth?
- [Open Source] Account Creator - Alpha
-
OSbot crashes after login
Try to run it from a command line using -debug 5005 EDIT: Just realised this is from the 2nd of November...
-
Im not sure how to change signature
https://osbot.org/forum/settings/signature/
- [Open Source] Account Creator - Alpha
-
Cyberghost alternative(s)
Windscribe. Honestly, any VPN is better than Cyberghost.
-
How does WebWalking generate a walkable path
Pretty sure it's mapped with different "coordinates" it can walk on, but idk tbh. We have access to the use of WebWalking, but I don't think we can access to actual "data" it contains.
- [Open Source] Account Creator - Alpha
-
(LOOKING FOR PARTNER) Farming With my Own Script 2.0
Looks awesome! Good luck with the project, and as other people might've said, be careful when you choose your partner
-
mPlanker
Membership is required for using the sawmill. Also says you need membership in this thread :))
-
[Open Source] Account Creator - Alpha
The email method works. your-email+1@gmail.com would just be an extension for your email, and it'll send the messages to the inbox of your-email@gmail.com. Sure. I made this project open-source in order for people to add their own features, fix bugs etc. If you have any socks5 proxies you can give me in order to add the feature, I might be able to do it pretty soon.
-
why need 100 posts?
Why gravedig and get your post count up like that though? (I realise I'm doing basically the same now, but I'll happily have this post not count towards my total post count) tbh not sure Spam/Off-topic counts ¯\_(ツ)_/¯ I should've thought more about it before I called you out
- [Open Source] Account Creator - Alpha
-
Database Connections
What he said. Just make an API using whatever web-development languages you know, and use that to do whatever you need. Also, databases are used for a lot of stuff. Automatic account switching, muling, statistics of your botting etc.
-
mPlanker
The script should now be updated and working. Please let me know if you're experiencing any bugs
-
Get price per item?
There's a class snippet on here which could help you get the price of different items. https://osbot.org/forum/topic/68912-grand-exchange-price-api/ Not sure if it's outdated, but you should 100% try it out.
-
⭐ Swapping Runescape 3 & 07 gold ⭐ Great Rates - Bulk Gold Available⭐
What are your rates? Pretty sure people would like to know...
-
Where do you live? What is your profession?
Denmark - Highschool
-
Programmer?
Feel free to send me a PM
-
Script leaderboard on website
Send me a PM and I'd be happy to take a look at what you're requesting
-
Grand Exchange Price API
I'm guessing you'd just want to make a class with this code. Then call the function inside that class, which is called "parse". Then type item id and if you're buying or selling. Example: int onePrice = GrandExchange.parse(1, "buying"); That would get the price of the item with id 1. EDIT: In general you really just want to use the functions provided in the class.