Everything posted by House
-
[Javacadabra] Want to learn Java from scratch ? - Brainstorming
Trying to talk to botre
-
[Javacadabra] Want to learn Java from scratch ? - Brainstorming
I'm not directly stating its what you are going to teach, my point is to teach you have to know the proper way and not just the way that works!
-
[Javacadabra] Want to learn Java from scratch ? - Brainstorming
Make sure you teach stuff that is correct / conventional and not ghetto osbot scripter equivalent
-
How to calculate buys per hour?
int itemCount = (int) getScript().getInventory().getAmount("Beer"); public int getIncrease(String name) { int count = 0; for (Item item : getScript().getInventory().getItems()) { if (item == null) break; if (item.getName().equals(name)) count++; } int increaseAmount = count - itemCount; itemCount = count; return increaseAmount; } Don't forget to handle when you bank and the increase becomes negative
-
cant log in
Just in case you're not sure what "alphanumeric" means. Anything that's numbers and letters.
-
IS THIS THE TYPE OF BUSINESS OWNER THE COMMUNITY NEEDS?
I can't handle your memes 3much5me
-
IS THIS THE TYPE OF BUSINESS OWNER THE COMMUNITY NEEDS?
I know all this, Just if plebs see posts like this they will be like "omg Realist is ".
-
IS THIS THE TYPE OF BUSINESS OWNER THE COMMUNITY NEEDS?
I cant decipher @Zerker 's intentions, he memes with Realist but then also fucks him over by posting it.
-
aHopper - add basic world hopping utilities to your script
Can't wait till it tries to hop to a DMM world or a PVP world
-
WorldHopping
Untested: boolean hop = false; int oldWorld = -1; if (hop) { if (getStore().isOpen()) { getStore().close(); return 300; } getWorlds().hopToP2PWorld(); if (oldWorld != getWorlds().getCurrentWorld()) hop = false; return 300; } if (!getStore().isOpen()) { // open store return 300; } String item1Name = "Item1"; String item2Name = "Item2"; Item item1 = getStore().getItem(item1Name); Item item2 = getStore().getItem(item2Name); if (item1 != null && getStore().getAmount(item1Name) > 0) { getStore().buy(item1Name, 5); return 300; } if (item2 != null && getStore().getAmount(item2Name) > 0) { getStore().buy(item2Name, 5); return 300; } hop = true; oldWorld = getWorlds().getCurrentWorld(); Hope you get the gist of it Also use HHopper
-
some questions about--Suicide Botting
Switching mules once a week seems solid, i have not had a mule account banned yet using that method.
-
GUI Help
You need to make a JButton which you can label "Start" for example. Then you need to give it an ActionListener which then sets the ID's of the rocks / locations you want to mine at based on your users selection from other elements in the gui
-
HScrollingLogger | Display messages dynamically and aesthetically.
HScrollingLogger Code: Usage: HScrollingLogger.add("Started Script."); HScrollingLogger.add("Test message 1."); HScrollingLogger.add("Test message 2."); HScrollingLogger.add("Test message 3."); HScrollingLogger.add("Test message 4."); ... @ Override public void onPaint(Graphics2D g) { HScrollingLogger.paintLog(516, 340, g); } What it looks like ingame:
-
Dispute Against House
I would like to ask xylate to attempt to prove he purchased HGoldAmulet from me or would like this dispute closed for good. At this point I'm not even going to argue his principal is invalid because it seems pointless and I will just straight out say that the rules state I have to sell it to you to make it your private script. Due to the lack of a transaction i don't see how you can be referring to the rules. His argument is invalid and his assumption I sold him a private script called HGoldAmulet is invalid because he never gave me any money for it.
-
Barrows loot after 40 chests, Mort legs 3.
Is this considered lucky?
-
OSBOT exiting on Login
Try delete your OSBot folder and restarting the client, maybe that will help?
-
Dispute Against House
He has never purchased HGoldAmulet. If he refers to "whatever House says he broke the rules anyways" i have not broken any rules i never sold it to Xylate. To Xylate: Man i literally gave it to you so you can farm for me and we both benefit from it. What Xylate did back at me is disrespectful and unjust in my eyes.
-
Is OSbot unsafe?
- Dispute Against House
Xylate says his proof is not approved for a while now on here which i don't believe since mine was approved almost instantly. He claims that this proves i gave him ownership: He then tried to validate his point by posting an image of me agreeing however it is not in the right context. In reality the context is: For one i never agreed to that statement and secondly that means i do not disclose files and data from the goldfarm vps i had access to as well.- Dispute Against House
Sure thing, i'm still awaiting his response about his false allegations. NOTE: this is the agreement we had as posted prior: Would like to highlight the "no drama later" part -.-- Dispute Against House
Ok, on my request close it? I have provided evidence which proves his claims are completely invalid.- Dispute Against House
Xylate tried to sell my script i gave him as well and when i caught him he claimed he was "trying to direct them to me". When i was asked to create "HFlax" essentially by another customer i said sorry i cant do that Xylate has ownership. I also then learned he was trying to sell it himself. Provided by @@AmericanKid:- Dispute Against House
- Dispute Against House
Xylate please screenshot where you claim that i sold "HGoldAmulet" to you and or that our agreement stated that you have ownership of the script "HGoldAmulet" which i gave to you to gold farm with and i get 50/50 cut from profits.- Dispute Against House
TLDR: Xylate purchased "HFlax" from me. I gave Xylate the script "HGoldAmulet" completely unrelated whith no charge to farm for me under an agreement. I sold MY script "HGoldAmulet" to Badluckgp who was aware of everything and purchased to gain ownership of the script. Xylate thinks he has ownership of "HGoldAmulet" however he has not proven i sold it to him and i have not done so so he cant prove it. In the process of trying to prove my innocence in the trouble Xylate created by jumping to conclusions and not contacting me, i posted proof which contained links to the scripts. Probably banned off OSBot now because of Xylate and a stupid mistake on my end when i tried to prove myself innocent :^) - Dispute Against House