Grimoire 3.6 Fixed + Source Code

Posts 115 of 20 · Page 1 of 2
Grimoire 3.6 Fixed + Source Code
So I have a dumb idea of fixing a Grimoire version that doesn't use proxy on my free time. That dumb idea worked for some reason and is working way better than I expected.

Fortunately, Grimoire 3.6 is almost the 3.8 version but without the proxy and Interceptor. Porting the Grimoire+ features is also possible though I don't have that type of motivation to do that so instead, I'll be also releasing the modified source code (decompiled.)

Patches/fixes applied:
- Flash is now isolated. You don't need to install Flash Player anymore (probably, only tested it once and it worked fine... with 30% crash after closing heh)
- Fixed the loader, Advanced Character Option also works.
- Applied EoL Hooking. Currently useless since flash is already isolated.

Old 3.6 bugs are not fixed. If you encounter one, comment here and I (or someone) might fix that. Don't get your hopes up though because I prioritize my other project. For those who wants to maintain this trainer, feel free to do so. Credit is not needed but giving me one (and Biney) will put a smile on my face.

3.8, 3.8+/++ bots are not supported in 3.6. You'll have to manually transfer them to 3.6-comptible gbot.

Grimoire Scans:
- Scan 1
- Scan 2

Source Scans:
- Scan 1
- Scan 2
Grimoire_mpgh.net.zip10.2 MB · 1,012 downloads Clean
Grimoire 3.6 Source_mpgh.net.zip2.3 MB · 320 downloads Clean
apologize for delay

//approved
Nicely done! Thank you!

 
MPGH Tool Patch

As long as Noobfloob doesn't mind this will be available here in the comments.
I have no estimated time on the next release of the mpghloader as I have much going on relating to life. I have been putting time toward it.
Until then, the current unreleased version will be available in this patch as an option for grimoire 3.6 under tools.

Removing the provided mpgh.switch file will revert grimoire 3.6 back to near complete default release.

Do note: You cannot use the grimoire features in the MPGHloader.

Enjoy! Credits to Biney/Noobfloob.

This is to be considered quick patch and does not contain anything besides the exe. If you have not, you will need to download the original version from above first. Then replace the default exe.

If WASD stops working hit the send key while nothing is typed in chat.
Virus Scans: Total | Jotti



Edit: Download Broken Reuploading. Including needed updated HtmlAgility/Newtonsoft DLL variants.
Reuploaded. Scans updated.

Wait for approval please. @NoobFloob any chance you can provide the .fla of grimoire2.swf!? Let me know please! Going to add wasd support to it/etc.
Will post update/src code.
Grimoire.3.6_with_MPGHLoader_1.3.0.5_mpgh.net.zip1.4 MB · 138 downloads Clean
I don't know if it's just me but although the client works and everything the bot itself doesn't work at all, and I'm unable to figure out why

For explanation, I am not using any pre-made bots just the commands available via the interface, even the simplest commands like
join aren't working no matter what I tried
Quote Originally Posted by ohok123123 View Post
I don't know if it's just me but although the client works and everything the bot itself doesn't work at all, and I'm unable to figure out why

For explanation, I am not using any pre-made bots just the commands available via the interface, even the simplest commands like
join aren't working no matter what I tried
I have the same issue, the shops and everything works but the Bot manager itself like just simple commands (kill*) is not working
Quote Originally Posted by IfOnlyYouKnew View Post
Nicely done! Thank you!

 
MPGH Tool Patch

As long as Noobfloob doesn't mind this will be available here in the comments.
I have no estimated time on the next release of the mpghloader as I have much going on relating to life. I have been putting time toward it.
Until then, the current unreleased version will be available in this patch as an option for grimoire 3.6 under tools.

Removing the provided mpgh.switch file will revert grimoire 3.6 back to near complete default release.

Do note: You cannot use the grimoire features in the MPGHloader.

Enjoy! Credits to Biney/Noobfloob.

This is to be considered quick patch and does not contain anything besides the exe. If you have not, you will need to download the original version from above first. Then replace the default exe.

If WASD stops working hit the send key while nothing is typed in chat.
Virus Scans: Total | Jotti



Edit: Download Broken Reuploading. Including needed updated HtmlAgility/Newtonsoft DLL variants.
Reuploaded. Scans updated.

Wait for approval please. @NoobFloob any chance you can provide the .fla of grimoire2.swf!? Let me know please! Going to add wasd support to it/etc.
Will post update/src code.
//approved
@NoobFloob let me know if you don't want this here.
Quote Originally Posted by ohok123123 View Post
the bot itself doesn't work at all
Just tried the bot functions including join and other stuff and it seems working fine.
Did you try slowly (clicked once) ticking the checkbox of bot manager? IIRC there was a bug on that checkbox that's why it is replaced by a button on Grim 3.8+.
Yes I tried, if I had to guess it's probably some bizarre thing with my flash or some other thing, one thing I did notice while looking at the source code (since I am interested in trying to make a trainer myself one day, even though I have no idea as of right now haha), is that the fast travel works. now I'm trying to see why the actions themselves aren't running, I'll reply here if I find anything, but as of right now, no idea

TL;DR, bot itself doesn't work with simple commands like join, but fast travel join works, so it's something with the bot manager for me
After digging around for a bit more I have come to the conclusion that the most probable cause for the problem of bot manager not working is either
A missing DLL file (Would also explain why everything works for NoobFloob since he has all the files already)
Something with the StartNew function when the bot is started (Bot.cs line 96)

I can't find anything else that might cause such a problem these are my two guesses.
Quote Originally Posted by ohok123123 View Post
After digging around for a bit more I have come to the conclusion that the most probable cause for the problem of bot manager not working is either
A missing DLL file (Would also explain why everything works for NoobFloob since he has all the files already)
Something with the StartNew function when the bot is started (Bot.cs line 96)

I can't find anything else that might cause such a problem these are my two guesses.
DLLs are not included in the source. You'll need to manually install/reference them. All required DLLs are included on the released attachment.
Quote Originally Posted by ohok123123 View Post
A missing DLL file (Would also explain why everything works for NoobFloob since he has all the files already)
• Something with the StartNew function when the bot is started (Bot.cs line 96)
Seems to work fine for me. If you are building it in VS you need two nuget packages "HTML Agility" "Newtonsoft JSON".
but beyond that the only problems I've had with it are when the grimoire2.swf is modified in anyway the bot features all break.
Ok got it running now, thanks, will try my best to debug and post new stuff here if I find any!
Currently having trouble with Flash, but this is a common theme here at this point so I'll do my best to solve it myself
TYSM NoobFloob and IfOnlyYouKnew
Quote Originally Posted by ohok123123 View Post
Ok got it running now, thanks, will try my best to debug and post new stuff here if I find any!
Currently having trouble with Flash, but this is a common theme here at this point so I'll do my best to solve it myself
TYSM NoobFloob and IfOnlyYouKnew
How did you manage to get it running?
I've got the same issue on the compiled download, with BotManager Commands not working at all.
I could probably build the thing from src but I'm not sure where to put the missing ddl's etc.
Thanks for your time in advance!
If you opened it in visual studio, right click the solution, manage NuGet packages and download "Newtonsoft Json", "HTMLAgility" and something called "axShockwaveFlash", after those there won't be compilation errors but you still may run into run-time errors
Finally! I hope you'll get the motivation to add something that would let this version of Grim support gbots that were made with 3.8, 3.8+, and 3.8+ PRO. Still, thank you very much! I can't stand using RBot.

EDIT:
Can you fix the auto relogin feature? It doesn't show the servers after logging into one.
Posts 115 of 20 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?