Forum > Suggestions >

Hey 2JJ1, please add loadstring and httpget (example from CodeBox)

Posts: 369

Threads: 61

Joined: Apr, 2018

Reputation: 0

Posted

 string modified = CodeBox.Text;
foreach (string line in modified.Split('\n'))
{
if (line.Contains("loadstring") && line.ToLower().Contains("httpget"))
{
try
{
foreach (Match m in new Regex(@"\b(?:https?://|www\.)\S+\b", RegexOptions.Compiled | RegexOptions.IgnoreCase).Matches(line.Replace("\"", " ").Replace("'", " ").Replace("(", " ").Replace(")", " ").Replace("http:", "https:")))
modified = modified.Replace(line, new WebClient().DownloadString(m.Value));
}
catch (Exception)
{
}
}
}
run(modified);
  • 0

Posts: 3824

Threads: 191

Joined: Mar, 2018

Reputation: 67

Replied

Skispolit should support loadstrings 
If not I have an expolit that does that uses the api

#MEWANTGLOBALCHAT 
  • 0

Reputation Goal: 69
#NoMoreMods

 

#MEWANTGLOBALCHAT 

Posts: 369

Threads: 61

Joined: Apr, 2018

Reputation: 0

Replied

cooooooooooooool !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  • 0

Added

credit to dogixx on this code
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )