Search found 334 matches

by 3cmSailorfuku
Tue Jul 20, 2010 9:50 am
Forum: Runes of Magic
Topic: Have been banned?
Replies: 30
Views: 7524

Re: Have been banned?

Never been banned or had a GM whispering to me or such, playing on EU servers since the beta and It's often likely that I bot for about 3 consecutive days on the same spot.

And those waypoints usually consists of 4 points and a route to a merchant.
by 3cmSailorfuku
Wed Jul 07, 2010 6:28 am
Forum: Runes of Magic
Topic: trojan TR/PSW.Nilage.hhl in lua51.dll
Replies: 17
Views: 6802

Re: trojan TR/PSW.Nilage.hhl in lua51.dll

Unpack the files with UPX. If you scan only Lua51 on VirusTotal, then only Avira will notify you that it's a trojan, otherwise apparently if you pack the files into a zip or rar it just get worse on VirusTotal and you'll get more false alarms.
by 3cmSailorfuku
Sun Jul 04, 2010 9:47 am
Forum: Runes of Magic
Topic: Trouble with Ingamefunctions Addon
Replies: 6
Views: 3248

Re: Trouble with Ingamefunctions Addon

Nevertheless, autoselling doesn't work with the German client atm. If you can tell me the lines to translate I'd definetely would like to help. I don't think I'm qualified to give advice on language client problems. To me it looks like the problem isn't language related. Where it says in the sample...
by 3cmSailorfuku
Fri Jun 25, 2010 5:46 am
Forum: Runes of Magic
Topic: Mouse memory addresses
Replies: 59
Views: 18367

Re: Mouse memory addresses

If RoM is hooking the mouse then could we not detour the API function that it is hooking? Thus allowing us to return bogus results that we determine to make RoM think that it knows where the mouse is instead of changing the addresses themselves. I am currently not skilled enough in C++ to do this b...
by 3cmSailorfuku
Fri Jun 25, 2010 5:33 am
Forum: Runes of Magic
Topic: best haverst/auto level class
Replies: 3
Views: 1593

Re: best haverst/auto level class

If you want a more economic class build, you may try Knight/Priest. Has access to practically unlimited mana and therefore able to heal itself greatly. You probably shouldnt level Strike so much though, unless you really plan to kill mobs that might be +6-10 levels higher than you, otherwise he kill...
by 3cmSailorfuku
Mon Jun 21, 2010 9:25 am
Forum: Runes of Magic
Topic: Autosell
Replies: 8
Views: 2546

Re: Autosell

So you just need to ignore: Magic,Spirit,Mana,Phirius,Medicine,Aid,Salve,Infinite,Regeneration,Healing,Barbarian. Or did I miss some? Hm... I'd go the other way and ignore "Potion,Medicine,Salve,Herbs,Formula,Mana Stone,Spirit Stone". I don't know if that covers everything. It covers more...
by 3cmSailorfuku
Mon Jun 21, 2010 8:53 am
Forum: Runes of Magic
Topic: Autosell
Replies: 8
Views: 2546

Re: Autosell

<option name="INV_AUTOSELL_IGNORE" value=" Aid , Magic " /> Or just insert Potion to keep all Potions (Speed etc). Or where is the issue? Also, I remember the bot selling my guild runes for 1g because I had AutoSell on for Green items aswell. Not all potions have the word "...
by 3cmSailorfuku
Mon Jun 21, 2010 7:23 am
Forum: Runes of Magic
Topic: Autosell
Replies: 8
Views: 2546

Re: Autosell

I don't think there is a way to just not sell any potions. <option name="INV_AUTOSELL_IGNORE" value=" Aid , Magic " /> Or just insert Potion to keep all Potions (Speed etc). Or where is the issue? Also, I remember the bot selling my guild runes for 1g because I had AutoSell on f...
by 3cmSailorfuku
Thu Jun 17, 2010 8:58 am
Forum: Runes of Magic
Topic: Mouse memory addresses
Replies: 59
Views: 18367

Re: Mouse memory addresses

swietlowka wrote:showWindow(getWin(), sw.show); doesn't this in front of each harvest somehow solves part of the problem?
That doesn't solve the issue.
by 3cmSailorfuku
Tue Jun 15, 2010 5:40 pm
Forum: Runes of Magic
Topic: Mouse memory addresses
Replies: 59
Views: 18367

Re: Mouse memory addresses

The problem isn't finding the mouse location addresses (I've found those before), but rather inducing a fake mouse click. mouseLClick() doesn't work for RoM. I had a little luck doing that with memory manipulation again, but it was very unpredictable. Sometimes it would work, sometimes it wouldn't....
by 3cmSailorfuku
Sun Jun 06, 2010 11:37 am
Forum: Runes of Magic
Topic: Mouse Emulator idea, no more foreground harvest
Replies: 5
Views: 2170

Re: Mouse Emulator idea, no more foreground harvest

It still will moving mouse - but using keyboard... Same stuff:/ I thinking 'bout 2 possibles: 1) Direct mouse input 2) Change "mouse position" parameter in rom game client memory (somewhere I read about someone finds in CE that game client have mouse position as Values of x and y, and saw...
by 3cmSailorfuku
Sun Jun 06, 2010 11:31 am
Forum: Runes of Magic
Topic: Picking up buffs
Replies: 5
Views: 2453

Re: Picking up buffs

Do you know which part of the code manages the random seed? I can't remember that this happened ever. I believe it's line 1008 of player.lua. Looks like the odds are set to 1 in 5 to pick up the buff. I found out what the issue was, when the bot would move in to get the buff, it's actually still bu...
by 3cmSailorfuku
Mon May 31, 2010 11:51 am
Forum: Runes of Magic
Topic: Picking up buffs
Replies: 5
Views: 2453

Re: Picking up buffs

I guess you can consider this a feature. Having the bot always move forward in an attempt to collect a buff was considered to be too bot-like, so it was changed to happen randomly sometimes. That is, if I remember correctly. Do you know which part of the code manages the random seed? I can't rememb...
by 3cmSailorfuku
Mon May 31, 2010 8:17 am
Forum: Runes of Magic
Topic: Picking up buffs
Replies: 5
Views: 2453

Picking up buffs

Is the bot supposed to not pick them up, eg. move to the middle of the corpse? When I used earlier builds the bot moved a little forwards after a killed mob. I want to know if it's a bug, or feature since I started to use the bot again since Rev 447.
by 3cmSailorfuku
Sat May 29, 2010 7:52 pm
Forum: Announcements
Topic: MicroMacro 1.01, need testers
Replies: 17
Views: 20472

Re: MicroMacro 1.01, need testers

If you have a 64-bit processor but are still running a 32-bit OS Does this count for previous builds too? I never had a crash with MicroMacro ever and testing the experimental build with my own simple scripts and the runes of magic bot didn't crash either. Are we supposed to benchmark the execution...
by 3cmSailorfuku
Sat Apr 24, 2010 12:52 pm
Forum: MicroMacro general & support
Topic: Download page returns a 404
Replies: 2
Views: 1364

Re: Download page returns a 404

It's because you tried to click the link in the news, the link to the download page is broken there, has been for months.

If you click the Download link in the menu it will transfer you to the correct one.

http://www.solarstrike.net/downloads.php
by 3cmSailorfuku
Sun Mar 28, 2010 1:23 pm
Forum: Runes of Magic
Topic: Accessing the computer running the bot via remote connection
Replies: 11
Views: 2796

Re: Accessing the computer running the bot via remote connec

Another bot i used for a diff game had a remote client which read the output on the 'server' as such, also had a web update and you were able to get a 'screenshot' Wonder how hard it would be to output to a html file or something .... Easier said than done. I've given it some though, but haven't re...
by 3cmSailorfuku
Wed Mar 03, 2010 8:32 pm
Forum: MicroMacro general & support
Topic: How would I setup my scripts to auto update memory addresses
Replies: 24
Views: 6172

Re: How would I setup my scripts to auto update memory addresses

Do I need to start adding the pattern from the JPE SHORT xenimus... all the way to the address i need or do i keep going down a few? Start the game a few times and make snapshots of the same stack area to find out which opcodes are dynamic and which not. It's probably the easiest way to do this if ...
by 3cmSailorfuku
Wed Feb 17, 2010 5:28 pm
Forum: MicroMacro general & support
Topic: Sorry nvm
Replies: 9
Views: 2413

Re: Mouse position calculation problem

I will try it reversed, I'm not sure what that will do. What he did was using a positive multiplicator (To rewrite the values to your wanted value), now you just multiplicate it with a negative value to get a lesser value of your source. Basically he originally wrote a calculation to calculate inga...
by 3cmSailorfuku
Sat Feb 06, 2010 9:52 am
Forum: MicroMacro general & support
Topic: I can't seem to find hp/mp values.
Replies: 6
Views: 1790

Re: I can't seem to find hp/mp values.

Hm, the problem is I cannot find the memory addresses for hp/mp. When I search the values it can never find them. Edit: There is a display in the Stat menu that shows it like xx/xx hp and xx/xx mp. I figured them would have to be that value so i search with 4byte, 2 and 8... It doesn't ever find th...