-
Content Count
230 -
Joined
-
Last visited
Everything posted by Jarvis101
-
4 days straight on 2 accounts? What is that 12 on one 12 on an other?
-
Common troubleshooting - - Check if it's plugged in (Restart bot, check the settings (make sure your main attack isn't on a cooldown)) - Give it a good kick (Re-install the client, and try again with fresh settings) If these 2 solutions don't work, then there might be an issue with the way you're setting up your bot.
-
Have a configuration for a skill that works? post it here
Walt replied to topic's Jarvis101 in Character builds and strategies & Bot setups
Spectral Throw Priority (if not main) = 3 (if main 10) Max distance = 400 (if not main use below) use only if 3 monsters within 400 -
What you want for christmas(or other religeous holiday that is in december)
a topic posted Jarvis101 in Exiled bot - Off topic forums
We all have that one thing that we want, that's insanely expensive, or so contradicting to the norm that you would be afraid to ask your significant other/family for. What is it that you want? Me? I want this : -
Throwing Spectral Weapons...for a Noob by a Noob! (scion video added)
pronoooob replied to topic's Jarvis101 in Character builds and strategies & Bot setups
While I may not be playing on nemesis, the only time I died with this build is when i went afk on dominus fight. Much more solid than many of the other guides I've seen around here. -
Have a configuration for a skill that works? post it here
Walt replied to topic's Jarvis101 in Character builds and strategies & Bot setups
Decoy Totem: Cooldown: 5000 ms Max range: 300 Min Distance: 300 Priority: 3 Rejuvination Totem: Cooldown: 5000 ms Max range: 300 Min Distance: 300 Priority: 3 -
ofc, bloody made an undetectable d3 bot, and wants to prepare for the next expansion!
-
Cmon guys, get into the christmas spirit like the guy below, and get bloody a key!
-
This is being worked on, soon all item types will be supported.
-
Banned? Post your experience/Situation here. (For science!)
JodyHighroller replied to topic's Jarvis101 in Archives
Should probably ask if any other 3rd party programs were used, like exile-buddy, maphack, etc etc. -
When you use more than the default number of stash tabs, the offset of tab one is located farther to the left. You will need to open the coordinates.ini file for the bot, and change the x coordinate for stash_tab_x value to something that works for you. People with 10 stash tabs use the value 45.
-
1. You should never bot on your main account. Don't interact with your bots directly. Use middle man accounts for anything you do. 2. Of course their have been bans. Though most of them are from running 24/7 and not responding to GM tells, or sharing ip with people who use injection based bots. 3. If you know how to get away with it... yes! 4. Most people say 25, but you can start as early as level 3 in the mudflats. (because GM's monitor new accounts behavior IIRC)
-
Bot gets "stuck" at Raised Zombies and Allies cant die
Fusen replied to topic's Jarvis101 in Archives
bot does not support minions. can't differentiate between friend or foe. -
Throwing Spectral Weapons...for a Noob by a Noob! (scion video added)
pronoooob replied to topic's Jarvis101 in Character builds and strategies & Bot setups
Can this farm library easily enough? -
I dunno, I'd worry that it would draw in the crowds and cause inflation due to people who learn to bot from trying to trade
-
Not entirely sure, but I think alk already has the memory address to identify socket color. I say this because when dumping your inventory I think it shows socket color in the log.
-
Basically, an random call for functions which are time and or coordinate based. If coordinates, have a variable of -2/+2 pixels, if time based, have a variable of 200ms/-200ms. Makes things seem less automated on the server end when looking at logs.
-
The difference between mouse click/coordinates directly to the client, and simulating a mouse is the difference between getting caught or not. I'm pretty sure the client can tell when another program starts sending it messages, and when it does you get currency flagged then banned shortly after. The current method is safer, harder to detect, and still multi-boxable through the use of vm's. What more could you ask for?
-
That's true for smaller updates, but larger content updates change the code block size. For example, adding new skill gems would skew the size of the block that contains the items data. As for the dissasembler, I haven't taken any courses on assembly language or anything. I just remember doing a few tuts on basic disassembler usage, and never really played around with it. I suppose when I saw the ascii characters on the right, I assumed that they were comments.
-
reverse engineering isn't programing particularily. To call it programming would be to call milk and and eggs the same thing. Sure they both have to do with computers, but reverse engineering has less to do with code, and more to do with computer science, programming theory, reverse engineering theory, etc etc. It's what happens after you get the offsets that is considered programming. Sure programmers area dime a dozen (though good ones are hard to find), but computer science majors, or self taught geniuses that you can trust and have aligned interests are not only hard to find, but are in high demand.
-
25000 is too long, i usually do it with a 10000 cd
-
ImTotalyDrunks huge dream-feature list
ImTotalyDrunk replied to topic's Jarvis101 in Exiled Bot Feature Request
but this bot doesn't use pixel detection, it uses memory address reads. Writing a pixel detection scheme and weaving it in would be overly complicated. Edit : My opinion at least.