jakec0lli3r / ExampleLoader

ExampleLoader is a cheat loader made in C#, designed with HTML & CSS using CefSharp.
52 stars 7 forks source link

Setup #1

Open sirxsniper opened 5 years ago

sirxsniper commented 5 years ago

Hello buddy, really really good work, i love it ! It`s any posibility to make it for MYBB and to tell me how to set the security for your dlls, php files etc? I would love a tutorial how to set it on MyBB or other forum like IPB <3

I really like it. You are the best <3

jakec0lli3r commented 5 years ago

Hi, Setting this up for MyBB should be relatively easy. Essentially what you have to do is make the login check compatible with your MyBB database. As for DLL security i have no plans of implementing such security for the time being.

sirxsniper commented 5 years ago

Cool cool buddy, im gone wait and see full work. ❤️❤️❤️ I hope to see it soon. And it would be even greater to make a version for mybb also ❤️❤️❤️

sirxsniper commented 5 years ago

@jakec0lli3r Hello buddy, i tryed to implement it for fun on IPB... imposible to do it for me... can you show me how to do it?

jakec0lli3r commented 5 years ago

Basically all you have to do is change the database in the api config to the MyBB user database. You might also need to do a little rework on the login check, so its checks the hash as im quite sure MyBB hashes passwords.