Last Updated on 3 February, 2023

Anime Fighting Simulator Script Pastebin Hacks – the best Roblox hacks, with Auto Farm, Auto Buy Star, Auto Fuse Pet, GUI and more

How to Execute an Anime Fighting Simulator Script?

  1. Get a reliable and virus-free Roblox exploit and/or script executor, like Krnl, Synapse, or JJSPloit
  2. fire the script executor up whilst in Anime Fighting Simulator world, then copy and paste any of the scripts we are going to provide you into the provided box and hit the Execute/Inject button

Scripts may stop working after a game update. If so, we would appreciate if you leave us a comment informing, so that we can update this guide with the latest scripts, after verifying that they work

Try these, the best, Anime Fighting Simulator hacks, with Auto Farm, Auto Buy Star, Auto Fuse Pet, GUI and more

Anime Fighting Simulator Script Pastebin Hacks – Full Spin Farm

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. Too long to add it here

Anime Fighting Simulator Script Pastebin Hacks – Auto Farm 2022

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. loadstring(game:HttpGet((‘https://pastebin.com/raw/QMndxhnW’),true))()

Anime Fighting Simulator Script Pastebin Hacks – 2021

AFS GUI Script

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. loadstring(game:HttpGet(“https://raw.githubusercontent.com/ScriptRUs/Ryans/main/Ghosthub.lua”))()

AFS Auto Farm, Buy Star & Fuse Pet

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. – Auto Farm
  2. – Auto Buy Star
  3. – Auto Fuse Pet (Level Lock)
  4. loadstring(game.HttpGet(game, “https://raw.githubusercontent.com/KiJinGaming/FreeScript/main/AFterS.lua”))();

AFS GUI 2021 Hack

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. loadstring(game:HttpGet(“https://raw.githubusercontent.com/WosaScripts/Scripts/main/AnimeFightingSim.lua”))()

AFS Another 2021 Script

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. loadstring(game:HttpGet(“https://raw.githubusercontent.com/Code-Fludex/Lua-Scripts/main/AnimeFightingSim.lua”))()

Anime Fighting Simulator Script Pastebin Hacks 2021

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. loadstring(game:HttpGet(“https://raw.githubusercontent.com/Code-Fludex/Lua-Scripts/main/AnimeFightingSim.lua”))()

Anime Fighting Simulator Script Pastebin Hacks – GUI

If you want the Roblox pastebin script hack link > Here

But you can check the Roblox script here:

  1. — Gui to Lua
  2. — Version: 3.2
  3. — Instances:
  4. local ScreenGui = Instance.new(“ScreenGui”)
  5. local OpenFrame = Instance.new(“Frame”)
  6. local open = Instance.new(“TextButton”)
  7. local Main = Instance.new(“Frame”)
  8. local Pretty1 = Instance.new(“Frame”)
  9. local Pretty2 = Instance.new(“Frame”)
  10. local close = Instance.new(“TextButton”)
  11. local Credits = Instance.new(“TextLabel”)
  12. local Guiname = Instance.new(“TextLabel”)
  13. local Strength = Instance.new(“TextButton”)
  14. local Durability = Instance.new(“TextButton”)
  15. local Chakra = Instance.new(“TextButton”)
  16. local Agility = Instance.new(“TextButton”)
  17. local Speed = Instance.new(“TextButton”)
  18. local Sword = Instance.new(“TextButton”)
  19. local Chikara = Instance.new(“TextButton”)
  20. –Properties:
  21. ScreenGui.Parent = game.CoreGui
  22. OpenFrame.Name = “OpenFrame”
  23. OpenFrame.Parent = ScreenGui
  24. OpenFrame.Active = true
  25. OpenFrame.BackgroundColor3 = Color3.fromRGB(201, 37, 255)
  26. OpenFrame.Position = UDim2.new(0, 0, 0.42140469, 0)
  27. OpenFrame.Size = UDim2.new(0, 90, 0, 41)
  28. open.Name = “open”
  29. open.Parent = OpenFrame
  30. open.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  31. open.Position = UDim2.new(0.0777777806, 0, 0.024390243, 0)
  32. open.Size = UDim2.new(0, 74, 0, 38)
  33. open.Font = Enum.Font.Cartoon
  34. open.Text = “Open”
  35. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. open.TextScaled = true
  37. open.TextSize = 14.000
  38. open.TextWrapped = true
  39. open.MouseButton1Down:connect(function()
  40. Main.Visible = true
  41. OpenFrame.Visible = false
  42. Main.Name = “Main”
  43. Main.Parent = ScreenGui
  44. Main.Active = true
  45. Main.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  46. Main.Position = UDim2.new(0.355699271, 0, 0.346153885, 0)
  47. Main.Size = UDim2.new(0, 381, 0, 201)
  48. Main.Draggable = true
  49. Pretty1.Name = “Pretty1”
  50. Pretty1.Parent = Main
  51. Pretty1.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  52. Pretty1.BorderSizePixel = 0
  53. Pretty1.Size = UDim2.new(0, 381, 0, 33)
  54. Pretty2.Name = “Pretty2”
  55. Pretty2.Parent = Main
  56. Pretty2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  57. Pretty2.BorderSizePixel = 0
  58. Pretty2.Position = UDim2.new(0, 0, 0.835820913, 0)
  59. Pretty2.Size = UDim2.new(0, 381, 0, 33)
  60. close.Name = “close”
  61. close.Parent = Main
  62. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. close.BackgroundTransparency = 1.000
  64. close.BorderSizePixel = 0
  65. close.Position = UDim2.new(0.863517046, 0, 0, 0)
  66. close.Size = UDim2.new(0, 52, 0, 33)
  67. close.Font = Enum.Font.Cartoon
  68. close.Text = “X”
  69. close.TextColor3 = Color3.fromRGB(255, 0, 0)
  70. close.TextScaled = true
  71. close.TextSize = 14.000
  72. close.TextWrapped = true
  73. close.MouseButton1Down:connect(function()
  74. OpenFrame.Visible = true
  75. Main.Visible = false
  76. Credits.Name = “Credits”
  77. Credits.Parent = Main
  78. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. Credits.BackgroundTransparency = 1.000
  80. Credits.BorderSizePixel = 0
  81. Credits.Position = UDim2.new(0, 0, 0.835820913, 0)
  82. Credits.Size = UDim2.new(0, 381, 0, 33)
  83. Credits.Font = Enum.Font.Cartoon
  84. Credits.Text = “Gui made by KdammaH 😉 Scripts inspired and created by RDM Script”
  85. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. Credits.TextScaled = true
  87. Credits.TextSize = 17.000
  88. Credits.TextWrapped = true
  89. Guiname.Name = “Gui name”
  90. Guiname.Parent = Main
  91. Guiname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. Guiname.BackgroundTransparency = 1.000
  93. Guiname.Position = UDim2.new(0.236220479, 0, 0, 0)
  94. Guiname.Size = UDim2.new(0, 200, 0, 33)
  95. Guiname.Font = Enum.Font.Cartoon
  96. Guiname.Text = “Anime Fighting Simulator Autofarm”
  97. Guiname.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. Guiname.TextScaled = true
  99. Guiname.TextSize = 14.000
  100. Guiname.TextWrapped = true
  101. Strength.Name = “Strength”
  102. Strength.Parent = Main
  103. Strength.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  104. Strength.Position = UDim2.new(0.0314960629, 0, 0.22388044, 0)
  105. Strength.Size = UDim2.new(0, 151, 0, 30)
  106. Strength.Font = Enum.Font.SourceSans
  107. Strength.Text = “Strength”
  108. Strength.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. Strength.TextSize = 20.000
  110. Strength.TextWrapped = true
  111. Strength.MouseButton1Down:connect(function()
  112. _G.LULU = true–change to true or false
  113. while _G.LULU do
  114. local A_1 = “Stat”
  115. local A_2 = “Strength”– pick up your item for autofarm
  116. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  117. Durability.Name = “Durability”
  118. Durability.Parent = Main
  119. Durability.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  120. Durability.Position = UDim2.new(0.577427804, 0, 0.22388044, 0)
  121. Durability.Size = UDim2.new(0, 151, 0, 30)
  122. Durability.Font = Enum.Font.SourceSans
  123. Durability.Text = “Durability”
  124. Durability.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. Durability.TextSize = 20.000
  126. Durability.TextWrapped = true
  127. Durability.MouseButton1Down:connect(function()
  128. _G.LULU = true–change to true or false
  129. while _G.LULU do
  130. local A_1 = “Stat”
  131. local A_2 = “Durability”– pick up your item for autofarm
  132. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  133. Chakra.Name = “Chakra”
  134. Chakra.Parent = Main
  135. Chakra.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  136. Chakra.Position = UDim2.new(0.031496048, 0, 0.422885478, 0)
  137. Chakra.Size = UDim2.new(0, 151, 0, 30)
  138. Chakra.Font = Enum.Font.SourceSans
  139. Chakra.Text = “Chakra”
  140. Chakra.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. Chakra.TextSize = 20.000
  142. Chakra.TextWrapped = true
  143. Chakra.MouseButton1Down:connect(function()
  144. _G.LULU = true–change to true or false
  145. while _G.LULU do
  146. local A_1 = “Stat”
  147. local A_2 = “Chakra”– pick up your item for autofarm
  148. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  149. Agility.Name = “Agility”
  150. Agility.Parent = Main
  151. Agility.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  152. Agility.Position = UDim2.new(0.031496048, 0, 0.631840646, 0)
  153. Agility.Size = UDim2.new(0, 151, 0, 30)
  154. Agility.Font = Enum.Font.SourceSans
  155. Agility.Text = “Agility”
  156. Agility.TextColor3 = Color3.fromRGB(0, 0, 0)
  157. Agility.TextSize = 20.000
  158. Agility.TextWrapped = true
  159. Agility.MouseButton1Down:connect(function()
  160. _G.LULU = true–change to true or false
  161. while _G.LULU do
  162. local A_1 = “Stat”
  163. local A_2 = “Agility”– pick up your item for autofarm
  164. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  165. Speed.Name = “Speed”
  166. Speed.Parent = Main
  167. Speed.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  168. Speed.Position = UDim2.new(0.577427804, 0, 0.631840646, 0)
  169. Speed.Size = UDim2.new(0, 151, 0, 30)
  170. Speed.Font = Enum.Font.SourceSans
  171. Speed.Text = “Speed”
  172. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. Speed.TextSize = 20.000
  174. Speed.TextWrapped = true
  175. Speed.MouseButton1Down:connect(function()
  176. _G.LULU = true–change to true or false
  177. while _G.LULU do
  178. local A_1 = “Stat”
  179. local A_2 = “Speed”– pick up your item for autofarm
  180. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  181. Sword.Name = “Sword”
  182. Sword.Parent = Main
  183. Sword.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  184. Sword.Position = UDim2.new(0.577427804, 0, 0.427860558, 0)
  185. Sword.Size = UDim2.new(0, 151, 0, 30)
  186. Sword.Font = Enum.Font.SourceSans
  187. Sword.Text = “Sword”
  188. Sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. Sword.TextSize = 20.000
  190. Sword.TextWrapped = true
  191. Sword.MouseButton1Down:connect(function()
  192. _G.LULU = true–change to true or false
  193. while _G.LULU do
  194. local A_1 = “Stat”
  195. local A_2 = “Sword”– pick up your item for autofarm
  196. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  197. Chikara.Name = “Chikara”
  198. Chikara.Parent = Main
  199. Chikara.BackgroundColor3 = Color3.fromRGB(124, 10, 255)
  200. Chikara.Size = UDim2.new(0, 71, 0, 33)
  201. Chikara.Font = Enum.Font.SourceSans
  202. Chikara.Text = “Chikara Shard”
  203. Chikara.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. Chikara.TextSize = 14.000
  205. Chikara.TextWrapped = true
  206. Chikara.MouseButton1Down:connect(function()
  207. _G.on = true
  208. while _G.on do
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Workspace.MouseIgnore.ChikaraCrate.ClickBox.CFrame

If you found this guide helpful, you might also want to take a look at these Anime Fighting Simulator guides: