goku13l

script AFS

Feb 4th, 2023
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.11 KB | None | 0 0
  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. end)
  43. Main.Name = “Main”
  44. Main.Parent = ScreenGui
  45. Main.Active = true
  46. Main.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  47. Main.Position = UDim2.new(0.355699271, 0, 0.346153885, 0)
  48. Main.Size = UDim2.new(0, 381, 0, 201)
  49. Main.Draggable = true
  50. Pretty1.Name = “Pretty1”
  51. Pretty1.Parent = Main
  52. Pretty1.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  53. Pretty1.BorderSizePixel = 0
  54. Pretty1.Size = UDim2.new(0, 381, 0, 33)
  55. Pretty2.Name = “Pretty2”
  56. Pretty2.Parent = Main
  57. Pretty2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  58. Pretty2.BorderSizePixel = 0
  59. Pretty2.Position = UDim2.new(0, 0, 0.835820913, 0)
  60. Pretty2.Size = UDim2.new(0, 381, 0, 33)
  61. close.Name = “close”
  62. close.Parent = Main
  63. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. close.BackgroundTransparency = 1.000
  65. close.BorderSizePixel = 0
  66. close.Position = UDim2.new(0.863517046, 0, 0, 0)
  67. close.Size = UDim2.new(0, 52, 0, 33)
  68. close.Font = Enum.Font.Cartoon
  69. close.Text = “X”
  70. close.TextColor3 = Color3.fromRGB(255, 0, 0)
  71. close.TextScaled = true
  72. close.TextSize = 14.000
  73. close.TextWrapped = true
  74. close.MouseButton1Down:connect(function()
  75. OpenFrame.Visible = true
  76. Main.Visible = false
  77. end)
  78. Credits.Name = “Credits”
  79. Credits.Parent = Main
  80. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. Credits.BackgroundTransparency = 1.000
  82. Credits.BorderSizePixel = 0
  83. Credits.Position = UDim2.new(0, 0, 0.835820913, 0)
  84. Credits.Size = UDim2.new(0, 381, 0, 33)
  85. Credits.Font = Enum.Font.Cartoon
  86. Credits.Text = “Gui made by KdammaH 😉 Scripts inspired and created by RDM Script”
  87. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. Credits.TextScaled = true
  89. Credits.TextSize = 17.000
  90. Credits.TextWrapped = true
  91. Guiname.Name = “Gui name”
  92. Guiname.Parent = Main
  93. Guiname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. Guiname.BackgroundTransparency = 1.000
  95. Guiname.Position = UDim2.new(0.236220479, 0, 0, 0)
  96. Guiname.Size = UDim2.new(0, 200, 0, 33)
  97. Guiname.Font = Enum.Font.Cartoon
  98. Guiname.Text = “Anime Fighting Simulator Autofarm”
  99. Guiname.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. Guiname.TextScaled = true
  101. Guiname.TextSize = 14.000
  102. Guiname.TextWrapped = true
  103. Strength.Name = “Strength”
  104. Strength.Parent = Main
  105. Strength.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  106. Strength.Position = UDim2.new(0.0314960629, 0, 0.22388044, 0)
  107. Strength.Size = UDim2.new(0, 151, 0, 30)
  108. Strength.Font = Enum.Font.SourceSans
  109. Strength.Text = “Strength”
  110. Strength.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. Strength.TextSize = 20.000
  112. Strength.TextWrapped = true
  113. Strength.MouseButton1Down:connect(function()
  114. _G.LULU = true–change to true or false
  115. while _G.LULU do
  116. wait(0.1)
  117. local A_1 = “Stat”
  118. local A_2 = “Strength”– pick up your item for autofarm
  119. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  120. end
  121. end)
  122. Durability.Name = “Durability”
  123. Durability.Parent = Main
  124. Durability.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  125. Durability.Position = UDim2.new(0.577427804, 0, 0.22388044, 0)
  126. Durability.Size = UDim2.new(0, 151, 0, 30)
  127. Durability.Font = Enum.Font.SourceSans
  128. Durability.Text = “Durability”
  129. Durability.TextColor3 = Color3.fromRGB(0, 0, 0)
  130. Durability.TextSize = 20.000
  131. Durability.TextWrapped = true
  132. Durability.MouseButton1Down:connect(function()
  133. _G.LULU = true–change to true or false
  134. while _G.LULU do
  135. wait(0.1)
  136. local A_1 = “Stat”
  137. local A_2 = “Durability”– pick up your item for autofarm
  138. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  139. end
  140. end)
  141. Chakra.Name = “Chakra”
  142. Chakra.Parent = Main
  143. Chakra.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  144. Chakra.Position = UDim2.new(0.031496048, 0, 0.422885478, 0)
  145. Chakra.Size = UDim2.new(0, 151, 0, 30)
  146. Chakra.Font = Enum.Font.SourceSans
  147. Chakra.Text = “Chakra”
  148. Chakra.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. Chakra.TextSize = 20.000
  150. Chakra.TextWrapped = true
  151. Chakra.MouseButton1Down:connect(function()
  152. _G.LULU = true–change to true or false
  153. while _G.LULU do
  154. wait(0.1)
  155. local A_1 = “Stat”
  156. local A_2 = “Chakra”– pick up your item for autofarm
  157. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  158. end
  159. end)
  160. Agility.Name = “Agility”
  161. Agility.Parent = Main
  162. Agility.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  163. Agility.Position = UDim2.new(0.031496048, 0, 0.631840646, 0)
  164. Agility.Size = UDim2.new(0, 151, 0, 30)
  165. Agility.Font = Enum.Font.SourceSans
  166. Agility.Text = “Agility”
  167. Agility.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. Agility.TextSize = 20.000
  169. Agility.TextWrapped = true
  170. Agility.MouseButton1Down:connect(function()
  171. _G.LULU = true–change to true or false
  172. while _G.LULU do
  173. wait(0.1)
  174. local A_1 = “Stat”
  175. local A_2 = “Agility”– pick up your item for autofarm
  176. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  177. end
  178. end)
  179. Speed.Name = “Speed”
  180. Speed.Parent = Main
  181. Speed.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  182. Speed.Position = UDim2.new(0.577427804, 0, 0.631840646, 0)
  183. Speed.Size = UDim2.new(0, 151, 0, 30)
  184. Speed.Font = Enum.Font.SourceSans
  185. Speed.Text = “Speed”
  186. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  187. Speed.TextSize = 20.000
  188. Speed.TextWrapped = true
  189. Speed.MouseButton1Down:connect(function()
  190. _G.LULU = true–change to true or false
  191. while _G.LULU do
  192. wait(0.1)
  193. local A_1 = “Stat”
  194. local A_2 = “Speed”– pick up your item for autofarm
  195. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  196. end
  197. end)
  198. Sword.Name = “Sword”
  199. Sword.Parent = Main
  200. Sword.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  201. Sword.Position = UDim2.new(0.577427804, 0, 0.427860558, 0)
  202. Sword.Size = UDim2.new(0, 151, 0, 30)
  203. Sword.Font = Enum.Font.SourceSans
  204. Sword.Text = “Sword”
  205. Sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  206. Sword.TextSize = 20.000
  207. Sword.TextWrapped = true
  208. Sword.MouseButton1Down:connect(function()
  209. _G.LULU = true–change to true or false
  210. while _G.LULU do
  211. wait(0.1)
  212. local A_1 = “Stat”
  213. local A_2 = “Sword”– pick up your item for autofarm
  214. game:GetService(“ReplicatedStorage”).Events.StatFunction:InvokeServer(A_1, A_2)
  215. end
  216. end)
  217. Chikara.Name = “Chikara”
  218. Chikara.Parent = Main
  219. Chikara.BackgroundColor3 = Color3.fromRGB(124, 10, 255)
  220. Chikara.Size = UDim2.new(0, 71, 0, 33)
  221. Chikara.Font = Enum.Font.SourceSans
  222. Chikara.Text = “Chikara Shard”
  223. Chikara.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. Chikara.TextSize = 14.000
  225. Chikara.TextWrapped = true
  226. Chikara.MouseButton1Down:connect(function()
  227. _G.on = true
  228. while _G.on do
  229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Workspace.MouseIgnore.ChikaraCrate.ClickBox.CFrame
  230. wait(4)
  231. end
  232. end)
Add Comment
Please, Sign In to add comment