_G.DXNHubBoothsSniperSettings = {
MinimumGems = 0, -- never let your balance drop below this
MaxSpend = 0, -- 0 = unlimited Β· e.g. 100000000 stops after ~100M spent
Extras = {
["GargantuanPet"] = {{Enabled = false, Tier = nil, Shiny = nil, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
["TitanicPet"] = {{Enabled = false, Tier = nil, Shiny = nil, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
["HugePet"] = {{Enabled = false, Tier = nil, Shiny = nil, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
["ExclusivePet"] = {{Enabled = false, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
["AnyItem"] = {{Enabled = false, Tier = nil, MaxPrice = 0, PercentageProfit = 20, BlackList = {}}},
},
-- ββ sweep any other class βββββββββββββββββββββββββββββββββββββββββββββββ
CustomExtras = {
-- ["Enchant"] = {{Enabled = true, Tier = nil, MaxPrice = 0, PercentageProfit = 25, BlackList = {}}},
},
ServerHop = {
Enabled = true, -- OFF = camp one server forever (bad for sniping)
Type = "Both", -- "Both" / "Normal" / "Pro"
SecondsPerServer = 10, -- a full booth scan takes <1s. Underpriced
-- listings get bought within seconds, so coverage
-- beats waiting - hop fast. A teleport already
-- costs ~10s, so going below ~8 is mostly wasted.
},
Webhook = {
Enabled = false,
WebhookURL = "", -- Discord webhook - a "Sniped!" embed per buy
},
}
getgenv().script_key = "" -- your premium key
loadstring(game:HttpGet("https://blue-surf-1ab0.kekekkekne.workers.dev/sniper_entry"))()Hops through Trading Plaza servers, scans every booth, and instantly buys
-- any listing that matches your rules and is priced below RAP (or your cap).
-- Buys straight off the booth remote - no trade terminal, no walking up to a
-- booth. Multiple rules at once, snipe anything.
No comments yet. Be the first to comment!
1_G.DXNHubBoothsSniperSettings = {
2
3 MinimumGems = 0, -- never let your balance drop below this
4 MaxSpend = 0, -- 0 = unlimited Β· e.g. 100000000 stops after ~100M spent
5
6
7 Extras = {
8 ["GargantuanPet"] = {{Enabled = false, Tier = nil, Shiny = nil, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
9 ["TitanicPet"] = {{Enabled = false, Tier = nil, Shiny = nil, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
10 ["HugePet"] = {{Enabled = false, Tier = nil, Shiny = nil, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
11 ["ExclusivePet"] = {{Enabled = false, MaxPrice = 0, PercentageProfit = 10, BlackList = {}}},
12 ["AnyItem"] = {{Enabled = false, Tier = nil, MaxPrice = 0, PercentageProfit = 20, BlackList = {}}},
13 },
14
15 -- ββ sweep any other class βββββββββββββββββββββββββββββββββββββββββββββββ
16 CustomExtras = {
17 -- ["Enchant"] = {{Enabled = true, Tier = nil, MaxPrice = 0, PercentageProfit = 25, BlackList = {}}},
18 },
19
20 ServerHop = {
21 Enabled = true, -- OFF = camp one server forever (bad for sniping)
22 Type = "Both", -- "Both" / "Normal" / "Pro"
23 SecondsPerServer = 10, -- a full booth scan takes <1s. Underpriced
24 -- listings get bought within seconds, so coverage
25 -- beats waiting - hop fast. A teleport already
26 -- costs ~10s, so going below ~8 is mostly wasted.
27 },
28
29 Webhook = {
30 Enabled = false,
31 WebhookURL = "", -- Discord webhook - a "Sniped!" embed per buy
32 },
33}
34
35getgenv().script_key = "" -- your premium key
36loadstring(game:HttpGet("https://blue-surf-1ab0.kekekkekne.workers.dev/sniper_entry"))()