-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHshsjsh
261 lines (234 loc) · 6.53 KB
/
Hshsjsh
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
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
local Window = OrionLib:MakeWindow({Name = "made from alinkwesh", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
local Tab = Window:MakeTab({
Name = "Idk lel",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = Tab:AddSection({
Name = "Main"
})
Tab:AddButton({
Name = "Hollow Purple (op)",
Callback = function()
local A_1 = "Hollow"
local Event = game:GetService("ReplicatedStorage").Remotes.Gojo
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Gear 5",
Callback = function()
local A_1 = "Awaken"
local Event = game:GetService("ReplicatedStorage").Remotes.Luffy2
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Imaginary Purple ( Deals 50 dmg)",
Callback = function()
local A_1 = "HollowPurple"
local Event = game:GetService("ReplicatedStorage").Remotes.Gojo
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Sukuna Domain Expansion (Not Op :â—‹",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "TrueDomain"
game:GetService("ReplicatedStorage").Remotes.Yuji:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Pure Love",
Callback = function()
local A_1 = "PureLove"
local Event = game:GetService("ReplicatedStorage").Remotes.Yuta
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "combo wall",
Callback = function()
local A_1 = "BlackFlash"
local Event = game:GetService("ReplicatedStorage").Remotes.Yuta
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Kaminari",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "Kaminari" (for gear 5)
game:GetService("ReplicatedStorage").Remotes.Luffy2:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Giant Stomp", gear 5
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "Giant" gear 5
game:GetService("ReplicatedStorage").Remotes.Luffy2:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Infinite Void", op:)
Callback = function()
local ohString1 = "TrueDomain"
game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Red Normal",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "Red"
game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Normal Blue",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "Blue"
game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Martial Combo",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "Barrage"
game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Infinity Counter",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "Hora"
game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Maximum Red",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "MaxRed"
game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Maximum Blue",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "MaxBlue"
game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Final Smash (OP)",
Callback = function()
local A_1 = "FinalSmash"
local Event = game:GetService("ReplicatedStorage").Remotes.Deku
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Rengoku Awaken (Scares People Off)", Not fake it give u ult
Callback = function()
local A_1 = "Awaken"
local Event = game:GetService("ReplicatedStorage").Remotes.Rengoku
Event:FireServer(A_1)
end
})
local Section = Tab:AddSection({
Name = "Emotes"
})
Tab:AddButton({
Name = "Arusa Stance",
Callback = function()
local A_1 = "Asura Stance"
local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "There's Nothing We Can Do",
Callback = function()
local A_1 = "Ninja Wait"
local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Come Closer",
Callback = function()
local A_1 = "Come Closer"
local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Heart Wand",
Callback = function()
local A_1 = "Heart Wand"
local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Dunk!",
Callback = function()
local A_1 = "Dunk"
local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
Event:FireServer(A_1)
end
})
Tab:AddButton({
Name = "Dracoball Juggle",
Callback = function()
local A_1 = "Dracoball Juggle"
local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
Event:FireServer(A_1)
end
})
local Tab = Window:MakeTab({
Name = "Admin Stuff",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = Tab:AddSection({
Name = "Admins Thingy"
})
Tab:AddButton({
Name = "Gon",
Callback = function()
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohString1 = "Awaken"
game:GetService("ReplicatedStorage").Remotes.Gon:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Rock", op
Callback = function()
local ohString1 = "Rock"
game:GetService("ReplicatedStorage").Remotes.Gon:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Paper",
Callback = function()
local ohString1 = "Paper" op
game:GetService("ReplicatedStorage").Remotes.Gon:FireServer(ohString1)
end
})
Tab:AddButton({
Name = "Scissor",
Callback = function()
local ohString1 = ",
reServer(ohString1)
end
}))
.