-
Posts
8365 -
Joined
-
Last visited
-
Days Won
14 -
Feedback
100%
Chris last won the day on November 6 2023
Chris had the most liked content!
About Chris

Contact Methods
-
MSN
https://discord.gg/CGHsd4a
-
Website URL
https://discord.gg/CGHsd4a
-
ICQ
https://discord.gg/CGHsd4a
-
Yahoo
https://discord.gg/CGHsd4a
-
Skype
https://discord.gg/CGHsd4a
Profile Information
-
Gender
Male
-
Location:
Florida
-
Interests
Programming, Games, Anime, and More
https://discord.gg/CGHsd4a
Recent Profile Visitors
79847 profile views
Chris's Achievements

Dragon Poster (9/10)
3.3k
Reputation
-
Are you using low cpu mode? I don't encounter this but I guess it depends on your account stats and how fast your kills are.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
need low latency when running the walking methods because any lag can make you miss ticks. you can: check proxies choose a better world make sure boss overlays are off in the runescape settings Java process set to high priority
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
I don't support ferox. ?
-
Glad to hear it is working well for you. For future purchases I would recommend you make a paypal account so its easy to cancel subscriptions on your end.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
You will need to call then if you get charged. But also check the osbot store auto renewal
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Need to cancel renewal on paypal and the website.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Not an issue. The script should resume without issues unless something else is causing problems. Check the rest of the logger for more information if its just sitting idle.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Latency issue: Switch worlds closer to your region Check your proxies (if using) Task Manager -> Java -> High Priority Turn off boss overlay ingame settings Close osbot client side bar menu (shows scripts, bot window, etc)
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
try InventorySlotDestination currItemDestination = new InventorySlotDestination(bot, currentSlot); InventorySlotDestination placementDestination = new InventorySlotDestination(bot, mapSlot); if (currentSlot != mapSlot) { if (bot.getMethods().getMouse().continualClick(currItemDestination, new Condition() { @Override public boolean evaluate() { return bot.getMethods().getMouse().move(placementDestination) && placementDestination.evaluate(); } })) { //sleep or do something after? } } This is an example from my code I use to sort my inventory using a map of items. this is how I get it to drag items around So mapSlot would be slot 27?
-
GlassNhearts started following Chris
-
Paypal
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
UPDATE DRG 41.0-42.0: Fixed equipment loading for personal and anti-pk checks
-
I pushed out v41.0 to fix the equipment loading issue from the previous game update. When you load the new version make sure it is spitting out the correct loaded equipment before leaving your bot. Example:
-
UPDATE VRK-85.0: Fixed issues with equipment loader.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
v85.0 resolved this
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
just buy a udemy course on java then read the docs