Victor Stone
Victor Stone
  • 58
  • 212 331
[Hyperbot] Pathfinder - Polyanya with radius
Hyperbot is a bot for Silkroad Online.
This video animates the steps taking during my pathfinding algorithm I developed for Hyperbot, called Pathfinder. The video is showing my PathfindingVisualizer tool. I have loaded a maze from the actual Silkroad Online map. There is a fixed start point (green) and a fixed goal point (red).
Polyanya uses "visibility intervals" along with the A* search algorithm. Each step picks the most promising interval and expands it forward, possibly turning around a corner. I have amended the Polyanya algorithm to support agents with a specified radius, so as to not bump into corners.
Orange triangles are intervals which have been pushed to be visited at some point.
Yellow triangles are intervals which have been fully visited.
The green triangle is the current interval being visited.
The thick green line shows the shortest path to the green interval currently being visited.
github.com/SandSnip3r/Pathfinder
github.com/SandSnip3r/Pathfinder-Visualizer
Song:
Bang Bang (Fresh Drop & Trip-Tamine Remix)
by Neelix, Fresh Drop, Trip-Tamine
from album Bang Bang (Fresh Drop & Trip-Tamine Remix)
มุมมอง: 42

วีดีโอ

[Hyperbot] Alchemy Data Collection
มุมมอง 1015 หลายเดือนก่อน
Hyperbot is a bot for Silkroad Online. This video demonstrates Hyperbot running 11 characters, all doing alchemy for the purpose of data collection to discover the effect of the Magic Stone of Luck on success rate. Song: Armacadia by she from album Armacadia
[Hyperbot] Pathfinder
มุมมอง 506 หลายเดือนก่อน
Hyperbot is a bot for Silkroad Online. This video demonstrates the pathfinding algorithm I developed for Hyperbot, called Pathfinder. The video is showing my PathfindingVisualizer tool. I have loaded a maze from the actual Silkroad Online map. I have placed the "goal" point on the far right center of the map. At regular distance intervals I find the shortest path from a starting point to the on...
[Hyperbot] ???
มุมมอง 223ปีที่แล้ว
[Hyperbot] ???
[Hyperbot] Training Part 2 (attacking and looting)
มุมมอง 112ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. This video demonstrates Hyperbot's ability to train in a pre-defined area. Hyperbot will attack monsters and pick up their loot. These monsters are a bit more challenging than the ones in the previous training video. They are near my character's level, which means that they take longer to kill. These monsters also have skills which knockback and knockdown ...
[Hyperbot] Auto login
มุมมอง 67ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. The bot automatically logs in to a specified account and chooses a specified character.
[Hyperbot] Autopotion Complete!
มุมมอง 56ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. When the player's health or mana drops below a certain level, the appropriate potion will be used. If the player gets a state like burn, a universal pill will be used. If the player gets a state like bleed, a purification pill will be used.
[Hyperbot] Hyperbot map
มุมมอง 53ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. This video demonstrates Hyperbot's map. The map in the Hyperbot UI is mostly similar to the in-game minimap. The current player character is a tan triangle, other players are green dots, monsters are red dots, and unique monsters are pink dots. I've added a few additional features to the Hyperbot map. Champion monsters are drawn larger and giants are drawn...
[Hyperbot] Proof of Concept: Buffs Once No Longer Untouchable
มุมมอง 44ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. Once the player's state changes from the "untouchable" state (first 5 seconds after spawning), he casts a predefined list of buffs.
[Hyperbot] Autowalk, A First Demo
มุมมอง 325ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. In this video, I am testing my autowalk functionality. Through the game chat, I issue a command telling the character where to move to. The bot finds the shortest path from the current point to the given point. The bot will then run to the given point along this shortest path. The black-backgrounded visualization in the back is an Unreal Engine tool I made...
[Hyperbot] Using navmesh visualization to find map glitches
มุมมอง 107ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. In this video, I use the navmesh visualization to exploit errors in the boundaries of the terrain. I find a single unblocked edge that lets me walk into and under the water and around the Jangan area.
[Hyperbot] Transaction Awareness
มุมมอง 73ปีที่แล้ว
Hyperbot is a bot for Silkroad Online. The bot is able to know which items have been bought (either by the human, or by the bot). This functionality required overcoming two big hurdles. First, we needed to parse the reference data for the shops. This tells us which items each NPC has in their store and in which tab and slot. Second, we needed to track NPCs in the world via spawn packets. This i...
[Hyperbot] Autowalk, Stress Test
มุมมอง 105ปีที่แล้ว
[Hyperbot] Autowalk, Stress Test
[Hyperbot] Stepping by 1
มุมมอง 16ปีที่แล้ว
[Hyperbot] Stepping by 1
[Hyperbot] Handling chat commands
มุมมอง 67ปีที่แล้ว
[Hyperbot] Handling chat commands
[Hyperbot] Hyperbot user interface and item tracking
มุมมอง 61ปีที่แล้ว
[Hyperbot] Hyperbot user interface and item tracking
[Hyperbot] Attacking While Handling Stuns, Knockdowns, and Knockbacks
มุมมอง 126ปีที่แล้ว
[Hyperbot] Attacking While Handling Stuns, Knockdowns, and Knockbacks
[Hyperbot] Basic Navmesh visualization in Unreal Engine
มุมมอง 40ปีที่แล้ว
[Hyperbot] Basic Navmesh visualization in Unreal Engine
[Hyperbot] Training Part 1
มุมมอง 93ปีที่แล้ว
[Hyperbot] Training Part 1
[Hyperbot] Switching sets
มุมมอง 39ปีที่แล้ว
[Hyperbot] Switching sets
[Hyperbot] Realtime Navmesh visualization in Unreal Engine
มุมมอง 79ปีที่แล้ว
[Hyperbot] Realtime Navmesh visualization in Unreal Engine
[Hyperbot] Random movement around an origin
มุมมอง 31ปีที่แล้ว
[Hyperbot] Random movement around an origin
[Hyperbot] Townloop: Buying items from all NPCs
มุมมอง 23ปีที่แล้ว
[Hyperbot] Townloop: Buying items from all NPCs
[Hyperbot] Tracking spawning and despawning of NPCs, Monsters, Players, and Items
มุมมอง 32ปีที่แล้ว
[Hyperbot] Tracking spawning and despawning of NPCs, Monsters, Players, and Items
[Hyperbot] Visualizing pathfinding in navmesh
มุมมอง 61ปีที่แล้ว
[Hyperbot] Visualizing pathfinding in navmesh
[Hyperbot] Townloop: Storing and sorting strorage
มุมมอง 21ปีที่แล้ว
[Hyperbot] Townloop: Storing and sorting strorage
[Hyperbot] Canceling Auto Common Attack
มุมมอง 30ปีที่แล้ว
[Hyperbot] Canceling Auto Common Attack
[Hyperbot] Hyperbot Autowalk, map, and entity tracking
มุมมอง 35ปีที่แล้ว
[Hyperbot] Hyperbot Autowalk, map, and entity tracking
[Hyperbot] Autopotion
มุมมอง 34ปีที่แล้ว
[Hyperbot] Autopotion
[Hyperbot] Buffing With Weapon Switch
มุมมอง 327ปีที่แล้ว
[Hyperbot] Buffing With Weapon Switch

ความคิดเห็น

  • @QoolQidsQlub
    @QoolQidsQlub 5 หลายเดือนก่อน

    Good shit. What's the idea behind it? Are the bots creating Lucky Stones while your character is doing the +ing?

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

    I worked at AAP during this time. Was just thinking about the riff. Good times I had then.

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

    Dude you've come a long way since our time on Ares. I've watched your Bot videos over the years and they're pretty dam cool. Keep it up. Every now and then I get hit with Nostalgia and rewatch some of your vids. GoDs_BLAD3R, from SOLDIER.

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

      WOW! Long time no talk. I'm glad you enjoy the videos. Lol yeah, the nostalgia is too real. Hope you're doing well.

  • @alaahassanproduction7604
    @alaahassanproduction7604 7 หลายเดือนก่อน

    Wow is very fany😂😂

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

    I Looking For The Background Music From Advanced Auto Parts Commercials From 1995-96

  • @user-bj9cq6ju2m
    @user-bj9cq6ju2m ปีที่แล้ว

    id love to play this thing if I could lol. cash grab

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

    So when will it be available

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

    Nice, navmesh format looks fun! I should give it a try.

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

    Hi there bro. Is it a private server? Can I join? Miss that game alot eheh Vítor from Portugal thanks!

  • @mrmoka4164
    @mrmoka4164 2 ปีที่แล้ว

    Hello, Link not work.

  • @TheFavorite409
    @TheFavorite409 3 ปีที่แล้ว

    stupid game with stupid backend

  • @TheFavorite409
    @TheFavorite409 3 ปีที่แล้ว

    sheeeesh

  • @morovdia1058
    @morovdia1058 3 ปีที่แล้ว

    how to start auto attack?

  • @TheFavorite409
    @TheFavorite409 3 ปีที่แล้ว

    Pathfinder™

  • @TheFavorite409
    @TheFavorite409 3 ปีที่แล้ว

    Champion of the Just

  • @JohnHighmerSmith
    @JohnHighmerSmith 4 ปีที่แล้ว

    Wish AAP still used this :(

    • @SandSnip3r
      @SandSnip3r 4 ปีที่แล้ว

      john james haha dude this is so old

  • @TheFavorite409
    @TheFavorite409 4 ปีที่แล้ว

    the grit don't quit

  • @TheFavorite409
    @TheFavorite409 4 ปีที่แล้ว

    it's all gas and no brake pads

  • @ismaelmartinez3159
    @ismaelmartinez3159 4 ปีที่แล้ว

    This program still work? Work with sbot ?

  • @elvinmartin2731
    @elvinmartin2731 4 ปีที่แล้ว

    I'm lagged gg im dark

  • @hdkısa
    @hdkısa 4 ปีที่แล้ว

    Hi bro

    • @SandSnip3r
      @SandSnip3r 4 ปีที่แล้ว

      Hi

    • @hdkısa
      @hdkısa 4 ปีที่แล้ว

      @@SandSnip3r how are you bro ım do you ask a ??

  • @TheFavorite409
    @TheFavorite409 4 ปีที่แล้ว

    I've noticed several common attacks from the bow. I'm hoping you have an explanation for that.

  • @TheFavorite409
    @TheFavorite409 4 ปีที่แล้ว

    Ridiculous

  • @TheFavorite409
    @TheFavorite409 4 ปีที่แล้ว

    kosom el gm

  • @terrywu4363
    @terrywu4363 4 ปีที่แล้ว

    hey i wanna ask how do you set trace and attack ?

  • @semihvardar6306
    @semihvardar6306 4 ปีที่แล้ว

    you BOT NAME S-BOT OR M-BOT ?

  • @user-zt3mn2gx4j
    @user-zt3mn2gx4j 4 ปีที่แล้ว

    you still have this party ?

  • @ervinarizola2065
    @ervinarizola2065 4 ปีที่แล้ว

    Anong game 2

  • @nazaa999
    @nazaa999 4 ปีที่แล้ว

    Honestly you make a tool that needs to connect to your own server, why? now you stopped supporting the tool, why dont make a local server for each computer?

    • @SandSnip3r
      @SandSnip3r 4 ปีที่แล้ว

      n a z a it only connects to my server to verify the version number and force an update if necessary

  • @muhammedozklc5921
    @muhammedozklc5921 5 ปีที่แล้ว

    WTF

  • @Hehe-wj7fj
    @Hehe-wj7fj 5 ปีที่แล้ว

    Hey buddy i already dl your tools but i dont know how to set up :/ please help!

  • @omegateemo1701
    @omegateemo1701 5 ปีที่แล้ว

    fkin bot abusers , without bot u are nothing

  • @Rin-bp4qt
    @Rin-bp4qt 5 ปีที่แล้ว

    AD

  • @erdinc55
    @erdinc55 6 ปีที่แล้ว

    you are king bro. I needed it. i love you <3

  • @adem_Butgul
    @adem_Butgul 6 ปีที่แล้ว

    Bot name plase ?

  • @anhcoolz1665
    @anhcoolz1665 6 ปีที่แล้ว

    Conghuy160396@gmail.com

  • @anhcoolz1665
    @anhcoolz1665 6 ปีที่แล้ว

    plese Conghuy160396@gmail.com

  • @TheFavorite409
    @TheFavorite409 6 ปีที่แล้ว

    2018 and still lit af

  • @chuayeumebao9447
    @chuayeumebao9447 6 ปีที่แล้ว

    help me mbot auto pk

  • @kadirozdemir2167
    @kadirozdemir2167 6 ปีที่แล้ว

    nice video bro 👍

  • @yusufkaya3575
    @yusufkaya3575 6 ปีที่แล้ว

    HELLO BROTHER MESSENGER PLEASE

  • @luuphuoc8229
    @luuphuoc8229 6 ปีที่แล้ว

    Help me how to use it?

    • @luuphuoc8229
      @luuphuoc8229 6 ปีที่แล้ว

      @Victor Stone help me @@

  • @mikealejandro21
    @mikealejandro21 6 ปีที่แล้ว

    DAAAAM

  • @VuNguyen-dh2yn
    @VuNguyen-dh2yn 7 ปีที่แล้ว

    l just adjust it myself

  • @midosasa526
    @midosasa526 7 ปีที่แล้ว

    good

  • @sheehabahmed2211
    @sheehabahmed2211 7 ปีที่แล้ว

    Is it still working >?<

    • @SandSnip3r
      @SandSnip3r 7 ปีที่แล้ว

      Sheehab Ahmed yes

    • @sheehabahmed2211
      @sheehabahmed2211 7 ปีที่แล้ว

      is it possible to send me ur site or a download link ? thanks for reply

  • @TheFavorite409
    @TheFavorite409 7 ปีที่แล้ว

    this dude is rocking in California now ..... how about that

  • @Venjackalex
    @Venjackalex 7 ปีที่แล้ว

    it's a pleasure to watch how smooth a coordinated European party can be.

  • @KhanhNguyen-id6cu
    @KhanhNguyen-id6cu 7 ปีที่แล้ว

    My wish you specify a path installation group 8 to clt + shift + 8 or 3

  • @eng-amrhussein1386
    @eng-amrhussein1386 7 ปีที่แล้ว

    Man how u do that with mbot ? can u see us how ?😊😊