goku13l

Anime Figting Simulator Script(Open Source)

Oct 29th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local GUI = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Chakra = Instance.new("TextButton")
  9. local Durability = Instance.new("TextButton")
  10. local Strength = Instance.new("TextButton")
  11. local Swords = Instance.new("TextButton")
  12. local ChikaraTPToYou = Instance.new("TextButton")
  13. local Toggle = Instance.new("Frame")
  14. local Open = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. GUI.Name = "GUI"
  20. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = GUI
  25. Main.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  26. Main.Position = UDim2.new(0.405000001, 0, 0.270377755, 0)
  27. Main.Size = UDim2.new(0, 230, 0, 230)
  28. Main.Visible = false
  29.  
  30. Chakra.Name = "Chakra"
  31. Chakra.Parent = Main
  32. Chakra.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  33. Chakra.BorderSizePixel = 0
  34. Chakra.Position = UDim2.new(0, 0, 0.798101246, 0)
  35. Chakra.Size = UDim2.new(0, 230, 0, 46)
  36. Chakra.Font = Enum.Font.Cartoon
  37. Chakra.Text = "Chakra"
  38. Chakra.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. Chakra.TextSize = 30.000
  40. Chakra.MouseButton1Down:connect(function()
  41. _G.LULU = true
  42. while _G.LULU do
  43. wait(0.1)
  44. local A_1 = "Stat"
  45. local A_2 = "Chakra"
  46. game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
  47. end
  48. end)
  49.  
  50. Durability.Name = "Durability"
  51. Durability.Parent = Main
  52. Durability.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  53. Durability.BorderSizePixel = 0
  54. Durability.Position = UDim2.new(0, 0, 0.598101258, 0)
  55. Durability.Size = UDim2.new(0, 230, 0, 46)
  56. Durability.Font = Enum.Font.Cartoon
  57. Durability.Text = "Durability"
  58. Durability.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. Durability.TextSize = 30.000
  60. Durability.MouseButton1Down:connect(function()
  61. _G.LULU = true
  62. while _G.LULU do
  63. wait(0.1)
  64. local A_1 = "Stat"
  65. local A_2 = "Durability"
  66. game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
  67. end
  68. end)
  69.  
  70. Strength.Name = "Strength"
  71. Strength.Parent = Main
  72. Strength.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  73. Strength.BorderSizePixel = 0
  74. Strength.Position = UDim2.new(0, 0, 0.39810124, 0)
  75. Strength.Size = UDim2.new(0, 230, 0, 46)
  76. Strength.Font = Enum.Font.Cartoon
  77. Strength.Text = "Strength"
  78. Strength.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. Strength.TextSize = 30.000
  80. Strength.MouseButton1Down:connect(function()
  81. _G.LULU = true
  82. while _G.LULU do
  83. wait(0.1)
  84. local A_1 = "Stat"
  85. local A_2 = "Strength"
  86. game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
  87. end
  88. end)
  89.  
  90. Swords.Name = "Swords"
  91. Swords.Parent = Main
  92. Swords.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  93. Swords.BorderSizePixel = 0
  94. Swords.Position = UDim2.new(0, 0, 0.198101252, 0)
  95. Swords.Size = UDim2.new(0, 230, 0, 46)
  96. Swords.Font = Enum.Font.Cartoon
  97. Swords.Text = "Sword"
  98. Swords.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Swords.TextSize = 30.000
  100. Swords.MouseButton1Down:connect(function()
  101. _G.LULU = true
  102. while _G.LULU do
  103. wait(0.1)
  104. local A_1 = "Stat"
  105. local A_2 = "Sword"
  106. game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
  107. end
  108. end)
  109.  
  110. ChikaraTPToYou.Name = "ChikaraTPToYou"
  111. ChikaraTPToYou.Parent = Main
  112. ChikaraTPToYou.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  113. ChikaraTPToYou.BorderSizePixel = 0
  114. ChikaraTPToYou.Position = UDim2.new(0, 0, -0.00189876556, 0)
  115. ChikaraTPToYou.Size = UDim2.new(0, 230, 0, 46)
  116. ChikaraTPToYou.Font = Enum.Font.Cartoon
  117. ChikaraTPToYou.Text = "Chikara Crate TP To You"
  118. ChikaraTPToYou.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. ChikaraTPToYou.TextSize = 23.000
  120. ChikaraTPToYou.TextWrapped = true
  121. ChikaraTPToYou.MouseButton1Click:connect(function()
  122. for i,v in pairs(game.Workspace.MouseIgnore:GetChildren())do
  123. if v.Name == "ChikaraCrate" then
  124. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)        
  125. end
  126. end
  127. wait(0.1) do
  128. game.StarterGui:SetCore("SendNotification", {
  129. Title = "Hello:)";
  130. Text = "Thanks for my using my script!";
  131. Duration = 2.0;
  132. })
  133. end
  134. end)
  135.  
  136. Toggle.Name = "Toggle"
  137. Toggle.Parent = GUI
  138. Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  139. Toggle.BackgroundTransparency = 1.000
  140. Toggle.Position = UDim2.new(0.405000001, 0, 0, 0)
  141. Toggle.Size = UDim2.new(0, 230, 0, 45)
  142.  
  143. Open.Name = "Open"
  144. Open.Parent = Toggle
  145. Open.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  146. Open.BorderSizePixel = 0
  147. Open.Position = UDim2.new(1.86264515e-08, 0, 0, 0)
  148. Open.Size = UDim2.new(0, 115, 0, 45)
  149. Open.Font = Enum.Font.Cartoon
  150. Open.Text = "Open"
  151. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. Open.TextSize = 30.000
  153. Open.MouseButton1Click:connect(function()
  154.     Close.Visible = true
  155.     Open.Visible = false
  156.     Main.Visible = true
  157. end)
  158.  
  159. Close.Name = "Close"
  160. Close.Parent = Toggle
  161. Close.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  162. Close.BorderSizePixel = 0
  163. Close.Position = UDim2.new(0.5, 0, -0.0241211075, 0)
  164. Close.Size = UDim2.new(0, 115, 0, 46)
  165. Close.Visible = false
  166. Close.Font = Enum.Font.Cartoon
  167. Close.Text = "Close"
  168. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. Close.TextSize = 30.000
  170. Close.MouseButton1Click:connect(function()
  171.     Close.Visible = false
  172.     Open.Visible = true
  173.     Main.Visible = false
  174. end)
  175.  
  176. --Anti AFk
  177.  
  178. local vu = game:GetService("VirtualUser")
  179. game:GetService("Players").LocalPlayer.Idled:connect(function()
  180.    vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  181.    wait(1)
  182.    vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  183. end)
Add Comment
Please, Sign In to add comment