I have made a cheat loader to start my own hacking forum but have canceled it for private reasons. Anyway it may be shitty coded but it does everything good so.. Enjoy the source code!
Screenshots:
Video Preview:
Current Features:
Ability to add new hack from web panel
Ability to modify / delete hack from web panel
Auto Update Feature
MyBB Forum Login
Message Of The Day
Set Injection Delay
Auto Inject Once The Progress Is Running
And some more
I can convert it to MySQL PDO (better security) and change the template of the panel for a cheap price if you want. Hit me up through pm.
Note: I don't give any support on this, if you don't know how to use it then don't bother using it.
I haven't tried to "duplicate" mpgh. That was going to be the first 'real' hacking forum in my country.. so it has nothing to do with mpgh.
Thanks Horror.
Thanks for sharing.
Bypassing your login system is super simple with a very basic IL edit just so you know.
There are also SQL injections able to be done inside of:
- GetURLForHack.php
- login.php
- settings.php
- HackList.php
- index.php
Looks good Thanks.
Originally Posted by atom0s
Bypassing your login system is super simple with a very basic IL edit just so you know.
There are also SQL injections able to be done inside of:
- GetURLForHack.php
- login.php
- settings.php
- HackList.php
- index.php
That's what happens when you don't escape POST parameters or when your verification relies on a single branch instruction.
Teach me how to configure Loader Please
Originally Posted by atom0s
Bypassing your login system is super simple with a very basic IL edit just so you know.
There are also SQL injections able to be done inside of:
- GetURLForHack.php
- login.php
- settings.php
- HackList.php
- index.php
Like I said before, it's shitty coded and already canceled project. It won't be so hard to fix or convert it to pdo.
22 downloads and only 1 bothered to press the thanks button.. awsome.
Originally Posted by Vormz
Like I said before, it's shitty coded and already canceled project. It won't be so hard to fix or convert it to pdo.
22 downloads and only 1 bothered to press the thanks button.. awsome.
Hi men i have a problems:
1. what version of php or xampp you used?
2. you used vb.net 2010 or 2012
cuz i have problems with dotnetbar2 and count=mysql_num_rows($result);
Originally Posted by boNutZ
Hi men i have a problems:
1. what version of php or xampp you used?
2. you used vb.net 2010 or 2012
cuz i have problems with dotnetbar2 and count=mysql_num_rows($result);
1- I don't remember, it's an old project.
2- I have used vb 2010
You don't need dotnetbar for it ?
By the way, I have just noticed that the source was modified and forgot to fix it before releasing so to fix it to show the hacks you will need to open system2.vb and change the whole "AddItem" sub to this:
Code:
Public Sub AddItem(ByVal name As String, ByVal game As String, ByVal coder As String, ByVal lastupdated As String, ByVal status As String)
Dim str(4) As String
Dim itm As ListViewItem
str(0) = name
str(1) = game
str(2) = coder
str(3) = lastupdated
str(4) = status
If str(4) = "1" Then
str(4) = "Patched"
Else
str(4) = "Working!"
End If
itm = New ListViewItem(str)
Main.ListView1.Items.Add(itm)
End Sub
With what comppany you created your website?
If you don't know how to use visual basic, don't even bother to download it.