Categories > Exploiting > Roblox >
[REL] Tiger Beta V1.1 | Loadstrings, HttpGet SynapseXen And More Click For More Info!
Posted
Bravo!
Exploits I made: Weirderschnitzel and Protox
Exploits I own: SynX-Calmari-Sentinel
Â
Replied
Looks like you put a lot of effort into this, sadly it's not on level with krnl [a free exploit that supports Owl Hub slightly].
Good luck & hope to see this go further.
Cancel
Post
Hyakki
Wanting to learn Lua ; _ ;
Hyakki#0711
Replied
You actually put time and EFFORT into this, unlike ExBlox.
Cancel
Post
Hello there
#StayHome
Replied
i see you actually tried and put alot of effort into Tiger
Cancel
Post
ssssssssssssss
Replied
nice!!!!!!!
Cancel
Post
yes
Replied
In honest opinion, the labels and buttons are a bit too big. Try shrink them down :)
Cancel
Post
Replied
@ghandy I see you need anti-ban. I have some code for it if you want it (Requires admin.)
Cancel
Post
Added
I have some code for anti-ban from my open-sourced exploit. QUICK ADD IT! lol no need to give credit skids (you probably won't anyways.) You need admin privileges to activate anti-ban though.
Anti-Ban ON (Interferes with Roblox Studio!):
using (StreamWriter w = File.AppendText(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), @"drivers\etc\hosts")))
{
w.WriteLine("# Anti-Banwave Code"); // This line is useless
w.WriteLine("127.0.0.1 data.roblox.com");
w.WriteLine("127.0.0.1 roblox.sp.backtrace.io");
}
Anti-Ban OFF:
string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), "drivers\\etc\\hosts");
File.WriteAllLines(path, (from l in File.ReadLines(path) where l != "127.0.0.1 data.roblox.com" select l).ToList<string>());
File.WriteAllLines(path, (from l in File.ReadLines(path) where l != "127.0.0.1 roblox.sp.backtrace.io" select l).ToList<string>());
File.WriteAllLines(path, (from l in File.ReadLines(path) where l != "# Anti-Banwave Code" select l).ToList<string>());
Cancel
Post
Added
@ghandy I have some code for anti-ban from my open-sourced exploit. QUICK ADD IT! lol no need to give credit skids (you probably won't anyways.) You need admin privileges to activate anti-ban though. Anti-Ban ON (Interferes with Roblox Studio!): using (StreamWriter w = File.AppendText(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), @"drivers\etc\hosts"))) { w.WriteLine("# Anti-Banwave Code"); // This line is useless w.WriteLine("127.0.0.1 data.roblox.com"); w.WriteLine("127.0.0.1 roblox.sp.backtrace.io"); } Anti-Ban OFF: string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), "drivers\etc\hosts"); File.WriteAllLines(path, (from l in File.ReadLines(path) where l != "127.0.0.1 data.roblox.com" select l).ToList<string>()); File.WriteAllLines(path, (from l in File.ReadLines(path) where l != "127.0.0.1 roblox.sp.backtrace.io" select l).ToList<string>()); File.WriteAllLines(path, (from l in File.ReadLines(path) where l != "# Anti-Banwave Code" select l).ToList<string>());
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post