Everything posted by Koschei
-
Automatic suicide gold farming progress
Cool project, I'll try following this one when you update it
-
[FARM BAN] Not All Proxies Are Created the Same
If you don't mind me asking, which provider caused the bans? So I can stay away from them.
-
Flagged IP
If you're casually botting on it you should be able to continue without an issue.
-
GF Banned
My main account has two temporary bans, but you should stay away from methods that are considered like gold farming and stuff as that will result in a perm ban. Also, you probably don't want to test Jagex, so just quit botting.
-
[FARM BAN] Not All Proxies Are Created the Same
Why did you switch providers even?
-
Accounts with 99/99/99
I feel like you would make more by manually training someone else's account than if you were to make an account that has those stats. Honestly, just need to find someone that would want it to be created for them.
-
Staff of the Dead Pure
Would be anywhere from 75-100m imo, but they could vary a bit more since they're a bit of a niche account.
-
did we go back to 2005?
Too bad the bans are back again though ;(
-
What would you choose.
I would go with 45 Defence 52 prayer 60 attack (would go with 75 instead, but I like ags for msb to ags) I would say 55 prayer if you like hybridding
-
Autoclicking to 99s Project 2
Cool project, did your other project get temporarily banned or was it permanently banned?
-
Botted for only 6 hours last night and boom banned
Did you log into it from a random ip or was it the one you always logged into it on?
-
QUACKEDTUTORIALS | VOLUME 1
Wow, this is really cool. Don't have any use for buttons or any photoshop stuff, but when I do again I think I'll revisit this thread.
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
Is it still this gp/hr? ?
-
Making multiple accounts
Just stick to the proxy, no need to try making them using a VPN. When creating them you can get an extension to enable proxies btw. Also should add that this is the market section.
-
GUI Concept
Wow, this is a really cool GUI. Good job! Will you be releasing the script soon?
-
Digital Ocean and account locks
Can't you just use proxies to prevent this?
-
Does having a proxy increase chances of appeal?
It can help, but honestly trying to appeal is one of the most annoying things to do. Not as easy as it used to be anymore.
-
str method w319
Heard about a couple people doing this for 10 hp obby mauler ironmen, would be a fun project to start one of them.
-
[OSRS Mobile] How to Get Free 7-Day Memberships + Mobile on Windows
Ooo cool method, does it still work?
-
[Gold Farm]Automatic Farming w/ Database
Has the interface or functions changed much from your last updates? Looks like a cool project
-
How do you setup a macro to drink prayer pots
I would just record myself when bursting normally, just make sure to click a teletab when finished just in case you forget about your character.
-
i got a new phone..
I've played RSMobile a couple times on my Galaxy S5, but I'm normally too busy to play whilst working ?
-
Desktop view on dedicated server
Yes, just install the operating system and vncserver, then you can connect to it using tightvnc or a similar viewing application.
-
7qp F2P Quester
Maybe easier to just use a switch statement with a value rather than have a bunch of if statements. if(api.configs.get(29) == 0) { //code } if(api.configs.get(29) == 1) { //code } etc to something like switch(api.configs.get(29)){ case 0: //code return 600; //Default sleep or just break case 1: //code return 600; }