Jump to content

XavierM

Members
  • Posts

    1318
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by XavierM

  1. Goldfarmers eventually realized that you get goldfarm bans quick when you run multiple account in a single IP. So they can either separate the account in more VPSs or keep them in the same machine and "assign an IP to each account".
  2. First of all, just wanted to say that this is common sense to people that know Java and I'm writing this quick guide because it was requested. Also, I'm quite sure that OSBot will add proxy feature in the client itself soon. NOTE: There's a small problem. You are setting the proxy to the whole application, so all tabs ran in this client will use the same ip/proxy. Solution: Run multiple clients. NOTE2: People is saying that proxies dont work. You are using dead/slow proxies that you probably found in free lists. You will never be able to bot with that. You need to buy premium lists/private proxies. I turned one of my vps into a proxy (temporarily) so you know that good proxies work well with little latency: -DsocksProxyHost=atscripts.servebeer.com -DsocksProxyPort=69 People saw it worked perfectly so I'm removing it now STEP #1 -Make a new folder -Copy latest osbot client into the new folder -Rename osbot client to "osbot.jar" STEP #2 -Open Notepad -Paste this text on it @echo off java -DsocksProxyHost=PROXY_IP -DsocksProxyPort=PROXY_PORT -jar osbot.jar pause -If you dont want the black cmd window to show, you can use replace "java" with "start javaw" -Replace "PROXY_IP" and "PROXY_PORT" for your respective proxy ip/port. Example: -Save As -> "anyname.bat" (Select all types) -You can simply edit it anytime you want by right-click and chose "Edit" STEP #3 -Double-click the .bat file to open osbot using the proxy. -If you get an error saying "'java' is not a recognized command blablabla", edit your .bat file and do this: -If you get an error saying 'unable to find "osbot.jar" blabla, you probably fucked up renaming osbot.jar and you renamed it to osbot.jar.jar because your OS isnt configured to show all file extensions. FAQyou Q.This guide only shows how to do it on Windows, how can we do it in our operating systems? A.Google. Q.Where can I get Socks5 proxies? A.Google. Q.Why are you so sexy? A.Google.
  3. Disappointed that is temp
  4. XavierM

    Square PiP

    doesnt matter
  5. My suggestion would be to remove glow from all ranks, it's ugly asfck
  6. XavierM

    Trade API

    if you read the terms and conditions you may not use my code for any premium scripts.. do not be talking smack mr asshole Problem is that you won't know if anyone uses it or not xd Anyway, some notes: public static int mytradescreen = 48; use correct java naming conventions, if you are coding for yourself I wuldn't give a fuck, but if you are trying to write modular code api/library you need to use conventions or people will have a hard time understanding the code. private Script script = Context.script; Don't use static for the sake of god. You are supposed to use oop with osbot, if you use static the vars will be "shared" to all tabs withing the client. You should init this class with a Script argument instead. public Item[] getItems(int screen) throws InterruptedException { ArrayList<Item> array = new ArrayList<Item>(); if (tradeScreenOpen()) { Item[] itemArray = Context.script.client.getInterface(335) .getItems(screen); for (Item i : itemArray) { if (i != null) array.add(i); } } return array.toArray(new Item[array.size()]); } ????? getFirstScreenItemByInteger *ById maybe public static int ourSecondScreen = 37; public static int otherPersonSecondScreen = 40; There are 4 more childs for second screen messages Only good thing worth mnetioning is the getItemsSecondaryScreen method that seems very clever
  7. XavierM

    [DENIED]New Rule

    vip is still worth nothing, unless you're selling 5$ accounts
  8. I thik that if then maybe but you theres always a change to so well I still think so
  9. why was this moved
  10. Nope.
  11. XavierM

    LOL

    coffee 2 sugars pls
  12. Makes it more portable plus you can put cap on and it can be hidden as flashlight. lets hope no one tries to change the batteries
  13. Love in my pocket, but I just can't get no money
  14. XavierM

    So

    ah new vpn ip and its fine
  15. XavierM

    So

    Nah I created 4 accs already, on 5th it gave me this error (I always need to resend email because first one never sends) Unless I can play on the account without email registered
  16. XavierM

    So

    why cant i make more accs
  17. relax and drink a beer, not necessarily in this order.
  18. Once upon a time I had a dream
  19. YES lets all get banned!! hurry everyone!"
  20. osrs is not based on 377 revision tho
  21. Hey we're at 28th October already Anyway can't raf or other admin or other person fix the chat?
  22. Pretty nice data, thanks
×
×
  • Create New...