Everything posted by Token
-
Weekly Mod Memes
Holy shit I thought this was about me running for mod
-
Khal AIO Tabmaker
Confirmed the best script on the market. Ran flawlessly for half a year. This is my secret goldfarming weapon.
-
REKT
- Do you think the United Kingdom is gonna stay in the EU?
I just quit my job to emigrate and beg in the UK. Don't ruin my chances.- Making money g.e flipping
If you want to make money flipping you will have to be there...- Making money g.e flipping
How about you do powerleveling/questing/minigame services if you want money?- Looters/Shop Buyers
Why they are allowed?- Looters/Shop Buyers
Yes they are allowed on the SDN- Who will win this evening?!
- Need help.
Scripts can no longer verify if the user is using mirror mode since the removal of Client#isMirrorMode(). It's not the scripter's responsiblity to make his scripts compatible with mirror mode as we write the same code for both clients and same code should work exacly the same on both of them, otherwise we would still be given access to verifying if the user is running a mirror mode client and act accordingly in script code. If this bug doesn't happen on stealth injection, it is most likely not a bug in @Czar's code, but the mirror client. Posting a more detailed report on this issue, including your client settings such as breaks, whether script should stop on logout (there is a checkbox for that, make sure that's not the issue) and the script settings themselves may help.- Change trees according to level
enum Trees { NORMAL(1, new Position(...)), OAK(15, new Position(...)), ... ; private int level; private Position location; TREES(int level, Position location) { this.level = level; this.location = location; } public static Trees getCurrent(Script script) { int c = script.getStatic(Skill.WOODCUTTING); if (c < 15) return Trees.NORMAL; else if (c < 30) return Trees.OAK; else if (c < 45) return Trees.WILLOW; else if (c < 60) return Trees.MAPLE; else if (c < 75) retirm Trees.YEW; else if (c < 90) return Trees.MAGIC; else return Trees.REDWOOD; } } Trees current; @Override public void onStart() { current = Trees.getCurrent(this); ... } @Override public int onLoop() { current = Trees.getCurrent(this); ... return 69; } When you are chopping a tree different from current, then its time to switch- Moving to Romania?
If you want to move to romania you should get married in romania. I'm not sure if any country in the european union will consider your marriage certifcate as being valid if its brazilian, or will require a lot of effort and time.- Moving to Romania?
I'm romanian I don't wanna go to brazil tho- Progression Bar
look at your baseXp- What kind of an Anti-Ban does actually work?
That has nothing to do with the detection system. If a legit player gets detected you can figure out how badly programmed their system is. Doesn't matter if their appeal gets accepted or not, they did a mistake in the first place, and this flawed system is used to catch bots.- What kind of an Anti-Ban does actually work?
That's exacly why so many legit players get banned nowadays- What kind of an Anti-Ban does actually work?
Client code is obtained by decompiling not by googling though. There is code that records 500 mouse positions in the runescape client but these are not used anywhere.- What kind of an Anti-Ban does actually work?
No.- What kind of an Anti-Ban does actually work?
If you want to write an efficient anti-ban you should first think about how a bot detection system is implemented. Most important thing you should know before this, which most people don't, is that jagex has no way to track mouse movements. Sending instant input to the client, repetitive mouse patterns, clicking the same pixel 24/7 will not get you banned. Simulating a player that watches youtube in a separate window will therefore not help you at all.- Account
- Castle Wars Tokens
I wouldn't have looked at your request if it wasn't all about me- How Much $ Would You Trust The Person ^ You?
$69- How To Launch Over 10 Clients? Without Getting Applet wont Start Error Mirror Mode
Run in them in virtual machines- Snapchat filter thread; send in your pics with filters on! :)
- Do you think the United Kingdom is gonna stay in the EU?