Wasteland Scripts
Hello I just got my first bypass and would like some Wasteland Script.
Like Spawn Weps and give money and tele.
That would be great thnx. ^^
<3 Love,
iMaxaM
Here's one, I just made it just copy and paste it into a compiler :
using windows.Pitbull;
string BaldSinger = "Dale"
x = 1
if ( x==1 )
{
string Is = "Listen world wide " + BaldSinger);
}
MessageBox.Show(is);
Tell me if it works!