Advertisement
Yeetitup

Anime fighting simulator Chikara shards autofarm

Oct 27th, 2020 (edited)
4,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. The new updated version:
  2. -- Gui to Lua
  3. -- Version: 3.2
  4.  
  5. -- Instances:
  6.  
  7. local Chikarashardsautofarmguii = Instance.new("ScreenGui")
  8. local ChikaraTrue = Instance.new("TextButton")
  9. local GuiTop = Instance.new("TextButton")
  10. local ChikaraFalse = Instance.new("TextButton")
  11. local Framey = Instance.new("Frame")
  12. local lframe = Instance.new("Frame")
  13. local Framer = Instance.new("Frame")
  14. local Frame = Instance.new("Frame")
  15.  
  16. --Properties:
  17.  
  18. Chikarashardsautofarmguii.Name = "Chikara shards autofarm guii"
  19. Chikarashardsautofarmguii.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. Chikarashardsautofarmguii.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. ChikaraTrue.Name = "ChikaraTrue"
  23. ChikaraTrue.Parent = Chikarashardsautofarmguii
  24. ChikaraTrue.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  25. ChikaraTrue.BorderColor3 = Color3.fromRGB(53, 53, 53)
  26. ChikaraTrue.BorderSizePixel = 0
  27. ChikaraTrue.Position = UDim2.new(0.0234955195, 0, 0.679099798, 0)
  28. ChikaraTrue.Size = UDim2.new(0, 114, 0, 53)
  29. ChikaraTrue.Font = Enum.Font.SourceSans
  30. ChikaraTrue.Text = "Start farming"
  31. ChikaraTrue.TextColor3 = Color3.fromRGB(255, 255, 255)
  32. ChikaraTrue.TextScaled = true
  33. ChikaraTrue.TextSize = 14.000
  34. ChikaraTrue.TextWrapped = true
  35.  
  36. GuiTop.Name = "GuiTop"
  37. GuiTop.Parent = Chikarashardsautofarmguii
  38. GuiTop.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  39. GuiTop.BorderColor3 = Color3.fromRGB(255, 255, 255)
  40. GuiTop.BorderSizePixel = 0
  41. GuiTop.Position = UDim2.new(0.0234955195, 0, 0.585142612, 0)
  42. GuiTop.Size = UDim2.new(0, 234, 0, 53)
  43. GuiTop.Font = Enum.Font.SourceSans
  44. GuiTop.Text = "Chikara farming (Credits to HoodedGhoul#5669)"
  45. GuiTop.TextColor3 = Color3.fromRGB(255, 255, 255)
  46. GuiTop.TextScaled = true
  47. GuiTop.TextSize = 14.000
  48. GuiTop.TextWrapped = true
  49.  
  50. ChikaraFalse.Name = "ChikaraFalse"
  51. ChikaraFalse.Parent = Chikarashardsautofarmguii
  52. ChikaraFalse.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  53. ChikaraFalse.BorderColor3 = Color3.fromRGB(255, 255, 255)
  54. ChikaraFalse.BorderSizePixel = 0
  55. ChikaraFalse.Position = UDim2.new(0.153859735, 0, 0.677257597, 0)
  56. ChikaraFalse.Size = UDim2.new(0, 111, 0, 53)
  57. ChikaraFalse.Font = Enum.Font.SourceSans
  58. ChikaraFalse.Text = "Stop farming"
  59. ChikaraFalse.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. ChikaraFalse.TextScaled = true
  61. ChikaraFalse.TextSize = 14.000
  62. ChikaraFalse.TextWrapped = true
  63.  
  64. Framey.Name = "Framey"
  65. Framey.Parent = Chikarashardsautofarmguii
  66. Framey.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  67. Framey.BorderSizePixel = 0
  68. Framey.Position = UDim2.new(0.0234955195, 0, 0.568561852, 0)
  69. Framey.Size = UDim2.new(0, 238, 0, 7)
  70.  
  71. lframe.Name = "lframe"
  72. lframe.Parent = Chikarashardsautofarmguii
  73. lframe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  74. lframe.BorderSizePixel = 0
  75. lframe.Position = UDim2.new(0.274195999, 0, 0.585142612, 0)
  76. lframe.Size = UDim2.new(0, 1, 0, 109)
  77.  
  78. Framer.Name = "Framer"
  79. Framer.Parent = Chikarashardsautofarmguii
  80. Framer.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  81. Framer.BorderSizePixel = 0
  82. Framer.Position = UDim2.new(0.0234955195, 0, 0.769372463, 0)
  83. Framer.Size = UDim2.new(0, 238, 0, 7)
  84.  
  85. Frame.Parent = Chikarashardsautofarmguii
  86. Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  87. Frame.BorderSizePixel = 0
  88. Frame.Position = UDim2.new(0.0191082805, 0, 0.568561852, 0)
  89. Frame.Size = UDim2.new(0, 1, 0, 130)
  90.  
  91. -- Scripts:
  92.  
  93. local function NTVH_fake_script() -- ChikaraTrue.LocalScript
  94. local script = Instance.new('Script', ChikaraTrue)
  95.  
  96. script.Parent.LeftMouseButton1Click:connect(function()
  97. _G.on = true
  98. while _G.on do
  99. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Workspace.Part
  100. wait(4)
  101. end
  102. end)
  103.  
  104.  
  105. end
  106. coroutine.wrap(NTVH_fake_script)()
  107. local function BOGZYR_fake_script() -- ChikaraFalse.LocalScript
  108. local script = Instance.new('Script', ChikaraFalse)
  109.  
  110. script.Parent.LeftMouseButton1Click:connect(function()
  111. _G.on = false
  112. while _G.on do
  113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Workspace.
  114. wait(4)
  115. end
  116. end)
  117.  
  118.  
  119. end
  120. coroutine.wrap(BOGZYR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement