Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DuaLua's Axon Source Part 3
- ------WhiteList-----
- Make a new form and make sure its a small platform.
- Name the main platform (where you have your inject and stuff) "main.cs".
- Make a TextBox (normal) and two buttons.
- Name The Two Buttons "Key" and "Go".
- Double Click The Button That Says "Key"
- Type "Process.Start("put you link here to shrinkearn or something");
- It will have a error on process. Make sure you select the first fix thing there is.
- Then go to the "ok" button's source and type.
- "if (textBox1.Text == "Key You Made Here");
- {
- main main = new main
- main.Show();
- this.Hide();
- }
- Just like that you have made your full executor!
- Publish it or have fun with it!
- Enjoy! :)
Advertisement
Add Comment
Please, Sign In to add comment