Posted
Replied
Sorry to shut you down but WRD API is no where near one of the best API's and I don't really trust exploits like this where they say "A powerful Level 6 Exploit" when It cant execute any good scripts.
Cancel
Post
Hyakki
Wanting to learn Lua ; _ ;
Hyakki#0711
Replied
Well its a modyfied WRDAPI so its better that the actual one(Note it may crash if you dont have Intel i7 of above).
Cancel
Post
Replied
Your exploit is incredibly basic. I agree where I don't think this could execute good scripts. Hell, the name of the form is called Exploit_Template_With_WRDAPI.
Here's his code. It's incredibily basic -
namespace Exploit_Template_with_WRDAPI
{
// Token: 0x02000002 RID: 2
public class Form1 : Form
{
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
public Form1()
{
this.InitializeComponent();
}
// Token: 0x06000002 RID: 2 RVA: 0x00002073 File Offset: 0x00000273
private void BtnInject_Click(object sender, EventArgs e)
{
this.api.LaunchExploit();
}
// Token: 0x06000003 RID: 3 RVA: 0x00002084 File Offset: 0x00000284
private void BtnExecute_Click(object sender, EventArgs e)
{
string text = this.inputScript.Text;
this.api.SendLuaScript(text);
}
I honestly don't think your exploit is anywhere near close with this code. Anybody could do api.SendLuaScript(textbox1.Text); or api.LaunchExploit();
Cancel
Post
Replied
@Essetail
No matter what WRD API modified or not will not beat other API's. And the fact that you say It's a level 6 is sort of "A lie", concidering Level 7 went a while back (not too sure about levels anymore) exploits such as Synapse X and other paid exploits are Level 6.
Most free exploits are Level 5 if not *NEARLY* level 6 capability like Skisploit which is an amazing at executing scripts.
Cancel
Post
Hyakki
Wanting to learn Lua ; _ ;
Hyakki#0711
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post