Advertisement
suramraja1

nousig K

Apr 8th, 2024 (edited)
881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.08 KB | None | 0 0
  1. _G.key = "6fcdd0d1afcc4d8687686abaf5e51de8"
  2.  
  3. getgenv().Config = {
  4.     ["AutoVoteDifficulty"] = false,
  5.     ["RequiredGem"] = 1000,
  6.     ["SellRarities"] = {
  7.         ["Legendary"] = true,
  8.         ["Basic"] = true,
  9.         ["Epic"] = true,
  10.         ["Uncommon"] = true,
  11.         ["Rare"] = true
  12.     },
  13.     ["DelayReplay"] = 12,
  14.     ["ExchangeTier"] = 4,
  15.     ["WH_MatchComplete"] = true,
  16.     ["AutoSkip"] = true,
  17.     ["AutoClaimQuest"] = true,
  18.     ["TPLobbyIfPlayer"] = true,
  19.     ["AutoExchangeEgg"] = true,
  20.     ["AutoSummonUnit"] = true,
  21.     ["Summon10"] = true,
  22.     ["SelectMacro"] = "EASTER",
  23.     ["WhiteScreen"] = false,
  24.     ["PlaceFailsafe"] = true,
  25.     ["AutoJoinEndless"] = false,
  26.     ["PlayMacro"] = true,
  27.     ["AutoClaimEasterQuest"] = true,
  28.     ["AutoMail"] = true,
  29.     ["AutoUseBoost"] = true,
  30.     ["AutoSummonTroop"] = false,
  31.     ["DelayJoin"] = 12,
  32.     ["SellWave"] = 1,
  33.     ["AutoClaimEventPass"] = true,
  34.     ["UseAll"] = false,
  35.     ["AutoJoinMatch"] = true,
  36.     ["AutoSellOW"] = false,
  37.     ["MailName"] = "PixyPalx",
  38.     ["SelectCase"] = "JesterCrate",
  39.     ["AutoClaimVIP"] = false,
  40.     ["RequireRoll"] = 0,
  41.     ["JoinFailsafe"] = false,
  42.     ["BoostFPS"] = true,
  43.     ["DeleteMap"] = true,
  44.     ["AutoRejoin"] = true,
  45.     ["WebhookURL"] = "https://discord.com/api/webhooks/1221181171715674233/-d2SyQk4r7LbWe3helYrDbHBbTM2c5V_GTvaFSpZd2tF5o86xe2KnXPO4cpIGuewxXfS",
  46.     ["IgnoreMacroTiming"] = true,
  47.     ["SelectMap"] = "EggIsland",
  48.     ["WH_MailSent"] = true,
  49.     ["AutoSave"] = true,
  50.     ["UseBoosts"] = {
  51.         ["2xCloversBoost"] = true,
  52.         ["2xLuckBoost"] = true,
  53.         ["2xCoinsBoost"] = false,
  54.         ["2xEggsBoost"] = false,
  55.         ["2xXPBoost_Easter2024"] = false
  56.     },
  57.     ["AutoReplay"] = true
  58. }
  59. loadstring(game:HttpGet("https://nousigi.com/loader.lua"))()
  60.  
  61. coroutine.wrap(function()
  62.     task.wait(1)
  63.     game:GetService("GuiService").ErrorMessageChanged:Connect(function()
  64.         task.wait (1) game:GetService("TeleportService"):Teleport(game.PlaceId)
  65.     end);
  66. end)()
  67.  
  68. coroutine.wrap(function()
  69.     pcall(function()
  70.         task.wait(10)
  71.         game:service'VirtualInputManager':SendKeyEvent(true, "Tab", false, game)
  72.         task.wait(120)
  73.         game:GetService("RunService"):Set3dRenderingEnabled(true)
  74.     end)
  75. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement