Search found 961 matches
- Sun Dec 06, 2015 10:23 pm
- Forum: MicroMacro general & support
- Topic: virtual mouse usage
- Replies: 12
- Views: 18269
Re: virtual mouse usage
Okay I called them:(need some testing) /* mouse.getWindowPosition(hwnd) Returns: number x number y Returns the position of the physical mouse cursor, in pixels insode the window. */ /* mouse.setWindowPosition(hwnd, number x, number y) Returns: nil Attempts to set the physical mouse wheel inside the ...
- Sun Dec 06, 2015 9:20 pm
- Forum: MicroMacro general & support
- Topic: virtual mouse usage
- Replies: 12
- Views: 18269
Re: virtual mouse usage
Should be easy to implement http://stackoverflow.com/questions/6423729/get-current-cursor-position POINT p; if (GetCursorPos(&p)) { //cursor position now in p.x and p.y } This returns the cursor position relative to screen coordinates. Call ScreenToClient to map to window coordinates. if (Screen...
- Sun Dec 06, 2015 6:22 am
- Forum: Guild Wars 2
- Topic: I'm a bit confused(and Gw2 is f2p since a while)
- Replies: 2
- Views: 10122
Re: I'm a bit confused(and Gw2 is f2p since a while)
I can't say it is bad but neither can I say it is whoooha. The best way to describe it is : It was terrible over-hyped especially the point which everyone pointed out which should be the strong points of the game aren't nearly as good as I imagined. I'm also playing DP again when it only would be a ...
- Sun Dec 06, 2015 5:11 am
- Forum: RoM general
- Topic: GM Knowledge for Runes of Magic
- Replies: 20
- Views: 16714
Re: GM Knowledge for Runes of Magic
I can't say much about it only ROM is the second hell of drama I have more then once thought I'm inside a soap when I was still inside of a guild.
- Sat Dec 05, 2015 11:38 pm
- Forum: Guild Wars 2
- Topic: I'm a bit confused(and Gw2 is f2p since a while)
- Replies: 2
- Views: 10122
I'm a bit confused(and Gw2 is f2p since a while)
I tested it and thx to my new PC I haven't any performance issues anymore but I'm not sure from where the problem is. It is possible it is because I'm playing f2p or I missed something but I'm level 17 or something like that and I had basically only 1 quest the rest are events. I mean the game has c...
- Thu Dec 03, 2015 8:39 pm
- Forum: Upcoming games
- Topic: Blade and Soul
- Replies: 31
- Views: 34904
Re: Blade and Soul
I hears blade and soul has a very unique loot system check that out :
https://www.reddit.com/r/bladeandsoul/c ... _dungeons/
So no more I have too much gold and every one is forced to know the market value of the stuff they want to get.
https://www.reddit.com/r/bladeandsoul/c ... _dungeons/
So no more I have too much gold and every one is forced to know the market value of the stuff they want to get.
- Thu Dec 03, 2015 8:36 pm
- Forum: MicroMacro general & support
- Topic: Regex for MM2
- Replies: 7
- Views: 15187
Re: Regex for MM2
Thx I will try something else and see if that helps if not MS got my fury^^
Anyway I started to multi-task since I got my new PC soo much to do
Anyway I started to multi-task since I got my new PC soo much to do
- Thu Dec 03, 2015 4:16 pm
- Forum: MicroMacro general & support
- Topic: Regex for MM2
- Replies: 7
- Views: 15187
Regex for MM2
Hi since lua's regex have their limits and not full suport all of them I thought i could make for the string add-on some extra functions but runned into some problems: 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\regex(1019): error C2039: 'difference_type': is not a member of 'st...
- Tue Dec 01, 2015 8:54 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Howling Mountains - Full Zone Quest Series
- Replies: 17
- Views: 7718
Re: Howling Mountains - Full Zone Quest Series
Hello there, I've been trying your waypoints for a new human character and I've had some problem: On waypoint #245 The bot always stop with an error about the GetSupplies() and the bot stop. I can't find any information about the GetSupplies() function on the wiki and in the userfunction from you a...
- Mon Nov 30, 2015 2:22 pm
- Forum: Runes of Magic
- Topic: bot stuck at player adress changed
- Replies: 9
- Views: 4279
Re: bot stuck at player adress changed
-- Bad read, return if tmpAddress == 0 then cprintf(cli.red, "Error 1"); return end -- Check that it's a valid address by checking the id local tmpId = memoryReadRepeat("uint", getProc(), tmpAddress + addresses.pawnId_offset) or 0 if not tmpId or tmpId < PLAYERID_MIN or tmpId > ...
- Sun Nov 29, 2015 12:30 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Wander waypoints
- Replies: 1
- Views: 2156
Re: Wander waypoints
nice idea
- Sat Nov 28, 2015 2:38 pm
- Forum: Runes of Magic
- Topic: bot stuck at player adress changed
- Replies: 9
- Views: 4279
Re: bot stuck at player adress changed
Okay, this is the part I put a print too. I will look what happens Originally I meant every codeblock but at first glance there is a very good chance that is it but only when you don't see a print where the address change in your MM. The reason is it doesn't throw an error when that happen and th b...
- Sat Nov 28, 2015 2:21 pm
- Forum: Runes of Magic
- Topic: bot stuck at player adress changed
- Replies: 9
- Views: 4279
Re: bot stuck at player adress changed
Maybe change it into a loop or at least give an error message.
- Sat Nov 28, 2015 2:16 pm
- Forum: Runes of Magic
- Topic: bot stuck at player adress changed
- Replies: 9
- Views: 4279
Re: bot stuck at player adress changed
In which player:update() ? I thought a little bit about my problem and it has nothing to do with the arcanium arena, but with changing classes generally. When doing arcanium arena, your char changes into duelist and at the end back to your class. Had the same problem when changing class at housemai...
- Fri Nov 27, 2015 8:55 pm
- Forum: RoM general
- Topic: GM Knowledge for Runes of Magic
- Replies: 20
- Views: 16714
Re: GM Knowledge for Runes of Magic
Yes. They're all associated with gms, although, they did only talk about it in private channels on ts or when nobody was around- however, I was lucky enough to overhear Eerie mention some gm activities. Willgrimm- He whispered me shortly after I came back from my second ban- He knew I was botting a...
- Fri Nov 27, 2015 6:28 pm
- Forum: MicroMacro scripts
- Topic: MM2 Bot-Framework a work in progress..
- Replies: 47
- Views: 58152
Re: MM2 Bot-Framework a work in progress..
Okay camera is finished , InputOutput is connected and the externel classes are written.
Still some cleaning up in the abstarct movement class todo and logger decesion is still out and then I need a bot for testing.
Still some cleaning up in the abstarct movement class todo and logger decesion is still out and then I need a bot for testing.
- Fri Nov 27, 2015 6:23 pm
- Forum: Misc tools
- Topic: My Tool List
- Replies: 2
- Views: 16991
Re: My Tool List
I know WinPcap but I couldn't get it to work so easily because it is a framework which needs you to know what to do before you have yourself any clue.Administrator wrote:WinPCap is also great for packet capture/edit/replay. Check it out when you're bored.
- Fri Nov 27, 2015 3:04 pm
- Forum: Runes of Magic
- Topic: bot stuck at player adress changed
- Replies: 9
- Views: 4279
Re: bot stuck at player adress changed
maybe you could add some print in the player:update() ?
- Fri Nov 27, 2015 9:53 am
- Forum: Runes of Magic
- Topic: Found a small bug
- Replies: 0
- Views: 12638
Found a small bug
I found something odd In camera.lua local proc = getProc(); local memerrmsg = "Failed to read memory"; self.XUVec = debugAssert(memoryReadFloat(proc, self.Address + camXUVec_offset), memerrmsg); self.YUVec = debugAssert(memoryReadFloat(proc, self.Address + camYUVec_offset), memerrmsg); sel...
- Wed Nov 25, 2015 3:36 pm
- Forum: Misc tools
- Topic: My Tool List
- Replies: 2
- Views: 16991
My Tool List
I thought maybe I should write down what tools I use and for what and what I can suggest based on what I know: Programming: Eclipse IDE(Mars) Lua, Java For Java and Lua compiling, debugging, syntax check and documentation. It's a monster of an IDE support also Scala, Java EE, C/C++ and other languag...