Advertisement
DxvilzLuci

RHS Nickname and About Script & Rainbow Chatcolor

Feb 11th, 2021 (edited)
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. if not game:IsLoaded() then
  2. local loadedcheck = Instance.new("Message",workspace)
  3. loadedcheck.Text = 'Loading...'
  4. game.Loaded:Wait()
  5. end
  6.  
  7. game:GetService("StarterGui"):SetCore("SendNotification", {
  8. Title = "Thank You For Using This Script!";
  9. Text = "Created by: Luci";
  10. })
  11.  
  12. game:GetService("StarterGui"):SetCore("SendNotification", {
  13. Title = "Cracked User/Bio&Chat Color";
  14. Text = "Just Press B to enable, press n to enable ChatColor Script "Gamepassed" :ez:";
  15. })
  16.  
  17.  
  18.  
  19.  
  20. -----------------NickName-------------------
  21.  
  22.  
  23.  
  24.  
  25. local mouse = game.Players.LocalPlayer:GetMouse()
  26. mouse.KeyDown:connect(function(key)
  27. if key == 'b' then
  28. while true do
  29. local A_1 = "T" ---The User You Want To Put Here-
  30. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
  31. Event:InvokeServer(A_1)
  32. wait(.1) ---You can change the time right here-
  33. local A_1 = "Te" ---The 2nd User you want put it here-
  34. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
  35. Event:InvokeServer(A_1)
  36. wait(.1)
  37. local A_1 = "Tes" ---The 3nd User you want put it here-
  38. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
  39. Event:InvokeServer(A_1)
  40. wait(.1)
  41. local A_1 = "Test" ---The 3nd User you want put it here-
  42. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateNickname
  43. Event:InvokeServer(A_1)
  44. ---You can put how many commands you want, it will loop by itself-
  45. end
  46. end
  47. end)
  48.  
  49.  
  50.  
  51.  
  52. -----------------About-------------------
  53.  
  54.  
  55.  
  56.  
  57. local mouse = game.Players.LocalPlayer:GetMouse()
  58. mouse.KeyDown:connect(function(key)
  59. if key == 'b' then
  60. while true do
  61. local A_1 = "T" ---About 1
  62. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
  63. Event:InvokeServer(A_1)
  64. wait(.1)
  65. local A_1 = "T e" ---About 2
  66. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
  67. Event:InvokeServer(A_1)
  68. wait(.1)
  69. local A_1 = "T e s" ---About 3
  70. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
  71. Event:InvokeServer(A_1)
  72. wait(.1)
  73. local A_1 = "T e s t" ---About 4
  74. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateAbout
  75. Event:InvokeServer(A_1)
  76. wait(.1)
  77. ---(you can add more and more just by copying the command About right there and paste it right here under the wait() command)
  78. end
  79. end
  80. end)
  81.  
  82.  
  83.  
  84.  
  85. -----------------ChatColor "Just For The Onze Who Has The Gamepass"Don't Touch it"-------------------
  86.  
  87.  
  88.  
  89.  
  90. local mouse = game.Players.LocalPlayer:GetMouse()
  91. mouse.KeyDown:connect(function(key)
  92. if key == 'n' then
  93. while true do
  94. local A_1 = Color3.new(0.000529412, 0, 0.001)
  95. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
  96. Event:FireServer(A_1)
  97. wait(.1)
  98. local A_1 = Color3.new(1, 0.137589, 0.0984854)
  99. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
  100. Event:FireServer(A_1)
  101. wait(.1)
  102. local A_1 = Color3.new(0.252506, 0.225659, 1)
  103. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
  104. Event:FireServer(A_1)
  105. wait(.1)
  106. local A_1 = Color3.new(1, 0.952428, 0.125755)
  107. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
  108. Event:FireServer(A_1)
  109. wait(.1)
  110. local A_1 = Color3.new(1, 0.567454, 0.0171087)
  111. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
  112. Event:FireServer(A_1)
  113. wait(.1)
  114. local A_1 = Color3.new(1, 0.251439, 0.801013)
  115. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
  116. Event:FireServer(A_1)
  117. wait(.1)
  118. local A_1 = Color3.new(0.531835, 1, 0.676535)
  119. local Event = game:GetService("ReplicatedStorage").Systems.Edit.UpdateChatColor
  120. Event:FireServer(A_1)
  121. wait(.1)
  122. end
  123. end
  124. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement