Advertisement
vtrvsted

Fake macro

Sep 16th, 2022
1,062
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.01 KB | None | 0 0
  1. repeat wait() until game:IsLoaded()
  2.  
  3. getgenv().Fix = false
  4.  
  5. getgenv().TeclasWS = {
  6.     ["tecla1"] = "M", -- speed +5
  7.     ["tecla2"] = "N", -- speed -5
  8.     ["tecla3"] = "V" -- toggle  
  9. }
  10.  
  11.  
  12.  
  13. -- // servicios
  14. local MININOS_DOXXEADOS = game:GetService("Players")
  15. local AUDIOS_LOUD_DE_TRAP = game:GetService("StarterGui") or "son una mierda"
  16.  
  17. -- // objetos
  18. local neonazi = MININOS_DOXXEADOS.LocalPlayer
  19. local esvastica = neonazi:GetMouse()
  20.  
  21. -- // variables
  22. local lista_de_victimas_de_drizzy = getrenv()._G
  23. local da_hood_rblxm_REAL = getrawmetatable(game)
  24. local CP = da_hood_rblxm_REAL.__newindex
  25. local CP_DE_DRIZZY = da_hood_rblxm_REAL.__index
  26. local velocidad_de_cum = 150
  27. local es_pedofilo = true
  28.  
  29. -- // funciones para acortar codigo :]
  30. function anunciar_atentado_terrorista(fecha_del_atentado)
  31.     AUDIOS_LOUD_DE_TRAP:SetCore("SendNotification",{
  32.         Title="TechWare",
  33.         Text=fecha_del_atentado,
  34.         Icon="rbxthumb://type=Asset&id=1332213374&w=150&h=150"
  35.        })
  36. end
  37.  
  38.  
  39. getgenv().TECHWAREWALKSPEED_LOADED = true
  40.  
  41.  
  42. wait(1.5)
  43.  
  44.  
  45. anunciar_atentado_terrorista("Welcome"..TeclasWS.tecla3.."")
  46.  
  47. -- // conexión
  48. esvastica.KeyDown:Connect(function(el_impostor)
  49.     if el_impostor:lower() == TeclasWS.tecla1:lower() then
  50.         velocidad_de_cum = velocidad_de_cum + 5
  51.         anunciar_atentado_terrorista(" (speed =   "..tostring(velocidad_de_cum)..")")
  52.     elseif el_impostor:lower() == TeclasWS.tecla2:lower() then
  53.         velocidad_de_cum = velocidad_de_cum - 5
  54.         anunciar_atentado_terrorista(" (speed =  "..tostring(velocidad_de_cum)..")")
  55.     elseif el_impostor:lower() == TeclasWS.tecla3:lower() then
  56.         if es_pedofilo then
  57.             es_pedofilo = false
  58.             anunciar_atentado_terrorista("speed off")
  59.         else
  60.             es_pedofilo = true
  61.             anunciar_atentado_terrorista("speed on")
  62.         end
  63.     end
  64. end)
  65.  
  66. -- // mi parte favorita: metametodos
  67. setreadonly(da_hood_rblxm_REAL,false)
  68. da_hood_rblxm_REAL.__index = newcclosure(function(BEST_ON_TOP,IS_GARBAGE)
  69.     local esPedofilo = checkcaller()
  70.     if IS_GARBAGE == "WalkSpeed" and not esPedofilo then
  71.         return lista_de_victimas_de_drizzy.CurrentWS
  72.     end
  73.     return CP_DE_DRIZZY(BEST_ON_TOP,IS_GARBAGE)
  74. end)
  75. da_hood_rblxm_REAL.__newindex = newcclosure(function(kaias,ip,logger)
  76.     local unNeonazi = checkcaller()
  77.     if es_pedofilo then
  78.         if ip == "WalkSpeed" and logger ~= 0 and not unNeonazi then
  79.             return CP(kaias,ip,velocidad_de_cum)
  80.         end
  81.     end
  82.     return CP(kaias,ip,logger)
  83. end)
  84. setreadonly(da_hood_rblxm_REAL,true)
  85.  
  86. repeat wait() until game:IsLoaded()
  87. local Players = game:service('Players')
  88. local Player = Players.LocalPlayer
  89.  
  90. repeat wait() until Player.Character
  91.  
  92. local userInput = game:service('UserInputService')
  93. local runService = game:service('RunService')
  94.  
  95. local Multiplier = -0.22
  96. local Enabled = false
  97. local whentheflashnoiq
  98.  
  99. userInput.InputBegan:connect(function(Key)
  100.     if Key.KeyCode == Enum.KeyCode.LeftBracket then
  101. ... (36 lines left)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement