-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathShindoLife.lua
420 lines (385 loc) · 14.6 KB
/
ShindoLife.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
repeat wait() until game:IsLoaded()
--old-antitp bypass
if workspace:FindFirstChild("CCoff") then
game:GetService("Workspace").CCoff:Destroy()
end
--antiafk
local VirtualUser=game:service'VirtualUser'
game:service'Players'.LocalPlayer.Idled:connect(function()
warn("anti-afk")
VirtualUser:CaptureController()
VirtualUser:ClickButton2(Vector2.new())
end)
--variables
local player = game.Players.LocalPlayer
local mission = player.PlayerGui:WaitForChild("Main"):WaitForChild("ingame"):WaitForChild("Missionstory")
local menuplace = 4616652839
local forestplace = 5447073001
local rainplace = 5084678830
local trainingplace = 5431071837
local akatsukiplace = 5431069982
local worldxplace = 5943874201
local villageplace = game:GetService("Workspace"):FindFirstChild("rank")
local warplace = game:GetService("Workspace"):FindFirstChild("warmode")
function toTarget(pos, targetPos, targetCFrame)
local tween_s = game:service"TweenService"
local info = TweenInfo.new((targetPos - pos).Magnitude/getgenv().speed, Enum.EasingStyle.Linear)
local tween, err = pcall(function()
local tween = tween_s:Create(game:GetService("Players").LocalPlayer.Character["HumanoidRootPart"], info, {CFrame = targetCFrame * CFrame.fromAxisAngle(Vector3.new(1,0,0), math.rad(90))})
tween:Play()
end)
if not tween then return err end
end
--UI Lib Loading
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() --someone reuploaded it so I put it in place of the original back up so guy can get free credit.
local venyx = library.new("Spy Hub | Wumpus#6666", 5013109572)
-- themes
local themes = {
Background = Color3.fromRGB(24, 24, 24),
Glow = Color3.fromRGB(0, 0, 0),
Accent = Color3.fromRGB(10, 10, 10),
LightContrast = Color3.fromRGB(20, 20, 20),
DarkContrast = Color3.fromRGB(14, 14, 14),
TextColor = Color3.fromRGB(255, 255, 255)
}
-- first page
local page = venyx:addPage("Main", 5012544693)
local section1 = page:addSection("Auto Doge")
local section2 = page:addSection("Inf Mode")
local section3 = page:addSection("Settings")
section1:addButton("Open", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/Autoopen", true))()
end)
section1:addButton("Close", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/Autoclose", true))()
end)
section2:addButton("Open", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/InfmodeOpen", true))()
end)
section2:addButton("Close", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/Infmodeclose", true))()
end)
section3:addKeybind("Show/Hide Settings", Enum.KeyCode.P, function()
print("Activated Keybind")
venyx:toggle()
end, function()
print("Changed Keybind")
end)
--Two page
local page2 = venyx:addPage("Autofarm", 5012544693)
local Farm = page2:addSection("Mission Farm")
local Scroll = page2:addSection("Scroll Farm")
getgenv().speed = 500
local autofarm
Farm:addToggle("AutoFarm", nil, function(bool)
autofarm = bool
end)
local candies
Farm:addToggle("Farm Gift Box", nil, function(bool)
candies = bool
end)
local RANKUP
Farm:addToggle("AutoRank", nil, function(bool)
RANKUP = bool
end)
local jinfarm
Scroll:addToggle("Jin Farm", nil, function(bool)
jinfarm = bool
end)
Scroll:addToggle("Scroll Farm", nil, function(bool)
scrollfarm = bool
end)
--Three page
local page3 = venyx:addPage("Quests Maker", 5012544693)
local d = page3:addSection("Quests Maker")
d:addButton("Rush",function()
for i = 1,300 do
game.Players.LocalPlayer.Character.combat.update:FireServer("rushw")
wait(.25)
end
end)
d:addButton("Jumps",function()
for v = 1,300 do
game.Players.LocalPlayer.Character.combat.update:FireServer("takemovement2")
wait(.25)
end
end)
d:addButton("Chakra Charges",function()
for i = 1,500 do
game.Players.LocalPlayer.Character.combat.update:FireServer("key","c")
wait(.1)
game.Players.LocalPlayer.Character.combat.update:FireServer("key","cend")
wait(.5)
end
end)
d:addButton("Punches",function()
for i = 1,999 do
game.Players.LocalPlayer.Character.combat.update:FireServer("mouse1",true)
wait(.3)
end
end)
d:addButton("TP TrainLog",function()
local player = game.Players.LocalPlayer
toTarget(player.Character.HumanoidRootPart.Position,workspace.npc.logtraining:FindFirstChild("HumanoidRootPart").Position,CFrame.new(game:GetService("Workspace").npc.logtraining:FindFirstChild("HumanoidRootPart").Position))
end)
game:GetService('RunService').Stepped:connect(function()
if autofarm or candies then
pcall(function()
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
end)
end
end)
local green = "http://www.roblox.com/asset/?id=5459241648"
local red = "http://www.roblox.com/asset/?id=5459241799"
local candy = "http://www.roblox.com/asset/?id=5710748193"
spawn(function()
while wait() do
if autofarm then
if player.currentmission.Value == nil then
for i,v in pairs(workspace.missiongivers:GetChildren()) do
pcall(function()
if player.currentmission.Value == nil and v.Name == "" and v:FindFirstChild("Head") and v.Head:FindFirstChild("givemission").Enabled and v.Head.givemission:FindFirstChild("color").Visible then
local TALK = v:FindFirstChild("Talk")
local lvl = player.statz.lvl.lvl.Value
if lvl <= 699 then
if player.currentmission.Value == nil and v.Talk:FindFirstChild("typ").Value == "defeat" and v.Head.givemission.Enabled and v.Head.givemission.color.Visible and v.Head.givemission.color.Image == green then
local getmission = v:FindFirstChild("HumanoidRootPart")
local clienttalk = v:FindFirstChild("CLIENTTALK")
repeat wait(.3)
toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
if (player.Character.HumanoidRootPart.Position-v.HumanoidRootPart.Position).Magnitude < 10 then
clienttalk:FireServer()
wait(.3)
clienttalk:FireServer("accept")
end
until mission.Visible or v:FindFirstChild("Head").givemission.Enabled == false or player.currentmission.Value == "mission" or not autofarm
end
elseif lvl >= 700 then
if player.currentmission.Value == nil and TALK.typ.Value == "defeat" and v.Head.givemission.Enabled and v.Head.givemission.color.Visible and v.Head.givemission.color.Image == green or v.Head.givemission.color.Image == red then
local getmission = v:FindFirstChild("HumanoidRootPart")
local clienttalk = v:FindFirstChild("CLIENTTALK")
repeat wait(.3)
toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
if (player.Character.HumanoidRootPart.Position-v.HumanoidRootPart.Position).Magnitude < 10 then
clienttalk:FireServer()
wait(.3)
clienttalk:FireServer("accept")
end
until mission.Visible or v:FindFirstChild("Head").givemission.Enabled == false or player.currentmission.Value == "mission" or not autofarm
end
end
end
end)
end
else
for i,v in pairs(workspace.npc:GetChildren()) do
pcall(function()
if v.ClassName == "Model" and v:FindFirstChild("npctype") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 then
repeat wait(.5)
toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
v.Humanoid.Health = 0
until v.Humanoid.Health == 0 or not autofarm or player.currentmission.Value == nil
end
end)
end
end
end
end
end)
spawn(function()
while wait() do
if candies then
local spins = player.statz.spins.Value
if spins < 500 then
for i,v in pairs(workspace.missiongivers:GetChildren()) do
pcall(function()
if mission.Visible == false and v.ClassName == "Model" and v:FindFirstChild("Head"):FindFirstChild("givemission").Enabled and v:FindFirstChild("CLIENTTALK") and v:FindFirstChild("Talk") and string.find(v.Talk.talk1.Value, "TRICK OR TREAT") and v.Talk:FindFirstChild("typ").Value == "halloweenevent" and v.Head.givemission.color.Image == candy then
repeat wait(.3)
toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-5,0)))
v.CLIENTTALK:FireServer()
wait(.2)
v.CLIENTTALK:FireServer("accept")
until v:FindFirstChild("Head").givemission.Enabled == false or not candies
end
end)
end
else
print("max spins reached 500")
end
end
end
end)
local function SCROLLFARM()
for i,v in pairs(game.workspace.GLOBALTIME:GetChildren()) do
if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
local scrollA = v.sh:FindFirstChild("invoke")
print("SCROLL SPAWNED")
pcall(function()
toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
end)
scrollA:FireServer(game.Players.LocalPlayer)
fireclickdetector(v.sh.ClickDetector)
end
end
end
local function SCROLLFARM1()
for i,v in pairs(game.workspace:GetChildren()) do
if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
local scrollA = v.sh:FindFirstChild("invoke")
print("SCROLL SPAWNED in workspace")
pcall(function()
toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
scrollA:FireServer(game.Players.LocalPlayer)
fireclickdetector(v.sh.ClickDetector)
end)
end
end
end
spawn(function()
while wait() do
if scrollfarm then
repeat wait()
SCROLLFARM()
SCROLLFARM1()
until not scrollfarm or not war or not war2
end
end
end)
local function JINFARM()
for i,v in pairs(game:GetService("Workspace").npc:GetChildren()) do
if v.Name == "npc1" then
repeat wait()
pcall(function()
toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-25,0)))
player.Character.combat.update:FireServer("mouse1", true)
wait(.1)
v.Humanoid.HealthChanged:Connect(function()
v.Humanoid.Health = 0
end)
end)
until v.Humanoid.Health == 0 or not jinfarm
end
end
end
spawn(function()
while wait() do
if jinfarm then
JINFARM()
end
end
end)
spawn(function()
while wait() do
if RANKUP and player.statz.lvl:FindFirstChild("lvl").Value == 1000 then
repeat wait()
game.Players.LocalPlayer.startevent:FireServer("rankup")
until player.statz.lvl:FindFirstChild("lvl").Value == 1 or not RANKUP
end
end
end)
--Four page
local inf = venyx:addPage("Inf Spin", 5012544693)
local spin = inf:addSection("Infinity Spin")
if game.PlaceId == menuplace then
--main menu
local kgs = {}
for i,v in pairs(game:GetService("ReplicatedStorage").alljutsu:GetChildren()) do
if v:FindFirstChild("KG") then
table.insert(kgs, v.Name)
end
end
local b
local kgslot
local kgvalue
spin:addDropdown("KG SLOT",{"kg1", "kg2", "kg3", "kg4"},function(kgS)
b = kgS
kgslot = game.Players.LocalPlayer.statz.main:FindFirstChild(b)
kgvalue = kgslot.Value
print(kgslot)
print(kgvalue)
end)
local a1
spin:addDropdown("KG Select",kgs,function(KG1)
print("Selected: " .. KG1)
a1 = KG1
end)
local a2
spin:addDropdown("KG Select",kgs,function(KG2)
print("Selected: " .. KG2)
a2 = KG2
end)
local a3
spin:addDropdown("KG Select",kgs,function(KG3)
print("Selected: " .. KG3)
a3 = KG3
end)
local a4
spin:addDropdown("KG Select",kgs,function(KG4)
print("Selected: " .. KG4)
a4 = KG4
end)
local a5
spin:addDropdown("KG Select",kgs,function(KG5)
print("Selected: " .. KG5)
a5 = KG5
end)
spin:addButton("Start Spin KG",function()
kgslot.ChildAdded:Connect(function(yes)
if yes.Name == "dontspin" then
wait(.1)
yes:Destroy()
end
end)
local spins = game.Players.LocalPlayer.statz.spins.Value
local des = game.Players.LocalPlayer.statz.spins
spawn(function()
for i,v in pairs(game:GetService("ReplicatedStorage").alljutsu:GetChildren()) do
if v:FindFirstChild("KG") then
local a = Instance.new("StringValue")
a.Name = v.Name
a.Parent = game.Players.LocalPlayer.statz.genkailevel
end
end
end)
spawn(function()
while wait() do
if spins > 0 then
spins = game.Players.LocalPlayer.statz.spins.Value
kgvalue = kgslot.Value
print("Rolled: " .. kgvalue)
if kgvalue ~= a1 and kgvalue ~= a2 and kgvalue ~= a3 and kgvalue ~= a4 and kgvalue ~= a5 then
kgvalue = kgslot.Value
game.Players.LocalPlayer.startevent:FireServer("spin", b)
wait(.2)
kgvalue = kgslot.Value
else
print("You have got: " .. kgvalue)
end
else
player.statz.spins:Destroy()
game:GetService('TeleportService'):Teleport(game.PlaceId, player)
end
end
end)
end)
spin:addButton("Reset Spin NOW",function()
player.statz.spins:Destroy()
game:GetService('TeleportService'):Teleport(game.PlaceId, player)
end)
end
--Five page
local page5 = venyx:addPage("Discord", 5012544693)
local Discord = page5:addSection("Mission Farm")
Discord:addButton("Copy Discord Link", function()
setclipboard("https://discord.gg/kS9mrChF4m")
end)
-- Theme page
local theme = venyx:addPage("Theme", 5012544693)
local colors = theme:addSection("Colors")
for theme, color in pairs(themes) do -- all in one theme changer, i know, im cool
colors:addColorPicker(theme, color, function(color3)
venyx:setTheme(theme, color3)
end)
end
-- load
venyx:SelectPage(venyx.pages[1], true) -- no default for more freedom