Categories > Exploiting > Roblox >

[REL] Tiger Beta V1.1 | Loadstrings, HttpGet SynapseXen And More Click For More Info!

Posts: 222

Threads: 24

Joined: Aug, 2019

Reputation: 3

Posted

Bravo!                 

  • 0

Exploits I made: Weirderschnitzel and Protox

Exploits I own: SynX-Calmari-Sentinel

 

Potatox

61928

Posts: 376

Threads: 26

Joined: May, 2019

Reputation: 2

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.

  • 0

Hyakki
Wanting to learn Lua ; _ ;

Hyakki#0711

Posts: 1498

Threads: 89

Joined: May, 2018

Reputation: 24

Replied

You actually put time and EFFORT into this, unlike ExBlox.

  • 0

Added

@ghandy

 

It is a good thing, I know you worked hard on this.

  • 0

Hello there

#StayHome

 

Posts: 10

Threads: 0

Joined: Feb, 2020

Reputation: 0

Replied

i see you actually tried and put alot of effort into Tiger

  • 0

ssssssssssssss

jex

yes

Posts: 1983

Threads: 128

Joined: Nov, 2019

Reputation: 13

Replied

nice!!!!!!!

  • 0

Added

  • 0

yes

Posts: 160

Threads: 31

Joined: Sep, 2019

Reputation: 19

Replied

In honest opinion, the labels and buttons are a bit too big. Try shrink them down :)

  • 0

Posts: 66

Threads: 15

Joined: Jan, 2020

Reputation: 0

Replied

@ghandy I see you need anti-ban. I have some code for it if you want it (Requires admin.)

  • 0

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>());

  • 0

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>());

  • 0

Users viewing this thread:

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