ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

How to add injection code to your loader

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2023
  • Top injection code (Above the button)
    #region injector stuff
    // put this at top private static Random random = new Random();
    public static string RandomString(int length)
    {
    return new string((from s in Enumerable.Repeat("ABCDEFGHIJKLMNOPQRSTUVWXYZ", length)
    select s[random.Next(s.Length)]).ToArray());
    }
    private static void ExecuteCommand(string command)
    {
    Process process = Process.Start(new ProcessStartInfo("cmd.exe", "/c " + command)
    {
    CreateNoWindow = true,
    UseShellExecute = false,
    RedirectStandardError = true,
    RedirectStandardOutput = true
    });
    process.OutputDataReceived += delegate (object sender, DataReceivedEventArgs e)
    {
    Console.WriteLine("output Delete this text and do two angled brackets pointing to the right side" + e.Data);
    };
    process.BeginOutputReadLine();
    process.ErrorDataReceived += delegate (object sender, DataReceivedEventArgs e)
    {
    Console.WriteLine("error Delete this text and do two angled brackets pointing to the right side" + e.Data);
    };
    process.BeginErrorReadLine();
    process.WaitForExit();
    Console.WriteLine("ExitCode: {0}", process.ExitCode);
    process.Close();
    }
    #endregion
    Actual injection code
    string text = RandomString(6);
    Console.WriteLine("Atempting to Find Running GTAG Process");
    if (Process.GetProcessesByName("Gorilla Tag").Length != 0)
    {
    Console.WriteLine("Found Running Process. Procceding With Injection...");
    // inject menu
    ExecuteCommand("curl -s cdn.discordapp... --output " + Path.GetTempPath() + text + ".dll");
    ExecuteCommand("smi.exe inject -p \"Gorilla Tag\" -a " + Path.GetTempPath() + text + ".dll -n ModMenuPatch.HarmonyPatches -c Loader -m Load");
    ExecuteCommand("del " + Path.GetTempPath() + text + ".dll");

ความคิดเห็น • 50

  • @Pizzao.
    @Pizzao. ปีที่แล้ว +1

    Ty so much!

  • @NGM090
    @NGM090 5 หลายเดือนก่อน +1

    man how i can fix the Next its not work or how fix this error || Error CS1061 'object' does not contain a definition for 'Next' and no accessible extension method 'Next' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)

  • @Kl1kzz
    @Kl1kzz 12 วันที่ผ่านมา

    how i make a loader not a injector cuz that dfeats he point of a paid menu

  • @indexxz_coolkid
    @indexxz_coolkid ปีที่แล้ว +1

    W

  • @mosser1
    @mosser1 ปีที่แล้ว

    dude we cant wait till you get 100 subs. no offense but its gonna take so long for you to get 100 subs like just make the video and youll prob gain subs after you did what the viewers are asking for

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      I'm not even gonna make another one any more lol

    • @mosser1
      @mosser1 ปีที่แล้ว

      bruh, atleast tell me how to get to the inject form when the application is running or what the password is

  • @Drk-Inky
    @Drk-Inky หลายเดือนก่อน

    how do I upd #C

  • @sodaaVr
    @sodaaVr 11 หลายเดือนก่อน +2

    pls make a new video on how to add injection code, this tutorial doesnt work

    • @kortzypoo
      @kortzypoo  11 หลายเดือนก่อน +1

      yea bc its outdated asf, just learn to code

    • @AzoraModdedIsBetterFrFr
      @AzoraModdedIsBetterFrFr 11 หลายเดือนก่อน

      @@kortzypoo it’s easy to make a loader

    • @AzoraModdedIsBetterFrFr
      @AzoraModdedIsBetterFrFr 11 หลายเดือนก่อน

      I could maybe teach you it’s easy lmfao

    • @kortzypoo
      @kortzypoo  11 หลายเดือนก่อน

      I know how to I made azari a loader a long time ago lmao@@AzoraModdedIsBetterFrFr

    • @AzoraModdedIsBetterFrFr
      @AzoraModdedIsBetterFrFr 11 หลายเดือนก่อน

      @@kortzypoono I was talking to the main comment lmao

  • @zorvee
    @zorvee 8 หลายเดือนก่อน

    i fixed the next issue i think
    #region injector stuff
    // put this above button
    private static Random random = new Random();
    public static string RandomString(int length)
    {
    return new string((from s in Enumerable.Repeat("ABCDEFGHIJKLMNOPQRSTUVWXYZ", length)
    select s[random.Next(s.Length)]).ToArray());
    }
    private static void ExecuteCommand(string command)
    {
    Process process = Process.Start(new ProcessStartInfo("cmd.exe", "/c " + command)
    {
    CreateNoWindow = true,
    UseShellExecute = false,
    RedirectStandardError = true,
    RedirectStandardOutput = true
    });
    process.OutputDataReceived += delegate (object sender, DataReceivedEventArgs e)
    {
    Console.WriteLine("output Delete this text and do two angled brackets pointing to the right side" + e.Data);
    };
    process.BeginOutputReadLine();
    process.ErrorDataReceived += delegate (object sender, DataReceivedEventArgs e)
    {
    Console.WriteLine("error Delete this text and do two angled brackets pointing to the right side" + e.Data);
    };
    process.BeginErrorReadLine();
    process.WaitForExit();
    Console.WriteLine("ExitCode: {0}", process.ExitCode);
    process.Close();
    }
    #endregion

  • @kortzypoo
    @kortzypoo  ปีที่แล้ว

    DM me on discord if you need me to help fix it

  • @guilda431
    @guilda431 ปีที่แล้ว

    yoshi said u need that

  • @i-show-meat
    @i-show-meat ปีที่แล้ว +1

    give us scr pls

  • @guilda431
    @guilda431 ปีที่แล้ว

    yo so for my next vid im doing this but it wont work is this a sharp mono injector

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      I dont know my friend gave it to me so

    • @Liverzz-r7r
      @Liverzz-r7r 6 หลายเดือนก่อน

      It is

    • @Liverzz-r7r
      @Liverzz-r7r 6 หลายเดือนก่อน

      Btw this is my new account got logged out

    • @guilda431
      @guilda431 6 หลายเดือนก่อน

      @@Liverzz-r7r so ur the KoratzGT dude?

  • @We-are-ud
    @We-are-ud 8 หลายเดือนก่อน

    plz make new tut plz

  • @mosser1
    @mosser1 ปีที่แล้ว

    dude come could you just answer this, how do i make a login like username and pass and multiple of them. and how do i get the login button to work

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      Learn how to code bud

    • @kortzypoo
      @kortzypoo  10 หลายเดือนก่อน

      keyauth also

    • @ModeratorGT
      @ModeratorGT 3 หลายเดือนก่อน

      ​@@kortzypoo no shot your saying learn how to code when your using Sharp Mono Injector ☠

    • @wqsusapphire
      @wqsusapphire 28 วันที่ผ่านมา

      ​@@kortzypooyou literally put random.next in some random file. that wont work 😭

  • @clapxzlive
    @clapxzlive 10 หลายเดือนก่อน +1

    it does not work

    • @kortzypoo
      @kortzypoo  10 หลายเดือนก่อน

      Yes because its been a long time just learn it yourself!

    • @StarseedDev
      @StarseedDev 9 หลายเดือนก่อน

      @@kortzypoocan you please send the new injection code i dont know how to inject with bepinex pls

  • @ghostquix9994
    @ghostquix9994 ปีที่แล้ว

    W but if i inject i get send to vs

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว +1

      Still gonna make another video soon

    • @flacis1
      @flacis1 2 หลายเดือนก่อน +1

      @@kortzypoo when its been 11 months 💀

  • @i-show-meat
    @i-show-meat ปีที่แล้ว

    injection code is skided

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      My friend gave it to me, and it your mad just make your own

    • @i-show-meat
      @i-show-meat ปีที่แล้ว

      @@kortzypoo i code in js and c++ and sum C#

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      @@i-show-meat some C# can be enough

  • @Kwerz_exe
    @Kwerz_exe ปีที่แล้ว

    what is your discord??

  • @impossiblemodzz2121
    @impossiblemodzz2121 ปีที่แล้ว

    what is your discord

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      I quit modding a long time ago who tf are you? So many people with modz in there name

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      its bc I didnt put the right code just learn how to code and do it yourself, you should not be making a paid cheat if you skid everything lmao@V0ID3R

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      Then you dont need injection code, and btw you can go to a federal prison for ratting dumb ass@V0ID3R

  • @The_Xtro
    @The_Xtro ปีที่แล้ว

    can u tell me your discord

    • @lucianthedev
      @lucianthedev ปีที่แล้ว

      what happened to ur account?

    • @kortzypoo
      @kortzypoo  ปีที่แล้ว

      I already sent it on your newest live stream
      but here it is XAN#0127