Jump to content

emu

Members
  • Posts

    149
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

743 profile views

emu's Achievements

Steel Poster

Steel Poster (4/10)

14

Reputation

1

Community Answers

  1. About that... Taken from rs-hacking
  2. I'm not sure this would really be viable. Even if you could the engine itself was only designed to have the immediate area/objects loaded. You run the risk of running out of memory on the heap ect
  3. emu

    Path generator

    Thanks for this!
  4. So your saying that int variableName = 10; is a string that you need to retrieve the value 10 from? I've only done a little c++, but I would split the string from the 'space' and the ';' to get the value 10, then parse it to an int. I had code doing something similar for an assignment (again c++ not c) but cant find it on my hd sorry.
  5. If you release them for free they will probably just be abused. Maybe charge for the loader?
  6. Sound like a good idea but remember if you really want to "release a wide variety of exceptionally good quality scripts" make sure you test them thoroughly before releasing them. I recall all of the iBot scripts went into beta for weeks (if not months) before being sold to the public. Consistently releasing scripts with bugs, or being unable to update your scrips in a timely manner is one of the easiest ways to tarnish your reputation.
  7. I use this simple to interact with pretty much everything as I couldn't find one like this in the API. It's pretty basic and should be self explanatory. private boolean interactWith(String Name, String Interacion) throws InterruptedException{ RS2Object Next = null; Next = closestObjectForName(Name); if(Next != null){ Next.interact(Interacion); return true; } return false; }
  8. Maybe, however it works almost exactly the same way as mouse-keys and they were allowed. Either way I seriously doubt you could get caught using this.
  9. Hi Guys, This is a small coordinate based Alcher I made in C#. I use it mostly when questing or running around RS to make Alching a ton easier and thought it would be cool to share it. It uses F6 to open the magic tab by default but you can chose to open it with the mouse in the UI. How to use: 1. Open the exe 2. Click 'Set Magic Tab' 3. Move mouse to the center of the magic tab and wait 4. Press Shift! Video of how to use it: http://youtu.be/CmJCE1ZJhHE Virus Scan: (Note: the program will never attempt to access the internet) https://www.virustotal.com/en/file/996794717f28185cb61e283c3e841d109b343f5e6fc12bbbf83cea85b51b36c5/analysis/1373097261/ Download: http://www.mediafire.com/download/wwdg6b1hbbagjrg/07_Hotkey_Alcher.exe
×
×
  • Create New...