Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I didnt want to release this because it will get patch real quick but since someone released it so ill release it
- local function Loops()
- local tbl_main =
- {
- game:GetService("Players").LocalPlayer,
- 1
- }
- game:GetService("ReplicatedStorage").Remotes.Quest.S:FireServer(unpack(tbl_main))
- wait()
- local tbl_main =
- {
- game:GetService("Players").LocalPlayer,
- }
- game:GetService("ReplicatedStorage").Remotes.Quest.I:FireServer(unpack(tbl_main))
- end
- game:GetService("RunService").RenderStepped:Connect(Loops)
- ^This give demon kill (also give sword exp so u can go learn anything after using it)
- local function Loops()
- local tbl_main =
- {
- game:GetService("Players").LocalPlayer,
- 2
- }
- game:GetService("ReplicatedStorage").Remotes.Quest.S:FireServer(unpack(tbl_main))
- wait()
- local tbl_main =
- {
- game:GetService("Players").LocalPlayer,
- }
- game:GetService("ReplicatedStorage").Remotes.Quest.I:FireServer(unpack(tbl_main))
- end
- game:GetService("RunService").RenderStepped:Connect(Loops)
- ^this give slayer kill so u can get exiled or max ur demon alt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement