Giter Club home page Giter Club logo

vertex-client-pe's Introduction

Vertex Client PE

Vertex Client PE - A Hacked Client for MCPE

Github All Releases GitHub release

WARNING!

1. We normally don't allow redistribution of our products. Please contact us if you still want to.

2. Don't use adf.ly or any other monetization service to link to our products.

3. Don't copy codes without our permission.

4. We normally don't approve edited editions of Vertex Client PE. It's still possible to add mods, commands and Dashboard tiles using Vertex Addons. Contact us for more info.

5. Always credit the original authors. Don't claim that you've made our products.

More information: http://VertexClient.net/ License: https://github.com/Vertex-Client/Vertex-Client-PE/blob/master/LICENSE.md

Todo

  • Account Manager
  • Freecam
  • AutoBuild
  • BuildRandom
  • EntityESP (requires OpenGLES)
  • ChestESP (OpenGLES?)
  • Tracers (requires OpenGLES)
  • Twerk
  • CoordsDisplay
  • FastWalk
  • AutoPlace
  • God Mode
  • AutoLeave
  • NoHurt
  • EnderProjectiles
  • FreezeAura
    • Base hack
    • Particles
  • Ride
  • LSD
  • AutoTorch
  • FireAura
  • Foodhack (all items edible)
  • TMI-Chest
  • AutoSteal
  • Chest steal button
  • Follow (following entities)
  • TapExplosion
  • AutoSword
  • AutoTool
  • AutoArmor
  • OnlyDay
  • AutoTeleporter
  • Criticals
  • FancyChat
  • LogSpammer
  • BunnyHop
  • Timer settings
  • Improve Nuker
    • Range settings
    • Drop settings
    • Use destroyBlock instead of setTile
  • KillAura range setting
  • Music Player
  • YesCheat+ (makes some hacks work better on servers)
  • ActionLog
  • New BowAimbot
  • ScaffoldWalk
  • Fix typeface/font issues

Vertex Client PE - Menu Vertex Client PE - ItemGiver

vertex-client-pe's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vertex-client-pe's Issues

Cant login into servers

Can't log into specific servers because the servers have replaced the / with a . before command and because of that vertex acts like I would like to run a command (the server on the screenshot is mineplex)
I suggest adding a switch to enable/disable the vertex commands :)
Mcpe version: 0.16.0.5
Launcher: toolbox
Device: lenovo A-7600
screenshot_2016-11-02-14-45-59

Possibly outdated application package reference for MCPE Master

I'll apologize for using the wrong format (second time today), but if my guess really is true, the package name changed for one of the ModPE-enabled Minecraft launchers.
Searching pname:com.mcbox.pesdkb.mcpelauncher on the official Google Play Store didn't show anything for me while pname:com.groundhog.mcpemaster gives me the result for what I have currently installed. (I also seem to know how to force the launcher, at least for a previous version of it and MC:PE, to run mods... just not have them accessible from the launcher itself).

Best wishes,
@CtrlAltCuteness (Twitter)

Menu doesn't load (normal menu style)

Since 2.1 update i CANT open the Main Menu! I mean,that,i can open the hidden gui but not the MENU Normal option,i play on a Samsung Tab 4 10.1 2gb of ram and 16gb of space PLEASE can the vertex team fix this? :( Please

Hi,

This is not a issue i have a great idea add reach make u hit 8 blocks far but u have to c mode for that add plzzzz

hi

I'm new idk how to download it

Combat

OK,So I use Vertex and please fix the multiplayer combat KillArua because it whould not work 👍

Problem (frames)

i have a problem to move the mod frames in my tablet, the
framework of the top, cover other frames.

Frames

The problem of Frame is not fixed in 1.3 beta :/

#16

1.2 with toolbox

I prefer toolbox over block launcher because the mini map and xray with your hacked client is all I need in anarchy servers. Last update wouldn't run with toolbox. This update will run in my world's but not in multi-player. It crashes.

Vertex Client pre3 don't open

Vertex Client does not open because it says there is a new version, but I am using the latest (PRE 3) . I am using with toolbox beta 3

No hacks work in multiplayer

Whenever i try to enable a hack in multiplayer, a popup appears with an error message and goes away too quickly to be read. Will try to catch ss in a bit.

Server: PocketMine 0.15.4
Latest Toolbox and Vertex 1.1 (the one in releases)

Not an issue, just a question.

Android version: 5.1.1 Lolipop
Vertex Client PE version: v2.3
MCPE version: 1.6
Launcher: Toolbox
Pro: yes
Device: Visual Land Prestige Elite 11Q

I just saw a new update for MCPE (v1.7) and I was wondering if Vertex Client supports that version, or if a update for Vertex will need to happen to support it. If you guys could awnser that would be great. Thanks! 😄

Problem in 1.2

Now You Crash Leaving Game
And You Can't Play Music On Server!!

MCPE Master Issue

It Doesn't Works In MCPE Master It Keep Saying You Need To Be In Game To Open The Menu

Vertex Client does not load up for me...

I am not sure if it is because of my device or it's just the mod but before I updated my BlockLauncher Pro to 1.12.8,it loaded up fairly quickly and it didn't have that much bugs.It started a few days after I updated BL and when I updated Vertex Client to I think 1.3 Beta or maybe 1.3.1 Beta,I'm not sure because I forgot when this happened.

Execution speed improvement for coords far from x=1, z=1 in 'isCollidedHorizontally'

I noticed in VertexClientPE.Utils.Player.isCollidedHorizontally was the while(x < 1) x += 1; and those similar ones directly next to it could be optimized.
I don't know if readability is extemely important, but as I noticed that I had one rounding error when testing just the first two whiles for x (and this was very close to the target number as well in whole numbers, and the fractional part was somewhere between zero to two digits long), my optimized fix actually would help speed up the game if the input value is normally going to be high, and especially if the Javascript environment is already running slow.

Note that your code might have the chance to be rewritten (optimized while still being readable) as well around there if the number actually stays accurate enough. This is mainly about the if(Math.round(x * 100) == 31) x -= 0.01; section below it, yet I cannot be certain if it really is no longer necessary as I haven't tested the fix myself.

Now this is a sample to replace that offending line (and its opposite direction) I first mentioned.

// The equiv. for your current 'while(x < 1) x += 1;' and 'while(x > 1) x -= 1;'
x = x - Math.floor(x) || 1;
// Use the following instead if the range is really '[0, 1)'
x -= Math.floor(x);

-snip-

Crashing bug

Hi, i'm using Minecraft pe 0.14.2, i tried using Toolbox and BlockLauncher 1.12.5 and don't work, the problem is opening the mod menu, and crash! :(

Regards.

FAQ: Will there ever be a MCPE hack on iOS?

You know what would be great? IOS mcpe hacks. And an active community at that... my god. It's been a long time since that was ever a thing for people on apple devices.
Question oh mighty Vertex-Client gods... will there ever be a hack available for IOS?

How does this work?

I currently tried this client, but to no avail. I used BlockLauncher and used the modpkg. When I used it on a server, the client would crash after 10 seconds. The command button doesn't work either. I am using this on a tablet. I am using an NXA7QC132 if that helps. Thanks! I don't want to overwork you, but maybe you should make a tutorial.

How does this work?

I currently tried this client, but to no avail. I used BlockLauncher and used the modpkg. When I used it on a server, the client would crash after 10 seconds. The command button doesn't work either. I am using this on a tablet. I am using an NXA7QC132 if that helps. Thanks! I don't want to overwork you, but maybe you should make a tutorial.

Color pickers crash

The color pickers (theme color setting --> custom rgb) crash when using the sidebar.

Server leaving bug

Sometimes when leaving a server the hacks list won't dismiss. This causes the hacks list to show twice sometimes.

Remove V€rt€xCash

  • Remove Shop.
  • Make Shop/unlockable features Pro-only features.
  • Always show Shop features but Pro dialog shows when user != pro.
  • Remove V€rt€xCash update toast (setting).

Goal:
Replace V€rt€xCash by Pro.

Layout issue

The most top hack menus are stuck behind the top bar for some screen resolutions. This prevents some people from using many hacks.

@Duckies999:

hey when I press the button to show hacks and when I exit I can see some hacks underneath the big vertex image at the top

This will be fixed soon. Fix version: v1.3.1 Beta.

How to fix:

  • Make sure the menus get placed underneath the top bar.

EDIT: It seems the bug is still occuring.

Crash bug

The game crashes when trying to open the menu when you're not in game.

Kill aura Don't work in multiplayer

hey, kill aura don't kill players, please fix :(
Android version: 5.1 Lollipop
Vertex Client PE version: 1.7
MCPE version: 0.16.1
Launcher: Toolbox
Pro: yes
Device: Samsung J7

Servers??

So when i try to join a server with this client it crashes but when i use my other clients it works so what's going on??

Test

I like the mod.

Ok explain dis problem

So I downloaded ur client and imported it to mcpe master,bloacklauncher and toolbox and the results are all fail.... I opened mcpe master first it loaded like a century(sarcasm) I found out that it downloaded pictures and when i activated pro it loads but the "fps" meter is 0 ZEROOOOOO after that crash more crash crashtastic mega crash and all crashin' stuff.So next i opened bl it didnt even started so i opened toolbox it was ok ok ok ok but when i pressed the vx button on the top its not working so i pressed it again but nothing happens i keep pressing it for 3 minutes but nothing happens only the version info of ur client is showing up and vanishing and repeat...whats this? Is it a bug or it just suck. i used your client when im 0.17.0 and it worked well now im using 1.0.6.0 and the launchers are updated. can u pls explain?

Can't Open

Hello, I'm Using Vertex Hack Too But There's A Problem If I Go To Single player I can open the menu but if I go to m ultiplauer I can't open it please help :/

How to report an issue

Reporting an issue should be done in the following format:

Title

Use a short description of the problem instead of just "HELP!!!!1!!!1".

Body

    1. A description of the issue
    1. How to reproduce
    • Example: "Eat a potato and then you'll see it becoming green."
    1. System info (or take a screenshot of the information screen debug info)
    • Example:
      • Android version: 6.0.1 Marshmallow
      • Vertex Client PE version: v3.1
      • MCPE version: 1.9.0
      • Launcher: BlockLauncher
      • Device: Samsung Galaxy S6
    1. Additional information

Keybinds

We're working on keybind support. It will be compatible with external/hardware keyboards. The key for the TabGUI will be CTRL.

Killaura

Killaura dont work on multipler?

vertex client problems...

Blocklaunsher: if u join a server Blocklaunsher crashes..
Toolbox:if start the game it gives an error code (u cant use the client).
Another problems is if the new release dobt works we cant use the older version to because it isnt supported anymore , please fix these issues.

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.