Jump to content

HexMurder

Members
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HexMurder's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. I'm not talking about a source for an anti-ban. Just a source. Any good one.
  2. I appreciate all the comments, and thanks for the information about anti-ban. But, I'm still looking for a well written source to study here ?
  3. Right, I get the whole idea of anti ban. I just want to see how people already implement it into their code.
  4. I'm a fairly experienced software developer and recently decided I wanted to learn to write bots. I have written a few very basic bots just to get the hang of it. I.e. power chopper, g.e. looter, a fishing bot that gets its own wood and cooks the fish. These are all useful of course, but they are very basic. And the code I have written for them is very procedural, and i am sure they would be detected very easily. I'm just looking for some basic, clean sources, that implement some anti ban methods that i can study. I have looked at a bunch of things in the snippet section but most of them are exactly that. Snippets. I'm by no means looking to copy / paste a source, I just want to learn from someone who already knows what they are doing. Also, at what point would it be acceptable to apply for scripter rank? Thanks in advance guys.
  5. I see.. Thanks. Is there a way to look up items in the api already? i'm currently using the grandExchange.buyItem method, which always results in the item being bought, and I just want to search it, and then query the price.
  6. Trying to get the price per item of the item I am currently looking at in the GE. i.e. the bot looks up a law rune and the value is "367" by default, so i want to retrieve the "367". I tried using the getOfferPrice method but it always returns 0. my code is below. Thanks in advance. grandExchange563,"Law rune", grandExchange.getOfferPrice(), 1; also tried grandExchange563,"Law rune", getGrandExchange.getOfferPrice(), 1;
  7. would that make any difference if i use the same ip on all 4 accounts?
  8. What's a safe way to trade the gold i gather from my bots to my main? (using same ip for all)
  9. I'm sure this has been answered a hundred times over but i couldn't find the answer. (probably using wrong keywords) but anyways, i was just wondering if it was safe to have a bot or two running at the same time that i am playing legit on my main account. Same ip. So far i have been either strictly botting or strictly playing on my main. Any insight would be nice. Thanks guys.
  10. Can you go over (idk what they are technically called, but i'm gonna call them mouse events) mouse events? Like hovering the mouse over a skill to check the xp, or moving it off screen, etc?
  11. Great tutorial. I have a background in C# and C++ so this was very easy to pick up with your guide. Keep it up man! would love to see you finish this thing.
×
×
  • Create New...