iiDaCyborgxX

UNO

Nov 1st, 2020
39,734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. do
  2. local library = loadstring(game:HttpGet('https://gist.github.com/Bi-nz/ac41df5bd5dffb8a285e2751f1a69c95/raw',true))()
  3. local w1 = library:KRNL_0bebcb447a7726(true)
  4.  
  5. -- locals
  6.  
  7. local Player = game:GetService("Players")
  8. local LP = Player.LocalPlayer
  9. local char = LP.Character
  10. local hum = char.Humanoid
  11. local humr = char.HumanoidRootPart
  12. local tool = game:GetService("Players").LocalPlayer.Backpack:GetChildren()
  13. local tweens = game:GetService('TweenService')
  14. local Remote = game.ReplicatedStorage
  15. local VIM = game:GetService("VirtualInputManager")
  16. local BV4ChC76cUYC6A = Player.LocalPlayer.Name
  17. local MatchMaker = LP.PlayerGui.MatchMaker
  18. local MyDeck = MatchMaker.MainFrame.YourDeck
  19.  
  20. local Farms = w1:KRNL_1d7cf31a6a3640("Uno Hax")
  21.  
  22. Farms:KRNL_2478d3ef4c426a("- Uno Cheats -")
  23.  
  24. -- WILD CARDS ARE BROKEN
  25.  
  26. local AutoPlay = false
  27. Farms:AddToggle("Auto Play", false, function()
  28. AutoPlay = not AutoPlay
  29. while AutoPlay and game:GetService("RunService").Heartbeat:wait() do
  30. for k,x in pairs(LP.PlayerGui.MatchMaker.MainFrame:GetChildren()) do
  31. if x.Name == "YourDeck" then
  32. for i,v in pairs(MyDeck:GetChildren()) do
  33. for a,b in pairs(v:GetChildren()) do
  34. local bool_1 = false;
  35. local string_1 = "PlayCard";
  36. local table_1 = {[1] = v.Tag.Value ,[2] = v.Tag.Tag.Value ,[3] = v.Glow.Show.Value}
  37. local Target = game:GetService("ReplicatedStorage").MatchMaker;
  38. Target:FireServer(bool_1, string_1, table_1);
  39. local bool_2 = false;
  40. local string_2 = "PlayCard";
  41. local table_2 = {[1] = 'Play'}
  42. local Target = game:GetService("ReplicatedStorage").MatchMaker;
  43. Target:FireServer(bool_2, string_2, table_2);
  44. for i,v in pairs(game:GetService("Workspace").Camera.PlrData:GetChildren()) do
  45. if v:IsA("Model") and v.Name == "Deck" then
  46. for a,b in pairs(v:GetChildren()) do
  47. if b:IsA("Part") and b.Name == "card" then
  48. if b.Top.Texture == "rbxassetid://2014743853" then
  49. local bool_7 = false;
  50. local string_7 = "PlayCard";
  51. local table_7 = {[1] = 'ColorPick', [2] = 1}
  52. local Target = game:GetService("ReplicatedStorage").MatchMaker;
  53. Target:FireServer(bool_7, string_7, table_7);
  54. end
  55. end
  56. end
  57. end
  58. end
  59. if MatchMaker.MainFrame.YourData.Nam.PlrImage.Timer.Text == "11" then
  60. local bool_4 = false;
  61. local string_4 = "PlayCard";
  62. local table_4 = {
  63. [1] = 'Draw',
  64. [2] = ''
  65. };
  66. local Target = game:GetService("ReplicatedStorage").MatchMaker;
  67. Target:FireServer(bool_4, string_4, table_4);
  68. end
  69. end
  70. end
  71. end
  72. end
  73. end
  74. end)
  75. end
Add Comment
Please, Sign In to add comment