Advertisement
LuaXe

Anime Simulator

Apr 2nd, 2023
623
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.01 KB | Source Code | 1 0
  1. function C()
  2.     spawn(function ()
  3.         while getgenv().C do
  4. local args = {[2] = "ScreenTap"} game:GetService("ReplicatedStorage").LollysCodeLayout.RemotesHandler.RemoteEventFolder.ClickEnergy:FireServer(unpack(args)) wait()
  5.         end
  6.     end)
  7. end
  8.  
  9. function E()
  10.     spawn(function ()
  11.         while getgenv().E do
  12. local args = {[1] = "EquipBestPets"} game:GetService("ReplicatedStorage").LollysCodeLayout.RemotesHandler.RemoteFunctionFolder.PetsConfig:InvokeServer(unpack(args))
  13. local args = {[1] = "EquipBestWeapons"} game:GetService("ReplicatedStorage").LollysCodeLayout.RemotesHandler.RemoteFunctionFolder.PetsConfig:InvokeServer(unpack(args)) wait()
  14.         end
  15.     end)
  16. end
  17.  
  18. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  19.  
  20. local w = library:CreateWindow("Anime Simulator")
  21.  
  22. local b = w:CreateFolder("Main")
  23.  
  24. b:Button("TP To The Game",function() game:GetService("TeleportService"):Teleport(10521031051) end)
  25.  
  26. b:Toggle("Auto Attack",function(val)
  27. getgenv().C = val
  28. C()
  29. end)
  30.  
  31. b:Toggle("Auto Equip",function(val)
  32. getgenv().E = val
  33. E()
  34. end)
  35.  
  36. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(69,69,69);})
  37.  
  38. local w = library:CreateWindow("LocalPlayer")
  39.  
  40. local b = w:CreateFolder("LP")
  41.  
  42. b:DestroyGui()
  43.  
  44. b:Button("Copy Discord Invite",function() setclipboard("discord.gg/8tRb8MQcW5") end)
  45. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  46. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  47. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  48.  
  49. b:Box("Speed","number",function(val) S = val end)
  50. b:Box("Jump","number",function(val) J = val end)
  51. b:Box("Hip Height","number",function(val) H = val end)
  52. b:Box("Gravity","number",function(val) G = val end)
  53.  
  54. b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end)
  55. b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end)
  56. b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end)
  57. b:Toggle("Gravity",function(bool) getgenv().Grav = bool Grav(G) end)
  58.  
  59. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  60.  
  61. function TPCFrame(Player_CFrame) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end
  62. function TPVector3(Player_Position) game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Player_Position end
  63. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  64.  
  65. function Chat(Mes, Freq) spawn(function () while getgenv().Chat do local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) wait(Freq) end end) end
  66. function Speed(Nume) spawn(function () if getgenv().Speed then while getgenv().Speed do game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume wait() end elseif getgenv().Speed == false then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end) end
  67. function Jump(Nume) spawn(function () if getgenv().Jump then while getgenv().Jump do game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume wait() end elseif getgenv().Jump == false then game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 end end) end
  68. function Hip(Nume) spawn(function () if getgenv().Hip then while getgenv().Hip do game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume wait() end elseif getgenv().Hip == false then game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1 end end) end
  69. function Grav(Nume) spawn(function () if getgenv().Grav then while getgenv().Grav do game:GetService("Workspace").Gravity = Nume wait() end elseif getgenv().Grav == false then game:GetService("Workspace").Gravity = 196.2 end end) end
Tags: Roblox lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement