Riptide Mage
Members-
Posts
880 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Gallery
Events
Blogs
Everything posted by Riptide Mage
-
You're given the option to pick which one you want...
-
Why are you not at 34 prestige at level 67 dng?
-
45,649 exp/hr
-
Runefest - Insider Session Breaking Bots
Riptide Mage replied to RoswellCrash's topic in General Discussion
The downloadable client has a jre built into it, hence why you don't have to download java separately. To monitor for interactions between programs requires a low level driver and cannot be done in java. It also cannot be done without a user downloading and installing a piece of software that requires administrative access on the computer. You're forgetting that RS is a signed applet, which means that it can do everything that a native executable can do (including running native code). If Jagex wanted, they could make a drive-by installer for PunkBuster/equivalent (admin privileges are required for installing it, of course). Java itself cannot run native code, it can execute a separate, native, program which in return provides output to the java applet, but java itself cannot access any of the things required to emulate programs like punkbuster. The entire point of runescape as a java applet is to be able to play it on any system without having to install anything or have any special privileges. -
Wouldn't it be the other way around since glacors are ancient beings?
-
My guess would be more people want to wear them more places than the other boots.
-
Ragefire are around 8mil Glaiven are around 20mil Steadfast are around 28mil
-
Runefest - Insider Session Breaking Bots
Riptide Mage replied to RoswellCrash's topic in General Discussion
To monitor for interactions between programs requires a low level driver and cannot be done in java. It also cannot be done without a user downloading and installing a piece of software that requires administrative access on the computer. -
Runefest - Insider Session Breaking Bots
Riptide Mage replied to RoswellCrash's topic in General Discussion
It could be done in a way that anyone logging in past time X has to update but if you were logged in already at time X you are fine until you log out. -
[qfc]15-16-833-63218755[/qfc] For those who don't want to have to search.
-
Runefest - Insider Session Breaking Bots
Riptide Mage replied to RoswellCrash's topic in General Discussion
Java is easily reverse engineered. It has always been this way and will always be this way. It can be obfuscated, but even then it is just a matter of time until it is broken. Frequently changing the obfuscation method would greatly hinder bots, but it would also require legit users to redownload the client much more often, and would cost Jagex much more bandwidth. -
This. Confirmed on forums they changed the way max hit splats work. Please link to your source when making statements like this. Was on some random thread the day of the update, doubt it's even on the forums anymore. So therefore there is zero proof of this claim...
-
Post all RS Screenshots, Videos, and Sounds here!
Riptide Mage replied to misterxman's topic in General Discussion
Wonder what the odds of this drop are. -
This. Confirmed on forums they changed the way max hit splats work. Please link to your source when making statements like this.
-
Post all RS Screenshots, Videos, and Sounds here!
Riptide Mage replied to misterxman's topic in General Discussion
Man, that blows. I remember when While Guthix Sleeps was released, something similar happened to me. I didn't have the herblore and farming requirements at first, so I had to spend a few days getting those levels. Once I finally finished the quest and got my dragon armor piece, they crashed majorly in price the very day I got mine!@! I missed out on 12m, and damn I was pissed. Some Numbers: - 1 shard every 10 kills - 40 (or more) kills an hour - 4 shards an hour - 25 hours for 100 shards - 100 shards = 40 mil - 1 shard = 400k - 1.6mil an hour plus more from boot drops and elite clues - 40 blue charms an hour - Ton of magic/hits/def exp/hr -
This http://www.tip.it/runescape/?quest_calc but for tasks would be awesome.
-
Passwords are easily decrypted unless the hash is encrypted based on your hardware or something. And if you search around, you'd see some people actually have their hands on several databases. I was just pointing out that with the information they have PLUS the information the OP had revealed himself is what helped the hackers for the whole recovery process. Sigh: good luck with decrypting them. It will take you what, a thousand years to decrypt a mysql table? Really don't just believe anything you read, be critical, LEARN before posting statements. IPB uses a randomized salt, so it is impossible to decrypt. Unless you know the salt (impossible) - or use brute force methods. Salted hashes are far from impossible to break. If someone were to compromise the server they would be able to dump the sql tables as well as view the salt. Examples: Only hashed - md5($Password) - Easily cracked, a publicly available 380 gb rainbow table will break any password that uses numbers, letters (capital and lower), and spaces; extremely vulnerable to sql injection Hashed and salted using a global salt - md5($Password.$SiteSalt) - Just as easily cracked as a password that has only been hashed (if the hash is obtained from the webserver); however, this would require generating a custom rainbow table which takes a bit amount of time (giving the site time to inform users) Hashed and salted using a user salt - md5($Password.$UserSalt) - Requires a new rainbow table for every user (See next paragraph); this is extremely vulnerable to sql injection if the default hashing algorithm has not been changed, IPB uses md5(md5($salt).md5($password)) by default, I hope tip.it changed it Hashed and salted twice - md5($UserSalt.$Password.$SiteSalt) - Requires a new rainbow table for every user, which is very impractical unless targeting specific users, usually in this case the hacker will run a list of common passwords through the hashing algorithm for each user, hoping to crack a percentage (interesting note: I recently redid the security on a site I maintain that has 25,000 users; of those users 6% used one of the 5000 most common passwords [based on this] and 4% used their username as their password, extrapolating that to the worst case scenario where tip.it is breached, at least 20,000 accounts would be compromised with ease, and even more would be compromised after using a dictionary based attack [of users who used a dictionary word, 10% used the word followed by the number 1]) One of the best ways of ensuring user security after a hack is by using two salts, a site wide salt and a individual salt. Unless the sql server and the webserver were located in two different places and only the sql server was breached would an attacker ever need to decrypt the sql database. If the webserver is breached it WILL have the sql connection details in plain text in order for the site to function (or possibly encrypted using zend, but that that's still easy to bypass) and it WILL have a any site-wide salt in plain text.
-
Jagex: Guide to ruining botting.
Riptide Mage replied to sirroflcat's topic in RuneScape Suggestions
FurbyOCR and LeoSleep easily bypassed all captchas on sleeping bags in classic. Sites like decaptcha.com charge $2 per 1000 captchas which easily voids any captcha based anti-botting solution. -
I went from 66->78 over the weekend training exactly as you are. This is what I did: 66->69: Red sallies 70->76: Common Jadinko I used the spot shown here: I used a arctic bear at all times. I used hunter potions from 70->73 hunter. At level 70 I was getting 42k exp an hour, by level 77 I was getting 52.5k exp an hour. This was a bit over 2000 common jadinko, which may seem like a lot, but did give me a decent stockpile of all juju herb seeds. 77->79: Igneous/Carrion As soon as I hit 77 I used hunter potions to get my first piece of witchdoctor clothes and got the mask as soon as I hit 78. The Igneous/Carrion method is outlined here: http://forum.tip.it/topic/281681-herblore-habitat/ I used hunter potions to catch the Carrion Jadinkos. This averaged 106k exp/hr for me so far. 80+: Draconic/Common
-
What's the point of the glories unless abyss crafting? Void range is superior to full slayer helm.
-
completing tasks brings gp in
-
Keep: - Fury - Armadyl Body (for use with void) - Ranger boots (sell if close to 95) - Onyx ring Sell if needed: - 18,390 Blood runes - 79k pure essence - 5386 Death runes - 9004 Nature runes - Staff of light - 1 Berserker ring Sell: - Full Bandos - Armadyl Legs & Helm - Wizard boots - Full infinity - Teacher wand - 922 Bird nests - Bandos Godsword - Verac set - Karil Set - Ahrim set - Torag set - 1 Berserker ring - 75 Glories - Gnome scarf - Full gilded set - Full adamant (g) - Full rune (g) - Full rune (t) - All god ranger sets - 1762 Coconuts - 1350 Pineapples
-
Look at all them attempts to hack my pro account!
Riptide Mage replied to cruseder4's topic in General Discussion
An active account on a botting forum being the second result on google for "cruseder4 email" doesn't help. -
Excuse me? 1 input (keystroke, mouseclick, mousemove) must be one action, no more. Moving and clicking are separate actions. Moving to a predefined spot is not allowed (you can't do that with a mouse normally (that is you can but you need to guide it all the way)). 4 6 4 6 Mouse can jump between 2 specific points with mousekeys. Your point of moving to a predefined spot is null. Touch screens can also move to a defined spot with no movement in between.
-
1/2/3/4 dose potions of cheap potions
