rakion99 / IceMeme

Roblox Exploit Source Code Called IceMeme with some cmds, lua c and limited lua execution with simple ui in c#
GNU General Public License v3.0
59 stars 47 forks source link

A few questions. #55

Closed SuperJLoew closed 6 years ago

SuperJLoew commented 6 years ago

1.what is made up of an lvl 7
2.i added a button to your thing and now when i try opening it, it doesn't open, is it cause i need a new dll to open that im guessing it is and if so i can fix that in 2 seconds. thx.

SuperJLoew commented 6 years ago

ok thx

SomeExpert101 commented 6 years ago

If you want to open your exe without the box message popping up, Go to program.cs and delete: if (!File.Exists("./IceMeme.dll")) { MessageBox.Show("IceMeme.dll not found", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error); Environment.Exit(0); } That if you want to open your file without the popup message.