mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 08:39:33 +00:00
Updated gitignore
This commit is contained in:
@@ -29,3 +29,5 @@ parabotv2/parabotv2.iml
|
|||||||
parabotv2/src/META-INF/MANIFEST.MF
|
parabotv2/src/META-INF/MANIFEST.MF
|
||||||
|
|
||||||
.idea/artifacts/Parabot_V2_02.xml
|
.idea/artifacts/Parabot_V2_02.xml
|
||||||
|
|
||||||
|
.idea/artifacts/parabotv2.xml
|
||||||
|
|||||||
@@ -84,6 +84,8 @@ public final class Landing {
|
|||||||
username = args[++i];
|
username = args[++i];
|
||||||
password = args[++i];
|
password = args[++i];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
case "-proxy":
|
case "-proxy":
|
||||||
Ip.spoofIP(args[++i], args[++i]);
|
Ip.spoofIP(args[++i], args[++i]);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user