SHOW:
|
|
- or go back to the newest paste.
1 | - | OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() |
1 | + | wait(0.1) |
2 | - | local Window = OrionLib:MakeWindow({Name = "👑🔥KIRA🔥👑", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"}) |
2 | + | game.StarterGui:SetCore("SendNotification", { |
3 | Title = "تم تشغيل السكربت"; | |
4 | Text = "تم تشغيل اقوى سكربت عربي سكربتات 😙"; -- ARAB TEAM | |
5 | Duration = 5; | |
6 | }) | |
7 | local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/R5yimwnZ')))() | |
8 | local Player = game.Players.LocalPlayer | |
9 | local Window = OrionLib:MakeWindow({Name = "🤤 سكربت احلام العصر درجه اولى", SearchBar = { Default = 'بحث قوائم في السكربت', ClearTextOnFocus = true }, HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"}) | |
10 | ||
11 | --[[ | |
12 | Name = <string> - The name of the UI. | |
13 | HidePremium = <bool> - Whether or not the user details shows Premium status or not. | |
14 | SaveConfig = <bool> - Toggles the config saving in the UI. | |
15 | - | Name = "👑🔥المطورين🔥👑", |
15 | + | |
16 | IntroEnabled = <bool> - Whether or not to show the intro animation. | |
17 | IntroText = <string> - Text to show in the intro animation. | |
18 | IntroIcon = <string> - URL to the image you want to use in the intro animation. | |
19 | Icon = <string> - URL to the image you want displayed on the window. | |
20 | CloseCallback = <function> - Function to execute when the window is closed. | |
21 | ]]local Tab = Window:MakeTab({ | |
22 | Name = "👑🔥احلام العصر🔥👑", | |
23 | Icon = "rbxassetid://4483345998", | |
24 | PremiumOnly = false | |
25 | - | Name = "👑🔥KIRA من قبل🔥👑" |
25 | + | |
26 | ||
27 | --[[ | |
28 | Name = <string> - The name of the tab. | |
29 | Icon = <string> - The icon of the tab. | |
30 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
31 | - | Name = "👑🔥SASUKEمع مساعده🔥👑" |
31 | + | |
32 | Name = "👑🔥سكربتنا لكل عربي ان شاء الله السكربت يعجبك🔥👑" | |
33 | }) | |
34 | ||
35 | --[[ | |
36 | Name = <string> - The name of the tab. | |
37 | - | Name = "👑🔥مع مساعده محمد🔥👑" |
37 | + | |
38 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
39 | ]]local Section = Tab:AddSection({ | |
40 | Name = "👑🔥مطورين السكربت او صانعين السكربت🔥👑" | |
41 | }) | |
42 | --[[ | |
43 | Name = <string> - The name of the tab. | |
44 | Icon = <string> - The icon of the tab. | |
45 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
46 | ]]local Section = Tab:AddSection({ | |
47 | Name = "👑🔥من قبل محمد🔥👑" | |
48 | }) | |
49 | ||
50 | --[[ | |
51 | Name = <string> - The name of the tab. | |
52 | Icon = <string> - The icon of the tab. | |
53 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
54 | ]]local Section = Tab:AddSection({ | |
55 | Name = "👑🔥مع مساعده ايوب🔥👑" | |
56 | }) | |
57 | ||
58 | --[[ | |
59 | Name = <string> - The name of the tab. | |
60 | Icon = <string> - The icon of the tab. | |
61 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
62 | ]]local Section = Tab:AddSection({ | |
63 | Name = "👑🔥اذكر ربك قبل لا تستخدم السكربت / اللهم اغفر لي ذنبي كله دقه وجله وأوله وآخره وعلانيته وسره🔥👑" | |
64 | }) | |
65 | ||
66 | --[[ | |
67 | Name = <string> - The name of the tab. | |
68 | Icon = <string> - The icon of the tab. | |
69 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
70 | ]]local Section = Tab:AddSection({ | |
71 | Name = "اللهم انصر اخواننا في فلسطين و السودان و سوريا و اليمن و العراق و لبنان 🇸🇾🇸🇩🇵🇸🇮🇶🇾🇪🇱🇧" | |
72 | }) | |
73 | ||
74 | Tab:AddButton({ | |
75 | Name = "👑🔥حذف السكربت🔥👑", | |
76 | Callback = function() | |
77 | print("button pressed") | |
78 | OrionLib:Destroy() | |
79 | end | |
80 | }) | |
81 | ||
82 | OrionLib:Init() | |
83 | ||
84 | --[[ | |
85 | Name = <string> - The name of the tab. | |
86 | Icon = <string> - The icon of the tab. | |
87 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
88 | ]]local Section = Tab:AddSection({ | |
89 | Name = "👑🔥لقد تم صناعة السكربت من شخص عربي و ليس من شخص اجنبي🔥👑" | |
90 | }) | |
91 | ||
92 | local Tab = Window:MakeTab({ | |
93 | Name = "👑🔥سيرفر الديسكورد🔥👑", | |
94 | Icon = "rbxassetid://1461403871", | |
95 | PremiumOnly = false | |
96 | }) | |
97 | ||
98 | Tab:AddButton({ | |
99 | Name = "👑🔥نسخ رابط سيرفر الديسكورد🔥👑", | |
100 | Callback = function() | |
101 | OrionLib:MakeNotification({ | |
102 | Name = "👑🔥تم النسخ🔥👑", | |
103 | Content = "👑🔥تم نسخ رابط سيرفر الديسكورد🔥👑", | |
104 | Image = "rbxassetid://4483345998", | |
105 | Time = 5 | |
106 | }) | |
107 | setclipboard("https://discord.com/invite/paP49xFJ") | |
108 | toclipboard("https://discord.com/invite/paP49xFJ") | |
109 | end | |
110 | }) | |
111 | ||
112 | --[[ | |
113 | Name = <string> - The name of the button. | |
114 | Callback = <function> - The function of the button. | |
115 | ]]local Tab = Window:MakeTab({ | |
116 | Name = "وش الجديد في السكربت 🤔", | |
117 | Icon = "rbxassetid://4483345998", | |
118 | PremiumOnly = false | |
119 | }) | |
120 | --[[ | |
121 | Name = <string> - The name of the tab. | |
122 | Icon = <string> - The icon of the tab. | |
123 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
124 | ]]local Section = Tab:AddSection({ | |
125 | Name = "وش الجديد في السكربت 🤔" | |
126 | }) | |
127 | --[[ | |
128 | Name = <string> - The name of the tab. | |
129 | Icon = <string> - The icon of the tab. | |
130 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
131 | ]]local Section = Tab:AddSection({ | |
132 | Name = "تمت اضافه 9 مابات في السكربت 😄" | |
133 | }) | |
134 | --[[ | |
135 | Name = <string> - The name of the tab. | |
136 | Icon = <string> - The icon of the tab. | |
137 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
138 | ]]local Section = Tab:AddSection({ | |
139 | Name = "المابات 👇" | |
140 | }) | |
141 | --[[ | |
142 | Name = <string> - The name of the tab. | |
143 | Icon = <string> - The icon of the tab. | |
144 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
145 | ]]local Section = Tab:AddSection({ | |
146 | Name = "سكربتات ماب Fisch 🐟" | |
147 | }) | |
148 | --[[ | |
149 | Name = <string> - The name of the tab. | |
150 | Icon = <string> - The icon of the tab. | |
151 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
152 | ]]local Section = Tab:AddSection({ | |
153 | Name = "سكربتات ماب رايفلز 🔫" | |
154 | }) | |
155 | --[[ | |
156 | Name = <string> - The name of the tab. | |
157 | Icon = <string> - The icon of the tab. | |
158 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
159 | ]]local Section = Tab:AddSection({ | |
160 | Name = "سكربتات فيها سكربتات كثير ☠️" | |
161 | }) | |
162 | --[[ | |
163 | Name = <string> - The name of the tab. | |
164 | Icon = <string> - The icon of the tab. | |
165 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
166 | ]]local Section = Tab:AddSection({ | |
167 | Name = "سكربتات ايم بوت 😈" | |
168 | }) | |
169 | --[[ | |
170 | Name = <string> - The name of the tab. | |
171 | Icon = <string> - The icon of the tab. | |
172 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
173 | ]]local Section = Tab:AddSection({ | |
174 | Name = "سكربتات ماب دور عن زر 🔴" | |
175 | }) | |
176 | ||
177 | --[[ | |
178 | Name = <string> - The name of the tab. | |
179 | Icon = <string> - The icon of the tab. | |
180 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
181 | ]]local Section = Tab:AddSection({ | |
182 | Name = "سكربتات ماب avatar fighting simulator🐱🐶" | |
183 | }) | |
184 | ||
185 | --[[ | |
186 | Name = <string> - The name of the tab. | |
187 | Icon = <string> - The icon of the tab. | |
188 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
189 | ]]local Section = Tab:AddSection({ | |
190 | Name = "سكربتات ماب فورت نايت العرب ⚔️" | |
191 | }) | |
192 | ||
193 | --[[ | |
194 | Name = <string> - The name of the tab. | |
195 | Icon = <string> - The icon of the tab. | |
196 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
197 | ]]local Section = Tab:AddSection({ | |
198 | Name = "سكربتات ماب ببجي العرب 🗡" | |
199 | }) | |
200 | ||
201 | --[[ | |
202 | Title = <string> - The title of the notification. | |
203 | Content = <string> - The content of the notification. | |
204 | Image = <string> - The icon of the notification. | |
205 | Time = <number> - The duration of the notfication. | |
206 | ]]local Section = Tab:AddSection({ | |
207 | Name = "سكربتات ماب البحث عن الاناناس 🍍" | |
208 | }) | |
209 | ||
210 | --[[ | |
211 | Name = <string> - The name of the section. | |
212 | ]]local Tab = Window:MakeTab({ | |
213 | Name = "🍇سكربتات بلوكس فروت🍇", | |
214 | Icon = "rbxassetid://4483345998", | |
215 | PremiumOnly = false | |
216 | }) | |
217 | ||
218 | --[[ | |
219 | Name = <string> - The name of the tab. | |
220 | Icon = <string> - The icon of the tab. | |
221 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
222 | ]]local Section = Tab:AddSection({ | |
223 | Name = "🍇سكربتات بلوكس فروت🍇" | |
224 | }) | |
225 | ||
226 | --[[ | |
227 | Name = <string> - The name of the section. | |
228 | ]]Tab:AddButton({ | |
229 | Name = "🍇(1) سكربت بلوكس فروت🍇", | |
230 | Callback = function() | |
231 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))() | |
232 | end | |
233 | }) | |
234 | ||
235 | --[[ | |
236 | Name = <string> - The name of the button. | |
237 | Callback = <function> - The function of the button. | |
238 | ]]Tab:AddButton({ | |
239 | Name = "🍇(2) سكربت بلوكس فروت🍇", | |
240 | Callback = function() | |
241 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/AXCScript/KayMobile/main/Script-Loader'))() | |
242 | end | |
243 | }) | |
244 | ||
245 | --[[ | |
246 | Name = <string> - The name of the button. | |
247 | Callback = <function> - The function of the button. | |
248 | ]]Tab:AddButton({ | |
249 | Name = "🍇(3) سكربت بلوكس فروت🍇", | |
250 | Callback = function() | |
251 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))() | |
252 | end | |
253 | }) | |
254 | ||
255 | --[[ | |
256 | Name = <string> - The name of the button. | |
257 | Callback = <function> - The function of the button. | |
258 | ]]Tab:AddButton({ | |
259 | Name = "🍇(4) سكربت بلوكس فروت🍇", | |
260 | Callback = function() | |
261 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))() | |
262 | end | |
263 | }) | |
264 | ||
265 | --[[ | |
266 | Name = <string> - The name of the button. | |
267 | Callback = <function> - The function of the button. | |
268 | ]]Tab:AddButton({ | |
269 | Name = "🍇(5) سكربت بلوكس فروت🍇", | |
270 | Callback = function() | |
271 | print("button pressed") loadstring(game:HttpGet("https://raw.githubusercontent.com/NickelHUBB/SonicTuru/main/Protected-25.lua"))() | |
272 | end | |
273 | }) | |
274 | ||
275 | --[[ | |
276 | Name = <string> - The name of the button. | |
277 | Callback = <function> - The function of the button. | |
278 | ]]Tab:AddButton({ | |
279 | Name = "🍇(6) سكربت بلوكس فروت🍇", | |
280 | Callback = function() | |
281 | print("button pressed")_G.HohoVersion = "v3" | |
282 | ||
283 | loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))() | |
284 | end | |
285 | }) | |
286 | ||
287 | --[[ | |
288 | Name = <string> - The name of the button. | |
289 | Callback = <function> - The function of the button. | |
290 | ]]Tab:AddButton({ | |
291 | Name = "🍇(7) سكربت بلوكس فروت🍇", | |
292 | Callback = function() | |
293 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ThunderZ-05/HUB/main/Main/Chest/AllDevice.lua"))() | |
294 | end | |
295 | }) | |
296 | ||
297 | --[[ | |
298 | Name = <string> - The name of the button. | |
299 | Callback = <function> - The function of the button. | |
300 | ]]Tab:AddButton({ | |
301 | Name = "🍇(8) سكربت بلوكس فروت🍇", | |
302 | Callback = function() | |
303 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))() | |
304 | end | |
305 | }) | |
306 | ||
307 | --[[ | |
308 | Name = <string> - The name of the button. | |
309 | Callback = <function> - The function of the button. | |
310 | ]]Tab:AddButton({ | |
311 | Name = "🍇(9) سكربت بلوكس فروت🍇", | |
312 | Callback = function() | |
313 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/Chest-Farm.lua"))() | |
314 | end | |
315 | }) | |
316 | ||
317 | --[[ | |
318 | Name = <string> - The name of the button. | |
319 | Callback = <function> - The function of the button. | |
320 | ]]Tab:AddButton({ | |
321 | Name = "🍇(10) سكربت بلوكس فروت🍇", | |
322 | Callback = function() | |
323 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))() | |
324 | end | |
325 | }) | |
326 | --[[ | |
327 | Name = <string> - The name of the button. | |
328 | Callback = <function> - The function of the button. | |
329 | ]]Tab:AddButton({ | |
330 | Name = "🍇(11) سكربت بلوكس فروت🍇", | |
331 | Callback = function() | |
332 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/BloxFruits/refs/heads/main/Source.lua"))() | |
333 | end | |
334 | }) | |
335 | --[[ | |
336 | Name = <string> - The name of the button. | |
337 | Callback = <function> - The function of the button. | |
338 | ]]Tab:AddButton({ | |
339 | Name = "🍇(12) سكربت بلوكس فروت للميراج🍇", | |
340 | Callback = function() | |
341 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/ZoiIntra/Dec/main/mystichub'))() | |
342 | end | |
343 | }) | |
344 | --[[ | |
345 | Name = <string> - The name of the button. | |
346 | Callback = <function> - The function of the button. | |
347 | ]]Tab:AddButton({ | |
348 | Name = "🍇(13) سكربت بلوكس فروت للميراج🍇", | |
349 | Callback = function() | |
350 | print("button pressed")loadstring(game:HttpGet"https://raw.githubusercontent.com/PNguyen0199/Script/main/Fai-Fao-Ver2.lua")() | |
351 | end | |
352 | }) | |
353 | --[[ | |
354 | Name = <string> - The name of the button. | |
355 | Callback = <function> - The function of the button. | |
356 | ]]Tab:AddButton({ | |
357 | Name = "🍇(14) سكربت بلوكس فروت🍇", | |
358 | Callback = function() | |
359 | print("button pressed")loadstring(game:HttpGet('https://link.trwxz.com/LS-Wolf-Hub'))() | |
360 | end | |
361 | }) | |
362 | --[[ | |
363 | Name = <string> - The name of the button. | |
364 | Callback = <function> - The function of the button. | |
365 | ]]Tab:AddButton({ | |
366 | Name = "🍇(15) سكربت بلوكس فروت يشتغل ب سولارا🍇", | |
367 | Callback = function() | |
368 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/SkibidiSupremacy/Loader.xyz/main/Loader.Blurk%20ST%20%3A%20G"))() | |
369 | end | |
370 | }) | |
371 | --[[ | |
372 | Name = <string> - The name of the button. | |
373 | Callback = <function> - The function of the button. | |
374 | ]]Tab:AddButton({ | |
375 | Name = "🍇(16) سكربت بلوكس فروت🍇", | |
376 | Callback = function() | |
377 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ahmadsgamer2/Speed-Hub-X/main/SpeedHubX"))() | |
378 | end | |
379 | }) | |
380 | --[[ | |
381 | Name = <string> - The name of the button. | |
382 | Callback = <function> - The function of the button. | |
383 | ]]Tab:AddButton({ | |
384 | Name = "🍇(17) سكربت بلوكس فروت🍇", | |
385 | Callback = function() | |
386 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/UserDevEthical/Loadstring/main/CokkaHub.lua"))() | |
387 | end | |
388 | }) | |
389 | ||
390 | --[[ | |
391 | Name = <string> - The name of the section. | |
392 | ]]local Tab = Window:MakeTab({ | |
393 | Name = "🍇سكربتات كينق لجسي🍇", | |
394 | Icon = "rbxassetid://4483345998", | |
395 | PremiumOnly = false | |
396 | }) | |
397 | --[[ | |
398 | Name = <string> - The name of the tab. | |
399 | Icon = <string> - The icon of the tab. | |
400 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
401 | ]]local Section = Tab:AddSection({ | |
402 | Name = "🍇سكربتات كينق لجسي🍇" | |
403 | }) | |
404 | --[[ | |
405 | Name = <string> - The name of the button. | |
406 | Callback = <function> - The function of the button. | |
407 | ]]Tab:AddButton({ | |
408 | Name = "🍇(1) سكربت كينق لجسي🍇", | |
409 | Callback = function() | |
410 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/DookDekDEE/Hyper/main/script.lua"))() | |
411 | end | |
412 | }) | |
413 | --[[ | |
414 | Name = <string> - The name of the button. | |
415 | Callback = <function> - The function of the button. | |
416 | ]]Tab:AddButton({ | |
417 | Name = "🍇(2) سكربت كينق لجسي🍇", | |
418 | Callback = function() | |
419 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Zenhubtop/zenhubnextgen/main/Loader", true))() | |
420 | end | |
421 | }) | |
422 | --[[ | |
423 | Name = <string> - The name of the button. | |
424 | Callback = <function> - The function of the button. | |
425 | ]]Tab:AddButton({ | |
426 | Name = "🍇(3) سكربت كينق لجسي🍇", | |
427 | Callback = function() | |
428 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xOne2/King-Legacy/main/README.md"))() | |
429 | end | |
430 | }) | |
431 | --[[ | |
432 | Name = <string> - The name of the button. | |
433 | Callback = <function> - The function of the button. | |
434 | ]]Tab:AddButton({ | |
435 | Name = "🍇(4) سكربت كينق لجسي🍇", | |
436 | Callback = function() | |
437 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AdelOnTheTop/Adel-Hub/main/Main.lua"))() | |
438 | end | |
439 | }) | |
440 | ||
441 | --[[ | |
442 | Name = <string> - The name of the button. | |
443 | Callback = <function> - The function of the button. | |
444 | ]]local Tab = Window:MakeTab({ | |
445 | Name = "🍇سكربتات ماب ون بيس قيم🍇", | |
446 | Icon = "rbxassetid://4483345998", | |
447 | PremiumOnly = false | |
448 | }) | |
449 | --[[ | |
450 | Name = <string> - The name of the tab. | |
451 | Icon = <string> - The icon of the tab. | |
452 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
453 | ]] | |
454 | ||
455 | --[[ | |
456 | Title = <string> - The title of the notification. | |
457 | Content = <string> - The content of the notification. | |
458 | Image = <string> - The icon of the notification. | |
459 | Time = <number> - The duration of the notfication. | |
460 | ]]local Section = Tab:AddSection({ | |
461 | Name = "🍇سكربتات ماب ون بيس قيم🍇" | |
462 | }) | |
463 | --[[ | |
464 | Name = <string> - The name of the section. | |
465 | ]]Tab:AddButton({ | |
466 | Name = "🍇سكربت ماب ون بيس قيم (1)🍇", | |
467 | Callback = function() | |
468 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/loader_1038"))() | |
469 | end | |
470 | }) | |
471 | ||
472 | --[[ | |
473 | Name = <string> - The name of the button. | |
474 | Callback = <function> - The function of the button. | |
475 | ]]local Tab = Window:MakeTab({ | |
476 | Name = "🍇سكربتات ماب هيز بيس🍇", | |
477 | Icon = "rbxassetid://4483345998", | |
478 | PremiumOnly = false | |
479 | }) | |
480 | ||
481 | --[[ | |
482 | Name = <string> - The name of the tab. | |
483 | Icon = <string> - The icon of the tab. | |
484 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
485 | ]]local Section = Tab:AddSection({ | |
486 | Name = "🍇سكربتات ماب هيز بيس🍇" | |
487 | }) | |
488 | --[[ | |
489 | Name = <string> - The name of the section. | |
490 | ]]Tab:AddButton({ | |
491 | Name = "🍇سكربت ماب هيز بيس (1)🍇", | |
492 | Callback = function() | |
493 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/DookDekDEE/Hyper/main/script.lua"))() | |
494 | end | |
495 | }) | |
496 | ||
497 | --[[ | |
498 | Name = <string> - The name of the button. | |
499 | Callback = <function> - The function of the button. | |
500 | ]]local Tab = Window:MakeTab({ | |
501 | Name = "🍇سكربتات ماب قراند بيس🍇", | |
502 | Icon = "rbxassetid://4483345998", | |
503 | PremiumOnly = false | |
504 | }) | |
505 | ||
506 | --[[ | |
507 | Name = <string> - The name of the tab. | |
508 | Icon = <string> - The icon of the tab. | |
509 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
510 | ]]local Section = Tab:AddSection({ | |
511 | Name = "🍇سكربتات ماب قراند بيس🍇" | |
512 | }) | |
513 | --[[ | |
514 | Name = <string> - The name of the section. | |
515 | ]]Tab:AddButton({ | |
516 | Name = "🍇سكربت ماب قراند بيس (1)🍇", | |
517 | Callback = function() | |
518 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Tilitestaccount/Idk/main/StarHubReborn'))() | |
519 | end | |
520 | }) | |
521 | ||
522 | --[[ | |
523 | Name = <string> - The name of the button. | |
524 | Callback = <function> - The function of the button. | |
525 | ]]local Tab = Window:MakeTab({ | |
526 | Name = "🍇سكربتات ماب فروت باتل قراوندز🍇", | |
527 | Icon = "rbxassetid://4483345998", | |
528 | PremiumOnly = false | |
529 | }) | |
530 | ||
531 | --[[ | |
532 | Name = <string> - The name of the tab. | |
533 | Icon = <string> - The icon of the tab. | |
534 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
535 | ]]local Section = Tab:AddSection({ | |
536 | Name = "🍇سكربتات ماب فروت باتل قراوندز🍇" | |
537 | }) | |
538 | --[[ | |
539 | Name = <string> - The name of the section. | |
540 | ]]Tab:AddButton({ | |
541 | Name = "🍇سكربت ماب فروت باتل قراوندز (1)🍇", | |
542 | Callback = function() | |
543 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/KirillEee/Askien-Hub/main/Fruit%20Battlegrounds"))() | |
544 | end | |
545 | }) | |
546 | ||
547 | --[[ | |
548 | Name = <string> - The name of the button. | |
549 | Callback = <function> - The function of the button. | |
550 | ]]local Tab = Window:MakeTab({ | |
551 | Name = "🍇سكربتات ماب ميمز سي🍇", | |
552 | Icon = "rbxassetid://4483345998", | |
553 | PremiumOnly = false | |
554 | }) | |
555 | ||
556 | --[[ | |
557 | Name = <string> - The name of the tab. | |
558 | Icon = <string> - The icon of the tab. | |
559 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
560 | ]]local Section = Tab:AddSection({ | |
561 | - | Name = "👑🔥سكربت تيليسكوب👑🔥", |
561 | + | Name = "🍇سكربتات ماب ميمز سي🍇" |
562 | }) | |
563 | --[[ | |
564 | Name = <string> - The name of the section. | |
565 | ]]Tab:AddButton({ | |
566 | Name = "🍇سكربت ماب ميمز سي (1)🍇", | |
567 | Callback = function() | |
568 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/UPDATE-4-Meme-Sea-Auto-Farm-Open-Source-16107"))() | |
569 | end | |
570 | }) | |
571 | --[[ | |
572 | Name = <string> - The name of the section. | |
573 | ]]Tab:AddButton({ | |
574 | Name = "🍇سكربت ماب ميمز سي (2)🍇", | |
575 | Callback = function() | |
576 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Binintrozza/yutv2e/main/Yutohub"))() | |
577 | end | |
578 | }) | |
579 | --[[ | |
580 | Name = <string> - The name of the section. | |
581 | ]]Tab:AddButton({ | |
582 | Name = "🍇سكربت ماب ميمز سي (3)🍇", | |
583 | Callback = function() | |
584 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/MemeSea/refs/heads/main/Source.lua"))() | |
585 | end | |
586 | }) | |
587 | ||
588 | --[[ | |
589 | Name = <string> - The name of the section. | |
590 | ]]local Tab = Window:MakeTab({ | |
591 | Name = "🍇سكربتات blox fruit but very good🍇", | |
592 | Icon = "rbxassetid://4483345998", | |
593 | PremiumOnly = false | |
594 | }) | |
595 | ||
596 | --[[ | |
597 | Name = <string> - The name of the tab. | |
598 | Icon = <string> - The icon of the tab. | |
599 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
600 | ]]local Section = Tab:AddSection({ | |
601 | Name = "🍇سكربتات blox fruit but very good🍇" | |
602 | }) | |
603 | ||
604 | --[[ | |
605 | Name = <string> - The name of the section. | |
606 | ]]Tab:AddButton({ | |
607 | Name = "🍇سكربت ماب blox fruit but very good (1)🍇", | |
608 | Callback = function() | |
609 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Blox-Fruits-But-Very-Good-BEST-SCRIPT-HAVE-ATUO-FARM-AND-KILLALL-AND-CHEST-FARM-25950"))() | |
610 | end | |
611 | }) | |
612 | ||
613 | --[[ | |
614 | Name = <string> - The name of the button. | |
615 | Callback = <function> - The function of the button. | |
616 | ]]Tab:AddButton({ | |
617 | Name = "🍇سكربت ماب blox fruit but very good (2)🍇", | |
618 | Callback = function() | |
619 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/U64NUCnp"))() | |
620 | end | |
621 | }) | |
622 | ||
623 | --[[ | |
624 | Name = <string> - The name of the button. | |
625 | Callback = <function> - The function of the button. | |
626 | ]]local Tab = Window:MakeTab({ | |
627 | Name = "⚔️MM2سكربتات⚔️ ", | |
628 | Icon = "rbxassetid://4483345998", | |
629 | PremiumOnly = false | |
630 | }) | |
631 | ||
632 | --[[ | |
633 | Name = <string> - The name of the tab. | |
634 | Icon = <string> - The icon of the tab. | |
635 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
636 | ]]local Section = Tab:AddSection({ | |
637 | Name = "⚔️MM2سكربتات⚔️" | |
638 | }) | |
639 | ||
640 | --[[ | |
641 | Name = <string> - The name of the section. | |
642 | ]]Tab:AddButton({ | |
643 | Name = "⚔️(1) MM2سكربت⚔️", | |
644 | Callback = function() | |
645 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))(); | |
646 | -- Like and SUBBBBB | |
647 | end | |
648 | }) | |
649 | ||
650 | --[[ | |
651 | Name = <string> - The name of the button. | |
652 | Callback = <function> - The function of the button. | |
653 | ]]Tab:AddButton({ | |
654 | Name = "⚔️(2) MM2سكربت⚔️", | |
655 | Callback = function() | |
656 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))() | |
657 | end | |
658 | }) | |
659 | ||
660 | --[[ | |
661 | Name = <string> - The name of the button. | |
662 | Callback = <function> - The function of the button. | |
663 | ]]Tab:AddButton({ | |
664 | Name = "⚔️(3) MM2سكربت⚔️", | |
665 | Callback = function() | |
666 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/1shHyM48"))() | |
667 | end | |
668 | - | Name = "🐶🐱سكربتات ماب بت سمليتر🐱🐶" |
668 | + | |
669 | ||
670 | --[[ | |
671 | Name = <string> - The name of the button. | |
672 | Callback = <function> - The function of the button. | |
673 | ]]Tab:AddButton({ | |
674 | Name = "⚔️(4) MM2سكربت⚔️", | |
675 | Callback = function() | |
676 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))() | |
677 | end | |
678 | }) | |
679 | ||
680 | --[[ | |
681 | Name = <string> - The name of the button. | |
682 | Callback = <function> - The function of the button. | |
683 | ]]Tab:AddButton({ | |
684 | Name = "⚔️(5) MM2سكربت⚔️", | |
685 | Callback = function() | |
686 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/DreadzHub2/DreadzHub-Scripts-FR/main/Loader"))() | |
687 | end | |
688 | }) | |
689 | ||
690 | --[[ | |
691 | Name = <string> - The name of the button. | |
692 | Callback = <function> - The function of the button. | |
693 | ]]Tab:AddButton({ | |
694 | Name = "⚔️(6) MM2سكربت⚔️", | |
695 | Callback = function() | |
696 | print("button pressed")loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))() | |
697 | end | |
698 | }) | |
699 | ||
700 | --[[ | |
701 | Name = <string> - The name of the button. | |
702 | Callback = <function> - The function of the button. | |
703 | ]]Tab:AddButton({ | |
704 | Name = "⚔️(7) MM2سكربت⚔️", | |
705 | Callback = function() | |
706 | print("button pressed")loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))() | |
707 | end | |
708 | }) | |
709 | ||
710 | --[[ | |
711 | Name = <string> - The name of the button. | |
712 | Callback = <function> - The function of the button. | |
713 | ]]Tab:AddButton({ | |
714 | Name = "⚔️(8) MM2سكربت⚔️", | |
715 | Callback = function() | |
716 | print("button pressed")loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)() | |
717 | end | |
718 | }) | |
719 | ||
720 | --[[ | |
721 | Name = <string> - The name of the button. | |
722 | Callback = <function> - The function of the button. | |
723 | ]]Tab:AddButton({ | |
724 | Name = "⚔️(9) MM2سكربت⚔️", | |
725 | Callback = function() | |
726 | print("button pressed")loadstring(game:HttpGet(("https://pastebin.com/raw/mT10xnt7"), true))() | |
727 | end | |
728 | }) | |
729 | ||
730 | --[[ | |
731 | Name = <string> - The name of the button. | |
732 | Callback = <function> - The function of the button. | |
733 | ]]Tab:AddButton({ | |
734 | Name = "⚔️(10) MM2سكربت⚔️", | |
735 | Callback = function() | |
736 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Murder-Mystery-2-Autofarm-Candy-8839"))() | |
737 | end | |
738 | }) | |
739 | ||
740 | --[[ | |
741 | Name = <string> - The name of the button. | |
742 | Callback = <function> - The function of the button. | |
743 | ]]Tab:AddButton({ | |
744 | Name = "⚔️(11) MM2سكربت عربي من صنعي⚔️", | |
745 | Callback = function() | |
746 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/3uhdgGkm"))() | |
747 | end | |
748 | }) | |
749 | ||
750 | --[[ | |
751 | Name = <string> - The name of the button. | |
752 | Callback = <function> - The function of the button. | |
753 | ]]Tab:AddButton({ | |
754 | Name = "⚔️(12) MM2سكربت⚔️", | |
755 | Callback = function() | |
756 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2"))() | |
757 | end | |
758 | }) | |
759 | ||
760 | --[[ | |
761 | Name = <string> - The name of the button. | |
762 | Callback = <function> - The function of the button. | |
763 | ]]local Tab = Window:MakeTab({ | |
764 | Name = "🏠Brookhavenسكربتات🏠", | |
765 | Icon = "rbxassetid://4483345998", | |
766 | PremiumOnly = false | |
767 | }) | |
768 | ||
769 | --[[ | |
770 | Name = <string> - The name of the tab. | |
771 | Icon = <string> - The icon of the tab. | |
772 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
773 | ]]local Section = Tab:AddSection({ | |
774 | Name = "🏠Brookhavenسكربتات🏠" | |
775 | }) | |
776 | ||
777 | --[[ | |
778 | Name = <string> - The name of the section. | |
779 | ]]Tab:AddButton({ | |
780 | Name = "🏠سكربت بروك هافن ادمن شات🏠", | |
781 | Callback = function() | |
782 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua'))() | |
783 | end | |
784 | }) | |
785 | ||
786 | --[[ | |
787 | Name = <string> - The name of the button. | |
788 | Callback = <function> - The function of the button. | |
789 | ]]Tab:AddButton({ | |
790 | Name = "🏠سكربت بروك هافن ايس هوب🏠", | |
791 | Callback = function() | |
792 | print("button pressed")loadstring (game: HttpGet ("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven")) () | |
793 | end | |
794 | }) | |
795 | ||
796 | --[[ | |
797 | Name = <string> - The name of the button. | |
798 | Callback = <function> - The function of the button. | |
799 | ]]Tab:AddButton({ | |
800 | Name = "🏠سكربت بروك هافن قتل🏠", | |
801 | Callback = function() | |
802 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/zetkan/zetkan/main/zetkans"))() | |
803 | end | |
804 | }) | |
805 | ||
806 | --[[ | |
807 | Name = <string> - The name of the button. | |
808 | Callback = <function> - The function of the button. | |
809 | ]]Tab:AddButton({ | |
810 | Name = "🏠سكربت تخريب بروك هافن🏠", | |
811 | Callback = function() | |
812 | print("button pressed")loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\65\99\117\114\97\88\48\52\57\47\111\98\102\117\115\99\97\116\101\100\83\99\114\105\112\116\115\47\109\97\105\110\47\75\105\108\108\71\117\105\34\41\41\40\41\10")() | |
813 | end | |
814 | }) | |
815 | ||
816 | --[[ | |
817 | Name = <string> - The name of the button. | |
818 | Callback = <function> - The function of the button. | |
819 | ]]Tab:AddButton({ | |
820 | Name = "🏠(2) سكربت تخريب في بروك هافن🏠", | |
821 | Callback = function() | |
822 | print("button pressed")loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\65\99\117\114\97\88\48\52\57\47\111\98\102\117\115\99\97\116\101\100\83\99\114\105\112\116\115\47\109\97\105\110\47\75\105\108\108\71\117\105\34\41\41\40\41\10")() | |
823 | end | |
824 | }) | |
825 | ||
826 | --[[ | |
827 | Name = <string> - The name of the button. | |
828 | Callback = <function> - The function of the button. | |
829 | ]] | |
830 | Tab:AddButton({ | |
831 | Name = "🏠(1) سكربت بروك هافن ادمن🏠", | |
832 | Callback = function() | |
833 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() | |
834 | end | |
835 | }) | |
836 | ||
837 | --[[ | |
838 | Name = <string> - The name of the button. | |
839 | Callback = <function> - The function of the button. | |
840 | ]]Tab:AddButton({ | |
841 | Name = "🏠(2) سكربت بروك هافن ادمن🏠", | |
842 | Callback = function() | |
843 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))(); | |
844 | end | |
845 | }) | |
846 | ||
847 | --[[ | |
848 | Name = <string> - The name of the button. | |
849 | Callback = <function> - The function of the button. | |
850 | ]]Tab:AddButton({ | |
851 | Name = "🏠(3) سكربت بروك هافن ادمن🏠", | |
852 | Callback = function() | |
853 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() | |
854 | end | |
855 | }) | |
856 | ||
857 | --[[ | |
858 | Name = <string> - The name of the button. | |
859 | Callback = <function> - The function of the button. | |
860 | ]]Tab:AddButton({ | |
861 | Name = "🏠سكربت بروك هافن نسخ اسكنات🏠", | |
862 | Callback = function() | |
863 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Brookhaven-RP-REDz-HUB-6559"))() | |
864 | end | |
865 | }) | |
866 | ||
867 | --[[ | |
868 | Name = <string> - The name of the button. | |
869 | Callback = <function> - The function of the button. | |
870 | ]]Tab:AddButton({ | |
871 | Name = "🏠سكربت بروك هافن نجمه🏠", | |
872 | Callback = function() | |
873 | print("button pressed")loadstring (game: HttpGet ("https://raw.githubusercontent.com/IceMael7/AvatarUnlocker/main/IceHub")) () | |
874 | end | |
875 | }) | |
876 | ||
877 | --[[ | |
878 | Name = <string> - The name of the button. | |
879 | Callback = <function> - The function of the button. | |
880 | ]]Tab:AddButton({ | |
881 | Name = "🏠سكربت بروك هافن طيران سيارة 🏠", | |
882 | - | Name = "⚠️سكربتات هاكات روبلوكس⚠️", |
882 | + | |
883 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/MHE1cbWF"))() | |
884 | end | |
885 | }) | |
886 | ||
887 | --[[ | |
888 | Name = <string> - The name of the button. | |
889 | Callback = <function> - The function of the button. | |
890 | ]]Tab:AddButton({ | |
891 | Name = "🏠سكربت بروك هافن مشيات🏠", | |
892 | - | Name = "⚠️سكربتات هاكات روبلوكس⚠️" |
892 | + | |
893 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))() | |
894 | end | |
895 | }) | |
896 | ||
897 | --[[ | |
898 | Name = <string> - The name of the button. | |
899 | Callback = <function> - The function of the button. | |
900 | ]]Tab:AddButton({ | |
901 | Name = "🏠سكربت بروك هافن كور بروكس🏠", | |
902 | Callback = function() | |
903 | print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/H5yx10Jq'))() | |
904 | end | |
905 | }) | |
906 | ||
907 | --[[ | |
908 | Name = <string> - The name of the button. | |
909 | Callback = <function> - The function of the button. | |
910 | ]]Tab:AddButton({ | |
911 | Name = "🏠سكربت بروك هافن كيبورد🏠", | |
912 | Callback = function() | |
913 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/eCpipCTH"))() | |
914 | end | |
915 | }) | |
916 | ||
917 | ||
918 | --[[ | |
919 | Name = <string> - The name of the button. | |
920 | Callback = <function> - The function of the button. | |
921 | ]]Tab:AddButton({ | |
922 | Name = "🏠سكربت ماب بيوت ملابس قتل الناس و سحب الناس الين عندك🏠", | |
923 | Callback = function() | |
924 | - | ]]Tab:AddColorpicker({ |
924 | + | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/REDzHUB/main/REDzHUB"))() |
925 | - | Name = "🟥⬜⬛اختار لون الاسكربت 🟥⬜⬛", |
925 | + | |
926 | }) | |
927 | ||
928 | --[[ | |
929 | Name = <string> - The name of the button. | |
930 | Callback = <function> - The function of the button. | |
931 | ]]Tab:AddButton({ | |
932 | Name = "🏠سكربت ماب بيوت السكربت عربي🏠", | |
933 | Callback = function() | |
934 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Brookhaven-RP-i2att-22075"))() | |
935 | end | |
936 | }) | |
937 | ||
938 | --[[ | |
939 | Name = <string> - The name of the button. | |
940 | Callback = <function> - The function of the button. | |
941 | ]]Tab:AddButton({ | |
942 | Name = "🏠سكربت ماب بيوت السكربت عربي🏠", | |
943 | Callback = function() | |
944 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/speedwavevip/scriptspeed/refs/heads/main/Brookhaven_lraq"))() | |
945 | end | |
946 | }) | |
947 | ||
948 | --[[ | |
949 | Name = <string> - The name of the section. | |
950 | ]]Tab:AddButton({ | |
951 | Name = "🏠سكربت عربي ماب البيوت🏠", | |
952 | Callback = function() | |
953 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Brookhaven-RP-AstroXhub-23818"))() | |
954 | end | |
955 | }) | |
956 | ||
957 | --[[ | |
958 | Name = <string> - The name of the button. | |
959 | Callback = <function> - The function of the button. | |
960 | ]]Tab:AddButton({ | |
961 | Name = "🏠سكربت ماب البيوت عربي المفتاح YFDQMASrE🏠", | |
962 | Callback = function() | |
963 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Brookhaven-RP-YHUB-Arabic-26812"))() | |
964 | end | |
965 | }) | |
966 | ||
967 | --[[ | |
968 | Name = <string> - The name of the button. | |
969 | Callback = <function> - The function of the button. | |
970 | ]]Tab:AddButton({ | |
971 | Name = "🏠سكربت ماب البيوت عربي🏠", | |
972 | Callback = function() | |
973 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AshleyCanis/BladeballAshleyi/refs/heads/main/SBWAetPS.txt"))() | |
974 | end | |
975 | }) | |
976 | ||
977 | --[[ | |
978 | Name = <string> - The name of the button. | |
979 | Callback = <function> - The function of the button. | |
980 | ]]Tab:AddButton({ | |
981 | Name = "🏠سكربت ماب البيوت عربي🏠", | |
982 | Callback = function() | |
983 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/as6cd0/SP_Hub/refs/heads/main/Brookhaven"))() | |
984 | end | |
985 | }) | |
986 | ||
987 | --[[ | |
988 | Name = <string> - The name of the button. | |
989 | Callback = <function> - The function of the button. | |
990 | ]]local Tab = Window:MakeTab({ | |
991 | Name = "🏠Brookhavenسكربتات العرب🏠", | |
992 | Icon = "rbxassetid://4483345998", | |
993 | PremiumOnly = false | |
994 | }) | |
995 | ||
996 | --[[ | |
997 | Name = <string> - The name of the tab. | |
998 | Icon = <string> - The icon of the tab. | |
999 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1000 | ]]local Section = Tab:AddSection({ | |
1001 | Name = "🏠Brookhavenسكربتات العرب🏠" | |
1002 | }) | |
1003 | ||
1004 | --[[ | |
1005 | Name = <string> - The name of the button. | |
1006 | Callback = <function> - The function of the button. | |
1007 | ]]Tab:AddButton({ | |
1008 | Name = "🏠سكربت ماب بيوت العرب ادمن🏠", | |
1009 | Callback = function() | |
1010 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xWANTED333/scripts/main/MapAlBiot.Lua"))() | |
1011 | end | |
1012 | }) | |
1013 | ||
1014 | --[[ | |
1015 | Name = <string> - The name of the button. | |
1016 | Callback = <function> - The function of the button. | |
1017 | ]]Tab:AddButton({ | |
1018 | Name = "🏠سكربت ماب بيوت العرب هوب انيا🏠", | |
1019 | Callback = function() | |
1020 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/ARBrookHaven/main/ARBrookHaven.lua'))() | |
1021 | end | |
1022 | }) | |
1023 | ||
1024 | --[[ | |
1025 | Name = <string> - The name of the button. | |
1026 | Callback = <function> - The function of the button. | |
1027 | ]]Tab:AddButton({ | |
1028 | Name = "🏠سكربت ماب بيوت العرب🏠", | |
1029 | Callback = function() | |
1030 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Ndora1/Ndora1/main/Nokia%20Hub.lua'))() | |
1031 | end | |
1032 | }) | |
1033 | ||
1034 | --[[ | |
1035 | Name = <string> - The name of the button. | |
1036 | Callback = <function> - The function of the button. | |
1037 | ]]local Tab = Window:MakeTab({ | |
1038 | Name = "سكربتات ماب Survive the Killer 🔪", | |
1039 | Icon = "rbxassetid://4483345998", | |
1040 | PremiumOnly = false | |
1041 | }) | |
1042 | --[[ | |
1043 | Name = <string> - The name of the tab. | |
1044 | Icon = <string> - The icon of the tab. | |
1045 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1046 | ]]local Section = Tab:AddSection({ | |
1047 | Name = "سكربتات ماب Survive the Killer 🔪" | |
1048 | }) | |
1049 | --[[ | |
1050 | Name = <string> - The name of the section. | |
1051 | ]]Tab:AddButton({ | |
1052 | Name = "🔪(1) Survive the Killer سكربت", | |
1053 | Callback = function() | |
1054 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Milan08Studio/ChairWare/main/main.lua"))() | |
1055 | end | |
1056 | }) | |
1057 | ||
1058 | --[[ | |
1059 | Name = <string> - The name of the button. | |
1060 | Callback = <function> - The function of the button. | |
1061 | ]]local Tab = Window:MakeTab({ | |
1062 | Name = "💪Muscle Legendsسكربتات", | |
1063 | Icon = "rbxassetid://4483345998", | |
1064 | PremiumOnly = false | |
1065 | }) | |
1066 | ||
1067 | --[[ | |
1068 | Name = <string> - The name of the tab. | |
1069 | Icon = <string> - The icon of the tab. | |
1070 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1071 | ]]local Section = Tab:AddSection({ | |
1072 | Name = "💪Muscle Legends سكربتات" | |
1073 | }) | |
1074 | --[[ | |
1075 | Name = <string> - The name of the section. | |
1076 | ]]Tab:AddButton({ | |
1077 | Name = "💪(1) Muscle Legends سكربت", | |
1078 | Callback = function() | |
1079 | print("button pressed")loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Speed-Hub-X/main/SpeedHubX"))() | |
1080 | end | |
1081 | }) | |
1082 | --[[ | |
1083 | Name = <string> - The name of the section. | |
1084 | ]]Tab:AddButton({ | |
1085 | Name = "💪(2) Muscle Legends سكربت", | |
1086 | Callback = function() | |
1087 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Nadir3709/ScriptHub/main/KeySystem"))() | |
1088 | end | |
1089 | }) | |
1090 | --[[ | |
1091 | Name = <string> - The name of the section. | |
1092 | ]]Tab:AddButton({ | |
1093 | Name = "💪(3) Muscle Legends سكربت", | |
1094 | Callback = function() | |
1095 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/harisiskandar178/Roblox-Script/main/Muscle%20Legend"))() | |
1096 | end | |
1097 | }) | |
1098 | --[[ | |
1099 | Name = <string> - The name of the section. | |
1100 | ]]Tab:AddButton({ | |
1101 | Name = "💪(4) Muscle Legends سكربت", | |
1102 | Callback = function() | |
1103 | print("button pressed")loadstring(Game:HttpGet"https://gitlab.com/turbohubz/loader.xyz/loader/-/raw/main/TurboHub-Loader")() | |
1104 | end | |
1105 | }) | |
1106 | --[[ | |
1107 | Name = <string> - The name of the section. | |
1108 | ]]Tab:AddButton({ | |
1109 | Name = "💪(5) Muscle Legends سكربت", | |
1110 | Callback = function() | |
1111 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/mLpqi5kv"))() | |
1112 | end | |
1113 | }) | |
1114 | ||
1115 | --[[ | |
1116 | Name = <string> - The name of the button. | |
1117 | Callback = <function> - The function of the button. | |
1118 | ]]local Tab = Window:MakeTab({ | |
1119 | Name = "🏃سكربتات ماب السرعه🏃", | |
1120 | Icon = "rbxassetid://4483345998", | |
1121 | PremiumOnly = false | |
1122 | }) | |
1123 | --[[ | |
1124 | Name = <string> - The name of the tab. | |
1125 | Icon = <string> - The icon of the tab. | |
1126 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1127 | ]]local Section = Tab:AddSection({ | |
1128 | Name = "🏃سكربتات ماب السرعه🏃" | |
1129 | }) | |
1130 | --[[ | |
1131 | Name = <string> - The name of the button. | |
1132 | Callback = <function> - The function of the button. | |
1133 | ]]Tab:AddButton({ | |
1134 | Name = "🏃(1)سكربت سرعه🏃", | |
1135 | Callback = function() | |
1136 | print("button pressed")loadstring(game:HttpGet(('https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Legends-of-speed'),true))() | |
1137 | ||
1138 | end | |
1139 | }) | |
1140 | --[[ | |
1141 | Name = <string> - The name of the button. | |
1142 | Callback = <function> - The function of the button. | |
1143 | ]]Tab:AddButton({ | |
1144 | Name = "🏃(2)سكربت سرعه🏃", | |
1145 | Callback = function() | |
1146 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/mqGPg69N"))() | |
1147 | end | |
1148 | }) | |
1149 | ||
1150 | --[[ | |
1151 | Name = <string> - The name of the button. | |
1152 | Callback = <function> - The function of the button. | |
1153 | ]]Tab:AddButton({ | |
1154 | Name = "🏃(3)سكربت سرعه🏃", | |
1155 | Callback = function() | |
1156 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/JkxKhN0A"))() | |
1157 | end | |
1158 | }) | |
1159 | ||
1160 | --[[ | |
1161 | Name = <string> - The name of the button. | |
1162 | Callback = <function> - The function of the button. | |
1163 | ]]local Tab = Window:MakeTab({ | |
1164 | Name = "👑🔥سكربتات كل المابات🔥👑", | |
1165 | Icon = "rbxassetid://4483345998", | |
1166 | PremiumOnly = false | |
1167 | }) | |
1168 | ||
1169 | --[[ | |
1170 | Name = <string> - The name of the tab. | |
1171 | Icon = <string> - The icon of the tab. | |
1172 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1173 | ]]local Section = Tab:AddSection({ | |
1174 | Name = "👑🔥سكربتات كل المابات 🔥👑" | |
1175 | }) | |
1176 | ||
1177 | --[[ | |
1178 | Name = <string> - The name of the section. | |
1179 | ]]Tab:AddButton({ | |
1180 | Name = "👑🔥سكربت طيران عربي🔥👑", | |
1181 | Callback = function() | |
1182 | print("button pressed")loadstring(game:HttpGet('https://github.com/HUBSXOBOX/HUBSXOBOX/raw/main/Hussin%20Danis'))() | |
1183 | end | |
1184 | }) | |
1185 | ||
1186 | --[[ | |
1187 | Name = <string> - The name of the button. | |
1188 | Callback = <function> - The function of the button. | |
1189 | ]]Tab:AddButton({ | |
1190 | Name = "👑🔥سكربت سرعه عربي 🔥👑", | |
1191 | Callback = function() | |
1192 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/0m52kRnj"))() | |
1193 | end | |
1194 | }) | |
1195 | ||
1196 | --[[ | |
1197 | Name = <string> - The name of the button. | |
1198 | Callback = <function> - The function of the button. | |
1199 | ]]Tab:AddButton({ | |
1200 | Name = "👑🔥سكربت الاختفاء🔥👑", | |
1201 | Callback = function() | |
1202 | print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))() | |
1203 | end | |
1204 | }) | |
1205 | ||
1206 | --[[ | |
1207 | Name = <string> - The name of the button. | |
1208 | Callback = <function> - The function of the button. | |
1209 | ]]Tab:AddButton({ | |
1210 | Name = "👑🔥سكربت مراقبه الناس🔥👑", | |
1211 | Callback = function() | |
1212 | print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/wyvdb7gr'))() | |
1213 | end | |
1214 | }) | |
1215 | ||
1216 | --[[ | |
1217 | Name = <string> - The name of the button. | |
1218 | Callback = <function> - The function of the button. | |
1219 | ]]Tab:AddButton({ | |
1220 | Name = "👑🔥سكربت الشبح🔥👑", | |
1221 | Callback = function() | |
1222 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub"))() | |
1223 | end | |
1224 | }) | |
1225 | ||
1226 | --[[ | |
1227 | Name = <string> - The name of the section. | |
1228 | ]]Tab:AddButton({ | |
1229 | Name = "👑🔥سكربت تخفيف الاق🔥👑", | |
1230 | Callback = function() | |
1231 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/8YZ2cc6V"))() | |
1232 | end | |
1233 | }) | |
1234 | ||
1235 | --[[ | |
1236 | Name = <string> - The name of the section. | |
1237 | ]]Tab:AddButton({ | |
1238 | Name = "👑🔥سكربت الكف🔥👑", | |
1239 | Callback = function() | |
1240 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_rf6iQURzu1fqrytcnLBAvW34C9N55kS9g9G3CKz086rC47M6632sEd4ZZYB0AYgV.lua.txt"))() | |
1241 | end | |
1242 | }) | |
1243 | ||
1244 | --[[ | |
1245 | Name = <string> - The name of the button. | |
1246 | Callback = <function> - The function of the button. | |
1247 | ]]Tab:AddButton({ | |
1248 | Name = "👑🔥سكربت تلبورت🔥👑", | |
1249 | Callback = function() | |
1250 | print("button pressed")loadstring(game:HttpGet(("https://pastebin.com/raw/YNVbeqPy")))() | |
1251 | end | |
1252 | }) | |
1253 | ||
1254 | --[[ | |
1255 | Name = <string> - The name of the button. | |
1256 | Callback = <function> - The function of the button. | |
1257 | ]]Tab:AddButton({ | |
1258 | Name = "👑🔥سكربت سبام🔥👑", | |
1259 | Callback = function() | |
1260 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-Message-Spammer-4637"))() | |
1261 | end | |
1262 | }) | |
1263 | ||
1264 | --[[ | |
1265 | Name = <string> - The name of the button. | |
1266 | Callback = <function> - The function of the button. | |
1267 | ]]Tab:AddButton({ | |
1268 | Name = "👑🔥سكربت المشي علي الهواء🔥👑", | |
1269 | Callback = function() | |
1270 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Float'))() | |
1271 | end | |
1272 | }) | |
1273 | ||
1274 | --[[ | |
1275 | Name = <string> - The name of the button. | |
1276 | Callback = <function> - The function of the button. | |
1277 | ]]Tab:AddButton({ | |
1278 | Name = "👑🔥HDRسكربت جودا🔥👑", | |
1279 | Callback = function() | |
1280 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/TPC12/RTX-Script-wow/main/RTX%20Script%20Roblox"))() | |
1281 | end | |
1282 | }) | |
1283 | ||
1284 | --[[ | |
1285 | Name = <string> - The name of the button. | |
1286 | Callback = <function> - The function of the button. | |
1287 | ]]Tab:AddButton({ | |
1288 | Name = "👑🔥ESPسكربت🔥👑", | |
1289 | Callback = function() | |
1290 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fates-ESP-4437"))() | |
1291 | end | |
1292 | }) | |
1293 | ||
1294 | --[[ | |
1295 | Name = <string> - The name of the button. | |
1296 | Callback = <function> - The function of the button. | |
1297 | ]]Tab:AddButton({ | |
1298 | Name = "👑🔥سكربت اختراق جدران👑🔥", | |
1299 | Callback = function() | |
1300 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/B5xRxTnk",true))() | |
1301 | end | |
1302 | }) | |
1303 | ||
1304 | --[[ | |
1305 | Name = <string> - The name of the button. | |
1306 | Callback = <function> - The function of the button. | |
1307 | ]]Tab:AddButton({ | |
1308 | Name = "👑🔥سكربت الكاميرا🔥👑", | |
1309 | Callback = function() | |
1310 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Break%20Camera'))() | |
1311 | end | |
1312 | }) | |
1313 | ||
1314 | --[[ | |
1315 | Name = <string> - The name of the button. | |
1316 | Callback = <function> - The function of the button. | |
1317 | ]]Tab:AddButton({ | |
1318 | Name = "👑🔥سكربت التنقل🔥👑", | |
1319 | Callback = function() | |
1320 | print("button pressed")loadstring(game:HttpGet("https://gist.githubusercontent.com/DagerFild/b4776075a0d26ef04394133ee6bd2081/raw/0ed51ac94057d2d9a9f00e1b037b9011c76ca54a/tpGUI", true))() | |
1321 | end | |
1322 | }) | |
1323 | ||
1324 | ||
1325 | --[[ | |
1326 | Name = <string> - The name of the button. | |
1327 | Callback = <function> - The function of the button. | |
1328 | ]]Tab:AddButton({ | |
1329 | Name = "👑🔥سكربت جرافيكس🔥👑", | |
1330 | Callback = function() | |
1331 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/moh3mah/KATAKORI.ZR/main/Geeetho"))() | |
1332 | end | |
1333 | }) | |
1334 | ||
1335 | --[[ | |
1336 | Name = <string> - The name of the button. | |
1337 | Callback = <function> - The function of the button. | |
1338 | ]]Tab:AddButton({ | |
1339 | Name = "👑🔥سكربت تيليسكوب🔥👑", | |
1340 | Callback = function() | |
1341 | print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/8T0STS4f'))() | |
1342 | end | |
1343 | }) | |
1344 | ||
1345 | --[[ | |
1346 | Name = <string> - The name of the button. | |
1347 | Callback = <function> - The function of the button. | |
1348 | ]]Tab:AddButton({ | |
1349 | Name = "👑🔥سكربت الشقلبة🔥👑", | |
1350 | Callback = function() | |
1351 | print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/yjxXnxbS'))() | |
1352 | end | |
1353 | }) | |
1354 | ||
1355 | --[[ | |
1356 | Name = <string> - The name of the button. | |
1357 | Callback = <function> - The function of the button. | |
1358 | ]]Tab:AddButton({ | |
1359 | Name = "👑🔥سكربت سبايدر مان🔥👑", | |
1360 | Callback = function() | |
1361 | print("button pressed")loadstring(game:HttpGet(('https://pastebin.com/raw/2X0hKUgq'),true))() | |
1362 | end | |
1363 | }) | |
1364 | ||
1365 | --[[ | |
1366 | Name = <string> - The name of the button. | |
1367 | Callback = <function> - The function of the button. | |
1368 | ]]Tab:AddButton({ | |
1369 | Name = "👑🔥سكربت ماب السرعه من صنعي🔥👑", | |
1370 | Callback = function() | |
1371 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/JkxKhN0A"))() | |
1372 | end | |
1373 | }) | |
1374 | ||
1375 | --[[ | |
1376 | Name = <string> - The name of the button. | |
1377 | Callback = <function> - The function of the button. | |
1378 | ]]Tab:AddButton({ | |
1379 | Name = "👑🔥سكربت هيت بوكس من صنعي🔥👑", | |
1380 | Callback = function() | |
1381 | print("button pressed")-- RX ALMAHRI -- | |
1382 | --سكربت هت بوكس | |
1383 | wait(0.1) | |
1384 | game.StarterGui:SetCore("SendNotification", { | |
1385 | Title = "تم التشغيل"; | |
1386 | Text = "تم تشغيل السكربت"; -- ARAB TEAM | |
1387 | Duration = 5; | |
1388 | }) | |
1389 | _G.Hotbox = true | |
1390 | ||
1391 | _G.HeadSize = 20 | |
1392 | _G.Disabled = true | |
1393 | ||
1394 | game:GetService('RunService').RenderStepped:connect(function() | |
1395 | if _G.Disabled then | |
1396 | for i,v in next, game:GetService('Players'):GetPlayers() do | |
1397 | if v.Name ~= game:GetService('Players').LocalPlayer.Name then | |
1398 | pcall(function() | |
1399 | v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) | |
1400 | v.Character.HumanoidRootPart.Transparency = 0.7 | |
1401 | v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") | |
1402 | v.Character.HumanoidRootPart.Material = "Neon" | |
1403 | v.Character.HumanoidRootPart.CanCollide = false | |
1404 | end) | |
1405 | end | |
1406 | end | |
1407 | end | |
1408 | end) | |
1409 | end | |
1410 | }) | |
1411 | ||
1412 | --[[ | |
1413 | Name = <string> - The name of the button. | |
1414 | Callback = <function> - The function of the button. | |
1415 | ]]Tab:AddButton({ | |
1416 | Name = "👑🔥سكربت هيت بوكس🔥👑", | |
1417 | Callback = function() | |
1418 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/RobloxScripts/main/HitboxExpander.lua"))() | |
1419 | end | |
1420 | }) | |
1421 | --[[ | |
1422 | Name = <string> - The name of the section. | |
1423 | ]]Tab:AddButton({ | |
1424 | Name = "👑🔥سكربت فيه سكربتات شوي🔥👑", | |
1425 | Callback = function() | |
1426 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/DkTTgPtA"))() | |
1427 | end | |
1428 | }) | |
1429 | --[[ | |
1430 | Name = <string> - The name of the section. | |
1431 | ]]Tab:AddButton({ | |
1432 | Name = "👑🔥سكربت فيه سكربتات كثير🔥👑", | |
1433 | Callback = function() | |
1434 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Tuxoz/VectorHub/main/MBPC"))() | |
1435 | end | |
1436 | }) | |
1437 | --[[ | |
1438 | Name = <string> - The name of the section. | |
1439 | ]]Tab:AddButton({ | |
1440 | Name = "👑🔥سكربت ايم بوت🔥👑", | |
1441 | Callback = function() | |
1442 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))() | |
1443 | end | |
1444 | }) | |
1445 | ||
1446 | Tab:AddButton({ | |
1447 | Name = "👑🔥سكربت ذبابة🔥👑", | |
1448 | Callback = function() | |
1449 | print("button pressed") | |
1450 | loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))() | |
1451 | end | |
1452 | }) | |
1453 | ||
1454 | --[[ | |
1455 | Name = <string> - The name of the button. | |
1456 | Callback = <function> - The function of the button. | |
1457 | ]]Tab:AddButton({ | |
1458 | Name = "👑🔥سكربت كل الرقصات🔥👑", | |
1459 | Callback = function() | |
1460 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/FE/main/Dances.lua'))() | |
1461 | end | |
1462 | }) | |
1463 | ||
1464 | --[[ | |
1465 | Name = <string> - The name of the button. | |
1466 | Callback = <function> - The function of the button. | |
1467 | ]]Tab:AddButton({ | |
1468 | Name = "👑🔥سكربت الجوال🔥👑", | |
1469 | Callback = function() | |
1470 | print("button pressed")loadstring(game:HttpGet('https://sirius.menu/script'))(); | |
1471 | end | |
1472 | }) | |
1473 | ||
1474 | Tab:AddButton({ | |
1475 | Name = "👑🔥سكربت كشف اماكن🔥👑", | |
1476 | Callback = function() | |
1477 | loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))() | |
1478 | end | |
1479 | }) | |
1480 | ||
1481 | --[[ | |
1482 | Name = <string> - The name of the button. | |
1483 | Callback = <function> - The function of the button. | |
1484 | ]]Tab:AddButton({ | |
1485 | Name = "👑🔥سكربت تحول من R15 ل R6🔥👑", | |
1486 | Callback = function() | |
1487 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Imagnir/r6_anims_for_r15/main/r6_anims.lua"))() | |
1488 | end | |
1489 | }) | |
1490 | ||
1491 | --[[ | |
1492 | Name = <string> - The name of the button. | |
1493 | Callback = <function> - The function of the button. | |
1494 | ]]Tab:AddButton({ | |
1495 | Name = "👑🔥سكربت قتل اول ما تلمس شخص🔥👑", | |
1496 | Callback = function() | |
1497 | print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/TXMNj1yy'))() | |
1498 | end | |
1499 | }) | |
1500 | ||
1501 | --[[ | |
1502 | Name = <string> - The name of the button. | |
1503 | Callback = <function> - The function of the button. | |
1504 | ]]Tab:AddButton({ | |
1505 | Name = "👑🔥سكربت مشيات🔥👑", | |
1506 | Callback = function() | |
1507 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/Uq8vajaM"))() | |
1508 | end | |
1509 | }) | |
1510 | ||
1511 | --[[ | |
1512 | Name = <string> - The name of the section. | |
1513 | ]]Tab:AddButton({ | |
1514 | Name = "👑🔥سكربت طيران السياره🔥👑", | |
1515 | Callback = function() | |
1516 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/759cc1030d8a4f4c23b32e8cb8550b47f567d1b9/carflyronald"))() | |
1517 | end | |
1518 | }) | |
1519 | ||
1520 | --[[ | |
1521 | Name = <string> - The name of the button. | |
1522 | Callback = <function> - The function of the button. | |
1523 | ]]Tab:AddButton({ | |
1524 | Name = "👑🔥سكربت كيبورد🔥👑", | |
1525 | Callback = function() | |
1526 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() | |
1527 | end | |
1528 | }) | |
1529 | ||
1530 | --[[ | |
1531 | Name = <string> - The name of the button. | |
1532 | Callback = <function> - The function of the button. | |
1533 | ]]Tab:AddButton({ | |
1534 | Name = "👑🔥سكربت يطردك انت فقط🔥👑", | |
1535 | Callback = function() | |
1536 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/0qDyLDWt"))() | |
1537 | end | |
1538 | }) | |
1539 | ||
1540 | --[[ | |
1541 | Name = <string> - The name of the button. | |
1542 | Callback = <function> - The function of the button. | |
1543 | ]]Tab:AddButton({ | |
1544 | Name = "👑🔥سكربت اشكال🔥👑", | |
1545 | Callback = function() | |
1546 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/Z4RiPRGZ"))() | |
1547 | end | |
1548 | }) | |
1549 | ||
1550 | --[[ | |
1551 | Name = <string> - The name of the button. | |
1552 | Callback = <function> - The function of the button. | |
1553 | ]]local Tab = Window:MakeTab({ | |
1554 | Name = "سكربتات معلومات عن القبائل 💀", | |
1555 | Icon = "rbxassetid://4483345998", | |
1556 | PremiumOnly = false | |
1557 | }) | |
1558 | ||
1559 | --[[ | |
1560 | Name = <string> - The name of the tab. | |
1561 | Icon = <string> - The icon of the tab. | |
1562 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1563 | ]]local Section = Tab:AddSection({ | |
1564 | Name = "سكربتات معلومات عن القبائل 💀" | |
1565 | }) | |
1566 | ||
1567 | --[[ | |
1568 | Name = <string> - The name of the section. | |
1569 | ]]Tab:AddButton({ | |
1570 | Name = "سكربت معلومات عن القبائل (1) 💀", | |
1571 | Callback = function() | |
1572 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/F6SBhnQA"))() | |
1573 | end | |
1574 | }) | |
1575 | ||
1576 | --[[ | |
1577 | Name = <string> - The name of the button. | |
1578 | Callback = <function> - The function of the button. | |
1579 | ]]local Tab = Window:MakeTab({ | |
1580 | Name = "سكربتات متنوعه 🎮", | |
1581 | Icon = "rbxassetid://4483345998", | |
1582 | PremiumOnly = false | |
1583 | }) | |
1584 | ||
1585 | --[[ | |
1586 | Name = <string> - The name of the tab. | |
1587 | Icon = <string> - The icon of the tab. | |
1588 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1589 | ]]local Section = Tab:AddSection({ | |
1590 | Name = "سكربتات متنوعه 🎮" | |
1591 | }) | |
1592 | ||
1593 | --[[ | |
1594 | Name = <string> - The name of the section. | |
1595 | ]]Tab:AddButton({ | |
1596 | Name = "سكربت متنوع عربي🎮", | |
1597 | Callback = function() | |
1598 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/Q9HcSE9C"))() | |
1599 | end | |
1600 | }) | |
1601 | --[[ | |
1602 | Name = <string> - The name of the section. | |
1603 | ]]Tab:AddButton({ | |
1604 | Name = "سكربت متنوع عربي🎮", | |
1605 | Callback = function() | |
1606 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Hornet900xd/Test/main/ByHornet"))() | |
1607 | end | |
1608 | }) | |
1609 | ||
1610 | Tab:AddButton({ | |
1611 | Name = "سكربت متنوع عربي🎮", | |
1612 | Callback = function() | |
1613 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/PiE63Mte"))() | |
1614 | end | |
1615 | }) | |
1616 | ||
1617 | --[[ | |
1618 | Name = <string> - The name of the button. | |
1619 | Callback = <function> - The function of the button. | |
1620 | ]]Tab:AddButton({ | |
1621 | Name = "سكربت حسين دنس متنوع🎮", | |
1622 | Callback = function() | |
1623 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/1Sv5buRu"))() | |
1624 | end | |
1625 | }) | |
1626 | ||
1627 | --[[ | |
1628 | Name = <string> - The name of the button. | |
1629 | Callback = <function> - The function of the button. | |
1630 | ]]Tab:AddButton({ | |
1631 | Name = "سكربت ياسر متنوع🎮", | |
1632 | Callback = function() | |
1633 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/K6FfrSi2"))() | |
1634 | end | |
1635 | }) | |
1636 | ||
1637 | --[[ | |
1638 | Name = <string> - The name of the button. | |
1639 | Callback = <function> - The function of the button. | |
1640 | ]]local Tab = Window:MakeTab({ | |
1641 | Name = "سكربتات اذكار 🤲", | |
1642 | Icon = "rbxassetid://4483345998", | |
1643 | PremiumOnly = false | |
1644 | }) | |
1645 | ||
1646 | --[[ | |
1647 | Name = <string> - The name of the tab. | |
1648 | Icon = <string> - The icon of the tab. | |
1649 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1650 | ]]local Section = Tab:AddSection({ | |
1651 | Name = "سكربتات اذكار 🤲" | |
1652 | }) | |
1653 | ||
1654 | --[[ | |
1655 | Name = <string> - The name of the button. | |
1656 | Callback = <function> - The function of the button. | |
1657 | ]]Tab:AddButton({ | |
1658 | Name = "سكربت اذكار (1) 🤲", | |
1659 | Callback = function() | |
1660 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/29LgV1De"))() | |
1661 | end | |
1662 | }) | |
1663 | ||
1664 | --[[ | |
1665 | Name = <string> - The name of the button. | |
1666 | Callback = <function> - The function of the button. | |
1667 | ]]local Tab = Window:MakeTab({ | |
1668 | Name = "سكربتات ماب الكوارث الطبيعية 🌪", | |
1669 | Icon = "rbxassetid://4483345998", | |
1670 | PremiumOnly = false | |
1671 | }) | |
1672 | ||
1673 | --[[ | |
1674 | Name = <string> - The name of the tab. | |
1675 | Icon = <string> - The icon of the tab. | |
1676 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1677 | ]]local Section = Tab:AddSection({ | |
1678 | Name = "سكربتات ماب الكوارث الطبيعية 🌪" | |
1679 | }) | |
1680 | ||
1681 | --[[ | |
1682 | Name = <string> - The name of the button. | |
1683 | Callback = <function> - The function of the button. | |
1684 | ]]Tab:AddButton({ | |
1685 | Name = "سكربت ماب الكوارث الطبيعية (1) 🌪", | |
1686 | Callback = function() | |
1687 | print("button pressed")loadstring(game:HttpGet(('https://pastefy.app/jcvuGl7E/raw'),true))() | |
1688 | end | |
1689 | }) | |
1690 | ||
1691 | --[[ | |
1692 | Name = <string> - The name of the button. | |
1693 | Callback = <function> - The function of the button. | |
1694 | ]]Tab:AddButton({ | |
1695 | Name = "سكربت ماب الكوارث الطبيعية (2) 🌪", | |
1696 | Callback = function() | |
1697 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Natural-Disaster-Survival-Mobile-Fe-Black-Hole-I-Projeto-LKB-21246"))() | |
1698 | end | |
1699 | }) | |
1700 | ||
1701 | --[[ | |
1702 | Name = <string> - The name of the button. | |
1703 | Callback = <function> - The function of the button. | |
1704 | ]] | |
1705 | local Tab = Window:MakeTab({ | |
1706 | Name = "⛹️♂️BladeBallسكربتات⛹️♂️", | |
1707 | Icon = "rbxassetid://4483345998", | |
1708 | PremiumOnly = false | |
1709 | }) | |
1710 | ||
1711 | --[[ | |
1712 | Name = <string> - The name of the tab. | |
1713 | Icon = <string> - The icon of the tab. | |
1714 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1715 | ]]local Section = Tab:AddSection({ | |
1716 | Name = "⛹️♂️BladeBallسكربتات⛹️♂️" | |
1717 | }) | |
1718 | ||
1719 | --[[ | |
1720 | Name = <string> - The name of the section. | |
1721 | ]]Tab:AddButton({ | |
1722 | Name = "⛹️♂️(1) BladeBallسكربت⛹️♂️", | |
1723 | Callback = function() | |
1724 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/AutoParry.lua"))() | |
1725 | end | |
1726 | }) | |
1727 | ||
1728 | --[[ | |
1729 | Name = <string> - The name of the button. | |
1730 | Callback = <function> - The function of the button. | |
1731 | ]]Tab:AddButton({ | |
1732 | Name = "⛹️♂️(2) BladeBallسكربت⛹️♂️", | |
1733 | Callback = function() | |
1734 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Blade-Ball-Valkyrie-Hub-Rage-8974"))() | |
1735 | end | |
1736 | }) | |
1737 | ||
1738 | --[[ | |
1739 | Name = <string> - The name of the button. | |
1740 | Callback = <function> - The function of the button. | |
1741 | ]]Tab:AddButton({ | |
1742 | Name = "⛹️♂️(3) BladeBallسكربت⛹️♂️", | |
1743 | Callback = function() | |
1744 | print("button pressed")loadstring(game:HttpGet(('https://pastebin.com/raw/Hqr4NnFU'),true))() | |
1745 | end | |
1746 | }) | |
1747 | ||
1748 | --[[ | |
1749 | Name = <string> - The name of the button. | |
1750 | Callback = <function> - The function of the button. | |
1751 | ]]Tab:AddButton({ | |
1752 | Name = "⛹️♂️(4) BladeBallسكربت⛹️♂️", | |
1753 | Callback = function() | |
1754 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/AutoBlock"))() | |
1755 | end | |
1756 | }) | |
1757 | ||
1758 | --[[ | |
1759 | Name = <string> - The name of the button. | |
1760 | Callback = <function> - The function of the button. | |
1761 | ]]Tab:AddButton({ | |
1762 | Name = "⛹️♂️(5) BladeBallسكربت⛹️♂️", | |
1763 | Callback = function() | |
1764 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Blade-Ball-Valkryie-Hub-Mobile-Script-8946"))() | |
1765 | end | |
1766 | }) | |
1767 | ||
1768 | --[[ | |
1769 | Name = <string> - The name of the button. | |
1770 | Callback = <function> - The function of the button. | |
1771 | ]]Tab:AddButton({ | |
1772 | Name = "⛹️♂️(6) BladeBallسكربت⛹️♂️", | |
1773 | Callback = function() | |
1774 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/HKeee9wP"))() | |
1775 | end | |
1776 | }) | |
1777 | ||
1778 | --[[ | |
1779 | Name = <string> - The name of the button. | |
1780 | Callback = <function> - The function of the button. | |
1781 | ]]local Tab = Window:MakeTab({ | |
1782 | Name = "⚔️سكربتات ماب حرب السيوف", | |
1783 | Icon = "rbxassetid://4483345998", | |
1784 | PremiumOnly = false | |
1785 | }) | |
1786 | ||
1787 | --[[ | |
1788 | Name = <string> - The name of the tab. | |
1789 | Icon = <string> - The icon of the tab. | |
1790 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1791 | ]]local Section = Tab:AddSection({ | |
1792 | Name = "⚔️ سكربتات ماب حرب السيوف اسرق الوقت من عدوك" | |
1793 | }) | |
1794 | ||
1795 | --[[ | |
1796 | Name = <string> - The name of the section. | |
1797 | ]]Tab:AddButton({ | |
1798 | Name = "⚔️(1) سكربت ماب حرب السيوف", | |
1799 | Callback = function() | |
1800 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/swordgame/main/anya.lua'))() | |
1801 | end | |
1802 | }) | |
1803 | ||
1804 | --[[ | |
1805 | Name = <string> - The name of the section. | |
1806 | ]]Tab:AddButton({ | |
1807 | Name = "⚔️(2) سكربت ماب حرب السيوف / من صنعي", | |
1808 | Callback = function() | |
1809 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/Fa4sSJic"))() | |
1810 | end | |
1811 | }) | |
1812 | ||
1813 | --[[ | |
1814 | Name = <string> - The name of the button. | |
1815 | Callback = <function> - The function of the button. | |
1816 | ]]local Tab = Window:MakeTab({ | |
1817 | Name = "🐶🐱سكربتات ماب بت سمليتر🐱🐶", | |
1818 | Icon = "rbxassetid://4483345998", | |
1819 | PremiumOnly = false | |
1820 | }) | |
1821 | ||
1822 | --[[ | |
1823 | Name = <string> - The name of the tab. | |
1824 | Icon = <string> - The icon of the tab. | |
1825 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1826 | ]]local Section = Tab:AddSection({ | |
1827 | Name = "🐶🐱X سكربتات ماب بت سمليتر 99 و🐱🐶" | |
1828 | }) | |
1829 | ||
1830 | --[[ | |
1831 | Name = <string> - The name of the section. | |
1832 | ]]Tab:AddButton({ | |
1833 | Name = "🐶🐱(1) سكربت ماب بت سمليتر🐱🐶", | |
1834 | Callback = function() | |
1835 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/PetSimulator99/main/redz9999.lua"))() | |
1836 | end | |
1837 | }) | |
1838 | --[[ | |
1839 | Name = <string> - The name of the section. | |
1840 | ]]Tab:AddButton({ | |
1841 | Name = "🐶🐱(2) سكربت ماب بت سمليتر السكربت فيه سكربتات الماب كلها🐱🐶", | |
1842 | Callback = function() | |
1843 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/GamerScripter/Game-Hub/main/loader"))() | |
1844 | end | |
1845 | }) | |
1846 | --[[ | |
1847 | Name = <string> - The name of the section. | |
1848 | ]]Tab:AddButton({ | |
1849 | Name = "🐶🐱(3) سكربت ماب بت سمليتر🐱🐶", | |
1850 | Callback = function() | |
1851 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/OfficialPS99Developer/PS99OfficialScript/main/PS99OfficialScript"))() | |
1852 | end | |
1853 | }) | |
1854 | --[[ | |
1855 | Name = <string> - The name of the section. | |
1856 | ]]Tab:AddButton({ | |
1857 | Name = "🐶🐱(4) X سكربت ماب بت سمليتر من صنعي السكربت🐱🐶", | |
1858 | Callback = function() | |
1859 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/kMei7Efr"))() | |
1860 | end | |
1861 | }) | |
1862 | --[[ | |
1863 | Name = <string> - The name of the section. | |
1864 | ]]Tab:AddButton({ | |
1865 | Name = "🐶🐱(5) سكربت ماب بت سمليتر🐱🐶", | |
1866 | Callback = function() | |
1867 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/trbrock/petsim99/main/tradescam"))() | |
1868 | end | |
1869 | }) | |
1870 | --[[ | |
1871 | Name = <string> - The name of the section. | |
1872 | ]]Tab:AddButton({ | |
1873 | Name = "🐶🐱(6) سكربت ماب بت سمليتر🐱🐶", | |
1874 | Callback = function() | |
1875 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/BludnyHolandan/DaveHub/main/PetSim99/Hub.lua"))() | |
1876 | end | |
1877 | }) | |
1878 | --[[ | |
1879 | Name = <string> - The name of the section. | |
1880 | ]]Tab:AddButton({ | |
1881 | Name = "🐶🐱(7) سكربت ماب بت سمليتر🐱🐶", | |
1882 | Callback = function() | |
1883 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/IdiotHub/Scripts/main/Pet%20Simulator%2099/Hub"))() | |
1884 | end | |
1885 | }) | |
1886 | ||
1887 | --[[ | |
1888 | Name = <string> - The name of the button. | |
1889 | Callback = <function> - The function of the button. | |
1890 | ]]local Tab = Window:MakeTab({ | |
1891 | Name = "👻Doorsسكربتات👻", | |
1892 | Icon = "rbxassetid://4483345998", | |
1893 | PremiumOnly = false | |
1894 | }) | |
1895 | ||
1896 | --[[ | |
1897 | Name = <string> - The name of the tab. | |
1898 | Icon = <string> - The icon of the tab. | |
1899 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1900 | ]]local Section = Tab:AddSection({ | |
1901 | Name = "👻Doorsسكربتات👻" | |
1902 | }) | |
1903 | ||
1904 | --[[ | |
1905 | Name = <string> - The name of the section. | |
1906 | ]]Tab:AddButton({ | |
1907 | Name = "👻(1) Doorsسكربت👻", | |
1908 | Callback = function() | |
1909 | print("button pressed")loadstring(game:HttpGet(('https://pastebin.com/raw/R8QMbhzv')))() | |
1910 | end | |
1911 | }) | |
1912 | ||
1913 | --[[ | |
1914 | Name = <string> - The name of the button. | |
1915 | Callback = <function> - The function of the button. | |
1916 | ]]Tab:AddButton({ | |
1917 | Name = "👻(2) Doorsسكربت👻", | |
1918 | Callback = function() | |
1919 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/NeRDV5.lua"))() | |
1920 | end | |
1921 | }) | |
1922 | ||
1923 | --[[ | |
1924 | Name = <string> - The name of the button. | |
1925 | Callback = <function> - The function of the button. | |
1926 | ]]local Tab = Window:MakeTab({ | |
1927 | Name = "سكربتات عالم السعودية 🇸🇦", | |
1928 | Icon = "rbxassetid://4483345998", | |
1929 | PremiumOnly = false | |
1930 | }) | |
1931 | ||
1932 | --[[ | |
1933 | Name = <string> - The name of the tab. | |
1934 | Icon = <string> - The icon of the tab. | |
1935 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1936 | ]]local Section = Tab:AddSection({ | |
1937 | Name = "سكربتات عالم السعودية 🇸🇦" | |
1938 | }) | |
1939 | --[[ | |
1940 | Name = <string> - The name of the section. | |
1941 | ]]Tab:AddButton({ | |
1942 | Name = "سكربت عالم السعودية (1) 🇸🇦", | |
1943 | Callback = function() | |
1944 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))() | |
1945 | end | |
1946 | }) | |
1947 | ||
1948 | --[[ | |
1949 | Name = <string> - The name of the button. | |
1950 | Callback = <function> - The function of the button. | |
1951 | ]]local Tab = Window:MakeTab({ | |
1952 | Name = "🔨Flee the Facilityسكربتات🔨", | |
1953 | Icon = "rbxassetid://4483345998", | |
1954 | PremiumOnly = false | |
1955 | }) | |
1956 | ||
1957 | --[[ | |
1958 | Name = <string> - The name of the tab. | |
1959 | Icon = <string> - The icon of the tab. | |
1960 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
1961 | ]]local Section = Tab:AddSection({ | |
1962 | Name = "🔨Flee the Facilityسكربتات🔨" | |
1963 | }) | |
1964 | ||
1965 | --[[ | |
1966 | Name = <string> - The name of the section. | |
1967 | ]]Tab:AddButton({ | |
1968 | Name = "🔨(1) Flee the Facilityسكربت🔨", | |
1969 | Callback = function() | |
1970 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Aboahaogsigsigaivva/__Scripts/__Main/__Code/__FleeTheFacility.lua'))() | |
1971 | end | |
1972 | }) | |
1973 | ||
1974 | --[[ | |
1975 | Name = <string> - The name of the button. | |
1976 | Callback = <function> - The function of the button. | |
1977 | ]]Tab:AddButton({ | |
1978 | Name = "🔨(2) Flee the Facilityسكربت🔨", | |
1979 | Callback = function() | |
1980 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Drifty96/ftfgui/main/ftfgui", true))() | |
1981 | end | |
1982 | }) | |
1983 | ||
1984 | --[[ | |
1985 | Name = <string> - The name of the button. | |
1986 | Callback = <function> - The function of the button. | |
1987 | ]]Tab:AddButton({ | |
1988 | Name = "🔨(3) Flee the Facilityسكربت🔨", | |
1989 | Callback = function() | |
1990 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-NexusHub-8624"))() | |
1991 | end | |
1992 | }) | |
1993 | ||
1994 | --[[ | |
1995 | Name = <string> - The name of the button. | |
1996 | Callback = <function> - The function of the button. | |
1997 | ]]Tab:AddButton({ | |
1998 | Name = "🔨(4) Flee the Facilityسكربت🔨", | |
1999 | Callback = function() | |
2000 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Flee-the-Facility-Semi-Universal-7452"))() | |
2001 | end | |
2002 | }) | |
2003 | ||
2004 | --[[ | |
2005 | Name = <string> - The name of the button. | |
2006 | Callback = <function> - The function of the button. | |
2007 | ]]Tab:AddButton({ | |
2008 | Name = "🔨(5) Flee the Facilityسكربت🔨", | |
2009 | Callback = function() | |
2010 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Space-Hub-7295"))() | |
2011 | end | |
2012 | }) | |
2013 | ||
2014 | --[[ | |
2015 | Name = <string> - The name of the button. | |
2016 | Callback = <function> - The function of the button. | |
2017 | ]]local Tab = Window:MakeTab({ | |
2018 | Name = "🔫Breaking Point(1) سكربتات🔫", | |
2019 | Icon = "rbxassetid://4483345998", | |
2020 | PremiumOnly = false | |
2021 | }) | |
2022 | ||
2023 | --[[ | |
2024 | Name = <string> - The name of the tab. | |
2025 | Icon = <string> - The icon of the tab. | |
2026 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2027 | ]]local Section = Tab:AddSection({ | |
2028 | Name = "🔫Breaking Point(1) سكربتات🔫" | |
2029 | }) | |
2030 | ||
2031 | --[[ | |
2032 | Name = <string> - The name of the section. | |
2033 | ]]Tab:AddButton({ | |
2034 | Name = "🔫 (1) Breaking Pointسكربت🔫", | |
2035 | Callback = function() | |
2036 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/H4R7NHacks/Obfuscated/master/Breaking%20Point%20H4R7N%20Hack.lua"))() | |
2037 | end | |
2038 | }) | |
2039 | ||
2040 | --[[ | |
2041 | Name = <string> - The name of the button. | |
2042 | Callback = <function> - The function of the button. | |
2043 | ]]Tab:AddButton({ | |
2044 | Name = "🔫 (2) Breaking Pointسكربت🔫", | |
2045 | Callback = function() | |
2046 | print("button pressed")--Sub to Squidfan420 | |
2047 | loadstring(game:HttpGet("https://raw.githubusercontent.com/ColdStep2/Breaking-Point-Funny-Squid-Hax/main/Breaking%20Point%20Funny%20Squid%20Hax",true))(); | |
2048 | end | |
2049 | }) | |
2050 | ||
2051 | --[[ | |
2052 | Name = <string> - The name of the button. | |
2053 | Callback = <function> - The function of the button. | |
2054 | ]]local Tab = Window:MakeTab({ | |
2055 | Name = "⚽TPSسكربتات⚽", | |
2056 | Icon = "rbxassetid://4483345998", | |
2057 | PremiumOnly = false | |
2058 | }) | |
2059 | ||
2060 | --[[ | |
2061 | Name = <string> - The name of the tab. | |
2062 | Icon = <string> - The icon of the tab. | |
2063 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2064 | ]]local Section = Tab:AddSection({ | |
2065 | Name = "⚽TPSسكربتات⚽" | |
2066 | }) | |
2067 | ||
2068 | --[[ | |
2069 | Name = <string> - The name of the section. | |
2070 | ]]Tab:AddButton({ | |
2071 | Name = "⚽(1) TPSسكربت⚽", | |
2072 | Callback = function() | |
2073 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/hussain1323232234/My-Scripts/main/Street%20Soccer'))() | |
2074 | end | |
2075 | }) | |
2076 | --[[ | |
2077 | Name = <string> - The name of the button. | |
2078 | Callback = <function> - The function of the button. | |
2079 | ]]local Tab = Window:MakeTab({ | |
2080 | Name = "😏🔥سكربتات من صنعي", | |
2081 | Icon = "rbxassetid://4483345998", | |
2082 | PremiumOnly = false | |
2083 | }) | |
2084 | ||
2085 | --[[ | |
2086 | Name = <string> - The name of the tab. | |
2087 | Icon = <string> - The icon of the tab. | |
2088 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2089 | ]]local Section = Tab:AddSection({ | |
2090 | Name = "😏🔥 سكربتات من صنعي القديمه و بعضها مب حقي" | |
2091 | }) | |
2092 | --[[ | |
2093 | Name = <string> - The name of the section. | |
2094 | ]]Tab:AddButton({ | |
2095 | Name = "😏🔥(1) سكربت عشوائي", | |
2096 | Callback = function() | |
2097 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/1mnk5u77"))() | |
2098 | end | |
2099 | }) | |
2100 | --[[ | |
2101 | Name = <string> - The name of the section. | |
2102 | ]]Tab:AddButton({ | |
2103 | Name = "😏🔥(2) سكربت البداية", | |
2104 | Callback = function() | |
2105 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/6bYnWn2j"))() | |
2106 | end | |
2107 | }) | |
2108 | --[[ | |
2109 | Name = <string> - The name of the section. | |
2110 | ]]Tab:AddButton({ | |
2111 | Name = "😏🔥(3) سكربت تسليك", | |
2112 | Callback = function() | |
2113 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/wNNrAbFE"))() | |
2114 | end | |
2115 | }) | |
2116 | --[[ | |
2117 | Name = <string> - The name of the section. | |
2118 | ]]Tab:AddButton({ | |
2119 | Name = "😏🔥(4) سكربت من صنعي", | |
2120 | Callback = function() | |
2121 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/XFP6SsHD"))() | |
2122 | end | |
2123 | }) | |
2124 | --[[ | |
2125 | Name = <string> - The name of the section. | |
2126 | ]]Tab:AddButton({ | |
2127 | Name = "😏🔥(5) سكربت من صنعي", | |
2128 | Callback = function() | |
2129 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/QqSKzTJW"))() | |
2130 | end | |
2131 | }) | |
2132 | --[[ | |
2133 | Name = <string> - The name of the section. | |
2134 | ]]Tab:AddButton({ | |
2135 | Name = "😏🔥(6) سكربت من صنعي", | |
2136 | Callback = function() | |
2137 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/rEr0Rjfj"))() | |
2138 | end | |
2139 | }) | |
2140 | --[[ | |
2141 | Name = <string> - The name of the section. | |
2142 | ]]Tab:AddButton({ | |
2143 | Name = "😏🔥(7) سكربت من صنعي", | |
2144 | Callback = function() | |
2145 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/DkTTgPtA"))() | |
2146 | end | |
2147 | }) | |
2148 | --[[ | |
2149 | Name = <string> - The name of the section. | |
2150 | ]]Tab:AddButton({ | |
2151 | Name = "😏🔥(8) سكربت ينقص من الاق و الجرافيكس عشان الاق من صنعي", | |
2152 | Callback = function() | |
2153 | print("button pressed")local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20. | |
2154 | local g = game | |
2155 | local w = g.Workspace | |
2156 | local l = g.Lighting | |
2157 | local t = w.Terrain | |
2158 | t.WaterWaveSize = 0 | |
2159 | t.WaterWaveSpeed = 0 | |
2160 | t.WaterReflectance = 0 | |
2161 | t.WaterTransparency = 0 | |
2162 | l.GlobalShadows = false | |
2163 | l.FogEnd = 9e9 | |
2164 | l.Brightness = 0 | |
2165 | settings().Rendering.QualityLevel = "Level01" | |
2166 | for i, v in pairs(g:GetDescendants()) do | |
2167 | if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then | |
2168 | v.Material = "Plastic" | |
2169 | v.Reflectance = 0 | |
2170 | elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then | |
2171 | v.Transparency = 1 | |
2172 | elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then | |
2173 | v.Lifetime = NumberRange.new(0) | |
2174 | elseif v:IsA("Explosion") then | |
2175 | v.BlastPressure = 1 | |
2176 | v.BlastRadius = 1 | |
2177 | elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then | |
2178 | v.Enabled = false | |
2179 | elseif v:IsA("MeshPart") then | |
2180 | v.Material = "Plastic" | |
2181 | v.Reflectance = 0 | |
2182 | v.TextureID = 10385902758728957 | |
2183 | end | |
2184 | end | |
2185 | for i, e in pairs(l:GetChildren()) do | |
2186 | if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then | |
2187 | e.Enabled = false | |
2188 | end | |
2189 | end | |
2190 | end | |
2191 | }) | |
2192 | ||
2193 | Tab:AddButton({ | |
2194 | Name = "😏🔥 سكربت قوست من صنعي", | |
2195 | Callback = function() | |
2196 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/HXdFah0N"))() | |
2197 | end | |
2198 | }) | |
2199 | ||
2200 | Tab:AddButton({ | |
2201 | Name = "😏🔥 سكربت Neon HUB من صنعي", | |
2202 | Callback = function() | |
2203 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/n6dk5cQv"))() | |
2204 | end | |
2205 | }) | |
2206 | ||
2207 | Tab:AddButton({ | |
2208 | Name = "😏🔥 سكربت من صنعي (11)", | |
2209 | Callback = function() | |
2210 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AR3AB/AR3AB/main/SD_107"))() | |
2211 | end | |
2212 | }) | |
2213 | ||
2214 | Tab:AddButton({ | |
2215 | Name = "😏🔥 سكربت من صنعي (12)", | |
2216 | Callback = function() | |
2217 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/cABJzfyf"))() | |
2218 | end | |
2219 | }) | |
2220 | ||
2221 | --[[ | |
2222 | Name = <string> - The name of the section. | |
2223 | ]]Tab:AddButton({ | |
2224 | Name = "😏🔥 سكربت راس مخفي من صنعي (13)", | |
2225 | Callback = function() | |
2226 | print("button pressed")game.Players.localPlayer.Character.Head.Size = Vector3.new(0,0,0) | |
2227 | end | |
2228 | }) | |
2229 | ||
2230 | --[[ | |
2231 | Name = <string> - The name of the section. | |
2232 | ]]Tab:AddButton({ | |
2233 | Name = "😏🔥 سكربت طيران من صنعي (14)", | |
2234 | Callback = function() | |
2235 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/EkwGS4eP"))() | |
2236 | end | |
2237 | }) | |
2238 | ||
2239 | --[[ | |
2240 | Name = <string> - The name of the section. | |
2241 | ]]Tab:AddButton({ | |
2242 | Name = "😏🔥 سكربت طيران الكل من صنعي (15)", | |
2243 | Callback = function() | |
2244 | print("button pressed")local Targets = {"All"} -- "All", "Target Name", "Target name can be shortened" | |
2245 | ||
2246 | local Players = game:GetService("Players") | |
2247 | local Player = Players.LocalPlayer | |
2248 | ||
2249 | local AllBool = falseasa | |
2250 | ||
2251 | local GetPlayer = function(Name) | |
2252 | Name = Name:lower() | |
2253 | if Name == "all" or Name == "others" then | |
2254 | AllBool = true | |
2255 | return | |
2256 | elseif Name == "random" then | |
2257 | local GetPlayers = Players:GetPlayers() | |
2258 | if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end | |
2259 | return GetPlayers[math.random(#GetPlayers)] | |
2260 | elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then | |
2261 | for _,x in next, Players:GetPlayers() do | |
2262 | if x ~= Player then | |
2263 | if x.Name:lower():match("^"..Name) then | |
2264 | return x; | |
2265 | elseif x.DisplayName:lower():match("^"..Name) then | |
2266 | return x; | |
2267 | end | |
2268 | end | |
2269 | end | |
2270 | else | |
2271 | return | |
2272 | end | |
2273 | end | |
2274 | ||
2275 | local Message = function(_Title, _Text, Time) | |
2276 | game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time}) | |
2277 | end | |
2278 | ||
2279 | local SkidFling = function(TargetPlayer) | |
2280 | local Character = Player.Character | |
2281 | local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid") | |
2282 | local RootPart = Humanoid and Humanoid.RootPart | |
2283 | ||
2284 | local TCharacter = TargetPlayer.Character | |
2285 | local THumanoid | |
2286 | local TRootPart | |
2287 | local THead | |
2288 | local Accessory | |
2289 | local Handle | |
2290 | ||
2291 | if TCharacter:FindFirstChildOfClass("Humanoid") then | |
2292 | THumanoid = TCharacter:FindFirstChildOfClass("Humanoid") | |
2293 | end | |
2294 | if THumanoid and THumanoid.RootPart then | |
2295 | TRootPart = THumanoid.RootPart | |
2296 | end | |
2297 | if TCharacter:FindFirstChild("Head") then | |
2298 | THead = TCharacter.Head | |
2299 | end | |
2300 | if TCharacter:FindFirstChildOfClass("Accessory") then | |
2301 | Accessory = TCharacter:FindFirstChildOfClass("Accessory") | |
2302 | end | |
2303 | if Accessoy and Accessory:FindFirstChild("Handle") then | |
2304 | Handle = Accessory.Handle | |
2305 | end | |
2306 | ||
2307 | if Character and Humanoid and RootPart then | |
2308 | if RootPart.Velocity.Magnitude < 50 then | |
2309 | getgenv().OldPos = RootPart.CFrame | |
2310 | end | |
2311 | if THumanoid and THumanoid.Sit and not AllBool then | |
2312 | return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol | |
2313 | end | |
2314 | if THead then | |
2315 | workspace.CurrentCamera.CameraSubject = THead | |
2316 | elseif not THead and Handle then | |
2317 | workspace.CurrentCamera.CameraSubject = Handle | |
2318 | elseif THumanoid and TRootPart then | |
2319 | workspace.CurrentCamera.CameraSubject = THumanoid | |
2320 | end | |
2321 | if not TCharacter:FindFirstChildWhichIsA("BasePart") then | |
2322 | return | |
2323 | end | |
2324 | ||
2325 | local FPos = function(BasePart, Pos, Ang) | |
2326 | RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang | |
2327 | Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang) | |
2328 | RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7) | |
2329 | RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8) | |
2330 | end | |
2331 | ||
2332 | local SFBasePart = function(BasePart) | |
2333 | local TimeToWait = 0.1 | |
2334 | local Time = tick() | |
2335 | local Angle = 0 | |
2336 | ||
2337 | repeat | |
2338 | if RootPart and THumanoid then | |
2339 | if BasePart.Velocity.Magnitude < 50 then | |
2340 | Angle = Angle + 100 | |
2341 | ||
2342 | FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0)) | |
2343 | task.wait() | |
2344 | ||
2345 | FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0)) | |
2346 | task.wait() | |
2347 | ||
2348 | FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0)) | |
2349 | task.wait() | |
2350 | ||
2351 | FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0)) | |
2352 | task.wait() | |
2353 | ||
2354 | FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0)) | |
2355 | task.wait() | |
2356 | ||
2357 | FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0)) | |
2358 | task.wait() | |
2359 | else | |
2360 | FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0)) | |
2361 | task.wait() | |
2362 | ||
2363 | FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0)) | |
2364 | task.wait() | |
2365 | ||
2366 | FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0)) | |
2367 | task.wait() | |
2368 | ||
2369 | FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0)) | |
2370 | task.wait() | |
2371 | ||
2372 | FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0)) | |
2373 | task.wait() | |
2374 | ||
2375 | FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0)) | |
2376 | task.wait() | |
2377 | ||
2378 | FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0)) | |
2379 | task.wait() | |
2380 | ||
2381 | FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0)) | |
2382 | task.wait() | |
2383 | ||
2384 | FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0)) | |
2385 | task.wait() | |
2386 | ||
2387 | FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0)) | |
2388 | task.wait() | |
2389 | end | |
2390 | else | |
2391 | break | |
2392 | end | |
2393 | until BasePart.Velocity.Magnitude > 500 or BasePart.Parent ~= TargetPlayer.Character or TargetPlayer.Parent ~= Players or not TargetPlayer.Character == TCharacter or THumanoid.Sit or Humanoid.Health <= 0 or tick() > Time + TimeToWait | |
2394 | end | |
2395 | ||
2396 | workspace.FallenPartsDestroyHeight = 0/0 | |
2397 | ||
2398 | local BV = Instance.new("BodyVelocity") | |
2399 | BV.Name = "EpixVel" | |
2400 | BV.Parent = RootPart | |
2401 | BV.Velocity = Vector3.new(9e8, 9e8, 9e8) | |
2402 | BV.MaxForce = Vector3.new(1/0, 1/0, 1/0) | |
2403 | ||
2404 | Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false) | |
2405 | ||
2406 | if TRootPart and THead then | |
2407 | if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then | |
2408 | SFBasePart(THead) | |
2409 | else | |
2410 | SFBasePart(TRootPart) | |
2411 | end | |
2412 | elseif TRootPart and not THead then | |
2413 | SFBasePart(TRootPart) | |
2414 | elseif not TRootPart and THead then | |
2415 | SFBasePart(THead) | |
2416 | elseif not TRootPart and not THead and Accessory and Handle then | |
2417 | SFBasePart(Handle) | |
2418 | else | |
2419 | return Message("Error Occurred", "Target is missing everything", 5) | |
2420 | end | |
2421 | ||
2422 | BV:Destroy() | |
2423 | Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true) | |
2424 | workspace.CurrentCamera.CameraSubject = Humanoid | |
2425 | ||
2426 | repeat | |
2427 | RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0) | |
2428 | Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0)) | |
2429 | Humanoid:ChangeState("GettingUp") | |
2430 | table.foreach(Character:GetChildren(), function(_, x) | |
2431 | if x:IsA("BasePart") then | |
2432 | x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new() | |
2433 | end | |
2434 | end) | |
2435 | task.wait() | |
2436 | until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25 | |
2437 | workspace.FallenPartsDestroyHeight = getgenv().FPDH | |
2438 | else | |
2439 | return Message("Error Occurred", "Random error", 5) | |
2440 | end | |
2441 | end | |
2442 | ||
2443 | if not Welcome then Message("Script by DranghetaSm0ke", "Enjoy!", 5) end | |
2444 | getgenv().Welcome = true | |
2445 | if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end | |
2446 | ||
2447 | if AllBool then | |
2448 | for _,x in next, Players:GetPlayers() do | |
2449 | SkidFling(x) | |
2450 | end | |
2451 | end | |
2452 | ||
2453 | for _,x in next, Targets do | |
2454 | if GetPlayer(x) and GetPlayer(x) ~= Player then | |
2455 | if GetPlayer(x).UserId ~= 1414978355 then | |
2456 | local TPlayer = GetPlayer(x) | |
2457 | if TPlayer then | |
2458 | SkidFling(TPlayer) | |
2459 | end | |
2460 | else | |
2461 | Message("Error Occurred", "This user is whitelisted! (Owner)", 5) | |
2462 | end | |
2463 | elseif not GetPlayer(x) and not AllBool then | |
2464 | Message("Error Occurred", "Username Invalid", 5) | |
2465 | end | |
2466 | end | |
2467 | local WhitelistedPlayers = { | |
2468 | [123456789] = true, -- Replace with the actual UserId of whitelisted players | |
2469 | [987654321] = true, | |
2470 | } | |
2471 | ||
2472 | local function IsPlayerWhitelisted(player) | |
2473 | local userId = player.UserId | |
2474 | return WhitelistedPlayers[userId] or false | |
2475 | end | |
2476 | ||
2477 | return IsPlayerWhitelisted | |
2478 | end | |
2479 | }) | |
2480 | ||
2481 | --[[ | |
2482 | Name = <string> - The name of the section. | |
2483 | ]]local Tab = Window:MakeTab({ | |
2484 | Name = "سكربتات ماب داهود 📎", | |
2485 | Icon = "rbxassetid://4483345998", | |
2486 | PremiumOnly = false | |
2487 | }) | |
2488 | ||
2489 | --[[ | |
2490 | Name = <string> - The name of the tab. | |
2491 | Icon = <string> - The icon of the tab. | |
2492 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2493 | ]]local Section = Tab:AddSection({ | |
2494 | Name = "سكربتات ماب داهود 📎" | |
2495 | }) | |
2496 | ||
2497 | --[[ | |
2498 | Name = <string> - The name of the section. | |
2499 | ]]Tab:AddButton({ | |
2500 | Name = "(1) سكربت ماب داهود 📎", | |
2501 | Callback = function() | |
2502 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Actyrn/Scripts/main/AzureModded"))() | |
2503 | end | |
2504 | }) | |
2505 | ||
2506 | --[[ | |
2507 | Name = <string> - The name of the button. | |
2508 | Callback = <function> - The function of the button. | |
2509 | ]]local Tab = Window:MakeTab({ | |
2510 | Name = "سكربتات ماب انمي ديفندر 🧩", | |
2511 | Icon = "rbxassetid://4483345998", | |
2512 | PremiumOnly = false | |
2513 | }) | |
2514 | --[[ | |
2515 | Name = <string> - The name of the tab. | |
2516 | Icon = <string> - The icon of the tab. | |
2517 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2518 | ]]local Section = Tab:AddSection({ | |
2519 | Name = "سكربتات ماب انمي ديفندر 🧩" | |
2520 | }) | |
2521 | --[[ | |
2522 | Name = <string> - The name of the button. | |
2523 | Callback = <function> - The function of the button. | |
2524 | ]]Tab:AddButton({ | |
2525 | Name = "(1) سكربت ماب انمي ديفندر 🧩", | |
2526 | Callback = function() | |
2527 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/buang5516/buanghub/main/BUANGHUB.lua"))() | |
2528 | ||
2529 | end | |
2530 | }) | |
2531 | ||
2532 | --[[ | |
2533 | Name = <string> - The name of the button. | |
2534 | Callback = <function> - The function of the button. | |
2535 | ]]local Tab = Window:MakeTab({ | |
2536 | Name = "سكربتات ماب untitled attack on Titan 🎭", | |
2537 | Icon = "rbxassetid://4483345998", | |
2538 | PremiumOnly = false | |
2539 | }) | |
2540 | --[[ | |
2541 | Name = <string> - The name of the tab. | |
2542 | Icon = <string> - The icon of the tab. | |
2543 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2544 | ]]local Section = Tab:AddSection({ | |
2545 | Name = "سكربتات ماب untitled attack on Titan 🎭" | |
2546 | }) | |
2547 | --[[ | |
2548 | Name = <string> - The name of the button. | |
2549 | Callback = <function> - The function of the button. | |
2550 | ]]Tab:AddButton({ | |
2551 | Name = "(1) سكربت ماب untitled attack on Titan 🎭", | |
2552 | Callback = function() | |
2553 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/zhanzheng666/Roblox/main/Untitled%20Attack%20On%20Titan.lua"))() | |
2554 | end | |
2555 | }) | |
2556 | ||
2557 | --[[ | |
2558 | Name = <string> - The name of the button. | |
2559 | Callback = <function> - The function of the button. | |
2560 | ]]local Tab = Window:MakeTab({ | |
2561 | Name = "سكربتات ماب شيندو لايف 🍜", | |
2562 | Icon = "rbxassetid://4483345998", | |
2563 | PremiumOnly = false | |
2564 | }) | |
2565 | --[[ | |
2566 | Name = <string> - The name of the tab. | |
2567 | Icon = <string> - The icon of the tab. | |
2568 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2569 | ]]local Section = Tab:AddSection({ | |
2570 | Name = "سكربتات ماب شيندو لايف 🍜" | |
2571 | }) | |
2572 | --[[ | |
2573 | Name = <string> - The name of the button. | |
2574 | Callback = <function> - The function of the button. | |
2575 | ]]Tab:AddButton({ | |
2576 | Name = "(1) سكربت ماب انمي شيندو لايف 🍜", | |
2577 | Callback = function() | |
2578 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/SxnwDev/Premier/main/Free-Premier.lua"))() | |
2579 | ||
2580 | end | |
2581 | }) | |
2582 | ||
2583 | --[[ | |
2584 | Name = <string> - The name of the button. | |
2585 | Callback = <function> - The function of the button. | |
2586 | ]] | |
2587 | local Tab = Window:MakeTab({ | |
2588 | Name = "سكربتات ماب Unnamed Shooter 🎈", | |
2589 | Icon = "rbxassetid://4483345998", | |
2590 | PremiumOnly = false | |
2591 | }) | |
2592 | --[[ | |
2593 | Name = <string> - The name of the tab. | |
2594 | Icon = <string> - The icon of the tab. | |
2595 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2596 | ]] | |
2597 | ||
2598 | --[[ | |
2599 | Title = <string> - The title of the notification. | |
2600 | Content = <string> - The content of the notification. | |
2601 | Image = <string> - The icon of the notification. | |
2602 | Time = <number> - The duration of the notfication. | |
2603 | ]]local Section = Tab:AddSection({ | |
2604 | Name = "سكربتات ماب Unnamed Shooter 🎈" | |
2605 | }) | |
2606 | --[[ | |
2607 | Name = <string> - The name of the section. | |
2608 | ]]Tab:AddButton({ | |
2609 | Name = "سكربت ماب (1)Unnamed Shooter 🎈", | |
2610 | Callback = function() | |
2611 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/UnnamedShooter", true))() | |
2612 | end | |
2613 | }) | |
2614 | ||
2615 | --[[ | |
2616 | Name = <string> - The name of the button. | |
2617 | Callback = <function> - The function of the button. | |
2618 | ]]local Tab = Window:MakeTab({ | |
2619 | Name = "سكربتات ماب بروجكت سلاير ✨", | |
2620 | Icon = "rbxassetid://4483345998", | |
2621 | PremiumOnly = false | |
2622 | }) | |
2623 | --[[ | |
2624 | Name = <string> - The name of the tab. | |
2625 | Icon = <string> - The icon of the tab. | |
2626 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2627 | ]] | |
2628 | ||
2629 | --[[ | |
2630 | Title = <string> - The title of the notification. | |
2631 | Content = <string> - The content of the notification. | |
2632 | Image = <string> - The icon of the notification. | |
2633 | Time = <number> - The duration of the notfication. | |
2634 | ]]local Section = Tab:AddSection({ | |
2635 | Name = "سكربتات ماب بروجكت سلاير ✨" | |
2636 | }) | |
2637 | --[[ | |
2638 | Name = <string> - The name of the section. | |
2639 | ]]Tab:AddButton({ | |
2640 | Name = "سكربت ماب بروجكت سلاير (1) ✨", | |
2641 | Callback = function() | |
2642 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Phyoue/psonis/main/OniHubMobile"))() | |
2643 | end | |
2644 | }) | |
2645 | ||
2646 | --[[ | |
2647 | Name = <string> - The name of the button. | |
2648 | Callback = <function> - The function of the button. | |
2649 | ]] | |
2650 | local Tab = Window:MakeTab({ | |
2651 | Name = "سكربتات ماب ديمون فال 🗡", | |
2652 | Icon = "rbxassetid://4483345998", | |
2653 | PremiumOnly = false | |
2654 | }) | |
2655 | ||
2656 | --[[ | |
2657 | Name = <string> - The name of the tab. | |
2658 | Icon = <string> - The icon of the tab. | |
2659 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2660 | ]]local Section = Tab:AddSection({ | |
2661 | Name = "سكربتات ماب ديمون فال 🗡" | |
2662 | }) | |
2663 | ||
2664 | Tab:AddButton({ | |
2665 | Name = "سكربت ماب ديمون فال (1) 🗡", | |
2666 | Callback = function() | |
2667 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/leenZzZzZ/ScriptHUB/main/Script Hub"))() | |
2668 | end | |
2669 | }) | |
2670 | ||
2671 | --[[ | |
2672 | Name = <string> - The name of the button. | |
2673 | Callback = <function> - The function of the button. | |
2674 | ]] | |
2675 | local Tab = Window:MakeTab({ | |
2676 | Name = "سكربتات ماب عسكريه بوكيا 🗡", | |
2677 | Icon = "rbxassetid://4483345998", | |
2678 | PremiumOnly = false | |
2679 | }) | |
2680 | ||
2681 | --[[ | |
2682 | Name = <string> - The name of the tab. | |
2683 | Icon = <string> - The icon of the tab. | |
2684 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2685 | ]]local Section = Tab:AddSection({ | |
2686 | Name = "سكربتات ماب عسكريه بوكيا 🗡" | |
2687 | }) | |
2688 | ||
2689 | Tab:AddButton({ | |
2690 | Name = "سكربت ماب عسكريه بوكيا (1) 🗡", | |
2691 | Callback = function() | |
2692 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ndora1/Ndora1/main/gg.lua.txt"))() | |
2693 | end | |
2694 | }) | |
2695 | ||
2696 | --[[ | |
2697 | Name = <string> - The name of the button. | |
2698 | Callback = <function> - The function of the button. | |
2699 | ]]local Tab = Window:MakeTab({ | |
2700 | Name = "سكربتات ماب برج الجحيم 😡", | |
2701 | Icon = "rbxassetid://4483345998", | |
2702 | PremiumOnly = false | |
2703 | }) | |
2704 | ||
2705 | --[[ | |
2706 | Name = <string> - The name of the tab. | |
2707 | Icon = <string> - The icon of the tab. | |
2708 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2709 | ]]local Section = Tab:AddSection({ | |
2710 | Name = "سكربتات ماب برج الجحيم 😡" | |
2711 | }) | |
2712 | --[[ | |
2713 | Name = <string> - The name of the section. | |
2714 | ]]Tab:AddButton({ | |
2715 | Name = "سكربت ماب برج الجحيم (1) 😡", | |
2716 | Callback = function() | |
2717 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Main.lua"))() | |
2718 | end | |
2719 | }) | |
2720 | ||
2721 | --[[ | |
2722 | Name = <string> - The name of the button. | |
2723 | Callback = <function> - The function of the button. | |
2724 | ]]local Tab = Window:MakeTab({ | |
2725 | Name = "سكربتات ماب المطعم 👨🍳", | |
2726 | Icon = "rbxassetid://4483345998", | |
2727 | PremiumOnly = false | |
2728 | }) | |
2729 | --[[ | |
2730 | Name = <string> - The name of the tab. | |
2731 | Icon = <string> - The icon of the tab. | |
2732 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2733 | ]]local Section = Tab:AddSection({ | |
2734 | Name = "سكربتات ماب المطعم 👨🍳" | |
2735 | }) | |
2736 | --[[ | |
2737 | Name = <string> - The name of the section. | |
2738 | ]]Tab:AddButton({ | |
2739 | Name = "سكربت ماب المطعم (1) 👨🍳", | |
2740 | Callback = function() | |
2741 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/uBpUr2vU"))() | |
2742 | end | |
2743 | }) | |
2744 | ||
2745 | --[[ | |
2746 | Name = <string> - The name of the button. | |
2747 | Callback = <function> - The function of the button. | |
2748 | ]]local Tab = Window:MakeTab({ | |
2749 | Name = "سكربتات ماب Break In 2 🧛♂️", | |
2750 | Icon = "rbxassetid://4483345998", | |
2751 | PremiumOnly = false | |
2752 | }) | |
2753 | --[[ | |
2754 | Name = <string> - The name of the tab. | |
2755 | Icon = <string> - The icon of the tab. | |
2756 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2757 | ]]local Section = Tab:AddSection({ | |
2758 | Name = "🧛♂️سكربتات ماب Break In 2🧛♂️" | |
2759 | }) | |
2760 | --[[ | |
2761 | Name = <string> - The name of the section. | |
2762 | ]]Tab:AddButton({ | |
2763 | Name = "🧛♂️سكربت ماب Break In 2 (1)🧛♂️", | |
2764 | Callback = function() | |
2765 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-10833"))() | |
2766 | end | |
2767 | }) | |
2768 | ||
2769 | --[[ | |
2770 | Name = <string> - The name of the button. | |
2771 | Callback = <function> - The function of the button. | |
2772 | ]]local Tab = Window:MakeTab({ | |
2773 | Name = "سكربتات ادمن 🎞", | |
2774 | Icon = "rbxassetid://4483345998", | |
2775 | PremiumOnly = false | |
2776 | }) | |
2777 | ||
2778 | ||
2779 | --[[ | |
2780 | Name = <string> - The name of the tab. | |
2781 | Icon = <string> - The icon of the tab. | |
2782 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2783 | ]]local Section = Tab:AddSection({ | |
2784 | Name = "سكربتات ادمن 🎞" | |
2785 | }) | |
2786 | ||
2787 | --[[ | |
2788 | Name = <string> - The name of the section. | |
2789 | ]]Tab:AddButton({ | |
2790 | Name = "سكربت ادمن (1) 🎞", | |
2791 | Callback = function() | |
2792 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-10833"))() | |
2793 | end | |
2794 | }) | |
2795 | ||
2796 | --[[ | |
2797 | Name = <string> - The name of the section. | |
2798 | ]]Tab:AddButton({ | |
2799 | Name = "سكربت ادمن (2) 🎞", | |
2800 | Callback = function() | |
2801 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() | |
2802 | end | |
2803 | }) | |
2804 | ||
2805 | --[[ | |
2806 | Name = <string> - The name of the button. | |
2807 | Callback = <function> - The function of the button. | |
2808 | ]]local Tab = Window:MakeTab({ | |
2809 | Name = "🍀سكربتات ماب Evade🍀", | |
2810 | Icon = "rbxassetid://4483345998", | |
2811 | PremiumOnly = false | |
2812 | }) | |
2813 | ||
2814 | --[[ | |
2815 | Name = <string> - The name of the tab. | |
2816 | Icon = <string> - The icon of the tab. | |
2817 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2818 | ]]local Section = Tab:AddSection({ | |
2819 | Name = "🍀سكربتات ماب Evade🍀" | |
2820 | }) | |
2821 | --[[ | |
2822 | Name = <string> - The name of the section. | |
2823 | ]]Tab:AddButton({ | |
2824 | Name = "🍀(1)Evade سكربت🍀", | |
2825 | Callback = function() | |
2826 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Evade"))() | |
2827 | end | |
2828 | }) | |
2829 | --[[ | |
2830 | Name = <string> - The name of the section. | |
2831 | ]]Tab:AddButton({ | |
2832 | Name = "🍀(2)Evade سكربت🍀", | |
2833 | Callback = function() | |
2834 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/XenonLUA/Xenon/main/Evade.lua"))() | |
2835 | end | |
2836 | }) | |
2837 | ||
2838 | --[[ | |
2839 | Name = <string> - The name of the button. | |
2840 | Callback = <function> - The function of the button. | |
2841 | ]]local Tab = Window:MakeTab({ | |
2842 | Name = "سكربتات تخريب 😠", | |
2843 | Icon = "rbxassetid://4483345998", | |
2844 | PremiumOnly = false | |
2845 | }) | |
2846 | ||
2847 | --[[ | |
2848 | Name = <string> - The name of the tab. | |
2849 | Icon = <string> - The icon of the tab. | |
2850 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2851 | ]]local Section = Tab:AddSection({ | |
2852 | Name = "سكربتات تخريب 😠" | |
2853 | }) | |
2854 | --[[ | |
2855 | Name = <string> - The name of the section. | |
2856 | ]]Tab:AddButton({ | |
2857 | Name = "سكربت تخريب (1) 😠", | |
2858 | Callback = function() | |
2859 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Haxker666-Script-hub-9666"))() | |
2860 | end | |
2861 | }) | |
2862 | ||
2863 | --[[ | |
2864 | Name = <string> - The name of the section. | |
2865 | ]]Tab:AddButton({ | |
2866 | Name = "سكربت تخريب (2) 😠", | |
2867 | Callback = function() | |
2868 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Ndora1/Ndora1/refs/heads/main/Halloween.lua'))() | |
2869 | end | |
2870 | }) | |
2871 | ||
2872 | --[[ | |
2873 | Name = <string> - The name of the section. | |
2874 | ]]Tab:AddButton({ | |
2875 | Name = "سكربت تخريب (3) 😠", | |
2876 | Callback = function() | |
2877 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/VR7ss/OMK/refs/heads/main/VR7-ON-TOP"))() | |
2878 | end | |
2879 | }) | |
2880 | ||
2881 | --[[ | |
2882 | Name = <string> - The name of the button. | |
2883 | Callback = <function> - The function of the button. | |
2884 | ]]local Tab = Window:MakeTab({ | |
2885 | Name = "سكربتات باكدور 🔮", | |
2886 | Icon = "rbxassetid://4483345998", | |
2887 | PremiumOnly = false | |
2888 | }) | |
2889 | ||
2890 | --[[ | |
2891 | Name = <string> - The name of the tab. | |
2892 | Icon = <string> - The icon of the tab. | |
2893 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2894 | ]]local Section = Tab:AddSection({ | |
2895 | Name = "سكربتات باكدور 🔮" | |
2896 | }) | |
2897 | --[[ | |
2898 | Name = <string> - The name of the section. | |
2899 | ]]Tab:AddButton({ | |
2900 | Name = "سكربت باكدور (1) 🔮", | |
2901 | Callback = function() | |
2902 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/yRkAz93n"))() | |
2903 | end | |
2904 | }) | |
2905 | ||
2906 | --[[ | |
2907 | Name = <string> - The name of the button. | |
2908 | Callback = <function> - The function of the button. | |
2909 | ]]local Tab = Window:MakeTab({ | |
2910 | Name = "سكربتات ايم بوت 😈", | |
2911 | Icon = "rbxassetid://4483345998", | |
2912 | PremiumOnly = false | |
2913 | }) | |
2914 | ||
2915 | --[[ | |
2916 | Name = <string> - The name of the tab. | |
2917 | Icon = <string> - The icon of the tab. | |
2918 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
2919 | ]]local Section = Tab:AddSection({ | |
2920 | Name = "سكربتات ايم بوت 😈" | |
2921 | }) | |
2922 | ||
2923 | --[[ | |
2924 | Name = <string> - The name of the button. | |
2925 | Callback = <function> - The function of the button. | |
2926 | ]]Tab:AddButton({ | |
2927 | Name = "سكربت هيت بوكس مفيد للايم بوت (1) 😈", | |
2928 | Callback = function() | |
2929 | print("button pressed")-- RX ALMAHRI -- | |
2930 | --سكربت هت بوكس | |
2931 | wait(0.1) | |
2932 | game.StarterGui:SetCore("SendNotification", { | |
2933 | Title = "تم التشغيل"; | |
2934 | Text = "تم تشغيل السكربت"; -- ARAB TEAM | |
2935 | Duration = 5; | |
2936 | }) | |
2937 | _G.Hotbox = true | |
2938 | ||
2939 | _G.HeadSize = 20 | |
2940 | _G.Disabled = true | |
2941 | ||
2942 | game:GetService('RunService').RenderStepped:connect(function() | |
2943 | if _G.Disabled then | |
2944 | for i,v in next, game:GetService('Players'):GetPlayers() do | |
2945 | if v.Name ~= game:GetService('Players').LocalPlayer.Name then | |
2946 | pcall(function() | |
2947 | v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) | |
2948 | v.Character.HumanoidRootPart.Transparency = 0.7 | |
2949 | v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") | |
2950 | v.Character.HumanoidRootPart.Material = "Neon" | |
2951 | v.Character.HumanoidRootPart.CanCollide = false | |
2952 | end) | |
2953 | end | |
2954 | end | |
2955 | end | |
2956 | end) | |
2957 | end | |
2958 | }) | |
2959 | ||
2960 | --[[ | |
2961 | Name = <string> - The name of the button. | |
2962 | Callback = <function> - The function of the button. | |
2963 | ]]Tab:AddButton({ | |
2964 | Name = "سكربت هيت بوكس قوي مره (2) 😈", | |
2965 | Callback = function() | |
2966 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/RobloxScripts/main/HitboxExpander.lua"))() | |
2967 | end | |
2968 | }) | |
2969 | ||
2970 | --[[ | |
2971 | Name = <string> - The name of the section. | |
2972 | ]]Tab:AddButton({ | |
2973 | Name = "سكربت ايم بوت (3) 😈", | |
2974 | Callback = function() | |
2975 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))() | |
2976 | end | |
2977 | }) | |
2978 | ||
2979 | ||
2980 | --[[ | |
2981 | Name = <string> - The name of the button. | |
2982 | Callback = <function> - The function of the button. | |
2983 | ]]Tab:AddButton({ | |
2984 | Name = "سكربت كشف اماكن مفيد (4) 😈", | |
2985 | Callback = function() | |
2986 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))() | |
2987 | end | |
2988 | }) | |
2989 | ||
2990 | --[[ | |
2991 | Name = <string> - The name of the section. | |
2992 | ]]Tab:AddButton({ | |
2993 | Name = "سكربت ايم بوت ماب kat (5) 😈", | |
2994 | Callback = function() | |
2995 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/KscB6AS9"))() | |
2996 | end | |
2997 | }) | |
2998 | ||
2999 | --[[ | |
3000 | Name = <string> - The name of the section. | |
3001 | ]]Tab:AddButton({ | |
3002 | Name = "سكربت ايم بوت ماب kat (6) 😈", | |
3003 | Callback = function() | |
3004 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/KAT"))() | |
3005 | end | |
3006 | }) | |
3007 | ||
3008 | --[[ | |
3009 | Name = <string> - The name of the button. | |
3010 | Callback = <function> - The function of the button. | |
3011 | ]]local Tab = Window:MakeTab({ | |
3012 | Name = "سكربتات فيها سكربتات كثير ☠️", | |
3013 | Icon = "rbxassetid://4483345998", | |
3014 | PremiumOnly = false | |
3015 | }) | |
3016 | ||
3017 | --[[ | |
3018 | Name = <string> - The name of the tab. | |
3019 | Icon = <string> - The icon of the tab. | |
3020 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3021 | ]]local Section = Tab:AddSection({ | |
3022 | Name = "سكربتات فيها سكربتات كثير ☠️" | |
3023 | }) | |
3024 | ||
3025 | --[[ | |
3026 | Name = <string> - The name of the section. | |
3027 | ]]Tab:AddButton({ | |
3028 | Name = "سكربت فيه سكربتات كثير (1) ☠️", | |
3029 | Callback = function() | |
3030 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau"))() | |
3031 | end | |
3032 | }) | |
3033 | ||
3034 | --[[ | |
3035 | Name = <string> - The name of the section. | |
3036 | ]]Tab:AddButton({ | |
3037 | Name = "سكربت فيه سكربتات كثير (2) ☠️", | |
3038 | Callback = function() | |
3039 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/SkyHub.txt'))() | |
3040 | end | |
3041 | }) | |
3042 | ||
3043 | --[[ | |
3044 | Name = <string> - The name of the section. | |
3045 | ]]Tab:AddButton({ | |
3046 | Name = "سكربت فيه سكربتات كثير (3) ☠️", | |
3047 | Callback = function() | |
3048 | print("button pressed")loadstring(game:HttpGet("https://github.com/Ndora1/Ndora1/raw/main/iovhub.lua"))() | |
3049 | end | |
3050 | }) | |
3051 | ||
3052 | --[[ | |
3053 | Name = <string> - The name of the section. | |
3054 | ]]Tab:AddButton({ | |
3055 | Name = "سكربت فيه سكربتات كثير (4) ☠️", | |
3056 | Callback = function() | |
3057 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/XFP6SsHD"))() | |
3058 | end | |
3059 | }) | |
3060 | ||
3061 | --[[ | |
3062 | Name = <string> - The name of the section. | |
3063 | ]]Tab:AddButton({ | |
3064 | Name = "سكربت فيه سكربتات كثير (5) ☠️", | |
3065 | Callback = function() | |
3066 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ARAB-SCR/ARAB-SCR/main/AR"))() | |
3067 | end | |
3068 | }) | |
3069 | ||
3070 | --[[ | |
3071 | Name = <string> - The name of the section. | |
3072 | ]]Tab:AddButton({ | |
3073 | Name = "سكربت فيه سكربتات كثير (6) ☠️", | |
3074 | Callback = function() | |
3075 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/106v3hpG"))() | |
3076 | end | |
3077 | }) | |
3078 | ||
3079 | --[[ | |
3080 | Name = <string> - The name of the section. | |
3081 | ]]Tab:AddButton({ | |
3082 | Name = "سكربت فيه سكربتات كثير (7) ☠️", | |
3083 | Callback = function() | |
3084 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/devronaldo/main/ronaldodevas"))() | |
3085 | end | |
3086 | }) | |
3087 | ||
3088 | --[[ | |
3089 | Name = <string> - The name of the button. | |
3090 | Callback = <function> - The function of the button. | |
3091 | ]]local Tab = Window:MakeTab({ | |
3092 | Name = "سكربتات ماب فورت نايت العرب ⚔️", | |
3093 | Icon = "rbxassetid://4483345998", | |
3094 | PremiumOnly = false | |
3095 | }) | |
3096 | ||
3097 | --[[ | |
3098 | Name = <string> - The name of the tab. | |
3099 | Icon = <string> - The icon of the tab. | |
3100 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3101 | ]]local Section = Tab:AddSection({ | |
3102 | Name = "سكربتات ماب فورت نايت العرب ⚔️" | |
3103 | }) | |
3104 | --[[ | |
3105 | Name = <string> - The name of the section. | |
3106 | ]]Tab:AddButton({ | |
3107 | Name = "سكربت ماب فورت نايت العرب (1) ⚔️", | |
3108 | Callback = function() | |
3109 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Arabic-Fornite-Script_352"))() | |
3110 | end | |
3111 | }) | |
3112 | ||
3113 | --[[ | |
3114 | Name = <string> - The name of the button. | |
3115 | Callback = <function> - The function of the button. | |
3116 | ]]local Tab = Window:MakeTab({ | |
3117 | Name = "سكربتات ماب ببجي العرب 🗡", | |
3118 | Icon = "rbxassetid://4483345998", | |
3119 | PremiumOnly = false | |
3120 | }) | |
3121 | ||
3122 | --[[ | |
3123 | Name = <string> - The name of the tab. | |
3124 | Icon = <string> - The icon of the tab. | |
3125 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3126 | ]]local Section = Tab:AddSection({ | |
3127 | Name = "سكربتات ماب ببجي العرب 🗡" | |
3128 | }) | |
3129 | --[[ | |
3130 | Name = <string> - The name of the section. | |
3131 | ]]Tab:AddButton({ | |
3132 | Name = "سكربت ماب ببجي العرب (1) 🗡", | |
3133 | Callback = function() | |
3134 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/PUBG-or-bbjy-alarb-Kill-All-3458"))() | |
3135 | end | |
3136 | }) | |
3137 | ||
3138 | --[[ | |
3139 | Name = <string> - The name of the button. | |
3140 | Callback = <function> - The function of the button. | |
3141 | ]]local Tab = Window:MakeTab({ | |
3142 | Name = "سكربتات ماب البحث عن الاناناس 🍍", | |
3143 | Icon = "rbxassetid://4483345998", | |
3144 | PremiumOnly = false | |
3145 | }) | |
3146 | ||
3147 | --[[ | |
3148 | Name = <string> - The name of the tab. | |
3149 | Icon = <string> - The icon of the tab. | |
3150 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3151 | ]] | |
3152 | ||
3153 | --[[ | |
3154 | Title = <string> - The title of the notification. | |
3155 | Content = <string> - The content of the notification. | |
3156 | Image = <string> - The icon of the notification. | |
3157 | Time = <number> - The duration of the notfication. | |
3158 | ]]local Section = Tab:AddSection({ | |
3159 | Name = "سكربتات ماب البحث عن الاناناس 🍍" | |
3160 | }) | |
3161 | ||
3162 | --[[ | |
3163 | Name = <string> - The name of the section. | |
3164 | ]]Tab:AddButton({ | |
3165 | Name = "سكربت ماب البحث عن الاناناس (1) 🍍", | |
3166 | Callback = function() | |
3167 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/albhth-an-alananas-or-alarb-Found-all-Ananas-20863"))() | |
3168 | end | |
3169 | }) | |
3170 | ||
3171 | --[[ | |
3172 | Name = <string> - The name of the button. | |
3173 | Callback = <function> - The function of the button. | |
3174 | ]]local Tab = Window:MakeTab({ | |
3175 | Name = "سكربتات ماب Bathroom Attack 📷", | |
3176 | Icon = "rbxassetid://4483345998", | |
3177 | PremiumOnly = false | |
3178 | }) | |
3179 | ||
3180 | --[[ | |
3181 | Name = <string> - The name of the tab. | |
3182 | Icon = <string> - The icon of the tab. | |
3183 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3184 | ]]local Section = Tab:AddSection({ | |
3185 | Name = "سكربتات ماب Bathroom Attack 📷" | |
3186 | }) | |
3187 | --[[ | |
3188 | Name = <string> - The name of the section. | |
3189 | ]]Tab:AddButton({ | |
3190 | Name = "سكربت ماب (1) Bathroom Attack 📷", | |
3191 | Callback = function() | |
3192 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/DEVIL-Script/DEVIL-Hub/main/DEVIL-Hub-Main", true))() | |
3193 | end | |
3194 | }) | |
3195 | ||
3196 | --[[ | |
3197 | Name = <string> - The name of the button. | |
3198 | Callback = <function> - The function of the button. | |
3199 | ]]local Tab = Window:MakeTab({ | |
3200 | Name = "سكربتات ماب cam conqueror 📷", | |
3201 | Icon = "rbxassetid://4483345998", | |
3202 | PremiumOnly = false | |
3203 | }) | |
3204 | ||
3205 | --[[ | |
3206 | Name = <string> - The name of the tab. | |
3207 | Icon = <string> - The icon of the tab. | |
3208 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3209 | ]]local Section = Tab:AddSection({ | |
3210 | Name = "سكربتات ماب cam conqueror 📷" | |
3211 | }) | |
3212 | --[[ | |
3213 | Name = <string> - The name of the section. | |
3214 | ]]Tab:AddButton({ | |
3215 | Name = "سكربت ماب cam conqueror (1) 📷", | |
3216 | Callback = function() | |
3217 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/CamConqueror'))() | |
3218 | end | |
3219 | }) | |
3220 | ||
3221 | --[[ | |
3222 | Name = <string> - The name of the button. | |
3223 | Callback = <function> - The function of the button. | |
3224 | ]]local Tab = Window:MakeTab({ | |
3225 | Name = "سكربتات ماب Ninja Legends ⚡", | |
3226 | Icon = "rbxassetid://4483345998", | |
3227 | PremiumOnly = false | |
3228 | }) | |
3229 | ||
3230 | --[[ | |
3231 | Name = <string> - The name of the tab. | |
3232 | Icon = <string> - The icon of the tab. | |
3233 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3234 | ]] | |
3235 | ||
3236 | --[[ | |
3237 | Title = <string> - The title of the notification. | |
3238 | Content = <string> - The content of the notification. | |
3239 | Image = <string> - The icon of the notification. | |
3240 | Time = <number> - The duration of the notfication. | |
3241 | ]]local Section = Tab:AddSection({ | |
3242 | Name = "سكربتات ماب Ninja Legends ⚡" | |
3243 | }) | |
3244 | ||
3245 | --[[ | |
3246 | Name = <string> - The name of the section. | |
3247 | ]]Tab:AddButton({ | |
3248 | Name = "سكربت ماب Ninja Legends ⚡ (1)", | |
3249 | Callback = function() | |
3250 | print("button pressed")_G.swingKatana = true | |
3251 | spawn(function() | |
3252 | while _G.swingKatana == true do | |
3253 | ||
3254 | local args = { | |
3255 | [1] = "swingKatana" | |
3256 | } | |
3257 | ||
3258 | game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args)) | |
3259 | wait() | |
3260 | end | |
3261 | end) | |
3262 | _G.AutoRebirth = true | |
3263 | spawn(function() | |
3264 | while _G.AutoRebirth == true do | |
3265 | ||
3266 | game:GetService("ReplicatedStorage").rEvents.getServerTimeRemote:InvokeServer() | |
3267 | wait() | |
3268 | end | |
3269 | end) | |
3270 | end | |
3271 | }) | |
3272 | ||
3273 | --[[ | |
3274 | Name = <string> - The name of the section. | |
3275 | ]]Tab:AddButton({ | |
3276 | Name = "سكربت ماب Ninja Legends ⚡ (2)", | |
3277 | Callback = function() | |
3278 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/ESRVXtL4"))() | |
3279 | end | |
3280 | }) | |
3281 | ||
3282 | --[[ | |
3283 | Name = <string> - The name of the button. | |
3284 | Callback = <function> - The function of the button. | |
3285 | ]] | |
3286 | local Tab = Window:MakeTab({ | |
3287 | Name = "سكربتات ماب الكفوف 👏", | |
3288 | Icon = "rbxassetid://4483345998", | |
3289 | PremiumOnly = false | |
3290 | }) | |
3291 | ||
3292 | --[[ | |
3293 | Name = <string> - The name of the tab. | |
3294 | Icon = <string> - The icon of the tab. | |
3295 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3296 | ]]local Section = Tab:AddSection({ | |
3297 | Name = "سكربتات ماب الكفوف 👏" | |
3298 | }) | |
3299 | ||
3300 | --[[ | |
3301 | Name = <string> - The name of the section. | |
3302 | ]]Tab:AddButton({ | |
3303 | Name = "👏(1) سكربت ماب الكفوف", | |
3304 | Callback = function() | |
3305 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/castycheat/abilitywars/main/Protected%20(29).lua"))() | |
3306 | end | |
3307 | }) | |
3308 | ||
3309 | --[[ | |
3310 | Name = <string> - The name of the section. | |
3311 | ]]Tab:AddButton({ | |
3312 | Name = "👏(2) سكربت ماب الكفوف", | |
3313 | Callback = function() | |
3314 | print("button pressed")loadstring(game:HttpGet("https://pastefy.app/Y8ViznwR/raw"))() | |
3315 | end | |
3316 | }) | |
3317 | --[[ | |
3318 | Name = <string> - The name of the section. | |
3319 | ]]Tab:AddButton({ | |
3320 | Name = "👏(3) سكربت ماب الكفوف قتل الكل", | |
3321 | Callback = function() | |
3322 | print("button pressed")for i,v in pairs (game:GetService("Players"):GetPlayers()) do | |
3323 | pcall(function() | |
3324 | local A_1 = v.Character.Humanoid | |
3325 | local A_2 = 0 | |
3326 | local Event = game:GetService("Players").LocalPlayer.Character.HitEvent | |
3327 | Event:FireServer(A_1, A_2) | |
3328 | end) | |
3329 | end | |
3330 | end | |
3331 | }) | |
3332 | ||
3333 | --[[ | |
3334 | Name = <string> - The name of the button. | |
3335 | Callback = <function> - The function of the button. | |
3336 | ]] | |
3337 | local Tab = Window:MakeTab({ | |
3338 | Name = "سكربتات ادوبت مي 🐱🐶", | |
3339 | Icon = "rbxassetid://4483345998", | |
3340 | PremiumOnly = false | |
3341 | }) | |
3342 | ||
3343 | --[[ | |
3344 | Name = <string> - The name of the tab. | |
3345 | Icon = <string> - The icon of the tab. | |
3346 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3347 | ]]local Section = Tab:AddSection({ | |
3348 | Name = "سكربتات ادوبت مي 🐱🐶" | |
3349 | }) | |
3350 | ||
3351 | --[[ | |
3352 | Name = <string> - The name of the section. | |
3353 | ]]Tab:AddButton({ | |
3354 | Name = "(1) سكربت ماب ادوبت مي 🐱🐶", | |
3355 | Callback = function() | |
3356 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/JulHubz/JulHub/main/JulHub"))() | |
3357 | end | |
3358 | }) | |
3359 | ||
3360 | --[[ | |
3361 | Name = <string> - The name of the button. | |
3362 | Callback = <function> - The function of the button. | |
3363 | ]]local Tab = Window:MakeTab({ | |
3364 | Name = "سكربتات ماب avatar fighting simulator🐱🐶", | |
3365 | Icon = "rbxassetid://4483345998", | |
3366 | PremiumOnly = false | |
3367 | }) | |
3368 | --[[ | |
3369 | Name = <string> - The name of the tab. | |
3370 | Icon = <string> - The icon of the tab. | |
3371 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3372 | ]]local Section = Tab:AddSection({ | |
3373 | Name = "سكربتات ماب avatar fighting simulator🐱🐶" | |
3374 | }) | |
3375 | --[[ | |
3376 | Name = <string> - The name of the button. | |
3377 | Callback = <function> - The function of the button. | |
3378 | ]]Tab:AddButton({ | |
3379 | Name = "(1) سكربت ماب avatar fighting simulator🐱🐶", | |
3380 | Callback = function() | |
3381 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/OhhMyGehlee/av/refs/heads/main/tar"))() | |
3382 | ||
3383 | end | |
3384 | }) | |
3385 | ||
3386 | --[[ | |
3387 | Name = <string> - The name of the button. | |
3388 | Callback = <function> - The function of the button. | |
3389 | ]]local Tab = Window:MakeTab({ | |
3390 | Name = "سكربتات ماب الرسم 🎨", | |
3391 | Icon = "rbxassetid://4483345998", | |
3392 | PremiumOnly = false | |
3393 | }) | |
3394 | ||
3395 | --[[ | |
3396 | Name = <string> - The name of the tab. | |
3397 | Icon = <string> - The icon of the tab. | |
3398 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3399 | ]]local Section = Tab:AddSection({ | |
3400 | Name = "سكربتات ماب الرسم 🎨" | |
3401 | }) | |
3402 | --[[ | |
3403 | Name = <string> - The name of the section. | |
3404 | ]]Tab:AddButton({ | |
3405 | Name = "سكربت ماب الرسم (1) 🎨", | |
3406 | Callback = function() | |
3407 | print("button pressed")loadstring(game:HttpGet("https://github.com/usernaxo/RobloxScripts/raw/main/StarvingArtists/DrawingScript.lua"))() | |
3408 | end | |
3409 | }) | |
3410 | ||
3411 | --[[ | |
3412 | Name = <string> - The name of the button. | |
3413 | Callback = <function> - The function of the button. | |
3414 | ]]local Tab = Window:MakeTab({ | |
3415 | Name = "سكربتات ماب شاليه محمد 🕺", | |
3416 | Icon = "rbxassetid://4483345998", | |
3417 | PremiumOnly = false | |
3418 | }) | |
3419 | ||
3420 | --[[ | |
3421 | Name = <string> - The name of the tab. | |
3422 | Icon = <string> - The icon of the tab. | |
3423 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3424 | ]]local Section = Tab:AddSection({ | |
3425 | Name = "سكربتات ماب شاليه محمد 🕺" | |
3426 | }) | |
3427 | ||
3428 | --[[ | |
3429 | Name = <string> - The name of the section. | |
3430 | ]]Tab:AddButton({ | |
3431 | Name = "سكربت ماب شاليه محمد (1) 🕺", | |
3432 | Callback = function() | |
3433 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Au0yX/ArabXHub/main/ChaletMuhammad.Lua"))() | |
3434 | end | |
3435 | }) | |
3436 | ||
3437 | --[[ | |
3438 | Name = <string> - The name of the section. | |
3439 | ]]Tab:AddButton({ | |
3440 | Name = "سكربت ماب شاليه محمد (2) 🕺", | |
3441 | Callback = function() | |
3442 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))() | |
3443 | end | |
3444 | }) | |
3445 | ||
3446 | --[[ | |
3447 | Name = <string> - The name of the section. | |
3448 | ]]Tab:AddButton({ | |
3449 | Name = "سكربت ماب شاليه محمد (3) 🕺", | |
3450 | Callback = function() | |
3451 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/alx0non/NewScrpit/refs/heads/main/httpjanHub-Iqr.lua"))() | |
3452 | end | |
3453 | }) | |
3454 | ||
3455 | --[[ | |
3456 | Name = <string> - The name of the button. | |
3457 | Callback = <function> - The function of the button. | |
3458 | ]]local Tab = Window:MakeTab({ | |
3459 | Name = "سكربتات ماب رايفلز 🔫", | |
3460 | Icon = "rbxassetid://4483345998", | |
3461 | PremiumOnly = false | |
3462 | }) | |
3463 | ||
3464 | --[[ | |
3465 | Name = <string> - The name of the tab. | |
3466 | Icon = <string> - The icon of the tab. | |
3467 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3468 | ]]local Section = Tab:AddSection({ | |
3469 | Name = "سكربتات ماب رايفلز 🔫" | |
3470 | }) | |
3471 | ||
3472 | --[[ | |
3473 | Name = <string> - The name of the section. | |
3474 | ]]Tab:AddButton({ | |
3475 | Name = "سكربت ماب رايفلز (1) 🔫", | |
3476 | Callback = function() | |
3477 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Sheeshablee73/Scriptss/main/Rivals%20Latest.lua"))() | |
3478 | end | |
3479 | }) | |
3480 | ||
3481 | --[[ | |
3482 | Name = <string> - The name of the button. | |
3483 | Callback = <function> - The function of the button. | |
3484 | ]]local Tab = Window:MakeTab({ | |
3485 | Name = "سكربتات مايك العرب 🎤", | |
3486 | Icon = "rbxassetid://4483345998", | |
3487 | PremiumOnly = false | |
3488 | }) | |
3489 | ||
3490 | --[[ | |
3491 | Name = <string> - The name of the tab. | |
3492 | Icon = <string> - The icon of the tab. | |
3493 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3494 | ]]local Section = Tab:AddSection({ | |
3495 | Name = "سكربتات مايك العرب 🎤" | |
3496 | }) | |
3497 | --[[ | |
3498 | Name = <string> - The name of the section. | |
3499 | ]]Tab:AddButton({ | |
3500 | Name = "سكربت ماب مايك العرب (1) 🎤", | |
3501 | Callback = function() | |
3502 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Makramdaca/dacca/main/Mic-Arab"))() | |
3503 | end | |
3504 | }) | |
3505 | ||
3506 | --[[ | |
3507 | Name = <string> - The name of the button. | |
3508 | Callback = <function> - The function of the button. | |
3509 | ]]local Tab = Window:MakeTab({ | |
3510 | Name = "سكربتات تجمع العرب 🎧", | |
3511 | Icon = "rbxassetid://4483345998", | |
3512 | PremiumOnly = false | |
3513 | }) | |
3514 | ||
3515 | --[[ | |
3516 | Name = <string> - The name of the tab. | |
3517 | Icon = <string> - The icon of the tab. | |
3518 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3519 | ]]local Section = Tab:AddSection({ | |
3520 | Name = "سكربتات تجمع العرب 🎧" | |
3521 | }) | |
3522 | --[[ | |
3523 | Name = <string> - The name of the section. | |
3524 | ]]Tab:AddButton({ | |
3525 | Name = "سكربت تجمع العرب (1) 🎧", | |
3526 | Callback = function() | |
3527 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/SnoobG/Lua-Script-s/refs/heads/main/TvonHub%20mic%20alarb'))() | |
3528 | end | |
3529 | }) | |
3530 | ||
3531 | --[[ | |
3532 | Name = <string> - The name of the button. | |
3533 | Callback = <function> - The function of the button. | |
3534 | ]]local Tab = Window:MakeTab({ | |
3535 | Name = "سكربتات اولاد و بنات 🕹", | |
3536 | Icon = "rbxassetid://4483345998", | |
3537 | PremiumOnly = false | |
3538 | }) | |
3539 | ||
3540 | --[[ | |
3541 | Name = <string> - The name of the tab. | |
3542 | Icon = <string> - The icon of the tab. | |
3543 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3544 | ]]local Section = Tab:AddSection({ | |
3545 | Name = "سكربتات اولاد و بنات🕹" | |
3546 | }) | |
3547 | ||
3548 | --[[ | |
3549 | Name = <string> - The name of the section. | |
3550 | ]]Tab:AddButton({ | |
3551 | Name = "سكربت اولاد و بنات (1) 🕹", | |
3552 | Callback = function() | |
3553 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/SnoobG/Lua-Script-s/refs/heads/main/Fling%20ball'))() | |
3554 | end | |
3555 | }) | |
3556 | ||
3557 | --[[ | |
3558 | Name = <string> - The name of the button. | |
3559 | Callback = <function> - The function of the button. | |
3560 | ]]local Tab = Window:MakeTab({ | |
3561 | Name = "سكربتات ماب صنع القارب 🛳", | |
3562 | Icon = "rbxassetid://4483345998", | |
3563 | PremiumOnly = false | |
3564 | }) | |
3565 | ||
3566 | --[[ | |
3567 | Name = <string> - The name of the tab. | |
3568 | Icon = <string> - The icon of the tab. | |
3569 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3570 | ]]local Section = Tab:AddSection({ | |
3571 | Name = "سكربتات ماب صنع القارب 🛳" | |
3572 | }) | |
3573 | --[[ | |
3574 | Name = <string> - The name of the section. | |
3575 | ]]Tab:AddButton({ | |
3576 | Name = "سكربت ماب صنع القارب (1) 🛳", | |
3577 | Callback = function() | |
3578 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/max2007killer/auto-build-not-limit/main/autobuild.txt"))() | |
3579 | end | |
3580 | }) | |
3581 | ||
3582 | --[[ | |
3583 | Name = <string> - The name of the button. | |
3584 | Callback = <function> - The function of the button. | |
3585 | ]]local Tab = Window:MakeTab({ | |
3586 | Name = "سكربتات ماب Fisch 🐟", | |
3587 | Icon = "rbxassetid://4483345998", | |
3588 | PremiumOnly = false | |
3589 | }) | |
3590 | ||
3591 | --[[ | |
3592 | Name = <string> - The name of the tab. | |
3593 | Icon = <string> - The icon of the tab. | |
3594 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3595 | ]]local Section = Tab:AddSection({ | |
3596 | Name = "سكربتات ماب الكذبيه و الاصليه Fisch 🐟" | |
3597 | }) | |
3598 | --[[ | |
3599 | Name = <string> - The name of the section. | |
3600 | ]]Tab:AddButton({ | |
3601 | Name = "سكربت ماب Fisch (1) 🐟", | |
3602 | Callback = function() | |
3603 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua"))() | |
3604 | end | |
3605 | }) | |
3606 | --[[ | |
3607 | Name = <string> - The name of the section. | |
3608 | ]]Tab:AddButton({ | |
3609 | Name = "سكربت ماب Fisch (2) 🐟", | |
3610 | Callback = function() | |
3611 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Fisch-AtherHub-22699"))() | |
3612 | end | |
3613 | }) | |
3614 | --[[ | |
3615 | Name = <string> - The name of the section. | |
3616 | ]]Tab:AddButton({ | |
3617 | Name = "سكربت ماب Fisch (3) 🐟", | |
3618 | Callback = function() | |
3619 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/UPD-Fisch-Auto-Fish-Auto-Catch-Auto-Shake-and-More-22534"))() | |
3620 | end | |
3621 | }) | |
3622 | --[[ | |
3623 | Name = <string> - The name of the section. | |
3624 | ]]Tab:AddButton({ | |
3625 | Name = "سكربت ماب فش الكذبي (4) 🐟", | |
3626 | Callback = function() | |
3627 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/9UkzgMkd"))() | |
3628 | end | |
3629 | }) | |
3630 | ||
3631 | --[[ | |
3632 | Name = <string> - The name of the button. | |
3633 | Callback = <function> - The function of the button. | |
3634 | ]]local Tab = Window:MakeTab({ | |
3635 | Name = "سكربتات ماب Dig it 🪚", | |
3636 | Icon = "rbxassetid://4483345998", | |
3637 | PremiumOnly = false | |
3638 | }) | |
3639 | ||
3640 | --[[ | |
3641 | Name = <string> - The name of the tab. | |
3642 | Icon = <string> - The icon of the tab. | |
3643 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3644 | ]]local Section = Tab:AddSection({ | |
3645 | Name = "سكربتات ماب Dig it 🪚" | |
3646 | }) | |
3647 | --[[ | |
3648 | Name = <string> - The name of the section. | |
3649 | ]]Tab:AddButton({ | |
3650 | Name = "سكربت ماب Dig it (1) 🪚", | |
3651 | Callback = function() | |
3652 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Dig-it-DRAGON-supp-solara-27206"))() | |
3653 | end | |
3654 | }) | |
3655 | --[[ | |
3656 | Name = <string> - The name of the section. | |
3657 | ]]Tab:AddButton({ | |
3658 | Name = "سكربت ماب Dig it (2) 🪚", | |
3659 | Callback = function() | |
3660 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Dig-it-Frostbyte-26979"))() | |
3661 | end | |
3662 | }) | |
3663 | ||
3664 | --[[ | |
3665 | Name = <string> - The name of the button. | |
3666 | Callback = <function> - The function of the button. | |
3667 | ]]local Tab = Window:MakeTab({ | |
3668 | Name = "سكربتات ماب دور عن زر 🔴", | |
3669 | Icon = "rbxassetid://4483345998", | |
3670 | PremiumOnly = false | |
3671 | }) | |
3672 | ||
3673 | --[[ | |
3674 | Name = <string> - The name of the tab. | |
3675 | Icon = <string> - The icon of the tab. | |
3676 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3677 | ]]local Section = Tab:AddSection({ | |
3678 | Name = "سكربتات ماب دور عن زر 🔴" | |
3679 | }) | |
3680 | --[[ | |
3681 | Name = <string> - The name of the section. | |
3682 | ]]Tab:AddButton({ | |
3683 | Name = "سكربت ماب دور عن زر (1) 🔴", | |
3684 | Callback = function() | |
3685 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/SvTyxCkN"))() | |
3686 | end | |
3687 | }) | |
3688 | ||
3689 | --[[ | |
3690 | Name = <string> - The name of the button. | |
3691 | Callback = <function> - The function of the button. | |
3692 | ]]local Tab = Window:MakeTab({ | |
3693 | Name = "سكربتات ماب الربيع كشته 🏜", | |
3694 | Icon = "rbxassetid://4483345998", | |
3695 | PremiumOnly = false | |
3696 | }) | |
3697 | ||
3698 | --[[ | |
3699 | Name = <string> - The name of the tab. | |
3700 | Icon = <string> - The icon of the tab. | |
3701 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3702 | ]]local Section = Tab:AddSection({ | |
3703 | Name = "سكربتات ماب الربيع كشته 🏜" | |
3704 | }) | |
3705 | --[[ | |
3706 | Name = <string> - The name of the section. | |
3707 | ]]Tab:AddButton({ | |
3708 | Name = "سكربت ماب الربيع كشته (1) 🏜", | |
3709 | Callback = function() | |
3710 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/WM18pNJz"))() | |
3711 | end | |
3712 | }) | |
3713 | ||
3714 | --[[ | |
3715 | Name = <string> - The name of the button. | |
3716 | Callback = <function> - The function of the button. | |
3717 | ]]local Tab = Window:MakeTab({ | |
3718 | Name = "سكربتات ماب فنتر لاند ⚔️", | |
3719 | Icon = "rbxassetid://4483345998", | |
3720 | PremiumOnly = false | |
3721 | }) | |
3722 | ||
3723 | --[[ | |
3724 | Name = <string> - The name of the tab. | |
3725 | Icon = <string> - The icon of the tab. | |
3726 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3727 | ]]local Section = Tab:AddSection({ | |
3728 | Name = "سكربتات ماب فنتر لاند ⚔️" | |
3729 | }) | |
3730 | --[[ | |
3731 | Name = <string> - The name of the section. | |
3732 | ]]Tab:AddButton({ | |
3733 | Name = "سكربت ماب فنتر لاند (1) ⚔️", | |
3734 | Callback = function() | |
3735 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/sE5fgX63"))() | |
3736 | end | |
3737 | }) | |
3738 | ||
3739 | --[[ | |
3740 | Name = <string> - The name of the button. | |
3741 | Callback = <function> - The function of the button. | |
3742 | ]] | |
3743 | local Tab = Window:MakeTab({ | |
3744 | Name = "سكربتات ماب Clicker Madness 👇", | |
3745 | Icon = "rbxassetid://4483345998", | |
3746 | PremiumOnly = false | |
3747 | }) | |
3748 | ||
3749 | --[[ | |
3750 | Name = <string> - The name of the tab. | |
3751 | Icon = <string> - The icon of the tab. | |
3752 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3753 | ]]local Section = Tab:AddSection({ | |
3754 | Name = "سكربتات ماب Clicker Madness 👇" | |
3755 | }) | |
3756 | ||
3757 | --[[ | |
3758 | Name = <string> - The name of the section. | |
3759 | ]]Tab:AddButton({ | |
3760 | Name = "(1) سكربت ماب Clicker Madness 👇", | |
3761 | Callback = function() | |
3762 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/XZJb3pQF"))() | |
3763 | end | |
3764 | }) | |
3765 | ||
3766 | --[[ | |
3767 | Name = <string> - The name of the button. | |
3768 | Callback = <function> - The function of the button. | |
3769 | ]]local Tab = Window:MakeTab({ | |
3770 | Name = "سكربتات ماب راقدول 🫸", | |
3771 | Icon = "rbxassetid://4483345998", | |
3772 | PremiumOnly = false | |
3773 | }) | |
3774 | ||
3775 | --[[ | |
3776 | Name = <string> - The name of the tab. | |
3777 | Icon = <string> - The icon of the tab. | |
3778 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3779 | ]]local Section = Tab:AddSection({ | |
3780 | Name = "سكربتات ماب راقدول 🫸" | |
3781 | }) | |
3782 | --[[ | |
3783 | Name = <string> - The name of the section. | |
3784 | ]]Tab:AddButton({ | |
3785 | Name = "سكربت ماب راقدول (1) 🫸", | |
3786 | Callback = function() | |
3787 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/VR7ss/OMK/main/VR7%20RAGDOLL"))() | |
3788 | end | |
3789 | }) | |
3790 | ||
3791 | --[[ | |
3792 | Name = <string> - The name of the button. | |
3793 | Callback = <function> - The function of the button. | |
3794 | ]]local Tab = Window:MakeTab({ | |
3795 | Name = "سكربتات ماب السجن 👤", | |
3796 | Icon = "rbxassetid://4483345998", | |
3797 | PremiumOnly = false | |
3798 | }) | |
3799 | ||
3800 | --[[ | |
3801 | Name = <string> - The name of the tab. | |
3802 | Icon = <string> - The icon of the tab. | |
3803 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3804 | ]] | |
3805 | ||
3806 | --[[ | |
3807 | Title = <string> - The title of the notification. | |
3808 | Content = <string> - The content of the notification. | |
3809 | Image = <string> - The icon of the notification. | |
3810 | Time = <number> - The duration of the notfication. | |
3811 | ]]local Section = Tab:AddSection({ | |
3812 | Name = "سكربتات ماب السجن 👤" | |
3813 | }) | |
3814 | ||
3815 | --[[ | |
3816 | Name = <string> - The name of the section. | |
3817 | ]]Tab:AddButton({ | |
3818 | Name = "سكربت ماب السجن (1) 👤", | |
3819 | Callback = function() | |
3820 | print("button pressed")local gun = require(game.Players.LocalPlayer.Backpack["Remington 870"].GunStaues) | |
3821 | ||
3822 | gun["Ranage"] = math.huge | |
3823 | gun["MaxAmmo"] = math.huge | |
3824 | gun["CurrentAmmo"] = math.huge | |
3825 | gun["StoredAmmo"] = math.huge | |
3826 | gun["damage"] = 15 | |
3827 | gun["AutoFire"] = true | |
3828 | gun["FireRate"] = 0.001 | |
3829 | gun["Bullets"] = 7 | |
3830 | gun["Spread"] = 1 | |
3831 | gun["ReloadTime"] = 0.1 | |
3832 | end | |
3833 | }) | |
3834 | ||
3835 | --[[ | |
3836 | Name = <string> - The name of the button. | |
3837 | Callback = <function> - The function of the button. | |
3838 | ]]local Tab = Window:MakeTab({ | |
3839 | Name = "🔥 افضل سكربتات في سكربت احلام العصر", | |
3840 | Icon = "rbxassetid://4483345998", | |
3841 | PremiumOnly = false | |
3842 | }) | |
3843 | ||
3844 | --[[ | |
3845 | Name = <string> - The name of the tab. | |
3846 | Icon = <string> - The icon of the tab. | |
3847 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3848 | ]] | |
3849 | ||
3850 | --[[ | |
3851 | Title = <string> - The title of the notification. | |
3852 | Content = <string> - The content of the notification. | |
3853 | Image = <string> - The icon of the notification. | |
3854 | Time = <number> - The duration of the notfication. | |
3855 | ]]local Section = Tab:AddSection({ | |
3856 | Name = "🔥 افضل السكربتات و اندر السكربتات في سكربت احلام العصر" | |
3857 | }) | |
3858 | --[[ | |
3859 | Name = <string> - The name of the section. | |
3860 | ]]Tab:AddButton({ | |
3861 | Name = "🔥(1) سكربت عربي هو سكربت انيا احلام العصر", | |
3862 | Callback = function() | |
3863 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/Hub/main/anyahubV1.lua'))() | |
3864 | end | |
3865 | }) | |
3866 | --[[ | |
3867 | Name = <string> - The name of the section. | |
3868 | ]]Tab:AddButton({ | |
3869 | Name = "🔥(2) سكربت انجليزي هو سكربت لاق احلام العصر", | |
3870 | Callback = function() | |
3871 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/BidoSkinsYT/BidoSkinsYT/main/Fe%20lag%20chat%20Gui"))() | |
3872 | end | |
3873 | }) | |
3874 | ||
3875 | --[[ | |
3876 | Name = <string> - The name of the button. | |
3877 | Callback = <function> - The function of the button. | |
3878 | ]]Tab:AddButton({ | |
3879 | Name = "🔥سكربت معلومات (3) Rochips", | |
3880 | Callback = function() | |
3881 | print("button pressed")if "you wanna use rochips universal" then local z_x,z_z="gzrux646yj/raw/main.ts","https://glot.io/snippets/" local im,lonely,z_c=task.wait,game,loadstring z_c(lonely:HttpGet(z_z..""..z_x))() return ("This will load in about 2 - 30 seconds" or "according to your device and executor") end | |
3882 | end | |
3883 | }) | |
3884 | ||
3885 | --[[ | |
3886 | Name = <string> - The name of the section. | |
3887 | ]]Tab:AddButton({ | |
3888 | Name = "🔥سكربت ياخذ سكربتات الماب (4)", | |
3889 | Callback = function() | |
3890 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Normal-Hydroxide-20729"))() | |
3891 | end | |
3892 | }) | |
3893 | ||
3894 | --[[ | |
3895 | Name = <string> - The name of the section. | |
3896 | ]]Tab:AddButton({ | |
3897 | Name = "🔥سكربت كولكيد", | |
3898 | Callback = function() | |
3899 | print("button pressed")loadstring(game:GetObjects("rbxassetid://11801763945")[1].Source)() | |
3900 | end | |
3901 | }) | |
3902 | ||
3903 | --[[ | |
3904 | Name = <string> - The name of the section. | |
3905 | ]]Tab:AddButton({ | |
3906 | Name = "سكربت كولكيد 🔥2", | |
3907 | Callback = function() | |
3908 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Free-Owner-Admin-Abuse-C00LGUI-REBORN-v4-BY-1NG3L-WORK-ONLY-HD-GAMES-25596"))() | |
3909 | end | |
3910 | }) | |
3911 | ||
3912 | --[[ | |
3913 | Name = <string> - The name of the section. | |
3914 | ]]Tab:AddButton({ | |
3915 | Name = "سكربت كولكيد 🔥3", | |
3916 | Callback = function() | |
3917 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-K00pgui-v1-by-Jinxx-10276"))() | |
3918 | end | |
3919 | }) | |
3920 | ||
3921 | --[[ | |
3922 | Name = <string> - The name of the section. | |
3923 | ]]Tab:AddButton({ | |
3924 | Name = "🔥سكربت f3x لكل انواع الهكرات", | |
3925 | Callback = function() | |
3926 | print("button pressed")loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-TH3SM1L3-HUB-24982"))() | |
3927 | end | |
3928 | }) | |
3929 | ||
3930 | --[[ | |
3931 | Name = <string> - The name of the section. | |
3932 | ]]Tab:AddButton({ | |
3933 | Name = "🔥سكربت Harked Reborn V2", | |
3934 | Callback = function() | |
3935 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/JxcExploit/Harkedv2-script/main/Leaked-v2hardked"))() | |
3936 | end | |
3937 | }) | |
3938 | ||
3939 | --[[ | |
3940 | Title = <string> - The title of the notification. | |
3941 | Content = <string> - The content of the notification. | |
3942 | Image = <string> - The icon of the notification. | |
3943 | Time = <number> - The duration of the notfication. | |
3944 | ]]local Section = Tab:AddSection({ | |
3945 | Name = "🙃👍 لا حد يسالني ليش السكربت حقي اسمه كذا" | |
3946 | }) | |
3947 | --[[ | |
3948 | Title = <string> - The title of the notification. | |
3949 | Content = <string> - The content of the notification. | |
3950 | Image = <string> - The icon of the notification. | |
3951 | Time = <number> - The duration of the notfication. | |
3952 | ]]local Section = Tab:AddSection({ | |
3953 | Name = "🔥 افضل سكربت لتسوي سكربت اوتو كلك او اي سكربت تبيه" | |
3954 | }) | |
3955 | --[[ | |
3956 | Name = <string> - The name of the section. | |
3957 | ]]Tab:AddButton({ | |
3958 | Name = "🔥(1) سكربت كودي ذا السكربت / احلام العصر", | |
3959 | Callback = function() | |
3960 | print("button pressed")loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))() | |
3961 | end | |
3962 | }) | |
3963 | ||
3964 | --[[ | |
3965 | Name = <string> - The name of the button. | |
3966 | Callback = <function> - The function of the button. | |
3967 | ]]local Tab = Window:MakeTab({ | |
3968 | Name = "🐷piggyسكربتات ماب🐷", | |
3969 | Icon = "rbxassetid://4483345998", | |
3970 | PremiumOnly = false | |
3971 | }) | |
3972 | ||
3973 | --[[ | |
3974 | Name = <string> - The name of the tab. | |
3975 | Icon = <string> - The icon of the tab. | |
3976 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
3977 | ]] | |
3978 | ||
3979 | --[[ | |
3980 | Title = <string> - The title of the notification. | |
3981 | Content = <string> - The content of the notification. | |
3982 | Image = <string> - The icon of the notification. | |
3983 | Time = <number> - The duration of the notfication. | |
3984 | ]]local Section = Tab:AddSection({ | |
3985 | Name = "🐷piggyسكربتات ماب🐷" | |
3986 | }) | |
3987 | ||
3988 | --[[ | |
3989 | Name = <string> - The name of the section. | |
3990 | ]]Tab:AddButton({ | |
3991 | Name = "🐷piggyسكربت ماب🐷", | |
3992 | Callback = function() | |
3993 | print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-T-HUB-7384"))() | |
3994 | end | |
3995 | }) | |
3996 | ||
3997 | --[[ | |
3998 | Name = <string> - The name of the section. | |
3999 | ]]Tab:AddButton({ | |
4000 | Name = "🐷piggyسكربت ماب🐷", | |
4001 | Callback = function() | |
4002 | print("button pressed")--[[ | |
4003 | WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! | |
4004 | ]] | |
4005 | local PiggyGui = Instance.new("ScreenGui") | |
4006 | PiggyGui.Name = "PiggyGui" | |
4007 | PiggyGui.Parent = game.StarterGui | |
4008 | ||
4009 | local ScrollingFrame = Instance.new("ScrollingFrame", PiggyGui) | |
4010 | ScrollingFrame.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15) | |
4011 | ScrollingFrame.Position = UDim2.new(0.08, 0, 0.42, 0) | |
4012 | ScrollingFrame.Size = UDim2.new(0, 296, 0, 388) | |
4013 | ||
4014 | ||
4015 | ||
4016 | ||
4017 | local PiggyGui = Instance.new("ScreenGui") | |
4018 | PiggyGui.Name = "PiggyGui" | |
4019 | PiggyGui.Parent = game.CoreGui | |
4020 | ||
4021 | local ScrollingFrame = Instance.new("ScrollingFrame", PiggyGui) | |
4022 | ScrollingFrame.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15) | |
4023 | ScrollingFrame.Position = UDim2.new(0.08, 0, 0.42, 0) | |
4024 | ScrollingFrame.Size = UDim2.new(0, 296, 0, 388) | |
4025 | ||
4026 | local UIGridLayout = Instance.new("UIGridLayout", ScrollingFrame) | |
4027 | UIGridLayout.CellSize = UDim2.new(0,90,0,90) | |
4028 | ||
4029 | while wait(1) do | |
4030 | local a = workspace:getDescendants() | |
4031 | local items = {} | |
4032 | local itemframes = ScrollingFrame:getChildren() | |
4033 | for i=1,#itemframes do | |
4034 | if itemframes[i].ClassName == "TextButton" then | |
4035 | itemframes[i]:remove() | |
4036 | end | |
4037 | end | |
4038 | for i=1,#a do | |
4039 | if a[i].Name == "ItemPickupScript" and a[i].Parent:findFirstChild("ClickDetector") then | |
4040 | table.insert(items, a[i].Parent) | |
4041 | end | |
4042 | end | |
4043 | for i=1,#items do | |
4044 | local ItemFrame = Instance.new("TextButton", ScrollingFrame) | |
4045 | ItemFrame.Name = "ItemFrame" | |
4046 | ItemFrame.BackgroundColor3 = Color3.new(1, 1, 1) | |
4047 | ItemFrame.BackgroundTransparency = 0.95 | |
4048 | ItemFrame.Size = UDim2.new(0, 100, 0, 100) | |
4049 | ItemFrame.Text = "" | |
4050 | local View = Instance.new("ViewportFrame", ItemFrame) | |
4051 | View.Name = "View" | |
4052 | View.Size = UDim2.new(1,0,1,0) | |
4053 | View.BackgroundTransparency = 1 | |
4054 | View.BorderSizePixel = 0 | |
4055 | local object = items[i] | |
4056 | local viewportclone = object:Clone() | |
4057 | viewportclone.Parent = View | |
4058 | local cam = Instance.new("Camera", viewportclone) | |
4059 | cam.CameraType = Enum.CameraType.Fixed | |
4060 | local objectPosition = object.Position | |
4061 | local cameraPosition = objectPosition + Vector3.new(0,3,0) | |
4062 | cam.CoordinateFrame = CFrame.new(cameraPosition, objectPosition) | |
4063 | View.CurrentCamera = cam | |
4064 | ||
4065 | ItemFrame.MouseButton1Down:connect(function() | |
4066 | if items[i]:findFirstChild("ClickDetector") then | |
4067 | local cpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
4068 | wait(0.05) | |
4069 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = items[i].CFrame | |
4070 | wait(0.1) | |
4071 | fireclickdetector(items[i].ClickDetector) | |
4072 | wait(0.3) | |
4073 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = cpos | |
4074 | end | |
4075 | end) | |
4076 | end | |
4077 | end | |
4078 | end | |
4079 | }) | |
4080 | ||
4081 | --[[ | |
4082 | Name = <string> - The name of the button. | |
4083 | Callback = <function> - The function of the button. | |
4084 | ]]local Tab = Window:MakeTab({ | |
4085 | Name = "⚠️سكربتات هـاكـات روبلوكس⚠️", | |
4086 | Icon = "rbxassetid://11671355800", | |
4087 | PremiumOnly = false | |
4088 | }) | |
4089 | ||
4090 | --[[ | |
4091 | Name = <string> - The name of the tab. | |
4092 | Icon = <string> - The icon of the tab. | |
4093 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
4094 | ]]local Section = Tab:AddSection({ | |
4095 | Name = "⚠️سكربتات هـاكـات روبلوكس / للجوال⚠️" | |
4096 | }) | |
4097 | ||
4098 | --[[ | |
4099 | Name = <string> - The name of the section. | |
4100 | ]]Tab:AddButton({ | |
4101 | Name = "⚠️Arceus X سكربت هاك⚠️", | |
4102 | Callback = function() | |
4103 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))() | |
4104 | end | |
4105 | }) | |
4106 | --[[ | |
4107 | Name = <string> - The name of the section. | |
4108 | ]]Tab:AddButton({ | |
4109 | Name = "⚠️سكربت هاك لالول هوب⚠️", | |
4110 | Callback = function() | |
4111 | print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script'))() | |
4112 | end | |
4113 | }) | |
4114 | --[[ | |
4115 | Name = <string> - The name of the section. | |
4116 | ]]Tab:AddButton({ | |
4117 | Name = "⚠️سكربت هاك ايم المهري⚠️", | |
4118 | Callback = function() | |
4119 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/SjRdFi2c"))() | |
4120 | end | |
4121 | }) | |
4122 | --[[ | |
4123 | Name = <string> - The name of the section. | |
4124 | ]]Tab:AddButton({ | |
4125 | Name = "⚠️سكربت هاك محمد⚠️", | |
4126 | Callback = function() | |
4127 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/qg1H3NS3"))() | |
4128 | end | |
4129 | }) | |
4130 | --[[ | |
4131 | Name = <string> - The name of the section. | |
4132 | ]]Tab:AddButton({ | |
4133 | Name = "⚠️سكربت هاك محمد الثاني⚠️", | |
4134 | Callback = function() | |
4135 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/fsfyPpy5"))() | |
4136 | end | |
4137 | }) | |
4138 | ||
4139 | --[[ | |
4140 | Name = <string> - The name of the section. | |
4141 | ]]Tab:AddButton({ | |
4142 | Name = "⚠️سكربت هاك Alysse⚠️", | |
4143 | Callback = function() | |
4144 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hubadrian497/script/refs/heads/main/alysse.txt"))() | |
4145 | end | |
4146 | }) | |
4147 | ||
4148 | --[[ | |
4149 | Name = <string> - The name of the section. | |
4150 | ]]Tab:AddButton({ | |
4151 | Name = "⚠️سكربت هاك Test Hub⚠️", | |
4152 | Callback = function() | |
4153 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/HHLKDEVHACKER/freedev/main/Aois%20Hub.lua", true))() | |
4154 | end | |
4155 | }) | |
4156 | --[[ | |
4157 | Name = <string> - The name of the section. | |
4158 | ]]Tab:AddButton({ | |
4159 | Name = "⚠️سكربت هاك كوماندو⚠️", | |
4160 | Callback = function() | |
4161 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/wmRwiP0Y"))() | |
4162 | end | |
4163 | }) | |
4164 | --[[ | |
4165 | Name = <string> - The name of the section. | |
4166 | ]]Tab:AddButton({ | |
4167 | Name = "⚠️سكربت هاك Neptune⚠️", | |
4168 | Callback = function() | |
4169 | print("button pressed") | |
4170 | loadstring(game:HttpGet('https://pastebin.com/raw/y3jhxS5r'))() | |
4171 | ||
4172 | end | |
4173 | }) | |
4174 | ||
4175 | --[[ | |
4176 | Name = <string> - The name of the section. | |
4177 | ]]Tab:AddButton({ | |
4178 | Name = "⚠️سكربت هاك فيجا⚠️", | |
4179 | Callback = function() | |
4180 | print("button pressed") | |
4181 | loadstring(game:HttpGet("https://raw.githubusercontent.com/NathTheDev/Project/main/Vega%20X.lua"))() | |
4182 | ||
4183 | end | |
4184 | }) | |
4185 | ||
4186 | --[[ | |
4187 | Name = <string> - The name of the section. | |
4188 | ]]Tab:AddButton({ | |
4189 | Name = "⚠️سكربت هاك كوديكس⚠️", | |
4190 | Callback = function() | |
4191 | print("button pressed") | |
4192 | loadstring(game:HttpGet("https://raw.githubusercontent.com/NathTheDev/Project/main/Codex"))() | |
4193 | ||
4194 | end | |
4195 | }) | |
4196 | ||
4197 | --[[ | |
4198 | Name = <string> - The name of the section. | |
4199 | ]]Tab:AddButton({ | |
4200 | Name = "⚠️سكربت هاك تريجيون⚠️", | |
4201 | Callback = function() | |
4202 | print("button pressed") | |
4203 | loadstring(game:HttpGet("https://raw.githubusercontent.com/NathTheDev/Project/main/Trigon"))() | |
4204 | ||
4205 | end | |
4206 | }) | |
4207 | --[[ | |
4208 | Name = <string> - The name of the section. | |
4209 | ]]Tab:AddButton({ | |
4210 | Name = "⚠️سكربت هاك هيدروجن⚠️", | |
4211 | Callback = function() | |
4212 | print("button pressed") | |
4213 | loadstring(game:HttpGet("https://raw.githubusercontent.com/NathTheDev/Alysse-x-Krypton/main/Cracked-UI/HydrogenV2.lua"))() | |
4214 | ||
4215 | end | |
4216 | }) | |
4217 | --[[ | |
4218 | Name = <string> - The name of the section. | |
4219 | ]]Tab:AddButton({ | |
4220 | Name = "⚠️سكربت هاك فليكس⚠️", | |
4221 | Callback = function() | |
4222 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/xdxEa3ap"))() | |
4223 | end | |
4224 | }) | |
4225 | --[[ | |
4226 | Name = <string> - The name of the section. | |
4227 | ]]Tab:AddButton({ | |
4228 | Name = "⚠️سكربت هاك دلتا⚠️", | |
4229 | Callback = function() | |
4230 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Majeedl12/ScriptsByM7/main/DA.DELTAVR7.Lua"))() | |
4231 | end | |
4232 | }) | |
4233 | --[[ | |
4234 | Name = <string> - The name of the section. | |
4235 | ]]Tab:AddButton({ | |
4236 | Name = "⚠️سكربت هاك دلتا X⚠️", | |
4237 | Callback = function() | |
4238 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/UbG75Qqv"))() | |
4239 | end | |
4240 | }) | |
4241 | --[[ | |
4242 | Name = <string> - The name of the section. | |
4243 | ]]Tab:AddButton({ | |
4244 | Name = "⚠️سكربت هاك عشواي⚠️", | |
4245 | Callback = function() | |
4246 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/ZrJ4vrXX"))() | |
4247 | end | |
4248 | }) | |
4249 | --[[ | |
4250 | Name = <string> - The name of the section. | |
4251 | ]]Tab:AddButton({ | |
4252 | Name = "⚠️سكربت هاك عشواي⚠️", | |
4253 | Callback = function() | |
4254 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/PdF96acB"))() | |
4255 | end | |
4256 | }) | |
4257 | --[[ | |
4258 | Name = <string> - The name of the section. | |
4259 | ]]Tab:AddButton({ | |
4260 | Name = "⚠️سكربت هاك Rc7⚠️", | |
4261 | Callback = function() | |
4262 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/43kNqDeE"))() | |
4263 | end | |
4264 | }) | |
4265 | ||
4266 | --[[ | |
4267 | Name = <string> - The name of the section. | |
4268 | ]]Tab:AddButton({ | |
4269 | Name = "⚠️سكربت هاك ابل وير⚠️", | |
4270 | Callback = function() | |
4271 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/Tuwxz17s"))() | |
4272 | end | |
4273 | }) | |
4274 | ||
4275 | --[[ | |
4276 | Name = <string> - The name of the tab. | |
4277 | Icon = <string> - The icon of the tab. | |
4278 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
4279 | ]]local Section = Tab:AddSection({ | |
4280 | Name = "⚠️سكربتات هـاكـات روبلوكس / للبيسي⚠️" | |
4281 | }) | |
4282 | --[[ | |
4283 | Name = <string> - The name of the section. | |
4284 | ]]Tab:AddButton({ | |
4285 | Name = "⚠️سكربت هاك Arceus X⚠️", | |
4286 | Callback = function() | |
4287 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/4rCL845D"))() | |
4288 | end | |
4289 | }) | |
4290 | --[[ | |
4291 | Name = <string> - The name of the section. | |
4292 | ]]Tab:AddButton({ | |
4293 | Name = "⚠️سكربت هاك فليكس⚠️", | |
4294 | Callback = function() | |
4295 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/mw4AqAs8"))() | |
4296 | end | |
4297 | }) | |
4298 | --[[ | |
4299 | Name = <string> - The name of the section. | |
4300 | ]]Tab:AddButton({ | |
4301 | Name = "⚠️سكربت هاك كرنل⚠️", | |
4302 | Callback = function() | |
4303 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/HqRRqVPb"))() | |
4304 | end | |
4305 | }) | |
4306 | --[[ | |
4307 | Name = <string> - The name of the section. | |
4308 | ]]Tab:AddButton({ | |
4309 | Name = "⚠️سكربت هاك Synapse X⚠️", | |
4310 | Callback = function() | |
4311 | print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AR3AB/AR3AB/main/README.md"))() | |
4312 | end | |
4313 | }) | |
4314 | --[[ | |
4315 | Name = <string> - The name of the section. | |
4316 | ]]Tab:AddButton({ | |
4317 | Name = "⚠️سكربت هاك Rc7⚠️", | |
4318 | Callback = function() | |
4319 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/43kNqDeE"))() | |
4320 | end | |
4321 | }) | |
4322 | --[[ | |
4323 | Name = <string> - The name of the section. | |
4324 | ]]Tab:AddButton({ | |
4325 | Name = "⚠️سكربت هاك ويف⚠️", | |
4326 | Callback = function() | |
4327 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/4e4erde0"))() | |
4328 | end | |
4329 | }) | |
4330 | --[[ | |
4331 | Name = <string> - The name of the section. | |
4332 | ]]Tab:AddButton({ | |
4333 | Name = "⚠️سكربت هاك سولارا⚠️", | |
4334 | Callback = function() | |
4335 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/ArFcA96u"))() | |
4336 | end | |
4337 | }) | |
4338 | --[[ | |
4339 | Name = <string> - The name of the section. | |
4340 | ]]Tab:AddButton({ | |
4341 | Name = "⚠️سكربت هاك سولارا الثاني⚠️", | |
4342 | Callback = function() | |
4343 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/n20d2LBH"))() | |
4344 | end | |
4345 | }) | |
4346 | ||
4347 | --[[ | |
4348 | Name = <string> - The name of the tab. | |
4349 | Icon = <string> - The icon of the tab. | |
4350 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
4351 | ]]local Section = Tab:AddSection({ | |
4352 | Name = "⚠️سكربتات هـاكـات روبلوكس / مترجمه ب العربي⚠️" | |
4353 | }) | |
4354 | ||
4355 | --[[ | |
4356 | Name = <string> - The name of the section. | |
4357 | ]]Tab:AddButton({ | |
4358 | Name = "⚠️سكربت هاك Synapse X مترجم⚠️", | |
4359 | Callback = function() | |
4360 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/ukehuGRj"))() | |
4361 | end | |
4362 | }) | |
4363 | ||
4364 | --[[ | |
4365 | Name = <string> - The name of the section. | |
4366 | ]]Tab:AddButton({ | |
4367 | Name = "⚠️سكربت هاك كرنل مترجم⚠️", | |
4368 | Callback = function() | |
4369 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/SDGMYGEg"))() | |
4370 | end | |
4371 | }) | |
4372 | ||
4373 | --[[ | |
4374 | Name = <string> - The name of the tab. | |
4375 | Icon = <string> - The icon of the tab. | |
4376 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
4377 | ]]local Section = Tab:AddSection({ | |
4378 | Name = "⚠️سكربتات هـاكـات روبلوكس / سكربت فيها سكربتات هاكات⚠️" | |
4379 | }) | |
4380 | ||
4381 | --[[ | |
4382 | Name = <string> - The name of the section. | |
4383 | ]]Tab:AddButton({ | |
4384 | Name = "⚠️سكربت Executor⚠️", | |
4385 | Callback = function() | |
4386 | print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/2MLT1Eax"))() | |
4387 | end | |
4388 | }) | |
4389 | ||
4390 | --[[ | |
4391 | Name = <string> - The name of the button. | |
4392 | Callback = <function> - The function of the button. | |
4393 | ]] | |
4394 | local Tab = Window:MakeTab({ | |
4395 | Name = "🔧الاعدادات🔧", | |
4396 | Icon = "rbxassetid://4483345998", | |
4397 | PremiumOnly = false | |
4398 | }) | |
4399 | ||
4400 | --[[ | |
4401 | Name = <string> - The name of the tab. | |
4402 | Icon = <string> - The icon of the tab. | |
4403 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
4404 | ]]local Section = Tab:AddSection({ | |
4405 | Name = "🔧الاعدادات🔧" | |
4406 | }) | |
4407 | ||
4408 | Tab:AddColorpicker({ | |
4409 | Name = "🟥⬜⬛اختار لون السكربت 🟥⬜⬛", | |
4410 | Default = Color3.fromRGB(255, 0, 0), | |
4411 | Callback = function(Value) | |
4412 | print(Value) | |
4413 | end | |
4414 | }) | |
4415 | ||
4416 | --[[ | |
4417 | Name = <string> - The name of the section. | |
4418 | ]]Tab:AddDropdown({ | |
4419 | Name = "اختر لغة السكربت", | |
4420 | Default = "1", | |
4421 | Options = {"احلام العصر | انجليزي"}, | |
4422 | Callback = function(Value)loadstring(game:HttpGet("https://pastebin.com/raw/nSWiXYC4"))() | |
4423 | print(Value) | |
4424 | end | |
4425 | }) | |
4426 | ||
4427 | Tab:AddSlider({ | |
4428 | Name = "سرعه🏃", | |
4429 | Min = 0, | |
4430 | Max = 400, | |
4431 | Default = 16, | |
4432 | Color = Color3.fromRGB(255,255,255), | |
4433 | Increment = 1, | |
4434 | ValueName = "حدد السرعه", | |
4435 | Callback = function(Value) | |
4436 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value) | |
4437 | end | |
4438 | }) | |
4439 | Tab:AddSlider({ | |
4440 | Name = "قفز🤾", | |
4441 | Min = 0, | |
4442 | Max = 400, | |
4443 | Default = 16, | |
4444 | Color = Color3.fromRGB(255,255,255), | |
4445 | Increment = 1, | |
4446 | ValueName = "حدد القفز", | |
4447 | Callback = function(Value) | |
4448 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value) | |
4449 | end | |
4450 | }) | |
4451 | ||
4452 | --[[ | |
4453 | Name = <string> - The name of the slider. | |
4454 | Min = <number> - The minimal value of the slider. | |
4455 | Max = <number> - The maxium value of the slider. | |
4456 | Increment = <number> - How much the slider will change value when dragging. | |
4457 | Default = <number> - The default value of the slider. | |
4458 | ValueName = <string> - The text after the value number. | |
4459 | Callback = <function> - The function of the slider. | |
4460 | ]] | |
4461 | ||
4462 | --[[ | |
4463 | Name = <string> - The name of the colorpicker. | |
4464 | Default = <color3> - The default value of the colorpicker. | |
4465 | Callback = <function> - The function of the colorpicker. | |
4466 | ]]local Tab = Window:MakeTab({ | |
4467 | Name = "🛠التحديثات🛠", | |
4468 | Icon = "rbxassetid://4483345998", | |
4469 | PremiumOnly = false | |
4470 | }) | |
4471 | ||
4472 | --[[ | |
4473 | Name = <string> - The name of the tab. | |
4474 | Icon = <string> - The icon of the tab. | |
4475 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
4476 | ]]local Section = Tab:AddSection({ | |
4477 | Name = "🛠بضيف سكربتات اكتر قريبا🛠" | |
4478 | }) | |
4479 | ||
4480 | --[[ | |
4481 | Name = <string> - The name of the section. | |
4482 | ]]local Section = Tab:AddSection({ | |
4483 | Name = "🛠تحديث رقم0.1🛠" | |
4484 | }) | |
4485 | --[[ | |
4486 | Name = <string> - The name of the section. | |
4487 | ]]local Section = Tab:AddSection({ | |
4488 | Name = "🛠تحديث رقم0.2🛠" | |
4489 | }) | |
4490 | --[[ | |
4491 | Name = <string> - The name of the section. | |
4492 | ]]local Section = Tab:AddSection({ | |
4493 | Name = "🛠تحديث رقم0.3🛠" | |
4494 | }) | |
4495 | --[[ | |
4496 | Name = <string> - The name of the section. | |
4497 | ]]local Section = Tab:AddSection({ | |
4498 | Name = "🛠تحديث رقم0.4🛠" | |
4499 | }) | |
4500 | --[[ | |
4501 | Name = <string> - The name of the section. | |
4502 | ]]local Section = Tab:AddSection({ | |
4503 | Name = "🛠تحديث رقم0.5🛠" | |
4504 | }) | |
4505 | --[[ | |
4506 | Name = <string> - The name of the section. | |
4507 | ]]local Section = Tab:AddSection({ | |
4508 | Name = "🛠تحديث رقم0.6🛠" | |
4509 | }) | |
4510 | --[[ | |
4511 | Name = <string> - The name of the section. | |
4512 | ]]local Section = Tab:AddSection({ | |
4513 | Name = "🛠تحديث رقم0.7🛠" | |
4514 | }) | |
4515 | --[[ | |
4516 | Name = <string> - The name of the section. | |
4517 | ]]local Section = Tab:AddSection({ | |
4518 | Name = "🛠تحديث رقم0.8🛠" | |
4519 | }) | |
4520 | ||
4521 | --[[ | |
4522 | Name = <string> - The name of the section. | |
4523 | ]]local Section = Tab:AddSection({ | |
4524 | Name = "🛠تحديث رقم0.9🛠" | |
4525 | }) | |
4526 | ||
4527 | --[[ | |
4528 | Name = <string> - The name of the section. | |
4529 | ]]local Section = Tab:AddSection({ | |
4530 | Name = "🛠تحديث رقم0.10🛠" | |
4531 | }) | |
4532 | ||
4533 | --[[ | |
4534 | Name = <string> - The name of the section. | |
4535 | ]]local Section = Tab:AddSection({ | |
4536 | Name = "🛠تحديث رقم0.11🛠" | |
4537 | }) | |
4538 | ||
4539 | --[[ | |
4540 | Name = <string> - The name of the section. | |
4541 | ]]local Section = Tab:AddSection({ | |
4542 | Name = "🛠تحديث رقم0.12🛠" | |
4543 | }) | |
4544 | ||
4545 | --[[ | |
4546 | Name = <string> - The name of the section. | |
4547 | ]]local Section = Tab:AddSection({ | |
4548 | Name = "🛠تحديث رقم0.13🛠" | |
4549 | }) | |
4550 | ||
4551 | --[[ | |
4552 | Name = <string> - The name of the button. | |
4553 | Callback = <function> - The function of the button. | |
4554 | ]]local Tab = Window:MakeTab({ | |
4555 | Name = "تحميل الهاكات ⚠️", | |
4556 | Icon = "rbxassetid://4483345998", | |
4557 | PremiumOnly = false | |
4558 | }) | |
4559 | ||
4560 | --[[ | |
4561 | Name = <string> - The name of the tab. | |
4562 | Icon = <string> - The icon of the tab. | |
4563 | PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. | |
4564 | ]]local Section = Tab:AddSection({ | |
4565 | Name = "تحميل الهاكات ⚠️" | |
4566 | }) | |
4567 | ||
4568 | Tab:AddButton({ | |
4569 | Name = "نسخ رابط هاك كوديكس اخر اصدار العميل 647 ⚠️", | |
4570 | Callback = function() | |
4571 | OrionLib:MakeNotification({ | |
4572 | Name = "تم النسخ ⚠️", | |
4573 | Content = "تم نسخ رابط هاك كوديكس ⚠️", | |
4574 | Image = "rbxassetid://4483345998", | |
4575 | Time = 5 | |
4576 | }) | |
4577 | setclipboard("https://rekonise.com/hak-kwdyks-alamyl-647-4rcqo") | |
4578 | toclipboard("https://rekonise.com/hak-kwdyks-alamyl-647-4rcqo") | |
4579 | end | |
4580 | }) | |
4581 | ||
4582 | Tab:AddButton({ | |
4583 | Name = "نسخ رابط هاك فليكس اخر اصدار العميل 650 ⚠️", | |
4584 | Callback = function() | |
4585 | OrionLib:MakeNotification({ | |
4586 | Name = "تم النسخ ⚠️", | |
4587 | Content = "تم نسخ رابط هاك فليكس ⚠️", | |
4588 | Image = "rbxassetid://4483345998", | |
4589 | Time = 5 | |
4590 | }) | |
4591 | setclipboard("https://rekonise.com/hak-flyks-alamyl-650-k4koq") | |
4592 | toclipboard("https://rekonise.com/hak-flyks-alamyl-650-k4koq") | |
4593 | end | |
4594 | }) | |
4595 | ||
4596 | Tab:AddButton({ | |
4597 | Name = "نسخ رابط هاك دلتا اخر اصدار العميل 650 ⚠️", | |
4598 | Callback = function() | |
4599 | OrionLib:MakeNotification({ | |
4600 | Name = "تم النسخ ⚠️", | |
4601 | Content = "تم نسخ رابط هاك دلتا ⚠️", | |
4602 | Image = "rbxassetid://4483345998", | |
4603 | Time = 5 | |
4604 | }) | |
4605 | setclipboard("https://www.mediafire.com/file/rxrqs3y4gc6ff79/Delta-2.650.742.apk/file?dkey=c5sbp3l0a3z&r=1226#") | |
4606 | toclipboard("https://www.mediafire.com/file/rxrqs3y4gc6ff79/Delta-2.650.742.apk/file?dkey=c5sbp3l0a3z&r=1226#") | |
4607 | end | |
4608 | }) | |
4609 | ||
4610 | Tab:AddButton({ | |
4611 | Name = "نسخ رابط هاك ارسيوس اخر اصدار العميل 648 ⚠️", | |
4612 | Callback = function() | |
4613 | OrionLib:MakeNotification({ | |
4614 | Name = "تم النسخ ⚠️", | |
4615 | Content = "تم نسخ رابط هاك ارسيوس اكس ⚠️", | |
4616 | Image = "rbxassetid://4483345998", | |
4617 | Time = 5 | |
4618 | }) | |
4619 | setclipboard("https://h-scripts.site/hack?id=HcIgl6giY5vZLnuKrtgQ") | |
4620 | toclipboard("https://h-scripts.site/hack?id=HcIgl6giY5vZLnuKrtgQ") | |
4621 | end | |
4622 | }) | |
4623 | ||
4624 | --[[ | |
4625 | Name = <string> - The name of the section. | |
4626 | ]]OrionLib:MakeNotification({ | |
4627 | Name = "👑🔥لاتفعيل الاسكربت 🔥👑", | |
4628 | Content = "👑🔥شكرا لك لاتفعيل الاسكربت🔥👑", | |
4629 | Image = "rbxassetid://4483345998", | |
4630 | Time = 10 | |
4631 | }) | |
4632 | ||
4633 | --[[ | |
4634 | Title = <string> - The title of the notification. | |
4635 | Content = <string> - The content of the notification. | |
4636 | Image = <string> - The icon of the notification. | |
4637 | Time = <number> - The duration of the notfication. | |
4638 | ]] |