You are on page 1of 2

--Must be on Namekian slot

--Need like 200-220ish ping


--idk the replicationlag equivalent

_G.GOD = true

local User = game.Players.LocalPlayer;


local Mouse = User:GetMouse();

local Normal = "Slot1";


local Namekussy = "Slot2";

while _G.GOD do

local PlayerGui = User:WaitForChild("PlayerGui"); --Vars


local HUD = PlayerGui:WaitForChild("HUD");
local Bottom = HUD:WaitForChild("Bottom");
local chatGui = Bottom:WaitForChild("ChatGui");
local TextLabel = chatGui:WaitForChild("TextLabel")

User.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs["Character
Slot Changer"]); --Switch to normal
task.wait(0.85);
User.Backpack.ServerTraits.ChatAdvance:FireServer({"Yes"});
task.wait(0.85);
User.Backpack.ServerTraits.ChatAdvance:FireServer({"k"});
task.wait(0.5);
User.Backpack.ServerTraits.ChatAdvance:FireServer({Normal});

repeat game:GetService("RunService").RenderStepped:wait(); until TextLabel.Text ==


"Loading!" or chatGui == nil; --Waits for Loading or Nil

if chatGui ~= nil then


repeat

User.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs["KAMI"]); --
Talks to Kami if chatGui is not nil
task.wait()
until TextLabel.Text == 'Hello' or chatGui == nil
repeat
if chatGui and chatGui:FindFirstChild("Opt1") then
firesignal(chatGui.Opt1.MouseButton1Click);
end
game:GetService("RunService").RenderStepped:wait();
until chatGui == nil or not chatGui:FindFirstChild("Opt1");
end

wait(6)

User.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs["Character
Slot Changer"]);
task.wait(0.85);
User.Backpack.ServerTraits.ChatAdvance:FireServer({"Yes"});
task.wait(0.85);
User.Backpack.ServerTraits.ChatAdvance:FireServer({"k"});
task.wait(0.5);
User.Backpack.ServerTraits.ChatAdvance:FireServer({Namekussy});

wait(9)

end

You might also like