Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This script is made by Mawin_CK
- -- Available in both Thai and English
- -- Fixed and handled by Mawin_CK. Lmao, ChatGPT is useless, so I fixed it myself.
- -- Please read before using. If you don't read, you won't understand how to use it, and don't complain in the comments just because you didn't read the instructions.
- -- อ่านก่อนใช้ ถ้าไม่อ่าน ไม่ต้องหาว่าผมไม่บอก
- -- Description is below the script
- -- คำอธิบายอยู่ใต้สคริปต์
- -- RemoteEvent generated by Simple Spy Mobile v2
- -- Script:
- while true do -- Infinite loop, remove this if you don't want it (optional)
- for i, v in pairs(game.Players:GetPlayers()) do
- if v ~= game.Players.LocalPlayer and v.Character then
- local JN = v.Character:FindFirstChild("Torso") -- Don't change this, it's already set optimally (optional)
- if JN then -- Check if JN exists
- local args = {
- [1] = "xcmJ5Bj4p0O0RvyRo4NAxzjyjDn", -- Replace this key with the correct one to make the script work. This is just an example.
- [2] = game:GetService("Players").LocalPlayer.Character:WaitForChild("Knife"),
- [3] = JN, -- Makes the script recognize all player parts for targeting
- [4] = game:GetService("Players").LocalPlayer
- }
- game:GetService("ReplicatedStorage").ServerEvents.Damage:FireServer(unpack(args))
- end
- end
- end
- wait(0.1) -- Loop delay
- end -- End of loop
- -- How to use (English):
- -- 1. Join the game and select any team.
- -- 2. Once you're in a team, obtain a knife from the team base.
- -- 3. Open Simple Spy (You must bypass Adion's Anti-Cheat first).
- -- How? Use this loadstring: game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/debugnation/main/decompilers%20and%20debugging/Debuggers.txt"))()
- -- This is an overpowered exploit tool that I really love; it also supports mobile.
- -- 4. Once you open the exploit tool, find the "Anti Cheat" button.
- -- 5. Click it, and a tab will appear showing various Anti-Cheat bypasses (not mine).
- -- 6. When you believe you've bypassed the Anti-Cheat, go back to the main tab in the exploit tool GUI.
- -- 7. Find "Simple Spy" or "Remote Spy" in the GUI, and click it.
- -- 8. Now you have the Remote Spy. Do anything with the knife, such as swinging or hitting people.
- -- 9. View any remote events shown in the Remote Spy.
- -- 10. If you find something like a key function in [1] of the args table, note it down.
- -- The key function is very important; otherwise, it will cause an error like "Missing Argument .. Key."
- -- 11. Once you've copied the key from [1] of the args from Remote Spy, place the new key inside the string.
- -- 12. Always equip the knife; otherwise, the script won't work.
- -- 13. Once everything is ready, equip the knife and execute the script!
- -- Now you can destroy the server.
- -- วิธีใช้ (Thai):
- -- 1. เข้าร่วมเกมแล้วเลือกทีมใดก็ได้
- -- 2. เมื่อคุณเข้าร่วมทีมแล้ว ให้ไปเอามีดจากฐานทีม
- -- 3. เปิด Simple Spy (คุณต้องผ่านการป้องกันการโกงของ Adion ก่อน)
- -- ทำอย่างไร? ใช้ loadstring นี้: game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/debugnation/main/decompilers%20and%20debugging/Debuggers.txt"))()
- -- นี่คือเครื่องมือโจมตีที่ทรงพลังมาก ฉันชอบมันมาก และยังรองรับมือถือด้วย
- -- 4. เมื่อคุณเปิดเครื่องมือโจมตีแล้ว ให้หาปุ่มที่ชื่อว่า "Anti Cheat"
- -- 5. คลิกแล้วแท็บจะแสดงตัวเลือกในการข้ามระบบป้องกันการโกง (ไม่ใช่ของฉัน)
- -- 6. เมื่อคุณคิดว่าคุณได้ข้ามการป้องกันการโกงแล้ว ให้กลับไปที่แท็บหลักใน GUI ของเครื่องมือโจมตี
- -- 7. หา "Simple Spy" หรือ "Remote Spy" ใน GUI แล้วคลิกมัน
- -- 8. ตอนนี้คุณมี Remote Spy แล้ว ทำอะไรกับมีดก็ได้ เช่น ฟาดหรือโจมตีผู้คน
- -- 9. ดู Remote Event ที่แสดงใน Remote Spy
- -- 10. หากคุณพบบางอย่างเช่นฟังก์ชันกุญแจใน [1] ของตาราง args ให้จดไว้
- -- ฟังก์ชันกุญแจนี้สำคัญมาก มิฉะนั้นจะทำให้เกิดข้อผิดพลาดเช่น "Missing Argument .. Key"
- -- 11. เมื่อคุณคัดลอกกุญแจจาก [1] ของ args จาก Remote Spy แล้ว ให้วางกุญแจใหม่ลงในสตริง
- -- 12. ใส่มีดไว้เสมอ มิฉะนั้นสคริปต์จะไม่ทำงาน
- -- 13. เมื่อทุกอย่างพร้อมแล้ว ให้ใส่มีดแล้วเรียกใช้สคริปต์!
- -- ตอนนี้คุณสามารถทำลายเซิร์ฟเวอร์ได้
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement