DuaLua

WhiteList

Jan 25th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. DuaLua's Axon Source Part 3
  2.  
  3. ------WhiteList-----
  4.  
  5. Make a new form and make sure its a small platform.
  6. Name the main platform (where you have your inject and stuff) "main.cs".
  7. Make a TextBox (normal) and two buttons.
  8. Name The Two Buttons "Key" and "Go".
  9. Double Click The Button That Says "Key"
  10. Type "Process.Start("put you link here to shrinkearn or something");
  11. It will have a error on process. Make sure you select the first fix thing there is.
  12. Then go to the "ok" button's source and type.
  13. "if (textBox1.Text == "Key You Made Here");
  14. {
  15. main main = new main
  16. main.Show();
  17. this.Hide();
  18. }
  19.  
  20. Just like that you have made your full executor!
  21. Publish it or have fun with it!
  22. Enjoy! :)
Advertisement
Add Comment
Please, Sign In to add comment