Giter Site home page Giter Site logo

api-objc's Introduction

API-Objc

API Support IOS Jailbreak or No Jailbreak Có Các Chức Năng API Đi Kèm Theo Menu 3 Ngón

Template Preview

About

  • API Tích Hợp Các Chức Năng
  • Tích Hợp Menu 3 Tap

Installation

  • Using theos for compilation
  • Add @@Tweak_Name@@_LDFLAGS += API/libnemg.a Vào Project Của

Usage

*3 Ngón Tap Vào Màn Hình Để Mở Menu Edit Tại Trong IGGMain.mm

  • Chức Năng GIF loading sau 3 giây sẽ kết thúc
[nemg loading:^{
 bọc chức năng kết thúc loading để ở đây
 }];
  • Chức Năng Share ACC LIÊN QUÂN Miễn Phí CÓ HƠN 10K TÀI KHOẢN
[nemg shareacclienquan:^(NSString *result) {
     // Hiển thị kết quả trên label hoặc alert
     NSLog(@"%@", result); // hoặc set text cho label, hiển thị alert, tùy thuộc vào nhu cầu của bạn
 }];
  • Share Ảo của Facebook/ Token Setup ở Đây
[nemg shareaofacebook:@"your_facebook_link" completion:^(NSString *result) {
     // Handle the result here, for example, update a label or show an alert
     NSLog(@"Result: %@", result);
 }];
  • Xem Rate Tỉ Lệ Thắng
  • 90: tỉ lệ thắng hiện tại của bạn
  • 99: tỉ lệ thắng bạn mong muốn
  • 1000: số trận hiện taị của bạn
      NSString *result = [nemg rateaov:@"90" winNeed:@"99" n:@"1000"];
       NSLog(@"%@", result);
  • Check xem VPN có hoạt động hay không
 BOOL isVPNConnected = [nemg isVPNConnected];
 NSLog(@"Is VPN connected: %@", isVPNConnected ? @"Yes" : @"No");
  • Anti Dữ Liệu Mạng,có thể bật tắt được ngay
 [nemg AntiBlocking:NO];//đây là không bật
 [nemg AntiBlocking:YES];//đây là có bật
  • Hiện Thanh FPS 7 Màu Theo Ý Muốn
 [nemg ShowFPS:NO];//không hiện
 [nemg ShowFPS:YES];// có hiện
  • Đường Dẫn tới Document Của Ứng
NSString * Document = [nemg getDocPath];
  • Hiện Thanh FPS 7 Màu Nhưng Ẩn Khi Quay Video Màn Hình phải sử dụng ShowFPS.
 [nemg ShowFPS_Hacker:NO];//có hiện khi chụp màn hình quay video
 [nemg ShowFPS_Hacker:YES];// không hiện khi chụp màn hình quay video
  • Dowload Zip Và Unzip
  [nemg downloadZipandUzip:@"https://example.com/yourfile.zip" path:@"yourDestinationPath" completion:^(BOOL success) {
     if (success) {
         // Thực hiện  tải xuống và giải nén thành công
     } else {
         // Thực hiện  tải xuống hoặc giải nén thất bại
     }
 }];
  • dowload tệp file bất kì mà không phải zip
       
 BOOL downloadSuccess = [nemg downloadLink:@"https://example.com/yourfile.bytes" toPath:@"yourDestinationPath"];
 if (downloadSuccess) {
     // Thực hiện khi tải xuống thành công
 } else {
     // Thực hiện khi tải xuống thất bại
 }
  • Xoá Toàn Bộ Data Mà Không Cần Tải lại Game
       
[nemg cleanAllData];
  • Gửi thông báo tới Người Dùng Qua Webhook Discord
       
 NSString *content = @"Nội dung bạn muốn gửi đến Discord";
      NSString *webhookURL = @"URL Discord mới bạn muốn sử dụng";
 
      [nemg callDiscord:content webhookURL:webhookURL];
  • Gửi thông báo tới Người Dùng Qua Webhook Telegram
       
 NSString *content = @"Nội dung bạn muốn gửi đến Telegram";
 NSString *botToken = @"1964411112:AAGZr6oy1HcqMnnh6L6WF8xbceBAF0Ws2oM";
 NSString *chatID = @"1245157878";
 
 [nemg sendTelegram:content botToken:botToken chatID:chatID];
  • Gửi Thông Báo email
[nemg sendEmailWithSubject:@"subject" content:@"content" to:@"gmail" completion:^(NSString *result) {
     NSLog(@"%@", result);
     // Xử lý kết quả ở đây
 }];

Author Lỗi Gì Contact Bên Dưới

Mọi ý tưởng và lỗi ở trên gửi về contact trên

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.