Advertisement
suramraja1

Pici Utama

May 20th, 2024 (edited)
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.48 KB | None | 0 0
  1. _G.key = "068862b3e52344dbb239dcc138867813"
  2. getgenv().Config = {
  3.     ["JoinFailsafe"] = true,
  4.     ["RequiredGem"] = 2500,
  5.     ["SellRarities"] = {
  6.         ["Legendary"] = false,
  7.         ["Basic"] = false,
  8.         ["Epic"] = false,
  9.         ["Uncommon"] = false,
  10.         ["Rare"] = false
  11.     },
  12.     ["DelayReplay"] = 10,
  13.     ["ExchangeTier"] = 4,
  14.     ["WH_MatchComplete"] = true,
  15.     ["AutoSkip"] = true,
  16.     ["AutoClaimQuest"] = true,
  17.     ["TPLobbyIfPlayer"] = true,
  18.     ["WH_MailSent"] = true,
  19.     ["Summon10"] = true,
  20.     ["SelectMacro"] = "Dumboy",
  21.     ["ALFS_DelayHop"] = 30,
  22.     ["PlaceFailsafe"] = true,
  23.     ["AutoJoinEndless"] = false,
  24.     ["PlayMacro"] = true,
  25.     ["AutoMail"] = true,
  26.     ["BuyEventName"] = "PixyPalx",
  27.     ["AutoUseBoost"] = true,
  28.     ["AutoSummonTroop"] = false,
  29.     ["AutoReplay"] = true,
  30.     ["BoostFPS"] = true,
  31.     ["SellWave"] = 1,
  32.     ["AutoClaimEventPass"] = true,
  33.     ["IgnoreMacroTiming"] = true,
  34.     ["AutoExchange"] = true,
  35.     ["RequireRoll"] = 0,
  36.     ["AutoJoinMatch"] = false,
  37.     ["ALFS_HopServer"] = false,
  38.     ["AutoExchangeEvent"] = false,
  39.     ["DelayJoin"] = 8,
  40.     ["AutoSellOW"] = false,
  41.     ["ABE_Gift"] = true,
  42.     ["MailName"] = "PixyPalx",
  43.     ["UseAll"] = false,
  44.     ["AutoClaimVIP"] = false,
  45.     ["DeleteMap"] = true,
  46.     ["AutoListForSale"] = false,
  47.     ["AutoRejoin"] = true,
  48.     ["AutoClaimEventQuest"] = true,
  49.     ["AutoBuyEvent"] = false,
  50.     ["WebhookURL"] = "https://discord.com/api/webhooks/1241827013203853434/nuoNqTEXIh3IYNCWjoZ6DJwCe246EcX1EXKrhtYrumTtXyd9oUl_xXU9yndoFTzYJX75",
  51.     ["AutoVoteDifficulty"] = false,
  52.     ["SelectMap"] = "TimeFactory (Rewind)",
  53.     ["SelectCase"] = "BasicCrate",
  54.     ["AutoSave"] = true,
  55.     ["UseBoosts"] = {
  56.         ["2xEggsBoost"] = false,
  57.         ["2xXPBoost_Easter2024"] = false,
  58.         ["2xCloversBoost"] = false,
  59.         ["2xEventXPBoost"] = false,
  60.         ["Weekend_2xEndlessXPBoost"] = false,
  61.         ["2xLuckBoost"] = false,
  62.         ["2xXPBoost"] = false,
  63.         ["2xClocksBoost"] = true,
  64.         ["Weekend_2xCoinsBoost"] = false,
  65.         ["2xCoinsBoost"] = false
  66.     },
  67.     ["BlackScreen"] = false
  68. }
  69.  
  70. loadstring(game:HttpGet("https://nousigi.com/loader.lua"))()
  71.  
  72. coroutine.wrap(function()
  73.     pcall(function()
  74.         task.wait(60)
  75.         local Fluxus = gethui():FindFirstChild("FluxusAndroidUI")
  76.         Fluxus.Enabled = false
  77.         task.wait(1)
  78.         game:service'VirtualInputManager':SendKeyEvent(true, "Tab", false, game)
  79.     end)
  80. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement